.border-digit{border:1px solid #ddd}
.cursor-pointer{cursor:pointer}
.language-old-header{border-radius:24px;padding:4px 12px;gap:4px}
.languageSelected{font-size:12px;line-height:16px;font-weight:700;margin:0}
#languages-menu{width:100%;height:75%;left:auto;right:0;color:#444;cursor:default;border-top:2px solid #fb0}
.language-container{padding:24px;background-color:white;border-radius:16px;display:flex;flex-direction:column;gap:24px;max-height:100%}
.avilable-lang{color:#444;font-size:16px;line-height:16px;font-weight:800}
.input-fields-lang{display:flex;flex-direction:column;gap:4px}
.search-lang{font-size:14px;line-height:20px;font-weight:700;color:#444}
#inputSearchLang{width:100%;border:1px solid #ddd;border-radius:8px;font-size:16px;line-height:20px;font-weight:400;padding:12px 20px}
#inputSearchLang:focus{border-color:#fb0;outline:0}
.divider-lang{border-top:1px solid #ddd;width:100%}
#languageLists{display:grid;grid-template-columns:repeat(1,1fr);column-gap:24px;row-gap:14px;height:50%;overflow-y:scroll}
.language-lang{display:flex;gap:12px;align-items:center;justify-content:flex-start;padding:8px;border-radius:4px;padding-left:14px}
.radio-input-new{display:none}
.checkbox-label{width:20px;height:20px;border-style:none;cursor:pointer}
.overflow-hidden{overflow:hidden}
@media(min-width:992px){#languages-menu{width:1124px;height:auto;border-bottom-left-radius:16px;border-bottom-right-radius:16px;border-top:0}
.shadow-old{box-shadow:0 4px 20px rgba(227,230,236,0.8)}
.height-100{height:100%}
.language-container{max-height:max-content;width:100%}
.avilable-lang{font-size:18px;line-height:18px}
#languageLists{grid-template-columns:repeat(5,1fr);height:auto}
}
#header-topnav-old .border-left-amber{border-left:4px solid #fb0}