.datetime-wrapper {
  display: flex;
  flex-direction: column;

  margin-top: 24px;
}

.booking-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding-bottom: 22px;
}

.staff-filter {
  display: flex;
  align-items: center;
  gap: 24px;
}

.filter-label {
  font-weight: 600;
  font-size: 18px;
  color: #222222;
}

.date-divider {
  border-top: 1px solid #E8E8E8;
  margin-bottom: 56px;
}

.staff-selector {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 21px;
  border: 1px solid #C7C7EA;
  border-radius: 10px;
  background-color: transparent;
  color: #222222;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.staff-selector:hover {
  background-color: #eef1ff;
  box-shadow: 0 8px 18px rgba(47, 61, 164, 0.12);
}

.slot-tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background-color: #2f3da4;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.4px;
}

.calendar-card {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.calendar-header-left {
  display: flex;
  align-items: center;
  gap: 19px;
}

.calendar-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 42px;
  justify-content: space-between;
}

.calendar-month {
  font-size: 24px;
  font-weight: 600;
  color: #222222;
  flex-grow: 1;
}

.calendar-nav-btn {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #C7C7EA;
  background-color: transparent;
  color: #222222;
}

.date_prev {
  font-size: 8px !important;
}

.calendar-picker {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #C7C7EA;
  background-color: transparent;
  color: #222222;
  padding: 11px;

}

.date_next {
  font-size: 8px !important;
}


.calendar-days {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.select_servi-card.selected .service-status:hover {
  background-color: #23346C;
  border-color: #23346C;
  color: #FFFFFF;
  opacity: 1;
  transform: scale(1);
}

.person_sev-card-content{
  opacity: 0;
}

.select_servi-card.selected .service-status::hover {
  background-color: #23346C;
  border-color: #23346C;
  color: #FFFFFF;
  opacity: 1;
  transform: scale(1);
}
.select_servi-card:hover .service-status,
.select_servi-card:focus-visible .service-status,
.person_sev-card:hover .service-status,
.person_sev-card:focus-visible .service-status,
.service-status:hover{
  opacity: 1;
  transform: scale(1);
  color: #ffffff;
  background-color: #23346C;
}
.service-status.selected{
  opacity: 1;
  transform: scale(1);
  color: #ffffff;
  background-color: #23346C;
}
.service-status {
  display: inline-flex
;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid rgba(35, 52, 108, 0.35);
  color: transparent;
  opacity: 0;
  transform: scale(0.85);
  position: absolute;
  top: 14px;
  right: 14px;
  transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}
.day-card {

  padding: 10px 24px;
  border-radius: 4px;
  border: 1px solid #d3d7f1;
  background-color: #ffffff;
  color: #2c2c2c;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: 600;
  width: 78px;
}

.day-card .day-number {
  font-size: 32px;
  font-weight: 800;


}

.day-card .day-name {
  font-size: 16px;
  font-weight: 500;
  color: #222222;
}

.day-card:hover,
.day-card.active {
  background-color: #27326a;
  color: white;
  border-color: #27326a;
  box-shadow: 0 12px 24px rgba(39, 50, 106, 0.2);
}

.day-card:hover .day-name,
.day-card.active .day-name {
  color: #dfe3ff;
}

.day-card.disabled,
.day-card.disabled:hover {
  cursor: not-allowed;

  border: 1px solid #D5D5D5;
  color: #0000001A;
  ;
  background-color: transparent;
  box-shadow: none;
   text-decoration: none; 
}
/* .day-card.disabled:hover {
  cursor: not-allowed;

  border: 1px solid #D5D5D5;
  color: white;
  ;
  text-decoration: line-through;

} */
 .day-card.disabled .day-name {
  color: #0000001A;

}
.new_loc_main{
display: flex;
gap: 9px;
}

.day-card.disabled .day-number{
    text-decoration: line-through;

}
.selected-slot-text {
  font-size: 18px;
  font-weight: 600;
  color: #222222;
}

/* .day-card .day-name.disabled {
  color: #0000001A;

}

.day-card .day-name.disabled:hover {
  color: #ffffff;

} */
 
.booking-location {
  display: flex;
  gap: 9px;
  padding: 21px;
  border-radius: 12px;
  border: 1px solid #C7C7EA;
  margin-bottom: 12px;
  /* flex-direction: column; */
}
.service-modal-content{
position: relative;
    display: flex
;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
    max-width: 500px;
    width: 100%;
    padding: 32px;
    margin: 20px;
}
.booking-location-inner {
  display: flex;
  gap: 9px;
  /* justify-content: space-between; */
  width: 100%;

}

.selected-slot {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #707070;
  padding-top: 10px;

}
.slot_inn_sele{
    width: 100%;
}

.slot-divider {
  width: 1px;
  height: 20px;
  background-color: #C7C7EA;
}

.slot-staff {
  color: #707070;
}

.services-card {


  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 74px;
}

.services-title-new {
  font-size: 16px;
  font-weight: 400;
  color: #707070;
  margin-bottom: 14px;
}

.services-card-new {


  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 32px;
}

.services-title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #222222;
}

