:root{--dcr-blue:#192f55;--dcr-gold:#f1b01f;--dcr-bg:#f6f8fc;--dcr-border:#e5e9f2;--dcr-text:#17233a;--dcr-muted:#667085}.dcr-booking-app,.dcr-customer-panel{direction:rtl;font-family:Tahoma,Arial,sans-serif;color:var(--dcr-text);max-width:1160px;margin:30px auto}.dcr-front-hero{background:linear-gradient(135deg,var(--dcr-blue),#273f70);border-radius:28px;padding:34px;color:#fff;position:relative;overflow:hidden;margin-bottom:20px;box-shadow:0 18px 45px rgba(25,47,85,.22)}.dcr-front-hero.compact{padding:24px}.dcr-front-hero:before{content:"";position:absolute;width:260px;height:260px;border-radius:50%;background:rgba(241,176,31,.25);inset:auto -80px -120px auto}.dcr-front-hero span{display:inline-flex;background:rgba(241,176,31,.16);border:1px solid rgba(241,176,31,.35);color:#ffe2a0;border-radius:999px;padding:7px 14px;font-weight:800}.dcr-front-hero h2{font-size:30px;line-height:1.7;margin:14px 0 6px;color:#fff}.dcr-front-hero p{margin:0;color:rgba(255,255,255,.84);max-width:720px}.dcr-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:18px 0}.dcr-steps button{border:1px solid var(--dcr-border);background:#fff;color:var(--dcr-blue);border-radius:16px;padding:13px;font-weight:900;cursor:default}.dcr-steps button.active{background:var(--dcr-gold);border-color:var(--dcr-gold);box-shadow:0 12px 25px rgba(241,176,31,.25)}.dcr-step-content{display:none}.dcr-step-content.active{display:block}.dcr-space-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.dcr-space-card{background:#fff;border:1px solid var(--dcr-border);border-radius:24px;overflow:hidden;box-shadow:0 14px 32px rgba(16,24,40,.07);transition:.2s}.dcr-space-card:hover,.dcr-space-card.selected{transform:translateY(-3px);border-color:var(--dcr-gold);box-shadow:0 18px 42px rgba(16,24,40,.1)}.dcr-space-image{height:180px;background:#eef3fb center/cover no-repeat}.dcr-space-body{padding:18px}.dcr-space-body h3{margin:0 0 8px;color:var(--dcr-blue);font-size:21px}.dcr-space-body p{color:var(--dcr-muted);min-height:45px}.dcr-space-body span{display:block;color:var(--dcr-muted);margin-bottom:8px}.dcr-space-body strong{display:block;color:var(--dcr-blue);margin-bottom:14px}.dcr-select-space,.dcr-type-card,.dcr-next-btn,.dcr-submit-booking,.dcr-back-btn{border:0;border-radius:14px;padding:12px 18px;font-weight:900;cursor:pointer}.dcr-select-space,.dcr-next-btn,.dcr-submit-booking{background:var(--dcr-gold);color:#192f55}.dcr-back-btn{background:#eef2f7;color:#192f55;margin:12px 0}.dcr-type-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.dcr-type-card{cursor: pointer; background:#fff;border:1px solid var(--dcr-border);min-height:130px;text-align:center;box-shadow:0 12px 28px rgba(16,24,40,.06)}.dcr-type-card span{display:block;color:var(--dcr-blue);font-size:17px;margin-bottom:12px}.dcr-type-card strong{color:var(--dcr-muted)}.dcr-type-card.selected{background:var(--dcr-blue);color:#fff;border-color:var(--dcr-blue)}.dcr-type-card.selected span,.dcr-type-card.selected strong{color:#fff}.dcr-time-layout,.dcr-confirm-grid{display:grid;grid-template-columns:2fr 1fr;gap:18px}.dcr-card-box,.dcr-info-panel,.dcr-summary-card,.dcr-customer-card,.dcr-empty-state{background:#fff;border:1px solid var(--dcr-border);border-radius:24px;padding:22px;box-shadow:0 14px 32px rgba(16,24,40,.06)}.dcr-card-box label,.dcr-customer-card label{display:block;margin:0 0 14px;font-weight:800;color:var(--dcr-blue)}.dcr-card-box input,.dcr-customer-card input{width:100%;border:1px solid var(--dcr-border);border-radius:14px;padding:12px;margin-top:7px;box-sizing:border-box}.dcr-slots-result{display:flex;flex-wrap:wrap;gap:10px}.dcr-slot{border:1px solid var(--dcr-border);background:#fff;border-radius:999px;padding:9px 10px;cursor:pointer;color:var(--dcr-blue);font-weight:800}.dcr-slot.reserved{background:#fff1f0;color:#b42318;cursor:not-allowed;text-decoration:line-through}.dcr-slot.selected{background:var(--dcr-blue);color:#fff;border-color:var(--dcr-blue)}.dcr-info-panel h3,.dcr-summary-card h3,.dcr-customer-card h3{color:var(--dcr-blue);margin-top:0}.dcr-summary-card ul{list-style:none;margin:0;padding:0}.dcr-summary-card li{display:flex;justify-content:space-between;gap:12px;border-bottom:1px dashed var(--dcr-border);padding:12px 0}.dcr-summary-card li:last-child{border-bottom:0}.dcr-form-message{border-radius:14px;padding:12px;display:none;margin:12px 0}.dcr-form-message.success{display:block;background:#e7f7ef;color:#067647}.dcr-form-message.error{display:block;background:#fff1f0;color:#b42318}.dcr-responsive-table{overflow-x:auto;background:#fff;border:1px solid var(--dcr-border);border-radius:22px;box-shadow:0 14px 32px rgba(16,24,40,.06)}.dcr-responsive-table table{width:100%;border-collapse:collapse}.dcr-responsive-table th,.dcr-responsive-table td{padding:14px;border-bottom:1px solid var(--dcr-border);text-align:inherit}.dcr-responsive-table th{background:#f8fafc;color:var(--dcr-blue);font-weight:900}.dcr-status-pill{display:inline-flex;border-radius:999px;padding:5px 11px;background:#eef2f7;color:#344054;font-weight:800;font-size:12px}.dcr-status-pill.approved{background:#e7f7ef;color:#067647}.dcr-status-pill.pending{background:#fff7e0;color:#946200}.dcr-status-pill.cancelled{background:#fff1f0;color:#b42318}.dcr-status-pill.completed{background:#edf4ff;color:#175cd3}@media(max-width:980px){.dcr-space-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dcr-type-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dcr-time-layout,.dcr-confirm-grid{grid-template-columns:1fr}}@media(max-width:640px){.dcr-space-grid,.dcr-steps{grid-template-columns:1fr}.dcr-front-hero h2{font-size:23px}.dcr-type-grid{grid-template-columns:1fr}}

.space-section {
    margin: 90px 0;
}

.dcr-submit-booking {
    max-width: 50% !important;
}

.space-section-title {
    font-size: 22px;
    font-weight: 700;
    color: #1e2a38;
    margin-bottom: 22px;
    position: relative;
    padding-right: 14px;
}

.space-section-title::before {
    content: "";
    position: absolute;
    right: 0;
    top: 4px;
    width: 5px;
    height: 24px;
    background: linear-gradient(to bottom, #00bcd4, #2196f3);
    border-radius: 10px;
}

.space-price .price-item, .space-item-side {
    background: #fff;
    border: 1px solid #edf2f7;
    border-radius: 14px;
    padding: 16px 18px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(30, 42, 56, 0.04);
    margin-bottom: 14px;
    height: 100%;
}

.space-price .price-item:hover, .space-item-side:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 22px rgba(33, 150, 243, 0.12);
    border-color: #cfe8ff;
}

.space-price label {
    display: block;
    font-size: 14px;
    color: #6b7a90;
    margin-bottom: 8px;
    font-weight: 500;
}

.space-price b {
    display: block;
    font-size: 20px;
    color: #0f172a;
    font-weight: 700;
    line-height: 1.6;
}

.basic-btn {
    border: 1px solid #F3B007;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    padding: 8px 26px;
    text-align: center;
    transition: all 0.4s ease 0s;
    z-index: 3;
    background: #F3B007;
    border-radius: 2px;
}
.basic-btn:hover {
    color: #fff;
    border: 1px solid #fff;
    transition: all 0.4s ease 0s;
    background: #1fc157;
}
.space-landing-side h2 {
    margin-top: 0px;
}
.dcr-slot {
    cursor: pointer;
}
.dcr-back-btn {cursor: pointer;}

@media (max-width: 768px) {
    .space-price {
        padding: 18px;
    }

    .space-price h4 {
        font-size: 20px;
    }

    .space-price b {
        font-size: 18px;
    }
}

/* =========================================================
   Booking flow upgrade: capacity badges, icons, calendar,
   guest stepper, range summary.
   ========================================================= */

:root {
    --dcr-ok: #12875a;
    --dcr-ok-bg: #e7f7ef;
    --dcr-danger: #b42318;
    --dcr-danger-bg: #fff1f0;
}

/* ---- space card: capacity chip + icon row ---- */
.dcr-space-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 14px;
}

