@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;500;600;700&display=swap");
* {
  box-sizing: border-box;
}
:root {
  --color-1: #003057;
  --color-2: #006ac6;
  --color-3: #274573;
  --light-text: rgba(51, 51, 51, 0.8);
  margin: 0;
  padding: 0;
  font-family: "Source Sans 3", sans-serif;
}

.single-clinic-wrapper h1,
.single-clinic-wrapper h2,
.single-clinic-wrapper h3,
.single-clinic-wrapper h4,
.single-clinic-wrapper h5,
.single-clinic-wrapper h6,
.single-clinic-wrapper p,
.single-clinic-wrapper span,
.single-clinic-wrapper label,
.single-clinic-wrapper input,
.single-clinic-wrapper select,
.single-clinic-wrapper button {
  font-family: "Source Sans 3", sans-serif !important;
  margin: 0;
}

/* spinner */
.single-clinic-wrapper .slots-loader {
  width: 48px;
  height: 48px;
  display: block;
  position: relative;
  margin: 0 auto;
}
.slots-loader::after,
.slots-loader::before {
  content: "";
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid var(--color-2);
  position: absolute;
  left: 0;
  top: 0;
  animation: animloader 2s linear infinite;
}
.slot-loader::after {
  animation-delay: 1s;
}

@keyframes animloader {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* spinner End */
.site-content {
  background-color: #edeff0 !important;
}
.single-clinic-wrapper {
  padding: 40px 0;
}
.single-clinic-wrapper img {
  width: auto;
}
.single-clinic-wrapper p {
  margin-bottom: 0;
  color: #333333cc;
  line-height: 1.25em;
}
.single-clinic-row {
  display: flex;
  gap: 30px;
}
.single-clinic-header h1 {
  color: var(--color-1);
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 24px;
}
.single-clinic-header p {
  color: var(--color-1);
}
.single-clinic-row h3 {
  color: var(--color-1);
  font-size: 26px;
  font-weight: 400;
  line-height: 120%; /* 31.2px */
}
.single-clinic-row h4 {
  font-size: 22px;
  font-weight: 400;
  color: #333;
}
.single-clinic-row p {
  font-size: 14px;
  margin-bottom: 0;
}
.clinic-col {
  width: 50%;
}

.clinic-info {
  background: #ffffff;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 16px;
}
.pending-clinic-block h1,
.pending-clinic-block h2,
.pending-clinic-block h3,
.pending-clinic-block h4,
.pending-clinic-block p {
  text-align: center;
  color: #003057;
}
.info-content {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
.welcome-block {
  width: 70%;
}
p.status-msg {
  color: var(--color-1);
}
.avg-rvw-info {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
}
.clinic-state-block {
  border-radius: 6px;
  background: rgba(224, 241, 250, 0.7);
  padding: 8px;
  width: 30%;
}
#makeappointment .info-content {
  margin-bottom: 22px;
}
/* Reason Popup  */
#reason-popup__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

#reason-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 550px;
  width: 95vw;
  background: #fff;
  padding: 40px 30px;
  border-radius: 8px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.05);
  z-index: 999;
}
.reason-popup-content p {
  font-size: 18px;
  color: var(--color-1);
  font-weight: 400;
  margin-bottom: 20px;
}
p.status-text {
  color: rgba(0, 48, 87, 0.8);
  font-size: 11px;
  font-weight: 600;
  line-height: 125%; /* 13.75px */
  letter-spacing: 0.88px;
  text-transform: uppercase;
}
p.wait-status {
  color: rgba(0, 48, 87, 0.8);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.25em;
  letter-spacing: 0.88px;
  font-style: italic;
}
p.current-wait-time {
  color: var(--color-1);
  font-size: 20px;
  line-height: 125%;
}
p.current-wait-time span {
  font-size: 14px;
  font-weight: 400;
  line-height: 125%; /* 17.5px */
}
.status-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

