/******** Post Launch Hot Fixes ********/ /* 11-22-22 */
@media screen and (max-width: 767px) {
  .find-care-page .card.location-card .status-short {
    display: none;
  }
  .find-care-page .card.location-card .status-long {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .find-care-page .card.location-card .status-long {
    display: flex;
  }
  .find-care-page .card.location-card .status-short {
    display: none;
  }
  .find-care-page .card.location-card .info-item .info-item-details {
    display: flex;
    flex-direction: row;
  }
}
.find-care-page .card.location-card .show-status {
  display: flex !important;
}

.popover__wrapper {
  position: static;
}

.popover__wrapper[data-headlessui-state=open] {
  background-color: #f5feff;
  border: 1.5px solid #007fa9;
  color: #3a4455;
}

.popover__wrapper .show {
  left: initial;
  right: initial;
}

.popover__content {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.45);
  left: 0;
  min-width: 300px;
  position: absolute;
  right: 0;
  transform: translateY(10px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 100;
}

.popover__content:before {
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 10px 10px;
  content: "";
  position: absolute;
  right: calc(50% - 10px);
  top: -8px;
  transition-duration: 0.3s;
  transition-property: transform;
  z-index: -1;
}

.popover__list {
  max-height: 250px;
  overflow-y: auto;
  padding: 24px 24px 16px;
}

.popover-footer {
  border-top: 1px solid #d4d4d4;
  display: flex;
  justify-content: space-between;
  padding: 8px 16px;
}

.popover-reset {
  border-top: 1px solid #d4d4d4;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 16px;
  cursor: not-allowed;
}

.popover-reset.enabled {
  cursor: pointer;
}

.popover-reset.enabled label {
  color: #007fa9;
}

.popover-reset.enabled span {
  color: #007fa9;
}

.popover-reset label {
  margin-right: 8px;
  color: #c9c9c5;
  cursor: inherit;
}

.popover-reset span {
  color: #c9c9c5;
  cursor: inherit;
}

.mammo-banner-container {
  margin: 8px 20px;
  background-color: #fee9bc;
  border: solid 1px #ffb71b;
  padding: 16px;
  border-radius: 10px;
  color: #3a4455;
  cursor: pointer;
}

.mammo-banner-container p {
  margin-top: 16px;
}

.mammo-banner-container-header {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: 0;
  font-family: sharpsans-semibold;
  color: #3a4455;
  width: 100%;
  cursor: pointer;
}

.mammo-banner-container-title {
  padding-left: 12px;
}

.mammo-banner-container-chevron {
  margin-left: auto;
}

.mammo-banner-container-normal {
  transform: rotate(0deg);
  transition: all 0.1s ease-in;
}

.mammo-banner-container-rotate {
  transform: rotate(180deg);
  transition: all 0.1s ease-in;
}

.pagination:not(.show-arrows) .previous,
.pagination:not(.show-arrows) .next {
  display: list-item;
}

.card.service-card .urgent-care .find-care-open-schedule:before {
  content: "";
  width: 100%;
}

.card.urgent-care .info-item-status:after {
  display: none;
}

@media screen and (max-width: 767px) {
  .filter-pills {
    width: 100%;
  }
}
.mammo-banner-container div {
  margin-top: 16px;
}

.mammo-banner-container ul {
  -moz-column-count: 2;
  column-count: 2;
}

@media screen and (min-width: 768px) {
  .mammo-banner-container ul {
    -moz-column-count: 2;
    column-count: 2;
  }
  .mammo-banner-container .columncontainer {
    padding-right: 16px;
    padding-left: 25px;
  }
}
@media screen and (min-width: 992px) {
  .mammo-banner-container ul {
    -moz-column-count: 3;
    column-count: 3;
  }
  .mammo-banner-container .columncontainer {
    padding-right: 16px;
    padding-left: 25px;
  }
}
.mammo-banner-container ul > li {
  list-style: disc;
}

.mammo-banner-container .columncontainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mammo-banner-container .column {
  width: 45%; /* Adjust the width as needed */
}

.mammo-banner-container-title {
  font-family: "sharpsans-bold";
  text-align: left;
  font-size: 16px;
}

.mammo-banner-container-text a {
  color: #000000;
  font-family: "sharpsans-bold";
}

.mammo-banner-container-text {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .mammo-banner-container .columncontainer {
    padding-right: 16px;
    padding-left: 25px;
  }
}
/* Overlay and Other Changes*/
.nextcare-modal-overlay {
  background-color: white;
  opacity: 0.9;
  height: 100vh;
  left: 0;
  top: 0;
  position: fixed;
  width: 100vw;
  z-index: 999;
}

.nextcare-modal-main {
  overflow: hidden;
  position: fixed;
  width: 948px;
  height: 308px;
  top: 353px;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0px auto;
  z-index: 9999;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

@media screen and (max-width: 968px) {
  .nextcare-modal-main {
    width: 498px;
    padding: 15px;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .nextcare-modal-main {
    width: 368px;
    padding: 15px;
    text-align: center;
  }
}
.nextcare-modal-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 968px) {
  .nextcare-modal-title {
    margin-bottom: 5px;
  }
}
.nextcare-modal-text {
  color: #007fa9;
  font-size: 44px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -1px;
  text-align: center;
}

@media screen and (max-width: 968px) {
  .nextcare-modal-text {
    font-size: 22px;
    padding: 10px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
  .nextcare-modal-text {
    font-size: 18px;
    padding: 10px;
    margin-bottom: 15px;
  }
}
.nextcare-modal-logo {
  width: 145px;
  height: 145px;
  margin-bottom: 30px;
}

@media screen and (max-width: 968px) {
  .nextcare-modal-logo {
    width: 95px;
    height: 95px;
    margin-bottom: 10px;
  }
}
.nextcare-modal-content {
  font-size: 30px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: -0.5px;
  text-align: center;
  color: #3a4455;
}

@media screen and (min-width: 2100px) {
  .nextcare-modal-content {
    min-width: 50vw !important;
  }
}
@media screen and (max-width: 968px) {
  .nextcare-modal-content {
    width: 458px;
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .nextcare-modal-content {
    width: 338px;
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.next-care-booking {
  width: 100%;
  display: flex;
  justify-content: center;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .next-care-cta {
    width: 100%;
  }
}
.NextCareSchTxt::after {
  content: "\e005";
  font-family: bsw-icons;
  margin-left: 4px;
  vertical-align: middle;
  font-size: 18px;
}

.card.service-card.not-selectable.urgent-care:has(.next-care-booking a) hr:nth-of-type(2) {
  display: block;
}

.card.service-card.not-selectable.urgent-care:has(.card-patients-online) hr:nth-of-type(2) {
  display: block;
}

.card-patients-online {
  color: #3a4455;
  font-size: 14px;
  font-weight: 700;
  margin-right: 5px;
}

.card-patients-coming {
  color: #727272;
  font-size: 14px;
  font-weight: 600;
}

.card-patients-number {
  color: #007fa9;
  font-size: 14px;
  font-weight: 700;
}

.appt-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.appt-info .find-care-booking {
  width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .appt-info .find-care-booking {
    width: auto;
  }
}
@media (min-width: 1300px) {
  .appt-info .find-care-booking {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .appt-info {
    flex-direction: row;
    width: 100%;
    margin: 0;
    padding: 0;
    justify-content: space-between;
  }
}
@media (min-width: 1300px) {
  .appt-info {
    flex-direction: row;
    width: 100%;
    margin: 0;
    padding: 0;
    justify-content: space-between;
  }
}
.card.service-card .card-footer {
  display: flex;
  justify-content: center;
}

.card.service-card .urgent-care .find-care-open-schedule:before {
  display: none;
}

.card.service-card .appt-info {
  display: flex;
  gap: 6px;
  flex-wrap: nowrap;
  /* justify-content: center;*/
}

@media (max-width: 768px) {
  .card.service-card .card-footer {
    /*  width: auto; */
    flex-direction: column;
  }
}
@media (min-width: 1300px) {
  .card.service-card .appt-info {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .card.service-card.not-selectable.urgent-care .card-info .info-item {
    justify-content: flex-start;
  }
}
button.booking-button.service-button.btn.btn-primary-teal {
  margin: unset;
}

.find-care-booking.next-care-booking a.btn.btn-primary-teal.next-care-cta {
  margin-top: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .card-patients {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: auto;
  }
  .card-patients-online {
    width: auto;
  }
  .card-patients-coming {
    width: auto;
  }
  .find-care-booking.next-care-booking a.btn.btn-primary-teal.next-care-cta {
    margin: 0;
    min-width: 200px;
  }
  .card.service-card button.booking-button.service-button.btn.btn-primary-teal {
    margin: 0;
    min-width: 200px;
  }
}
@media (min-width: 1300px) {
  .card-patients {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: auto;
  }
  .card-patients-online {
    width: auto;
  }
  .card-patients-coming {
    width: auto;
  }
  .find-care-booking.next-care-booking a.btn.btn-primary-teal.next-care-cta {
    margin: 0;
    min-width: 250px;
  }
  .card.service-card button.booking-button.service-button.btn.btn-primary-teal {
    margin: 0;
    min-width: 250px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .card.service-card .card-footer:not(.find-care-booking) {
    justify-content: space-between;
    width: 100%;
  }
}
@media (min-width: 1300px) {
  .card.service-card .card-footer:not(.find-care-booking) {
    justify-content: space-between;
    width: 100%;
  }
}
.jobAww {
  display: flex;
  flex-wrap: wrap;
  min-width: 275px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .jobAww {
    flex-wrap: nowrap;
    gap: 6px;
  }
}
@media (min-width: 1300px) {
  .jobAww {
    flex-wrap: nowrap;
    gap: 6px;
  }
}
.jobAww span:nth-child(1) {
  flex: 1 0 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .jobAww span:nth-child(1) {
    flex: 1 0 auto;
  }
}
@media (min-width: 1300px) {
  .jobAww span:nth-child(1) {
    flex: 0 0 auto;
    text-align: left;
  }
}
.jobAww span:nth-child(2) {
  border-left: none;
  border-right: none;
  flex: 1 0 50%;
}

@media (max-width: 768px) {
  .jobAww span:nth-child(2) {
    flex: 1 0 auto;
    padding: 0 8px;
  }
}
@media (min-width: 1300px) {
  .jobAww span:nth-child(2) {
    flex: 1 0 auto;
    padding: 0 10px;
    text-align: left;
  }
}
.jobAww span:nth-child(3) {
  border-left: 1px solid rgb(221, 221, 221);
  flex: 1 0 50%;
}

.jobAww span:nth-child(3):empty {
  opacity: 0;
}

@media (max-width: 768px) {
  .jobAww span:nth-child(3) {
    flex: 1 0 auto;
    padding: 0 12px;
  }
}
@media (min-width: 1300px) {
  .jobAww span:nth-child(3) {
    flex: 1 0 auto;
    padding: 0 16px;
  }
}
.jobAww span:nth-child(4) {
  border-left: 1px solid rgb(221, 221, 221);
  flex: 1 0 50%;
}

.jobAww span:nth-child(4):empty {
  opacity: 0;
}

@media (max-width: 768px) {
  .jobAww span:nth-child(4) {
    flex: 1 0 auto;
    padding: 0 12px;
  }
}
@media (min-width: 1300px) {
  .jobAww span:nth-child(4) {
    flex: 1 0 auto;
    padding: 0 16px;
  }
}
.jobAww span:nth-child(5) {
  border-left: 1px solid rgb(221, 221, 221);
  flex: 1 0 50%;
}

.jobAww span:nth-child(5):empty {
  opacity: 0;
}

@media (max-width: 768px) {
  .jobAww span:nth-child(5) {
    flex: 1 0 auto;
    padding: 0 12px;
  }
}
@media (min-width: 1300px) {
  .jobAww span:nth-child(5) {
    flex: 1 0 auto;
    padding: 0 16px;
  }
}
.jobAww span:nth-child(6) {
  border-left: 1px solid rgb(221, 221, 221);
  flex: 1 0 50%;
}

.jobAww span:nth-child(6):empty {
  opacity: 0;
}

@media (max-width: 768px) {
  .jobAww span:nth-child(6) {
    flex: 1 0 auto;
    padding: 0 12px;
  }
}
@media (min-width: 1300px) {
  .jobAww span:nth-child(6) {
    flex: 1 0 auto;
    padding: 0 16px;
  }
}
.pagination {
  width: 95%;
  left: 6px;
  position: relative;
  padding: 0 60px;
}

.press-ganey {
  display: flex;
  justify-content: center;
  margin-left: 0;
}

.pagination:not(.show-arrows) .previous, .pagination:not(.show-arrows) .next {
  display: unset;
}

li.previous.disabled, li.next.disabled {
  display: none !important;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .appt-info {
    position: relative;
  }
  .appt-info > div:nth-child(1) {
    position: relative;
    width: 100%;
    height: -moz-max-content;
    height: -webkit-max-content;
    height: max-content;
  }
  .card-patients {
    position: relative;
    top: -5px;
  }
  .card.service-card .apt-info {
    width: auto;
    position: absolute;
    top: 32px;
  }
  .appt-info:has(.card-patients) .card-patients {
    top: 0px;
  }
  .appt-info:has(.find-care-open-schedule) .card-patients {
    top: -20px;
  }
  .appt-info:has(.find-care-open-schedule) .find-care-open-schedule {
    position: absolute;
    top: 27px;
    left: 0px;
  }
}
@media (min-width: 1300px) {
  .appt-info {
    position: relative;
  }
  .appt-info > div:nth-child(1) {
    position: relative;
    width: 100%;
    height: -moz-max-content;
    height: -webkit-max-content;
    height: max-content;
  }
  .card-patients {
    position: relative;
    top: -5px;
  }
  .card.service-card .apt-info {
    width: auto;
    position: absolute;
    top: 32px;
  }
  .appt-info:has(.card-patients) .card-patients {
    top: 0px;
  }
  .appt-info:has(.find-care-open-schedule) .card-patients {
    top: -20px;
  }
  .appt-info:has(.find-care-open-schedule) .find-care-open-schedule {
    position: absolute;
    top: 27px;
    left: 0px;
  }
}
a.card-headername-no-link {
  font-family: "sharpsans-semibold";
  text-decoration: none;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.25px;
  text-align: left;
}

a.card-headername-no-link:hover {
  text-decoration: none;
  color: #007FA9;
  cursor: default;
}

a.card-headername-link {
  font-family: "sharpsans-semibold";
  text-decoration: none;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.25px;
  text-align: left;
}

a.card-headername-link:hover {
  text-decoration: underline;
  color: #007fa9;
}

.survey-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
  margin-bottom: 16px;
  height: 110px;
  padding: 23px 21px 23px 21px;
  border-radius: 16px;
  border: 1px solid #c9c9c5;
  background-color: #f7f9fa;
}

@media only screen and (max-width: 680px) {
  .survey-card {
    height: 150px;
  }
}
.survey-info {
  display: flex;
  align-items: center;
}

.survey-title {
  color: #007fa9;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
}

@media only screen and (max-width: 680px) {
  .survey-title {
    font-size: 18px;
  }
}
.survey-sub-title {
  color: #727272;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
}

.survey-bsw-icon__brand {
  width: 64px;
  height: 64px;
  margin-right: 20px;
}

@media only screen and (max-width: 680px) {
  .survey-bsw-icon__brand {
    width: 54px;
    height: 54px;
    margin-right: 10px;
  }
}
.survey-btn-feedback {
  background-color: #007fa9;
  border: 1px solid #007fa9;
  color: #fff;
  width: 32% !important;
  height: 45px;
  padding: 10px 24px 10px 24px !important;
  border-radius: 10px;
}

@media only screen and (max-width: 680px) {
  .survey-btn-feedback {
    padding: 1px 3px 1px 3px !important;
    height: 60px;
    width: 62% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .card.service-card .find-care-open-schedule {
    max-width: 350px;
  }
  .appt-info .find-care-open-schedule {
    position: absolute;
    top: 37px;
    left: 0px;
  }
}
@media screen and (min-width: 1300px) {
  .card.service-card .find-care-open-schedule {
    max-width: 350px;
  }
  .appt-info .find-care-open-schedule {
    position: absolute;
    top: 37px;
    left: 0px;
  }
}
.QSIPopOverShadowBox {
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
}

.availability {
  display: flex;
  width: 100%;
  flex: 2;
  justify-content: flex-start;
  gap: 20px;
}

.more-filters,
.more-filters__content {
  max-height: 90vh;
}

@media (max-height: 720px) and (max-width: 992px) {
  .more-filters,
  .more-filters__content {
    max-height: 100vh;
    margin-top: 12%;
  }
}
@media (max-height: 850px) and (min-width: 992px) {
  .more-filters,
  .more-filters__content {
    max-height: 88vh !important;
  }
}
.flu-banner-container {
  margin: 8px 20px;
  background-color: #fee9bc;
  border: solid 1px #ffb71b;
  padding: 16px;
  border-radius: 10px;
  color: #3a4455;
  cursor: pointer;
}

.flu-banner-container-header {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: 0;
  font-family: "sharpsans-semibold";
  color: #3a4455;
  width: 100%;
  cursor: pointer;
}

.flu-banner-container div {
  margin-top: 16px;
}

.flu-banner-container-title {
  padding-left: 12px;
}

.flu-banner-container-link {
  color: #3a4455;
  font-family: "sharpsans-bold";
  text-decoration: underline;
}

@media only screen and (min-width: 992px) {
  .find-care-page .global-header {
    max-width: 1920px;
    margin: auto;
  }
}
@media only screen and (min-width: 1440px) {
  .find-care-page .component.header.sticky-page > .component.container.primary-white-bg.full-width {
    max-width: 95%;
  }
}
/** New google Maps styles**/
.find-care-map {
  order: 0;
  place-self: auto;
  grid-area: auto/auto/auto/auto;
  z-index: -1;
  float: none;
  flex-shrink: 1;
  display: block;
  margin: 0px;
  inset: 0px;
  position: relative;
  flex-basis: auto;
  overflow: visible;
  box-sizing: border-box;
  width: 564px;
  max-height: 1000px;
  padding: 0px;
}

.map-container {
  position: relative;
  transform: translate(0px, 0px);
  inset: 0px auto auto 0px;
  margin: 0px;
  padding: 0px;
  /* Overrides */
  width: 100%;
  height: 100%;
  max-width: none;
  background: none !important;
}
.map-container > div {
  height: 100%;
}

.bsw-map-pin {
  background: #006181;
  border-radius: 100%;
  color: white;
  font-family: Roboto, Arial, sans-serif;
  font-size: 12px !important;
  left: -1px;
  padding: 0;
  position: relative;
  top: -6px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bsw-marker-overlay {
  background-color: #006181;
  border-radius: 18px;
  color: white;
  padding: 24px;
  max-width: 230px;
}

.search-this-area {
  border: 2px solid #007FA9;
  border-radius: 10px;
  position: absolute;
  bottom: 48px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 12px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* Info Window */
.gm-style .gm-style-iw-c {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
.gm-style .gm-style-iw-d {
  background-color: transparent;
}
.gm-style .gm-style-iw-tc {
  box-shadow: none;
  display: none;
  -webkit-filter: none;
  filter: none;
}
.gm-style .gm-style-iw-tc:after {
  background: #006181;
}
.gm-style .gm-style-iw.gm-style-iw-c,
.gm-style .gm-style-iw-tc {
  top: -30px;
}
.gm-style [aria-label=Close] {
  display: none !important;
}
.gm-style .gm-style-iw-d::-webkit-scrollbar-track,
.gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece {
  background-color: transparent !important;
}

.marker-pin-label {
  background-color: rgb(0, 97, 129);
  position: absolute;
  z-index: 100;
  top: -6px;
  left: 0;
  right: 0;
  border-radius: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  z-index: 0;
}

.bsw-map-pin-single:after {
  top: -4px !important;
  margin: auto !important;
  left: 3px !important;
}

/* Fix for 284738 */
.find-care-page #headlessui-portal-root:has(.more-filters[data-headlessui-state=open]) {
  position: relative;
  z-index: 40000;
}

.find-care-page .more-filters {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 24px;
  width: 100%;
  max-width: unset;
  height: clamp(500px, 100%, 100dvh);
}

.find-care-page .more-filters,
.find-care-page .more-filters__content {
  margin: unset;
  max-height: unset !important;
}

@media screen and (min-width: 992px) {
  .find-care-page .find-care-page .more-filters__content {
    width: 800px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .find-care-page .more-filters__body {
    padding-inline: 24px !important;
  }
  .find-care-page .find-care-page .more-filters__content {
    width: clamp(500px, 100%, 50dvw);
  }
}
/* DRAWER Styles */
.evisit-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999999998;
}

.evisit-drawer {
  position: fixed;
  top: 0;
  right: -447px;
  width: 447px;
  height: 100%;
  background-color: #ffffff;
  z-index: 9999999999;
  box-shadow: -2px 0 6px rgba(0, 0, 0, 0.2);
  transition: right 0.3s ease-in-out;
  overflow-y: auto;
}
.evisit-drawer.open {
  right: 0;
}
.evisit-drawer .drawer-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 24px 16px;
  width: 100%;
}
.evisit-drawer .drawer-header .close-text {
  font-size: 14px;
  color: #586f78;
  margin-right: 8px;
  font-family: "sharpsans-bold";
}
.evisit-drawer .drawer-header .close-icon {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.evisit-drawer .drawer-header .close-icon img {
  width: 24px;
  height: 24px;
  display: block;
}

.drawer-information {
  padding-left: 24px;
  padding-right: 24px;
}
.drawer-information .evisit-title {
  font-size: 24px;
  color: #364248;
  font-family: "sharpsans-semibold";
  margin-bottom: 16px;
}
.drawer-information .evisit-description {
  font-size: 14px;
  color: #586f78;
  font-family: "sharpsans-semibold";
}

.evisit-banner-info {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 16px;
  margin-bottom: 24px;
}
.evisit-banner-info .info-icon {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  flex-shrink: 0;
}
.evisit-banner-info .info-text {
  font-size: 14px;
  color: #364248;
  font-family: "sharpsans-semibold";
  line-height: 1.4;
}

.evisit-meta-info {
  margin-top: 16px;
  margin-bottom: 24px;
}
.evisit-meta-info p {
  font-size: 14px;
  font-family: "sharpsans-semibold";
  color: #007c6d;
  margin: 4px 0;
}
.evisit-meta-info p .label {
  font-family: "sharpsans-bold";
}

.evisit-ideal-for {
  margin-top: 40px;
}
.evisit-ideal-for h3 {
  font-size: 16px;
  font-family: "sharpsans-bold";
  color: #364248;
  margin-bottom: 16px;
}
.evisit-ideal-for ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.evisit-ideal-for ul li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 14px;
  font-family: "sharpsans-semibold";
  color: #586f78;
}
.evisit-ideal-for ul li .bullet-icon {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .evisit-drawer {
    width: 100vw;
    height: 70vh;
    max-height: 90vh;
    bottom: 0;
    top: auto;
    right: 0;
    left: 0;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 24px 24px 0 0;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
    transform: translateY(100%);
    position: fixed;
    overflow-y: auto;
  }
  .evisit-drawer.open {
    transform: translateY(0);
  }
  .drawer-header {
    justify-content: flex-end;
    padding: 24px 16px 0 16px;
  }
  .drawer-information {
    padding: 16px;
  }
  .evisit-title {
    margin-bottom: 40px !important;
    text-align: center;
    margin-top: -70px;
  }
  .close-text {
    display: none;
  }
}
.how-it-works-button {
  font-family: "sharpsans-bold";
  color: #007EB4;
}
.how-it-works-button:hover {
  cursor: pointer;
}

.location-hours-modal__tabs-container {
  display: flex;
  justify-content: center;
  padding: 0 60px;
}

.location-hours-modal__tabs {
  border: 1px solid #727272;
  border-radius: 12px;
  display: inline-flex;
}

.location-hours-modal__tab {
  border-left: 1px solid #727272;
  color: #727272;
  padding: 10px 20px;
  cursor: pointer;
}

.location-hours-modal__tab:first-child {
  border-left: none;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.location-hours-modal__tab--active {
  background-color: #007fa9;
  color: #fff;
}

.location-hours-modal__tab:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

/* Confirmation Modal Styles*/
.cm-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999999999;
  padding: 24px;
}

.cm-modal {
  width: 880px;
  max-width: 100%;
  min-height: 330px;
  background: #ffffff;
  border: 1px solid #E6E6E6;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
}

.cm-body {
  flex: 1;
  padding: 40px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 8px;
}

.cm-footer {
  display: flex;
  gap: 8px;
  justify-content: center;
  padding: 16px 24px 24px;
  border-top: 1px solid #E6E6E6;
}

.cm-title {
  margin: 0;
  color: #586F78;
  font-family: "sharpsans-semibold";
  font-size: 16px;
  line-height: 130%;
  text-align: center;
}

.cm-subtitle {
  margin: 0;
  color: #586F78;
  font-family: "sharpsans-semibold";
  font-size: 16px;
  line-height: 160%;
  text-align: center;
}

.cm-btn {
  display: flex;
  height: 50px;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-family: "sharpsans-bold";
  font-size: 14px;
  color: #364248;
}

.cm-btn--left {
  background: #FEE9BC;
  color: #1a1a1a;
}

.cm-btn--right {
  background: #FFB71B;
  color: #1a1a1a;
}

/*  Edit Visit Reason Modal */
/* Overlay */
.evr-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9990;
  padding: 24px;
}

/* Modal  */
.evr-modal {
  width: 500px;
  max-width: 100%;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #E6E6E6;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
}

/* Close section */
.evr-header-close {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  padding: 24px 24px 16px 24px;
}

/* Close button */
.close-text {
  font-family: "sharpsans-semibold";
  font-size: 14px;
  font-weight: 600;
  color: #364248;
  cursor: pointer;
}

.close-icon {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.close-icon img {
  display: block;
}

.evr-title {
  margin: 0 0 16px 0;
  text-align: center;
  color: #364248;
  font-family: "sharpsans-semibold";
  font-size: 20px;
}

/* Notice card */
.evr-notice {
  margin: 0 24px 16px 24px;
  padding: 16px 16px;
  background: #FFF8E6;
  border: 1px solid #FFC342;
  border-radius: 10px;
  color: #364248;
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-family: "sharpsans-semibold";
}

.evr-notice-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}

/* Questions container  */
.evr-questions-container {
  margin: 0 24px;
  padding: 12px;
  background: #ffffff;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  overflow: hidden;
}

/* Inner blocks with padding */
.evr-question-block {
  padding: 16px;
}

/* Divider */
.evr-divider {
  display: block;
  width: 90%;
  height: 1px;
  background: #E6E6E6;
  margin: 0 auto;
}

/* Typography for question and subtitle */
.evr-question {
  color: #364248;
  font-family: "sharpsans-semibold";
  font-size: 16px;
  line-height: 110%;
  margin: 0 0 4px 0;
}

.evr-subtitle {
  color: #586F78;
  font-family: "sharpsans-semibold";
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
  margin: 0;
}

/* Footer with CTA */
.evr-footer {
  padding: 16px 24px 24px 24px;
  display: flex;
  justify-content: center;
}

.evr-btn {
  border: none;
  border-radius: 4px;
  padding: 16px 24px;
  font-family: "sharpsans-bold";
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.evr-btn--primary {
  background: #FFC342;
  color: #1a1a1a;
}

/* My BSW Health Portal Link */
.mybswhealth-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-family: "sharpsans-semibold";
  line-height: 1.4;
  margin-top: 5px;
}

.mybswhealth-text {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
}

.highlight-light {
  color: #007eb4;
  font-weight: 600;
}

.highlight-dark {
  color: #003da6;
  font-weight: 700;
}

.portal {
  color: #333333;
  margin-left: 4px;
  font-weight: 400;
}

.question-icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px !important;
  height: 20px !important;
  margin-left: 6px;
}

.mybswhealth-inline {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* Phone Number Link  */
.phone-number {
  display: flex;
  align-items: center;
}

.phone-text {
  font-size: 14px;
  color: #586f78;
  font-family: "sharpsans-semibold";
  margin-left: 2px;
}

/* Rating Score */
.rating-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 8px;
  font-size: 14px;
}

.stars {
  display: flex;
  line-height: 1;
  margin-left: 5px;
}

.bsw-icon-star {
  font-size: 18px;
  position: relative;
}

.star-filled {
  color: #FFC342;
  margin-left: -7px;
}

.star-empty {
  background: linear-gradient(0deg, rgba(0, 42, 79, 0.2) 0%, rgba(0, 42, 79, 0.2) 100%), rgba(0, 42, 79, 0.2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: -7px;
}

.rating-text {
  font-weight: 600;
  margin-top: 2px;
  font-size: 13px;
  color: #888B8D;
  font-family: "sharpsans-semibold";
}

/* Survey Frame  */
.no-scroll {
  overflow: hidden;
}

.survey-frame-overlay {
  position: fixed;
  top: 80px; /* deja visible la barra superior */
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: #fff;
}

.survey-frame-close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  padding: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.survey-frame-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 70px);
  border: none;
  z-index: 1;
}

/* Tooltip  */
.tooltip-container {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.tooltip-text {
  position: absolute;
  bottom: 130%;
  left: 40%;
  transform: translateX(-50%);
  background-color: #2e3a48;
  color: white;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 14px;
  font-family: "sharpsans-semibold";
  line-height: 1.4;
  text-align: left;
  max-width: 400px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: normal;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out;
}

/* arrow */
.tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 7px;
  border-style: solid;
  border-color: #2e3a48 transparent transparent transparent;
}

.tooltip-container:hover .tooltip-text {
  opacity: 1;
  visibility: visible;
}

/* FindcareOverrides */
.bsw-icon-phone.gray:before {
  color: #364248;
}

.bsw-icon-location.gray:before {
  color: #364248;
}

.card-address i {
  margin-left: -10px;
}

.card-address a {
  color: #3a4455;
  text-decoration: none;
  margin-left: -5px;
}

button.booking-button.provider-button.btn.btn-primary-teal {
  background: #FFC342;
  color: #364248;
  padding: 16px 24px 16px 24px;
}

@media screen and (max-width: 768px) {
  .booking-button.provider-button {
    margin-top: 20px !important;
  }
}
.card-header {
  display: flex;
  align-items: center;
  gap: 8px;
}

.card-header-image {
  margin-right: 16px;
}

.card-header-image img {
  display: block;
  width: 90px;
  height: 90px;
  min-width: 90px;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-header-rating {
  display: flex;
  align-items: center;
  gap: 4px;
}

.availability-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  flex-shrink: 0;
  height: 46px;
}

.availability-slots {
  align-items: center;
  display: grid;
  grid-template-columns: 120px repeat(4, 1fr);
}

.availability-slots > span:not(.availability-label) {
  font-family: "sharpsans-semibold";
  font-weight: 600;
}

span.availability-label {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

@media screen and (min-width: 1070px) and (max-width: 1300px) {
  .availability-container {
    width: 100%;
  }
}
@media screen and (max-width: 990) {
  .availability-slots {
    grid-template-columns: repeat(5, 1fr);
  }
  .availability-label {
    grid-column: 1/-1;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 768px) {
  .availability-container {
    height: auto;
  }
  .availability-slots {
    margin-top: 10px;
    grid-template-columns: repeat(5, 1fr);
  }
  .availability-container {
    width: 100%;
  }
  .availability-label {
    grid-column: 1/-1;
    margin-bottom: 4px;
  }
}
/* Edit Visit Button to open Modal*/
.edit-visit-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.edit-visit-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: "sharpsans-semibold", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  text-decoration: underline;
}

.edit-visit-btn:hover {
  opacity: 0.9;
}

.edit-visit-btn:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.7);
  outline-offset: 2px;
}

.edit-visit-btn svg {
  display: inline-block;
}

.find-care-page footer {
  margin-top: 0;
}

.find-care-page main.sticky-main {
  margin-bottom: 0px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .utility-bar-mobile {
    top: 52px;
  }
}
@media screen and (max-width: 991px) {
  .results-meta-item.result-mobile-button,
  .results-meta.results-meta-mobile,
  .filter-pills-container .search-icon {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  body.find-care-page .filter-list-wrapper {
    height: 100px;
    z-index: 4;
  }
}
body.find-care-page:has(.popover__wrapper .show) .filter-list-wrapper {
  z-index: 5;
}/*# sourceMappingURL=bswh-find-care.css.map */