.dcr-capacity-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #eef2f7;
    color: var(--dcr-blue);
    border-radius: 999px;
    padding: 6px 12px;
    font-weight: 800;
    font-size: 13px;
    white-space: nowrap;
}

.dcr-capacity-chip svg {
    width: 15px;
    height: 15px;
    flex: none;
}

.dcr-icon {
    display: inline-block;
    vertical-align: -3px;
    width: 16px;
    height: 16px;
}

/* ---- booking type cards: icon on top ---- */
.dcr-type-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px 14px;
    transition: .2s;
}

.dcr-type-card .dcr-type-icon {
    width: 30px;
    height: 30px;
    color: var(--dcr-blue);
}

.dcr-type-card.selected .dcr-type-icon {
    color: #fff;
}

.dcr-type-card:hover:not(.selected) {
    border-color: var(--dcr-gold);
    transform: translateY(-2px);
}

/* ---- calendar widget ---- */
.dcr-calendar {
    margin-bottom: 18px;
}

.dcr-calendar-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.dcr-calendar-title {
    display: flex;
    align-items: baseline;
    gap: 6px;
    font-size: 18px;
    color: var(--dcr-blue);
}

.dcr-calendar-title strong {
    font-weight: 900;
}

.dcr-cal-nav {
    border: 1px solid var(--dcr-border);
    background: #fff;
    color: var(--dcr-blue);
    border-radius: 12px;
    width: 38px;
    height: 38px;
    font-size: 18px;
    font-weight: 900;
    cursor: pointer;
    transition: .15s;
    line-height: 1;
}

