.amelia-v2-booking .m-select-list,
#amelia-container .m-select-list,
.m-phone-number-input .m-select-list {
    overflow: auto !important;
}

.sl-country-search {
    position: sticky;
    top: 0;
    z-index: 20;
    padding: 8px;
    background: #ffffff;
    border-bottom: 1px solid #e7e7e7;
    box-shadow: 0 2px 6px rgba(26, 44, 55, 0.08);
}

.sl-country-search__input {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 12px;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.4;
    color: #1a2c37;
    background: #ffffff;
}

.sl-country-search__input:focus {
    outline: none;
    border-color: #09637e;
    box-shadow: 0 0 0 2px rgba(9, 99, 126, 0.12);
}

.sl-country-search-empty {
    display: none;
    padding: 12px;
    text-align: center;
    color: #57646c;
    font-size: 14px;
}

.amelia-v2-booking .m-select-list,
#amelia-container .m-select-list {
    padding-top: 0 !important;
}
