/* Header dil seçici — Pages/Shared/_LanguageSelector.cshtml
   Seçili alan: dünya ikonu + dil adı + ok. Açılır liste: bayrak + dil adı.
   Bu dosya layout.css / logout-css içindeki .customSelectLang kurallarından SONRA yüklenir ve onları geçersiz kılar. */
.customSelectLang{position:relative;width:auto;min-width:0;height:46px;margin:0}
.customSelectLang .select-selected{position:relative;display:flex;align-items:center;gap:6px;height:100%;padding:0 26px 0 32px;background:#fff;border:solid 1px #d9dee7;border-radius:8px;color:#333;font-size:14px;font-weight:700;line-height:1;white-space:nowrap;cursor:pointer;user-select:none;transition:border-color .2s,box-shadow .2s}
.customSelectLang .select-selected:hover,.customSelectLang .select-selected:focus-visible{border-color:#828282;outline:0}
.customSelectLang .select-selected::before{content:"";position:absolute;left:9px;top:50%;width:17px;height:17px;transform:translateY(-50%);background:url(../img/icon/lang.svg) center/100% no-repeat}
.customSelectLang .select-selected::after{content:"";position:absolute;right:8px;top:50%;width:12px;height:12px;transform:translateY(-50%);background:url(../img/icon/dropdownDown.svg) center/100% no-repeat;transition:transform .2s}
.customSelectLang .select-options.show ~ .select-selected::after,.customSelectLang .select-selected[aria-expanded="true"]::after{transform:translateY(-50%) rotate(180deg)}
.customSelectLang .select-options{display:none;position:absolute;left:0;top:calc(100% + 6px);z-index:50;width:auto;min-width:max(100%,168px);margin:0;padding:6px;list-style:none;background:#fff;border-radius:10px;box-shadow:0 10px 30px rgba(0,0,0,.14)}
.customSelectLang .select-options.show{display:block}
.customSelectLang .select-options li{display:flex;align-items:center;gap:10px;padding:9px 18px 9px 10px;border-radius:7px;color:#333;font-size:14px;font-weight:600;line-height:1;white-space:nowrap;cursor:pointer}
.customSelectLang .select-options li:hover{background-color:rgba(0,0,0,.05)}
.customSelectLang .select-options li.active{background-color:rgba(0,0,0,.05)}
.customSelectLang .langFlag{flex:none;width:22px;height:16px;border-radius:3px;object-fit:cover;box-shadow:0 0 0 1px rgba(0,0,0,.12)}
@media only screen and (max-width:768px){.customSelectLang{width:auto;height:44px}.customSelectLang .select-options{left:auto;right:0}}
