/* [project]/src/components/medical-directory/medical-directory.module.css [app-client] (css) */
.medical-directory-module__rbfn8q__medicalDirectory {
  flex-direction: column;
  width: 100%;
  padding: 40px 100px;
  display: flex;
}

@media (min-width: 480px) and (max-width: 1024px) {
  .medical-directory-module__rbfn8q__medicalDirectory {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .medical-directory-module__rbfn8q__medicalDirectory {
    padding: 20px;
  }
}

/* [project]/src/components/medical-directory/search-bar/search-bar.module.css [app-client] (css) */
.search-bar-module__IXrm2a__container {
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}

.search-bar-module__IXrm2a__searchBar {
  background: #fff;
  border-radius: 999px;
  align-items: center;
  gap: 0;
  min-height: 64px;
  padding: 12px 12px 12px 20px;
  display: flex;
}

.search-bar-module__IXrm2a__divider {
  background: rgba(0, 37, 100, .1);
  flex-shrink: 0;
  width: 1px;
  height: 40px;
  margin: 0 20px;
}

@media (min-width: 480px) and (max-width: 1024px) {
  .search-bar-module__IXrm2a__divider {
    width: 100%;
    height: 1px;
    margin: 0;
  }
}

@media (max-width: 480px) {
  .search-bar-module__IXrm2a__divider {
    width: 100%;
    height: 1px;
    margin: 0;
  }
}

.search-bar-module__IXrm2a__divider:last-of-type, .search-bar-module__IXrm2a__divider:last-child {
  display: none;
}

.search-bar-module__IXrm2a__fieldContainer {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  min-width: 0;
  max-width: 100%;
  display: flex;
  position: relative;
}

.search-bar-module__IXrm2a__wideField {
  flex: 2;
  min-width: 200px;
}

.search-bar-module__IXrm2a__dropdown {
  cursor: pointer;
  background: none;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 12px 16px;
  transition: all .2s;
  display: flex;
}

.search-bar-module__IXrm2a__dropdown:hover, .search-bar-module__IXrm2a__dropdownOpen {
  background: rgba(0, 37, 100, .05);
}

.search-bar-module__IXrm2a__selectedText {
  color: #002564;
  white-space: nowrap;
  text-overflow: ellipsis;
  letter-spacing: -.5px;
  flex: 1;
  min-width: 0;
  max-width: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  overflow: hidden;
}

.search-bar-module__IXrm2a__placeholderText {
  color: rgba(0, 37, 100, .5);
  white-space: nowrap;
  text-overflow: ellipsis;
  letter-spacing: -.5px;
  flex: 1;
  align-items: center;
  min-width: 0;
  max-width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  transition: font-size .2s;
  display: flex;
  overflow: hidden;
}

.search-bar-module__IXrm2a__placeholderText.search-bar-module__IXrm2a__hasSelectedText {
  letter-spacing: -.5px;
  font-size: 14px;
  line-height: 120%;
}

.search-bar-module__IXrm2a__textInput {
  cursor: pointer;
  min-height: 48px;
  font-size: 18px;
  font-family: var(--font-satoshi);
  color: #002564;
  letter-spacing: -.5px;
  background: none;
  border: none;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 0;
  padding: 16px;
  font-weight: 500;
  line-height: 100%;
  transition: all .2s;
  display: flex;
}

.search-bar-module__IXrm2a__textInput::placeholder {
  color: rgba(0, 37, 100, .5);
}

.search-bar-module__IXrm2a__textInput:focus, .search-bar-module__IXrm2a__textInput:hover {
  background: rgba(0, 37, 100, .05);
}

.search-bar-module__IXrm2a__textInputContainer {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: none;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 12px 16px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.search-bar-module__IXrm2a__textInputContainer:hover, .search-bar-module__IXrm2a__textInputContainer:focus-within {
  background: rgba(0, 37, 100, .05);
}

.search-bar-module__IXrm2a__textInputTitle {
  color: rgba(0, 37, 100, .5);
  white-space: nowrap;
  text-overflow: ellipsis;
  letter-spacing: -.5px;
  flex: 1;
  min-width: 0;
  max-width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  overflow: hidden;
}

.search-bar-module__IXrm2a__textInputValue {
  color: #002564;
  white-space: nowrap;
  text-overflow: ellipsis;
  letter-spacing: -.5px;
  flex: 1;
  min-width: 0;
  max-width: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  overflow: hidden;
}

.search-bar-module__IXrm2a__chevron {
  color: #737373;
  flex-shrink: 0;
  width: 10px;
  height: 5px;
  margin-left: 8px;
  transition: transform .2s;
}

.search-bar-module__IXrm2a__chevronRotated {
  transform: rotate(180deg);
}

.search-bar-module__IXrm2a__dropdownMenu {
  z-index: 1000;
  background: #fff;
  border: 1px solid rgba(0, 37, 100, .1);
  border-radius: 12px;
  max-height: 280px;
  margin-top: 4px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow-y: auto;
}

.search-bar-module__IXrm2a__dropdownOption {
  cursor: pointer;
  color: #002564;
  border-bottom: 1px solid rgba(0, 37, 100, .05);
  padding: 12px 16px;
  font-size: 16px;
  transition: background-color .2s;
}

.search-bar-module__IXrm2a__dropdownOption:last-child {
  border-bottom: none;
}

.search-bar-module__IXrm2a__dropdownOption:hover {
  background: rgba(0, 37, 100, .05);
}

.search-bar-module__IXrm2a__dropdownContent {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  min-width: 0;
  min-height: 35px;
  padding-top: 2px;
  display: flex;
}

.search-bar-module__IXrm2a__searchButton {
  color: #fff;
  cursor: pointer;
  letter-spacing: -.5px;
  background: #002564;
  border: none;
  border-radius: 32px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 125px;
  height: 48px;
  margin-left: 20px;
  padding: 18px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 125%;
  transition: all .2s;
  display: flex;
}

.search-bar-module__IXrm2a__searchButton:hover {
  background: #1e3a8a;
}

.search-bar-module__IXrm2a__searchButton:active {
  transform: scale(.98);
}

.search-bar-module__IXrm2a__searchButton span {
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 100%;
  display: flex;
}

@media (max-width: 1024px) {
  .search-bar-module__IXrm2a__searchBar {
    border-radius: 16px;
    flex-wrap: wrap;
    gap: 12px;
    padding: 12px;
  }

  .search-bar-module__IXrm2a__fieldContainer {
    flex: calc(50% - 6px);
    min-width: 200px;
    max-width: 100%;
  }

  .search-bar-module__IXrm2a__searchButton {
    flex: 100%;
    min-width: 100%;
    margin-left: 0;
  }

  .search-bar-module__IXrm2a__resultsSection {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .search-bar-module__IXrm2a__searchBar {
    border-radius: 12px;
    flex-direction: column;
    gap: 10px;
    padding: 16px;
  }

  .search-bar-module__IXrm2a__fieldContainer {
    flex: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .search-bar-module__IXrm2a__dropdown, .search-bar-module__IXrm2a__textInput {
    width: 100%;
    min-width: 0;
    min-height: 52px;
    font-size: 16px;
  }

  .search-bar-module__IXrm2a__searchButton {
    height: 52px;
    margin-left: 0;
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .search-bar-module__IXrm2a__dropdown, .search-bar-module__IXrm2a__textInput, .search-bar-module__IXrm2a__searchButton, .search-bar-module__IXrm2a__chevron {
    transition: none;
  }
}

.search-bar-module__IXrm2a__dropdown:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #6399f8;
}

.search-bar-module__IXrm2a__searchButton:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #6399f8;
}

.search-bar-module__IXrm2a__textInput:focus-visible {
  outline: none;
}

.search-bar-module__IXrm2a__textInputDisabled::placeholder, .search-bar-module__IXrm2a__disabled .search-bar-module__IXrm2a__placeholderText, .search-bar-module__IXrm2a__disabled .search-bar-module__IXrm2a__textInputTitle {
  color: rgba(0, 37, 100, .3);
}

.search-bar-module__IXrm2a__disabled .search-bar-module__IXrm2a__chevron {
  color: rgba(115, 115, 115, .5);
}

.search-bar-module__IXrm2a__disabled.search-bar-module__IXrm2a__searchButton {
  color: rgba(0, 37, 100, .3);
  cursor: not-allowed;
  background: rgba(0, 37, 100, .05);
}

.search-bar-module__IXrm2a__disabled.search-bar-module__IXrm2a__searchButton svg path {
  stroke: rgba(0, 37, 100, .5);
}

/* [project]/src/components/medical-directory/results/results.module.css [app-client] (css) */
.results-module__D26q3a__resultsListEmpty {
  text-align: center;
  background-color: rgba(0, 37, 100, .05);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 12px;
  display: flex;
}

.results-module__D26q3a__emptyContainer {
  background: #f3f6fb;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.results-module__D26q3a__emptyIcon {
  background-color: rgba(0, 37, 100, .05);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  display: flex;
}

.results-module__D26q3a__emptyText {
  color: #002564;
  letter-spacing: -.5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}

.results-module__D26q3a__emptySubtext {
  color: rgba(0, 37, 100, .5);
  letter-spacing: -.5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.results-module__D26q3a__resultsList {
  background: rgba(0, 37, 100, .05);
  border-radius: 32px;
  flex-direction: column;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.results-module__D26q3a__resultsHeader {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  padding: 20px 24px;
}

.results-module__D26q3a__resultsHeader h3 {
  color: #1f2937;
  font-size: 18px;
  font-weight: 600;
  font-family: var(--font-satoshi, sans-serif);
  margin: 0;
}

.results-module__D26q3a__resultsContainer {
  scrollbar-width: none;
  -ms-overflow-style: none;
  flex: 1;
  max-height: 500px;
  padding: 12px;
  overflow-y: auto;
}

.results-module__D26q3a__resultsContainer::-webkit-scrollbar {
  display: none;
}

/* [project]/src/components/medical-directory/results/professional-card.module.css [app-client] (css) */
.professional-card-module__4BKjuq__professionalCard {
  cursor: pointer;
  background: #fff;
  border-radius: 20px;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 16px;
  padding: 20px;
  transition: all .2s;
  display: flex;
}

.professional-card-module__4BKjuq__professionalCard:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
}

.professional-card-module__4BKjuq__selectedCard {
  background: #f8faff;
  border: 2px solid #3b82f6;
  box-shadow: 0 4px 12px rgba(59, 130, 246, .2);
}

.professional-card-module__4BKjuq__professionalHeader {
  align-items: center;
  gap: 20px;
  display: flex;
}

.professional-card-module__4BKjuq__professionalNumber {
  color: #fff;
  background: #6399f8;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-width: 26px;
  max-width: 26px;
  min-height: 26px;
  max-height: 26px;
  padding: 8px 10px;
  font-size: 14px;
  transition: all .2s;
  display: flex;
}

.professional-card-module__4BKjuq__professionalInfo {
  flex: 1;
  min-width: 0;
}

.professional-card-module__4BKjuq__professionalLastName {
  letter-spacing: -.5px;
  color: #002564;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.professional-card-module__4BKjuq__professionalName {
  color: rgba(0, 37, 100, .7);
  font-size: 14px;
  font-weight: 500;
  font-family: var(--font-satoshi, sans-serif);
}

.professional-card-module__4BKjuq__professionalDetails {
  flex-direction: column;
  display: flex;
}

.professional-card-module__4BKjuq__detailItem {
  color: rgba(0, 37, 100, .5);
  font-size: 14px;
  font-family: var(--font-satoshi, sans-serif);
  align-items: center;
  gap: 8px;
  line-height: 1.4;
  display: flex;
}

.professional-card-module__4BKjuq__professionalActions {
  gap: 12px;
  display: flex;
}

.professional-card-module__4BKjuq__actionButton {
  font-size: 14px;
  font-weight: 500;
  font-family: var(--font-satoshi, sans-serif);
  cursor: pointer;
  border: none;
  border-radius: 100vw;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 12px 16px;
  transition: all .2s;
  display: flex;
}

.professional-card-module__4BKjuq__mapsButton {
  color: #002564;
  background: #fff;
  border: 1px solid rgba(0, 37, 100, .1);
}

.professional-card-module__4BKjuq__mapsButton:hover {
  border: 1px solid #002564;
}

.professional-card-module__4BKjuq__callButton {
  color: #fff;
  background: #002564;
}

/* [project]/src/components/medical-directory/google-maps/infoWindow.module.css [app-client] (css) */
.infoWindow-module__zIV_Qa__content {
  background: #fff;
  border-radius: 20px;
  min-width: 350px;
  max-width: 350px;
  margin-top: 12px;
  padding: 20px;
  font-family: Satoshi, sans-serif;
}

@media (max-width: 768px) {
  .infoWindow-module__zIV_Qa__content {
    min-width: auto;
    max-width: auto;
  }
}

.infoWindow-module__zIV_Qa__header {
  align-items: center;
  gap: 20px;
  margin-bottom: 12px;
  display: flex;
}

.infoWindow-module__zIV_Qa__name {
  flex: 1;
  min-width: 0;
  line-height: 100%;
}

.infoWindow-module__zIV_Qa__name h4 {
  letter-spacing: -.5px;
  color: #002564;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}

.infoWindow-module__zIV_Qa__name h5 {
  color: rgba(0, 37, 100, .5);
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}

.infoWindow-module__zIV_Qa__number {
  color: #fff;
  background: #6399f8;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-width: 26px;
  min-height: 26px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.infoWindow-module__zIV_Qa__details {
  flex-direction: column;
  margin-bottom: 12px;
  display: flex;
}

.infoWindow-module__zIV_Qa__detailItem {
  color: rgba(0, 37, 100, .5);
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
}

.infoWindow-module__zIV_Qa__actions {
  gap: 12px;
  display: flex;
}

@media (max-width: 768px) {
  .infoWindow-module__zIV_Qa__actions {
    flex-direction: column;
  }
}

.infoWindow-module__zIV_Qa__btn {
  cursor: pointer;
  border-radius: 100vw;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 12px 16px;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.infoWindow-module__zIV_Qa__btnMaps {
  color: #002564;
  background: #fff;
  border: 1px solid rgba(0, 37, 100, .1);
}

.infoWindow-module__zIV_Qa__btnMaps:hover {
  background: rgba(0, 37, 100, .05);
  border: 1px solid #002564;
}

.infoWindow-module__zIV_Qa__btnCall {
  color: #fff;
  background: #002564;
  border: none;
}

.infoWindow-module__zIV_Qa__btnCall:hover {
  background: #001a4a;
  transform: translateY(-1px);
}

.infoWindow-module__zIV_Qa__selected {
  animation: 2s infinite infoWindow-module__zIV_Qa__pulse;
}

@keyframes infoWindow-module__zIV_Qa__pulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: .8;
    transform: scale(1.05);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* [project]/src/components/medical-directory/google-maps/google-maps-global.css [app-client] (css) */
.gm-style .gm-style-iw-c {
  background: #fff !important;
  border: none !important;
  border-radius: 20px !important;
  padding: 0 !important;
  box-shadow: 0 8px 32px rgba(0, 37, 100, .12) !important;
}

.gm-style .gm-style-iw-d {
  border-radius: 20px !important;
  overflow: hidden !important;
}

.gm-style .gm-ui-hover-effect {
  width: 28px !important;
  height: 28px !important;
  box-shadow: none !important;
  background: rgba(0, 37, 100, .1) !important;
  border: none !important;
  border-radius: 50% !important;
  outline: none !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 5px !important;
  transition: all .2s !important;
  display: flex !important;
  position: relative !important;
  top: 20px !important;
  right: 20px !important;
  overflow: hidden !important;
}

.gm-style .gm-ui-hover-effect:hover {
  background: rgba(0, 37, 100, .2) !important;
  transform: scale(1.1) !important;
}

.gm-style .gm-ui-hover-effect img {
  display: none !important;
}

.gm-style .gm-ui-hover-effect:after {
  content: "×" !important;
  color: rgba(0, 37, 100, .7) !important;
  pointer-events: none !important;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 12px !important;
  font-weight: bold !important;
  line-height: 1 !important;
  transition: all .2s !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.gm-style .gm-ui-hover-effect span {
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
}

.gm-style .gm-ui-hover-effect:hover:after {
  color: #002564 !important;
}

.gm-style .gm-style-iw-t:after {
  background: #fff !important;
  box-shadow: 0 8px 32px rgba(0, 37, 100, .12) !important;
}

/* [project]/src/components/medical-directory/results-and-map-wrapper.module.css [app-client] (css) */
.results-and-map-wrapper-module__WYHawG__resultsAndMapWrapper {
  flex-direction: column;
  gap: 20px;
  min-height: 500px;
  display: flex;
}

.results-and-map-wrapper-module__WYHawG__resultsInfo {
  color: #002654;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--font-satoshi, sans-serif);
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
  display: flex;
}

.results-and-map-wrapper-module__WYHawG__pdfButton {
  color: #002654;
  letter-spacing: -.5px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 38, 84, .1);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 40px;
  padding: 12px 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  transition: all .3s;
  display: flex;
}

.results-and-map-wrapper-module__WYHawG__pdfButton:hover {
  border: 1px solid #002654;
}

.results-and-map-wrapper-module__WYHawG__pdfButton:disabled {
  color: rgba(0, 38, 84, .3);
  cursor: not-allowed;
}

.results-and-map-wrapper-module__WYHawG__pdfButton:disabled svg path {
  stroke: rgba(0, 38, 84, .3);
}

.results-and-map-wrapper-module__WYHawG__pdfButton:disabled:hover {
  border: 1px solid rgba(0, 38, 84, .1);
}

.results-and-map-wrapper-module__WYHawG__gridContainer {
  grid-template-columns: 40% 60%;
  align-items: stretch;
  display: grid;
}

.results-and-map-wrapper-module__WYHawG__resultsSection {
  scroll-behavior: smooth;
  min-height: 500px;
  max-height: 500px;
  padding-right: 32px;
  overflow-y: auto;
}

@media (max-width: 768px) {
  .results-and-map-wrapper-module__WYHawG__resultsSection {
    min-height: 350px;
    max-height: 350px;
    padding-right: 0;
  }
}

.results-and-map-wrapper-module__WYHawG__mapSection {
  min-height: 500px;
  max-height: 500px;
}

@media (max-width: 768px) {
  .results-and-map-wrapper-module__WYHawG__mapSection {
    min-height: 350px;
    max-height: 350px;
  }
}

.results-and-map-wrapper-module__WYHawG__pagination {
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  width: 40%;
  display: flex;
}

@media (max-width: 768px) {
  .results-and-map-wrapper-module__WYHawG__pagination {
    width: 100%;
  }
}

.results-and-map-wrapper-module__WYHawG__paginationButton {
  background: rgba(0, 38, 84, .05);
  border: none;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 40px;
  height: 40px;
  display: flex;
}

.results-and-map-wrapper-module__WYHawG__paginationButton:hover:not(:disabled) {
  color: #3b82f6;
  background: #f9fafb;
  border-color: #9ca3af;
}

.results-and-map-wrapper-module__WYHawG__paginationButton:disabled {
  color: #9ca3af;
  cursor: not-allowed;
  background: #f3f4f6;
}

.results-and-map-wrapper-module__WYHawG__pageInfo {
  font-family: var(--font-satoshi, sans-serif);
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.results-and-map-wrapper-module__WYHawG__currentPage {
  color: #002654;
  font-weight: 700;
}

.results-and-map-wrapper-module__WYHawG__pageSeparator, .results-and-map-wrapper-module__WYHawG__totalPages {
  color: rgba(0, 38, 84, .5);
}

@media (max-width: 900px) {
  .results-and-map-wrapper-module__WYHawG__gridContainer {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .results-and-map-wrapper-module__WYHawG__resultsAndMapWrapper {
    height: 100%;
  }
}

/* [project]/src/components/medical-directory/results/mental-health.module.css [app-client] (css) */
.mental-health-module__-6wktG__container {
  background-color: rgba(0, 37, 100, .05);
  border-radius: 20px;
  flex-direction: column;
  height: 500px;
  padding: 24px 24px 0;
  display: flex;
}

.mental-health-module__-6wktG__scrollContainer {
  flex: 1;
  padding-right: 8px;
  overflow: auto;
}

.mental-health-module__-6wktG__scrollContainer::-webkit-scrollbar {
  width: 10px;
}

.mental-health-module__-6wktG__scrollContainer::-webkit-scrollbar-track {
  background: none;
  border-radius: 20px;
}

.mental-health-module__-6wktG__scrollContainer::-webkit-scrollbar-thumb {
  background: rgba(0, 37, 100, .2);
  border: 2px solid rgba(0, 37, 100, .05);
  border-radius: 20px;
}

.mental-health-module__-6wktG__scrollContainer::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 37, 100, .3);
}

.mental-health-module__-6wktG__scrollContainer {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 37, 100, .2) transparent;
}

.mental-health-module__-6wktG__header {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  display: flex;
}

@media (max-width: 768px) {
  .mental-health-module__-6wktG__header {
    flex-direction: column;
    align-items: flex-start;
  }
}

.mental-health-module__-6wktG__title {
  color: #002564;
  letter-spacing: -1px;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.mental-health-module__-6wktG__titleCount {
  opacity: .7;
  font-weight: normal;
}

.mental-health-module__-6wktG__emergency {
  color: #bc1723;
  letter-spacing: -.5px;
  background-color: #f2d1d3;
  border-radius: 100vw;
  padding: 12px 24px;
  font-weight: 500;
  line-height: 100%;
}

@media (max-width: 768px) {
  .mental-health-module__-6wktG__emergency {
    text-align: center;
  }
}

.mental-health-module__-6wktG__servicesGrid {
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 100%;
  display: grid;
}

.mental-health-module__-6wktG__zoneGroup {
  flex-direction: column;
  gap: 12px;
  padding-top: 20px;
  display: flex;
}

.mental-health-module__-6wktG__zoneTitle {
  letter-spacing: -.5px;
  color: #6399f8;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
}

.mental-health-module__-6wktG__serviceCard {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
}

.mental-health-module__-6wktG__serviceHeader {
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  display: flex;
}

.mental-health-module__-6wktG__serviceType {
  color: #6399f8;
  font-size: 14px;
  font-weight: 500;
}

.mental-health-module__-6wktG__serviceZone {
  color: #6399f8;
  text-align: right;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 500;
}

.mental-health-module__-6wktG__serviceName {
  color: #002564;
  letter-spacing: -.5px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}

.mental-health-module__-6wktG__serviceLocation {
  color: rgba(0, 37, 100, .5);
  letter-spacing: -.5px;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  display: flex;
}

.mental-health-module__-6wktG__locationIcon {
  flex-shrink: 0;
  margin-top: 2px;
}

.mental-health-module__-6wktG__servicePhone {
  color: rgba(0, 37, 100, .5);
  letter-spacing: -.5px;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  display: flex;
}

.mental-health-module__-6wktG__phoneIcon {
  flex-shrink: 0;
}

.mental-health-module__-6wktG__callButton {
  color: #002564;
  letter-spacing: -.5px;
  cursor: pointer;
  background: none;
  border: 1px solid rgba(0, 37, 100, .1);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  transition: all .3s;
  display: flex;
}

.mental-health-module__-6wktG__callButton:hover {
  border: 1px solid #002564;
}

.mental-health-module__-6wktG__footer {
  color: rgba(0, 37, 100, .5);
  letter-spacing: -.5px;
  margin-bottom: 24px;
  padding-top: 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

@media (max-width: 768px) {
  .mental-health-module__-6wktG__servicesGrid {
    grid-template-columns: 1fr;
  }

  .mental-health-module__-6wktG__serviceHeader {
    flex-direction: column;
    align-items: flex-start;
  }

  .mental-health-module__-6wktG__serviceZone {
    text-align: left;
  }
}

/* [project]/src/app/page.module.css [app-client] (css) */
.page-module___8aEwW__pageContainer {
  background-color: var(--color-appbackground);
  min-height: 100vh;
}

.page-module___8aEwW__main {
  width: 100%;
}

/*# sourceMappingURL=src_22e121ef._.css.map*/