.step {
  margin: 20px;
}
h2 {
  font-size: 24px;
}
label {
  display: block;
  margin: 10px 0 5px;
}
input, select, textarea {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
}
button {
  padding: 10px 15px;
  background-color: #007BFF;
  color: white;
  border: none;
  cursor: pointer;
}
button:hover {
  background-color: #0056b3;
}


/* General styles for the form */
#timeSlotForm {
  font-family: Arial, sans-serif;
  margin: 20px;
}

/* Style for the time options list */
#timeOptions {
  list-style-type: none; /* Remove default list styling */
  padding: 0; /* Remove padding */
}

/* Style for each list item */
#timeOptions li {
  margin: 10px 0; /* Space between each time slot */
}

/* Style for radio buttons */
#timeOptions input[type="radio"] {
  display: none; /* Hide the default radio button */
}

/* Style for labels */
#timeOptions label {
  display: block; /* Make the label a block element */
  background-color: #f0f0f0; /* Light background color */
  border: 2px solid #007BFF; /* Border color */
  border-radius: 5px; /* Rounded corners */
  padding: 15px; /* Padding for the label */
  font-size: 16px; /* Font size for the labels */
  cursor: pointer; /* Change cursor to pointer */
  transition: background-color 0.3s, border-color 0.3s; /* Transition for hover effect */
}

/* Change background and border color when the radio button is checked */
#timeOptions input[type="radio"]:checked + label {
  background-color: #007BFF; /* Change background color when selected */
  color: white; /* Change text color when selected */
  border-color: #0056b3; /* Darker border when selected */
}

/* Hover effect for labels */
#timeOptions label:hover {
  background-color: #e0e0e0; /* Change background on hover */
}

/* Error message styling */
.error-message {
  font-size: 14px; /* Font size for error messages */
  color: red; /* Red color for error messages */
  margin-top: 5px; /* Space above error messages */
}

/* Button styling */
#nextToStep3 {
  background-color: #007BFF; /* Button background color */
  color: white; /* Button text color */
  border: none; /* Remove border */
  padding: 10px 15px; /* Padding for the button */
  font-size: 16px; /* Font size for the button */
  cursor: pointer; /* Change cursor to pointer */
  border-radius: 5px; /* Rounded corners */
  margin-top: 20px; /* Space above the button */
}

/* Button hover effect */
#nextToStep3:hover {
  background-color: #0056b3; /* Darker shade on hover */
}

