/* =========================
   Root Variables & Globals
   ========================= */
:root {
  --viprbm-primary-color: #001A33;
  --viprbm-secondary-color: #7e6e5f;
  --viprbm-primary-bg: #001A33;
  --viprbm-border-color: #ccc;
  --viprbm-text-light: #848484;
  --viprbm-error-color: #D8000C;
  --viprbm-success-color: #270;
  --viprbm-success-bg: #DFF2BF;
  --viprbm-error-bg: #FFBABA;
  --viprbm-warning-color: #9F6000;
  --viprbm-warning-bg: #FEEFB3;
  --viprbm-info-color: rgb(2, 0, 121);
  --viprbm-info-bg: #aaa5ff;
  --viprbm-border-radius:5px;
  --viprbm-input-border-radius:5px;
    --viprbm-td-border-radius:5px;
  --viprbm-card-bg:#fff;
  --viprbm-card-text:#001A33;
  --viprbm-card-border-color:#001A33;
  --viprbm-card-button-bg:#001A33;
  --viprbm-card-button-text:#fff;
  --viprbm-card-input-bg:#fff;
  --viprbm-card-input-border:#001A33;
  --viprbm-card-input-text:#001A33;
  --viprbm-card-radio-bg:#fff;
  --viprbm-card-radio-border:#001A33;
  --viprbm-card-radio-text:#001A33;
  --viprbm-card-radio-bg-active:#001A33;
  --viprbm-card-radio-border-active:#001A33;
  --viprbm-card-radio-text-active:#fff;
  --viprbm-empty-state-bg:#001a3313;
  --viprbm-empty-state-text:#001A33;
  --viprbm-table-text:#001A33;
  --viprbm-table-border:#001A33;
  --viprbm-table-bg:#001a3313;
  --viprbm-table-text-active:#fff;
  --viprbm-table-border-active:#001A33;
   --viprbm-table-bg-active:#001A33;
}

body {
  background: #001A33 !important;
}

/* =========================
   Layout & Wrapper
   ========================= */
.viprbm-form-wrapper {
  margin: 0 auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 100% !important;
}

 .viprbm-header {
  text-align: center;
}
.viprbm-header .logo  {
  max-width: 200px;
  height: auto;
}
.viprbm-header .logo.white   {
  filter:invert();
}

/* .viprbm-form-wrapper .viprbm-header .top-right-links #backtohome:before {
  content: '';
  background: url('../assets/img/chevron-left-icon.svg') no-repeat center center;
  background-size: 7px;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
} */

/* .viprbm-form-wrapper .calendar 
{
 flex:1;
  gap: 20px;
  display: flex;
     
} */
 
.viprbm-form-wrapper .calendar .calendar-time-wrapper {
    flex:1;
}
.viprbm-form-wrapper .calendar-time {
    gap: 30px;
}
.viprbm-form-wrapper .calendar .calendar-time-wrapper .calendar {
  display: flex;
  flex-direction: column;
  gap: 0px;

}
.viprbm-form-wrapper #slot_time_block {
    flex: 1;
    position: relative;
}
.viprbm-form-wrapper .steps {
    display: flex;
    gap: 20px;
    width: 100%;
    max-width:600px;
    margin:0px auto;
}
.viprbm-form-wrapper .calendar-header {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    font-size: 14px;
    height: 30px;
    color: var(--viprbm-card-text);
    margin-top: 0;
    font-weight:600;
}
@media screen and (min-width: 992px) {
    .viprbm-form-wrapper #viprbm-calendar-wrapper {
        max-width: 520px;
        min-width: 320px;
    }
}
@media screen and (min-width: 992px) {
    .viprbm-form-wrapper .calendar-time {
        flex-direction: row !important;
    }
}
/* @media screen and (min-width: 992px) {
    .viprbm-form-wrapper .calendar-time, .viprbm-form-wrapper #calendar_block {
        height: 100%;
    }
} */
@media screen and (min-width: 992px) {
    .viprbm-form-wrapper .steps {
        flex-direction: row !important;
    }
}
@media (max-width: 768px) {
    .viprbm-form-wrapper .summary {
        width: 100%;
    }
}
/* =========================
   Form Structure
   ========================= */
   .viprbm-login-form-wrapper {
    padding:20px; 
    display: flex; 
    align-items: center; 
    justify-content: center;
  }
  .viprbm-login-form-wrapper.h-full .viprbm-form-inner {
      min-height: calc(100vh - 80px);
    align-items: center;
    padding-top: 80px;
    flex-direction: column;
  }