.service-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #dfe3f7;
  border-radius: 16px;
  padding: 18px 24px;
  gap: 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.service-item:hover {
  border-color: #b8c0f0;
  box-shadow: 0 12px 26px rgba(39, 50, 106, 0.08);
}

.service-info-ac {
  display: flex;
  flex-direction: column;
  gap: 11px;
  width: fit-content;
}

.service-name {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  color: #222222;
}

.service-meta {
  display: flex;
  align-items: center;
  gap: 0;
  font-weight: 500;
  font-size: 14px;
  color: #2C2C2C;
}

.service-meta i {
  margin-right: 4px;
  font-size: 14px;
}

.meta-price {
  color: #23346C;
  font-weight: 500;
  font-size: 20px;
}

.meta-separator {
  color: #707070;
  font-weight: 400;
  margin: 0 12px 0 12px;
  font-size: 18px;
}

.service-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.modal.show .modal-dialog {

  margin: auto;
  justify-content: center;
}


.modal-content-date {
  width: 100%;
  border-radius: 20px;
  max-width: 797px;
  padding: 32px;
  position: relative;
  display: flex;
  flex-direction: column;
  ;
  margin: 10px;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}
.modal-content-add-service,.modal-content-add-service {
  width: 100%;
  border-radius: 20px;
  max-width: 500px;
  padding: 32px;
  position: relative;
  display: flex;
  flex-direction: column;
  ;
  margin: 10px;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.service-time-btn {
  border-radius: 100px;
  padding: 10px 20px;
  font-weight: 500;
  border: 1px solid #C7C7EA;
  color: #222222;
  background-color: transparent;
  font-size: 14px;
  white-space: nowrap;
}

.service-time-btn:hover,
.service-time-btn:focus {
  background-color: #27326a;
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(39, 50, 106, 0.18);
}

.other_item {
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 18px;
}

.active-now-btn {
  margin-top: 0;
  background-color: #707070;
  ;
  color: #ffffff;
  width: 100%;
}

.add-person-btn {
  background-color: transparent;
  border: none;
  color: #23346C;
  font-size: 16px;
  font-weight: 800;
  display: flex;
  align-items: center;

  cursor: pointer;
}

.service-price-wrap {
  width: fit-content !important;
}

.service-remove {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: none;
  background-color: transparent;
  color: #c5455a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  cursor: pointer;
}
.removeDualBookingServiceBtn{
    width: 42px;
  height: 42px;
  border-radius: 12px;
  border: none;
  background-color: transparent;
  color: #c5455a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  cursor: pointer;
}
.test-slot-div{
    width: 100%;
}

.service-remove:hover {
  background-color: gainsboro;
  color: #ffffff;
  border-color: transparent;
}
.removeDualBookingServiceBtn:hover {
  background-color: gainsboro;
  color: #ffffff;
  border-color: transparent;
}

.time-picker-modal .modal-dialog {
  max-width: 520px;
}

.time-picker-modal .modal-content {
  border: none;
  border-radius: 28px;
  box-shadow: 0 26px 72px rgba(15, 20, 46, 0.18);
}

.time-picker-modal .modal-body {
  padding: 0;
}

.time-picker-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 39px;
}

.time-picker-title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #222222;
}
.inp_num{
  border: 1px solid #DEE2E6;
  padding: 14px 12px;
  border-radius: 6px;
  width: 100%;
  /* margin-bottom: 32px; */
}

.time-picker-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  grid-column-gap: 14px;
  grid-row-gap: 22px;
  margin-bottom: 32px;
  min-height: fit-content !important;
  margin-top: 32px;
}