.dcr-cal-nav:hover:not(:disabled) {
    background: var(--dcr-blue);
    color: #fff;
    border-color: var(--dcr-blue);
}

.dcr-cal-nav:disabled {
    opacity: .35;
    cursor: not-allowed;
}

.dcr-calendar-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    color: var(--dcr-muted);
    font-weight: 800;
    font-size: 13px;
    margin-bottom: 6px;
}

.dcr-calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 6px;
}

.dcr-cal-loading {
    grid-column: 1 / -1;
    text-align: center;
    color: var(--dcr-muted);
    padding: 30px 0;
    margin: 0;
}

.dcr-cal-day {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    font-weight: 800;
    font-size: 14px;
    color: var(--dcr-text);
    background: #f8fafc;
}

.dcr-cal-day.empty {
    background: transparent;
}

.dcr-cal-day.available {
    background: #fff;
    border: 1px solid var(--dcr-border);
    cursor: pointer;
    transition: .15s;
}

.dcr-cal-day.available:hover {
    border-color: var(--dcr-gold);
    background: #fffaf0;
    transform: translateY(-2px);
}

.dcr-cal-day.past {
    color: #c2c9d6;
    background: #f8fafc;
}

.dcr-cal-day.booked {
    background: var(--dcr-danger-bg);
    color: var(--dcr-danger);
    text-decoration: line-through;
    cursor: not-allowed;
}