#cbModal {
    overflow: auto !important;
    padding-right: 0 !important;
    height: 98%;
}
#cbModal > .modal-dialog {
    max-width: 650px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 2% auto 0;
}
#cbModal > .modal-dialog > .modal-content {
    border-radius: 10px;
    overflow: hidden;
    padding: 30px;
    pointer-events: all;
    text-align: center;
}
#cbModal > .modal-dialog > .modal-content > .modal-header {
    justify-content: center;
    padding: 0 0 10px;
}
#cbModal > .modal-dialog > .modal-content > .modal-body > .step {
    margin: 30px 0 0 !important;
}
#cbModal button.close {
    border-radius: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    opacity: 1;
    outline: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    background: var(--e-global-color-9571241);
}
#cbModal button.close > span {
    font-size: 25px;
    transform: translate(0px, -1px);
    text-shadow: none;
}
#cbModal .modal-body {
    padding: 0;
}
#cbModal .step > .elementor-heading-title {
    font-size: var(--e-global-typography-35a570d-font-size);
    font-weight: var(--e-global-typography-35a570d-font-weight);
    line-height: var(--e-global-typography-35a570d-line-height);
    margin-bottom: 10px;
}
#cbModal > .modal-dialog > .modal-content > .modal-body > #step1 > small {
    display: block;
    max-width: 520px;
    margin: 0 auto 20px;
    font-size: 95%;
    font-weight: 300;
    line-height: 22px;
}
#cbModal .step > button, #cbModal .step > form > button, #cb-booking > button {
    border: 0;
    border-radius: 0;
    padding: 15px 40px;
    background: var(--e-global-color-9571241);
    border-radius: 50px;
}
#cbModal .allData {
    list-style: none;
    font-size: 14px;
    font-weight: 300;
    background: rgba(0,0,0,0.05);
    max-width: 370px;
    margin: auto;
    border-radius: 10px;
    padding: 15px 20px;
    text-align: left;
    width: fit-content;
}
#cbModal .allData > li:not(:last-of-type) {
    margin-bottom: 5px;
    border-bottom: 1px dashed rgba(0,0,0,0.3);
    padding-bottom: 5px;
}
#cbModal .allData > li {
    position: relative;
    padding-left: 25px;
}
#cbModal .allData > li > i {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 18px;
    color: var(--e-global-color-9571241);
}
/*#cbModal > .modal-dialog > .modal-content > .modal-body > #step2 > h3.elementor-heading-title {
    margin-bottom: 0;
}*/
#cbModal > .modal-dialog > .modal-content > .modal-body > #step2 > form#timeSlotForm {
    margin-top: 10px;
}
#cbModal .step form#timeSlotForm {
    margin: 0;
}
#cbModal .step .ui-datepicker.ui-widget.ui-widget-content {
    width: fit-content;
    max-width: 355px;
    border: 0;
    margin: auto;
}
#cbModal .step form#timeSlotForm > label:last-of-type {
    margin-top: 25px !important;
}
#cbModal .step form:not(#detailsForm) label {
    font-family: var(--e-global-typography-1b4ea31-font-family);
    font-size: var(--e-global-typography-1b4ea31-font-size);
    font-weight: var(--e-global-typography-5e4b5d0-font-weight);
    line-height: var(--e-global-typography-1b4ea31-line-height);
    margin-top: 0;
}
#cbModal .step form#timeSlotForm #timeOptions {
    display: grid;
    gap: 6px;
    grid-template-columns: auto auto auto;
}
#cbModal .step form#timeSlotForm #timeOptions > li, #cbModal .step form#timeSlotForm #timeOptions > li > label {
    margin: 0;
}
#cbModal .step form#timeSlotForm #timeOptions > li input[type="radio"]:checked + label, #cbModal .step form#timeSlotForm #timeOptions > li:hover label {
    color: var(--e-global-color-52056ca);
    background: var(--e-global-color-9571241);
}
#cbModal .step form#timeSlotForm #timeOptions > li > label {
    border: 1px solid var(--e-global-color-9571241);
    color: var(--e-global-color-2a914a3);
    border-radius: 0;
    padding: 8px 15px !important;
    text-align: center;
    border-radius: 50px;
    font-weight: 400;
}
#cbModal .step form#detailsForm > input, #cbModal .step form#detailsForm > textarea {
    border: 0;
    border-bottom: 1px solid rgb(58,58,58,0.3);
    border-radius: 0;
    padding: 25px 0 5px;
    outline: 0;
}
#cbModal .step .ui-datepicker.ui-widget.ui-widget-content tbody td.ui-state-disabled span, #cbModal .step .ui-datepicker.ui-widget.ui-widget-content tbody td a {
    width: 42px;
    text-align: center;
    border: 0;
    color: var(--e-global-color-2a914a3);
    font-weight: var(--e-global-typography-39f21a8-font-weight);
    height: 42px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
    background: transparent;
}
#cbModal .step .ui-datepicker.ui-widget.ui-widget-content tbody td {
    border: 0;
    padding: 4px;
}
#cbModal .step .ui-datepicker.ui-widget.ui-widget-content tbody td a.ui-state-highlight, #cbModal .step .ui-datepicker.ui-widget.ui-widget-content tbody td a:hover, 
#cbModal .step .ui-datepicker.ui-widget.ui-widget-content tbody td a.ui-state-active {
    color: var(--e-global-color-52056ca);
}
#cbModal .step .ui-datepicker.ui-widget.ui-widget-content tbody td a.ui-state-highlight {
    background: var(--e-global-color-728b39c);
    border-color: var(--e-global-color-728b39c);
}
#cbModal .step .ui-datepicker.ui-widget.ui-widget-content tbody td a:hover, #cbModal .step .ui-datepicker.ui-widget.ui-widget-content tbody td a.ui-state-active {
    background: var(--e-global-color-9571241) !important;
}
#cbModal .step form#detailsForm > input:first-of-type {
    padding-top: 5px;
}
#cbModal button.close:hover, #cbModal .step > button:hover, #cbModal .step > form > button:hover, #cb-booking > button:hover {
    background: var(--e-global-color-secondary);
}
#cbModal .step .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-header.ui-widget-header {
    background: transparent;
    color: var(--e-global-color-2a914a3);
    padding: 0;
    border: 0;
    border-radius: 0;
}
#cbModal .step .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-header.ui-widget-header > a {
/*    filter: invert(0) brightness(100);*/
    top: calc(50% - 15px);
    cursor: pointer;
}
#cbModal .step .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-header.ui-widget-header > .ui-datepicker-next {
    right: calc(50% - 100px);
}
#cbModal .step .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-header.ui-widget-header > .ui-datepicker-prev {
    left: calc(50% - 100px);
}
#cbModal .step .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-header.ui-widget-header > a.ui-state-hover {
    background: rgba(255, 255, 255, 0.3) !important;
    border: 0 !important;
}
#cbModal .step .ui-datepicker.ui-widget.ui-widget-content thead th {
    border-top: 0;
}
#cbModal form#detailsForm .error-message {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
}
#cbModal .step form#detailsForm > button {
    margin-top: 15px;
}
/*#cbModal > .modal-dialog > .modal-content > .modal-body > .step#thankYou > p {
    color: var(--e-global-color-728b39c);
    font-weight: var(--e-global-typography-accent-font-weight);
    line-height: var(--e-global-typography-bac7c1e-line-height);
}*/
#cbModal > .modal-dialog > .modal-content > #loader {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(3px);
    background: rgba(255,255,255,0.7);
    color: var(--e-global-color-secondary);
}
#cbModal .step .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar thead tr > th {
    text-transform: uppercase;
    font-weight: 400;
}
#cbModal > .modal-dialog > .modal-content > .modal-body > #step2 label:has(+ #timeOptions) {
    margin-bottom: 12px;
}
#cbModal .step .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-header.ui-widget-header > .ui-datepicker-next > span, #cbModal .step .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-header.ui-widget-header > .ui-datepicker-prev > span {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512 512' version='1.1'%3E%3Cpath d='' stroke='none' fill='%23080404' fill-rule='evenodd'/%3E%3Cpath d='M 228 1.067 C 178.381 7.188, 133.408 25.975, 95 56.628 C 84.098 65.329, 65.329 84.098, 56.628 95 C 29.214 129.351, 11.203 169.162, 3.246 213 C 0.804 226.453, 0.614 229.559, 0.614 256 C 0.614 282.441, 0.804 285.547, 3.246 299 C 12.986 352.661, 37.216 399.304, 74.956 437.044 C 112.696 474.784, 159.339 499.014, 213 508.754 C 226.453 511.196, 229.559 511.386, 256 511.386 C 282.441 511.386, 285.547 511.196, 299 508.754 C 352.661 499.014, 399.304 474.784, 437.044 437.044 C 468.179 405.909, 490.282 368.421, 502.517 326 C 506.230 313.127, 511 287.810, 511 280.980 C 511 278.856, 511.450 276.840, 512 276.500 C 512.615 276.120, 513 267.803, 513 254.882 C 513 241.137, 512.655 234.095, 512 234.500 C 511.397 234.872, 511 233.537, 511 231.138 C 511 224.205, 506.257 198.969, 502.517 186 C 490.282 143.579, 468.179 106.091, 437.044 74.956 C 399.262 37.174, 352.101 12.699, 299 3.316 C 286.604 1.125, 280.944 0.709, 260 0.448 C 246.525 0.279, 232.125 0.558, 228 1.067 M 207.683 129.483 C 201.937 130.964, 195.593 136.678, 193.853 141.938 C 192.237 146.822, 192.549 154.204, 194.538 158.187 C 195.448 160.009, 217.410 182.762, 243.342 208.750 L 290.492 256 243.342 303.250 C 217.410 329.238, 195.448 351.991, 194.538 353.813 C 192.549 357.796, 192.237 365.178, 193.853 370.062 C 197.547 381.230, 212.479 386.608, 223.500 380.740 C 225.150 379.862, 251.773 353.798, 282.661 322.821 C 341.609 263.706, 340.989 264.416, 340.989 256 C 340.989 247.584, 341.608 248.294, 282.661 189.176 C 251.773 158.198, 224.925 132.050, 223 131.069 C 218.046 128.544, 213.253 128.048, 207.683 129.483 M 0.425 256 C 0.425 267.825, 0.569 272.663, 0.746 266.750 C 0.923 260.837, 0.923 251.162, 0.746 245.250 C 0.569 239.338, 0.425 244.175, 0.425 256' stroke='none' fill='%23FFA53F' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-size: 23px;
    background-repeat: no-repeat;
    background-position: center;
    width: 23px;
    height: 23px
}
#cbModal .step .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-header > a > span {
    top: 0;
    left: 0;
    margin: 0;
}
#cbModal .step .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-header.ui-widget-header > .ui-datepicker-prev {
    transform: rotate(-180deg) translate(0px, 6px);
}
#cbModal .step .ui-datepicker.ui-widget.ui-widget-content tbody td.ui-datepicker-week-end > a {
    border-color: transparent;
}
#cbModal .step .ui-datepicker.ui-widget.ui-widget-content tbody td.ui-datepicker-week-end {
    pointer-events: none;
}
#cbModal .step .ui-datepicker.ui-widget.ui-widget-content tbody td:not(.ui-datepicker-week-end) a {
    background: rgba(0, 0, 0, 0.05);
}
#cbModal #detailsForm, #cbModal #timeSlotForm > .selectDay, #cbModal #thankYou .allValues {
    border: 1px solid var(--e-global-color-9571241);
    border-radius: 10px;
    padding: 0 20px 20px;
    margin-top: 40px;
}
#cbModal #detailsForm > label, #cbModal .step #timeSlotForm > .selectDay > label, #cbModal #thankYou .allValues > label {
    margin: 0 0 15px;
    border: 1px solid var(--e-global-color-9571241);
    color: var(--e-global-color-secondary);
    font-weight: 600;
    padding: 12px 20px;
    border-radius: 50px;
    margin-top: -21px;
    background: var(--e-global-color-52056ca);
    font-size: 16px;
    line-height: 16px;
}
#cbModal #timeSlotForm > .selectDay {
    width: fit-content;
    margin: 40px auto 0;
}
#cbModal #thankYou .message span.thank {
    border: 2px solid var(--e-global-color-9571241);
    color: var(--e-global-color-secondary);
    font-weight: 600;
    padding: 12px 20px;
    border-radius: 50px;
    margin: -72px auto 15px;
    background: var(--e-global-color-52056ca);
    font-size: 16px;
    line-height: 16px;
    width: fit-content;
    z-index: 2;
}
#cbModal #thankYou .message {
    color: var(--e-global-color-52056ca);
    font-weight: var(--e-global-typography-accent-font-weight);
    line-height: var(--e-global-typography-bac7c1e-line-height);
    background: var(--e-global-color-9571241);
    border-radius: 10px;
    padding: 50px 15px 20px;
    max-width: 400px;
    margin: 50px auto 0;
}
#cbModal #thankYou .allValues {
    width: fit-content;
    margin: 40px auto 0;
}





