.select-items {
    overflow: auto !important;
    height: 200px;
}

.hide {
    display: none;
}

#valid-msg {
    color: #00c900;
}

#error-msg {
    color: #ca212a;
}

.iti--allow-dropdown {
    width: 100%
}

.iti__flag-container {
    background: transparent;
}

.iti__country-list {
    box-shadow: none;
    border: none;
}

.iti__country, .iti__active {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 0.025px;
    background-color: var(--gx-primary);
    color: #ffffff;
    border: none
}

.iti__dial-code {
    color: #ffffff;
}

#phoneNumber {
    color: var(--gx-dark-grey);
}

.iti__country.iti__highlight {
    background-color: var(--gx-primary);
}

.iti__highlight {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}


    .iti__highlight:hover {
        background-color: #1670FF;
    }

.iti__flag-container {
    background: transparent;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background: transparent;
}

.iti__country-list {
    border-radius: 20px;
}

.iti__divider {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #CCC;
}


/*.iti__flag-container {
    position: static;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
}

.iti__country-list {
    width: 100%;
    top: 50%;
}

.iti__selected-flag {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
}*/
