body,button,input,select,textarea{
  font-family:"Noto Sans Devanagari","Nirmala UI",Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;
}
.language-tab{
  display:inline-flex;
  align-items:center;
  gap:5px;
  min-height:38px;
  padding:4px 7px;
  border:1px solid #ffffff42;
  border-radius:11px;
  color:#fff;
  background:#ffffff12;
}
.language-tab select{
  max-width:86px;
  border:0;
  outline:0;
  color:#fff;
  background:transparent;
  font-size:12px;
  font-weight:800;
  cursor:pointer;
}
.language-tab option{color:#102a43;background:#fff}
@media(max-width:760px){
  .language-tab{padding:4px 5px}
  .language-tab select{width:42px;max-width:42px}
}
