.vehicle_information .action-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;margin-top: 10px;
}
.vehicle_information .action-btns .secondary-btn {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #ffffff;
    color: #1a1a1a;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    padding: 10px 50px;
}
.vehicle_information.step3{border: 0px;background: none;box-shadow: none;}
.booking-container {
      display: flex;
      gap: 0px 30px;
       flex-wrap: wrap; 
    }
.booking-container .mage-error-text{    flex-basis: 100%;
    width: 100%;}

    /*.calender_block, .timer_block {
      flex: 1;
      width: 100%;
    }*/
td.prev-month div, td.next-month div {
    opacity: 0;
    width: 0;
    height: 0;
    padding: 0px !important;
    margin: 0 !important;
}
    .calender_block{width: 40%;}
    .timer_block{width: 57%;}

    .calender_block .heading,
    .timer_block .heading {
      font-weight: 400;
      font-size: 18px;
      line-height: 18px;
      letter-spacing: 0px;
      padding-block: 20px;
      padding-top: 10px;justify-content: space-between;align-items: center;
      border: 1px solid rgba(0, 0, 0, 0.12);
      border-radius: 12px 12px 0 0;
      padding: 20px;
      box-sizing: border-box;
      background: rgba(234, 233, 232, 0.15);
      border-bottom: 0;
    } 

    .calendar {
      border: 1px solid rgba(0, 0, 0, 0.12);
      border-radius: 12px;
      padding: 20px;
      box-sizing: border-box;
      background: rgba(234, 233, 232, 0.15);
    }

    .calendar-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 0px;
    }
    #calendarTable td{padding: 5px 5px 0px 5px;}

   .calendar-header button:not(.primary) {
      background-color: rgba(234, 233, 232, 0.6);
      /*border: 1px solid rgba(0, 0, 0, 0.12);*/
      padding: 7px 10px;
      border-radius: 6px;
      cursor: pointer;color: #000;
    font-weight: 500;
    }

    .calendar-header h3 {
      font-weight: 500;
      font-size: 18px;
      line-height: 28px;
      letter-spacing: 0px;
    }

    
    .status-legend {
      display: flex;
      align-items: center;
      gap: 15px;
      margin-bottom: 10px;
    }

    .status-item {
      display: flex;
      align-items: center;
      gap: 5px;
      color: #6B7280; /* grayish text */
      font-size: 14px;
      line-height: 20px;
    }

    .dot {
      width: 14px;
      height: 14px;
      border-radius: 50%;
      display: inline-block;
    }

    .dot.booked {
      background-color: #FB2C36; /* red */
    }

    .dot.selected {
      background-color: #000; /* black */
    }


    table {
      width: 100%;
      border-collapse: collapse;
    }

    th, td {
      text-align: center;
      /* padding: 15px; */
      cursor: pointer;
    }

    td div {
    margin-block: 5px 5px;
    margin-inline: auto;
    width: auto;
    height: auto;
    border: none;
    text-align: center;
    padding: 6px;
    font-size: 13px;
    line-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
  }
    table>thead>tr>th{text-align: center;font-weight: 600;
    font-size: 14px;}

    th {
      font-weight: 700;
      font-size: 16px;
      line-height: 20px;
      letter-spacing: 0px;
      text-align: center;
      border-bottom: 1px solid #0000001F;
      padding-block: 15px;
    }


    .booked, .prev-month .available {
      background-color: #FFE5E5;
      color: #EF0303;
      cursor: pointer;
      border-radius: 6px;
      text-align: center;
      cursor: pointer;
      /*border: 1px solid #FF7676;*/
    }

    .selected {
      background: #000;
      color: #fff;
      border-radius: 6px;
    }

    
    .booked:hover {
      background: #f5f5f5;
    }

    .calendar-footer {
      font-size: 15px;
      line-height: 20px;  
      padding: 15px;
      background-color: #ffffff;
      border-radius: 6px;
      text-align: center;
      border: 0.5px solid #00000033;
      margin-top: 10px;
    }

    .calendar-footer strong {
      font-weight: 700;
    }

    .times {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      max-height: 81%;
      height: 100%;
    }

    .time-slots {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 10px;
      border: 1px solid rgba(0, 0, 0, 0.12);
      border-radius: 0px 0px 12px 12px;
      padding: 20px;
      box-sizing: border-box;
      background: rgba(234, 233, 232, 0.15);
      border-top: 0;
    }

    .times .time {
      border: 1px solid rgba(0, 0, 0, 0.12);
      padding: 7px 35px;
      text-align: center;
      border-radius: 8px;
      cursor: pointer;
      background-color: #FCFCFC;
      font-weight: 400;
      font-size: 15px;
      line-height: 16px;
      letter-spacing: 0px;
    }

    .time:hover {
      background: #f3f3f3;
    }

    .time.selected {
      background: #000;
      color: #fff;
    }

    .no-slots {
      border: 1px solid rgba(0, 0, 0, 0.1);
      padding: 15px;
      border-radius: 12px;
      text-align: center;
      background-color: rgba(255, 255, 255, 0.8);
      box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
    }

    .no-slots .no-slots_title {
      font-weight: 600;
      font-size: 16px;
      line-height: 20px;
      letter-spacing: 0px;
      text-align: center;
      color: #1a1a1a;
      padding-bottom: 5px;
    }

    .no-slots p {
      font-weight: 400;
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0px;
      text-align: center;
      color: #6B7280;

    }

    .no-slots button {
      font-size: 14px;
    line-height: 20px;
      margin-top: 15px;
      background: #0000001A !important;
      border: none;
      padding: 12px 110px;
      border-radius: 8px;
      cursor: pointer;
      font-weight: 500;
      width: 90%;
      color: #000 !important;
    }

    @media (max-width: 899px) {
      .calender_block, .timer_block {
        flex: 1;
        width: 100%;
      }
      .booking-container {
        flex-direction: column;
        align-items: center;
        gap: 0px 20px;
      }

      .calendar {
        padding: 10px;
      }

      .calendar-header h3 {
        font-size: 16px;
        line-height: 24px;
      }

      .calendar-header button {
        padding: 5px 10px;
      }

      th {
        font-size: 14px;
        line-height: 18px;
        padding-block: 10px;
      }

      td div {
        margin-block: 10px;
        margin-inline: auto;
        width: 20px;
        height: 20px;
        text-align: center;
        padding: 6px;
        font-size: 14px;
      }

    .booked {
        font-size: 14px;
    }

      .calendar-footer {
        font-size: 13px;
        line-height: 17px;
        padding: 10px;
      }

      .calender_block .heading, .timer_block .heading {
        font-size: 14px;
        line-height: 18px;
        padding-block: 10px;
        margin-top: 10px;
        width: 100%;
      }

      .booked:hover {background: #FFE5E5;}

      .status-legend {
        margin-bottom: 15px;
      }

      .calendar, .times {
        width: 100%;
        gap: 20px;
      }

      .time-slots {
        grid-template-columns: repeat(3, 1fr);
      }

      .time {
        padding: 7px 10px;
      }

      .no-slots {
        padding: 20px;
      }

      .no-slots .no-slots_title {
        font-size: 15px;
        line-height: 24px;
        padding-bottom: 10px;
      }

      .no-slots p {
        font-size: 14px;
        line-height: 20px;
      }

      .no-slots button {
        padding: 12px 40px;
      }
    }

    @media screen and (min-width: 900px) and (max-width: 1280px) {
      .calender_block, .timer_block {
        flex: 1;
        width: 100%;
      }
      .time-slots {
        grid-template-columns: repeat(3, 1fr);
      }

      /*td div {
        margin-block: 12px;
        width: 25px;
        height: 25px;
        padding: 5px;
        font-size: 16px;
        line-height: 20px;
      }*/

      .calendar-footer {
        padding: 10px;
      }

  /*    .times {
        max-height: 535px;
      }*/
    }
 @media (max-width: 600px) {
  .time-slots{grid-template-columns: repeat(2, 1fr);}
  #calendarTable td div {font-size: 12px !important;width: 15px;height: 15px;border: 1px solid transparent;margin: 5px auto;}
  /*#calendarTable td {display: ruby-text;}*/
  #calendarTable th{font-size: 14px;padding-left: 0px;padding-right: 0px;}
  #calendarTable table{text-align: center;}
  /*.vehicle_information.step4 .form-container .form input[type="checkbox"]{width: 50px !important;height: 25px !important;}*/
  .wp-sl .field-recaptcha{transform: scale(90%);max-width: 235px;margin-left: -4%;}

}