.time-picker-slot {
  border: 1px solid #C7C7EA;
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  background: #fff;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.time-picker-slot.active {
  background: #1c2d74;
  color: #fff;
  border-color: #1c2d74;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);

  .slot-card-meta {
    color: #dfe3ff;
  }
}

.time-picker-slot:hover:not(.active) {
  border-color: #7c89ff;
  color: #101542;
}

.time-picker-actions {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.time-picker-actions .btn {
  flex: 1;
  border-radius: 12px;
  font-weight: 600;
  padding: 12px 0;
}

.time-picker-actions .btn-outline-secondary {
  border-color: #cfd5ff;
  color: #5b5f7f;
}
.time-picker-actions .btn-outline-secondary:hover {
  color: #ffffff !important; 
}

.time-picker-actions .btn-primary {
  background: #1c2d74;
  border-color: #1c2d74;
}

.add_service-modal .modal-dialog {
  max-width: 520px;
}

.add_service-content {
  border-radius: 20px;
  border: none;
  box-shadow: 0 30px 60px rgba(27, 38, 79, 0.2);
  padding: 32px;
}

.add_service-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.add_service-title-wrap {
  display: flex;
  flex-direction: column;
}

.add_service-title {
  font-size: 18px;
  font-weight: 800;
  color: #222222;
  margin-bottom: 0;
}

.add_service-steps {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #707070;
  margin-bottom: 32px;
}

.add_service-step.active {
  color:  #23346C;
}

.add_service-step-sep {
  color: #c3c6df;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
}
.modal-close-btn{
  align-self: flex-start;
}
.add_service-close {

  display: inline-flex;
  align-items: center;
  justify-content: center;

}

.add_service-close:hover {
  background-color: #e1e5ff;
}

.add_service-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}

.add_service-label {
  font-size: 14px;
  font-weight: 600;
  color: #2c2c2c;
}

.add_service-input {
  border-radius: 12px;
  border: 1px solid #d7daf3;
  padding: 14px 16px;
  font-size: 16px;
}

.add_service-input:focus {
  border-color: #2f3da4;
  box-shadow: 0 0 0 3px rgba(47, 61, 164, 0.15);
}

.add_service-footer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.add_service-btn {
  padding: 12px 32px;
  border-radius: 10px;
  font-weight: 600;
}
.add_service-content{
  max-width: 500px;
  width: 100%;
}

.select_servi-modal .modal-dialog {
  max-width: 900px;
}

.select_servi-content {
  border-radius: 30px;
  border: none;
  box-shadow: 0 35px 70px rgba(20, 25, 62, 0.2);
  padding: 32px;
  margin: 20px;
}

.select_servi-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 32px;
}
.select_servi-steps-wrap{
  margin-bottom: 32px;
}
.select_servi-eyebrow {
  font-size: 22px;
  font-weight: 700;
  color: #1B1B1F;
  margin-bottom: 0;
}

.select_servi-steps {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #7b7f9f;
}

.select_servi-step.active {
  color: #23346C;
}

.select_servi-step-sep {
  display: inline-flex;
  align-items: center;
  color: #c5c8e0;
}

.select_servi-close {

  display: inline-flex;
  /* align-items: center; */
  justify-content: center;

}
.prev_btnn{
    color: #707070;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #707070;
    border-radius: 8px;
    padding: 12px 32px;
}
.person_sev-next{
      font-size: 18px;
    font-weight: 500;
     padding: 12px 32px;
     border: none;
}

.select_servi-section {
  margin-top: 18px;
}

.select_servi-collapse-btn {
  width: 100%;
  background: transparent;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin-bottom: 18px;
  cursor: pointer;
}

.select_servi-collapse-btn i {
  transition: transform 0.2s ease;
}

.select_servi-section.collapsed .select_servi-collapse-btn i {
  transform: rotate(180deg);
}

.select_servi-section-title {
  font-size: 20px;
  font-weight: 800;
  color: #222222;
  padding: 14px 0 8px 0;
}