#nearbyclinic .faq-content {
  padding: 14px;
}
#nearbyclinic .faq-content .nb-clinic-row {
  max-height: 700px;
  overflow-y: auto;
  overflow-x: hidden;
}
.nb-clinic-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.nb-clinic-row .nb-clinic-item {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #edeff0;
  margin-bottom: 15px;
}
#nearbyclinic .faq-content .more-nbc-block {
  display: none;
}

.nb-clinic-item .nb-clinic-map iframe {
  width: 100%;
  height: 200px;
}
.nb-clinic-item .clinic-state-block {
  width: 100%;
  margin-bottom: 15px;
}
.faq-content .nb-clinic-details h5 {
  color: var(--color-1);
}
.faq-content .nb-clinic-details p {
  margin-bottom: 0;
}
.nb-clinic-row .nb-view-btn {
  display: block;
  background: var(--color-2);
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid var(--color-2);
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 15px;
}
.single-clinic-wrapper p.current-total-slots {
  color: var(--color-1);
  margin-top: 8px;
}
.single-clinic-wrapper p.current-total-slots span {
  font-size: 20px;
}
.time-slot-wrapper {
  width: 100%;
  position: relative;
  padding-top: 20px;
  border-top: 1px solid #edeff0;
}
.time-slot-wrapper label {
  position: absolute;
  left: 15px;
  top: 9px;
  background: #ffffff;
  padding: 3px;
  color: #49454f;
  font-size: 12px;
  line-height: 1em;
}
#patient-sex {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 30px;
  background-repeat: no-repeat;
  background-position: 97% 50%;
}
.time-slot-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 30px;
  background: #ffffff;
  background-repeat: no-repeat;
  background-position: 97% 50%;
  cursor: pointer;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #79747e;
  font-size: 14px;
  height: 56px;
  padding: 16px;
  line-height: 1em;
  color: #333333;
}
.day-btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 20px 0;
}
.day-btn {
  border: 2px solid #fff;
  padding: 7px 10px;
  background: #f6f7f8;
  color: #333333;
  text-align: center;
  cursor: pointer;
}
.active-day {
  color: #ffffff;
  background: var(--color-3);
}
.day-btn#today-btn,
.day-btn#telehealth-today-btn {
  border-radius: 100px 0px 0px 100px;
}
.day-btn#tomorrow-btn,
.day-btn#telehealth-tomorrow-btn {
  border-radius: 0px 100px 100px 0px;
}
.slots-wrapper {
  padding-bottom: 16px;
}
.slots-wrapper ul {
  margin: 0;
  padding: 0;
}
.slots-wrapper ul.available-slots {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 15px;
}
.slots-wrapper > ul.available-slots li {
  list-style-type: none;
  border-radius: 4px;
  border: 1px solid #bcbcbc;
  font-size: 14px;
  text-align: center;
  padding: 7px 16px;
}

.more-slots {
  position: relative;
  cursor: pointer;
}
.more-slots_text img {
  margin-left: 4px;
  margin-bottom: 2px;
}
.more-slot-items {
  position: absolute;
  left: 0;
  top: 100%;
  padding: 5px 0;
  background: #fff;
  color: #333333;
  max-height: 120px;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  z-index: 1;
}
#tomorrow-slots {
  display: none;
}
.slots-wrapper > ul.available-slots .more-slot-items ul li {
  border: none !important;
  border-bottom: 1px solid #edeff0;
  width: auto;
  padding: 4px 8px;
}
.more-slot-items::-webkit-scrollbar,
#nearbyclinic .faq-content .nb-clinic-row::-webkit-scrollbar {
  width: 6px;
  height: 16px;
}
.more-slot-items::-webkit-scrollbar-thumb,
#nearbyclinic .faq-content .nb-clinic-row::-webkit-scrollbar-thumb {
  background-color: #0000002a;
  border-radius: 6px;
}

