.dropdown-menu-hr{
    border: 1px solid #CCCCCC;
    margin: 0;
}

.dropdown-menu {
    min-width: 250px;
    border: 0.5px solid #9B98A7;
    border-radius:  8px;
    height: fit-content;
    background-color: var(--color-purple-7);
    margin-top: 5px;
    box-shadow: -1px 2px 4px 0px #58546D33;
    padding: 12px 12px;
}

.dropdown-menu p{
    font-size: 14px;
    font-weight: 600;
    font-family: Roboto;
    padding-left: 14px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin: 0;
}

.dropdown-item:hover{
    color: var(--color-black-4);
    background-color: var(--color-purple-1);
    border-radius: 4px;
}
.dropdown-item:active{
    color: var(--color-black-4);
}

.dropdown-item img{
    margin-right: 10px;
}

.dropdown-item{
    color: var(--color-black-4);
    font-size: 14px;
    font-weight: 400;
    font-family: Roboto;
    padding-left: 14px;
    margin-top: 6px;
}

.dropdown-arrow{
    transition: transform 0.3s ease;
    transform: rotate(0deg);
}

.dropdown.show .btn-flag{
    border-radius: 17px;
    background-color: var(--color-purple-5);
}

.dropdown.show .dropdown-arrow{
     transform: rotate(180deg);
}

.menu__link.active{
    font-size: 14px;
    font-family: Roboto;
}

.menu__item_underline {
    position: relative;
}

.menu__item_underline:hover::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    height: calc(3px/2);
    width: 100%;
    background-color: var(--color-white-1);
}

.menu__item_underline.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    height: calc(3px/2);
    width: 100%;
    background-color: var(--color-white-1);
}

.menu__link:hover{
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-thickness: 1px;
    color: var(--color-white-1) !important;
}

.book-appointment-flag{
    background-color: var(--color-purple-8);
    border-radius: 24px;
    border: 1px solid var(--color-white-1);
    color: var(--color-white-1);
    line-height: normal;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    font-family: Roboto;
    padding: 10px 16px;
}

.book-appointment-flag:hover {
    background-color: var(--color-white-1);
    color: var(--color-purple-3);
}

.book-appointment-flag .material-symbols-outlined{
    font-size: 12px;
}

.book-appointment-flag .language-switcher__btn{
    margin: 0;
}

.book-appointment-flag a{
    color: var(--color-white-1);
}

.book-appointment-flag a:hover{
    color: var(--color-white-1);
}

.btn-flag{
    padding: 6px 9px;
    margin-left: 26px;
}

.btn-flag span{
    font-size: 14px;
    font-weight: 400;
    font-family: Roboto;
    margin-left: 6px;
    margin-right: 9px;
}

.btn-flag:hover{
    border-radius: 17px;
    background-color: var(--color-purple-5);
}

.btn-flag:focus {
    outline: revert;
}

.btn-flags-mobile{
    margin: 0;
    display: flex;
    justify-content: center;
}

.btn-flags-mobile a span{
    color: var(--color-white-1);
    font-size: 14px;
    font-family: Roboto;
    font-weight: 500;
    margin-left: 5px;
    margin-right: 24px;
}

.btn-make-appointment{
    height: 36px;
    background-color: var(--color-white-1);
    border-radius: 20px;
    color: var(--color-purple-3);
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    align-items: center;
    display: flex;
    width: fit-content;
    padding: 0 20px;
}

.btn-make-appointment img{
    padding-right: 6px;
}

.btn-make-appointment:hover{
    box-shadow: 0px 0px 10px 0px #00000040;
}
