body {
    margin: 0;
    overflow-x: hidden;
}

html, body {
    height: 100%;
    font-family: 'Montserrat' !important;
}

.model_style {
    background: rgba(0, 0, 0, 0.8) !important;
    color: white !important;
    border: 1px solid;
}

#hover_info {
    text-align: center;
    width: 30%;
    color: white;
    padding: 10px;
    border-radius: 5px;
    border: 0.5px solid #e3e3e3;
    background: rgba(0, 0, 0, 0.8);
    margin: 0 auto;
}
#hover_info-div {
    width: 100%;
    display: none;
    position: fixed;
    /*bottom: -200px;*/
    z-index: 111111111;
    transition: all 0.3s;
}
#location-analysis-container{
    display: none;
}

#hover_info-spider-div {
    /*width: 700px;*/
    /*position: absolute;*/
    /*right: 35px;*/
    /*top: 140px;*/
    /*z-index: 1001;*/
    transition: all 0.3s;
}

#hover_spider_info {
    color: white;
    border-radius: 5px;
    border: 0.5px solid #e3e3e3;
    background: rgba(255, 255, 255, 0.8);
    margin: 0 auto;
}



#myProgress {
    width: 100%;
    background-color: grey;
}

#myBar {
    width: 0%;
    height: 30px;
    background-color: #4CAF50;
    text-align: center; /* To center it horizontally (if you want) */
    line-height: 30px; /* To center it vertically */
    color: white;
}

#eval_text, #opt_text {
    background-color: #ffffff;
    margin-top: 15px;
    padding: 10px;
    border-radius: 5px;
}

#map {
    height: 50vh;
    margin: 0;
}

.absolute-maps {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* padding: 15px; */
    background-color: #ffffff;
}

#map-1, #map-2 {
    /* width: calc(50vw - 30px); */
    height: calc(100vh - 115px);
}

.btn {
    background-color: #FF6600;
    border: none;
    color: white !important;
    /*padding: 12px 16px;*/
    font-size: 16px;
    cursor: pointer;
}

.btns {
    background-color: #FF6600;
    border: none;
    border-radius: 5px;
    color: white !important;
    padding: 4px 10px;
    font-size: 16px;
    cursor: pointer;
}

.btn-error {
    background-color: #ff0000;
    border: none;
    color: white !important;
    padding: 12px 16px;
    font-size: 16px;
    cursor: pointer;
}

.btn-success {
    background-color: #198754;
    border: none;
    color: white !important;
    padding: 12px 16px;
    font-size: 16px;
    cursor: pointer;
}

.btn-disabled {
    background-color: #676767;
    border: none;
    color: white !important;
    padding: 12px 16px;
    font-size: 16px;
    cursor: default;
}


#exit_filter_modal_toggle_btn {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    background-color: red;
    padding: 8px;
    color: #ffffff !important;
    z-index: 1000000;
}

#exit_filter_modal_toggle_btn:hover {
    opacity: 0.8;
}

#exit_filter_modal_toggle_btn:focus, #exit_filter_modal_toggle_btn:active {
    outline: none;
}

#filter_slider {
    bottom: 44px;
    width: 520px;
    height: auto;
    background-color: #cecece;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12), 1px 0 2px rgba(255, 255, 255, 0.24);
    border-radius: 3px;
    /* overflow: hidden; */
    z-index: 100000;
    padding: 15px;
}

#filter_slider button {
    width: 100%;
    padding: 5px 8px;
    font-size: 0.8rem;
    /* margin-left: 0; */
}

.range-slider {
    margin: 15px;

}

.range-slider label {
    position: absolute;
    width: 20px;
    margin-left: -10px;
    text-align: center;
    margin-top: 20px;
}

#slider label {
    position: absolute;
    width: 20px;
    margin-left: -10px;
    text-align: center;
    margin-top: 20px;
}

/* below is not necessary, just for style */
#slider {
    width: 50%;
    margin: 2em auto;
}

#slider-1 label {
    position: absolute;
    width: 20px;
    margin-left: -10px;
    text-align: center;
    margin-top: 15px;
}

/* below is not necessary, just for style */
#slider-1 {
    margin-top: 0px;
    margin-bottom: 30px;
}

#slider-2 label {
    position: absolute;
    width: 20px;
    margin-left: -15px;
    text-align: center;
    margin-top: 15px;
}

/* below is not necessary, just for style */
#slider-2 {
    margin-top: 0px;
    margin-bottom: 40px;
}

.leaflet-container {
    font: 14px/1.5 "Roboto Helvetica Neue", Arial, Helvetica, sans-serif;
}

.label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.label-text {
    margin-left: 8px;
}