.dcr-cal-day.today:not(.selected) {
    box-shadow: inset 0 0 0 2px var(--dcr-gold);
}

.dcr-cal-day.selected {
    background: var(--dcr-blue);
    border-color: var(--dcr-blue);
    color: #fff;
}

.dcr-cal-day.in-range {
    background: rgba(25, 47, 85, .12);
    border-radius: 6px;
}

.dcr-calendar-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 14px;
    font-size: 13px;
    color: var(--dcr-muted);
}

.dcr-calendar-legend span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.dcr-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: #fff;
    border: 1px solid var(--dcr-border);
}

.dcr-dot.available { background: #fff; border-color: var(--dcr-border); }
.dcr-dot.selected { background: var(--dcr-blue); border-color: var(--dcr-blue); }
.dcr-dot.booked { background: var(--dcr-danger-bg); border-color: var(--dcr-danger); }

/* ---- range summary (weekly/monthly/daily result) ---- */
.dcr-range-summary {
    margin-top: 16px;
}

.dcr-range-summary .alert {
    border-radius: 14px;
    padding: 13px 16px;
    font-weight: 700;
}

.alert-success { background: var(--dcr-ok-bg); color: var(--dcr-ok); }
.alert-warning,
.alert-danger { background: var(--dcr-danger-bg); color: var(--dcr-danger); }

/* ---- capacity + guest stepper (info panel) ---- */
.dcr-capacity-box {
    background: #f8fafc;
    border: 1px solid var(--dcr-border);
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 16px;
}

.dcr-capacity-label {
    display: block;
    color: var(--dcr-muted);
    font-size: 13px;
    margin-bottom: 4px;
}

.dcr-capacity-box > strong {
    display: block;
    color: var(--dcr-blue);
    font-size: 20px;
    margin-bottom: 12px;
}

.dcr-guest-stepper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.dcr-guest-stepper > span {
    font-weight: 800;
    color: var(--dcr-text);
    font-size: 14px;
}

.dcr-stepper-controls {
    display: flex;
    align-items: center;
    gap: 8px;
}

.dcr-stepper-controls button {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    border: 1px solid var(--dcr-border);
    background: #fff;
    color: var(--dcr-blue);
    font-size: 18px;
    font-weight: 900;
    cursor: pointer;
    line-height: 1;
}

.dcr-stepper-controls button:disabled {
    opacity: .35;
    cursor: not-allowed;
}

.dcr-stepper-controls button:hover:not(:disabled) {
    background: var(--dcr-blue);
    color: #fff;
}

.dcr-stepper-controls input {
    width: 40px !important;
    text-align: center;
    border: 0 !important;
    font-weight: 900;
    color: var(--dcr-blue);
    background: transparent;
    margin: 0 !important;
    padding: 0 !important;
}

/* ---- misc ---- */
.dcr-next-btn:disabled {
    opacity: .45;
    cursor: not-allowed;
}

.dcr-slots-wrap h3 {
    color: var(--dcr-blue);
    margin: 18px 0 12px;
}

.dcr-slot[aria-disabled="true"] {
    pointer-events: none;
}

/* ---- shift picker (weekly / monthly: choose morning/evening up front) ---- */
.dcr-shift-picker {
    margin-bottom: 20px;
}

.dcr-shift-picker-label {
    font-weight: 800;
    color: var(--dcr-blue);
    margin: 0 0 12px;
}

.dcr-shift-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.dcr-shift-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 20px 14px;
    border: 1px solid var(--dcr-border);
    border-radius: 16px;
    background: #fff;
    cursor: pointer;
    transition: .15s;
    font-family: inherit;
}

.dcr-shift-option .dcr-shift-icon {
    width: 26px;
    height: 26px;
    color: var(--dcr-blue);
}

.dcr-shift-option strong {
    color: var(--dcr-text);
    font-size: 15px;
}

.dcr-shift-option span {
    color: var(--dcr-muted);
    font-size: 13px;
}

.dcr-shift-option:hover:not(.selected) {
    border-color: var(--dcr-gold);
    transform: translateY(-2px);
}

.dcr-shift-option.selected {
    background: var(--dcr-blue);
    border-color: var(--dcr-blue);
}