.more-slot-items::-webkit-scrollbar-track,
#nearbyclinic .faq-content .nb-clinic-row::-webkit-scrollbar-track {
  background-color: #ffffff;
}
.more-slot-items {
  scrollbar-width: thin;
  scrollbar-color: #f2f2f2;
}
#nearbyclinic .faq-content .nb-clinic-row {
  scrollbar-width: thin;
  scrollbar-color: var(--color-2);
}

.single-clinic-btn {
  display: block;
  background: var(--color-3);
  color: #ffffff;
  padding: 8px;
  text-align: center;
  border-radius: 8px;
  width: 100%;
  cursor: pointer;
}
p.single-clinic-btn {
  color: #fff;
}
.single-clinic-btn:hover {
  color: #fff;
  text-decoration: none;
}

/* Telehealth */

.telehealth-block {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
}
.telehealth-block p {
  width: 70%;
}
.telehealth-block a {
  width: 30%;
}
/* FAQ */
.faq-header {
  padding: 12px;
  border-top: 1px solid #edeff0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.faq-header .faq-title-icon {
  max-height: 24px;
}
.faq-block .faq-item:first-child .faq-header {
  border-top: none;
}
.faq-header:not(:first-child) {
  border-top: none;
}
.faq-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.faq-title h5 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25em;
  color: var(--color-1);
}
.faq-title h5 span {
  font-weight: 400;
}

.faq-current-state {
  color: #188038;
}

.faq-future-state {
  color: var(--color-1);
}
.faq-content {
  padding: 14px 40px;
  color: #333333cc;
  border-top: 1px solid #edeff0;
}
.faq-content ul {
  padding: 0;
  margin: 0;
}
.faq-content ul li {
  list-style-type: none;
}
.faq-content p {
  margin-bottom: 12px;
}
.faq-content p span {
  font-weight: 600;
  color: #333333;
}
.affiliate-block {
  padding-bottom: 50px;
}
.affiliate-block .affiliate-heading {
  margin-bottom: 30px;
  color: var(--color-3);
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25em;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.affiliate-block p {
  font-style: 12px;
  color: var(--color-1);
  text-align: center;
}

/* Clinic Details */
.clinic-details {
  padding-bottom: 18px;
}
.clinic-map {
  padding-bottom: 18px;
}
.clinic-map iframe {
  width: 100%;
  height: auto;
}
.contact-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.clinic-location-info {
  width: 50%;
}
.clinic-img {
  width: 50%;
}
.clinic-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
}
.clinic-location-info .total-avg-rvw-block {
  display: flex;
  gap: 7px;
}
.contact-box .clinic-location-info h5 {
  margin: 5px 0;
}
.clinic-overview h5,
.contact-box h5 {
  color: var(--color-1);
  font-size: 14px;
  font-weight: 600;
}
.clinic-overview span,
.contact-box span {
  font-size: 10px;
  color: var(--current-text-3);
}
.clinic-overview p,
.contact-box p {
  color: var(--color-1);
}
.clinic-cta-btns {
  border-top: 1px solid #edeff0;
  padding-top: 12px;
}
.clinic-cta-btns a {
  background: transparent;
  color: var(--color-2);
  border: 1px solid var(--color-2);
  border-radius: 4px;
  width: 100%;
  padding: 8px;
  display: block;
  text-align: center;
  margin-bottom: 8px;
}
/* review wrapper */
.single-clinic-review-wrapper h4 {
  color: var(--color-1);
  font-size: 18px;
  font-weight: 600;
  line-height: 1225em;
}
.rvw-overview {
  background: #f6f7f8;
  padding: 16px 12px;
  margin-top: 16px;
  border-radius: 8px;
}
.clinic-avg-rvw {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.avg-rvw-nmbr p {
  color: var(--color-1);
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1em;
}
.single-clinic-rvw-wrapper h4 {
  font-weight: 600;
  color: var(--color-1);
  font-size: 18px;
}
.rvw-overview p.total-rvw {
  color: var(--current-text-3);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25em;
  text-decoration-line: underline;
}

.rvw-author p {
  color: var(--color-1);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25em;
}

.rvw-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 12px 0;
}
.rvw-item {
  margin: 20px 0;
}
.rvw-author-img {
  height: 40px;
  width: 40px;
  object-fit: cover;
  border-radius: 100px;
}
.rvw-author span {
  color: var(--color-1);
  font-size: 12px;
  line-height: 1.25em;
  display: block;
}
.rvw-content h6 {
  color: var(--color-1);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25em;
}
.rvw-content p {
  color: var(--color-1);
  font-size: 14px;
  line-height: 1.25em;
}
a.more-rvw {
  color: var(--current-text-3);
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25em;
  text-decoration-line: underline;
}