.toggle {
    isolation: isolate;
    position: relative;
    height: 24px;
    width: 48px;
    border-radius: 15px;
    background: #d6d6d6;
    overflow: hidden;
}

.toggle-inner {
    z-index: 2;
    position: absolute;
    top: 1px;
    left: 1px;
    height: 22px;
    width: 46px;
    border-radius: 15px;
    overflow: hidden;
}

.active-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 200%;
    background: #0274D9;
    transform: translate3d(-100%, 0, 0);
    transition: transform 0.05s linear 0.17s;
}

.toggle-state {
    display: none;
}

.indicator {
    height: 100%;
    width: 200%;
    background: white;
    border-radius: 13px;
    transform: translate3d(-75%, 0, 0);
    transition: transform 0.35s cubic-bezier(0.85, 0.05, 0.18, 1.35);
}

.toggle-state:checked ~ .active-bg {
    transform: translate3d(-50%, 0, 0);
}

.toggle-state:checked ~ .toggle-inner .indicator {
    transform: translate3d(25%, 0, 0);
}

input[type=text], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}


.formdiv {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

/* Style buttons */
/*.btn {*/
/*background-color: #0274D9; !* Blue background *!*/
/*border: none; !* Remove borders *!*/
/*color: white; !* White text *!*/
/*padding: 12px 16px; !* Some padding *!*/
/*font-size: 16px; !* Set a font size *!*/
/*cursor: pointer; !* Mouse pointer on hover *!*/
/*}*/

/*!* Darker background on mouse-over *!*/
.sidebar-btn:hover, .btn:hover {
    background-color: #66cc66;
}

.sidebar-btn:focus {
    background-color: #FF6600;
}


.map-main-title {
    font-size: 1.3rem;
    margin: 0;
    padding: 6px 0;
    text-align: center;
}

.map-second-title {
    background-color: #000000;
    color: #ffffff;
    font-size: 1.1rem;
    margin: 0;
    margin-top: 7px;
    margin-bottom: 12px;
    text-align: center;
}

.tooltip_custom {
    padding: 10px;
    position: relative;
    margin: 15px;
    text-align: center;
}

.tooltip_custom::after {
    background-color: #333;
    border-radius: 7px;
    font-size: 0.9rem;
    color: #ffffff;
    display: none;
    padding: 7px 12px;
    position: absolute;
    text-align: center;
    z-index: 999;
}

.tooltip_custom::before {
    background-color: #333;
    content: ' ';
    display: none;
    position: absolute;
    width: 10px;
    height: 10px;
    z-index: 999;
}

.tooltip_custom:hover::after {
    display: block;
    text-align: justify;
    line-height: 1.6;
}

.tooltip_custom:hover::before {
    display: block;
}

.tooltip_custom.top::after {
    content: attr(data-tooltip-content);
    top: 0;
    left: 50%;
    min-width: 500px;
    transform: translate(-50%, calc(-100% - 10px));
}

.tooltip_custom.top::before {
    top: 0;
    left: 50%;
    transform: translate(-50%, calc(-100% - 5px)) rotate(45deg);
}

.tooltip_custom.bottom::after {
    content: attr(data-tooltip-content);
    bottom: 0;
    left: 50%;
    min-width: 450px;
    transform: translate(-50%, calc(100% + 10px));
}

.tooltip_custom.bottom::before {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, calc(100% + 5px)) rotate(45deg);
}

.tooltip_custom.right::after {
    content: attr(data-tooltip-content);
    top: 50%;
    right: 0;
    transform: translate(calc(100% + 10px), -50%);
}

.tooltip_custom.right::before {
    top: 50%;
    right: 0;
    transform: translate(calc(100% + 5px), -50%) rotate(45deg);
}

.tooltip_custom.left::after {
    content: attr(data-tooltip-content);
    top: 50%;
    left: 0;
    transform: translate(calc(-100% - 10px), -50%);
}

.tooltip_custom.left::before {
    top: 50%;
    left: 0;
    transform: translate(calc(-100% - 5px), -50%) rotate(45deg);
}

.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.legend {
    line-height: 20px;
    color: #555;
    font-size: 15px !important;
}

.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 1;
}

@media only screen and (max-width: 992px) {
    .result-white-box {
        font-size: 0.8rem;
    }

    #eval_text, #opt_text {
        padding: 8px 12px;
    }
}

@media only screen and (max-width: 850px) {
    .result-white-box {
        font-size: 0.7rem;
    }

    #eval_text, #opt_text {
        padding: 6px 9px;
    }
}

