@font-face {
    font-family: 'Helvetica Neue';
    src: url('/assets/font/helvetica-neue/HelveticaNeue-Bold.otf') format('otf'),
         url('/assets/font/helvetica-neue/HelveticaNeue-Bold.ttf') format('ttf'),
         url('/assets/font/helvetica-neue/HelveticaNeue-Bold.woff2') format('woff2'),
         url('/assets/font/helvetica-neue/HelveticaNeue-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Neue';
    src:  url('/assets/font/helvetica-neue/HelveticaNeue-Medium.otf') format('otf'),
    url('/assets/font/helvetica-neue/HelveticaNeue-Medium.ttf') format('ttf'),
    url('/assets/font/helvetica-neue/HelveticaNeue-Medium.woff2') format('woff2'),
    url('/assets/font/helvetica-neue/HelveticaNeue-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Neue';
    src:  url('/assets/font/helvetica-neue/HelveticaNeue-Light.otf') format('otf'),
    url('/assets/font/helvetica-neue/HelveticaNeue-Light.ttf') format('ttf'),
    url('/assets/font/helvetica-neue/HelveticaNeue-Light.woff2') format('woff2'),
    url('/assets/font/helvetica-neue/HelveticaNeue-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Neue';
    src:  url('/assets/font/helvetica-neue/HelveticaNeue-Thin.otf') format('otf'),
    url('/assets/font/helvetica-neue/HelveticaNeue-Thin.woff2') format('woff2'),
    url('/assets/font/helvetica-neue/HelveticaNeue-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
body {
    margin: 0;
    font-family: 'Helvetica Neue', sans-serif!important;
}
body #sidebar{
    padding: 0;
    background-color: #0B9444;
}
body #sidebar .category-container{
    border-bottom: 1px solid white;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px;
}
body #sidebar .category-container:last-child{
    border-bottom: none;
}
body #sidebar .category-container button.category-button{
    background: transparent;
    border: none;
    color: #ffffff;
    width: calc(100% - 61px);
    text-align: left;
    font-size: 16px;
    line-height: 1.2;
    padding: 0 0 0 10px;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 700;
}
body #sidebar .category-container img.category-icon {
    width: 61px;
}
body .info-bubble{
    padding: 0;
    width: 313px;
    max-height: 580px;
    max-width: 100%;
}
body .info-bubble h1{
    font-size: 20px;
    background: #D6E6A1;
    padding: 20px 15px;
    margin-bottom: 0;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 500;
} 
body .info-bubble strong{
    display: block;
    color: #858585;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 500;
}
body .gm-style-iw.gm-style-iw-c{
    padding: 0!important;
    border-radius: 0;
}
body .gm-style .gm-style-iw-d{
    overflow: unset !important;
    max-height: unset !important;
}
body .gm-style-iw.gm-style-iw-c button.gm-ui-hover-effect{
    top: -8px!important;
    right: 8px!important;
}
body .gm-style-iw.gm-style-iw-c .gm-ui-hover-effect>span{
    width: 30px!important;
    height: 30px!important;
}
body .info-bubble img{
    padding: 35px 15px;
    max-width: 285px;
    margin: 0 auto;
    display: block;
}
.info-bubble-container {
    padding: 0 5px;
    max-height: 200px;
    overflow-y: auto;
    margin: 20px 10px;
}
body .info-bubble p {
    font-size: 16px;
    margin: 20px 0;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 500;
}
body .info-benefit{
    font-size: 16px;
    max-height: unset;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 500;
}
body .info-bubble p:first-child {
    margin-top: 10px;
}
body .reset-btn-container button{
    font-size: 0 !important;
    background-color: transparent !important;
    box-shadow: unset!important;
    border: none !important;
    padding: 15px !important;
    margin: 0 !important;
    line-height: 0 !important;
}
/* .reset-btn-container{
    left: 250px!important;
} */
body .reset-btn-container button img{
    height: 50px!important;
    width: 50px!important;
}
.gmnoprint > div:first-child{
    background-color: transparent!important;
    border-radius: 0!important;
    box-shadow: unset!important;
}
.gmnoprint button.gm-control-active{
    border-radius: 50%;
    background-color: #383838!important;
}
.gmnoprint button.gm-control-active img{
    filter: brightness(0) invert(1);
}
.gmnoprint > div:first-child div {
    background-color: transparent!important;
    height: 12px!important;
}
/* Scrollbar Styling */
.info-bubble-container::-webkit-scrollbar-track{
	border-radius: 10px;
	background-color: #c7c7c7;
    margin: 0 10px;
}
.info-bubble-container::-webkit-scrollbar{
    border-radius: 10px;
	width: 10px;
	background-color: #D6E6A1;
}
.info-bubble-container::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #D6E6A1;
}
body #sidebar .category-container.active {
    background-color: #D6E6A1;
}
body #sidebar .category-container.active button.category-button {
    color: #333;
}
body .info-benefit-wrap p {
    margin-bottom: 10px;
}
@media only screen and (max-width: 1024px){
    body{
        height: 100dvh;
        overflow-y: hidden;
    }
    #map{
        height: 100dvh !important;
        width: 100%!important;
    }
    body #sidebar{
        background-color: transparent;
        width: auto !important;
        height: auto;
        left: 0;
        right: 0;
        margin: auto;
        /* transform: translateX(-50%); */
        position: absolute;
        bottom: 20px;
        box-shadow: none;
        z-index: 9;
        display: inline-table;
    }
    /* body .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom{
        bottom: 170px!important;
    } */
    body span.select2-selection.select2-selection--single{
        border: none;
        border-radius: 20px;
        height: auto;
        background-color: transparent;
    }
    body .select2-container--default .select2-selection--single .select2-selection__rendered{
        background: #0c9444;
        color: #fff;
        border-radius: 30px;
        font-family: 'Helvetica Neue', sans-serif;
        font-weight: 500;
        padding: 12px 20px; 
    }
    body .select2-container--default .select2-selection--single .select2-selection__arrow b{
        border-color: #fff transparent transparent transparent;
    }
    body span.select2.select2-container.select2-container--default {
        min-width: 500px !important;
    }
    body .select2-container--default .select2-selection--single .select2-selection__arrow{
        right: 12px;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    body .select2-container--default .select2-selection--single .select2-selection__arrow b{
        border-width: 8px 7px 0 7px;
    }
    body .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
        border-color: transparent transparent #fff transparent;
        border-width: 0 7px 8px 7px;
    }
    body .select2-search--dropdown{
        display: none;
    }
    body .select2-dropdown{
        border-radius: 30px;
        border: none;
    }
    body  .select2-results__option--selectable{
        color: #0e9444;
        padding: 10px 20px;
    }
    body .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
        background-color: transparent;
        color: #747474;
    }
    body .select2-container--default .select2-results>.select2-results__options{
        max-height: 500px;
        padding-top: 10px;
    }
    body .select2-container--default .select2-results__option--selected{
        background-color: transparent;
        color: #747474;
    }
    /* body .reset-btn-container button{
        padding: 20px 12px 0 0!important;
    }
    body .reset-btn-container{
        left: auto !important;
        right: 0;
        top: 45px !important;
    }
    body .reset-btn-container button img {
        height: 35px !important;
        width: 35px !important;
    } */
}
@media only screen and (max-width: 767px){
}
@media only screen and (max-width: 640px){
    body #sidebar{
        left: 20px;
        transform: unset;
    }
    body span.select2.select2-container.select2-container--default {
        min-width: 450px !important;
    }
    .recenter-btn-container{
        top: 96px!important;
        left: unset !important;
        right: 10px;
    }
}
@media only screen and (max-width: 580px){
    body span.select2.select2-container.select2-container--default {
        min-width: 400px !important;
    }
}
@media only screen and (max-width: 480px){
    body span.select2.select2-container.select2-container--default {
        min-width: 300px !important;
    }
}
@media only screen and (max-width: 380px){
    body span.select2.select2-container.select2-container--default {
        min-width: 250px !important;
    }
    .gmnoprint button.gm-control-active{
        width: 30px !important;
        height: 30px !important;
        left: 12px !important;
    }
}