
:root{
  --ab15-blue:#ff547f;
  --ab15-blue-dark:#075ed5;
  --ab15-cyan:#39a8e6;
  --ab15-green:#169f85;
  --ab15-ink:#142b49;
  --ab15-muted:#8090a4;
  --ab15-line:#e3ebf5;
  --ab15-pre-bg:linear-gradient(145deg,#e7f6ff,#ffffff);
  --ab15-price-gradient:linear-gradient(90deg,#39a8e6,#169f85,#39a8e6);
  --ab15-shadow:0 18px 45px rgba(28,67,116,.14);
}
html{scrollbar-gutter:stable}
.ab15-page-shell,.ab15-page-shell button,.ab15-page-shell a{font-family:"Beiruti",sans-serif!important}
.ab15-page-shell{width:min(100%,460px);margin:10px auto 48px;padding:0 12px;color:var(--ab15-ink)}
.ab15-cards-list{display:grid;gap:24px}
.ab15-card-shell{position:relative;min-width:0}
.ab15-card-shell[hidden]{display:none!important}
.ab15-card{position:relative;overflow:visible;border-radius:20px;background:#fff; border: 1px #d1d1d1 solid; box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;}
.ab15-media{position:relative;height:240px;border-radius:19px;overflow:hidden;box-shadow:0 5px 10px rgb(35 72 119 / 16%);background:#eaf0f6}
.ab15-media:after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,rgba(6,18,37,.03),rgba(6,18,37,.07) 44%,rgba(6,18,37,.57) 78%,rgba(6,18,37,.91))}
.ab15-slides{position:absolute;inset:0;z-index:0;background:#eaf0f6}
.ab15-slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:0;transition:opacity 1600ms ease-in-out;will-change:opacity}
.ab15-slide.is-active{opacity:1}
.ab15-new{position:absolute;top:13px;left:-31px;width:108px;height:20px;display:grid;place-items:center;transform:rotate(-45deg);background:linear-gradient(135deg,#ff4d6d,#df0038);color:#fff;font-size:13px;font-weight:900;z-index:4}
.ab15-badges{position:absolute;top:14px;right:14px;display:flex;flex-direction:column;align-items:flex-start;gap:6px;z-index:4}
.ab15-badge{display:inline-flex;align-items:center;gap:5px;min-height:29px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:900;box-shadow:0 7px 17px rgba(0,0,0,.15)}
.ab15-badge.early{min-height:35px;padding:0 12px;background:var(--ab15-pre-bg);color:#2f536f;border:1px solid #d8eefc;border-radius:12px;box-shadow:0 0 10px rgba(57,168,230,.16)}
.ab15-badge.early i{color:#1880ff;font-size:14px}
.ab15-badge.rating{background:#fff;color:#203a58}.ab15-badge.rating i{color:#ffac00}
.ab15-badge.trend{background:linear-gradient(135deg,#ff4d6b,#e51e4c);color:#fff}
.ab15-price-panel{
    position:absolute;
    left:50%;
    bottom:5px;
    width:90%;
    transform:translateX(-50%);
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:10px;
    z-index:3;
    direction: rtl;
}



.ab15-price-panel.daily-only{grid-template-columns:1fr}
.ab15-price-card,.ab15-daily-price{position:relative;overflow:hidden;background:rgba(255,255,255,.94);box-shadow:0 8px 19px rgba(4,24,56,.16);backdrop-filter:blur(9px)}
.ab15-price-card {
    min-width: 0;
    padding: 5px 6px 5px;
    border-radius: 8px;
    border-right: 3px solid #2196F3;
    background: linear-gradient(270deg, #ecf6ff, #ffffff);
}

.ab15-price-card2{
    min-width: 0;
    padding: 5px 7px 5px;
    border-radius: 8px;
    border-right: 3px solid #FF9800;
    background: linear-gradient(270deg, #fff1dc, #ffffff);
}

.ab15-price-inner{position:relative;z-index:1;padding-top:2px;line-height:1}
.ab15-price-top{display:flex;align-items:center;justify-content:space-between;gap:7px}
.ab15-price-title {
    color: #333333;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
    position: relative;
    top: -1px;
}

.ab15-price-top strong{color:#1574bd;font-size:15px;font-weight:900;direction:ltr;white-space:nowrap}
.ab15-package-price-number{color:#1574bd}.ab15-package-currency{color:#7b8a9d;font-size:10px;font-style:normal}
.ab15-price-sub{display:block;margin-top:3px;color:#9aa5b4;font-size:9.5px;text-align:right;white-space:nowrap;text-overflow:ellipsis}
.ab15-daily-price{grid-column:1/-1;min-height:36px;padding:8px 10px 6px;border-radius:12px;display:flex;align-items:center;justify-content:space-between;gap:8px}
.ab15-daily-price span,.ab15-daily-price strong{position:relative;z-index:1}.ab15-daily-price>span{color:#38536d;font-size:12px;font-weight:900}.ab15-daily-price strong{color:#1574bd;font-size:16px;font-weight:900;direction:ltr}.ab15-daily-currency{font-size:10px}
.ab15-body{padding:7px 14px 7px;direction:rtl}
.ab15-title-row{display:flex;align-items:center;justify-content:space-between;gap:10px;}
.ab15-title-row span{min-width:0;margin:0;color:#153255;font-size:13.5px !important;font-weight:900;line-height:1.5;text-overflow:ellipsis;white-space:nowrap}
.ab15-location{display:flex;align-items:center;gap:4px;color:#333333;font-size:10.5px;font-weight:500;white-space:nowrap}.ab15-location i{font-size: 11px;color:var(--ab15-blue)}
.ab15-features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px 10px;border-radius:13px;background:var(--ab15-pre-bg);border:1px solid #d8eefc;box-shadow:0 0 10px rgba(57,168,230,.16);margin:5px 0px;padding:6px}
.ab15-feature{display:flex;align-items:center;gap:6px;min-width:0}
.ab15-feature img{width:18px;height:18px;object-fit:contain;flex:0 0 18px}
.ab15-feature strong {
    display: block;
    min-width: 0;
    color: #17355f;
    font-size: 10px;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ab15-open-btn{
    position:relative;
    width:100%;
    height:36px;
    padding:0 18px 0 55px;
    box-sizing:border-box;
    border:0;
    border-radius:30px;
    background:linear-gradient(160deg,#13ACFF 0%,#A272FF 100%);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    font-size:14px;
    font-weight:900;
    cursor:pointer;
    
}

.ab15-detail-btn-open{
    position:relative;
    width:100%;
    height:36px;
    padding:0 18px 0 55px;
    box-sizing:border-box;
    border:0;
    border-radius:30px;
    background:linear-gradient(160deg,#13ACFF 0%,#A272FF 100%);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    font-size:14px;
    font-weight:900;
    cursor:pointer;
    
}

.ab15-open-main {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    direction: rtl;
    line-height: 1;
    white-space: nowrap;
    position: absolute;
    right: 20px;
}

.ab15-detail-main {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    direction: rtl;
    line-height: 1;
    white-space: nowrap;
    position: absolute;
    right: 20px;
    color: #ffffff;
}

/* حاوية ثابتة أقصى اليسار */
.ab15-open-arrow{
    position:absolute;
    top:0;
    bottom:0;
    left:16px;
    width:28px;
    display:flex;
    align-items:center;
    justify-content:center;
    pointer-events:none;
}

/* تدوير الأيقونة فقط دون تحريك مكانها */
.ab15-open-arrow .arrow{
    position:static !important;
    inset:auto !important;
    margin:0 !important;
    transform:rotate(0deg) !important;
    font-size:17px;
    transition:transform .25s ease;
}

.ab15-card.is-open .ab15-open-arrow .arrow{
    transform:rotate(180deg) !important;
}
.ab15-availability{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .3s ease,opacity .2s ease,margin-top .2s ease}
.ab15-card.is-open .ab15-availability{grid-template-rows:1fr;opacity:1;margin-top:11px}
.ab15-availability-inner{min-height:0;overflow:hidden}.ab15-card.is-open .ab15-availability-inner{overflow:visible}
.ab15-availability-content{position:relative;padding:10px;border-radius:17px;background:#f9fbfe; border: 1px #e4e4e4 solid;}
.ab15-availability-loader{height:100px;display:flex;align-items:center;justify-content:center;gap:7px}
.ab15-availability-loader span{width:8px;height:8px;border-radius:50%;background:#39a8e6;animation:ab15Loader .8s ease-in-out infinite alternate}.ab15-availability-loader span:nth-child(2){animation-delay:.15s}.ab15-availability-loader span:nth-child(3){animation-delay:.3s}
@keyframes ab15Loader{to{opacity:.25;transform:translateY(-5px)}}
.ab15-ajax-error{padding:18px;border-radius:14px;background:#fff0f3;color:#c83150;text-align:center;font-size:13px;font-weight:900}
.ab15-tabs{display:grid;grid-template-columns:1fr 1fr;gap:5px;padding:5px;margin-bottom:9px;border:1px solid #e1eaf4;border-radius:25px;background:#fff}
.ab15-tab{height:35px;border:0;border-radius:20px;background:transparent;color:#74859b;font-size:13px;font-weight:900;cursor:pointer}.ab15-tab.is-active{background:var(--ab15-blue);color:#fff;box-shadow:0 6px 15px rgba(20,119,255,.18)}
.ab15-month-row {
    display: grid;
    grid-template-columns: 37px 1fr 37px;
    align-items: center;
    gap: 6px;
    margin: -4px 0px 10px 0px;
}
.ab15-month-btn {
    height: 30px;
    width: 30px;
    border: 1px solid #add8e6;
    border-radius: 30px;
    background: #d9f1ff;
    color: #35516e;
    cursor: pointer;
}
.ab15-month-btn:disabled{opacity:.34;cursor:not-allowed;background:#d9d9d9}.ab15-month-title{text-align:center;color:#1574bd;font-size:17px;font-weight:900}
.ab15-package-list{display:grid;gap:7px;padding-bottom:4px}.ab15-group{padding:7px;border-radius:14px;background:#fff;box-shadow:0 6px 15px rgba(30,69,114,.04)}.ab15-pair{display:grid;grid-template-columns:1fr 1fr;gap:6px}
.ab15-period,.ab15-week,.ab15-day{position:relative;isolation:isolate;overflow:hidden;border-radius:8px;/*background:var(--ab15-pre-bg);*/border:1px solid #d8eefc;color:inherit;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}
.ab15-period{width:100%;padding:8px}.ab15-week{width:100%;margin-top:6px;padding:8px}.ab15-period:hover,.ab15-week:hover,.ab15-day:hover{transform:translateY(-1px);box-shadow:0 7px 17px rgba(39,91,148,.11)}
.ab15-period.is-selected,.ab15-week.is-selected,.ab15-day.is-selected{background:#dcecff;border-color:#2f8cff;box-shadow:0 0 0 1px rgba(47,140,255,.18),0 8px 18px rgba(47,108,220,.12)}
.ab15-period.is-started,.ab15-week.is-started,.ab15-day.is-started,.ab15-period.is-unpriced,.ab15-week.is-unpriced,.ab15-day.is-unpriced{opacity:.72;background:#f0f3f6;border-color:#d7dee7;box-shadow:inset 0 0 0 999px rgba(0,0,0,.025);cursor:not-allowed;transform:none;filter:grayscale(.2)}
.ab15-package-unavailable{cursor:not-allowed!important;transform:none!important}
.ab15-package-unavailable:after{content:"";position:absolute;inset:0;z-index:2;pointer-events:none}
.ab15-package-booked-label{position:absolute;left:50%;transform:translateX(-50%);z-index:6;display:flex;align-items:center;justify-content:center;background:#000;color:#fff;border:1px solid #fff;border-radius:6px;font-weight:900;white-space:nowrap;pointer-events:none}
.ab15-package-booked-label{top:25%;padding:4px 13px;font-size:11px}
.ab15-period-head{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:6px}
.ab15-period-head strong{justify-self:start;color:#444444;font-size:11px;font-weight:900;white-space:nowrap}
.ab15-status{justify-self:center;padding:1px 7px;border-radius:4px;font-size:12px;font-weight:900;white-space:nowrap}
.ab15-date-row{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:5px;margin:-1px 0px -6px 0px;padding:3px 6px;border:1px solid #dedede;border-radius:10px;background:rgba(255,255,255,.72);white-space:nowrap;overflow:hidden; box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;}.ab15-date-part-in{display:inline-flex;align-items:center;gap:3px;min-width:0;color:#333333;font-size:9.5px;font-weight:800}.ab15-date-part-out{display:inline-flex;align-items:center;gap:3px;min-width:0;color:#333333;font-size:9.5px;font-weight:800}.ab15-date-part-in-date{display:inline-flex;align-items:center;gap:3px;min-width:0;color:#545454;font-size:9.5px;font-weight:800}.ab15-date-part-out-date{display:inline-flex;align-items:center;gap:3px;min-width:0;color:#545454;font-size:9.5px;font-weight:800}.ab15-date-part strong{color:#294866;font-size:9.3px;font-weight:900;direction:ltr}
.ab15-daily-grid{display:none;grid-template-columns:repeat(5,minmax(0,1fr));gap:7px;padding-bottom:0px}.ab15-day{min-height:50px;padding:6px 6px 7px;text-align:initial}.ab15-day-date{position:relative;z-index:1;display:block;color:#5f7289;font-size:13px;font-weight:900;line-height:1;text-align:center;white-space:nowrap;margin:0 0 7px}.ab15-day-top{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:5px;width:100%;direction:rtl}.ab15-day-name{color:#264563;font-size:10.7px;font-weight:900;line-height:1;white-space:nowrap}.ab15-day-price{color:#1574bd;font-size:10.5px;font-weight:900;line-height:1;direction:ltr;white-space:nowrap}.ab15-day-price .ab15-daily-price-number,.ab15-day-price .ab15-daily-currency{color:#1574bd!important;font-size:inherit;font-weight:900}
.ab15-availability-content.is-daily .ab15-package-list{display:none}.ab15-availability-content.is-daily .ab15-daily-grid{display:grid}
.glow{--glow-line-thickness:1.6px;--glow-line-length:18;--glow-blur-size:5px;--animation-speed:1100ms;--container-offset:100px;position:relative}
.glow-container{pointer-events:none;position:absolute;z-index:8;inset:calc(var(--container-offset)/-2);width:calc(100% + var(--container-offset));height:calc(100% + var(--container-offset));opacity:0;overflow:visible}.glow-blur,.glow-line{width:calc(100% - var(--container-offset));height:calc(100% - var(--container-offset));x:calc(var(--container-offset)/2);y:calc(var(--container-offset)/2);fill:transparent;stroke-width:5px;stroke-dasharray:var(--glow-line-length) calc(50 - var(--glow-line-length));stroke-dashoffset:0;stroke-linecap:round;stroke-linejoin:round}.glow-line{stroke:url(#ab15GlowGradient);stroke-width:var(--glow-line-thickness);opacity:.84}.glow-blur{filter:blur(var(--glow-blur-size));stroke:url(#ab15GlowGradient);stroke-width:var(--glow-blur-size);opacity:.28}.glow.is-animating .glow-blur,.glow.is-animating .glow-line{animation:ab15GlowRun var(--animation-speed) ease-in 1 forwards}.glow.is-animating .glow-container{animation:ab15GlowVisibility var(--animation-speed) ease-in 1 forwards}@keyframes ab15GlowRun{from{stroke-dashoffset:0}to{stroke-dashoffset:-80px}}@keyframes ab15GlowVisibility{0%,100%{opacity:0}25%,75%{opacity:1}}
.ab15-invalid{border-color:#ff8ea2!important;background:#fff1f4!important;animation:ab15Shake .3s ease}@keyframes ab15Shake{0%,100%{transform:translateX(0)}25%{transform:translateX(3px)}75%{transform:translateX(-3px)}}
.ab15-footer{position:sticky;bottom:8px;z-index:30;max-height:0;margin-top:0;border:1px solid #d7e5f8;border-radius:16px;background:rgba(255,255,255,.98);box-shadow:0 16px 34px rgba(27,68,119,.20);backdrop-filter:blur(10px);overflow:hidden;opacity:0;visibility:hidden;transform:translateY(18px);pointer-events:none;transition:opacity .25s ease,transform .28s ease,max-height .28s ease,margin-top .28s ease,visibility 0s linear .28s}
.ab15-footer.is-visible{max-height:max-content;margin-top:10px;opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto;transition-delay:0s}
.ab15-footer:before{position:absolute;z-index:1}
.ab15-footer-main {
    position: relative;
    padding: 10px;
    background: linear-gradient(160deg, #e7ffed 0%, #ffffff 100%) !important;
    border-top: 3px solid #4fb41a !important;
    box-shadow: 0 7px 16px rgba(47,108,220,.12) !important;
    border-right: 1px #d9d9d9 solid;
    border-bottom: 1px #d9d9d9 solid;
    border-left: 1px #d9d9d9 solid;
}

.ab15-footer-days {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    margin-bottom: 8px;
    padding: 6px 10px;
    border-radius: 30px;
    background: #ffffff;
    border: 1px solid #d4e7ff;
    box-shadow: 0 0 10px rgba(57,168,230,.16);
    color: #244563;
    font-size: 12px;
    font-weight: 900;
    text-align: center;
    overflow: visible;
}

.ab15-footer-dates{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-bottom:8px}.ab15-footer-date-box{padding:7px;border:1px solid #d8eefc;border-radius:11px;background:var(--ab15-pre-bg);box-shadow:0 0 10px rgba(57,168,230,.10);text-align:center}.ab15-footer-date-box span{display:block;color:#8190a2;font-size:10.5px;font-weight:800}.ab15-footer-date-box strong{display:block;margin-top:3px;color:#18365d;font-size:11.5px;font-weight:900;direction:ltr}
.ab15-price-breakdown{background: #ffffff; border:1px solid #dedede;border-radius:10px;overflow:hidden;margin-bottom:8px}.ab15-price-line{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:5px 10px;background:linear-gradient(160deg,#13ACFF 0%,#A272FF 100%);font-size:11.5px;font-weight:900}

.ab15-price-line+.ab15-price-line{
    border-top:1px solid #dedede;
    color: #FF9800;
    background: linear-gradient(270deg, #fff4e5, #ffffff);
}



.ab15-price-line span{color:#ffffff}.ab15-price-line strong{direction:ltr;color:#ffffff;font-size:11.5px}.ab15-price-line.deposit strong{color:#FF9800}
.ab15-price-line[hidden]{display:none!important}

.ab15-price-line.week-discount-line {
    background: linear-gradient(270deg, #8cdc665e 0%, #ffffff 100%);
}

.ab15-price-line.week-discount-line span,
.ab15-price-line.week-discount-line strong {
    color: #4caf50;
}

.ab15-price-line.week-discount-line span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.ab15-price-line.week-discount-line span::before {
    content: "";
    display: inline-block;
    width: 16px;
    aspect-ratio: 1 / 1;
    flex: 0 0 16px;

    background-image: url("/01/img/mark.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    border: 0 !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.ab15-price-line.after-discount-line{background:linear-gradient(270deg, #e9e7ff 0%, #ffffff 100%)}
.ab15-price-line.after-discount-line span,.ab15-price-line.after-discount-line strong{color:#7066e0}
.ab15-detail-btn {
    width: 100%;
    height: 36px;
    border-radius: 30px;
    background: linear-gradient(160deg, #44c600 0%, #3c990b 100%);
    color: #ffffff;
    border: 2px solid #3c990b;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 9px 20px rgba(68,198,0,.20);
    text-decoration: none!important;
}
.ab15-global-filter{position:relative;z-index:30;margin-bottom:14px;padding:10px;border:1px solid #dce8f4;border-radius:18px;background:rgba(255,255,255,.96);box-shadow:0 10px 25px rgba(35,72,119,.08);backdrop-filter:blur(10px)}
.ab15-global-filter-title{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:20px;margin-bottom:8px;color:#24486e;font-size:13px;font-weight:900}.ab15-global-filter-title>span{display:flex;align-items:center;gap:6px}.ab15-global-filter-title i{color:var(--ab15-blue)}.ab15-global-result{min-width:90px;color:#08785d;font-size:11px;text-align:left;white-space:nowrap}
.ab15-quick-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.ab15-quick-btn{box-sizing:border-box;min-height:41px;padding:6px;border:1px solid #dce8f4;border-radius:14px;background:#fff;color:#375471;display:flex;align-items:center;justify-content:center;gap:5px;font-size:12.5px;font-weight:900;cursor:pointer;box-shadow:0 6px 15px rgba(35,72,119,.06);transition:background .18s ease,color .18s ease,box-shadow .18s ease}.ab15-quick-btn i{color:var(--ab15-blue)}.ab15-quick-btn.is-active{color:#fff;background:var(--ab15-blue);box-shadow:inset 0 0 0 1px var(--ab15-blue),0 8px 18px rgba(20,119,255,.20)}.ab15-quick-btn.is-active i{color:#fff}.ab15-quick-btn:focus{outline:none}
.ab15-empty-filter{padding:28px 14px;margin-top:50px;border:2px dashed #cad9ea;border-radius:20px;background:#fff;text-align:center;color:#6f8298;box-shadow:0 10px 24px rgba(35,72,119,.06)}.ab15-empty-filter i{display:block;margin-bottom:10px;color:#9cb0c5;font-size:30px}.ab15-empty-filter strong{font-size:14px}
@media(max-width:380px){.ab15-page-shell{padding:0 9px}.ab15-media{height:260px}
    
    .ab15-price-panel{
    right:8px;
    left:8px;
    width:auto;
    max-width:none;
    transform:none;
    box-sizing:border-box;
}
    
    
    .ab15-price-card{padding:7px 6px}.ab15-price-top strong{font-size:13px}.ab15-feature strong{font-size:10px}.ab15-title-row h2{font-size:16px}.ab15-location{font-size:10.5px}.ab15-day{min-height:48px;padding:6px 4px 5px}.ab15-day-date{font-size:12px;margin-bottom:5px}.ab15-day-name{font-size:9.8px}.ab15-day-price{font-size:9.6px}.ab15-quick-btn{font-size:10.5px;padding:5px 3px}.ab15-footer-date-box strong{font-size:10.5px}}
@media(max-width:340px){.ab15-price-panel{grid-template-columns:1fr 1fr}.ab15-price-card:nth-child(3){grid-column:1/-1}.ab15-daily-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.ab15-features{grid-template-columns:repeat(2,minmax(0,1fr))}}
.ab15-package-list:empty:after{content:"لا توجد باقات متبقية في هذا الشهر";display:block;padding:22px 10px;text-align:center;color:#8795a6;font-size:12px;font-weight:800}
.ab15-daily-grid:empty:after{content:"لا توجد أيام متبقية في هذا الشهر";display:block;grid-column:1/-1;padding:22px 10px;text-align:center;color:#8795a6;font-size:12px;font-weight:800}

/* تقويم الغرف للرول 10 فقط. */
.ab15-availability-content.is-hotel .ab15-daily-grid{
    grid-template-columns:repeat(7,minmax(0,1fr));
}
.ab15-availability-content.is-hotel .ab15-hotel-weekday-name {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    padding: 6px 0;
    color: #526b82;
    font-size: clamp(9px,2.5vw,11px);
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    border-top: 3px solid #2196F3;
    border-radius: 7px;
    background: #ffffff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.ab15-availability-content.is-hotel .ab15-hotel-calendar-blank{
    min-width:0;
    min-height:32px;
}
/* اليوم المتوفر: تصميم مستقل بالكامل. */
.ab15-availability-content.is-hotel .ab15-hotel-day-available{
    position:relative;
    isolation:isolate;
    overflow:hidden;
    min-height:32px;
    padding:7px 3px;
    border:1px solid #8ecaff;
    border-radius:8px;
    background:linear-gradient(131deg,#e8f5ff 0%,#ffffff 100%);
    color:inherit;
    font:inherit;
    text-align:initial;
    cursor:pointer;
    transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease;
}
.ab15-availability-content.is-hotel .ab15-hotel-day-number-available{
    position:relative;
    z-index:1;
    display:block;
    margin:0;
    color:#2196F3;
    font-size:13px;
    font-weight:900;
    line-height:1;
    text-align:center;
    white-space:nowrap;
}
.ab15-availability-content.is-hotel .ab15-hotel-day-available:hover{
    transform:translateY(-1px);
    box-shadow:0 7px 17px rgba(39,91,148,.11);
}
.ab15-availability-content.is-hotel .ab15-hotel-day-available.is-selected{
    background:linear-gradient(160deg,#e7ffed 0%,#f9fff9 100%);
    border-color:#4fb41a;
    box-shadow:inset 0 0 0 1px #4fb41a,0 7px 16px rgba(79,180,26,.14);
}
.ab15-availability-content.is-hotel .ab15-hotel-day-available.is-selected .ab15-hotel-day-number-available{
    color:#2f8610;
}

/* اليوم المحجوز: تصميم مستقل بالكامل. */
.ab15-availability-content.is-hotel .ab15-hotel-day-booked {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 32px;
    /* padding: 7px 3px; */
    border: 1px solid #cbd2d8;
    border-radius: 8px;
    background: #eef1f3;
    color: inherit;
    font: inherit;
    text-align: initial;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}
.ab15-availability-content.is-hotel .ab15-hotel-day-number-booked{
    position:relative;
    z-index:1;
    display:block;
    margin:0;
    color:#b7bec6;
    font-size:13px;
    font-weight:900;
    line-height:1;
    text-align:center;
    white-space:nowrap;
}

/* اليوم الفائت: تصميم مستقل بالكامل. */
.ab15-availability-content.is-hotel .ab15-hotel-day-past{
    position:relative;
    isolation:isolate;
    overflow:hidden;
    min-height:32px;
    padding:7px 3px;
    border:1px solid #d7dee7;
    border-radius:8px;
    background:#f0f3f6;
    color:inherit;
    font:inherit;
    text-align:initial;
    opacity:.72;
    cursor:not-allowed;
    transform:none;
    box-shadow:inset 0 0 0 999px rgba(0,0,0,.025);
    filter:grayscale(.2);
}
.ab15-availability-content.is-hotel .ab15-hotel-day-number-past{
    position:relative;
    z-index:1;
    display:block;
    margin:0;
    color:#9aa5b1;
    font-size:13px;
    font-weight:900;
    line-height:1;
    text-align:center;
    white-space:nowrap;
}

@media(max-width:380px){
    .ab15-availability-content.is-hotel .ab15-hotel-day-available{
        min-height:48px;
        padding:6px 4px 5px;
    }
    .ab15-availability-content.is-hotel .ab15-hotel-day-number-available{
        font-size:12px;
    }
    .ab15-availability-content.is-hotel .ab15-hotel-day-booked{
        min-height:48px;
        padding:6px 4px 5px;
    }
    .ab15-availability-content.is-hotel .ab15-hotel-day-number-booked{
        font-size:12px;
    }
    .ab15-availability-content.is-hotel .ab15-hotel-day-past{
        min-height:48px;
        padding:6px 4px 5px;
    }
    .ab15-availability-content.is-hotel .ab15-hotel-day-number-past{
        font-size:12px;
    }
}
.ab15-availability-content.is-hotel .ab15-price-line-deposit{
    display:none;
}
.ab15-svg-defs{position:absolute;opacity:0;pointer-events:none}

/* ===== V48: إخفاء لودنق المتوفر بعد اكتمال AJAX ===== */
.ab15-availability-loader[hidden],
.ab15-availability-loader.is-hidden {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}


/* ===== V49: تثبيت وميض إطار أيام الفوتر داخل حدوده ===== */
.ab15-footer-days.glow{
  --container-offset:0px;
  isolation:isolate;
}
.ab15-footer-days.glow .glow-container{
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  overflow:visible;
  z-index:4;
}
.ab15-footer-days.glow .glow-blur,
.ab15-footer-days.glow .glow-line{
  x:2px !important;
  y:2px !important;
  width:calc(100% - 4px) !important;
  height:calc(100% - 4px) !important;
}
.ab15-footer-days.glow .selected-title{
  position:relative;
  z-index:5;
}

.ab15-price-line-deposit  span{
color: #FF9800;
}
/* ====================================================== */

/* =========================================================
   V51 — كرت داخل اللوب الحالي بدون تغيير منطق index.php
========================================================= */

.ab15-card-container{
  width:min(100%,450px);
  margin:0 auto 24px;
  padding:0 15px;
  box-sizing:border-box;
  color:var(--ab15-ink);
}
.ab15-card-container .productListings,
.ab15-card-container .rowxxx{
  width:100%;
  margin:0;
  padding:0;
}
.ab15-card-shell{
  width:100%;
  margin:0;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.ab15-external-badges{
  position:absolute;
  inset:0;
  z-index:20;
  pointer-events:none;
}
.ab15-early-entry {
    position: absolute;
    top: 60px;
    right: 4px;
    z-index: 22;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    min-height: 15px;
    padding: 1px 2px 1px 5px;
    border: 1px solid #ccc;
    border-radius: 20px;
    background: #e7ffed;
    color: #3b9022;
    font-size: 9px;
    font-weight: 600;
    white-space: nowrap;
    direction: rtl;
}
.ab15-early-entry img{
  width:18px;
  height:18px;
  object-fit:contain;
}
.ab15-card-offer, .ab15-card-booked {
    position: absolute;
    top: 145px;
    right: 22px;
    z-index: 22;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 70px;
    height: 25px;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    white-space: nowrap;
}
.ab15-card-offer {
    padding: 0px 3px 0px 14px;
    direction: rtl;
    color: #ffffff;
    border-right: 3px solid #00ff0a;
    border-radius: 6px;
    background: linear-gradient(90deg, #ffffff00 0%, #89ff0099 100%) !important;
}

.ab15-card-booked{background:#000;border:1px solid #fff}
.ab15-share-btn{
    grid-column:1 / -1;
    position:static;
    width:22px;
    height:22px;
    margin-right:auto;
    margin-left:0;
    border-radius:6px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin: 0 auto 0 0;
	background:#03a9f4;
    color:#fff !important;
    box-shadow:0 7px 17px rgba(0,0,0,.18);
    text-decoration:none !important;
    border: 1px #ffffff solid;
}
.ab15-share-btn i {
    position: absolute;
    left: 4px;
    bottom: auto;
    font-size: 12px;
}
.ab15-price-count-1{grid-template-columns:1fr}
.ab15-price-count-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.ab15-price-count-3{direction: rtl;grid-template-columns: 0.9fr 1.2fr 0.9fr;}
.ab15-price-count-4{grid-template-columns:repeat(3,minmax(0,1fr))}
.ab15-price-count-4 .ab15-price-card-daily{grid-column:1/-1}
.ab15-price-count-5{grid-template-columns:repeat(6,minmax(0,1fr))}
.ab15-price-count-5 .ab15-price-card:not(.ab15-price-card-daily){grid-column:span 2}
.ab15-price-count-5 .ab15-price-card-daily{grid-column:span 3}
.ab15-price-value {
    display: block;
    color: #2196F3 !important;
    font-size: 14px!important;
    font-weight: 900!important;
    direction: ltr;
    white-space: nowrap;
}


.ab15-price-value em{color:#7b8a9d;font-size:10px;font-style:normal}

/* الفترات: صف كامل لكل ويكند أو ويك ديز */
.ab15-package-list{gap:8px}
.ab15-group{
  display:grid;
  gap:7px;
  padding:7px;
  border:1px solid #e1eaf4;
  border-radius:14px;
  background:#fff;
  box-shadow:0 6px 15px rgba(30,69,114,.04);
}
.ab15-period{padding:9px 8px}
.ab15-period-head{
  position:relative;
  z-index:3;
  display:grid;
  grid-template-columns:minmax(0,1fr) 76px minmax(82px,auto);
  align-items:center;
  gap:7px;
}
.ab15-period-name{
  justify-self:start;
  align-self:center;
  min-width:0;
  color:#344d67;
  font-size:12px;
  font-weight:900;
  line-height:1.35;
  padding:2px 0;
  white-space:nowrap;
  overflow:visible;
  text-overflow:clip;
}
.ab15-period-name small{
  color:#8a98a8;
  font-size:9px;
  font-weight:800;
}
.ab15-period-price{
  justify-self:end;
  color:#1574bd;
  font-size:11.5px;
  font-weight:900;
  direction:ltr;
  white-space:nowrap;
}
.ab15-period-price strong{color:#1574bd;font-size:inherit}
.ab15-discount-price{display:inline-flex;align-items:center;gap:5px;direction:ltr}
.ab15-discount-price del{color:#a4aab2;font-size:8px;font-weight:800}
.ab15-status,
.ab15-discount-badge{
  justify-self:center;
  width:70px;
  min-width:70px;
  height:20px;
  margin:0;
  padding:0 6px;
  border-radius:5px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  box-sizing:border-box;
  font-size:8px;
  font-weight:700;
  line-height:1;
  white-space:nowrap;
    direction:rtl;
    gap:8px;
}
.ab15-discount-label{
    margin-left:auto;
}

.ab15-discount-value{
    margin-right:auto;
    direction:ltr;
}
.ab15-status.available {
    color: #3b9022 !important;
    background: #e7ffed !important;
    border: 1px solid #8ee171 !important;
}

.ab15-status .contact {
    color: #3b9022 !important;
    background: #e7ffed !important;
    border: 1px solid #8ee171 !important;
}

.ab15-no-price {
    font-size: 9px !important;
    border-radius: 5px;
    padding: 3px;
}

.ab15-no-price-ps {
    color: #555555 !important;
    font-size: 9.5px;
}


.KD
{
	    padding: 0px 2px;
    color: #8d8d8d;
    font-size: 10px;
}
.ab15-status.booked{color:#fff;background:#000;border:1px solid #000}
.ab15-status.unpriced{color:#777;background:#eee;border:1px solid #ccc}
.ab15-discount-badge{color:#fff;background:#ff9c30;border:1px solid #d86f00}
.ab15-period.has-discount{
  border-color:#ffb13b;
  background:linear-gradient(145deg,#fff8e7,#fff);
  box-shadow:0 0 0 1px rgba(255,177,59,.12),0 8px 20px rgba(224,137,0,.12);
}
.ab15-period.has-discount.is-selected{
  background:#fff1cf;
  border-color:#ff9500;
}
.ab15-package-unavailable::after{
  z-index:1;
}
.ab15-package-unavailable .ab15-period-head,
.ab15-package-unavailable .ab15-date-row{
  position:relative;
  z-index:3;
}
.ab15-date-row{justify-content:space-between;padding-inline:15px}

/* اليومي: خصم مستقل وطبقة محجوز مستقلة */
.ab15-day-discount{
  position:absolute;
  top:3px;
  right:3px;
  z-index:5;
  min-width:25px;
  padding:1px 4px;
  border-radius:4px;
  background:#ff8500;
  color:#fff;
  font-size:7px;
  font-weight:900;
  direction:ltr;
}
.ab15-hotel-day-available.has-discount{border-color:#ffb13b;background:linear-gradient(145deg,#fff8e7,#fff)}

.ab15-daily-discount-price{display:inline-flex;align-items:center;gap:3px;direction:ltr}
.ab15-daily-discount-price del{color:#a4aab2;font-size:7px;font-weight:800}
.ab15-daily-discount-price strong{color:#1574bd;font-size:inherit;font-weight:900;white-space:nowrap}
/* الفوتر العائم داخل حدود الكرت */
.ab15-footer{bottom:8px}
.ab15-footer-days.glow{overflow:visible}

@media(max-width:380px){
  .ab15-card-container{padding:0 5px}
  .ab15-media{height:240px}
  .ab15-early-entry{top:58px;right:9px;font-size:11px;padding:4px 8px}
  .ab15-card-offer,.ab15-card-booked{right:9px;top:98px}
  .ab15-period-head{grid-template-columns:minmax(0,1fr) 64px minmax(72px,auto);gap:5px}
  .ab15-period-name{font-size:10.5px}
  .ab15-period-name small{font-size:8px}
  .ab15-status,.ab15-discount-badge{width:62px;min-width:62px;height:22px;padding:0 3px;font-size:8.5px}
  .ab15-date-row{padding-inline:7px}
}
@media(max-width:340px){
  .ab15-price-count-3,.ab15-price-count-4{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ab15-price-count-3 .ab15-price-card:last-child{grid-column:1/-1}
  .ab15-price-count-4 .ab15-price-card-daily{grid-column:1/-1}
  .ab15-price-count-5{grid-template-columns:repeat(6,minmax(0,1fr))}
  .ab15-price-count-5 .ab15-price-card:not(.ab15-price-card-daily){grid-column:span 2}
  .ab15-price-count-5 .ab15-price-card-daily{grid-column:span 3}
  .ab15-period-name small{display:none}
}



/* =========================================================
   V58 — إطار واحد لجميع الفترات + تمييز الخصم
========================================================= */
.ab15-package-list{
  display:grid;
  gap:0;
  padding:7px;
  border:1px solid #d8eefc;
  border-radius:14px;
  background:#fff;
  box-shadow:0 6px 15px rgba(30,69,114,.05);
  overflow:hidden;
}
.ab15-package-list .ab15-period{
  border:0;
  border-radius:0;
  box-shadow:none;
  margin:0;
}
.ab15-package-list .ab15-period:first-child{border-radius:11px 11px 0 0}
.ab15-package-list .ab15-period:last-child{border-radius:0 0 11px 11px}
.ab15-package-list .ab15-period:only-child{border-radius:11px}
.ab15-package-list .ab15-period + .ab15-period{border:1px solid #dedede}
.ab15-package-list .ab15-period:hover{transform:none;box-shadow:inset 0 0 0 1px rgba(47,140,255,.20)}
.ab15-package-list .ab15-period.is-selected{
  border-color:transparent;
  background:#dcecff;
  box-shadow:inset 0 0 0 2px #2f8cff;
}
.ab15-package-list .ab15-period.has-discount{
  position:relative;
  z-index:1;
  border-top-color:transparent;
  background:linear-gradient(145deg,#fff8e7,#fff);
  box-shadow:inset 0 0 0 2px #ff9500;
}
.ab15-package-list .ab15-period.has-discount + .ab15-period{border-top-color:transparent}
.ab15-package-list .ab15-period.has-discount.is-selected{
  background:#fff1cf;
  box-shadow:inset 0 0 0 2px #ff8500, inset 0 0 18px rgba(255,133,0,.10);
}
.ab15-package-list:empty{display:none}
/* ====================================================== */

/* =========================================================
   V62 — كل فترتين في صف واحد + الحالة في نفس صف الاسم والسعر
   بدون تغيير الأبعاد والألوان الأساسية للنسخة المعتمدة
========================================================= */
.ab15-package-list{
  grid-template-columns:1fr !important;
  gap:6px !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  overflow:visible !important;
}

.ab15-package-row{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:6px;
  width:100%;
  min-width:0;
}

.ab15-package-row > .ab15-period,
.ab15-package-list .ab15-period,
.ab15-package-list .ab15-period:first-child,
.ab15-package-list .ab15-period:last-child,
.ab15-package-list .ab15-period:only-child{
  width:100%;
  min-width:0;
  margin:0;
  border:1px solid #d8eefc;
  border-radius:12px !important;
  overflow:hidden;
	    background: linear-gradient(145deg, #dbf1ff, #ffffff);
    border-right: var(--ab15-cyan) 3px solid;
}



.ab15-package-list .ab15-period + .ab15-period{
  border-top:1px solid #d8eefc;
}

/* الاسم + الحالة + السعر في صف واحد */
.ab15-package-list .ab15-period-head{
  position:relative;
  z-index:3;
  display:grid;
  grid-template-columns:minmax(0,1fr) 50px auto;
  align-items:center;
  gap:4px;
  direction:rtl;
	margin-top: -5px;
}

.ab15-package-list .ab15-period-name{
  grid-column:1;
  justify-self:start;
  min-width:0;
}

.ab15-package-list .ab15-status,
.ab15-package-list .ab15-discount-badge{
  grid-column:2;
  justify-self:center;
  align-self:center;
  margin:0;
}

.ab15-package-list .ab15-period-price{
  grid-column:3;
  justify-self:end;
  align-self:center;
}

/* المحجوز: نفس ألوان الكارد الطبيعي + طبقة خفيفة + النصوص رمادية */
.ab15-package-list .ab15-period.ab15-package-unavailable {
    opacity: 1 !important;
    filter: none !important;
    border-color: #d9d9d9 !important;
    cursor: not-allowed;
    background: #f3f3f3;
}

.ab15-package-list .ab15-period.ab15-package-unavailable::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
}

.ab15-package-unavailable .ab15-period-name strong,
.ab15-package-unavailable .ab15-period-name small,
.ab15-package-unavailable .ab15-period-price,
.ab15-package-unavailable .ab15-period-price strong,
.ab15-package-unavailable .ab15-discount-price del,
.ab15-package-unavailable .ab15-date-part,
.ab15-package-unavailable .ab15-date-part strong{
  color:#bebebe  !important;
}

/* إبقاء الخصم في نفس خانة الحالة وسط الصف */
.ab15-package-list .ab15-period.has-discount{
  border-radius:12px !important;
}

/* الحفاظ على الوميض حول كل كارد مستقل */
.ab15-package-list .ab15-period.glow{
  --container-offset:100px;
  isolation:isolate;
}

@media(max-width:380px){
  .ab15-package-list{gap:5px !important}
  .ab15-package-row{gap:5px}
  .ab15-package-list .ab15-period-head{
    grid-template-columns:minmax(0,1fr) 44px auto;
    gap:3px;
  }
}
/* ====================================================== */

/* =========================================================
   V64 — ضبط صف الباقة والحالة والـOverlay والاختيار
   يحافظ على كامل تنسيق V63 دون تغيير المقاسات العامة
========================================================= */

/* شارات الحالة بنفس القياس المطلوب */
.ab15-package-list .ab15-status,
.ab15-package-list .ab15-discount-badge{
  width:40px !important;
  min-width:40px !important;
  max-width:40px !important;
  padding:0 3px !important;
  overflow:hidden;
  text-overflow:clip;
}

/* الاسم + الحالة + السعر في صف واحد */
.ab15-package-list .ab15-period-head{
  position:relative;
  z-index:auto;
  grid-template-columns:minmax(0,1fr) 40px auto !important;
  align-items:center;
  gap:5px !important;
}

.ab15-package-list .ab15-period-name,
.ab15-package-list .ab15-period-price{
  position:relative;
  z-index:3;
}

.ab15-package-list .ab15-status,
.ab15-package-list .ab15-discount-badge{
  position:relative;
  z-index:6;
}


/* إخفاء الوصف القديم إن بقي من كاش HTML سابق */
.ab15-package-list .ab15-period-name small{
  display:none !important;
}

/* الـOverlay يغطي كامل كارد الباقة */
.ab15-package-list .ab15-period.ab15-package-unavailable::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:4 !important;
  border-radius:12px;
  pointer-events:none;
}

/* النصوص والقيم تحت الـOverlay وتظهر رمادية */
.ab15-package-unavailable .ab15-period-name,
.ab15-package-unavailable .ab15-period-name strong,
.ab15-package-unavailable .ab15-period-days,
.ab15-package-unavailable .ab15-period-price,
.ab15-package-unavailable .ab15-period-price strong,
.ab15-package-unavailable .ab15-discount-price,
.ab15-package-unavailable .ab15-discount-price del,
.ab15-package-unavailable .ab15-date-row,
.ab15-package-unavailable .ab15-date-part,
.ab15-package-unavailable .ab15-date-part strong{
  color:#bebebe  !important;
}

/* شارة محجوز تبقى فوق الـOverlay */
.ab15-package-unavailable .ab15-status.booked {
    position: relative;
    z-index: 7 !important;
    color: #999999 !important;
    background: #7c7c7c1c !important;
    border-color: #c6c6c6 !important;
}

/* تاريخ الدخول والخروج تحت الـOverlay */
.ab15-package-list .ab15-date-row{
  position:relative;
  z-index:3;
}

/* بعد انتهاء الوميض: إبراز الاختيار بصرياً */
.ab15-package-list .ab15-period.is-selected{
  background:#dcecff !important;
  border:1px solid #44c600 !important;
  box-shadow:inset 0 0 0 1px #2f8cff,0 7px 16px rgba(47,108,220,.12) !important;
}

/* الخصم المختار يبقى أزرق كاختيار، دون فقدان شارة الخصم */
.ab15-package-list .ab15-period.has-discount.is-selected{
  background:#dcecff !important;
  box-shadow:inset 0 0 0 1px #2f8cff,0 7px 16px rgba(47,108,220,.12) !important;
}

@media(max-width:380px){
  .ab15-package-list .ab15-period-head{
    grid-template-columns:minmax(0,1fr) 40px auto !important;
    gap:3px !important;
  }
  .ab15-period-days{
    font-size:8.5px;
    margin:2px 0 4px;
  }
}
/* ====================================================== */


/* =========================================================
   V65 — ترتيب الخصم داخل صف الباقة دون تغيير التصميم الأساسي
========================================================= */
/* اسم الباقة يمين، الخصم بالسنتر، السعر النهائي يسار */
.ab15-package-list .ab15-period-head{
  grid-template-columns:minmax(0,1fr) auto auto !important;
}

/* شارة الخصم بعرض تلقائي وتعرض قيمة الخصم كاملة */
.ab15-package-list .ab15-discount-badge{
  width:auto !important;
  min-width:0 !important;
  max-width:none !important;
  padding:0 8px !important;
  justify-self:center !important;
  overflow:visible !important;
  text-overflow:clip !important;
  white-space:nowrap !important;
}

/* السعر بعد الخصم يبقى في مكان السعر الطبيعي دون سعر مشطوب */
.ab15-package-list .ab15-period-price > strong{
  display:inline-block;
  color:#2196F3;
  white-space:nowrap;
}

@media(max-width:380px){
  .ab15-package-list .ab15-period-head{
    grid-template-columns:minmax(0,1fr) auto auto !important;
    gap:3px !important;
  }
  .ab15-package-list .ab15-discount-badge{
    padding:0 6px !important;
    font-size:8px !important;
  }
}
/* ====================================================== */


/* =========================================================
   V66 — ألوان الباقات قبل الاختيار وبعده
   يحافظ على جميع المقاسات والكلاسات السابقة
========================================================= */


/* الباقة التي عليها خصم قبل الاختيار */
.ab15-package-list .ab15-period.has-discount:not(.is-selected) {
    background: linear-gradient(160deg,#ff9b001a 0%,#ff8d0052 100%) !important;
    border-right: 3px solid #FF9800 !important;
    box-shadow: 0 0 10px rgba(237,199,152,.24) !important;
}

/* أي باقة بعد الاختيار: درجات أزرق + بوردر 1px */
.ab15-package-list .ab15-period.is-selected,
.ab15-package-list .ab15-period.has-discount.is-selected{
	    background: linear-gradient(160deg, #e7ffed 0%, #ffffff 100%) !important;
    border-right: 3px solid #4fb41a !important;
    box-shadow: 0 7px 16px rgba(47,108,220,.12) !important;
}


.ab15-package-list .ab15-period.ab15-package-unavailable.has-discount{
  background:linear-gradient(160deg,#ff9b001a 0%,#ff8d0052 100%) !important;
  border:1px solid #edc798 !important;
}
/* ====================================================== */


/* =========================================================
   V67 — الحالة أقصى اليسار تحت السعر
   الاسم والسعر في الصف الأول، الأيام والحالة في الصف الثاني
========================================================= */
.ab15-package-list .ab15-period-head{
  position:relative;
  z-index:3;
  display:flex !important;
  align-items:center;
  justify-content:space-between;
  gap:8px !important;
  direction:rtl;
    padding-top: 5px;
}

.ab15-package-list .ab15-period-name{
  flex:1 1 auto;
  min-width:0;
  justify-self:auto;
  text-align:right;
}

.ab15-package-list .ab15-period-price{
  flex:0 0 auto;
  justify-self:auto;
  text-align:left;
}

.ab15-period-meta{
  position:relative;
  z-index:3;
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin:0px 0 6px;
  direction:rtl;
}

.ab15-period-days{
  position:relative;
  z-index:3;
  display:block;
  flex:1 1 auto;
  min-width:0;
  margin:0;
  color:#777777;
  font-weight:500;
  line-height:1.25;
  text-align:right;
  white-space:nowrap;
  text-overflow:ellipsis;
}

.ab15-period-meta .ab15-status,
.ab15-period-meta .ab15-discount-badge{
  position:relative;
  flex:0 0 auto;
  justify-self:auto !important;
  margin:0 !important;
  align-self:center;
}

/* متوفر ومحجوز بعرض ثابت 40px */
.ab15-period-meta .ab15-status {
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    height: 18px;
    font-size: 10px;
}

/* الخصم يبقى بعرض تلقائي لعرض القيمة كاملة */
.ab15-period-meta .ab15-discount-badge{
  width:auto !important;
  min-width:0 !important;
  max-width:none !important;
  padding:0 3px !important;
  overflow:visible !important;
  white-space:nowrap !important;
}

/* شارة محجوز تبقى فوق الـOverlay */
.ab15-package-unavailable .ab15-period-meta .ab15-status.booked{
  z-index:7 !important;
}

/* النصوص تحت الـOverlay تصبح رمادية */
.ab15-package-unavailable .ab15-period-meta .ab15-period-days{
  color:#bebebe  !important;
    font-size: 11px;
}

@media(max-width:380px){
  .ab15-package-list .ab15-period-head{
    gap:5px !important;
  }
  .ab15-period-meta{
    gap:5px;
    min-height:22px;
    margin:2px 0 4px;
  }
  .ab15-period-days{
    font-size:9px;
  }
  .ab15-period-meta .ab15-discount-badge{
    padding:0 6px !important;
    font-size:8px !important;
  }
}
/* ====================================================== */

/* =========================================================
   V70 — ألوان التواريخ فقط + سهم من/إلى
   بدون تغيير ترتيب الكروت أو الأبعاد أو منطق كل فترتين بالصف
========================================================= */

/* قبل الاختيار: التاريخان بلون هادئ */
.ab15-package-list .ab15-period:not(.ab15-package-unavailable) .ab15-date-part-in-date,
.ab15-package-list .ab15-period:not(.ab15-package-unavailable) .ab15-date-part-out-date{
  color:#444444 !important;
}

/* أثناء الوميض وبعد الاختيار: الدخول أخضر والخروج أحمر */
.ab15-package-list .ab15-period.is-animating .ab15-date-part-in-date,
.ab15-package-list .ab15-period.is-selected .ab15-date-part-in-date{
  color:#159447 !important;
}

.ab15-package-list .ab15-period.is-animating .ab15-date-part-out-date,
.ab15-package-list .ab15-period.is-selected .ab15-date-part-out-date{
  color:#d9363e !important;
}


/* سهم من/إلى في المنتصف */
.ab15-date-range-arrow{
  flex:0 0 auto;
  color:#9a74ff;
  font-size:12px;
  padding:1px 0;
  line-height:1;
}

/* المحجوز: التاريخان والسهم رمادي */
.ab15-package-list .ab15-period.ab15-package-unavailable .ab15-date-part-in-date,
.ab15-package-list .ab15-period.ab15-package-unavailable .ab15-date-part-out-date,
.ab15-package-list .ab15-period.ab15-package-unavailable .ab15-date-range-arrow{
  color:#bebebe  !important;
}
/* ====================================================== */

/* =========================================================
   V71 — دمج الأيام والتاريخ في صف واحد داخل إطار الوميض
   بدون تغيير منطق الفوتر أو بقية الكلاسات
========================================================= */
.ab15-footer-days{
  min-height:26px;
  padding:5px 10px;
}

.ab15-footer-summary{
  position:relative;
  z-index:5;
  width:100%;
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  direction:rtl;
  white-space:nowrap;
}

.ab15-footer-summary .selected-title{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  color:#244563;
  font-size:10.5px;
  font-weight:900;
}

.ab15-footer-summary-separator{
  flex:0 0 auto;
  color:#8392a3;
  font-size:10px;
  font-weight:900;
}

.ab15-footer-range{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  direction:rtl;
}

.ab15-footer-range .start-date,
.ab15-footer-range .end-date{
  color:#18365d;
  font-size:10.5px;
  font-weight:900;
  line-height:1;
  direction:ltr;
}

.ab15-footer-range-arrow{
  color:#9a78ff;
  font-size:15px;
  line-height:1;
  padding:0;
}

/* إلغاء صف وإطارات الدخول والخروج القديمة إن بقيت من الكاش */
.ab15-footer-dates{
  display:none !important;
}

@media(max-width:380px){
  .ab15-footer-days{
    padding:5px 7px;
  }

  .ab15-footer-summary{
    gap:4px;
  }

  .ab15-footer-summary .selected-title,
  .ab15-footer-range .start-date,
  .ab15-footer-range .end-date{
    font-size:9.5px;
  }

  .ab15-footer-range-arrow{
    font-size:14px;
  }
}
/* ====================================================== */

/* =========================================================
   V72 — الأيام يمين والتواريخ يسار مع ألوان الدخول والخروج
========================================================= */
.ab15-footer-summary{
  justify-content:space-between;
  gap:10px;
}

.ab15-footer-summary .selected-title{
  flex:1 1 auto;
  text-align:right;
}

.ab15-footer-summary-separator{
  display:none;
}



.ab15-footer-range .start-date{
  color:#159447 !important;
}

.ab15-footer-range .end-date{
  color:#d9363e !important;
}




@media(max-width:380px){
  .ab15-footer-summary{
    gap:7px;
  }
}
/* ====================================================== */

.ratings {
    background: #ffffff;
    padding: 0px 3px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 4px;
    z-index: 20;
    height: 22px;
    border: 1px solid #ff9800;
direction: ltr;
}

.ratings-no{
    background-color:#ffeb3b;
    color:#000;
    font-weight:bold;
    font-size:9px !important;
    padding:0;
    border-radius:20px;
    width:18px;
    height:18px;
    border:1px solid #FF9800;
    margin-right:-2px;

    display:inline-flex;
    align-items:center;
    justify-content:center;
    line-height:1;
    box-sizing:border-box;
}
.ab15-badges-row {
    position: absolute;
    top: 3px;
    right: 3px;
    z-index: 22;
    display: flex;
    align-items: center;
    gap: 15px;
    direction: rtl;
    pointer-events: none;
}

.ab15-badges-row .ab15-external-badges{
    position:static;
    inset:auto;
    display:flex;
    align-items:center;
    gap:6px;
    pointer-events:auto;
}

.ab15-badges-row .ab15-early-entry{
    position:static;
    top:auto;
    right:auto;
    margin:0px -8px 0px 0px;
    flex:0 0 auto;
    pointer-events:auto;
}



/* =========================================================
   أزرار تصفية الشاليهات
========================================================= */

.ab15-quick-filter-header {
    padding: 0px;
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 8px;
    direction: rtl;
    box-sizing: border-box;
}

.ab15-quick-filter-btn {
    position: relative;
    overflow: hidden;
    min-width: 0;
    height: 28px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 1px solid #c5e8ff;
    border-radius: 8px;
    background: linear-gradient(145deg,#f4fbff,#ffffff);
    color: #375471;
    box-shadow: 0 5px 13px rgba(35,72,119,.07);
    font-size: 9px !important;
    font-weight: 900;
    cursor: pointer;
    transition: background .18s ease,
        border-color .18s ease,
        color .18s ease,
        box-shadow .18s ease,
        transform .18s ease;
}


.ab15-quick-filter-btn span
{    
    font-size: 10px !important;
}
.offer-badge {
    position: absolute;
    right: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    padding: 0 6px;
    border-radius: 999px;
    background: #EB5A74;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    pointer-events: none;
    animation: targetBlink 1.2s infinite cubic-bezier(0.97, -0.01, 0.58, 1);
    border: #ffffff 1px solid;
}
.target-pulse{
  font-size:14px !important;
  color:#e91e63;
  padding:0 0 0 3px;
  display:inline-block;
  animation: targetBlink 1.2s infinite ease-in-out;
}

@keyframes targetBlink{
  0%, 100%{
pacity: 1;
    transform: scale(1);
    filter: drop-shadow(0 0 0px #eb5a74);
  }
  50%{
    opacity:.45;
    transform:scale(1);
    filter:drop-shadow(0 0 6px rgba(0,123,255,.85));
  }
}

.ab15-quick-filter-btn:active{
    transform:scale(.98);
}

.ab15-quick-filter-btn.is-active{
    background:linear-gradient(145deg,#dcecff,#f8fcff);
    color:#1574bd;
    box-shadow:
        0 0 0 1px rgba(47,140,255,.16),
        0 8px 18px rgba(47,108,220,.12);
	    border-width: 1px 4px 1px 1px !important;
    border-style: solid !important;
    border-color: rgb(3, 169, 244) !important;
    border-image: initial !important;
}

.ab15-quick-filter-btn.is-active i{
    color:#1574bd;
}

.ab15-quick-filter-btn.is-flashing::after{
    content:"";
    position:absolute;
    inset:-2px;
    border:2px solid #39a8e6;
    border-radius:inherit;
    pointer-events:none;
    animation:ab15QuickFilterFlash 1100ms ease-out 1;
}

@keyframes ab15QuickFilterFlash{
    0%{
        opacity:0;
        box-shadow:0 0 0 0 rgba(57,168,230,.48);
    }

    30%{
        opacity:1;
        box-shadow:0 0 0 3px rgba(57,168,230,.24);
    }

    100%{
        opacity:0;
        box-shadow:0 0 0 11px rgba(57,168,230,0);
    }
}

@media(max-width:380px){
    .ab15-quick-filter-header{
        width:calc(100% - 18px);
    }

    .ab15-quick-filter-btn{
        height:42px;
        font-size:9px !important;
    }
}
/* صف الشارة والمشاركة فوق الأسعار */
.ab15-price-panel-tools{
    grid-column:1 / -1;
    display:grid;
    grid-template-columns: 0.9fr 1.2fr 0.9fr;
    align-items:center;
    gap:10px;
    width:100%;
}

.ab15-price-tool-right{
    display:flex;
    justify-content:flex-start;
    align-items:center;
}

.ab15-price-tool-center{
    display:flex;
    justify-content:center;
    align-items:center;
}

.ab15-price-tool-left{
    display:flex;
    justify-content:flex-end;
    align-items:center;
}

.ab15-price-tool-left .ab15-share-btn{
    margin:0 !important;
}

.ab15-special-offer-badge,
.ab15-filter-available-badge{
    min-height:20px;
    padding:2px 7px;
    border-radius:6px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:4px;
    white-space:nowrap;
    font-size:8px;
    font-weight:700;
}

.ab15-special-offer-badge {
    align-items: center;
    justify-content: flex-start;
    direction: rtl;
    text-align: right;
    gap: 3px;
    min-height: 22px;
    padding: 0 5px 0 14px;
    border-right: 3px solid #FF9800;
    border-radius: 6px;
    background: linear-gradient(90deg, #ffffff00 0%, #ffc10795 100%) !important;
    color: #ffffff;
    line-height: 1;
    white-space: nowrap;
    font-size: 10px !important;
    width: 100%;
}

.ab15-special-offer-badge i{
    font-size:14px;
}

/* بدون فلتر: خصم خاص يظهر يمين */
.ab15-special-offer-filtered{
    display:none;
}

/* عند تشغيل فلتر المتوفر: الخصم ينتقل للوسط */
.ab15-price-panel-tools:has(
    .ab15-filter-available-badge:not([hidden])
) .ab15-special-offer-default{
    display:none;
}

.ab15-price-panel-tools:has(
    .ab15-filter-available-badge:not([hidden])
) .ab15-special-offer-filtered{
    display:inline-flex;
}

/* شارة توفر الشاليه */
.ab15-filter-available-badge {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    direction: rtl;
    text-align: right;
    gap: 3px;
    min-height: 22px;
    padding: 0 5px 0 14px;
    border-right: 3px solid #00ff0a;
    border-radius: 6px;
    background: linear-gradient(90deg, #ffffff00 0%, #89ff0099 100%) !important;
    color: #ffffff;
    font-family: "Beiruti", sans-serif !important;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
    width: 100%;
}

.ab15-filter-available-badge i{
    color:#ffffff;
    font-size:14px;
}

.ab15-filter-available-badge[hidden]{
    display:none!important;
}

/* المحافظة على زر المشاركة داخل الصف الجديد */
.ab15-price-panel-tools .ab15-share-btn{
    position:relative;
    inset:auto;
    flex:0 0 auto;
    margin-right:auto !important;
    margin-left:0 !important;
}


/* طبقة تحميل فلتر المتوفر */
.ab15-quick-filter-loading{
  position:fixed;
  inset:0;
  z-index:999999;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(0,0,0,.30);
  backdrop-filter:blur(1px);
  -webkit-backdrop-filter:blur(1px);
  cursor:wait;
}

.ab15-quick-filter-loading[hidden]{
  display:none!important;
}

/* نفس نقاط لودنق عرض المتوفر والحجز */
.ab15-quick-filter-loading .ab15-availability-loader{
  width:85px;
  height:60px;
  padding:0;
  border-radius:12px;
  background:rgba(255,255,255,.96);
  box-shadow:0 12px 35px rgba(0,0,0,.22);
}

/* منع تحريك الصفحة أثناء تنفيذ الفلتر */
html.ab15-filter-is-loading,
html.ab15-filter-is-loading body{
  overflow:hidden!important;
}



div:where(.swal2-container) div:where(.swal2-popup) {

    border-radius: 20px !important;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    background: #2196F3 !important;
    height: 36px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    padding: 0px 15px !important;
}

.ab-offer-img {
    width: 14px;
    height: 14px;
    min-width: 26px;
    object-fit: contain;
    display: block;
}


/* =========================================================
   المناسبة داخل عرض المتوفر
   صف كامل قبل الباقات أو اليومي — كلاسات مستقلة
========================================================= */
.ab15-holiday-list{
    display:grid;
    gap:7px;
    margin:0 0 9px;
}

.ab15-holiday-list:empty{
    display:none;
}

.ab15-holiday-card {
    position: relative;
    isolation: isolate;
    width: 100%;
    min-width: 0;
    padding: 9px 8px;
    overflow: hidden;
    border: 1px solid #a8b5ff;
    border-right: 3px solid #887cfe;
    border-radius: 12px;
    background: linear-gradient(160deg, #e0f3ff 0%, #e4dbff 100%);
    box-shadow: 0 0 10px rgba(237,199,152,.24);
    color: inherit;
    cursor: pointer;
    font-family: "Beiruti",sans-serif!important;
    transition: background .18s ease,border-color .18s ease,box-shadow .18s ease;
}

.ab15-holiday-head{
    position:relative;
    z-index:3;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:8px;
    direction:rtl;
}

.ab15-holiday-name {
    flex: 1 1 auto;
    min-width: 0;
    color: #7f61ce;
    font-size: 11px;
    font-weight: 900;
    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ab15-holiday-price{
    flex:0 0 auto;
    color:#1574bd;
    font-size:11.5px;
    font-weight:900;
    direction:ltr;
    white-space:nowrap;
}

.ab15-holiday-meta{
    position:relative;
    z-index:3;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:7px;
    margin:1px 0 6px;
    direction:rtl;
}

.ab15-holiday-description{
    flex:1 1 auto;
    min-width:0;
    color:#9C27B0;
    font-size:9px;
    font-weight:600;
    text-align:right;
    white-space:nowrap;
    text-overflow:ellipsis;
}

.ab15-holiday-status{
    flex:0 0 auto;
    min-width:40px;
    height:18px;
    padding:0 5px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:5px;
    font-size:8px;
    font-weight:700;
    line-height:1;
    white-space:nowrap;
}

.ab15-holiday-status.available{
    color:#3b9022;
    background:#e7ffed;
    border:1px solid #8ee171;
}

.ab15-holiday-status.booked{
    color:#999;
    background:#7c7c7c1c;
    border:1px solid #c6c6c6;
}

.ab15-holiday-status.unpriced{
    color:#777;
    background:#eee;
    border:1px solid #ccc;
}

.ab15-holiday-date-row{
    position:relative;
    z-index:3;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:8px;
    padding:3px 8px;
    border:1px solid #dedede;
    border-radius:10px;
    background:rgba(255,255,255,.78);
    box-shadow:rgba(0,0,0,.16) 0 1px 4px;
    direction:ltr;
}

.ab15-holiday-start-date,
.ab15-holiday-end-date{
    font-size:9.5px;
    font-weight:800;
    white-space:nowrap;
}

.ab15-holiday-start-date{
    color:#159447;
}

.ab15-holiday-end-date{
    color:#d9363e;
}

.ab15-holiday-date-arrow{
    color:#9a74ff;
    font-size:12px;
}

.ab15-holiday-card.is-selected{
    background:linear-gradient(160deg,#e7ffed 0%,#ffffff 100%);
    border-color:#44c600;
    border-right:3px solid #4fb41a;
    box-shadow:0 7px 16px rgba(47,108,220,.12);
}

.ab15-holiday-card.is-unavailable{
    cursor:not-allowed;
    background:#f3f3f3;
    border-color:#d9d9d9;
    border-right-color:#c6c6c6;
    box-shadow:none;
}

.ab15-holiday-card.is-unavailable .ab15-holiday-name,
.ab15-holiday-card.is-unavailable .ab15-holiday-description,
.ab15-holiday-card.is-unavailable .ab15-holiday-price,
.ab15-holiday-card.is-unavailable .ab15-holiday-start-date,
.ab15-holiday-card.is-unavailable .ab15-holiday-end-date,
.ab15-holiday-card.is-unavailable .ab15-holiday-date-arrow{
    color:#bebebe!important;
}
/* ====================================================== */
	

/* =========================================================
   V65 — زر فيديو 360 بجانب المشاركة
   المشاركة تبقى أقصى اليسار، و360 يمينها مباشرة.
========================================================= */
.ab15-price-tool-left{
    display:flex;
    align-items:center;
    justify-content:flex-start !important;
    gap:5px;
    direction:ltr;
    min-width:0;
}

.ab15-price-panel-tools .ab15-price-tool-left .ab15-share-btn,
.ab15-price-panel-tools .ab15-price-tool-left .ab15-video-360-btn{
    position:relative;
    inset:auto;
    flex:0 0 20px;
    margin:0 !important;
    padding:0;
    border-radius:6px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    box-sizing:border-box;
    text-decoration:none !important;
}



.ab15-price-panel-tools .ab15-price-tool-left .ab15-video-360-btn{
    order:2;
}

.ab15-price-tool-left .ab15-share-btn i{
    position:static !important;
    inset:auto !important;
    padding: 2px 5px 0px 2px;
    font-size:12px;
    line-height:1;
}

.ab15-video-360-btn[hidden]{
    display:none !important;
}

.ab15-video-360-btn img{
    display:block;
    width:32px;
    margin:0;
    object-fit:contain;
    transform-origin:center;
}

.ab15-video-360-btn img.spin-animation{
    animation:spinX 2s linear 1;
}

@keyframes spinX{
    from{transform:rotateY(0deg)}
    to{transform:rotateY(360deg)}
}
/* ====================================================== */

.new-badge-index {
    position: absolute;
    top: -2px;
    left: 0;
    z-index: 90;
    width: 46px;
    height: 46px;
    overflow: hidden;
    pointer-events: none;
    background: #ffeb3b;
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

.new-badge-index span {
    position: absolute;
    top: 12px;
    left: -6px;
    width: 44px;
    color: #333333;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.5px;
    text-align: center;
    transform: rotate(-45deg);
    transform-origin: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}


div:where(.swal2-container) {
    z-index: 999999999 !important;
}


/* =========================================================
   نافذة شروط وأحكام شاليهات الشباب
   ضع هذا الجزء داخل ملف v03.css
========================================================= */

.ab15-man-rules-popup {
    width: 96% !important;
    max-width: 420px !important;
    border-radius: 20px !important;
}

.ab15-man-rules-popup .swal2-html-container {
    margin: 0 !important;
    overflow: visible !important;
}

.ab15-man-rules-popup .swal2-actions {
    margin-top: 18px !important;
}

.ab15-man-rules-popup .swal-note-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 34px !important;
    border-radius: 6px !important;
    background: #7066e0 !important;
    box-shadow: none !important;
    font-size: 15px !important;
    font-weight: 800 !important;
}

.ab15-man-rules-popup .swal-note-btn[hidden] {
    display: none !important;
}

.ab15-man-rules-content {
    padding: 10px 5px 0;
    text-align: center;
    direction: rtl;
}

.ab15-man-rules-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    margin: 0 auto 14px;
    border: 2px solid #eb5a74;
    border-radius: 50%;
    background: linear-gradient(135deg, #fff0f3, #ffd4dc);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.ab15-man-rules-icon i {
    color: #eb5a74;
    font-size: 33px !important;
}

.ab15-man-rules-title {
    margin-bottom: 20px;
    color: #222;
    font-size: 16px !important;
    font-weight: 800;
}

.ab15-man-rules-list {
    margin-bottom: 20px;
    padding: 5px 0;
    border: 1px solid #e0e0e0;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    color: #333;
    font-size: 10px !important;
    font-weight: 500;
    line-height: 2;
}

.ab15-man-rules-list ul {
    margin: 0;
    padding-right: 20px;
    text-align: right;
    direction: rtl;
    line-height: 2.1;
}

.ab15-man-rules-list strong {
    color: #eb5a74;
}

.ab15-man-rules-agreement {
    display: inline-block;
    padding: 5px 12px;
    border: 1px solid #eb5a74;
    border-radius: 25px;
    background: #fdf0f3;
    color: #eb5a74;
    font-size: 10px;
    font-weight: 600;
}

.ab15-man-rules-countdown {
    margin: 10px auto 0;
    padding: 0;
    color: #999;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
}

.ab15-man-rules-countdown span {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}


.ab15-chalet-title {
    display: flex;
    align-items: center;
    gap: 5px;
}



.ab15-chalet-title-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    flex: 0 0 20px;
}

/* =========================================================
   تصميم فلتر "ابحث على مزاجك"
   انسخ هذا الملف بالكامل إلى ملف الستايل الرئيسي v03.css.
========================================================= */
.ab15-taste-popup {
    width: min(96%, 460px) !important;
    border-radius: 20px !important;
    padding: 18px 14px 16px !important;
    font-family: "Beiruti", sans-serif !important;
}

.ab15-taste-title {
    margin: 0 0 12px !important;
    color: #253f61 !important;
    font-size: 15px !important;
    font-weight: 900 !important;
}

.ab15-taste-content {
    direction: rtl;
    text-align: right;
}

.ab15-taste-result {
    min-height: 42px;
    margin-bottom: 12px;
    padding: 5px;
    display: grid;
    align-items: center;
    justify-items: center;
    gap: 7px;
    border: 1px solid #d8eefc;
    border-radius: 13px;
    background: linear-gradient(145deg, #e7f6ff, #ffffff);
    color: #244563;
    box-shadow: 0 0 10px rgba(57, 168, 230, .16);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.7;
    text-align: center;
}

.ab15-taste-result-single {
    display: block;
    width: 100%;
}

.ab15-taste-result-line {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
}

.ab15-taste-result-count-line {
    font-size: 12px;
    font-weight: 900;
}

.ab15-taste-result-features-line {
    font-size: 11px;
    font-weight: 800;
}

.ab15-taste-highlight {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 2px 9px;
    border: 1px solid #d8e3ef;
    border-radius: 8px;
    background: #ffffff;
    color: #244563;
    box-shadow: 0 2px 8px rgba(35, 72, 119, .08);
    font-weight: 900;
    line-height: 1.35;
}

.ab15-taste-count-highlight {
    min-width: 28px;
    direction: ltr;
    font-size: 12px;
}

.ab15-taste-features-highlight {
    max-width: 100%;
    font-size: 10.5px;
    overflow-wrap: anywhere;
}

.ab15-taste-result.is-success {
    border-color: #e5e5e5;
    background: linear-gradient(145deg, #e7ffed, #ffffff);
    color: #444444;
    font-size: 12px;
    border: 1px solid #44c600 !important;
    border-right: 3px solid #44c600 !important;
}

.ab15-taste-result.is-empty {
    border-color: #ffc6cf;
    background: #fff1f4;
    color: #c83150;
}

.ab15-taste-result.is-idle {
    color: #718399;
}

.ab15-taste-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.ab15-taste-feature {
    position: relative;
    min-width: 0;
    min-height: 60px;
    padding: 9px 5px 7px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 1px solid #d8eefc;
    border-radius: 13px;
    background: linear-gradient(145deg, #f5fbff, #ffffff);
    color: #294866;
    box-shadow: 0 4px 12px rgba(35, 72, 119, .07);
    cursor: pointer;
    transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.ab15-taste-feature:hover {
    transform: translateY(-1px);
    border-color: #9fd6f5;
    box-shadow: 0 7px 17px rgba(39, 91, 148, .11);
}

.ab15-taste-feature.is-selected {
    border: 1px solid #7066e0;
    background: linear-gradient(145deg, #eeeaff, #ffffff);
}

.ab15-taste-feature.is-disabled {
    opacity: .38;
    filter: grayscale(1);
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.ab15-taste-feature-input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.ab15-taste-feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #ffffff;
    padding: 4px;
    box-shadow: 0 4px 12px rgba(35, 72, 119, .07);
    border: 1px #dedede solid;
}

.ab15-taste-feature-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.ab15-taste-feature-icon > i {
    color: #7066e0;
    font-size: 18px;
}

.ab15-taste-feature-label {
    width: 100%;
    color: inherit;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
    overflow-wrap: anywhere;
}

.ab15-taste-feature-check {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 17px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccd9e7;
    border-radius: 50%;
    background: #ffffff;
    color: transparent;
    font-size: 8px;
}

.ab15-taste-feature.is-selected .ab15-taste-feature-check {
    border-color: #7066e0;
    background: #7066e0;
    color: #ffffff;
}

.ab15-taste-close {
    color: #ffffff !important;
    background: #0000004d;
}

.ab15-taste-popup .swal2-actions {
    width: 100%;
    margin: 14px 0 0 !important;
}

.ab15-taste-popup .swal-note-btn {
    width: 90%;
    margin: 0 !important;
    border-radius: 6px;
}

.ab15-taste-popup .swal-note-btn:disabled {
    opacity: .45;
    cursor: not-allowed;
}

@media (max-width: 380px) {
    .ab15-taste-popup {
        padding-inline: 10px !important;
    }

    .ab15-taste-grid {
        gap: 5px;
    }

    .ab15-taste-feature {
        min-height: 80px;
        padding-inline: 3px;
    }

    .ab15-taste-feature-label {
        font-size: 9px;
    }
}

/* =========================================================
   V75 — نتيجة البحث بصفين + اختيار الغرف كراديو واحد فقط
========================================================= */
.ab15-taste-result {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
}

.ab15-taste-result-line {
    display: flex !important;
    width: 100% !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 5px !important;
}

.ab15-taste-count-box {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 20px !important;
    padding: 2px 5px !important;
    border: 1px solid #b9dfbf !important;
    border-radius: 6px !important;
    background: #ffffff !important;
    color: #2196F3 !important;
    box-shadow: 0 2px 8px rgba(35, 72, 119, .08) !important;
    font-weight: 900 !important;
    line-height: 1.35 !important;
}
.ab15-taste-features-box {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 20px !important;
    padding: 2px 5px !important;
    border: 1px solid #b9dfbf !important;
    border-radius: 6px !important;
    background: #ffffff !important;
    color: #2196F3 !important;
    box-shadow: 0 2px 8px rgba(35, 72, 119, .08) !important;
    font-weight: 900 !important;
    line-height: 1.35 !important;
}

.ab15-taste-count-box {
    min-width: 30px !important;
    direction: ltr !important;
    font-size: 12px !important;
}

.ab15-taste-features-box {
    max-width: 100% !important;
    font-size: 10px !important;
    overflow-wrap: anywhere !important;
}

/* شكل راديو حقيقي لصف الغرف */
.ab15-taste-feature.is-room .ab15-taste-feature-check i {
    display: none !important;
}

.ab15-taste-feature.is-room .ab15-taste-feature-check::after {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: transparent;
}

.ab15-taste-feature.is-room.is-selected .ab15-taste-feature-check::after {
    background: #ffffff;
}
html {
    overflow-y: scroll;
    scrollbar-gutter: stable;
}

body.swal2-shown {
    padding-right: 0 !important;
}



/* =========================================================
   فلتر "بحث عن تاريخ متوفر"
   يستخدم نفس كلاس وتصميم فترات عرض المتوفر والحجز
========================================================= */
.ab15-date-popup {
    width: min(96%, 460px) !important;
}

.ab15-date-content {
    direction: rtl;
    text-align: right;
}

.ab15-date-loading-popup .swal2-html-container {
    margin-top: 0 !important;
}

.ab15-date-loading {
    min-height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    color: #718399;
    font-size: 11px;
    font-weight: 900;
    text-align: center;
}

.ab15-date-loading .ab15-availability-loader {
    width: 100%;
    height: 72px;
}

.ab15-quick-filter-btn[data-date-filter-button].is-loading {
    opacity: .72;
    cursor: wait;
}

.ab15-date-popup .ab15-taste-result {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.ab15-date-popup .ab15-taste-result > :not(.glow-container) {
    position: relative;
    z-index: 1;
}

.ab15-date-month-row {
    margin: -4px 0 10px;
}

.ab15-date-month-title {
    direction: ltr;
}

.ab15-date-package-list {
    display: grid !important;
    gap: 6px !important;
}

.ab15-date-package-row {
    direction: rtl;
}

.ab15-date-package-slot {
    min-width: 0;
}

.ab15-date-period-empty {
    width: 100%;
    min-height: 76px;
    border: 1px solid transparent;
    border-radius: 12px;
    box-sizing: border-box;
}

/* نفس كرت الفترة المستخدم داخل عرض المتوفر */
.ab15-date-popup .ab15-package-list .ab15-date-search-period {
    width: 100%;
    min-width: 0;
    margin: 0;
}

/* الفترة المختارة تبقى قابلة للضغط مرة ثانية لإلغاء الاختيار */
.ab15-date-popup .ab15-package-list .ab15-date-search-period.is-selected {
    cursor: pointer !important;
}

.ab15-date-no-periods {
    padding: 24px 10px;
    border: 1px solid #e6edf5;
    border-radius: 12px;
    background: #ffffff;
    color: #8795a6;
    font-size: 11px;
    font-weight: 800;
    text-align: center;
}

@media (max-width: 380px) {
    .ab15-date-package-list,
    .ab15-date-package-row {
        gap: 5px !important;
    }

    .ab15-date-period-empty {
        min-height: 72px;
    }
}

/* =========================================================
   فلتر التاريخ — هيدر مخصص + تنسيق الفترة المختارة
========================================================= */
.ab15-date-popup .swal2-html-container {
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
}

.ab15-date-popup-head {
    width: 100%;
    margin: 0 0 12px;
    display: grid;
    grid-template-columns: minmax(72px, 1fr) minmax(0, 2.2fr) minmax(42px, 1fr);
    align-items: center;
    gap: 6px;
    direction: ltr;
}

.ab15-date-head-close,
.ab15-date-new-search {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    font-family: "Beiruti", sans-serif;
    cursor: pointer;
}

/* الإغلاق يمين الهيدر */
.ab15-date-head-close {
    grid-column: 3;
    justify-self: end;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #b7b7b7;
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
}

.ab15-date-head-close:active {
    transform: scale(.96);
}

.ab15-date-head-title {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    color: #253f61;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.35;
    text-align: center;
    white-space: nowrap;
    direction: rtl;
}

/* بحث جديد يسار الهيدر */
.ab15-date-new-search {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    min-height: 34px;
    padding: 5px 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid #d8eefc;
    border-radius: 17px;
    background: linear-gradient(160deg, #f3efff 0%, #e4f5ff 100%) !important;
    color: #7b61ff;
    box-shadow: 0 2px 8px rgba(35, 72, 119, .08);
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
    direction: rtl;
    border-width: 1px 4px 1px 1px !important;
    border-color: #7b61ff !important;
    border-image: initial !important;
}

.ab15-date-new-search[hidden] {
    display: none !important;
}

.ab15-date-new-search .icon-img {
    width: 16px !important;
    height: 16px;
    object-fit: contain;
    flex: 0 0 16px;
}

.ab15-date-new-search:active {
    transform: scale(.97);
}

.ab15-date-selected-period {
    gap: 5px;
    direction: rtl;
    white-space: nowrap;
}

.ab15-date-selected-title {
    color: #2196f3;
}

/* تاريخ الدخول */
.ab15-date-selected-in {
    color: #20a944;
    direction: ltr;
}

.ab15-date-selected-arrow {
    color: #8a72ff;
    font-size: 11px;
}

/* تاريخ الخروج */
.ab15-date-selected-out {
    color: #e4475b;
    direction: ltr;
}

@media (max-width: 380px) {
    .ab15-date-popup-head {
        grid-template-columns: minmax(66px, 1fr) minmax(0, 2fr) minmax(38px, 1fr);
        gap: 4px;
    }

    .ab15-date-head-title {
        font-size: 13px;
    }

    .ab15-date-new-search {
        padding-inline: 5px;
        font-size: 9px;
    }

    .ab15-date-selected-period {
        gap: 3px;
        font-size: 9px !important;
    }
}


/* ضع هذا الكود في ملف الستايل الرئيسي */
.ab15-period{
    position:relative;
    overflow:visible !important;
}

.ab15-package-row,
.ab15-package-slot{
    overflow:visible !important;
}

.ab15-availability-hint {
    position: absolute;
    top: -6px;
    left: 50%;
    translate: -50% 0;
    z-index: 9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    height: 16px;
    width: auto;
    padding: 0 8px;
    border-radius: 999px;
    background: #ffffff;
    border-right: 2px solid #9C27B0;
    border-left: 2px solid #9C27B0;
    color: #1876a8;
    line-height: 1;
    white-space: nowrap;
    pointer-events: none;
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
    margin: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.ab15-availability-hint span {
    font-size: 8px !important;
    font-weight: 600;
    color: #9C27B0;
}
.ab15-availability-hint i{
    font-size:11px;
    color:#7446ff;
}
.ab15-no-invoice-featured-wrap{
    width:100%;
    margin:0 auto 12px;
}
.ab15-no-invoice-featured-wrap:empty{
    display:none;
}
.ab15-no-invoice-featured-wrap .ab15-card-container{
    margin-top:0;
}
.ab15-new-chalet-no-invoice-badge {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 18;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    max-width: 88%;
    padding: 10px 16px;
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(160deg,#13ACFF 0%,#A272FF 100%);
    box-shadow: 0 12px 32px rgba(0,0,0,.25);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.35;
    text-align: center;
    white-space: nowrap;
    pointer-events: none;
    direction: rtl;
    overflow: hidden;
    border: 2px #ffffff solid;
}

.ab15-new-chalet-no-invoice-badge::before {
    content: "";
    position: absolute;
    inset: -40%;
    background: linear-gradient(
        120deg,
        transparent 35%,
        rgba(255,255,255,.55) 50%,
        transparent 65%
    );
    transform: translateX(80%) rotate(12deg);
    animation: ab15NewChaletShine 2.2s ease-in-out infinite;
}

.ab15-new-chalet-no-invoice-badge i,
.ab15-new-chalet-no-invoice-badge span {
    position: relative;
    z-index: 2;
}

.ab15-new-chalet-no-invoice-badge i {
    font-size: 14px;
    color: #fff29a;
    animation: ab15NewChaletIconBlink .9s ease-in-out infinite;
}

.ab15-new-chalet-no-invoice-badge b {
    font-size: 11px;
    font-weight: 800;
    color: #fff;
}

@keyframes ab15NewChaletPulse {
    0%, 100% {
        opacity: 1;
        transform: translate(-50%,-50%) scale(1);
        box-shadow: 0 12px 32px rgba(0,0,0,.25), 0 0 0 rgba(19,172,255,0);
    }

    50% {
        opacity: .72;
        transform: translate(-50%,-50%) scale(1.035);
        box-shadow: 0 14px 36px rgba(0,0,0,.28), 0 0 18px rgba(19,172,255,.85);
    }
}

@keyframes ab15NewChaletShine {
    0%, 45% {
        transform: translateX(80%) rotate(12deg);
        opacity: 0;
    }

    55% {
        opacity: 1;
    }

    100% {
        transform: translateX(-80%) rotate(12deg);
        opacity: 0;
    }
}

@keyframes ab15NewChaletIconBlink {
    0%, 100% {
        opacity: 1;
        filter: drop-shadow(0 0 0 rgba(255,242,154,0));
    }

    50% {
        opacity: .45;
        filter: drop-shadow(0 0 8px rgba(255,242,154,.95));
    }
}

@media (max-width:480px) {
    .ab15-new-chalet-no-invoice-badge {
        font-size: 10px;
        padding: 8px 11px;
    }

    .ab15-new-chalet-no-invoice-badge b {
        font-size: 9px;
    }
}

/* =========================================================
   V76 — تصميم مستقل للمناسبة والفترة القصيرة
   نسخة من كرت الفترة الحالي مع أسماء مستقلة وألوان مميزة
   تستخدم مع:
   - .ab15-period-holiday / .ab15-period--holiday / .is-holiday
   - .ab15-period-short   / .ab15-period--short   / .is-short
========================================================= */

/* =========================
   إطار المناسبة داخل الفترات
========================= */
.ab15-package-list .ab15-period.ab15-period-holiday,
.ab15-package-list .ab15-period.ab15-period--holiday,
.ab15-package-list .ab15-period.is-holiday,
.ab15-package-list .ab15-period[data-ab15-period-kind="holiday"],
.ab15-package-list .ab15-period[data-period-kind="holiday"] {
    background: linear-gradient(160deg, #f3efff 0%, #e4f5ff 100%) !important;
    border: 1px solid #cfc5ff !important;
    border-right: 3px solid #7b61ff !important;
    box-shadow: 0 0 10px rgba(123, 97, 255, .20) !important;
}

.ab15-package-list .ab15-period.ab15-period-holiday .ab15-period-name strong,
.ab15-package-list .ab15-period.ab15-period--holiday .ab15-period-name strong,
.ab15-package-list .ab15-period.is-holiday .ab15-period-name strong,
.ab15-package-list .ab15-period[data-ab15-period-kind="holiday"] .ab15-period-name strong,
.ab15-package-list .ab15-period[data-period-kind="holiday"] .ab15-period-name strong {
    color: #6b4bd8;
}

.ab15-package-list .ab15-period.ab15-period-holiday .ab15-period-days,
.ab15-package-list .ab15-period.ab15-period--holiday .ab15-period-days,
.ab15-package-list .ab15-period.is-holiday .ab15-period-days,
.ab15-package-list .ab15-period[data-ab15-period-kind="holiday"] .ab15-period-days,
.ab15-package-list .ab15-period[data-period-kind="holiday"] .ab15-period-days {
    color: #8a38b8 !important;
}

.ab15-package-list .ab15-period.ab15-period-holiday .ab15-period-price,
.ab15-package-list .ab15-period.ab15-period-holiday .ab15-period-price strong,
.ab15-package-list .ab15-period.ab15-period--holiday .ab15-period-price,
.ab15-package-list .ab15-period.ab15-period--holiday .ab15-period-price strong,
.ab15-package-list .ab15-period.is-holiday .ab15-period-price,
.ab15-package-list .ab15-period.is-holiday .ab15-period-price strong,
.ab15-package-list .ab15-period[data-ab15-period-kind="holiday"] .ab15-period-price,
.ab15-package-list .ab15-period[data-ab15-period-kind="holiday"] .ab15-period-price strong,
.ab15-package-list .ab15-period[data-period-kind="holiday"] .ab15-period-price,
.ab15-package-list .ab15-period[data-period-kind="holiday"] .ab15-period-price strong {
    color: #2196F3 !important;
}

/* شارة المناسبة */
.ab15-period-holiday .ab15-status.available,
.ab15-period--holiday .ab15-status.available,
.ab15-period.is-holiday .ab15-status.available,
.ab15-period[data-ab15-period-kind="holiday"] .ab15-status.available,
.ab15-period[data-period-kind="holiday"] .ab15-status.available {
    color: #3b9022 !important;
    background: #e7ffed !important;
    border: 1px solid #8ee171 !important;
}

/* إطار التاريخ للمناسبة */
.ab15-period-holiday .ab15-date-row,
.ab15-period--holiday .ab15-date-row,
.ab15-period.is-holiday .ab15-date-row,
.ab15-period[data-ab15-period-kind="holiday"] .ab15-date-row,
.ab15-period[data-period-kind="holiday"] .ab15-date-row {
    background: rgba(255,255,255,.86) !important;
    border-color: #d9d0ff !important;
}

/* المناسبة عند الاختيار */
.ab15-package-list .ab15-period.ab15-period-holiday.is-selected,
.ab15-package-list .ab15-period.ab15-period--holiday.is-selected,
.ab15-package-list .ab15-period.is-holiday.is-selected,
.ab15-package-list .ab15-period[data-ab15-period-kind="holiday"].is-selected,
.ab15-package-list .ab15-period[data-period-kind="holiday"].is-selected {
    background: linear-gradient(160deg, #ede7ff 0%, #ffffff 100%) !important;
    border: 1px solid #7b61ff !important;
    border-right: 3px solid #7b61ff !important;
    box-shadow: inset 0 0 0 1px rgba(123,97,255,.26), 0 7px 16px rgba(123,97,255,.14) !important;
}

/* =========================
   إطار الفترة القصيرة
========================= */
.ab15-package-list .ab15-period.ab15-period-short,
.ab15-package-list .ab15-period.ab15-period--short,
.ab15-package-list .ab15-period.is-short,
.ab15-package-list .ab15-period[data-ab15-period-kind="short"],
.ab15-package-list .ab15-period[data-period-kind="short"] {
    background: linear-gradient(160deg, #fff7df 0%, #ffffff 100%) !important;
    border: 1px solid #f0d7a1 !important;
    border-right: 3px solid #ff9800 !important;
    box-shadow: 0 0 10px rgba(255, 152, 0, .17) !important;
}

.ab15-package-list .ab15-period.ab15-period-short .ab15-period-name strong,
.ab15-package-list .ab15-period.ab15-period--short .ab15-period-name strong,
.ab15-package-list .ab15-period.is-short .ab15-period-name strong,
.ab15-package-list .ab15-period[data-ab15-period-kind="short"] .ab15-period-name strong,
.ab15-package-list .ab15-period[data-period-kind="short"] .ab15-period-name strong {
    color: #a65d00 !important;
}

.ab15-package-list .ab15-period.ab15-period-short .ab15-period-days,
.ab15-package-list .ab15-period.ab15-period--short .ab15-period-days,
.ab15-package-list .ab15-period.is-short .ab15-period-days,
.ab15-package-list .ab15-period[data-ab15-period-kind="short"] .ab15-period-days,
.ab15-package-list .ab15-period[data-period-kind="short"] .ab15-period-days {
    color: #777777 !important;
}

.ab15-package-list .ab15-period.ab15-period-short .ab15-period-price,
.ab15-package-list .ab15-period.ab15-period-short .ab15-period-price strong,
.ab15-package-list .ab15-period.ab15-period--short .ab15-period-price,
.ab15-package-list .ab15-period.ab15-period--short .ab15-period-price strong,
.ab15-package-list .ab15-period.is-short .ab15-period-price,
.ab15-package-list .ab15-period.is-short .ab15-period-price strong,
.ab15-package-list .ab15-period[data-ab15-period-kind="short"] .ab15-period-price,
.ab15-package-list .ab15-period[data-ab15-period-kind="short"] .ab15-period-price strong,
.ab15-package-list .ab15-period[data-period-kind="short"] .ab15-period-price,
.ab15-package-list .ab15-period[data-period-kind="short"] .ab15-period-price strong {
    color: #1574bd !important;
}

/* شارة الفترة القصيرة */
.ab15-period-short .ab15-status.available,
.ab15-period--short .ab15-status.available,
.ab15-period.is-short .ab15-status.available,
.ab15-period[data-ab15-period-kind="short"] .ab15-status.available,
.ab15-period[data-period-kind="short"] .ab15-status.available {
    color: #3b9022 !important;
    background: #e7ffed !important;
    border: 1px solid #8ee171 !important;
}

/* إطار التاريخ للفترة القصيرة */
.ab15-period-short .ab15-date-row,
.ab15-period--short .ab15-date-row,
.ab15-period.is-short .ab15-date-row,
.ab15-period[data-ab15-period-kind="short"] .ab15-date-row,
.ab15-period[data-period-kind="short"] .ab15-date-row {
    background: rgba(255,255,255,.86) !important;
    border-color: #efd6a0 !important;
}

/* الفترة القصيرة عند الاختيار */
.ab15-package-list .ab15-period.ab15-period-short.is-selected,
.ab15-package-list .ab15-period.ab15-period--short.is-selected,
.ab15-package-list .ab15-period.is-short.is-selected,
.ab15-package-list .ab15-period[data-ab15-period-kind="short"].is-selected,
.ab15-package-list .ab15-period[data-period-kind="short"].is-selected {
    background: linear-gradient(160deg, #fff0c8 0%, #ffffff 100%) !important;
    border: 1px solid #ff9800 !important;
    border-right: 3px solid #ff9800 !important;
    box-shadow: inset 0 0 0 1px rgba(255,152,0,.22), 0 7px 16px rgba(255,152,0,.12) !important;
}

/* محجوز/غير متوفر للمناسبة والفترة القصيرة */
.ab15-package-list .ab15-period.ab15-package-unavailable.ab15-period-holiday,
.ab15-package-list .ab15-period.ab15-package-unavailable.ab15-period--holiday,
.ab15-package-list .ab15-period.ab15-package-unavailable.is-holiday,
.ab15-package-list .ab15-period.ab15-package-unavailable.ab15-period-short,
.ab15-package-list .ab15-period.ab15-package-unavailable.ab15-period--short,
.ab15-package-list .ab15-period.ab15-package-unavailable.is-short,
.ab15-package-list .ab15-period.ab15-package-unavailable[data-ab15-period-kind="holiday"],
.ab15-package-list .ab15-period.ab15-package-unavailable[data-ab15-period-kind="short"],
.ab15-package-list .ab15-period.ab15-package-unavailable[data-period-kind="holiday"],
.ab15-package-list .ab15-period.ab15-package-unavailable[data-period-kind="short"] {
    background: #f3f3f3 !important;
    border-color: #d9d9d9 !important;
    border-right-color: #c6c6c6 !important;
    box-shadow: none !important;
}

/* كلاسات اختيارية للنص إذا تم إضافتها من الجافاسكربت */
.ab15-period-title-holiday {
    color: #6b4bd8 !important;
}

.ab15-period-title-short {
    color: #a65d00 !important;
}

.ab15-period-badge-holiday {
    color: #6b4bd8 !important;
    background: #f2eeff !important;
    border: 1px solid #c9bcff !important;
}

.ab15-period-badge-short {
    color: #9a5c00 !important;
    background: #fff4d7 !important;
    border: 1px solid #f1c46f !important;
}
.holiday-star {
    width: 15px;
    height: 15px;
    border: 1px #FF9800 solid;
    border-radius: 20px;
    margin: 0px -4px -5px 1px;
}


.ab15-short-days-number-name {
    font-weight: 700;
    color: #000000 !important;
}

.ab15-short-days-number {
    font-weight: 700;
    color: #444 !important;
}


.abv3d-last-minute-contact
{
	    width: 100%;
    cursor: pointer;
    margin: 0 0 12px;
    border-right: 1px #cccccc solid;
    border-bottom: 1px #cccccc solid;
    border-left: 1px #cccccc solid;
}

.option-box label{
    display:block;
    text-align:center;
    padding:6px 0;
    background:#2196F3;
    color:#fff;
    font-weight:bold;
    border-radius:6px;
    cursor:pointer;
    font-size:10px;
    width:90%;
}

.option-box label.active{
    background-color:#065da3;
}


.option-box input[type="radio"]:checked + label{
    background-color:#065da3;
}

.rent-switch{
    display:flex;
    justify-content:center;
    gap:10px;
    margin:10px 0;
}

.rent-btn{
    text-align: center;
    padding: 6px 0;
    background-color: #c3c3c3;
    color: white;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
    font-size: 10px;
    width: 90%;
    margin-bottom: -10px;
    color: #555555;
}

.rent-btn:hover{
    background:#dcdcdc;
}

.rent-btn.active{
    background:#2196F3;
    color:#ffffff;
}

.hidden{
  visibility: hidden;
  height: 0;
  overflow: hidden;
}


.ab15-period.is-last-minute .ab15-period-name::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 2px;
    vertical-align: middle;

    background-image: url("/01/img/last-time.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    border: 0 !important;
    background-color: transparent !important;
    box-shadow: none !important;

    transform-origin: 50% 18%;
    animation: ab15LastTimeRing 5s ease-in-out infinite;
}

@keyframes ab15LastTimeRing {
    0%, 88%, 100% {
        transform: rotate(0deg) scale(1);
    }

    89% {
        transform: rotate(-12deg) scale(1.04);
    }

    90% {
        transform: rotate(12deg) scale(1.04);
    }

    91% {
        transform: rotate(-10deg) scale(1.04);
    }

    92% {
        transform: rotate(10deg) scale(1.04);
    }

    93% {
        transform: rotate(-7deg) scale(1.03);
    }

    94% {
        transform: rotate(7deg) scale(1.03);
    }

    95% {
        transform: rotate(-4deg) scale(1.02);
    }

    96% {
        transform: rotate(4deg) scale(1.02);
    }

    97% {
        transform: rotate(0deg) scale(1);
    }
}


/* منع السكرول يمين/يسار بعد فتح عرض المتوفر */
.ab15-card.is-open,
.ab15-card.is-open .ab15-availability,
.ab15-card.is-open .ab15-availability-inner,
.ab15-card.is-open .ab15-availability-content {
    max-width: 100%;
    overflow-x: clip !important;
}

@supports not (overflow: clip) {
    .ab15-card.is-open,
    .ab15-card.is-open .ab15-availability,
    .ab15-card.is-open .ab15-availability-inner,
    .ab15-card.is-open .ab15-availability-content {
        overflow-x: hidden !important;
    }
}

/* منع وميض الفترات من توسيع الصفحة */
.ab15-card.is-open .ab15-package-list .ab15-period.glow {
    --container-offset: 0px !important;
}

/* تثبيت حاوية الوميض داخل حدود الفترة */
.ab15-card.is-open .ab15-package-list .ab15-period.glow > .glow-container {
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

/* منع شارة المشاهدين من دفع العرض */
.ab15-card.is-open .ab15-availability-hint {
    max-width: calc(100% - 10px);
    overflow: hidden;
    text-overflow: ellipsis;
}
.ab15-card-feature-icon {
    width: 16px;
    min-width: 16px;
    color: #2196F3;
    font-size: 14px;
    text-align: center;
}
.ab15-room-role10-card {
    --ab15-feature-category-accent: #ec4899;
    --ab15-feature-category-bg: #fff5fb;
    margin: 5px 0;
    border: 1px solid #f4d8e8;
}

.ab15-room-role10-card .ab15-feature-category-head {
    padding: 8px 12px 5px;
}

.ab15-room-role10-card .ab15-feature-category-body {
    padding: 0px 10px 6px 4px;
}

.ab15-hotel-room-highlights {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
    width: 100%;
}

.ab15-hotel-room-highlight {
    display: flex;
    min-width: 0;
    min-height: 29px;
    align-items: center;
    gap: 5px;
    overflow: hidden;
    padding: 0px 5px 0px 5px;
    border: 1px solid #e3e3e3;
    border-radius: 7px;
    background: rgb(255 255 255 / 96%);
    box-shadow: 0 3px 8px rgb(15 23 42 / 7%);
}

.ab15-hotel-room-highlight-icon,
.ab15-hotel-room-bed-icon {
    flex: 0 0 22px;

    color: #ec4899;
    font-size: 15px;
    text-align: center;
}

.ab15-hotel-room-bed-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ab15-hotel-room-bed-icon img {
    display: block;
    width: auto;
    height: 10.8px;
    object-fit: contain;
}

.ab15-hotel-room-highlight-label {
    min-width: 0;
    overflow: hidden;
    color: #17355f;
    font-size: 9.5px;
    font-weight: 600;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ab15-hotel-room-highlight-label strong {
    color: #ec4899;
    font-weight: 900;
}

.ab15-hotel-room-bed-icon img.ab15-bed-img-other-id {
    height: 10.5px;
    width: auto;
    margin: 0 1px;
    object-fit: contain;
}

.ab15-hotel-room-bed-icon img.ab15-bed-img-child {
    height: 18px;
    width: auto;
    margin: 0 1px;
    object-fit: contain;
}

.ab15-room-services-menu {
    grid-column: 1 / -1;
    width: 100%;
}

.ab15-room-services-toggle {
    appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
    margin: 3px 0 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #ec4899;
    font: inherit;
    font-size: 9.5px !important;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}


.ab15-room-services-toggle span {
    font-size: 10.5px !important;
}

.ab15-room-services-toggle i {
    font-size: 9px;
    transition: transform .40s ease;
    color: #000000;
}

.ab15-room-services-menu.is-open .ab15-room-services-toggle i {
    transform: rotate(180deg);
}

.ab15-room-services-more {
    display: grid;
    grid-template-rows: 0fr;
    visibility: hidden;
    opacity: 0;
    transition:
        grid-template-rows .32s ease,
        opacity .22s ease,
        visibility 0s linear .32s;
}

.ab15-room-services-more-inner {
    min-height: 0;
    overflow: hidden;
}

.ab15-room-services-menu.is-open .ab15-room-services-more {
    grid-template-rows: 1fr;
    visibility: visible;
    opacity: 1;
    transition:
        grid-template-rows .32s ease,
        opacity .25s ease,
        visibility 0s linear 0s;
}

.ab15-room-services-more .ab15-hotel-room-highlights {
    padding-top: 4px;
}


.ab15-hotel-facilities-card {
    margin-top: 8px;
    padding: 0 !important;
    overflow: hidden;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.ab15-hotel-facilities-toggle {
    appearance: none;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    margin: 0;
    padding: 9px 11px;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    text-align: right;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.ab15-hotel-facilities-toggle > * {
    pointer-events: none;
}

.ab15-hotel-facilities-title-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.ab15-hotel-facilities-title {
    min-width: 0;
    color: #344054;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.6;
}

.ab15-hotel-facilities-action {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 5px;
    color: #2196f3;
    font-size: 9px;
    font-weight: 800;
}

.ab15-hotel-facilities-action i {
    font-size: 9px;
    transition: transform .40s ease;
    color: #000000;
}

.ab15-hotel-facilities-card.is-open .ab15-hotel-facilities-action i {
    transform: rotate(180deg);
}

.ab15-hotel-facilities-more {
    display: grid;
    grid-template-rows: 0fr;
    visibility: hidden;
    opacity: 0;
    transition:
        grid-template-rows .32s ease,
        opacity .22s ease,
        visibility 0s linear .32s;
}

.ab15-hotel-facilities-more-inner {
    min-height: 0;
    overflow: hidden;
}

.ab15-hotel-facilities-card.is-open .ab15-hotel-facilities-more {
    grid-template-rows: 1fr;
    visibility: visible;
    opacity: 1;
    transition:
        grid-template-rows .32s ease,
        opacity .25s ease,
        visibility 0s linear 0s;
}

.ab15-hotel-facilities-target {
    padding: 0 11px 10px;
}

.ab15-hotel-facilities-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px 10px;
    padding-top: 9px;
    border-top: 1px solid rgba(148, 163, 184, .2);
}

.ab15-hotel-facility {
    display: flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
    color: #17355f;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.55;
}

.ab15-hotel-facility i {
    flex: 0 0 16px;
    width: 16px;
    color: #2196f3;
    font-size: 13px;
    text-align: center;
}

.ab15-hotel-facilities-state {
    padding-top: 9px;
    border-top: 1px solid rgba(148, 163, 184, .2);
    color: #718096;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
}

.ab15-room-services-more .ab15-hotel-room-service {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
}

.ab15-room-services-more .ab15-hotel-room-highlight-label {
    min-width: 0;
}

.ab15-room-service-value {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-width: 45px;
    margin: -1px 0px 0px 0px;
    padding: 2px;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 9.5px;
    font-weight: 600;
    line-height: 1.45;
    white-space: nowrap;
    direction: ltr;
}

.ab15-room-service-value-free {
    border-color: rgba(34, 197, 94, .24);
    background: linear-gradient(90deg,#e7ffed 0%,#ffffff 100%);
    color: #168247;
    direction: rtl;
}

.ab15-room-service-value-discount {
    border-color: rgb(33 150 243 / 23%);
    background: linear-gradient(145deg, #e2f4ff, #ffffff);
    color: #2196F3;
    direction: rtl;
}

.ab15-room-service-value-paid {
    border-color: rgb(156 39 176 / 24%);
    background: linear-gradient(90deg, #fcedff 0%, #ffffff 100%);
    color: #be32d6;
    direction: rtl;
}
.ab15-bed-img-child {
    height: 16px !important;
    width: auto;
    margin: 0 1px;
    object-fit: contain;
}

.ab15-hotel-room-selected-price-other-css-id {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    min-width: 0;
    padding: 5px 10px;
    border: 1px solid #eb4898;
    border-radius: 22px;
    color: #526579;
    font-size: 10px;
    font-weight: 800;
    box-shadow: 0 4px 12px #eb48981f;
    border-right: 5px #eb4898 solid;
    background: linear-gradient(270deg, #fff4f9 0%, #ffffff 100%);
}
.ab15-hotel-room-selected-price-other-css-id span {
    font-size: 12px;
}
.ab15-hotel-room-selected-price-other-css-id strong {
    color: #eb4898;
    font-size: 14px;
    white-space: nowrap;
}    


.ab15-hotel-room-option.is-active {
    border-color: #35c927;
    background: linear-gradient(270deg, #e8ffee 0%, #ffffff 100%);
    box-shadow: 0 0 0 2px rgb(53 201 39 / 18%), 0 5px 12px rgb(53 201 39 / 20%);
    color: #159d24;
    transform: translateY(-1px);
}

.ab15-hotel-room-option.is-active::after {
    content: '\2713';
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 25px;
    height: 25px;
    border: 1px solid #138b1b;
    border-radius: 50%;
    background: #3dcc2e;
    box-shadow: 1px 0px 9px 2px rgb(255 255 255);
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
}

.ab15-hotel-room-option.is-active {
    border-color: #35c927;
    background: linear-gradient(270deg, #e8ffee 0%, #ffffff 100%);
    box-shadow: 0 0 0 2px rgb(53 201 39 / 18%), 0 5px 12px rgb(53 201 39 / 20%);
    color: #159d24;
    transform: translateY(-1px);
}

.ab15-hotel-room-option.is-active-other-css-id {
    border-color: #eb4898;
    color: #eb4898;
    transform: translateY(-1px);
    background: linear-gradient(270deg, #fff4f9 0%, #ffffff 100%);
    border: 1px solid #eb4898;
    box-shadow: 0 0 0 2px #eb48982e, 0 5px 12px #eb489833;
}

.ab15-hotel-room-option.is-active-other-css-id::after {
    content: '';
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
    width: 25px;
    height: 25px;
    border: 1px solid #eb4898;
    border-radius: 50%;
    background: #fff;
    box-shadow: 1px 0 9px 2px rgb(255 255 255);
}

.ab15-hotel-room-option.is-active-other-css-id::before {
    content: '\2665';
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 3;
    display: grid;
    place-items: center;
    width: 27px;
    height: 28px;
    color: #eb4898;
    font-family: Arial, sans-serif;
    font-size: 23px;
    font-weight: 900;
    line-height: 1;
    transform: scaleX(1.3);
}

.ab15-hotel-room-option.is-active-other-css-id::after {
    content: '\2665';
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border: 1px solid #eb4898;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 1px 0px 9px 2px rgb(255 255 255);
    color: #eb4898;
    font-family: Arial, sans-serif;
    font-weight: 900;
    line-height: 1;
}
.ab15-hotel-room-selected-price-other-css-id {
    position: relative;
    overflow: visible;
}

/* الدائرة */
.ab15-hotel-room-selected-price-other-css-id::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 3;
    width: 22px;
    height: 22px;
    border: 1px solid #eb4898;
    border-radius: 50%;
    background: #fff;
    transform: translate(-50%, -50%);
}

/* القلب */
.ab15-hotel-room-selected-price-other-css-id::after {
    content: '\2665';
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 4;
    color: #eb4898;
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 1;
    transform: translate(-50%, -50%) scaleX(1.15);
}


.ab15-room-role10-capacity-icon {
    color: #444;
    font-size: 16px;
}

.ab15-room-service-gallery-trigger {
    box-sizing: border-box;
    grid-column: 1 / -1;
    width: 100%;
    appearance: none;
    cursor: pointer;
    font: inherit;
    text-align: right;
}

.ab15-room-service-gallery-cover {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    margin: 0;
    object-fit: cover;
}

.ab15-room-service-gallery-title {
    flex: 1;
    text-align: right;
}

.ab15-room-service-gallery-action {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 5px;
    color: #2196F3  !important;
    white-space: nowrap;
}


.ab15-room-service-gallery-action i {
    font-size: 16px;
    color: #186bad;
}

.ab15-room-gallery-card-body {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    overflow: hidden;
}

.ab15-room-gallery-images-wrap {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.ab15-room-gallery-slider {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
}

.ab15-room-gallery-slider .slider-image {
    box-sizing: border-box;
    max-width: 100%;
}

.ab15-room-gallery-description {
    display: block;
    box-sizing: border-box;
    margin: 10px 0 8px;
    padding: 10px 12px;
    border: 1px solid #eb4898;
    border-right: 5px solid #eb4898;
    border-radius: 22px;
    background: linear-gradient(270deg, #fff4f9 0%, #fff 100%);
    box-shadow: 0 4px 12px #eb48981f;
    color: #526579;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.8;
    text-align: right;
}

.ab15-room-gallery-description.is-empty {
    display: none;
}

.ab15-room-gallery-arrow-icon {
    margin-top: -5px;
    font-size: 40px;
}

html.ab15-room-gallery-open {
    overflow: hidden;
}

.role10-grid-text
{
        background: #ffffff;
    border: #b9e5ff 1px solid;
    padding: 3px 8px;
    margin: 5px;
    border-radius: 6px;
    box-shadow: 0 0px 8px rgb(0 0 0 / 14%);
}


.ab15-price-line-1+.ab15-price-line-1 {
    border-top: 1px solid #dedede;
    color: #333333;
    background: linear-gradient(160deg,#13ACFF 0%,#A272FF 100%);
}




.ab15-hotel-room-quantity {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    width: 100%;
    margin: 0 0 10px;
    padding: 5px;
    border: 1px solid #dbe7ef;
    border-radius: 34px;
    background: #fff;
    direction: rtl;
}

.ab15-hotel-room-quantity label {
    margin: 0;
    color: #344054;
    font-size: 13px;
    font-weight: 700;
}

.ab15-room-quantity-select {
    position: relative;
    width: 100%;
    margin-right: auto;
}

.ab15-room-quantity-trigger {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    min-height: 34px;
    padding: 5px 12px;
    border: 1px solid #cbd5e1;
    border-radius: 18px;
    background: linear-gradient(180deg, #fafdff 0%, #edf7ff 100%);
    color: #111827;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    text-align: right;
    direction: rtl;
    outline: none;
    cursor: pointer;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.ab15-room-quantity-trigger:hover,
.ab15-room-quantity-trigger:focus,
.ab15-room-quantity-trigger[aria-expanded="true"] {
    border-color: #13acff;
    background: #fff;
    box-shadow: 0 6px 18px rgb(15 71 104 / 14%);
}

.ab15-room-quantity-arrow {
    width: 8px;
    height: 8px;
    margin-right: 2px;
    border-right: 2px solid #1677a8;
    border-bottom: 2px solid #1677a8;
    transform: rotate(45deg) translateY(-2px);
    transition: transform .2s ease;
    flex: 0 0 auto;
}

.ab15-room-quantity-trigger[aria-expanded="true"] .ab15-room-quantity-arrow {
    transform: rotate(225deg) translate(-2px, -2px);
}

.ab15-room-quantity-menu {
    position: absolute;
    z-index: 100;
    top: calc(100% + 7px);
    right: 0;
    box-sizing: border-box;
    width: 100%;
    max-height: 245px;
    overflow-y: auto;
    padding: 6px;
    border: 1px solid #d9e7f0;
    border-radius: 16px;
    background: rgb(255 255 255 / 98%);
    box-shadow: 0 16px 38px rgb(15 43 63 / 22%), 0 4px 12px rgb(15 43 63 / 10%);
    direction: rtl;
}

.ab15-room-quantity-menu[hidden] {
    display: none !important;
}

.ab15-room-quantity-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    min-height: 36px;
    padding: 7px 10px;
    border: 0;
    border-radius: 11px;
    background: transparent;
    color: #25313b;
    font: inherit;
    text-align: right;
    direction: rtl;
    cursor: pointer;
}

.ab15-room-quantity-option:hover,
.ab15-room-quantity-option:focus {
    background: #eef8ff;
    outline: none;
}

.ab15-room-quantity-option[aria-selected="true"] {
    background: linear-gradient(135deg, #13acff 0%, #1689d8 100%);
    color: #fff;
    box-shadow: 0 5px 12px rgb(19 172 255 / 24%);
}

.ab15-room-quantity-option-title {
    font-size: 13px;
    font-weight: 800;
}

.ab15-room-quantity-option-discount {
    color: #07844b;
    font-size: 10.5px;
    font-weight: 800;
    white-space: nowrap;
}

.ab15-room-quantity-option[aria-selected="true"] .ab15-room-quantity-option-discount {
    color: #fff;
}

.ab15-room-quantity-native {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}



.ab15-detail-btn-open::before {
    content: "";
    position: absolute;
    top: 0;
    left: 5%;
    width: 90%;
    height: 50%;
    border-radius: 100PX;
    opacity: 0.5;
    pointer-events: none;
    background: linear-gradient(180deg, #ffffff 10%, rgba(255, 255, 255, 0) 95%);
}


.ab15-open-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 5%;
    width: 90%;
    height: 50%;
    border-radius: 100PX;
    opacity: 0.5;
    pointer-events: none;
    background: linear-gradient(180deg, #ffffff 10%, rgba(255, 255, 255, 0) 95%);
}

.ab15-card-container.ab15-availability-above-footer {
    position: relative;
    z-index: 999999;
}

.ab-site-header {
    position: fixed;
    z-index: 9999999;
}
