.text-center h1,
.text-center p {
  text-align: center;
}

.ptb {
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.date-time {
  padding-top: 0;
}

.pb-2 {
  padding-bottom: 2rem;
}

.notice-section .text-center h1 {
  margin-bottom: 1rem;
}

.notice-content .booking-one p {
  font-size: 14px;
  color: #3D3E40;
  font-weight: 500;
  margin-bottom: 0;
}

.border-bottom {
  border-bottom: 1px dashed #B7B7B8;
}

.badge span {
  background-color: #DBF9EF;
  color: #3F9F7F;
  padding: 0.5rem 1rem;
  text-align: center;
  border: 1px solid #3F9F7F;
  border-radius: 30px;
  font-weight: 600;
  font-size: 12px;
}

.name-inner {
  border: 1px solid #BCF4E2;
  background: #EBFBF6;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  padding: 1.5rem;
  align-items: center;
}

.name-inner .user-icon {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.name-inner .user-icon .profile-image {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: block;
}

.name-inner .user-icon .user-appointment span {
  font-size: 12px;
  color: #000000;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.user-appointment {
  text-align: left;
}

.name-inner .user-icon .user-appointment h2 {
  font-size: 23px;
  margin: 0;
  font-weight: 700;
}

.mt-2 {
  margin-top: 2rem;
}

/* Date and time  CSS */
.date-heading {
  display: flex;
  justify-content: start;
  align-items: center;
  text-align: left;
}

.date-heading h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 10px 5px;
  color: #3F9F7F;
}

.pos-relative {
  position: relative;
}

.date-time-inner .icon {
  position: absolute;
  top: 40px;
  left: 11px;
}


.date-time-inner input {
  background-color: #fff;
  border: 1px solid #D9DBE9;
  height: 40px;
  padding: 1rem 3.5rem;
  border-radius: 8px;
  width: 100%;
}

.date-time-inner {
  display: flex;
  justify-content: space-between;
}

.date-time-inner .date-picker {
  flex-basis: 28%;
  max-width: 28%;
}

.date-time-inner .timezone {
  flex-basis: 35%;
  max-width: 35%;
}

.date-time-inner .time-zone {
  flex-basis: 40%;
  max-width: 40%;
}

.date-time-inner .time {
  flex-basis: 28%;
  max-width: 28%;
}

.time-dropdown .morning-time {
  /* background-color: #fff; */
  /* border: 1px solid #00046514; */
  /* filter: drop-shadow(1px 4px 10px #00046512); */
  border-radius: 10px;
  padding: 1rem 2rem;
}

.time-dropdown h4 {
  margin: 1rem auto;
  font-weight: 500;
  text-align: center;
  position: relative;
  z-index: 999;
  color: #7a7a7a;
  background-color: #fff;
}

.time-dropdown {
  position: absolute;
  top: inherit;
  bottom: inherit;
  width: 350px;
  left: -160px;
  right: 0;
  margin-top: 4px;
  z-index: 1;
  height: 280px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
  border: 1px solid #00046514;
  filter: drop-shadow(1px 4px 10px #00046512);
  border-radius: 10px;
}

.time-dropdown::-webkit-scrollbar-track,
.timezone-dropdown::-webkit-scrollbar-track {

  border-radius: 10px;
  background-color: #fff;
}

.time-dropdown::-webkit-scrollbar,
.timezone-dropdown:-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

.time-dropdown::-webkit-scrollbar-thumb,
.timezone-dropdown::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgb(169 165 165 / 30%);
  background-color: #D7D8D9;
}

.time-dropdown .morning-time ul.dropdown-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.time-dropdown .morning-time ul li {
  background-color: #fff;
  border: 1px solid #D9DBE9;
  list-style: none;
  padding: 0.8rem;
  border-radius: 8px;
  flex: auto;
  font-weight: 500;
  margin-bottom: 1rem;
  cursor: pointer;
  margin-right: 1rem;
  transition: all 0.3s;
  text-align: center;
}

.time-dropdown h4:before,
.time-dropdown h4:after {
  content: "";
  width: 38%;
  height: 1px;
  background-color: #dfdfdf;
  display: block;
  position: absolute;
  top: 10px;
}

.time-dropdown h4:after {
  right: 0;
  width: 38%;
}

.time-dropdown .morning-time ul li:hover {
  background-color: #3F9F7F;
  color: #fff;
  border-color: #3F9F7F;
}

.time-dropdown .morning-time ul li.disable {
  cursor: not-allowed;
  opacity: 0.4;
  background-color: transparent;
  color: #000;
  border: 1px solid #D9DBE9;
}

.time-dropdown .morning-time ul li.already-book {
  background-color: #ffeeee;
  color: #f20d0d;
  border-color: #f20d0d;
}

.timezone-dropdown .icon {
  position: absolute;
  top: 11px;
  left: 0;
}

.timezone-dropdown .form-groups {
  position: relative;
  top: -7px;
}

.timezone-dropdown .form-groups input#timezone {
  border: 0;
  padding: 1rem 2rem;
  border-bottom: 1px solid #D9DBE9;
  border-radius: 0;
}

