:root {
  --jidmac-orange: #E8620E;
  --jidmac-dark: #1f1b1b;
}
body {
  background: #f8f9fa;
  font-size: .95rem;
  color: #212529;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.headerimg {
	width: 200px!important;
}
@media screen and (max-width: 768px) {
	.headerimg {
		justify-content: center!important;
		width: 100%!important;
	}
}
header h1 {
  color: var(--jidmac-orange);
  font-weight: 800;
  font-size: 2rem;
}
header .subtext {
  color: #ddd;
}
.hero-progress {
  position: absolute;
  bottom: -1.2rem;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 600px;
  padding: .5rem 1rem;
}
.hero-progress .step {
  flex: 1;
  text-align: center;
  color: #aaa;
  font-size: .8rem;
  font-weight: 600;
}
.hero-progress .step.active {
  color: var(--jidmac-orange);
}
.ticket-card {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .08);
  padding: 1.5rem;
  margin: 1.5rem auto;
}
.signature-pad {
  border: 1px dashed #ccc;
  border-radius: 8px;
  width: 100%;
  height: 120px;
  opacity: 0;
  transition: opacity .3s ease;
}
#sigLoading {
  font-size: .9rem;
  color: #888;
  text-align: center;
  padding: 1rem;
}
#consentBox {
  border: 1px solid #e3e3e3;
  border-radius: .75rem;
  padding: 1rem;
  background: #fff;
}
.btn-primary {
  background: var(--jidmac-orange);
  border: none;
}
.btn-primary:hover {
  background: #cf5608;
}
.radio-group label {
  margin-right: 1.5rem;
  font-weight: 500;
}

:root {
  --bs-primary: #E8620E;
  --bs-primary-rgb: 232, 98, 14;

  --bs-secondary: #2F2B2A;
  --bs-secondary-rgb: 47, 43, 42;

  --bs-success: #198754;
  --bs-success-rgb: 25, 135, 84;

  --bs-danger: #D64550;
  --bs-danger-rgb: 214, 69, 80;

  --bs-warning: #F6B93B;
  --bs-warning-rgb: 246, 185, 59;

  --bs-info: #3AAED8;
  --bs-info-rgb: 58, 174, 216;

  --bs-light: #F8F9FA;
  --bs-light-rgb: 248, 249, 250;

  --bs-dark: #1F1B1B;
  --bs-dark-rgb: 31, 27, 27;

  /* Accent tweaks */
  --jidmac-orange: #E8620E;
}
.rounded-top-3 {
	border: 0px!important;
}

/* Buttons */
.btn-primary {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #cf560c;
  border-color: #cf560c;
}

/* Alerts */
.alert-primary {
  background-color: rgba(var(--bs-primary-rgb), 0.1);
  border-color: var(--bs-primary);
  color: var(--bs-primary);
}
/* Base Toast Box */
.notyf__toast {
  border-radius: 8px;
  font-family: system-ui, sans-serif;
  box-shadow: 0 4px 10px rgba(0,0,0,.15);
}

/* ✅ Success (already green but you can tweak) */
.notyf__toast--success {
  background-color: #3CB878 !important; /* your success green */
}

/* ❌ Error */
.notyf__toast--error {
  background-color: #D64550 !important;
}

/* 🟧 Primary / Brand */
.notyf__toast--primary {
  background-color: #E8620E !important;
  color: #fff !important;
}

/* Optional text contrast fix */
.notyf__toast--primary .notyf__message {
  color: #fff !important;
}

.booking-summary {
  transition: all 0.25s ease;
}
.booking-summary:hover {
  background: #fff8f4;
  box-shadow: 0 4px 12px rgba(0,0,0,.08);
}

.progress-step-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 0.75rem;
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.25s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.progress-step-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.progress-step-card.completed {
  border-color: #28a745;
  background: #f0fff5;
}

.progress-step-card.completed i {
  color: #1c7c37 !important; /* dark green tick */
}
.calendar-header {
  background: #fff;
  border-radius: 10px;
  padding: 0.5rem 0.75rem;
  margin-bottom: 1rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.calendar-header .btn-light {
  border: 1px solid #dee2e6;
  transition: all 0.2s ease;
}
.calendar-header .btn-light:hover {
  background: #E8620E;
  color: #fff;
  border-color: #E8620E;
}
.bg-light {
  background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ededed 100%,#ffffff 100%);
}
/* ===== Clickable Available Slots ===== */
.slot-available {
  background: #e6fff2;
  border-left: 5px solid #00b35c;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* ===== Clickable Available Slots ===== */
.slot-available {
  background: #e6fff2;
  border: 1px dashed #777!important;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
}

/* Hover lift */
.slot-available:hover {
  background: #ccffea;
}

/* ===== Book Slot Button ===== */
.btn-outline-success {
  border-radius: 20px;
  padding: 0 10px;
  font-size: 12px;
  line-height: 1.4;
  margin-left: 6px;
}
.btn-outline-success:hover {
  background-color: #00b35c;
  color: #fff;
}
.calendar-lock {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
}
.calendar-lock-content {
  background: #fff;
  border: 2px solid #E8620E;
  border-radius: 12px;
  padding: 20px 30px;
  color: #E8620E;
  font-weight: 500;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}
.card.bg-light {
  border-radius: 16px;
  transition: all 0.3s ease;
}

.card.bg-light:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.text-warning {
  color: #E8620E !important;
}
.booking-status-card {
  border-radius: 12px;
  background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
}

h2 {
  font-size: 1.5em;
}
@media (max-width: 768px) {
  .booking-status-card .fs-4 {
    font-size: 1.2rem !important;
  }
  .booking-status-card .fw-bold.fs-6 {
    font-size: 1rem !important;
  }
  .booking-status-card .btn {
    border-radius: 8px;
    font-size: 0.95rem;
  }
  .borderm {
    margin-left: 0!important;
    text-align: left!important;
    border-radius: 8px;
    background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ededed 100%,#ffffff 100%);
  }
  h2 {
    font-size: 1.2em!important;
  }
}
.form-label {
  color: #333;
  font-size: 13px;
}
.modal-title {
  font-weight: normal;
  font-size: 1.3em;
}
.ss1 {
  border:1px dashed #222!important;
  background: #f2f2f2;
}
em {
  font-size: 17px;
}

.logo-approve {
  width: 330px;
}
.bg2 {
  background: #E9EEF6!important;
}
.card1 {
  max-width: 600px!important;
}