.viprbm-login-form-wrapper .logo {
    text-align: center;
    margin-bottom: 20px;
    margin:0px auto;
}
.viprbm-login-form-wrapper .logo img {
    max-width: 150px;
    height: auto;
    margin: 0 auto;
}
.viprbm-login-form-wrapper .back-link {
      color: #fff;
       font-size: 14px;margin-bottom: 20px;font-weight: 400;font-style: normal;
    display: flex;
    align-items: center;
    gap: 5px;
}
.viprbm-form-wrapper #viprbm-booking-form, .viprbm-form-wrapper #viprbm-login-form {
   
  width: 100%;
}

.viprbm-form-wrapper #viprbm-login-form #newUserMessage {
  background-color: #FEE2E2; /* soft red background */
  color: #B91C1C;           /* deep red text */
  border: 1px solid #FCA5A5;
  padding: 12px 16px;
  border-radius: var(--viprbm-border-radius);
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  animation: fadeIn 0.3s ease-in-out;
}



@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}

.viprbm-form-wrapper .viprbm-form-inner {
  display: flex;
  gap: 20px;
  width: 100%;
  flex-wrap: wrap;
  /* margin-top:100px; */
}

.viprbm-form-wrapper .form {
  width: 450px;
  margin: 0 auto;
  background: var(--viprbm-card-bg);
  border-radius: var(--viprbm-border-radius);
  padding: 20px;
  position: relative;
  overflow: hidden;
      border: 1px solid var(--viprbm-card-border-color);
}
.viprbm-form-wrapper .viprbm-login-form-actions {
  position: relative;
}
.viprbm-form-wrapper #continueButtonWrapper .form-row,
#password-field-wrapper .form-row:last-child {
  margin-bottom:0px;
}

@media (max-width: 768px) {
  .viprbm-form-wrapper #viprbm-booking-form {
    max-width: 480px;
  }
 
  .viprbm-form-wrapper .step-2 {
    flex-direction: column;
    gap: 20px;
  }
  .viprbm-form-wrapper .viprbm-form-inner .form,
  .viprbm-form-wrapper .summary {
    width: 100%;
  }
}

/* =========================
   Typography
   ========================= */
.viprbm-form-wrapper .form-title,
.viprbm-form-wrapper .viprbm-block .viprbm-block-title {
  color: var(--viprbm-card-text);
  font-weight: 700;
  font-size: 20px !important;
  margin: 0 0 12px 0;
  font-style: normal !important;
  position:relative;
}

.viprbm-form-wrapper .form-title {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 600;
}

.viprbm-form-wrapper .form-subtitle {
    color: var(--viprbm-card-text);
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 400;
  font-style: normal;
}

.viprbm-form-wrapper .form-label {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 14px;
    color: var(--viprbm-card-text);
}

/* =========================
   Inputs & Buttons
   ========================= */
.viprbm-form-wrapper input.form-field,
.viprbm-form-wrapper textarea.form-field,
.viprbm-form-wrapper textarea,
.viprbm-form-wrapper .form-control,
.viprbm-form-wrapper .form-select {
   border:0px;
  border: 1px solid var(--viprbm-card-input-border) !important;
  background:var(--viprbm-card-input-bg) !important;
  border-radius: var(--viprbm-input-border-radius) !important;
  padding:14px 10px !important;
  font-size: 14px !important;
  width: 100% !important;
  outline: none !important;
  font-weight: 400 !important;
  color:var(--viprbm-card-input-text) !important;
  box-sizing: border-box;
}

.viprbm-form-wrapper textarea.form-field {
  height: 80px !important;
}

.viprbm-form-wrapper .form-select:focus,
.viprbm-form-wrapper .form-control:focus {
  box-shadow: none !important;
  outline: none !important;
}

.viprbm-form-wrapper input:read-only {
  background-color: #f0f0f0 !important;
  border: 1px solid #cccccc !important;
  color: #555555 !important;
  cursor: default !important;
  opacity: 0.8 !important;
  outline: none !important;
  padding: 0px;
  border: 0;
  background: transparent;
  font-weight: bold;
  color: #000;
}

.viprbm-form-wrapper input[disabled] {
  background-color: #f0f0f0;
  color: #a0a0a0;
  cursor: not-allowed;
  outline: none;
}

