/* Book Venue Page CSS */

.venue-top-baner {
  background-image: linear-gradient(to right, #F1F8F9, #F4FAEC);
}

section.venue-top-baner {
  padding: 54px 0 80px 0;
}

section.venue-top-baner p {
  color: #797B83;
  max-width: 591px;
}

section.venue-top-baner h2 {
  line-height: 70px;
}

.book-venue-form .steps {
  width: 100%;
  background: #F9F9FB;
  display: flex;
  flex-direction: column;
}

.book-venue-form .step div {
  margin: 5px 0;
  cursor: pointer;
  border-radius: 5px;
  font-weight: bold;
  transition: background 0.3s ease;
  font-family: 'Avenir Next';
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  padding: 22px 2px;
  color: #797B83;
  width: 80%;
}

.book-venue-form .step.active {
  background: #EEF7F7;
  color: #5A949A;
  border-bottom: 4px solid;
  border-radius: 0;
}

.book-venue-form .step.completed,
.book-venue-form .step.completed .m-h,
.book-venue-form .step.completed div {

  color: #95C940;
}

.book-venue-form .step.active .m-h,
.book-venue-form .step.active div {
  color: #5A949A;
}

.book-venue-form .form-content {
  width: 70%;
  padding: 20px;
}

.book-venue-form .form-step {
  display: none;
}

.book-venue-form .form-step.active {
  display: block;
}

.book-venue-form .buttons {
  display: flex;
  justify-content: flex-end;
  gap: 25px;
  margin-top: 20px;
}

.book-venue-form .btn {
  padding: 10px 15px !important;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  font-weight: bold;
  transition: 0.3s;
}

.book-venue-form .btn.next {
  background: #65A7AD;
  color: white;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  width: 15%;
  padding: 0;
}

.book-venue-form .btn:hover {
  opacity: 0.8;
}

.book-venue-form .input-field {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.step-side-bar {
  width: 25%;
}

section.book-venue-form {
  padding: 35px 20px;
}

.step span.counter-number {
  background: #797B83;
  width: 18%;
  max-width: 25px;
  height: 25px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  color: white;
  align-items: center;
}

.step {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-left: 10px;
}

.step.completed span.counter-number {
  background: #95C940;
}

.important_reminder {
  display: flex;
  gap: 20px;
  background: #fef8f8;
  padding: 20px;
  border: 1px solid red;
  border-radius: 10px;
}

.notice_content h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.notice_content ul {
  list-style: disc;
  font-size: 16px;
}

.notice_content ul span {
  font-size: 16px;
  font-weight: 600;
}

.notice_content ul li {
  padding: 6px 0;

}

.side-icon img {
  width: 60px;
  margin-top: -2px;
}

.select-venue {
  padding: 20px 0;
}

.select-venue h3 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
}

.select-venue p {
  color: red;
}

.select-venue label {
  display: block;
}

span.red-clr {
  color: red;
}

button.btn.back {
  background: white;
  color: #797B83;
  border: 1px solid #EFEFEF;
  display: flex;
  gap: 9px;
  width: 15%;
  justify-content: center;
  flex-direction: row-reverse;
  align-items: center;
}

.selected-value {
  padding: 30px 0 0px 0;
  border-bottom: 1px solid #EFEFEF;
}

.selected-value h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.selected-value p {
  font-size: 16px;
  line-height: 31px;
  color: #797B83;
}

.choose-date-main {
  padding: 30px 0 0;
}

.choose-date-main h3 {
  font-size: 20px;
  font-weight: 500;
}

.warning-text {
  display: flex;
  justify-content: space-between;
  color: red;
  padding: 10px 0;
}

.warning-text p {
  font-size: 14px;
  font-style: italic;
  color: #DC3545;
}

.calender-outer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  position: relative;
}

span.flatpickr-day.flatpickr-disabled {
  background: #f3f3f3;
  color: #A8A8A8;
}

span.flatpickr-day.selected {
  background: #679915;
  border-color: #679915;
}

.flatpickr-calendar.inline {
  top: 15px;
  width: 416px;
  box-shadow: none;
  margin-left: auto;
  margin-right: auto;
}

.flatpickr-day {
  background: #95C940;
  color: white;
  margin: 0px 0;
  border: 1px 1px 0 1px solid red !important;
  border: 1px solid #D5D4DF !important;
  border-width: 1px 1px 0 1px;
  border-radius: 0;
  padding: 27px;
  display: flex;
  align-items: center;
}