.dcr-shift-option.selected .dcr-shift-icon,
.dcr-shift-option.selected strong,
.dcr-shift-option.selected span {
    color: #fff;
}

/* ---- eight_hour: the two shift buttons rendered inside .dcr-slots-result ---- */
.dcr-shift-slot {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    min-width: 150px;
    padding: 16px 18px;
    margin: 0 6px 10px;
    border: 1px solid var(--dcr-border);
    border-radius: 14px;
    background: #fff;
    cursor: pointer;
    font-family: inherit;
    transition: .15s;
}

.dcr-shift-slot strong {
    color: var(--dcr-text);
    font-size: 15px;
}

.dcr-shift-slot span {
    color: var(--dcr-muted);
    font-size: 13px;
}

.dcr-shift-slot em {
    font-style: normal;
    font-size: 11px;
    color: var(--dcr-ok);
    font-weight: 800;
}

.dcr-shift-slot:hover:not([disabled]) {
    border-color: var(--dcr-gold);
}

.dcr-shift-slot.selected {
    background: var(--dcr-blue);
    border-color: var(--dcr-blue);
}

.dcr-shift-slot.selected strong,
.dcr-shift-slot.selected span {
    color: #fff;
}

.dcr-shift-slot.selected em {
    color: #fff;
}

.dcr-shift-slot[disabled] {
    background: var(--dcr-danger-bg);
    cursor: not-allowed;
    opacity: .75;
}

.dcr-shift-slot[disabled] strong {
    color: var(--dcr-danger);
}

.dcr-shift-slot[disabled] em {
    color: var(--dcr-danger);
}

/* ---- calendar: "has selected hours" indicator dot (hourly multi-select) ---- */
.dcr-cal-day.has-picks::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--dcr-gold);
}

.dcr-cal-day.selected.has-picks::after {
    background: #fff;
}

.dcr-dot.has-picks {
    position: relative;
    background: #fff;
    border-color: var(--dcr-border);
}

.dcr-dot.has-picks::after {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--dcr-gold);
}

/* ---- hourly: running cart of selected hours across days ---- */
.dcr-selected-hours {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px dashed var(--dcr-border);
}

.dcr-selected-hours h3 {
    color: var(--dcr-blue);
    margin: 0 0 12px;
}

.dcr-selected-day {
    margin-bottom: 12px;
}

.dcr-selected-day > strong {
    display: block;
    font-size: 13px;
    color: var(--dcr-muted);
    margin-bottom: 6px;
}

.dcr-selected-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.dcr-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #eef2f7;
    color: var(--dcr-blue);
    border-radius: 999px;
    padding: 6px 6px 6px 12px;
    font-weight: 800;
    font-size: 13px;
}

.dcr-chip-remove {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 0;
    background: #fff;
    color: var(--dcr-danger);
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    cursor: pointer;
}

.dcr-selected-total {
    margin-top: 10px;
    font-weight: 900;
    color: var(--dcr-blue);
}

.dcr-muted {
    color: var(--dcr-muted);
    margin: 0;
}

@media (max-width: 640px) {
    .dcr-cal-day {
        font-size: 12px;
        border-radius: 9px;
    }
    .dcr-capacity-chip {
        font-size: 12px;
    }
    .dcr-shift-options {
        grid-template-columns: 1fr;
    }
}


/*********** LOGIN ****************/

.darkoob-login{ width: 400px; }
.darkoob-login-tell{ width: 200px }

.center 
{
    text-align: center;
}
  #key-code-timer {
    color: red;
}
  .content {
    background-color:rgba(255,255,255,.8);
    border-radius:10px;
    
    box-sizing:border-box;    
    padding: 25px 30px 30px;     
    margin: 60px auto;
    
  }

  .col-sm-8{
      z-index: 99999;
  }
.color-red {
    color: red;
}

.alert-info {
    margin: 10px auto;
}

.btn-info {
    background-color: #001854;
    color: #fff;
    border: 0;
    border-radius: 8px;
    width: 100%;
    margin: 10px auto;
}

