:root {
  --PhoneInput-color--focus: #03b2cb;
  --PhoneInputInternationalIconPhone-opacity: .8;
  --PhoneInputInternationalIconGlobe-opacity: .65;
  --PhoneInputCountrySelect-marginRight: .35em;
  --PhoneInputCountrySelectArrow-width: .3em;
  --PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);
  --PhoneInputCountrySelectArrow-borderWidth: 1px;
  --PhoneInputCountrySelectArrow-opacity: .45;
  --PhoneInputCountrySelectArrow-color: currentColor;
  --PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);
  --PhoneInputCountrySelectArrow-transform: rotate(45deg);
  --PhoneInputCountryFlag-aspectRatio: 1.5;
  --PhoneInputCountryFlag-height: 1em;
  --PhoneInputCountryFlag-borderWidth: 1px;
  --PhoneInputCountryFlag-borderColor: #00000080;
  --PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);
  --PhoneInputCountryFlag-backgroundColor--loading: #0000001a;
}

.PhoneInput {
  align-items: center;
  display: flex;
}

.PhoneInputInput {
  flex: 1;
  min-width: 0;
}

.PhoneInputCountryIcon {
  width: calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));
  height: var(--PhoneInputCountryFlag-height);
}

.PhoneInputCountryIcon--square {
  width: var(--PhoneInputCountryFlag-height);
}

.PhoneInputCountryIcon--border {
  background-color: var(--PhoneInputCountryFlag-backgroundColor--loading);
  box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),
		inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor);
}

.PhoneInputCountryIconImg {
  width: 100%;
  height: 100%;
  display: block;
}

.PhoneInputInternationalIconPhone {
  opacity: var(--PhoneInputInternationalIconPhone-opacity);
}

.PhoneInputInternationalIconGlobe {
  opacity: var(--PhoneInputInternationalIconGlobe-opacity);
}

.PhoneInputCountry {
  margin-right: var(--PhoneInputCountrySelect-marginRight);
  align-self: stretch;
  align-items: center;
  display: flex;
  position: relative;
}