.dayContainer {
  justify-content: center;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  gap: 0px;
  padding: 0px 7px 0px 6px;
}

.dayContainer {
  width: 416.875px;
  min-width: 416.875px;
  max-width: 416.875px;
}

.flatpickr-days {
  width: 416px;
}

.calender-badge {
  margin-top: 36px;
  display: flex;
  padding-left: 17px;
  flex-wrap: wrap;
  gap: 23px;
}

span.light-green-box {
  width: 20px;
  height: 20px;
  background: #95C940;
  display: block;
}

.calender-badge div {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
}

span.selected-box {
  width: 20px;
  height: 20px;
  background: #679915;
  display: block;
}

span.not-available-box {
  width: 20px;
  height: 20px;
  background: #EFEFEF;
  display: block;
}

.flatpickr-current-month {
  left: -13.5%;
}

span.flatpickr-prev-month {
  position: absolute;
  right: 29px;
  top: 0px !important;
  left: unset;
}

.flatpickr-weekdays {
  margin: 20px 0 15px 0;
}

.calendar-container {
  border: 1px solid #C4C4C4;
  padding: 10px;
  border-radius: 5px;
}

input.date-picker {
  display: none;
}

.calender-outer h3 {
  font-size: 16px;
  font-family: 'Avenir Next';
  font-weight: 700;
}

.calender-content {
  width: 56%;
}

.start-time {
  width: 19%;
}

.end-time {
  width: 19%;
}

.start-time-slot,
.end-time-slot {
  height: 540px;
  overflow-y: scroll;
  padding-right: 8px;
}

button.time-slot {
  background: #F9F9FB;
  color: black;
  padding: 10px 10px !important;
  margin: 5px 0;
  border: none;
  border-radius: 3px;
}

.start-time-slot::-webkit-scrollbar,
.end-time-slot::-webkit-scrollbar {
  width: 10px;
  /* Change width */
}

.start-time-slot::-webkit-scrollbar-track,
.end-time-slot::-webkit-scrollbar-track {
  background: #B4B4B433;
  ;
}

.start-time-slot::-webkit-scrollbar-thumb,
.end-time-slot::-webkit-scrollbar-thumb {
  background: #B2B2B2;
  border-radius: 5px;
}

.start-time-slot::-webkit-scrollbar-thumb:hover,
.end-time-slot::-webkit-scrollbar-thumb:hover {
  background: #70B9C0;
}

button.btn.back.another-venue {
  width: 27%;
}

.flatpickr-day.selected:hover {
  background: #679915;
}

span.flatpickr-day.nextMonthDay {
  background: #95c940;
  color: white;
}

.selected-pre-value {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #d3d3d370;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.seleted-venue p {
  color: #797B83;
  padding: 7px 0 0;
}

.selected-pre-value p {
  color: #797B83;
  padding: 3px 0 0;
}

/* accordian css */

.accordion-venue {
  width: 100%;
  max-width: 630px;
  border-radius: 5px;
  overflow: hidden;
}

.accordion-items {
  border: 1px solid #ddd;
  margin-bottom: 24px;
  border-radius: 5px;
  background: #F9F9FB;
}

.accordion-headers {
  padding: 15px 18px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-headers:hover {
  background: #e9ecef;
}

.accordion-contents {
  display: none;
  padding: 12px 10px 16px 25px;

}

.accordion-venue .icon {
  font-size: 18px;
  font-weight: bold;
  transition: 0.3s;
}

.accordion-headers span {
  font-family: 'Avenir Next';
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  color: #0D0D0D;
}

h3.top-heading3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  padding: 10px 0;
}

.accordion-contents label {
  line-height: 34px;
}

/* Hide default radio button */
input[type="radio"] {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid black;
  /* Border color */
  border-radius: 50%;
  /* Make it round */
  display: inline-block;
  position: relative;
  margin-top: 4px;
}

/* Style when checked */
input[type="radio"]:checked {
  background-color: #39bdc9;
  border-color: #39bdc9;
}