.viprbm-form-wrapper .btn-primary {
  height: 50px !important;
  background: var(--viprbm-card-button-bg) !important;
  color: var(--viprbm-card-button-text) !important;
  border-radius: var(--viprbm-input-border-radius)  !important;
  border: 0 !important;
  padding: 10px 20px !important;
  width: 100% !important;
  font-weight:600 !important;
  transition: background 0.2s ease-in-out !important;
  text-transform: uppercase;

}

.viprbm-form-wrapper .btn-primary-outline  {
  height: 50px !important;
  background: #fff !important;
  color: #333 !important;
  border-radius: var(--viprbm-input-border-radius)  !important;
  border: 1px solid #333 !important;
  padding: 10px 20px !important;
  width: 100% !important;
  transition: background 0.2s ease-in-out !important;
}
.viprbm-form-wrapper #sendOtpBtn:disabled {
  display: none !important;
}

/* =========================
   Form Row & Section
   ========================= */
.viprbm-form-wrapper .form-row {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}

.viprbm-form-wrapper .form-row .col {
  display: flex;
  flex-direction: column;
  padding: 0;
}
/* 
.viprbm-form-wrapper .form-row:last-child {
  margin-bottom: 15px;
} */

.viprbm-form-wrapper .form-row .block-loading {
  border: 1px solid var(--viprbm-border-color);
  background: #fff;
  border-radius: var(--viprbm-border-radius) !important;
  padding: 10px;
  font-size: 14px;
  width: 100%;
  height: 44px;
  position: absolute;
  top: inherit;
  bottom: 0;
}

/* =========================
   Email Field Validation
   ========================= */
.viprbm-form-wrapper #email-field.validated {
  position: relative;
  border: 1px solid var(--viprbm-success-color);
  border-radius: var(--viprbm-input-border-radius) !important;
  display: block;
}

.viprbm-form-wrapper #email-field.validated:before {
  content: '';
  background: url('../assets/img/check-circle-solid-green.svg') no-repeat center center;
  width: 40px;
  height: 100%;
  background-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.viprbm-form-wrapper #email-field input:read-only {
  opacity: 1 !important;
  background-color: #fff !important;
}

/* =========================
   OTP Section
   ========================= */
.viprbm-form-wrapper #otp-field-wrapper {
  margin-top: 15px;
}

.viprbm-form-wrapper #resendOtpBtn.link {
  color: #000;
  text-decoration: underline;
}

.viprbm-form-wrapper .otp-timer {
  font-size: 14px;
  color:var(--viprbm-card-text);
  margin-top: 5px;
}

.viprbm-form-wrapper .otp-timer #otpCountdown {
  font-weight: 400;
}

/* =========================
   Calendar & Time Slots
   ========================= */
.viprbm-form-wrapper #viprbm-calendar-wrapper #calendar {
  width: 100%;
  border-collapse: collapse;
}
.viprbm-form-wrapper #viprbm-calendar-wrapper #calendar thead th {
  color:var(--viprbm-table-text);
  font-weight:600;
}

.viprbm-form-wrapper #viprbm-calendar-wrapper #calendar th,
.viprbm-form-wrapper #viprbm-calendar-wrapper #calendar td {
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  cursor: default;
    color:var(--viprbm-table-text);
    border-radius: var(--viprbm-td-border-radius) !important;

}

.viprbm-form-wrapper #viprbm-calendar-wrapper #calendar td.disabled {
  color:var(--viprbm-table-text);
  text-decoration: line-through;
  cursor: not-allowed;
      opacity: .2;
}

.viprbm-form-wrapper #viprbm-calendar-wrapper #calendar td.today:not(.disabled) {
  background-color:var(--viprbm-table-bg);
  font-weight: bold;
    color:var(--viprbm-table-text);
}

.viprbm-form-wrapper #viprbm-calendar-wrapper #calendar td.selected, .viprbm-form-wrapper #viprbm-calendar-wrapper #calendar td.today.selected {
  background-color:var(--viprbm-table-bg-active);
  color: var(--viprbm-table-text-active);
}

.viprbm-form-wrapper #viprbm-calendar-wrapper button {
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 7px !important;
  width: 24px !important;
  height: 24px !important;
  opacity: 1 !important;
  border: none !important;
}
.viprbm-form-wrapper #viprbm-calendar-wrapper button:disabled{
  opacity:.2 !important;
}

.viprbm-form-wrapper #prev-month {
  background-image: url('../assets/img/chevron-left-icon.svg') !important;
}
.viprbm-form-wrapper #next-month {
  background-image: url('../assets/img/chevron-right-icon.svg') !important;
}

