/* =====================================================================
   Yizi Travel V7.5.86 - Tum temalarda mobil Nereden/Nereye tam ekran
   980px ve altinda secim paneli JS ile body altina portal edilir.
   Boylece tema/hero/booking transform, overflow ve stacking-context
   kurallari mobil konum panelini kisitlayamaz.
   ===================================================================== */
@media(max-width:980px){
  html.location-picker-mobile-fullscreen,
  html.location-picker-mobile-fullscreen body{
    width:100%!important;
    height:100%!important;
    max-height:100%!important;
    overflow:hidden!important;
    overscroll-behavior:none!important;
  }

  body>.yizi-location-picker-portal[data-location-options]{
    position:fixed!important;
    inset:0!important;
    top:0!important;
    right:0!important;
    bottom:0!important;
    left:0!important;
    z-index:2147483647!important;
    display:flex!important;
    flex-direction:column!important;
    box-sizing:border-box!important;
    width:100vw!important;
    min-width:100vw!important;
    max-width:100vw!important;
    height:100dvh!important;
    min-height:100svh!important;
    max-height:100dvh!important;
    margin:0!important;
    padding:
      max(8px,env(safe-area-inset-top))
      max(10px,env(safe-area-inset-right))
      max(10px,env(safe-area-inset-bottom))
      max(10px,env(safe-area-inset-left))!important;
    transform:none!important;
    translate:none!important;
    scale:none!important;
    filter:none!important;
    opacity:1!important;
    visibility:visible!important;
    overflow:hidden!important;
    border:0!important;
    border-radius:0!important;
    background:#fff!important;
    box-shadow:none!important;
    isolation:isolate!important;
    contain:none!important;
    color:#181818!important;
  }
  body>.yizi-location-picker-portal[data-location-options][hidden]{display:none!important}

  body>.yizi-location-picker-portal .location-picker-head{
    display:flex!important;
    flex:0 0 auto!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
    min-height:58px!important;
    padding:8px 6px 8px 10px!important;
    border:0!important;
    border-bottom:1px solid #ededed!important;
    background:#fff!important;
  }
  body>.yizi-location-picker-portal .location-picker-head strong{
    color:#181818!important;
    font-size:18px!important;
    line-height:1.25!important;
    font-weight:700!important;
  }
  body>.yizi-location-picker-portal .location-picker-head button{
    display:grid!important;
    place-items:center!important;
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
    flex:0 0 42px!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    border-radius:50%!important;
    background:#f1f1f1!important;
    color:#111!important;
    font-size:26px!important;
    line-height:1!important;
    box-shadow:none!important;
  }
  body>.yizi-location-picker-portal .location-search-box,
  body>.yizi-location-picker-portal .yizi-mobile-location-search{
    display:flex!important;
    flex:0 0 auto!important;
    flex-direction:row!important;
    align-items:center!important;
    gap:8px!important;
    width:auto!important;
    min-height:52px!important;
    margin:10px 4px 8px!important;
    padding:0 12px!important;
    border:1px solid #dedede!important;
    border-radius:14px!important;
    background:#f5f5f5!important;
    box-shadow:none!important;
  }
  body>.yizi-location-picker-portal .location-search-box i,
  body>.yizi-location-picker-portal .yizi-mobile-location-search i{
    display:grid!important;
    place-items:center!important;
    width:38px!important;
    height:38px!important;
    flex:0 0 38px!important;
    color:#777!important;
    font-size:16px!important;
    font-style:normal!important;
  }
  body>.yizi-location-picker-portal .location-search-box input,
  body>.yizi-location-picker-portal .yizi-mobile-location-search input{
    display:block!important;
    width:100%!important;
    min-width:0!important;
    min-height:50px!important;
    padding:9px 0!important;
    border:0!important;
    border-radius:0!important;
    outline:0!important;
    background:transparent!important;
    box-shadow:none!important;
    color:#181818!important;
    font-size:16px!important;
  }
  body>.yizi-location-picker-portal .location-option-list{
    display:block!important;
    flex:1 1 auto!important;
    min-height:0!important;
    max-height:none!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    -webkit-overflow-scrolling:touch!important;
    overscroll-behavior:contain!important;
    touch-action:pan-y!important;
    padding:3px 3px max(24px,env(safe-area-inset-bottom))!important;
  }
  body>.yizi-location-picker-portal .location-option-group{
    display:block!important;
    width:100%!important;
  }
  body>.yizi-location-picker-portal .visual-select-option{
    width:100%!important;
    min-width:0!important;
    min-height:64px!important;
    margin:0!important;
    box-sizing:border-box!important;
  }
  body>.yizi-location-picker-portal .location-no-results{
    color:#777!important;
  }

  html.location-picker-mobile-fullscreen .lions-header,
  html.location-picker-mobile-fullscreen .lions-topbar,
  html.location-picker-mobile-fullscreen .announcement,
  html.location-picker-mobile-fullscreen .safe-header,
  html.location-picker-mobile-fullscreen .marmaris-header,
  html.location-picker-mobile-fullscreen .dalaman-header,
  html.location-picker-mobile-fullscreen .alpmar-header,
  html.location-picker-mobile-fullscreen .lions-whatsapp,
  html.location-picker-mobile-fullscreen .safe-phone-float,
  html.location-picker-mobile-fullscreen .marmaris-phone-float,
  html.location-picker-mobile-fullscreen .dalaman-phone-float,
  html.location-picker-mobile-fullscreen .alpmar-phone-float{
    pointer-events:none!important;
  }
}