/* Overlay */
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

#consent-popup,
#share-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 336px;
  background: #fff;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.05);
  z-index: 999;
}
#consent-popup h5 {
  color: var(--color-3);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25em;
}
#consent-popup .popup-content p.minor-agree-btn {
  font-size: 16px;
  margin-top: 16px;
  color: #fff;
}
#consent-popup .popup-content p.child-agree-btn {
  font-size: 16px;
  margin-top: 4px;
  color: #fff;
}

#consent-popup #consent-popup .popup-content h5 {
  font-size: 18px;
  color: var(--color-1);
  font-weight: 600;
  margin-bottom: 16px;
}
#consent-popup .popup-content p {
  font-size: 12px;
  color: var(--color-3);
  line-height: 1.1em;
  margin: 16px 0;
}
#consent-popup .popup-content .peach-icon-box {
  margin-top: 0;
  margin-bottom: 16px;
}
#share-popup h5 {
  color: var(--color-3);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25em;
  border-bottom: 1px solid #edeff0;
}

.share-icon-block {
  display: flex;
  gap: 16px;
  text-align: center;
  margin: 16px 0;
}
.share-icon-block p {
  font-size: 14px;
  color: #333333cc;
}
.share-icon-block button {
  padding: 0;
  background: transparent;
  border: none;
}
#share-popup .popup-content p {
  font-size: 12px;
  color: #333333;
}
#share-popup .copy-link-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px;
  border-radius: 4px;
  border: 1px solid #79747e;
  font-size: 14px;
  overflow: hidden;
  margin-top: 8px;
}
.copy-link-box p {
  color: #1d1b20;
}
.copy-link-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#copyLinkButton {
  padding: 8px 16px;
  background: #006ac6;
  border-radius: 4px;
  border: none;
  color: #fff;
  position: absolute;
  top: left;
  right: 16px;
}

#close-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
#popup .peach-icon-box {
  margin-top: 16px;
}

#popup .peach-icon-box a {
  text-decoration: underline;
}
#popup .popup-content p.peach-btn {
  color: #fff;
  cursor: pointer;
  margin-top: 16px;
}

#telehealth-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95vw;
  max-width: 950px;
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  z-index: 999999;
  max-height: 90vh;
  overflow-y: auto;
  scrollbar-color: var(--color-2) var(--color-1);
}
#telehealth-popup p {
  font-size: 16px;
  margin-bottom: 0.5em;
}
#telehealth-popup p strong {
  color: var(--color-1);
}
/**************** Booking Page ******************/
.bk-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
#bk-overlay p.processing-msg {
  font-size: 22px;
  font-weight: 600;
  color: var(--color-1);
  margin-bottom: 15px;
}
.bk-loading-bar {
  width: 300px;
  height: 20px;
  background-color: #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.bk-progress-bar {
  height: 100%;
  width: 0;
  background-color: #3498db; /* Blue progress color */
  border-radius: 10px;
  animation: progress 3s ease-in-out infinite; /* Adjust animation duration and timing function */
}