.select_servi-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.select_servi-card {
  border: 1px solid #C7C7EA;
  border-radius: 10px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  background: #fff;
  position: relative;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.select_servi-card:hover {
  border-color: #263480;
  box-shadow: 0 16px 32px rgba(38, 52, 128, 0.15);
}

.select_servi-card.selected {
  border-color: #23346C;
}

.select_servi-card.selected .service-status {
  opacity: 1;
  transform: scale(1);
  color: #ffffff;
  background-color: #23346C;
  border-color: #23346C;
}

.person_sev-card.selected .service-status{
     opacity: 1;
  transform: scale(1);
  color: #ffffff;
  background-color: #23346C;
  border-color: #23346C;
}
.select_servi-card-title {
  font-size: 16px;
  font-weight: 700;
  color: #1b1e2a;
  margin-bottom: 10px;
  text-align: start;
}
.mainn-price-wrap{
  width: 100%;
}
.min-price-wrap{
  display: flex;
justify-content: space-between;
}
.select_servi-card-meta {
  font-size: 14px;
  font-weight: 500;
  color: #5e6283;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.select_servi-price {
  margin-left: auto;
  font-size: 18px;
  font-weight: 700;
  color: #23346C;
}

.select_servi-check {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #23346C;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.select_servi-section.collapsed .select_servi-grid {
  display: none;
}

.select_servi-footer {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.select_servi-btn-group {
  display: flex;
  gap: 14px;
}

.select_servi-btn {
  padding: 12px 32px;
  border-radius: 8px;
  font-weight: 500;
  background-color: transparent;
  border: 1px solid #C7C7EA;
  /* color: #222222; */
}

.select_servi-next {
  background-color: #23346C;
  color: #ffffff;
  border-color: transparent;
  padding: 12px 32px;
  border-radius: 8px;
  font-weight: 500;
}

.person_sev-modal .modal-dialog {
  max-width: 900px;
}

.person_sev-content {
  border-radius: 30px;
  border: none;
  box-shadow: 0 35px 70px rgba(20, 25, 62, 0.2);
  padding: 32px;
  margin: 20px;
}

.person_sev-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 32px;
}

.person_sev-eyebrow {
  font-size: 18px;
  font-weight: 800;
  color: #222222;
  margin-bottom: 0;
}
.nav_stps{
  margin-bottom: 32px;
}
.person_sev-steps {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 600;
  color: #23346C;
}

.person_sev-step.active {
  color: #23346C;
}

.person_sev-step-sep {
  display: inline-flex;
  align-items: center;
  color: #c5c8e0;
}



.person_sev-section {
  padding: 14px 0 0 0;
}

.person_sev-collapse-btn {
  width: 100%;
  background: transparent;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin-bottom: 30px;
  cursor: pointer;
}

.person_sev-collapse-btn i {
  transition: transform 0.2s ease;
}

.person_sev-section.collapsed .person_sev-collapse-btn i {
  transform: rotate(180deg);
}

.person_sev-section-title {
  font-size: 20px;
  font-weight: 800;
  color: #222222;
}

.person_sev-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 32px;
  margin-top: 32px;
}

.person_sev-card {
  border: 1px solid #C7C7EA;
    border-radius: 18px;
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.person_sev-card:hover {
  border-color: #263480;
}

.person_sev-card.selected {
  border-color: #23346C;
  box-shadow: 0 18px 34px rgba(35, 52, 108, 0.2);
}

.person_sev-avatar {
  width: 75px;
  height: 75px;
  /* border-radius: 16px; */
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* background: #f4f5ff; */
}

.person_sev-avatar img {
  width: 100%;
  height: 100%;
   border-radius: 12px;
  object-fit: cover;
}

.person_sev-name {
  font-size: 20px;
  font-weight: 800;
  color: #222222;
}

.person_sev-time {
  font-size: 14px;
  font-weight: 600;
  color: #222222;
  padding: 10px 20px;
  border: 1px solid #C7C7EA;
  border-radius: 10px;
}

.person_sev-show-more {
  background: transparent;
  border: none;
  color: #2C2C2C;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 16px;
  margin-bottom: 33px;

}
.divider-line{
  border-top: 1px solid #E8E8E8;
  margin-bottom: 32px;
}

.person_sev-section.collapsed .person_sev-grid {
  display: none;
}

.person_sev-section.collapsed .person_sev-show-more {
  display: none !important;
}

.person_sev-footer {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  flex-direction: row;
}

.person_sev-btn-group {
  display: flex;
  gap: 12px;
}

.person_sev-btn {
  border-radius: 8px;
  font-weight: 600;
  padding: 12px 32px;
}

.slot-modal .modal-dialog {
  max-width: 520px;
}

.slot-content {

  position: relative;
    display: flex
;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: 20px;
    outline: 0;
    padding: 32px;
    max-width: 500px;
    margin: 20px;
}

.slot-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 32px;
}