@media only screen and (max-width: 768px) {
    #filter_slider {
        font-size: 0.8rem;
        width: 410px;
    }

    .map-main-title {
        font-size: 1.1rem;
        padding: 5px;
    }

    .map-second-title {
        font-size: 0.9rem;
    }

    #absolute-maps-wrapper {
        flex-direction: column !important;
    }

    #absolute-maps-wrapper > div {
        width: 100% !important;
        height: 50% !important;
    }

    #absolute-maps-wrapper > div:nth-child(2) {
        margin-top: 7px !important;
    }

    #map-1, #map-2 {
        height: calc(100% - 30px);
    }

    #exit_filter_modal_toggle_btn {
        width: 100px;
        padding: 5px;
        bottom: 20px;
        font-size: 0.8rem;
    }
}

@media only screen and (max-width: 450px) {
    #filter_slider {
        font-size: 0.75rem;
        width: calc(100% - 30px);
    }

    .map-main-title {
        font-size: 0.9rem;
        padding: 5px;
    }

    .map-second-title {
        font-size: 0.8rem;
    }
}

.sideinfo {
    border-radius: 7px;
    background: rgba(0, 0, 0, 0.7);
    width: 250px;
    left: -240px;
    transition: all 0.3s;
    color: white;
}

.sideinfo.open {
    left: 0;
    border: 1px solid white !important;
}

#sidebar {
    top: 0;
    height: 100%;
    width: calc(100% - 250px);
    position: fixed;
    z-index: 2000 !important;
    right: -10000px;
    transition: all 0.3s;
    background: rgba(0, 0, 0, 0.2);
}

#sidebar-content {
    transition: all 0.3s;
    width: 350px;
    height: 100%;
    background: rgba(0, 0, 0, 0.88);
    z-index: 2001 !important;
    left: -500px;
    top: 0;
    position: fixed;
    overflow: auto;
}

#sidebar-content.open {
    left: 0;
}

#sidebar.open {
    right: 0;
}

.sidebar-btn {
    background: #FF6600;
}

.sidebar-close {
    transition: all 0.3s;
    color: #FF6600;
}


.sidebar-close:hover {
    color: #66cc66 !important;
}

.bg-half-dark {
    background: rgba(255, 255, 255, 0.2);
}

.introjs-prevbutton {
    display: none !important;
}

.orange-bg:hover {
    background-color: #FF6600;
}

.bg-green:hover {
    background-color: #4CAF50;
}

.leaflet-control-container {
    font-size: 15px !important;
}

.custom-tbl {
    color: white;
    display: none;
    position: absolute;
    z-index: 9999;
    bottom: 27vh;
    left: 38px;
    background-color: grey;
}

.custom-tbl-2 {
    color: white;
    display: none;
    position: absolute;
    z-index: 9999;
    bottom: 24vh;
    left: 38px;
    background-color: grey;
}

.network-response-section {
    /*position: absolute;*/
    z-index: 1000;
    /*left: 35px;*/
    width: 420px;
    /*bottom: 30px;*/
    background-color: white;
    padding: 10px;
    border-radius: 5px;
}

.network-response-section ul {
    list-style: none;
    padding-left: 0;
}

.tick-icon {
    font-size: 8px!important;
    -webkit-text-stroke-width: 0px;
    border: 2px solid #FF6600;
    border-radius: 50%;
    padding: 2px 3px;
    color: #FF6600;
}

.place-station-btn {
    background-color: #FF6600;
    border: 1px solid #FF6600;
    color: white;
    padding: 9px 9px;
    font-size: 16px;
    border-radius: 5px;
}

.cancel-station-btn {
    background-color: #a8a8a8;
    border: 1px solid #a8a8a8;
    color: white;
    padding: 9px 9px;
    font-size: 16px;
    border-radius: 5px;
}

.cancel-station-btn:hover {
    background-color: white;
    border: 1px solid #a8a8a8;
    color: #a8a8a8;
}

.ignore-edge-btn {
    background-color: white;
    border: 1px solid #9c9c9c;
    color: #ff6600;
    padding: 9px 9px;
    font-size: 16px;
    border-radius: 5px;
}

.ignore-edge-btn:hover {
    background-color: white;
    border: 1px solid #ff6600;
    color: #ff6600;
}


#hover_info_direction {
    text-align: center;
    width: 30%;
    color: white;
    padding: 10px;
    border-radius: 5px;
    border: 0.5px solid #e3e3e3;
    background: rgba(0, 0, 0, 0.8);
    margin: 0;
}

#hover_info_direction_div {
    width: 30%;
    position: absolute;
    /*left: -450px;*/
    left: 36px;
    top: 175px;
    z-index: 1001;
    transition: all 0.3s;
}