@keyframes progress {
  0% {
    width: 0;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}
.single-clinic-wrapper p#apt_missing_msg {
  color: #ce1b1b;
  font-size: 16px;
  margin-bottom: 4px;
}
p.check-in-tag {
  color: var(--color-1);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-weight: 400;
}
.peach-form-group {
  position: relative;
}
.clinic-info .booking-details p {
  margin-bottom: 12px;
}
p.edit_schedule {
  text-decoration: underline;
  color: var(--color-2);
  cursor: pointer;
}
#edit-slot-block {
  display: none;
}
.peach-form-group {
  margin-bottom: 18px;
}
.peach-form-group p.field-error-msg {
  color: #ce1b1b;
}
.peach-form-group input,
.peach-form-group textarea,
.peach-form-group select {
  display: block;
  width: 100%;
  padding: 16px;
  font-size: 14px;
}

.peach-form-group input[type="text"],
.peach-form-group input[type="email"],
.peach-form-group input[type="date"],
.peach-form-group select {
  border-radius: 4px;
  border: 1px solid #79747e;
  width: 100%;
  font-size: 14px;
  height: 56px;
  padding: 16px;
  background: #fff;
  color: #333333;
}

.peach-form-group label:not(.radio-btn-lbl) {
  position: absolute;
  left: 15px;
  top: -8px;
  background: #ffffff;
  padding: 3px;
  color: #49454f;
  font-size: 12px;
  line-height: 1em;
}

.form-btn {
  margin: 12px 0;
}
.radio-btns {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.radio-btn {
  position: relative;
  height: 60px;
  width: 50%;
  text-align: center;
}

.radio-btn label,
.radio-btn input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f6f7f8;
}

.radio-btn input[type="radio"] {
  opacity: 0.011;
  z-index: 100;
}

/* Updated selector for the checked state */
.radio-btn input[type="radio"]:checked + .radio-btn-lbl,
.radio-btn input[type="radio"]:checked + label {
  background-color: var(--color-2);
  color: white;
}
.radio-btn label.selected-type {
  background-color: var(--color-3);
  color: white;
  width: 100%;
}
.radio-btn-lbl {
  margin-right: 10px;
  cursor: pointer;
  z-index: 90;
  line-height: 1.8em;
  height: 32px;
}
.nw-patient-label {
  border-radius: 100px 0 0 100px;
}
.old-patient-label {
  border-radius: 0 100px 100px 0;
}
.form-note p {
  color: #5c5c5c;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 1.25em;
}

.peach-btn {
  border-radius: 4px;
  padding: 8px;
  background: var(--color-3);
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: none;
  cursor: pointer;
}
.intro-box {
  width: 272px;
  font-size: 14px;
  margin-bottom: 8px;
}
.intro-box span {
  font-size: 14px;
}

.contact-box .cinic-prev-img {
  width: 50%;
}
.contact-box .cinic-prev-img img {
  border-radius: 4px;
}
.contact-box .clinic-contact {
  padding: 12px 8px;
  border-radius: 4px;
  background: #f6f7f8;
  min-height: 172px;
  width: 50%;
}
.clinic-contact .peach-icon-box a {
  font-size: 14px;
}
.peach-icon-box {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}
.peach-icon-box img {
  height: 30px;
  width: auto;
}
.wait-time-box p {
  font-size: 14px;
  color: #003057;
}
.booking-faq {
  background: #f6f7f8;
}
.booking-faq .faq-block .faq-item .faq-content {
  border-top: none;
}
.booking-faq .faq-header,
.booking-faq .faq-block .faq-item:first-child .faq-header {
  border-top: 1px solid #dcdcdc;
}

.peach-icon-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.faq-content {
  display: none;
}
.faq-opened .faq-content {
  display: block;
}
.booking-faq h4 {
  columns: var(--color-1);
  font-size: 14px;
  font-weight: 600;
}
.booking-faq .faq-title h5 {
  font-weight: 400;
}

.get-apt-time {
  cursor: pointer;
}
.active-slot {
  background: var(--color-2);
  color: #fff;
}