.timezone-dropdown .icon img {
  width: 14px;
}

.timezone-dropdown {
  position: absolute;
  top: inherit;
  bottom: inherit;
  width: 100%;
  left: 0;
  right: 0;
  margin-top: 4px;
  z-index: 1;
  height: 210px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
  border: 1px solid #00046514;
  filter: drop-shadow(1px 4px 10px #00046512);
  border-radius: 10px;
  padding: 1rem 2rem;
}

.timezone-dropdown ul.timezone-dropdown-menu {
  list-style: none;
}

.timezone-dropdown ul.timezone-dropdown-menu li {
  color: #444040;
  cursor: pointer;
  padding: 0.6rem 0;
  line-height: 20px;
  font-size: 14px;
  transition: all 0.3s;
  font-weight: 500;
}

.timezone-dropdown ul.timezone-dropdown-menu li:hover {
  color: #3F9F7F;
}

.timezone-dropdown ul.timezone-dropdown-menu li:last-child {
  padding-bottom: 0;
}

#ui-datepicker-div {
  display: none;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  margin-top: 0.25rem;
  border-radius: 10px;
  padding: 1rem 1.5rem;
  border: 1px solid #00046514;
}

.ui-datepicker-calendar thead th {
  padding: 0.25rem 0;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  color: #000;
}

html .ui-datepicker-calendar thead th span {
  font-size: 14px;
  font-weight: 500;
}

html .ui-datepicker-calendar thead th span {
  /* font-size: 12px; */
  /* font-weight: 500; */
}

.ui-datepicker-calendar tbody td {
  width: 3rem;
  text-align: center;
  padding: 0;
}

.ui-datepicker-calendar tbody td a {
  display: block;
  color: #858585;
  font-size: 14px;
  line-height: 30px;
  border-radius: 6px;
  font-weight: 500;
  text-decoration: none;
}

.ui-datepicker-calendar tbody td a:hover {
  background-color: #E0F2F1;
}

.ui-datepicker-calendar tbody td a.ui-state-active {
  background-color: #009688;
  color: white;
}

.ui-datepicker-header a.ui-corner-all {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 2rem;
  height: 2rem;
  margin: 0.5rem;
  border-radius: 0.25rem;
  transition: 0.3s all;
}

.ui-datepicker-header a.ui-corner-all:hover {
  background-color: #ebfbf6;
}

.ui-datepicker-header a.ui-datepicker-prev {
  left: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 50%;
  transform: rotate(180deg);
}

.ui-datepicker-header a.ui-datepicker-next {
  right: 0;
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 50%;
}

.ui-datepicker-header a>span {
  display: none;
}

.ui-datepicker-title {
  text-align: center;
  line-height: 2rem;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  padding-bottom: 0.25rem;
}

.ui-datepicker-week-col {
  color: #78909C;
  font-weight: 400;
  font-size: 0.75rem;
}

/* Booking Form CSS */

.booking-zoho-form {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  flex-direction: row;
  flex-basis: 100%;
  max-width: 100%;
  flex-wrap: wrap;
}

body .booking-zoho-form label {
  margin: 0;
  padding: 0;
}

.notice-section .notice-content .booking-zoho-form .form-group {
  margin-bottom: 5px;
}

