a {
    -webkit-tap-highlight-color: transparent;
}

.material-symbols-outlined {
    font-size: inherit;
}

.bmi-container {
    overflow-x: hidden;
    width: 100%;
    background-color: #FFF;
    display: flex;
    flex-grow: 1;
    flex-wrap: nowrap;
    flex-direction: column;
    line-height: 1.5em;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.bm-info {
    background: rgba(0,0,0,0.6);
    font-family: 'Inter';
    font-style: normal;
    font-size: 0.9rem;
    font-weight: 400;
    color: #707579;
    position: absolute;
    height: 100%;
    touch-action: pan-x pan-y;
    display: flex;
    flex-direction: column;
    z-index: 1000;
}

.app-version-container {
    display: block;
    position: absolute;
    bottom: 1em;
    right: 5em;
    height: 1em;
    width: auto;
    background-color: rgba(255,255,255,0.6);
    z-index: 1;
}

.app-version-container > p {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 0.7em !important;
    padding: 0 0.4em
}

.video-container {
    position: relative;
    display: block;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

.video-container > p {
    text-align: center;
    margin-top: 0;
    margin-bottom: 2em;
}

.video-container > .video-header {
    margin: 1.5em 0 0.75em;
    line-height: 1em;
}

.video-container > p {
    padding: 0 1em;
}

.video-play-button {
    width: 5.5em;
    height: 5.5em;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    fill: #fff;
    opacity: 0.8;
    z-index: 3;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

.video-links {
    display: flex;
    position: relative;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 1.5em;
}

.video-links > a {
    position: relative;
    max-width: 480px;
    max-height: 360px;
    border-radius: 0.75em;
    overflow: hidden;
    transition: all 200ms ease-in-out;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.3);
}

.video-links > a:hover {
    transform: scale(1.005);
}

.report-an-issue-buffer {
    position: relative;
    display: block;
    width: 100%; 
    min-height: 62px;
}

.report-an-issue-container-visible {
    bottom: -1px !important;
}

.report-an-issue-container {
    display: flex;
    position: fixed;
    bottom: -65px;
    left: -2px;
    justify-content: space-evenly;
    align-items: center !important;
    z-index: 90;
    height: 64px;
    width: calc(100vw + 4px);
    background: #182842;
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.25);
    overflow: hidden !important;
    transition: all 200ms ease-in-out;
}

.report-an-issue-container > a {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    height: 32px;
    overflow: hidden;
    padding: 0px 20px;
    border: 1px solid #FFFFFF;
    border-radius: 26px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    outline: none;
    transition: all ease-in-out 200ms;
}

.report-an-issue-container > a:focus {
    background-color: #225DA8;
    border: 1px solid #225DA8;
}

.bmi-list-container {
    width: 90%;
    margin: 0 auto;
}

.bmi-centered-text {
    text-align: center;
}

.sticky-element {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    height: 30px;
    background-color: #666;
    font-size: 25px;
    z-index: 5;
    height: 20px;
    background: #225DA8;
    border-radius: 11px 11px 0px 0px;
    margin-top: -15px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 5px;
    justify-content: center;
}

.sticky-element-stuck {
    border-radius: 0;
}

.sticky-element > img {
    height: 15px;
    margin-right: 10px;
    filter: invert(100%) sepia(1%) saturate(417%) hue-rotate(53deg) brightness(115%) contrast(100%);
}

.sticky-element-alert {
    background-color: #F66666;
}

.bmi-links {
    position: relative;
    display: block;
    line-height: 2em;
    z-index: 2;
    padding-left: 15px;
}

.bmi-links > a {
    position: relative;
    display: block;
    margin-top: 0.4em;
    margin-bottom: 0.4em;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #225DA8;
    width: 50%;
    outline: none;
    margin-bottom: 15px;
    z-index: 2;
}

.bmi-links > a > button {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.bmi-links > a > button > p {
    margin: 0;
}

.bmi-links > a > button > img {
    height: 16px;
    margin-right: 10px;
    aspect-ratio: 1 / 1;
    filter: invert(11%) sepia(8%) saturate(6265%) hue-rotate(184deg) brightness(96%) contrast(90%);
}

.bmi-links button {
    padding: 0;
}

.bmi-description-image-container {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    top: 0;
}

.bmi-description-image-container > img {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    opacity: 0.10;
    max-width: 100% !important;
    max-height: 100% !important;
}

.bmi-header-container,
.bmi-body-container {
    display: block;
    position: relative;
    padding: 1em 5% 1.8em 5%;
    z-index: 2;
}

.bmi-title-container {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    display: flex;
    background-color: #FFF;
    z-index: 10;
}

.bmi-title-container-with-bannner {
    top: 28px;
}

.bmi-title-container-stuck {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.title-column {
    width: 100%;
    padding: 17px 0 12px 12px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 21px;
}

.title-column > img {
    filter:invert(100%)url(#filter-blue-inactive)opacity(0.65);
    height: 8px;
}

.close-column {
    flex: 0 0 40px;
    height: 40px;
    padding: 17px 12px 12px;
}

.location-attributes {
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 15px;
    gap: 10px;
}

.location-attribute {
    border: 1px solid #D9D9D9;
    border-radius: 12px;
    padding: 5px 9px;
    gap: 6px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 16px;

}

.location-attribute > p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    height: 100%;
    line-height: 16px;
}

.location-attribute > img {
    filter: invert(28%) sepia(8%) saturate(7%) hue-rotate(328deg) brightness(91%) contrast(81%);
    height: 12px;
}

.location-attributes .alert {
    color: #F66666;
    border: 1px solid #F66666;
}

.alert > img {
    filter: invert(81%) sepia(36%) saturate(7146%) hue-rotate(318deg) brightness(98%) contrast(97%);
}

.bmi-title {
    line-height: 21px !important;
    padding: 0 0.2em;
}

.bmi-category {
    font-size: 1.1em !important;
}

.bmi-location-description {
    padding: 0 30px 12px 15px;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.bmi-header-container, .bmi-header-style {
    background-color: #F4F3F1;
    border-top: #AEB1B6 1px solid;
    border-bottom: #AEB1B6 1px solid;
}

.bmi-header, .bmi-header-container *:first-child {
    font-size: 1.4em;
    font-weight: 600;
    line-height: 2em;
    color: #182842;
}

.bmi-finds-header {
    text-align: center;
}

.bmi-finds-description {
    text-align: center;
}

.bmi-finds-container {
    display: block;
    position: relative;
    padding: 1em 1em 1.8em;
    z-index: 2;
    line-height: 2em;
}

.bmi-item-container {
    text-transform: capitalize;
    column-count: 2;
    column-gap: 2.5em;
}

li.bmi-item:before {
    content: '● ';
}

.bmi-report-issue {
    margin-bottom: 24px;
}

.bmi-report-issue-button {
    margin: 1.5em auto;
    background-color: #225DA8;
    color:white;
    text-align: center;
    width: 11.125em;
    padding: 0.5em 1em 0.5em 1em;
    border-radius: 2em;
    border: none;
    cursor: pointer;
    box-shadow: 0 0 1em 0.4em rgba(0, 0, 0, 0.1);
}

.bmi-button {
    all: unset;
    padding: 0.5em 1em 0.5em 1em;
    border-radius: 2em;
    cursor: pointer;
    box-shadow: 0 0 1em 0.4em rgba(0, 0, 0, 0.1);
}

.bmi-button.noshadow {
    box-shadow: none;
}

/* Landscape */
@media screen and not (orientation: portrait) {
    .bm-info {
        left: 0;
        top: 0;
        width: 40vw;
        min-width: 400px;
    }
}

/* Portrait */
@media screen and (orientation: portrait) {
    .bm-info {
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }
}

#map {
    max-width: 100vw;
    max-height: 100vh;
    min-width: 100vw;
    min-height: 100vh;
}

.carousel-container {
    width: 100%;
    position: relative;
    margin-bottom: -0.5em;
    touch-action: pan-x;
}

/* Ensure carousel images fill completely */
.carousel-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Fix Flickity viewport for mobile */
.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
    touch-action: pan-x;
}

/* Image carousel specific fixes */
.carousel.flickity-enabled {
    background: transparent;
}

.carousel .flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
}

.carousel .flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

.carousel-image-credit-container {
    position: absolute;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.carousel-image-credit {
    position: relative;
    display: inline-block;
    width: auto;
    height: 20px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    padding: 0.2em 1em;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 0 0 11px 11px;
    color: #ccc;
    text-align: center;
}

.carousel-cell {
    width: 100%;
    counter-increment: gallery-cell;
    touch-action: manipulation;
    margin: 0;
    padding: 0;
}

/* Remove any gaps in the carousel */
.carousel {
    background: transparent;
}

.carousel .flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.carousel .carousel-cell {
    margin-right: 0 !important;
    padding: 0;
}

/* iOS Safari fixes for Flickity */
.flickity-enabled {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.video-summary {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.video-summary > h2 {
    font-family: 'Roboto' !important;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #182842;
    margin-bottom: 0;
}

.video-summary > p {
    width: 70vw;
    margin-top: 10px;
    font-family: 'Arial' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 24px;
    text-align: center;
    color: #4D4D4D !important;
}

.video-carousel {
    margin: 30px 0;
    touch-action: pan-x;
}

.video-carousel-cell {
    width: 80%;
    height: 200px;
    margin-right: 10px;
    border-radius: 5px;
    counter-increment: carousel-cell;
    overflow: hidden !important;
    touch-action: manipulation;
}

.video-carousel-cell > img {
    height: 200px;
    width: 100%;
    z-index: 9999999 !important;
}

/* Image carousel - same structure as video carousel */
.image-carousel {
    margin: 0;
    touch-action: pan-x;
}

.image-carousel-cell {
    width: 100%;
    margin-right: 0;
    border-radius: 0;
    counter-increment: carousel-cell;
    overflow: hidden !important;
    touch-action: manipulation;
    position: relative;
}

.image-carousel-cell > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 4 / 3;
    display: block;
}

.carousel.is-expanded { width: 100%; }
  
.carousel-cell:before {
    display: block;
    text-align: center;
    line-height: 200px;
    font-size: 80px;
    color: white;
}

.flickity-page-dots {
    position: absolute;
    top: 30px !important;
    height: 0;
}

.video-carousel > .flickity-page-dots {
    position: absolute;
    top: -30px !important;
    height: 0;
}

.image-carousel > .flickity-page-dots {
    position: absolute;
    top: 30px !important;
    height: 0;
}

.flickity-page-dots .dot {
    width: 8px !important;
    height: 8px !important;
    opacity: 1 !important;
    margin: 0 4px !important;
    background: rgba(0, 0, 0, 0.5) !important;
}

.flickity-page-dots .dot.is-selected {
    background: #225DA8 !important;
}


.missing-data-container {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 2em;
    z-index: 2;
}

.missing-data-container > p {
    font-family: 'Inter' !important;
    font-size: 1em !important;
    color: #333;
}

.bmi-off-limits-container {
    display: flex;
    position: relative;
    height: 4em;
    margin-top: -0.2em;
    align-content: space-between;
    background-color: #225da8;
    z-index: 2;
    padding: 0;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

.bmi-off-limits-container > p {
    color: #fff;
    font-family: 'Inter';
    font-style: normal;
    font-size: 1em !important;
    font-weight:200;
}

.bmi-off-limits-container > img {
    width: 2em;
    height: 2em;
    position: relative;
    display: block;
    filter: brightness(0) invert(1);
    margin-right: 1em;
}

.search-container {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 5.5em;
    padding-top: 0.4em;
    align-items: center;
    justify-content: center;
    z-index: 1001;
    flex-wrap: nowrap;
    transition: all 200ms ease-in-out;
}

@media (max-width: 350px) {
    .search-container {
        transform: scale(0.8);
    }
}

@media (max-width:  290px) {
    .search-container {
        transform: scale(0.7);
    }
}

.search-container-hidden {
    opacity: 0;
    height: 0;
}

.search {
    position: relative;
    flex: 1 1 0px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 338px;
}

.display-search {
    opacity: 1 !important;
    cursor: pointer !important;
}

.search > .search-icon {
    width: 13.31px;
    height: 13.5px;
    position: absolute;
    top: 0;
    left: 1em;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    transition: all 200ms ease-in-out;
}

.search > .close-icon {
    cursor: default;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    right: 8px;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 200ms ease-in-out, filter 100ms ease, opacity 200ms ease-in-out;
    opacity: 0;
}

.search > .close-icon:hover {
    transform-origin: center;
    transform: translate(0, -50%) scale(1.1);
}

.search > .close-icon:active {
    filter: brightness(80%);
}

.search > input {
    width: 100%;
    height: 42px;
    display: block;
    position: relative;
    padding: 0.5em 2.5em 0.5em 34px;
    border-radius: 29px;
    border: solid 0.4px #c6c6c6;
    box-shadow: 0px 2px 5px 0px #00000040;
    transition: all 200ms ease-in-out;
    box-sizing: border-box;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: -0.017em;
    color:rgba(0, 0, 0, 0.8);
}

.search > input:focus {
    outline: none;
}

#search-input:focus + .search-icon {
    filter: invert(32%) sepia(87%) saturate(717%) hue-rotate(180deg) brightness(87%) contrast(94%);
}

.filter-row {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 6px;
    min-width: 20em;
    width: 330px;
}

.filter-container {
    position: relative;
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}

.filter-container:last-of-type {
    margin-right: 0;
}

.filter-container > input {
    visibility: hidden;
    width: 0;
    -webkit-tap-highlight-color: transparent;
}

.filter-container > label {
    padding: 0px, 13px, 0px, 9px;
    text-align: center;
    width: 100%;
    position: relative;
    display: block;
    background-color: #FFF;
    border-radius: 26px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: all 200ms ease-in-out;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
    opacity: 0.95;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.filter-container > label > img {
    display: inline-block;
    height: 1em;
    padding-right: 0.5em;
    margin-bottom: -0.2em;
}

.filter-container > input:checked + label {
    opacity: 1;
    background-color: #1B54A8;
    color: #fff;
}

.filter-container > input:checked + label > img {
    filter: invert(1);
}

.gm-bundled-control > div > div {
    border-radius: 8px !important;
    background-color: #fff !important;
    filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.25));
}

.gm-bundled-control > div > div > button > img {
    opacity: 1;
    filter: sepia(100%) hue-rotate(180deg) brightness(65%) saturate(400%) !important;
}

.accordian {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

.accordian-header-first {
    border-top: 1px solid #D9D9D9 !important;
}

.accordian-header {
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: nowrap;
    width: calc(100% - 27px);
    height: 50px;
    padding: 0 15px 0 12px;
    align-items: center;
    border-bottom: 1px solid #D9D9D9;
}

.accordian-header > p {
    position: relative;
    font-family: 'Roboto' !important;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    letter-spacing: 0.03em !important;
    color: #182842  !important;
    mix-blend-mode: normal;
    margin-left: 10px;
    flex: 1;
}

.accordian-header-counter {
    display: flex;
    position: relative;
    width: 16px;
    height: 16px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    color: #000;
}

.accordian-header-toggle {
    position: absolute;
    right: 15px;
    opacity: 1;
    transition: opacity 200ms ease-in-out;
}

.accordian-header-toggle-hide {
    opacity: 0;
}

.accordian-contents {
    position: relative;
    display: block;
    max-height: 0;
    transition: all 500ms ease-in-out;
    overflow: hidden;
}

.accordian-contents > .finds-disclaimer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    background-color: #F66666;
    width: calc(100% - 40px);
    border-top: 1px solid #D9D9D9;
    border-radius: 0px 0px 11px 11px;
    padding: 0 20px;
}

.accordian-contents > .finds-disclaimer > img {
    width: 24px;
    height: 24px;
    filter: invert(36%) sepia(17%) saturate(1924%) hue-rotate(314deg) brightness(80%) contrast(94%);
}

.accordian-contents > .finds-disclaimer > p {
    margin-left: 10px !important;
    font-family: 'Roboto' !important;
    font-style: normal !important;
    font-size: 14px !important;
    line-height: 24px !important;
    color: #FFFFFF
}

.accordian-contents-open {
    max-height: 600px;
}

.accordian-contents > .content-container {
    padding: 15px 15px 15px 20px;
}

.content-container > .content-item {
    display: flex;
    position: relative;
    flex-direction: row;
    width: 100%;
}

.content-item > .line {
    position: relative;
    display: block;
    width: 16px;
    border-left: 2px solid #D9D9D9;
}

.content-item > .line > .line-cut-over {
    position: absolute;
    top: 0;
    left: -2px;
    display: block;
    border-bottom: 2px solid #D9D9D9;
    width: 100%;
    height: 25px;
}

.content-item:last-of-type > .line {
    border-left: none;
}

.content-item:last-of-type > .line > .line-cut-over {
    left: 0;
    border-bottom-left-radius: 5px;
    border-left: 2px solid #D9D9D9;
    border-bottom: 2px solid #D9D9D9;
}

.content-item > .content {
    width: 100%;
    padding-left: 8px;
}

.content-item > .content > ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    align-items: center;
    padding: 5px 0 0 5px;
}

.content-item > .content > ul > li {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-basis: 50%;
    height: 20px;
    margin-bottom: 5px;
}

.content-item > .content > ul > li > img {
    display: block;
    position: relative;
    height: 10px;
    padding: 2px 5px 0 0;
    filter: invert(26%) sepia(47%) saturate(18%) hue-rotate(35deg) brightness(102%) contrast(94%);
}

.content-item > .content > ul > li > p {
    font-family: 'Roboto' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    color: #4D4D4D  !important;
}

.content-item > .content > p {
    color: #707579;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 24px;
    padding-bottom: 15px;
    margin: 0;
}

.content-item > .content > .content-title {
    position: relative;
    display: flex;
    width: 100%;
    height: 20px;
    padding-top: 15px;
    align-items: center;
    margin-bottom: 10px;
}

.content-item > .content > .content-title > img  {
    position: relative;
    display: block;
    height: 20px;
    margin-right: 7px;
    filter: invert(31%) sepia(77%) saturate(738%) hue-rotate(175deg) brightness(90%) contrast(98%);
}

.content-item > .content > .content-title > h1  {
    position: relative;
    display: block;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #182842;
    height: 20px;
}

.image-alert {
    filter: invert(51%) sepia(74%) saturate(1555%) hue-rotate(324deg) brightness(111%) contrast(93%) !important;
}

.text-alert {
    color: #F66666;
}

.not-available-img {
    filter: invert(98%) sepia(0%) saturate(1132%) hue-rotate(274deg) brightness(73%) contrast(91%) !important;
}

.not-available-text {
    color: #AEB1B6 !important;
}

/* Custom marker cluster colors - override default green with blue #1d31fa */
.marker-cluster-small {
    background-color: #1d31fa !important;
    color: white !important;
}

.marker-cluster-small div {
    background-color: #1d31fa !important;
    color: white !important;
}

.marker-cluster-medium {
    background-color: #1d31fa !important;
    color: white !important;
}

.marker-cluster-medium div {
    background-color: #1d31fa !important;
    color: white !important;
}

.marker-cluster-large {
    background-color: #1d31fa !important;
    color: white !important;
}

.marker-cluster-large div {
    background-color: #1d31fa !important;
    color: white !important;
}