/* Add an inner dot when checked */
input[type="radio"]:checked::before {
  content: "";
  width: 0px;
  height: 0px;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



.accordion-contents label {
  display: flex;

}

span.flatpickr-prev-month {
  left: unset !important;
  right: 30px !important;
}

span.flatpickr-day.prevMonthDay {
  background: #EFEFEF;
  color: #A8A8A8;
}

.step.active span.counter-number {
  background: #5A949A;
}

.dropdown {
  position: relative;
  display: inline-block;
  max-width: 464px;
  /* Adjust as needed */
}

/* Style the select */
.dropdown select {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #C4C4C4;
  background: #FFF;
  font-size: 16px;
  appearance: none;
  cursor: pointer;
  padding: 16px 20px;
}

span.m-h {
  color: #797B83;
}

.personal-detials-box h2 {
  color: var(--Text-Colors-950, #0D0D0D);
  font-family: "Avenir Next";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 0px;
  padding-bottom: 24px;
}

.personal-detials-box p {
  color: #DC3545;
  font-family: "Avenir Next";
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0px;
  padding-bottom: 16px;
}

.applicant-box h2 {
  color: var(--Text-Colors-950, #0D0D0D);
  font-family: "Avenir Next";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0px;
  padding-bottom: 16px;
}

.applicant-form-outer {
  display: flex;
  gap: 20px;
  align-self: stretch;
  margin-bottom: 48px;
}

.form-group {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  flex-direction: column;
}

/*date picker*/
input.applicant-input {
  padding: 16px 20px;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid #C4C4C4;
  background: #FFF;
  width: 100%;
  max-width: 100% !important;
}

.applicant-field-box {
  width: 100%;
}

.applicant-field-box.step6 {
  width: 80%;
}

.applicant-field-box.step6 .applicant-field-box:first-child {
  width: 50%;
}

.form-group label {
  color: var(--Text-Colors-950, #0D0D0D);
  font-family: "Avenir Next";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.form-group label span {
  color: #DC3545;
}

textarea.applicant-input {
  padding: 16px 20px;
}

.info-alert-box {
  display: flex;
  width: 862px;
  padding: 24px;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  border-radius: 12px;
  border: 1px solid var(--Error, #DC3545);
  background: #FFFAFA;
  margin-bottom: 30px;
}

.info-alert-content p {
  color: var(--Text-Colors-950, #222);
  font-family: "Avenir Next";
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 24px;
  padding-bottom: unset;
}

.upload-box h2 {
  color: var(--Text-Colors-950, #0D0D0D);
  font-family: "Avenir Next";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 0px;
  padding-bottom: 12px;
}

.upload-box h2 span {
  color: #DC3545;
}

.drop-zone {
  max-width: 100%;
  height: 140px;
  padding: 25px 25px 10px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  color: #cccccc;
  border-radius: 4px;
  border: 1px dashed #797B83;
  background: #F9F9FB;
  flex-direction: column;
}

.drop-zone--over {
  border-style: solid;
}

.drop-zone__input {
  display: none;
}

span.drop-zone__prompt {
  color: #0D0D0D;
  font-family: 'Avenir Next';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.drop-zone p {
  color: #797B83;
  font-family: 'Avenir Next';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 5px;
  padding-bottom: 0px;
}

.upload-box h3 {
  color: var(--Text-Colors-950, #222);
  font-family: "Avenir Next";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-top: 10px;
}

.upload-box {
  max-width: 518px;
  margin-bottom: 48px;
}

.confirm-box-outer {
  display: flex;
  width: 865px;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 70px;
}

.confirm-icon input {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: #000;
}

.confirm-info p {
  color: var(--Error, #DC3545);
  font-family: "Avenir Next";
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 150%;
  padding-bottom: 0px;
}

.review-application-outer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.review-application-title h2 {
  color: var(--Text-Colors-950, #0D0D0D);
  font-family: "Avenir Next";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.review-application-btn a {
  border-radius: 4px;
  border: 1px solid #C4C4C4;
  height: 38px;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  color: #797B83;
  font-family: "Avenir Next";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.applicant-cards {
  border-radius: 6px;
  border: 1px solid #EFEFEF;
  margin-bottom: 30px;
}

.applicant-cards-header {
  background: #EEF7F7;
  display: flex;
  padding: 10px 24px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.applicant-cards-header h2 {
  color: #5A949A;
  font-family: "Avenir Next";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.applicant-cards-body {
  padding: 24px;
}

.file-container {
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0;
  width: 435px;
  gap: 16px;
  margin-bottom: 16px;
}

.file-icon {
  background: #f4f4f4;
  border-radius: 6px;
  justify-content: center;
  display: flex;
  padding: 4px 24px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-right: 1px solid #D7D7D7;
  background: #F9F9FB;
  width: 20%;
}

.file-icon i {
  font-size: 20px;
  color: #777;
}

.file-info {
  width: 70%;
  padding: 20px;
}

.file-info p {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  padding-bottom: 7px;
}

.file-info a {
  color: #007bff;
  text-decoration: none;
}

.file-info a:hover {
  text-decoration: underline;
}

.file-info span {
  font-size: 14px;
  color: #333;
  font-weight: normal;
}

.remove-btn {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: #555;
  width: 15%;
}

.remove-btn:hover {
  color: #000;
}

button.btn.next.submit-application {
  width: 28%;
}

.popup-box {
  display: flex;
  width: 784px;
  padding: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 34px;
  border-radius: 10px;
  border: 1px solid #EFEFEF;
  background: #FFF;
  margin: 0 auto;
  text-align: center;
}

.popup-box h2 {
  color: #0D0823;
  font-family: "Avenir Next";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

.popup-box p {
  color: var(--Gray-500, #667085);
  text-align: center;
  font-family: "Avenir Next";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 0 !important;
  padding-bottom: 0px;
}

.popup-box a.back {
  display: flex;
  height: 48px;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: var(--brand-shades-soothing-sky-normal-hover, #65A7AD);
  color: var(--Background-Colors-White, #FFF);
  font-family: 'Avenir Next';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.popup-box a.track {
  text-decoration: underline;
  color: #65A7AD;
  font-weight: bold;
}

.review-application-btn.active #editBtn {
  display: inline-flex;
}

.review-application-btn #editBtn {
  display: inline-flex;

}

.review-application-btn #saveBtn {
  align-items: center;   
  gap: 0.5em;
  display: none;
}

.review-application-btn.active #saveBtn {
  align-items: center;   
  gap: 0.5em; 
  display: none;
}

#saveBtn svg {
  margin-bottom: 6px;
 
}

section.venue-popup-sec {
  background: #FFF;
  display: none !important;
  position: fixed;
  top: 62%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #1515155e;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.venue-popup-sec.active {
  display: flex !important;
}

.accordion-contents label {
  display: flex;
}

.accordion-contents label p {
  width: 100%;
  line-height: 22px;
  padding-left: 10px;
}

.drop-zone.error .drop-zone__thumb {
  display: none;
}

.disabled {
  background-color: #ccc;
  cursor: not-allowed;
  opacity: 0.5;
}

.selected {
  background-color: #007bff;
  color: white;
}

.outer-date-time {
  width: 100%;
  max-width: 858px;
  padding: 40px 20px 20px 20px;
  margin: 0 auto;
  background: white;
  border-radius: 10px;
}

section.date-time-pop-up {
  position: absolute;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #1515155e;
  width: 100%;
  height: 100vh;
  display: none;
  align-items: center;
  z-index: 999;
  justify-content: center;
}

section.date-time-pop-up.active {
  display: flex;
  transition: .5s;
}

button.close-popup-dt {
  background: transparent;
  border: navajowhite;
  position: absolute;
  top: -44px;
  right: 4px;
  width: 3%;
}

.flatpickr-innerContainer {
  justify-content: center;
}

.multi-select-dropdown,
.multi-select-dropdowns {
  position: relative;
}

.form-step:first-child .multi-select-dropdown,
.form-step:first-child .multi-select-dropdowns {
  max-width: 500px;
}

.select-box,
.edit-select {
  padding: 10px;
  border: 1px solid #C4C4C4;
  border-radius: 4px;
  background: #FFF;
  cursor: pointer;
  min-height: 40px;
  display: flex;
  align-items: center;
}

.dropdown-list,
.dropdown-lists {
  display: none;
  position: absolute;
  width: 100%;
  background: #FFF;
  border: 1px solid #C4C4C4;
  border-radius: 4px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  margin-top: 5px;
  z-index: 10;
  padding: 5px 0;
}

.dropdown-list label,
.dropdown-lists label {
  display: flex;
  align-items: flex-start;
  padding: 8px;
  cursor: pointer;
}

.dropdown-list label:hover {
  background: #f0f0f0;
}

input[type="checkbox"] {
  margin-right: 8px;
  flex-shrink: 0;
}

/* Show dropdown when active */
.multi-select-dropdown.active .dropdown-list,
.multi-select-dropdowns.active .dropdown-list {
  display: block;
}

.select-box:after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="gray"><path d="M7 10l5 5 5-5H7z"/></svg>');
  width: 25px;
  height: 25px;
  position: absolute;
  right: 5px;
  transition: .5s;
  /* transform: rotate(45deg); */
}

.multi-select-dropdown.active .select-box:after {

  transform: rotate(180deg);
}

.select-box.edit-select {
  overflow-x: auto;
}

.select-box.edit-select {
  color: gray;
  pointer-events: none;
}

.select-box.edit-select.active {
  pointer-events: all;
  color: black;
}

.form-group.stepedit {
  align-items: unset;
}

.step6 .drop-zone {
  pointer-events: none;
}

.step6 .drop-zone:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: #7f7c7c2b;
}

.step6 .drop-zone {
  position: relative;
}

.applicant-field-box.step6 .drop-zone {
  margin-bottom: 15px;
}

.applicant-field-box.step6.active .drop-zone {
  pointer-events: auto;
}

.applicant-field-box.step6.active .drop-zone:after {
  content: unset;
}

button.time-slot.active {
  background: #70b9c0;
  color: white;
}

.form-group.edit_times {
  position: relative;
}

p.edit-time-slots {
  position: absolute;
  top: 50px;
  left: 18px;
  color: gray;
}

p.edit-time-slots span {
  color: gray;
}

#valid_id_doc .applicant-field-box {
  width: 50%;
}

/* Make disabled inputs text black instead of gray */
input:disabled,
select:disabled,
textarea:disabled,
input[readonly],
select[readonly],
textarea[readonly],
.applicant-input:disabled,
.date-time-input:disabled,
#selected_date:disabled,
#selected_time:disabled {
  color: #000 !important;
  opacity: 1;
  -webkit-text-fill-color: #000;
  cursor: default;
}

/* Fix specifically for the date/time inputs in review step */
.form-step .date-time-input:disabled,
.form-step #selected_date:disabled,
.form-step #selected_time:disabled {
  color: #000 !important;
  -webkit-text-fill-color: #000;
}

/*//////////////// mobile responsive ///////////////////////////////*/

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .calender-content {
    width: 100%;
  }

  .start-time {
    width: 40%;
  }

  .end-time {
    width: 40%;
  }

  .book-venue-form .btn.next {
    width: 22%;
    padding: 0;
  }

  button.btn.back.another-venue {
    width: 50%;
  }

  section.venue-top-baner {
    padding: 54px 20px 40px 20px;
  }

  .outer-date-time {
    max-width: 570px;
    height: 650px;
    overflow-y: scroll;
    border-radius: 10px;
  }

  #valid_id_doc .applicant-field-box:first-child {
    max-width: 90vw;
  }

  /* Step 6 Review Form Layout for Tablets */
  .step6 .applicant-cards:nth-child(1) .applicant-cards-body .applicant-form-outer {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  
  /* Venue field takes full width */
  .step6 .applicant-cards:nth-child(1) .applicant-cards-body .applicant-field-box:nth-child(1) {
    width: 100%;
  }
  
  /* Date and Time fields each take half width on second row */
  .step6 .applicant-cards:nth-child(1) .applicant-cards-body .applicant-field-box:nth-child(2),
  .step6 .applicant-cards:nth-child(1) .applicant-cards-body .applicant-field-box:nth-child(3) {
    width: calc(50% - 7.5px);
    flex: 0 0 calc(50% - 7.5px);
  }
  
  /* Time field needs some adjustments for proper display */
  .step6 .applicant-cards:nth-child(1) .applicant-cards-body .edit_times {
    width: 100%;
  }

  .breadcurm_box {
    max-width: 100%;
  }

}

@media only screen and (max-width: 767px) {

  .applicant-field-box.step6 {
    width: 100% !important;
  }


  .popup-box img {
    width: 100%;
    max-width: 40px;
  }

  .popup-box h2 {
    color: #0D0823;
    font-family: "Avenir Next";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
  }

  .popup-box p {
    font-size: 14px;

  }

  section.venue-popup-sec {
    top: 64%;
  }

  .breadcurm_box p {
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
  }

  section.venue-top-baner h2 {
    line-height: 38px;
    font-size: 30px;
    font-weight: 700;
    /* font-family: 'Avenir Next'; */
  }

  section.venue-top-baner .breadcurm_box {
    margin-left: -4px !important;
    max-width: 100%;
  }

  section.venue-top-baner {
    padding: 54px 24px 50px 24px;
  }

  .col_md_12.baner-h {
    padding-top: 28px;
  }

  .book-venue-form .form-content {
    width: 100%;
    padding: 20px;
  }

  .step-side-bar {
    width: 100%;
  }

  .step {
    margin-top: 4px;
    flex-wrap: wrap;
    justify-content: center;
   
    gap: 4px;
    padding-right: 8px;
    padding-left: 8px;
    
  }

  .book-venue-form .steps {
    flex-direction: row;
    justify-content: center;
    
  }

  .book-venue-form .step {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding-top: 2px;
    text-align: center;
    width: 100%;
    max-width: calc(100vw / 6);
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
  }


  .step span.counter-number {
    width: 20px;
    height: 20px;
  }

  span.m-h {
    display: none;
  }

  .side-icon img {
    width: 146px;

  }

  .book-venue-form .btn.next,
  .book-venue-form .btn.back {
    width: 32%;
  }

  .calender-content {
    width: 100%;
  }

  .start-time {
    width: 48%;
  }

  .end-time {
    width: 46%;
  }

  button.btn.back.another-venue {
    width: 62%;
  }

  .flatpickr-calendar.inline {
    width: 100%;
    max-width: 416px;
    margin: auto;
  }

  .dayContainer {
    width: 348.875px;
    min-width: 320.875px;
    max-width: 400.875px;
  }

  .flatpickr-days {
    max-width: 314px;
    width: 100%;
  }

  .flatpickr-day {
    padding: 21px;
  }

  .flatpickr-current-month {
    left: -6.5%;
  }

  .book-venue-form .btn {
    padding: 11px 10px !important;

  }

  .selected-pre-value {
    padding-bottom: 29px;
    margin-bottom: 20px;
    padding-top: 20px;
    gap: 26px;
  }

  h3.top-heading3 {
    padding: 15px 0;
  }

  .accordion-headers span {
    line-height: 23px;
  }

  .accordion-contents label {
    display: flex;
  }

  .book-venue-form .step div {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    padding: 7px 0px;
  }

  .step {
    align-items: flex-start;

  }

  section.book-venue-form {
    padding: 33px 0px;
  }

  .applicant-form-outer {
    flex-wrap: wrap;
  }

  #valid_id_doc .applicant-field-box, .step6 .applicant-field-box {
    width: 100% !important;
  }

  .info-alert-box {
    width: 100%;
  }

  .confirm-box-outer {
    width: 100%;
    margin-bottom: 50px;
  }

  .file-container {
    width: 100%;
  }

  button.btn.next.submit-application {
    width: 60%;
  }

  .popup-box {
    width: 90%;
    padding: 20px;
  }

  .applicant-cards {
    margin-bottom: 10px;
  }

  .outer-date-time {
    width: 100%;
    max-width: 380px;
    padding: 40px 20px 20px 20px;
    margin: 0 auto;
    background: white;
    height: 587px;
    overflow-y: scroll;
  }

  .review-application-title {
    width: 60%;
  }
}

.selected-bubbles {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.selected-bubble {
  display: flex;
  align-items: center;
  padding: 4px 8px;
  background-color: #f8f8f8;
  border: 1px solid #dcdcdc;
  border-radius: 15px;
  font-size: 14px;
  color: #333;
  line-height: 1;
}

.select-box {
  padding: 10px;
  border: 1px solid #C4C4C4;
  border-radius: 4px;
  background: #FFF;
  cursor: pointer;
  min-height: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}

.selected-bubble .remove-bubble {
  display: none;
}

.edit-time-slots {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  max-width: 250px;
}

.start-time-selected4,
.end-time-selected4 {
  font-size: 14px;
  font-weight: normal;
  color: #555;
}

.edit-time-slots::before {
  font-size: 14px;
  font-weight: normal;
  color: #666;
  margin: 0 5px;
}

#selected_time {
  text-align: center;
}

.coverageT{
gap: 0;
}

/* Make select options text wrap properly */
.applicant-input option {
  white-space: normal;
  word-wrap: break-word;
  padding: 8px 12px;
  line-height: 1.4;
}

/* Ensure dropdown has proper height for multiline content */
select.applicant-input {
  height: auto;
  min-height: 60px;
}

.word-wrap {
  select.applicant-input& {
      white-space: normal;
      overflow: auto;
      word-wrap: break-word;
      width: -webkit-fill-available;
  }
}