@media screen and (min-width:992px) {
  .viprbm-form-wrapper #viprbm-calendar-wrapper {
    max-width: 520px;
    min-width: 320px;
  }
  /* .viprbm-form-wrapper #viprbm-calendar-wrapper #calendar td {
    border-radius: 100%;
  } */
}
@media screen and (min-width:768px) and (max-width:991px) {
  .viprbm-form-wrapper #viprbm-calendar-wrapper {
    max-width: 520px;
    min-width: 320px;
  }

}
@media screen and (max-width:767px) {
  .viprbm-form-wrapper #viprbm-calendar-wrapper {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }
  .viprbm-form-wrapper #viprbm-calendar-wrapper #calendar td {
     border-radius: var(--viprbm-td-border-radius) !important;
  }
}

/* Time Slot Radios */
.viprbm-form-wrapper .time-options {
  display: flex;
  gap: 20px;
      flex-direction: column;
}
.viprbm-form-wrapper #start_time_radios,
.viprbm-form-wrapper #end_time_radios {
  display: grid;
  gap: 3px;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
}
/* 
.viprbm-form-wrapper #start_time_radios label,
.viprbm-form-wrapper #end_time_radios label {
  padding: 14px 12px;
  border-radius: 0px;
  border: 1px solid  var(--viprbm-card-radio-border) !important;
  background-color:var(--viprbm-card-radio-bg);
  color:var(--viprbm-card-radio-text);
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  font-weight: 400;
  font-size: 14px;
}

.viprbm-form-wrapper #start_time_radios label:hover,
.viprbm-form-wrapper #end_time_radios label:hover {
border: 1px solid  var(--viprbm-card-radio-border-active) !important;
  background-color:var(--viprbm-card-radio-bg-active);
  color:var(--viprbm-card-radio-text-active);
}

.viprbm-form-wrapper .time-slot {
  display: inline-block;
  margin: 2px;
  padding: 5px 0;
  border: 1px solid var(--viprbm-border-color);
  border-radius: 6px;
  cursor: pointer;
  background: #fff;
  transition: all 0.2s ease-in-out;
      background-color: #0e0f11 !important;
    font-weight: bold;
    color: #fff;
}

.viprbm-form-wrapper #slot_time_block .time-slot input[type="radio"] {
  display: none;
}

.viprbm-form-wrapper #slot_time_block .time-slot.active,
.viprbm-form-wrapper #slot_time_block .time-slot input[type="radio"]:checked+span {
   
  border-radius: var(--viprbm-radius);
border: 1px solid  var(--viprbm-card-radio-border-active) !important;
  background-color:var(--viprbm-card-radio-bg-active);
  color:var(--viprbm-card-radio-text-active);
    font-weight: 500 !important;
} */

/* Time Empty State */
.viprbm-form-wrapper #time_empty_state {
  display: flex;
  align-items: center;
  justify-content: center;
  background:var(--viprbm-empty-state-bg) !important;
  border: 0px solid #cfddde !important;
  flex: 1;
  min-height: 100px;
  padding: 50px;
  max-height: 400px;
  color:var(--viprbm-empty-state-text)
}

/* =========================
   Summary & Blocks
   ========================= */
  .viprbm-form-wrapper .summary {
    position: relative;
  }
.viprbm-form-wrapper .viprbm-block {
  background: var(--viprbm-card-bg);
   border-radius: var(--viprbm-border-radius) !important;
  padding: 20px;
  display: flex;
  flex-direction: column !important;
  min-width:300px;
      border: 1px solid var(--viprbm-card-border-color);;
  
}
/* .viprbm-form-wrapper #viprbm-customer-details {
  position: relative;
  padding:10px 0px;
}
.viprbm-form-wrapper #viprbm-autocomplete-wrapper ul {
  
      border-radius: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 300px;
}
.viprbm-form-wrapper #viprbm-autocomplete-wrapper ul .ui-state-active {
  background:var(--viprbm-primary-color);
  color:#fff;
  border:0px;
}
.viprbm-form-wrapper #viprbm-autocomplete-wrapper ul li .ui-menu-item-wrapper {
  text-transform: uppercase;
    font-size: 14px;
        font-weight: 600;
}
.viprbm-form-wrapper #viprbm-autocomplete-wrapper ul li span {
  font-size:14px;
      display: block;
    text-transform: none;
        font-weight: 500;
} */
.viprbm-form-wrapper  .summary-row {
  margin-top: 20px;
}