.direction-arrow-img {
    -webkit-transition: .6s linear;
    transition: .6s linear;
    -moz-transition: .6s linear; /* Firefox 4 */
    -o-transition: .6s linear; /* Opera */
    -ms-transition: .6s linear; /* Explorer 10 */
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

.accordion-button {
    background-color: rgba(204, 204, 204, 0.41) !important;
}

.accordion-button:not(.collapsed), .accordion-button:focus {
    background-color: rgba(204, 204, 204, 0.41) !important;
}

.small-text {
    font-size: 11px;
}

.information-category-heading span {
    font-weight: bold;
}

.information-category-heading a {
    color: white !important;
}

/*loader css*/
/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 9999;
    /*display:none;*/
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));

    background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: #FF6600 1.5em 0 0 0, #FF6600 1.1em 1.1em 0 0, #FF6600 0 1.5em 0 0, #FF6600 -1.1em 1.1em 0 0, #FF6600 -1.5em 0 0 0, #FF6600 -1.1em -1.1em 0 0, #FF6600 0 -1.5em 0 0, #FF6600 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#layer-control-loader {
    /*position: absolute;*/
    /*right: 35px;*/
    /*top: 85px;*/
    /*display: block;*/
    /*z-index: 1001;*/
    /*color: #FF6600;*/
    /*background-color: #454545;*/
}

#toggletable-2 {
    bottom: 15vh !important;
}


.flash-msg-1 {
    font-size: 18px;
    color: white;
    background: #8e2626b5;
    padding: 2px;
}

.flash-msg-2 {
    font-size: 18px;
    color: #ff6900;
    background: #8e2626b5;
    padding: 2px;
}

/*@media only screen and (max-width: 1200px) {*/
/*    .header-1 {*/
/*        font-size: 18px;*/
/*        margin-top: 20px;*/
/*    }*/
/*}*/
/* Absolute Center Spinner */
.loading-percentage {
    display: none;
    position: fixed;
    z-index: 12000;
    height: 3em;
    width: 3em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading-percentage:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));

    background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading-percentage:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading-percentage:not(:required):after {
    content: '';
    display: block;
    font-size: 20px;
    width: 0.7em;
    height: 0.7em;
    margin-top: -0.5em;
    -webkit-animation: spinner 250ms infinite linear;
    -moz-animation: spinner 250ms infinite linear;
    -ms-animation: spinner 250ms infinite linear;
    -o-animation: spinner 250ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: #FF6600 1.5em 0 0 0, #FF6600 1.1em 1.1em 0 0, #FF6600 0 1.5em 0 0, #FF6600 -1.1em 1.1em 0 0, #FF6600 -1.5em 0 0 0, #FF6600 -1.1em -1.1em 0 0, #FF6600 0 -1.5em 0 0, #FF6600 1.1em -1.1em 0 0;

}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
#loading-percentage-text{
    position:absolute;
    z-index:20000000;
    font-size:25px;
    color:#FF6600;
    width:100%;
    text-align:center;
    margin: 0 auto;
    top:55px;
    left:-10px;
    font-weight:bold;
    font-family: Montserrat, serif ;
}
.accordion-button table{
    background-color: #EAEAEA;
}
.legend { list-style: none; }
.legend li { margin-right: 10px; }
.legend span { float: left; width: 20px; height: 12px; margin: 2px; }
.leaflet-control-layers-expanded {
    background: #cecece !important;
    
}


#right_panel {
    position: absolute;
    width: 34%;
    padding-left: 4px;
    right: 0;
}

/*#right_panel::before {*/
/*    content: '\2194';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    cursor: ew-resize;*/
/*    background-color:#FF6600;*/
/*    border-radius: 7px;*/
/*    color:white;*/
/*    padding: 5px 10px;*/
/*    z-index: 100;*/
/*}*/
#left-panel{
    width: 66%;
}

#container {
    height: 500px;
    min-width: 310px;
    max-width: 600px;
    margin: 0 auto;
}

.select2-results__options .select2-results__option {
    color: black;
}
.select2-selection__choice__display{
    color: black;
}

select[disabled] {
   background: #bdbdbd!important;
}


.switch {
    position: relative;
    display: inline-block;
    width: 43px;
    height: 25px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 0px;
    bottom: 5px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #FF6600;
}

input:focus + .slider {
    box-shadow: 0 0 1px #FF6600;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.geostats-legend-block{
    height:10px;
    width:30px;
}

.select2-selection--multiple { max-height: 10rem; overflow: auto }
.leaflet-popup-content{
    width: 100%!important;
}
.network-detail-section{
    font-size: 12px;
}
.network-detail{
    font-size: 8px;
}
.right-panel-container{
    height:66vh;
}
@media only screen and (min-width: 1200px){
    .network-detail-section{
        font-size: 14px;
    }
    .network-detail{
        font-size: 10px;
    }
    .right-panel-container{
        height: 66vh;
    }
}