.notice-section .notice-content .booking-zoho-form .form-group.form-col-100 {
  width: 100% !important;
  margin-right: 0 !important;
}

.notice-section .notice-content .booking-zoho-form .form-group {
  width: 49%;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 10px;
  margin-right: 11px;
  border: 0;
  padding-bottom: 0;
}

.notice-section .notice-content .booking-zoho-form .form-group input {
  border-radius: 8px;
}

.booking-zoho-form .error-message {
  background: transparent;
  border: 0;
  padding: 0;
  margin-top: 5px;
  font-size: 14px;
  display: none;
}

.notice-section .notice-content .booking-zoho-form .form-group:nth-child(2) {
  margin-right: 0;
}

.notice-section .notice-content .booking-zoho-form .form-group .iti {
  width: 100%;
  display: block;
  margin-top: 10px !important;
}

.booking-zoho-form .iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
  border-right: 1px solid #D9DBE9;
  padding: 0 12px 0 15px;
}

.booking-zoho-form .form-button button {
  width: 100%;
}

html .booking-zoho-form .form-button button svg {
  margin-left: 1rem;
  width: max-content !important;
  height: 13px !important;
}

.notice-section .notice-content .booking-zoho-form .form-group input:hover,
.date-time-inner input:hover {
  border-color: #000465;
}


/* Booking Popup Summery */
.popup-model {
  position: fixed;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .8);
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  overflow-y: auto;padding: 0 20px;
}

.popup-model .wrapper-popup {
  position: relative;
  background-color: #fff;
  overflow: visible;
  height: auto;
  pointer-events: all;
  animation-duration: 1.2s;
  box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 450px;
  top: 30px;
  bottom: 0;
  border-radius: 20px;
  padding: 3rem ;
}

.animation img {
  max-width: 150px;
  margin: 0 auto;
  display: block;
  margin-top: -20px;
  position: relative;
}

.popup-model .wrapper-popup h3 {
  font-size: 30px;
  margin: 0;
  font-weight: 800;
  color: #3F9F7F;
  margin-bottom: 1rem;
  text-align: center;
}

.popup-model .wrapper-popup p {
  font-size: 14px;
  color: #3D3E40;
  font-weight: 500;
  text-align: center;
  max-width: 250px;
  margin: 0 auto;
  line-height: 1.5;
}

.booking-summery h4 {
  font-size: 16px;
  margin: 0;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: left;
  color: #000;
}

.booking-summery {
  border: 1px solid #BCF4E2;
  background: #EBFBF6;
  border-radius: 8px;
  padding: 2rem;
  margin: 1rem auto;
}

.booking-summery .summery-list ul {
  list-style: none;
}

.booking-summery .summery-list ul li {
  display: flex;
  justify-content: flex-start;
  padding: 1rem 0;
  align-items: center;
  font-weight: 500;
  border-bottom: 1px solid rgb(63 159 127 / 21%);
}

.booking-summery .summery-list ul li .summery-icon {
  padding-right: 0.5rem;
}

.date-time-inner .select2-selection.select2-selection--single {
  background-color: #fff;
  border: 1px solid #D9DBE9;
  height: 40px;
  padding: 1rem 3.5rem;
  border-radius: 8px;
  width: 100%;
  line-height: normal;
}

.date-time-inner .select2-selection.select2-selection--single .select2-selection__rendered {
  line-height: 21px;
  padding: 0;
  color: #000;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}

.date-time-inner .select2-selection.select2-selection--single span.select2-selection__arrow {
  height: 40px;
  right: 6px;
}

html .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #3f9f7f;
  color: white;
}


html .select2-dropdown {
  background-color: #fff;
  border: 1px solid #D9DBE9;
  border-radius: 6px;
  padding: 0.5rem;
}

html .select2-container--default .select2-selection--single .select2-selection__clear {
  display: none;
}

html .select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: #fff;
  border: 1px solid #cfd0d2;
  border-radius: 4px;
}

html .select2-container--default .select2-results>.select2-results__options li {
  padding: 5px;
  line-height: normal;
}