.slot-title {
  font-size: 18px;
  font-weight: 800;
  color: #222222;
  margin-bottom: 0;
}

.slot-subtitle {
  font-size: 12px;
  color: #8589a0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.slot-close {

  display: inline-flex;
  align-items: center;
  justify-content: center;

}

.slot-form-control {
  position: relative;
  margin-bottom: 32px;
}

.slot-label {
  font-size: 14px;
  font-weight: 600;
  color: #6c6f89;
  display: block;
  margin-bottom: 8px;
}

.slot-select {
  width: 100%;
  border: 1px solid #DEE2E6;
  border-radius: 10px;
  padding: 14px 16px;
  appearance: none;
  font-weight: 600;
  color: #222222;
  background-color: #fff;
}

.slot-select-icon {
  position: absolute;
  right: 18px;
  bottom: 18px;
  pointer-events: none;
  color: #7d81a4;
}

.slot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  gap: 14px;
  margin-bottom: 28px;
}

.slot-card {
  border: 1px solid #C7C7EA;
  border-radius: 6px;
  padding: 12px 22px;
  text-align: center;
  background-color: #fff;
  font-weight: 500;
  color: #222222;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 18px;
}

.slot-card:hover {
  border-color: #22326e;
}

.slot-card.active span {
  background-color: #23346C;
  color: #ffffff;
}

.slot-card.active {
  background-color: #23346C;
  color: #ffffff;
}
.slot-card-meta {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-weight: 500;
  color: #707070;
}

.slot-footer {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.slot-card-meta.active{
  color: #ffffff !important;
}

.slot-btn {
width: 100%;
  border-radius: 12px;
  font-weight: 600;
  padding: 12px 0;
}

.slot-btn-outline {
  border: 1px solid #cbcfe8;
  color: #6d6f8b;
  background: transparent;
}

.slot-btn-primary {
  background-color: #1f2f6e;
  color: #ffffff;
  border-color: #1f2f6e;
}
@media (max-width: 768px){
    .person_sev-grid{
            grid-template-columns: repeat(3, 1fr);

    }
}

@media (max-width: 575.98px) {


  .time-picker-grid {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  .person_sev-grid{
    grid-template-columns: repeat(2, minmax(100px, 1fr));
    gap: 8px

  }
  .slot-grid {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
  }
  .person_sev-name {
    font-size: 18px;
  }
  .person_sev-time {

    padding: 10px 10px;
  }
  .person_sev-card{
    padding: 13px;
  }
  .select_servi-btn-group{
    justify-content: center;
  }
  .person_sev-avatar {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 768px) {
  .calendar-days {
    gap: 12px;
  }

  .service-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .service-actions {
    width: 100%;
    justify-content: space-between;
  }

  .total-price-wrap {
    margin-top: 40px;
  }

  .total-price-wrap {

    padding-bottom: 16px;

  }
  .modal-content-date{
    padding: 24px;
}
}

@media(max-width: 576px) {
  .day-card .day-number {
    font-size: 22px;
  }
  .person_sev-content{
    padding: 20px;
  }
  .day-card {
    padding: 10px 14px;
  }
  .service-modal-content{
    padding: 20px;
  }
  .modal-content-date {

    padding: 12px;

  }
    .prev_btnn{
    font-size: 15px;
;
    padding: 12px 22px;
}
.person_sev-next{
      font-size: 15px;

     padding: 12px 22px;


  }
  .modal-content-add-service,.modal-content-add-service {
    padding: 20px;
  }
  .time-picker-slot
  {
    font-size: 14px;
  }
  .select_servi-grid {
    display: grid
;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
}
.select_servi-header {

  margin-bottom: 14px;
}
.select_servi-content{
  padding: 20px;
}

 .slot-grid {
   grid-template-columns: repeat(2, minmax(120px, 1fr));
 }
 .slot-content{
  padding: 20px;
 }
 .slot-card{
  font-size: 16px;
 }

}

@media (max-width: 480px) {
  .booking-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }
.prev_btnn{
    width: 100%;
}
.select_servi-footer{
    flex-direction: column;
}
.select_servi-btn{
    width: 100%;
}
  .person_sev-footer{
    flex-direction: column;
  }
  .select_servi-btn-group{
    flex-direction: column;
    width: 100%;
  }
  .person_sev-actions{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .slot-tag {
    margin-left: 0;
  }
  .staff-selector{
    font-size: 16px;
  }
  .add_service-content {

    padding: 22px;
  }

}