.PhoneInputCountrySelect {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.PhoneInputCountrySelect[disabled], .PhoneInputCountrySelect[readonly] {
  cursor: default;
}

.PhoneInputCountrySelectArrow {
  content: "";
  width: var(--PhoneInputCountrySelectArrow-width);
  height: var(--PhoneInputCountrySelectArrow-width);
  margin-left: var(--PhoneInputCountrySelectArrow-marginLeft);
  border-style: solid;
  border-color: var(--PhoneInputCountrySelectArrow-color);
  border-top-width: 0;
  border-bottom-width: var(--PhoneInputCountrySelectArrow-borderWidth);
  border-left-width: 0;
  border-right-width: var(--PhoneInputCountrySelectArrow-borderWidth);
  transform: var(--PhoneInputCountrySelectArrow-transform);
  opacity: var(--PhoneInputCountrySelectArrow-opacity);
  display: block;
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon + .PhoneInputCountrySelectArrow {
  opacity: 1;
  color: var(--PhoneInputCountrySelectArrow-color--focus);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon--border {
  box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),
		inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon .PhoneInputInternationalIconGlobe {
  opacity: 1;
  color: var(--PhoneInputCountrySelectArrow-color--focus);
}
.networking-dashboard-phase2 {
  color: var(--nw-ink);
}

.networking-dashboard-phase2 > * + * {
  margin-top: 1rem;
}

.networking-dashboard-phase2 .networking-primary-action, .networking-dashboard-phase2 .networking-chip[data-active="true"] {
  color: var(--nw-navy);
}

.networking-dashboard-hero {
  isolation: isolate;
  position: relative;
}

.networking-dashboard-hero-orb {
  pointer-events: none;
  z-index: 0;
  filter: blur(50px);
  opacity: .55;
  border-radius: 999px;
  position: absolute;
}

.networking-dashboard-hero-orb-teal {
  background: #22c7c947;
  background: lab(72.7902% -39.985 -13.0425 / .28);
  width: 13rem;
  height: 13rem;
  top: -4rem;
  right: 8%;
}

.networking-dashboard-hero-orb-lilac {
  background: #8b7cff40;
  background: lab(58.2819% 30.736 -64.5462 / .25);
  width: 15rem;
  height: 15rem;
  bottom: -5rem;
  right: -2rem;
}

.networking-dashboard-phase2 .networking-filter-panel {
  border: 1px solid var(--nw-border);
  box-shadow: var(--nw-shadow-card);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: #ffffffeb;
  background: lab(100% 0 0 / .92);
  border-radius: 1.5rem;
}

.networking-dashboard-phase2 .networking-advanced-filters {
  border: 1px solid var(--nw-border);
  background: linear-gradient(145deg, var(--nw-hover) 0%, #fffffff0 100%);
  border-radius: 1.125rem;
}

@supports (color: lab(0% 0 0)) {
  .networking-dashboard-phase2 .networking-advanced-filters {
    background: linear-gradient(145deg, var(--nw-hover) 0%, lab(100% 0 0 / .94) 100%);
  }
}

.networking-dashboard-phase2 .networking-advanced-filters :is(input, button[role="combobox"]) {
  border-color: var(--nw-outline);
  background: #fffffff0;
  background: lab(100% 0 0 / .94);
  border-radius: .75rem;
  min-height: 2.75rem;
}

.networking-dashboard-phase2 .networking-dashboard-grid > .clinical-panel, .networking-dashboard-phase2 .networking-dashboard-grid > div > .clinical-panel, .networking-dashboard-phase2 .networking-secondary-grid .clinical-panel {
  border-color: var(--nw-border);
  box-shadow: var(--nw-shadow-card);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: #fffffff0;
  background: lab(100% 0 0 / .94);
  border-radius: 1.5rem;
}

.networking-dashboard-phase2 .networking-dashboard-grid .clinical-panel:hover, .networking-dashboard-phase2 .networking-secondary-grid .clinical-panel:hover {
  border-color: #22c7c947;
  border-color: lab(72.7902% -39.985 -13.0425 / .28);
}

.networking-dashboard-phase2 .networking-directory-toolbar {
  z-index: 12;
  border: 1px solid var(--nw-border);
  box-shadow: var(--nw-shadow-card);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background: #ffffffe0;
  background: lab(100% 0 0 / .88);
  border-radius: 1.25rem;
  padding: 1rem;
  position: sticky;
  top: 4.75rem;
}

.networking-dashboard-phase2 .networking-directory-toolbar [role="tablist"] {
  border: 1px solid var(--nw-border);
  background: var(--nw-chip);
  border-radius: 999px;
  padding: .25rem;
}

.networking-dashboard-phase2 .networking-directory-toolbar [role="tab"] {
  color: var(--nw-ink-soft);
  border-radius: 999px;
}

.networking-dashboard-phase2 .networking-directory-toolbar [role="tab"][data-state="active"] {
  background: var(--nw-gradient-action);
  color: var(--nw-navy);
  box-shadow: var(--nw-shadow-action);
}

.networking-specialist-card {
  min-height: 17rem;
}

.networking-profile-tag {
  border-radius: 999px;
  align-items: center;
  padding: .35rem .7rem;
  font-size: .7rem;
  font-weight: 700;
  display: inline-flex;
}

.networking-profile-tag-blue {
  color: #0069bf;
  color: lab(43.2569% .576019 -54.0883);
  background: #4da3ff21;
  background: lab(64.9321% -3.92652 -54.2537 / .13);
}

.networking-profile-tag-lilac {
  color: #6554cd;
  color: lab(42.7795% 31.9748 -61.7993);
  background: #8b7cff21;
  background: lab(58.2819% 30.736 -64.5462 / .13);
}

.networking-directory-layout {
  gap: 1rem;
  min-width: 0;
  display: grid;
}

.networking-directory-map-preview {
  border: 1px solid var(--nw-border);
  min-width: 0;
  box-shadow: var(--nw-shadow-card);
  background: #fffffff0;
  background: lab(100% 0 0 / .94);
  border-radius: 1.5rem;
  align-self: start;
  padding: 1rem;
}

.networking-directory-map-preview [aria-label="Mapa de especialistas con ubicación aproximada"] {
  border-color: var(--nw-border);
  border-radius: 1.125rem;
  height: 30rem !important;
}

.networking-dashboard-phase2 .leaflet-container {
  background: var(--nw-surface);
  font-family: inherit;
}

.networking-dashboard-phase2 .leaflet-control-zoom, .networking-dashboard-phase2 .leaflet-control-attribution {
  overflow: hidden;
  border: 1px solid var(--nw-border) !important;
  box-shadow: var(--nw-shadow-card) !important;
  border-radius: .75rem !important;
}

.networking-dashboard-phase2 .leaflet-control-zoom a {
  color: var(--nw-navy) !important;
}

.networking-dashboard-phase2 .network-map-marker-shell span {
  background: var(--nw-gradient-action) !important;
  color: var(--nw-navy) !important;
  border-color: #fff !important;
  box-shadow: 0 12px 24px -12px #081b4b94 !important;
  box-shadow: 0 12px 24px -12px lab(11.0372% 9.20786 -32.6207 / .58) !important;
}

.networking-dashboard-phase2 .networking-map-privacy-label {
  border-color: var(--nw-border);
  color: var(--nw-ink);
  box-shadow: var(--nw-shadow-card);
  background: #ffffffe0;
  background: lab(100% 0 0 / .88);
}

.networking-dashboard-phase2 .networking-map-profile-card {
  border-color: var(--nw-border);
  box-shadow: var(--nw-shadow-card);
  background: #fffffff0;
  background: lab(100% 0 0 / .94);
  border-radius: 1.25rem;
}

@media (min-width: 1280px) {
  .networking-directory-layout {
    grid-template-columns: minmax(0, 1.75fr) minmax(19rem, .75fr);
  }
}

@media (max-width: 1279px) {
  .networking-directory-map-preview {
    display: none;
  }
}

@media (max-width: 639px) {
  .networking-dashboard-phase2 .networking-directory-toolbar {
    padding: .875rem;
    position: static;
  }

  .networking-specialist-card {
    min-height: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .networking-dashboard-phase2 .networking-directory-toolbar, .networking-specialist-card {
    scroll-behavior: auto;
  }
}
