.inp_search {
    border: none !important;
}

#linksPage a {
    width: 105px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #0750A4;
    border-radius: 25px;
    text-wrap: nowrap;
    padding: 5px;
}

#linksPage a:hover {
    border: 1px solid #0750A4;
    background: #a1bfc2;
    color: #25314C;
}

.suggestiTEM {
    position: absolute;
    background: white;
    display: flex;
    flex-direction: column;
    color: grey;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    border-radius: 0px 0px 25px 25px;
}

.Aactive {
    height: 33%;
    border: 1px solid #0750A4;
    border-radius: 25px;
    background: linear-gradient(90deg, hsla(234, 45%, 27%, 1) 0%, hsla(197, 100%, 44%, 1) 100%);
    padding-left: 10px;
    padding-right: 10px;
    color: white !important;
    align-items: center;
    align-self: center;
}

.listLanguage {
    background: white;
    position: relative;
    padding-top: 10px;
    width: 70px;
    height: 100px;
    display: flex;
    justify-content: center;
}

.listLanguage ul {
    height: auto;
    width: auto;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 35%;
    padding: 0px !important;
    position: absolute;

    &>a::after {
        content: "⮟";
        width: 20px;
        color: black;
    }
}


.listLanguage li {
    display: none;

    z-index: 10000 !important;


}

.listLanguage li:has(.active) {
    display: initial !important;

    &>a {
        display: flex;
        justify-content: center;

    }

    &>a::after {
        content: '\25BC';
        width: 20px;
        color: black;
    }
}

.listLanguage ul:hover {
    margin: 0px;
    border: 1px solid #0750A4;

    & li {
        display: block;
    }
}

.listLanguage ul li a {
    display: flex;
    justify-content: center;
    margin: 0px !important;
    border-radius: 5px;

}

.listLanguage a:hover {
    background: #A1BFC2;
}

.button_Search {
    border: none;
    background-image: url(/assets/images/searchIcon.svg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px;
}

.button_Search:hover {
    background: #CCDFF5;
    background-image: url(/assets/images/searchIcon.svg);
    background-repeat: no-repeat;
    background-position: center;
}



.case_search {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px !important;
    border: 1px solid #0750A4;
    border-radius: 25px;
    overflow: hidden;
}

@media only screen and (max-width: 600px) {
    .case_search {
        width: 60%;

    }

}

.link_map {
    width: 50%;
    padding: 7px;
    border-radius: 5px;
    border: 1px solid #0750A4;
    display: flex;
}

.link_map strong {
    display: flex;
    justify-content: center;
    text-wrap: nowrap;
}

.link_map strong:before {

    padding-right: 7px;
    content: url(/assets/images/icon/pinmap.svg);
}