.ant-popover {
  max-width: 300px;
}
.addressModal {
  width: 976px !important;
}
body {
  background: #f2f4f5;
}

/* .ant-modal-content {
  margin-top: 8% !important;
} */

.splash-header-icon {
  max-height: 76px;
  width: fit-content;
}
.hovered-no-animate {
  transition-property: none !important;
}

.hovered,
.zIndex999 {
  z-index: 9999 !important;
}

.selectTaxonomyItemClass {
  filter: brightness(0) invert(1);
}

.panel-list-custom-css {
  border-right: 0px;
}
.ant-menu-item-group-title {
  padding: 0px !important;
}
.ant-menu-submenu {
  margin: 0 auto !important;
}
.ant-menu-sub li {
  padding: 0 24px !important;
}
.ant-menu-submenu-title {
  padding: 0px !important;
}
/* .panel-list-custom-css > li.ant-menu-item {
  padding-left: 0px !important;
} */

.referralIframe .ant-modal {
  width: 992px !important;
}
.referralIframeWindow {
  width: 100%;
  min-height: calc(100vh - 105px);
  border: none;
}
.underline {
  text-decoration: underline;
  cursor: pointer;
}
.serviceHeaders {
  margin-top: 20px;
}
.searchInputDropDown {
  z-index: 9999;
}
.taxonomyCnt .svg-icon svg {
  vertical-align: text-bottom;
}

.leaflet-control-attribution {
  display: none !important;
}

.showAppointmentTime {
  text-align: left;
}

@media (min-width: 992px) and (max-width: 1023px) {
  .referralIframe .ant-modal {
    width: 98% !important;
  }
  .referralIframeWindow {
    width: 100%;
  }
  .taxonomycascadingul {
    height: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .addressModal {
    width: 98% !important;
  }
  .locationInput {
    padding: 12px !important;
    margin: 0px !important;
  }
  .referralIframe .ant-modal {
    width: 98% !important;
  }
  .referralIframeWindow {
    width: 100%;
  }
  .serviceHeaders {
    padding-left: 24px;
  }
  .ant-breadcrumb {
    padding-left: 24px;
  }
  .showAppointmentTime {
    text-align: left;
  }
  .taxonomycascadingul {
    height: auto !important;
  }
  .taxonomycascadingulEmbed {
    height: auto !important;
    overflow-y: hidden !important;
    overflow-x: hidden;
  }
}

@media only screen and (max-width: 767px) {
  .addressModal {
    width: 98% !important;
  }
  .locationInput {
    padding: 12px !important;
    margin: 0px !important;
  }
  .referralIframe .ant-modal {
    width: 98% !important;
  }
  .referralIframeWindow {
    width: 100%;
  }
  .serviceHeaders {
    padding-left: 24px;
  }
  .ant-breadcrumb {
    padding-left: 24px;
  }
  .showAppointmentTime {
    text-align: center;
  }
  .taxonomycascadingul {
    height: auto !important;
  }
  .taxonomycascadingulEmbed {
    height: auto !important;
    overflow-y: hidden !important;
    overflow-x: hidden;
  }
}

@media only screen and (max-width: 479px) {
  .serviceHeaders {
    padding-left: 12px;
  }
  .ant-breadcrumb {
    padding-left: 12px;
  }
  .showAppointmentTime {
    text-align: center;
  }
  .taxonomycascadingul {
    height: auto !important;
  }
  .taxonomycascadingulEmbed {
    height: auto !important;
    overflow-y: hidden !important;
    overflow-x: hidden;
  }
}

code {
  background: #f2f4f5 !important;
  border: 1px solid #eee !important;
  font-family: inherit !important;
}

.service-row:not(:last-child),
.service-header-row:not(:last-child) {
  margin-bottom: 17px;
}
/* .ant-menu-submenu-title {
  padding: 0px !important;
} */
.customAlert {
  margin: 64px 0px 0px 0px !important;
  width: 100% !important;
}
.customAlert .ant-alert-icon {
  color: #1890ff !important;
}
.customAlert a {
  color: #1890ff !important;
}

.markerEnlarged {
  transform: translateX(-50%) scale(1.2) !important;
}

.coverageAreLayerHoverHovered {
  stroke-width: 3;
}

.disabledBookButton {
  background-color: #d9d9d9 !important;
  color: rgba(0, 0, 0, 0.25) !important;
  background: #f5f5f5 !important;
  border-color: #d9d9d9 !important;
}

.ant-menu-item-active {
  background-color: #eee;
}

/* Active Modal Css */
.actModalLogo {
  width: 50px;
}
.actModalLogo img {
  width: 60%;
}
.actModalHomeIcon {
  font-size: 22px;
  padding: 0.33em;
}
.actModalTitle {
  width: calc(98.5% - 51px);
}
.actModalTitleLink {
  display: block !important;
  margin-bottom: 4px;
  font-size: 20px;
}
.actModalTitleSecond {
  margin-bottom: 8px;
}
.actModalTitleText {
  display: inline !important;
  font-size: 14px;
  margin-right: 0.5em;
}
.actModalTags {
  float: left;
  margin-left: 3px;
  margin-right: 1px;
  margin-top: 8px;
}
.actModalCategoryTags {
  float: left;
  margin-right: 1px;
  margin-top: 8px;
}
.actModalAlert {
  margin: -24px -24px 1.8em -24px;
  border-bottom: 1px solid #e8e8e8;
  padding: 8px 24px !important;
}
.actModalButtonWrapper {
  width: 100%;
}
.actModalParagraph {
  margin-bottom: 2px !important;
}
.actModalDivider {
  margin-top: 10px;
  margin-bottom: 0px;
}
.actModalSDIconWrapper {
  width: calc(14px + 0.5em);
}
.actModalSDIconText {
  margin-right: 0.5em;
}
.actModalSDTextWrapper {
  width: calc(100% - (14px + 0.5em));
}
.actModalSDParagraph {
  margin-bottom: 0px !important;
}
.actModalSDServiceArea {
  width: calc(100% - 14px - 0.5em);
  display: flex;
}
.actModalSDServiceAreaText {
  margin-right: 5px;
  font-weight: bold;
}
.actModalSDEligibilityWrapper {
  width: calc(100% - -25px - 1em);
  padding-bottom: 0px;
}
.actModalSDEligibilityOuterWrapper {
  padding-left: 18px;
  margin-bottom: 0px;
}
.actModalSDEligibilityDivider {
  margin-top: 0px;
  margin-bottom: 10px;
}
.actModalBookBtnText {
  margin: 0 auto;
  width: fit-content;
  display: inline-block;
  padding-left: 5px;
}
.actModalBookBtnSpin {
  margin-left: 10px;
  margin-top: 5px;
}
.actModalViewAreaOnMap:hover {
  text-decoration: underline;
  cursor: pointer;
}
.events-dropdown .ant-dropdown-menu {
  max-height: 250px;
  overflow: auto;
}
.eventButton {
  color: #595959;
  background-color: #f5f5f5;
}
.eventButton:focus,
.eventButton:visited {
  color: #595959;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
}
.eventButton:hover {
  background-color: white;
}
.eventButtonSelected,
.eventButtonSelected:hover {
  color: white !important;
}
.eventButtonClose:hover {
  border-color: #fafafa !important;
}

.actModalMediaTile {
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  margin-right: 5px;
  cursor: pointer;
}
.actModalMediaTile .ant-image-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s;
}
.actModalMediaTile .ant-image-mask-info span {
  font-size: 22px;
}
.targetPopulationWrap {
  display: flex;
  flex-wrap: wrap;
}

