.fabula-clinic-selector-container{
    position: relative;
    width: 100%;
}
.fabula-clinic-selector {
    transition: opacity 0.5s ease-in-out;
}
.fabula-clinic-selector-title {
    overflow: hidden;
    position: relative;
    width: max-content;
    padding: 10px 26px 10px 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    cursor: pointer;
    max-width: 280px;
}
.fabula-clinic-selector-title .fabula-clinic-point{
    margin-right: 4px;
    width: 4px;
    height: 4px;
}
.fabula-clinic-selector-title:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 9px;
    top: 17px;
    right: 0;
    transition: transform 0.2sease-in-out;
    background: url(/local/templates/vetcity/img/icons/drop_white.svg) no-repeat center;
}
.fabula-clinic-selector-display-none {
    display: none;
}
.fabula-clinic-selector-clinics {
    gap: 0;
    margin: 0;
    position: absolute;
    left: -28px;
    right: 10px;
    bottom: -4px;
    transform: translate(-0.5%, 100%);
    border-radius: 25px;
    overflow: hidden;
    overflow-y: auto;
    max-height: 300px;
    z-index: 1;
    padding-left: 0;
    list-style-type: none;
}
.fabula-clinic-selector-clinic {
    width: 100%;
    border-radius: 0;
    background: #30304B;
    padding: 16px 20px;
    font-size: 16px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 20px;
    cursor: pointer;
}
.fabula-clinic-selector-clinic_active {
    background: #013FFF;
    color: white;
    cursor: default;
}

@media (max-width: 1016.5px) {
    .fabula-main-menu-adress.fabula-menu-flex-container img{
        position: relative;
        top: 4px;
    }
}