.phone-number {
    position: relative;
}

.phone-number__label {
    color: var(--transparent-text-secondary-color);
    position: absolute;
    top: -12px;
    font-size: 10px;
}

.required_ast {
    color: rgb(244, 67, 54);
}

.phone-number__flag {
    width: 35px;
}

.phone-number button:focus {
    background-color: rgb(240, 240, 240);
}

.phone-number__row {
    display: flex;
    align-items: center;
}

.phone-number__arrow, .phone-number__isoCode, .phone-number__flag, .phone-number__isoSpan {
    margin-right: auto;
}

.phone-number__dropdown-button {
    padding-left: 0;
    background-color: white;
    border: none;
    border-bottom: 1px solid rgb(158, 158, 158);
    vertical-align: middle;
    color: rgb(158, 158, 158);
    width: 110px;
    height: 43px;
    display: flex;
    align-items: center;
}

.phone-number__dropdown-button:disabled {
    border-bottom: 1px dotted rgba(0, 0, 0, .3);
    color: rgba(0, 0, 0, 0.42);
    cursor: not-allowed;
}


.phone-number__dropdown-button img {
    width: 30px;
}

.phone-number__dropdown > span {
    margin: 0;
    padding: 0;
}

.phone-number__dropdown-button > * {
    vertical-align: middle;
    font-size: 14px;
    position: relative;
}

.phone-number__input {
    height: 42px;
    max-height: 42px !important;
    vertical-align: middle;
    border-color: rgb(158, 158, 158) !important;
    margin: 0 0 0 5px !important;
}

.phone-number__dropdown {
    background-color: white;
    padding: 0;
    visibility: hidden;
    width: 310px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .3);
    transition: opacity .15s;
    z-index: 10;
}

.phone-number__menu-items {
    overflow-y: auto;
    max-height: 370px;
}

.phone-number__menu-items > hr {
    margin: 0 auto;
    width: calc(100% - 32px);
    color: rgb(240, 240, 240) !important;
    border-color: rgb(240, 240, 240) !important;
    border-style: solid;
}

.phone-number__search {
    border: none;
    border-bottom: 1px solid grey;
    border-radius: 0;
    padding: 8px 0;
    position: relative;
    margin: 16px;
    font-size: 14px;
}

.phone-number__search > input {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 24px !important;
    width: calc(100% - 25px) !important;
}

.phone-number__search > input:focus {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
	border: none !important;
}

.phone-number__search > i {
    position: absolute;
    font-size: 24px;
    top: calc(50% - 9px);
    color: grey;
}

.phone-number__menu-item {
    width: 100%;
    display: block;
    background-color: white;
    border: none;
    text-align: left;
    padding: 16px;
    color: grey;
}


.phone-number__menu-item:hover {
    background-color: rgba(242, 242, 242, 0.857);
}

.phone-number__menu-item > * {
    vertical-align: middle;
    font-size: 13px;
}

.phone-number__menu-item > span {
    width: calc(100% - 50px);
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
}

.phone-number__menu-item .material-icons {
    width: 28px;
    padding-left: 2px;
    height: 20px;
    margin-right: 5px;
    overflow: visible;
    position: relative;
    bottom: 3px;
    font-size: 25px;
    color: grey;
}


.phone-number__error {
    font-size: 12px;
    display: none;
    color: #ff4336;
    margin: 4px 0px;
}

.phone-number__empty-results {
    display: none;
    text-align: center;
    margin-top: 14px;
    color: grey;
    margin-bottom: 12px;
}

.phone-number__empty-results > i {
    font-size: 38px;
    margin-bottom: 16px;
}

.phone-number__empty-results .emptyResults__text > p {
    font-size: 12px;
    margin: 0 auto !important;
}

.phone-number__empty-results .emptyResults__text {
    display: flex;
}

img[src=""],
img:not([src]) {
    visibility: hidden;
}