.serviceListMapScrollCnt {
  height: calc(100vh - 210px);
  overflow-y: auto;
  overflow-x: hidden;
}
.serviceListMapScrollCntNew {
  height: calc(100vh - 380px);
  overflow-y: auto;
  overflow-x: hidden;
}
.taxonomycascadingul {
  height: calc(100vh - 280px);
  overflow-y: auto;
  overflow-x: hidden;
}

.serviceListMapScrollCntEmbed {
  height: calc(100vh - 150px);
  overflow-y: auto;
  overflow-x: hidden;
}
.serviceListMapScrollCntEmbedNew {
  height: 320px;
  overflow-y: auto;
  overflow-x: hidden;
}
.taxonomycascadingulEmbed {
  height: calc(100vh - 150px);
  overflow-y: auto;
  overflow-x: hidden;
}
.inputSearchHtml {
  width: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.inputSearchHtmlIcon {
  margin-right: 0.25em;
  margin-top: 0.25em;
}
.ant-btn.ant-btn-brand-blue {
  color: var(--brand-blue-800);
  font-weight: 500;
  border-color: var(--brand-blue-800);
  stroke: var(--brand-blue-800);
  stroke-width: 50;
}
.ant-btn.ant-btn-brand-blue:hover,
.ant-btn.ant-btn-brand-blue:focus {
  background-color: #f1f5f9 !important;
  color: var(--brand-blue-600);
  font-weight: 500;
  border-color: var(--brand-blue-600);
  stroke: var(--brand-blue-600);
  stroke-width: 50;
}
.brand-blue {
  color: var(--brand-blue-800);
}
.eventButtonPast span, .eventButtonGroupPast{
  text-decoration: line-through;
}