.viprbm-form-wrapper .summary .summary-row .title {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 0;
  display: block;
  color: var(--viprbm-card-text);
}

.viprbm-form-wrapper .summary .summary-row .data {
  font-size: 14px;
  font-weight: 400;
    color: var(--viprbm-card-text);
  margin: 0;
  line-height: normal;
}

.viprbm-form-wrapper .summary .summary-row .data.added {
    color: var(--viprbm-card-text);
}

/* =========================
   Messages & Validation
   ========================= */
.viprbm-form-wrapper .viprbm-email-validate-message {
  display: none;
  text-align: left;
}

.viprbm-form-wrapper .viprbm-email-validate-message.success {
  color: var(--viprbm-success-color);
}

.viprbm-form-wrapper .viprbm-email-validate-message.error {
  color: var(--viprbm-error-color);
}

.viprbm-form-wrapper #loginResponseMessage {
  margin-top: 15px;
  display: none;
}

.viprbm-form-wrapper #bookingResponseMessage {
  display: none;
  text-align: center;
  position: fixed;
  top: 20px;
  left: 20px;
  right: 20px;
  min-height: 85px;
  margin: auto;
  z-index: 99999;
  padding:20px 20px;
    max-width: 580px;
}
.viprbm-form-wrapper #bookingResponseMessage .message {
    max-width: 400px;
    margin: 0px auto;
}

.viprbm-form-wrapper #bookingResponseMessage .message,
.viprbm-form-wrapper #loginResponseMessage .message {
  display: flex;
  align-items: center;
  justify-content: center;
  width:100%;
  height: 100%;
  padding: 10px;
 border-radius: var(--viprbm-border-radius) !important;
    font-size: 15px;
    font-weight: 500;
    max-width: 100%;
    box-sizing: border-box;
   
}

.viprbm-form-wrapper #loginResponseMessage.success .message {
  color: var(--viprbm-success-color);
  background-color: var(--viprbm-success-bg);
  position: relative;
  
}
.viprbm-form-wrapper #loginResponseMessage.info .message {
  color: var(--viprbm-info-color);
  background-color: var(--viprbm-info-bg);
  position: relative;
  
}
.viprbm-form-wrapper #bookingResponseMessage.success .message {
  color: var(--viprbm-success-color);
  background-color: var(--viprbm-success-bg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
   border-radius: var(--viprbm-border-radius) !important;
  padding: 20px;
}


.viprbm-form-wrapper #bookingResponseMessage.warning .message {
  color: var(--viprbm-warning-color);
  background-color: var(--viprbm-warning-bg);
}

.viprbm-form-wrapper #bookingResponseMessage.error .message,
.viprbm-form-wrapper #loginResponseMessage.error .message {
  color: var(--viprbm-error-color);
  background-color: var(--viprbm-error-bg);
}

/* =========================
   Loading Overlay
   ========================= */
#container-loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 100;
}

.viprbm-booking-form-wrapper .steps {
  display: flex;
  flex-direction: column !important;
}

#container-loading .block-loading {
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  max-width: 250px;
  height: 200px;
  background: #fff;
  z-index: 100;
   border-radius: var(--viprbm-border-radius) !important;
  box-shadow: 0 0 9px 10px rgba(0, 0, 0, .05);
  display: block;
}

.viprbm-form-wrapper #slot_time_block .block-loading {
  max-height: 400px;
}
.viprbm-form-wrapper .block-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--viprbm-primary-bg);
  z-index: 1;
  display: none;
}

.viprbm-form-wrapper .block-loading .loader {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.viprbm-form-wrapper .block-loading .ascending-bars {
  display: flex;
  gap: 0.5rem;
}

.viprbm-form-wrapper .block-loading .ascending-bars > span {
  display: block;
  width: 10px;
  height: 20px;
  background-color: #ccb37d;
  border-radius: 1rem;
  animation: expand 1s ease-in-out infinite alternate;
}

.viprbm-form-wrapper .block-loading .ascending-bars > :nth-child(2) { animation-delay: 0.1s; }
.viprbm-form-wrapper .block-loading .ascending-bars > :nth-child(3) { animation-delay: 0.2s; }
.viprbm-form-wrapper .block-loading .ascending-bars > :nth-child(4) { animation-delay: 0.3s; }
.viprbm-form-wrapper .block-loading .ascending-bars > :nth-child(5) { animation-delay: 0.4s; }

@keyframes expand {
  0%, 100% { height: 20px; opacity: 1; }
  50% { height: 10px; opacity: 0.3; }
}

/* =========================
   Booking Confirmation Modal
   ========================= */
.overflow-hidden { overflow: hidden; }

.viprbm-form-wrapper #response-message {
  position: fixed;
  top: 0; left: 0; width: 100%; height: 100%;
  backdrop-filter: blur(8px);
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 9999;
  display: none;
}

