/**
 * Стили для масок телефона в калькуляторах
 */

.select2-container.select2-container--open,
.select2-dropdown {
    z-index: 10050 !important;
}
.easy-popup .phone-country-block {
    min-height: 40px;
}

.easy-popup .phone-country-block span.select2.select2-container.select2-container--phones-mask-theme {
    display: block;
    top: 50%;
    transform: translateY(-50%);
    width: 52px !important;
    min-width: 52px !important;
    height: auto;
    min-height: 24px;
    z-index: 2;
}

.easy-popup .phone-country-block .select2-container--phones-mask-theme .select2-selection--single {
    border: none;
    background: transparent;
    box-shadow: none;
    outline: none;
    height: 32px;
    min-height: 32px;
}

.easy-popup .phone-country-block .select2-container--phones-mask-theme .select2-selection__arrow {
    display: none !important;
}

.easy-popup .phone-country-block .select2-container--phones-mask-theme .select2-selection__rendered {
    padding: 0 4px 0 2px;
    margin-left: 6px;
    line-height: 32px;
    top: 0;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 32px;
}

.easy-popup .phone-country-block input.calculator-input {
    padding-left: 62px;
}

.easy-popup .phone-country-block .flag-icon.flag-icon-squared {
    flex-shrink: 0;
    vertical-align: middle;
}