.context {
    width: 100%;
    position: absolute;
    top:50vh;    
}
.area{      
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
    width: 100%;               
}
.social{
  display: none;
}

form.darkob-login label {
    display: block;
    text-align: center;
}

form.darkob-login input#log {
    padding: 9px 12px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #e0e0e2;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    color: #030a16;
}

button#getCod {
    background: #001854;
    color: #FFF;
    font-size: 14px;
    padding: 12px;
    margin: 10px auto;
    width: 100%;
    border: 0;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
.darkoob-login-register-form
{
    background: #FFF;
    width: 380px;
    max-width: 90%;
    border: 1px solid #ededed;
    border-radius: 8px;
    padding: 30px;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.darkoob-login-register-form .login-form, .darkoob-login-register-form .login-img
{
    width: 100%;
    margin: auto;
}
#post-232 h2 {
    display: none !important;
}
.login-img {
    max-width: 160px;
}
.entry-title {
    display: none;
}
@media screen and (max-width: 768px) {
    .darkoob-login-register-form {
        max-width: 90%;
        padding: 10px;
    }
}
/*********** END LOGIN ************/.dcr-type-availability-note{margin:14px 0 0;color:#667085;font-size:13px}.dcr-type-card.dcr-type-disabled{display:none!important}.dcr-capacity-left{display:block;font-size:11px;font-style:normal;margin-top:4px;color:#067647}.dcr-slot.reserved .dcr-capacity-left,.dcr-shift-slot.reserved .dcr-capacity-left{color:#b42318}
.dcr-my-bookings{direction:rtl}.dcr-my-bookings-head{display:flex;align-items:center;justify-content:space-between;margin:0 0 20px}.dcr-my-bookings-head span{color:#667085;font-size:13px}.dcr-my-bookings-head h2{margin:5px 0 0;color:#192f55}.dcr-booking-history-list{display:grid;gap:14px}.dcr-booking-history-item,.dcr-booking-detail-card{border:1px solid #e2e8f0;border-radius:18px;background:#fff;padding:18px;box-shadow:0 8px 24px rgba(15,23,42,.05)}.dcr-history-main,.dcr-booking-detail-title{display:flex;align-items:flex-start;justify-content:space-between;gap:15px}.dcr-history-main h3{margin:4px 0 6px;color:#192f55}.dcr-history-main p{margin:0;color:#667085}.dcr-history-id{font-size:12px;color:#98a2b3}.dcr-front-status{display:inline-flex;padding:6px 11px;border-radius:999px;font-size:12px;font-weight:800;background:#eef2f6;color:#475467}.dcr-front-status.approved{background:#e8f7ef;color:#067647}.dcr-front-status.pending{background:#fff7df;color:#946200}.dcr-front-status.cancelled{background:#fff0ee;color:#b42318}.dcr-front-status.completed{background:#edf4ff;color:#175cd3}.dcr-history-meta{display:flex;gap:24px;flex-wrap:wrap;margin:16px 0;color:#667085;font-size:13px}.dcr-history-meta strong{color:#344054}.dcr-history-view,.dcr-booking-back{display:inline-flex;text-decoration:none!important;background:#192f55;color:#fff!important;border-radius:10px;padding:9px 14px;font-weight:700}.dcr-booking-detail-title{padding-bottom:16px;border-bottom:1px solid #eef2f6}.dcr-booking-detail-title div span{display:block;color:#98a2b3;font-size:12px}.dcr-booking-detail-title div strong{font-size:20px;color:#192f55}.dcr-booking-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:18px 0}.dcr-booking-detail-grid>div{padding:12px;border:1px solid #eef2f6;border-radius:12px}.dcr-booking-detail-grid>div.wide{grid-column:1/-1}.dcr-booking-detail-grid span{display:block;color:#667085;font-size:12px;margin-bottom:5px}.dcr-booking-detail-grid strong{color:#192f55;line-height:1.9}@media(max-width:650px){.dcr-booking-detail-grid{grid-template-columns:1fr}.dcr-booking-detail-grid>div.wide{grid-column:auto}.dcr-history-main{align-items:flex-start}}
