.iti {
    display: block;
}

.iti__country-list {
    width: 100%;
    position: initial;
    z-index: initial;
    box-shadow: initial;
    background-color: initial;
    border: initial;
    white-space: initial;
    cursor: pointer;

    height: 100%;
}

.iti__country-list::-webkit-scrollbar {
    width: 10px;
}

.iti__country-list::-webkit-scrollbar-track {
    background-color: black;
}

.iti__country-list::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 8px rgba(var(--bs-success-rgb), 1);
}

.iti__country-list-wrapper {
    top: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
    text-align: left;
    padding-right: 14px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: var(--bs-danger);
    border: 1px solid #CCC;
    height: 200px;
    border-radius: var(--bs-border-radius);
    overflow: hidden;
}

.iti--container .iti__country-list-wrapper {
    height: 100%;
    top: 0;
}

.iti__selected-flag {
    border-radius: var(--bs-border-radius) 0 0 var(--bs-border-radius);
}

.iti__country {
    color: white;
}

.iti__country.iti__highlight {
    background-color: var(--bs-danger-hover);
}

.iti__country .iti__dial-code {
    color: var(--bs-success);
}