body [disabled],
html [disabled] {
  background-color: #ececec !important;
  color: #9d9d9d !important;
  cursor: not-allowed;
  border: 0 !important;
}
[disabled]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9d9d9d !important;
  font-weight:500;
}
[disabled]::-moz-placeholder { /* Firefox 19+ */
  color: #9d9d9d !important; font-weight:500;
}
[disabled]:-ms-input-placeholder { /* IE 10+ */
  color: #9d9d9d !important; font-weight:500;
}
[disabled]:-moz-placeholder { /* Firefox 18- */
  color: #9d9d9d !important; font-weight:500;
}
.booking-loader-popup {
  position: fixed;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgb(0 0 0 / 92%);
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  overflow-y: auto;
}

.booking-loader-popup .animation {
  background-color: #fff;
  border-radius: 20px;
}

.booking-loader-popup .animation img {
  max-width: 120px;
  margin: 0;
}

.booking-message {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 1rem;
}

.booking-message__card {
  background: transparent;
  border: 0;
  border-radius: 6px;
  padding: 0 2.5rem;
  text-align: center;
}

.booking-message--success .booking-message__card {
  background: #ebfbf6;
  border-color: #bcf4e2;
}

.booking-message__title {
  font-size: 3rem;
  font-weight: 800;
  color: #3F9F7F;
  margin: 0 0 0.75rem;
}

.booking-message--success .booking-message__title {
  color: #3f9f7f;
}

.booking-message__text {
  font-size: 15px;
  line-height: 1.6;
  color: #3d3e40;
  margin: 0 0 1.5rem;
}

.booking-message__card p.booking-message__text {
    margin: 1.5rem auto;
    font-size: 18px;
    color: #000;
    font-weight: 400;
}

.booking-message__actions {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.booking-message__actions .primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  min-width: 160px;
}

.booking-message--inline {
  max-width: 100%;
  margin: 0 0 0;
  padding: 0;
}

.booking-message--inline .booking-message__card {
  padding: 0.80rem 1.5rem;
  margin-top: 1.5rem;
}

/* Mobile  */
@media (max-width:767px) {
  .date-time-inner {
    display: block;
  }

  .date-time-inner .date-picker,
  .date-time-inner .time-zone,
  .date-time-inner .time {
    width: 100%;
    max-width: 100%;
    margin-bottom: 13px;
  }

  .name-inner .user-icon .user-appointment h2 {
    font-size: 20px;
  }

  .time-dropdown {
    width: 100%;
    left: 0;
  }

  .notice-section .notice-content .booking-zoho-form .form-group {
    width: 100%;
    margin-right: 0;
  }
}

.booking-staff-section--assigned .booking-staff-choices {
  display: none !important;
}

.booking-staff-section--assigned .booking-staff-choice {
  display: none !important;
}

.booking-staff-section--manual .booking-staff-choices:not([hidden]) {
  display: flex !important;
}

.booking-staff-choices[hidden] {
  display: none !important;
}

.booking-staff-choices {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
  padding: 0 1rem 0.5rem;
  justify-content: center;
}

.booking-staff-choice {
  border: 1px solid #B7B7B8;
  background: #fff;
  border-radius: 30px;
  padding: 0.5rem 1rem;
  font-size: 14px;
  font-weight: 600;
  color: #3D3E40;
  cursor: pointer;
}

.booking-staff-choice:hover,
.booking-staff-choice.is-selected {
  border-color: #3F9F7F;
  background: #DBF9EF;
  color: #3F9F7F;
}

/* Inline time-field loader */
.booking-time-spinner {
  position: absolute;
  top: 41px;
  left: 11px;
  width: 16px;
  height: 16px;
  border: 2px solid #D9DBE9;
  border-top-color: #3F9F7F;
  border-radius: 50%;
  animation: bookingTimeSpinnerRotate 0.7s linear infinite;
}

.booking-time-spinner[hidden] {
  display: none;
}
.date-time h2.booking-message__title {
    display: none;
}

.date-time .booking-message__card {
    background: #fff5f5;
    border: 1px solid #f5c2c2;
    border-radius: 6px;
}

.date-time p.booking-message__text {
    font-size: 16px;
    font-weight: 600;
    color: #c53030;
    margin: 0;
}
@keyframes bookingTimeSpinnerRotate {
  to {
    transform: rotate(360deg);
  }
}