/*.language-switcher {*/
/*    position: relative;*/
/*    display: inline-block;*/
/*}*/

/*.language-switcher__button {*/
/*    background-color: #f8f9fa;*/
/*    border: 1px solid #dee2e6;*/
/*    padding: 6px 12px;*/
/*    cursor: pointer;*/
/*    user-select: none;*/
/*}*/

/*.language-switcher__list {*/
/*    display: none;*/
/*    position: absolute;*/
/*    top: 100%;*/
/*    left: 0;*/
/*    background-color: #fff;*/
/*    border: 1px solid #dee2e6;*/
/*    list-style-type: none;*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    !*min-width: 100px;*!*/
/*    z-index: 10;*/
/*}*/

/*.language-switcher__item {*/
/*    padding: 4px 12px;*/
/*    cursor: pointer;*/
/*}*/

/*.language-switcher__item:hover {*/
/*    background-color: #f8f9fa;*/
/*}*/

/*!*.language-switcher__button:hover + .language-switcher__list,*!*/
/*!*.language-switcher__list:hover {*!*/
/*!*    display: block;*!*/
/*!*}*!*/

/*.language-switcher__dropdown {*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 100%;*/
/*    left: 0;*/
/*    z-index: 1;*/
/*    min-width: 160px;*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    list-style: none;*/
/*    background-color: #fff;*/
/*    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);*/
/*    visibility: hidden;*/
/*}*/

/*.language-switcher__dropdown--visible {*/
/*    visibility: visible;*/
/*}*/

#block-customlanguageswitcher {
    margin-left: 15px;
}

#language-switcher {
    position: relative;
    display: inline-block;
}

.language-switcher__button {
    /*background-color: #f9f9f9;*/
    /*border: none;*/
    /*color: black;*/
    /*padding: 12px 16px;*/
    /*font-size: 16px;*/
    cursor: pointer;
    border-left: 1px solid #E4E4E7;
    color: rgb(172, 175, 182);
    background-color: transparent;
    border-radius: 0;
    width: 100%;
    padding: 8px 16px;
}

/*.language-switcher__button:hover,*/
/*.language-switcher__button:focus {*/
/*    background-color: #ddd;*/
/*}*/

.language-switcher__list {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    /*min-width: 160px;*/
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #fff;
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);*/
    visibility: hidden;
    border-left: 1px solid #E4E4E7;
}

.language-switcher__list a {
    /*color: black;*/
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.language-switcher__list a:hover {
    background-color: #ddd;
}

.language-switcher__dropdown--visible {
    visibility: visible;
}

.language-switcher__button .active-lang::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

/*#block-customlanguageswitcher-2 {*/
/*    top: 475%;*/
/*    left: 71%;*/
/*    !* right: -62%; *!*/
/*    position: absolute;*/
/*}*/