@media only screen and (max-width: 1366px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 767px) {
    #cbModal .step > button, #cbModal .step > form > button {
        padding: 10px 20px;
    }
    #cbModal > .modal-dialog {
        padding: 0 15px;
    }
}
@media only screen and (max-width: 480px) {
    #cbModal .step .ui-datepicker.ui-widget.ui-widget-content tbody td.ui-state-disabled span, #cbModal .step .ui-datepicker.ui-widget.ui-widget-content tbody td a {
        padding: 8px;
    }
    #cbModal .step form#timeSlotForm #timeOptions > li > label {
        font-size: 13px;
        padding: 2px 10px !important;
    }
    #cbModal .allData > li:not(:last-of-type) {
        margin-bottom: 8px;
        padding-bottom: 8px;
        font-size: 13px;
        line-height: 18px;
    }
    #cbModal .allData > li {
        padding-left: 22px;
    }
    #cbModal .allData > li > i {
        top: 0px;
        font-size: 16px;
    }
    #cbModal #detailsForm, #cbModal #timeSlotForm > .selectDay {
        padding: 0 15px 20px;
        margin-top: 30px;
    }
    #cbModal .step form#detailsForm > button {
        margin-top: 5px;
        font-size: 13px;
    }
    #cbModal #detailsForm > label, #cbModal .step #timeSlotForm > .selectDay > label {
        margin: 0 0 10px;
        padding: 8px 20px;
        margin-top: -17px;
        font-size: 14px;
    }
    #cbModal .step form#detailsForm > input, #cbModal .step form#detailsForm > textarea {
        padding: 15px 0 0px;
        font-size: 13px;
    }
    #cbModal .step .ui-datepicker.ui-widget.ui-widget-content tbody td {
        padding: 2px 0;
    }
    #cbModal .step .ui-datepicker.ui-widget.ui-widget-content tbody td.ui-state-disabled span, #cbModal .step .ui-datepicker.ui-widget.ui-widget-content tbody td a {
        padding: 0px;
    }
    #cbModal .step .ui-datepicker.ui-widget.ui-widget-content tbody td.ui-state-disabled span, #cbModal .step .ui-datepicker.ui-widget.ui-widget-content tbody td a {
        width: 30px;
        height: 30px;
    }
    #cbModal .step > .elementor-heading-title {
        margin-bottom: 5px;
    }
}