.viprbm-form-wrapper .booking-confirmation-wrapper {
  width: 100%;
  min-height: calc(100vh - 40px);
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.viprbm-form-wrapper .booking-confirmation {
  width: 80%;
  max-width: 700px;
  min-width: 320px;
  padding: 30px;
   border-radius: var(--viprbm-border-radius) !important;
  background: var(--viprbm-primary-bg);
  box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1);
  position: relative;
}

.viprbm-form-wrapper .booking-confirmation .title {
  font-size: 24px;
  font-weight: 600;
  display: flex;
  margin-bottom: 20px;
  color: var(--viprbm-primary-color) !important;
}

.viprbm-form-wrapper .booking-confirmation .icon-tick {
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url('../assets/img/check-circle-solid.svg') no-repeat center center;
  margin-right: 15px;
}

.viprbm-form-wrapper .booking-confirmation .subtitle {
  margin-bottom: 15px;
  color: var(--viprbm-primary-color) !important;
  font-size: 16px !important;
  font-weight: 500;
}

.viprbm-form-wrapper .booking-confirmation p {
  margin-bottom: 15px;
  color: var(--viprbm-primary-color) !important;
  font-weight: 400;
  font-size: 14px;
}

.viprbm-form-wrapper .booking-confirmation ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1em;
}

.viprbm-form-wrapper .booking-confirmation li {
  margin-bottom: 10px;
  color:var(--viprbm-primary-color) !important;
  font-weight: 400;
  font-size: 14px;
}

.viprbm-form-wrapper .booking-confirmation li strong {
  color:var(--viprbm-primary-color) !important;
  font-weight: 600 !important;
}

.viprbm-form-wrapper .booking-confirmation .message-close {
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url('../assets/img/xmark-circle.svg') no-repeat center center;
  position: absolute;
  right: 10px;
  top: 10px;
}

.viprbm-form-wrapper .booking-confirmation .status {
 border-radius: var(--viprbm-border-radius) !important;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: bold;
}

.viprbm-form-wrapper .booking-confirmation .confirmed {
  color: var(--viprbm-success-color);
  background-color: var(--viprbm-success-bg);
}

.viprbm-form-wrapper .booking-confirmation .alert {
  color: var(--viprbm-warning-color);
  background-color: var(--viprbm-warning-bg);
}

.viprbm-form-wrapper .booking-confirmation .error {
  color: var(--viprbm-error-color);
  background-color: var(--viprbm-error-bg);
}

/* =========================
   Radio & Checkbox
   ========================= */
.viprbm-form-wrapper .radio-options {
      display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.viprbm-form-wrapper  .radio-option, .viprbm-form-wrapper .time-options .time-slot{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 6px 10px;
   border-radius: var(--viprbm-input-border-radius) !important;
  border: 1px solid  var(--viprbm-card-radio-border) !important;
  background-color:var(--viprbm-card-radio-bg);
  color:var(--viprbm-card-radio-text);
  cursor: pointer;
  transition: all 0.2s ease;
    font-weight: 400;
    font-size: 14px;
    font-weight: 500 !important;
}

.viprbm-form-wrapper .radio-option input[type="radio"], .viprbm-form-wrapper .time-options .time-slot input[type="radio"]{
  appearance: none;
  position: absolute;
 display:none
}

.viprbm-form-wrapper  .radio-option:has(input[type="radio"]:checked), .viprbm-form-wrapper .time-options .time-slot:has(input[type="radio"]:checked) {
  border: 1px solid  var(--viprbm-card-radio-border-active) !important;
  background-color:var(--viprbm-card-radio-bg-active);
  color:var(--viprbm-card-radio-text-active);
}

.viprbm-form-wrapper  .radio-option:hover, .viprbm-form-wrapper .time-options .time-slot:hover {
     border: 1px solid  var(--viprbm-card-radio-border-active) !important;
  background-color:var(--viprbm-card-radio-bg-active);
  color:var(--viprbm-card-radio-text-active);
}