ul.common-insurance {
  font-size: 14px;
  line-height: 20.5px;
}
.contact-box .cinic-prev-img img {
  width: 100%;
  height: auto;
}
/**************** Booking Page  End ******************/

/*********** Confirmation Page Start *****************/

.confirmation-content {
  display: flex;
}
.confirmation-details {
  width: 75%;
}
.confirmation-details p {
  margin-bottom: 12px;
}
.confirmation-img {
  width: 25%;
  text-align: right;
}
.confirmation-img img {
  height: auto;
  width: auto;
}
.confirmation-ext-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.confirmation-ext-btns #add_to_cal {
  position: relative;
}
#add_to_cal .calendars-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  padding: 10px;
  overflow-y: auto;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  z-index: 9;
}
.calendars-options .cal-option-item a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.confirmation-ext-btns #add_to_cal .cal-option-item img {
  width: 16px;
  height: auto;
}

.peach-tr-btn {
  color: var(--color-2);
  border-radius: 4px;
  border: 1px solid var(--color-2);
  padding: 4px 8px;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
}
.peach-tr-btn span {
  color: var(--color-2);
}
.confirmation-ext-btns .peach-tr-btn {
  width: 47%;
  font-size: 14px;
}

.peach-tr-btn.warning-btn {
  color: #ce1b1b;
  border: 1px solid #ce1b1b;
}
.single-clinic-row h4.confirmation-heading {
  color: var(--color-3);
  font-size: 18px;
  font-weight: 600;
}
.booking-nxt-steps {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 30px;
  font-size: 14px;
}
.booking-nxt-steps li {
  margin: 8px 0;
}
/*********** Confirmation Page End *****************/

/* MAP BTN */
.hospital-list-item img.icon {
  width: 32px;
}
.mapboxgl-ctrl-geocoder button:not(:disabled):hover {
  background-color: #ce1b1b !important;
  color: #fff !important;
}
.mapboxgl-ctrl-geocoder--button:hover .mapboxgl-ctrl-geocoder--icon-close {
  fill: #fff !important;
}
.map-slot_btn {
  list-style-type: none;
  border-radius: 4px;
  border: 1px solid #bcbcbc;
  font-size: 14px;
  text-align: center;
  padding: 7px 16px;
  color: #333333;
}
div.map-slot_btn.active-slot {
  color: #fff;
}
.add-times-dropdown {
  position: relative;
}
.add-times-dropdown-list {
  width: 100% !important;
}
ul.add-times-dropdown-list li {
  list-style-type: none;
}
.check-in-button > button {
  background: var(--color-3);
  color: #fff;
  padding: 12px;
  border: 0;
  border-radius: 5px;
  font-family: "Source Sans 3", sans-serif;
}
.ll-check-in-btn {
  margin: 12px 0;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 0.31fr;
}
.btn.map-btn-primary {
  width: 100%;
  padding: 12px 0;
  border: none;
  background: #ce1b1b;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3sease;
  transition: all 0.3sease;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.24), 0px 3px 6px rgba(0, 0, 0, 0.12);
}
.btn.map-btn-primary:hover {
  background: #a70d0d;
  color: #fff;
}
.btn.map-btn-secondary {
  width: 100%;
  padding: 12px 0;
  margin-top: 5px;
  border: none;
  background: #506fbe;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3sease;
  transition: all 0.3sease;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.24), 0px 3px 6px rgba(0, 0, 0, 0.12);
}
.btn.map-btn-secondary:hover {
  background: #274573;
  color: #fff;
}
/* MAP BTN ENDS */

/* Map CSS */

/* Marker tweaks */
#map-canvas .mapboxgl-popup-content {
  background: #fff;
  border-radius: 0;
}

.mapboxgl-popup-content {
  font: 400 15px/22px;
  padding: 0;
  width: 180px;
}

