/*
 * RizeDijital v0.49.5
 * Marka renkleri ve mobil çekmece menüsü.
 * Tüm kurallar ortak header markası veya .rd-mobile-menu-v2 ile sınırlıdır.
 */

.rd-brand .rd-brand-text{
  color:var(--rd-brand-text-light,var(--text));
}

[data-theme="dark"] .rd-brand .rd-brand-text{
  color:var(--rd-brand-text-dark,#fff);
}

.rd-mobile-menu-v2{
  width:min(348px,calc(100vw - 18px));
  height:100vh;
  height:100dvh;
}

.rd-mobile-menu-v2 .mob-drawer-hdr{
  padding:18px 18px 14px;
}

.rd-mobile-menu-v2 .mob-drawer-hdr-logo{
  min-width:0;
  max-width:calc(100% - 42px);
  margin:0 0 12px;
  gap:7px;
}

.rd-mobile-menu-v2 .mob-drawer-hdr-logo .rd-brand-images{
  min-width:0;
  max-width:100%;
}

.rd-mobile-menu-v2 .mob-drawer-hdr-logo .rd-brand-text{
  max-width:100%;
  overflow:hidden;
  color:var(--rd-brand-text-dark,#fff)!important;
  font-size:25px;
  text-overflow:ellipsis;
}

.rd-mobile-menu-v2 .rd-drawer-theme-logo{
  display:block!important;
  width:auto;
  max-width:155px;
  height:29px;
  object-fit:contain;
}

.rd-mobile-menu-v2 .logo-badge{
  margin-top:2px;
  color:#fff!important;
  background:rgba(255,255,255,.18);
  box-shadow:none;
}

.rd-drawer-location{
  position:relative;
  z-index:1;
  width:100%;
  min-width:0;
  min-height:54px;
  padding:8px 9px;
  display:grid;
  grid-template-columns:34px minmax(0,1fr) auto;
  align-items:center;
  gap:9px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:15px;
  color:#fff;
  background:rgba(255,255,255,.13);
  box-shadow:0 10px 24px rgba(3,45,24,.12);
  font-family:Nunito,sans-serif;
  text-align:left;
  cursor:pointer;
  -webkit-tap-highlight-color:transparent;
  transition:background .18s ease,transform .18s ease;
}

.rd-drawer-location:hover,
.rd-drawer-location:focus-visible{
  background:rgba(255,255,255,.2);
  transform:translateY(-1px);
}

.rd-drawer-location-icon{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:11px;
  color:var(--g1);
  background:#fff;
  font-size:14px;
}

.rd-drawer-location-copy{
  min-width:0;
}

.rd-drawer-location-copy small,
.rd-drawer-location-copy strong{
  display:block;
}

.rd-drawer-location-copy small{
  margin-bottom:2px;
  color:rgba(255,255,255,.68);
  font-size:8.5px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.rd-drawer-location-copy strong{
  overflow:hidden;
  font:800 12px/1.2 Poppins,Nunito,sans-serif;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.rd-drawer-location-action{
  display:flex;
  align-items:center;
  gap:5px;
  color:rgba(255,255,255,.88);
  font-size:9px;
  font-weight:900;
  white-space:nowrap;
}

.rd-drawer-location-action i{
  font-size:8px;
}

.rd-drawer-tagline{
  position:relative;
  z-index:1;
  margin:8px 2px 0;
  color:rgba(255,255,255,.68);
  font-size:9.5px;
  font-weight:700;
}

.rd-mobile-menu-v2 .mob-drawer-search{
  padding:10px 14px;
}

.rd-mobile-menu-v2 .mob-drawer-nav{
  min-height:0;
  padding:10px 12px calc(18px + env(safe-area-inset-bottom))!important;
  overflow-x:hidden;
  overflow-y:auto;
  overscroll-behavior:contain;
  scrollbar-width:none;
  -webkit-overflow-scrolling:touch;
}

.rd-mobile-menu-v2 .mob-drawer-nav::-webkit-scrollbar{
  display:none;
  width:0;
  height:0;
}

.rd-mobile-menu-v2 .mob-app-primary{
  gap:8px;
}

.rd-mobile-menu-v2 .mob-app-primary a{
  min-height:76px;
  padding:10px 4px!important;
  gap:7px;
  font-size:11px!important;
  line-height:1.2;
}

.rd-mobile-menu-v2 .mob-app-primary a i{
  width:34px;
  height:34px;
  font-size:14px;
}

.rd-mobile-menu-v2 .mob-app-primary a span{
  max-width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.rd-mobile-menu-v2 .mob-app-group{
  margin-top:14px;
  padding:13px;
}

.rd-mobile-menu-v2 .mob-app-group>header{
  position:static!important;
  inset:auto!important;
  z-index:auto!important;
  display:grid;
  grid-template-columns:minmax(0,1fr);
  align-items:start;
  justify-items:start;
  gap:2px;
  margin-bottom:11px;
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none;
}

.rd-mobile-menu-v2 .mob-app-group>header span{
  min-width:0;
  color:#203b2d;
  font:900 13.5px/1.25 Poppins,Nunito,sans-serif;
  letter-spacing:-.02em;
}

.rd-mobile-menu-v2 .mob-app-group>header small{
  min-width:0;
  color:#788b81;
  font-size:10px;
  font-weight:700;
  line-height:1.35;
}

.rd-mobile-menu-v2 .mob-app-service-grid{
  gap:7px;
}

.rd-mobile-menu-v2 .mob-app-service-grid a{
  min-height:70px;
  padding:8px 3px;
  gap:6px;
  font-size:10.75px;
  line-height:1.15;
}

.rd-mobile-menu-v2 .mob-app-service-grid a span{
  max-width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.rd-mobile-menu-v2 .mob-app-service-grid i{
  width:31px;
  height:31px;
  font-size:13px;
}

.rd-mobile-menu-v2 .mob-app-list{
  gap:6px;
}

.rd-mobile-menu-v2 .mob-app-list>a{
  min-height:58px;
  padding:8px 9px!important;
  grid-template-columns:38px minmax(0,1fr) 14px;
  gap:10px;
}

.rd-mobile-menu-v2 .mob-app-list>a>i:first-child{
  width:38px;
  height:38px;
  font-size:14px;
}

.rd-mobile-menu-v2 .mob-app-list>a:nth-child(3n+2)>i:first-child{
  color:#7650c7;
  background:#f2edff;
}

.rd-mobile-menu-v2 .mob-app-list>a:nth-child(3n)>i:first-child{
  color:#bc6c16;
  background:#fff4e4;
}

.rd-mobile-menu-v2 .mob-app-list strong{
  overflow:hidden;
  color:#2b4437;
  font:800 11.5px/1.25 Poppins,Nunito,sans-serif;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.rd-mobile-menu-v2 .mob-app-list small{
  margin-top:2px;
  overflow:hidden;
  color:#7a8b82;
  font-size:9.5px;
  font-weight:700;
  line-height:1.3;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.rd-mobile-menu-v2 .mob-app-list>a>i:last-child{
  font-size:9px;
}

.rd-mobile-menu-v2 .mob-app-actions{
  gap:7px;
  margin-top:13px;
}

.rd-mobile-menu-v2 .mob-app-actions a{
  min-height:44px;
  padding:0 6px!important;
  gap:5px;
  font-size:10px!important;
  line-height:1.2;
  text-align:center;
}

.rd-mobile-menu-v2 .mob-drawer-footer{
  padding:11px 14px max(11px,env(safe-area-inset-bottom));
}

.mob-birize-logo .rd-mobile-beta{
  display:inline-flex;
  margin:0 0 0 3px;
  padding:2px 5px;
  align-self:flex-start;
  color:#fff!important;
  font-size:6.5px;
  line-height:1.15;
  letter-spacing:.03em;
  box-shadow:0 2px 6px rgba(45,184,112,.26);
}

.mob-birize-logo.rd-brand{
  position:relative;
}

.mob-birize-logo.rd-brand .rd-brand-text{
  max-width:calc(100% - 42px);
  overflow:hidden;
  text-overflow:ellipsis;
}

[data-theme="dark"] .mob-birize-logo.rd-brand .rd-brand-text{
  color:var(--rd-brand-text-dark,#fff)!important;
}

[data-theme="dark"] .mob-birize-logo.rd-brand .rd-mobile-beta{
  color:#fff!important;
}

[data-theme="dark"] .rd-mobile-menu-v2 .mob-app-group>header span,
[data-theme="dark"] .rd-mobile-menu-v2 .mob-app-list strong{
  color:#e8f0eb;
}

[data-theme="dark"] .rd-mobile-menu-v2 .mob-app-group>header small,
[data-theme="dark"] .rd-mobile-menu-v2 .mob-app-list small{
  color:#91a399;
}

[data-theme="dark"] .rd-mobile-menu-v2 .mob-app-list>a:nth-child(3n+2)>i:first-child,
[data-theme="dark"] .rd-mobile-menu-v2 .mob-app-list>a:nth-child(3n)>i:first-child{
  background:#1b2b22;
  color:#80d3a7;
}

@media(max-width:390px){
  .rd-mobile-menu-v2 .mob-drawer-hdr{
    padding-right:14px;
    padding-left:14px;
  }

  .rd-mobile-menu-v2 .mob-drawer-nav{
    padding-right:8px!important;
    padding-left:8px!important;
  }

  .rd-mobile-menu-v2 .mob-app-group{
    padding:11px;
  }

  .rd-mobile-menu-v2 .mob-app-primary,
  .rd-mobile-menu-v2 .mob-app-service-grid{
    gap:5px;
  }

  .rd-mobile-menu-v2 .mob-app-primary a{
    min-height:70px;
    font-size:10.25px!important;
  }

  .rd-mobile-menu-v2 .mob-app-service-grid a{
    min-height:66px;
    font-size:10px;
  }
}

/* v0.52.3 — Mobil marka ve kaydırılabilir hizmet grupları */
.rd-mobile-menu-v2 .rd-drawer-theme-logo{
  height:37px;
  max-width:190px;
}
.rd-mobile-menu-v2 .mob-app-group,
.rd-mobile-menu-v2 .mob-app-group>header{
  flex:none;
}
.rd-mobile-menu-v2 .mob-app-group>header:before,
.rd-mobile-menu-v2 .mob-app-group>header:after{
  display:none!important;
  content:none!important;
}
.rd-mobile-menu-v2 .mob-drawer-nav{
  scroll-padding-top:8px;
}
.mob-birize-logo .rd-theme-logo{
  height:42px!important;
  max-width:208px!important;
}
@media(max-width:370px){
  .mob-birize-logo .rd-theme-logo{
    height:39px!important;
    max-width:190px!important;
  }
}

@media(max-width:350px){
  .rd-drawer-location-action{
    width:9px;
    overflow:hidden;
    font-size:0;
  }

  .mob-birize-logo .rd-mobile-beta{
    position:absolute;
    top:1px;
    right:0;
  }
}

@media(max-height:650px) and (max-width:768px){
  .rd-mobile-menu-v2 .mob-drawer-hdr{
    padding-top:12px;
    padding-bottom:10px;
  }

  .rd-mobile-menu-v2 .mob-drawer-hdr-logo{
    margin-bottom:8px;
  }

  .rd-drawer-location{
    min-height:48px;
    padding-top:6px;
    padding-bottom:6px;
  }

  .rd-drawer-tagline{
    display:none;
  }
}

@media(prefers-reduced-motion:reduce){
  .rd-drawer-location{
    transition:none;
  }
}