.mapboxgl-popup-content h3 {
  background: #91c949;
  color: #fff;
  margin: 0;
  padding: 10px;
  border-radius: 3px 3px 0 0;
  font-weight: 700;
  margin-top: -15px;
}

.mapboxgl-popup-content h4 {
  margin: 0;
  padding: 10px;
  font-weight: 400;
}

.mapboxgl-popup-content > div {
  padding: 10px;
}

.mapboxgl-popup-anchor-top > .mapboxgl-popup-content {
  margin-top: 15px;
}

.mapboxgl-popup-anchor-top > .mapboxgl-popup-tip {
  border-bottom-color: #91c949;
}

/* Marker */

#map-canvas .marker {
  border: none;
  cursor: pointer;
  width: auto !important;
  /* background-image: url('../assets/img/map_icon.svg'); */
}

#map-canvas .marker .marker-box {
  position: relative;
}
#map-canvas .marker .marker-box > svg {
  width: 15px;
  height: 23px;
}
#map-canvas .marker .marker-box .map-wait_icon > svg {
  width: 12px;
  height: 12px;
}

#map-canvas .marker .marker-box .map-wait_icon {
  display: none;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 18%;
  left: 0;
  text-align: center;
  color: #274573;
  font-weight: 700;
  width: 100%;
}
#waiting-container {
  position: relative;
}

#waiting-container::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: red;
  z-index: 999;
}
.map-wait_icon .patient_queue {
  font-size: 12px;
  font-weight: 700;
}
.marker-clinic_name {
  position: absolute;
  display: none;
  /* margin-top: 22px; */
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: 900;
  top: 100%;
}
/* Map Loader */
.map-data_loader {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  background: var(--color-2);
  box-sizing: border-box;
  animation: shadowExpandX 1s linear infinite alternate;
  margin-left: 20px;
}

@keyframes shadowExpandX {
  0% {
    box-shadow: 0 0, 0 0;
    color: rgba(255, 255, 255, 0.2);
  }
  100% {
    box-shadow: -24px 0, 24px 0;
    color: rgba(194, 10, 10, 0.8);
  }
}
.business-hours {
  display: flex;
  align-items: center;
}
.business-hours__text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Responsive */
@media only screen and (max-width: 767px) {
  .container {
    width: 90%;
    padding-top: 40px;
  }
  .single-clinic-row {
    flex-direction: column;
  }
  .clinic-col {
    width: 100%;
  }
  .clinic-map iframe {
    width: 100%;
    height: 130px;
  }
  .single-clinic-header h1 {
    font-size: 24px;
  }
  .single-clinic-row h3 {
    font-size: 18px;
    font-weight: 600;
  }

  .welcome-block {
    width: 55%;
  }
  .clinic-state-block {
    width: 35%;
  }
  .slots-wrapper > ul.available-slots li {
    padding: 7px 10px;
  }
  .mapboxgl-popup-close-button {
    display: block;
  }
  .radio-btn {
    height: 40px;
  }
  .info-content {
    gap: 30px;
  }
  .slots-wrapper ul.available-slots {
    grid-template-columns: auto auto auto;
  }
  .slots-wrapper > ul.available-slots li {
    width: 100%;
  }
  #nearbyclinic .faq-content {
    padding: 8px;
  }
  .nb-clinic-row .nb-clinic-item {
    padding: 8px;
  }
  .nb-clinic-item .nb-clinic-details {
    width: 43%;
  }
  .nb-clinic-item .nb-clinic-map {
    width: 57%;
  }
  .nb-clinic-details p.wait-status {
    display: none;
  }
  .nb-clinic-details p {
    font-size: 12px;
  }
  .nb-clinic-details p.current-wait-time span {
    font-size: 12px;
  }
  .nb-clinic-details p.current-total-slots {
    font-size: 12px;
  }
  .nb-clinic-details p.current-total-slots span {
    font-size: 12px;
  }
  #telehealth-popup {
    max-height: 75vh;
  }
}
