body,
html {
    height: 100%
}

h2 {
    font-size: calc(1.325rem + .9vw);
    color: rgba(255, 255, 255, 0.6);
}

.navbar-brand {
    font-family: Equinox, Arial, Helvetica, sans-serif;
    font-size: 40px;
    opacity: .7;
    text-decoration: none
}

.nav-item {
    font-size: 1.1rem
}

.navbar {
    padding: 0
}

@media (max-width:992px) {
    .navbar-collapse {
        position: fixed;
        top: 50px;
        right: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: -75%;
        height: 100%;
        z-index: 100
    }

    .navbar-collapse.collapsing {
        right: -75%;
        transition: height 0s ease
    }

    .navbar-collapse.show {
        right: 0;
        transition: right .3s ease-in-out
    }

    .navbar-toggler.collapsed~.navbar-collapse {
        transition: right .5s ease-in-out
    }

    nav .wrapper {
        top: 80px;
        height: calc(100vh - 105px);
        background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity));
        padding-bottom: 0
    }
}

.dropdown-menu,
nav .dropdown-item {
    float: left;
    overflow: hidden;
    font-size: 1.1rem;
    border: none;
    outline: 0;
    color: rgba(255, 255, 255, .55);
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity));
    margin: 0
}

nav .nav-link {
    color: rgba(255, 255, 255, .55);
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity))
}

/* Dropdown menu */
.dropbtn {
    background-color: #352d2f;
    color: white;
    font-size: 16px;
    padding: 16px;
    border: none;
}

/* The container <div> - needed to position the sel content */
#sel {
    position: relative;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
    color: #444;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
        linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

#sel::-ms-expand {
    display: none;
}

#sel:hover {
    border-color: #888;
}

#sel:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 1px rgba(53, 45, 47, .7);
    box-shadow: 0 0 0 1px -moz-mac-focusring;
    color: #222;
    outline: none;
}

#sel option {
    font-weight: normal;
}

/* Support for rtl text, explicit support for Arabic and Hebrew */
*[dir="rtl"] #sel,
: root: lang(ar) #sel,
: root: lang(iw) #sel {
    background-position: left .7em top 50%, 0 0;
    padding: .6em .8em .5em 1.4em;
}

/* Disabled styles */
#sel: disabled,
#sel[aria-disabled=true] {
    color: graytext;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
        linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
}

#sel: disabled: hover,
#sel[aria-disabled=true] {
    border-color: #aaa;
}

/* The container <div> - needed to position the dropdown content */
.dropdown-menu,
nav .dropdown-item {
    float: left;
    overflow: hidden;
    font-size: 1.1rem;
    border: none;
    outline: 0;
    color: rgba(255, 255, 255, .55);
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity));
    margin: 0
}

nav .nav-link {
    color: rgba(255, 255, 255, .55);
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity))
}

.dropdown-item:hover {
    background-color: #005187;
    color: rgba(255, 255, 255, .8);
    cursor: pointer
}

section {
    height: calc(100vh - 105px);
    top: 60px;
}

footer {
    position: fixed;
    bottom: 0px;
    font-size: 100%;
    height: 25px;
    width: calc(100vw);
    background: var(--bs-body-color);
    display: block;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    margin: 0 auto;
}

footer a,
footer b {
    display: inline-block;

}

footer a {
    color: #ffffff;
    text-decoration: none;
}


/* Map css */
#map {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
    display: block
}

/* data css */
.wrapper {
    display: block;
}

.parent {
    height: 100%;
    width: 100%;
}

.div1,
.div2 {
    width: 100%;
    display: block;
    font-weight: bold;
    font-size: 20px;
}

.div2 {
    height: calc(100vh - 140px);
}

#chartobject-1 {
    width: 80%;
    margin: 0 auto;
}

#chart-container {
    padding-top: 10px;
}

svg>g[class^="raphael-group-"]>text {
    display: none;
}

.button {
    position: relative;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    cursor: default;

    padding: 6px 12px;
    border-radius: 4px;
    line-height: 1.8;

    color: #337ab7;
    text-decoration: none;
    background-color: #333;
    border: 1px solid #ddd;
    border-color: #ddd;
    text-shadow: 1px 2px 3px rgb(95, 95, 95);
}

.button:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.about {
    display: block;
    height: 1000px
}

.leaflet-marker-label {
    width: auto !important;
    height: auto !important;
}

.leaflet-marker-iconlabel {
    stroke: rgb(255, 255, 255);
    border-radius: 7px;
    -moz-box-shadow: 0 3px 10px #888;
    -webkit-box-shadow: 0 3px 14px #999;
    box-shadow: 0 3px 10px #888;
    display: block;
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 4px 6px;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    white-space: nowrap;

}

.textwidth {
    position: absolute;
    visibility: hidden;
    height: auto;
    width: auto;
    white-space: nowrap;
}

.ForestGreen {
    background: #228B22
}

.CornflowerBlue {
    background: #6495ED
}

.Gold {
    background: #FFD700
}

.Orange {
    background: orange
}

.FireBrick {
    background: #B22222
}

.leaflet-tooltip.my-labels {
    font-weight: bold;
    font-size: 16px;
    color: white;
    background-color: transparent;
    border: transparent;
    box-shadow: none;
    padding: 15px;
    text-shadow: 1px 1px 2px black, 0 0 25px black, 0 0 5px black;
}

.leaflet-tooltip-right:before {
    display: none;
}

.leaflet-tooltip-left:before {
    display: none;
}

.leaflet-tooltip-bottom:before {
    display: none;
}

/* Overlay */
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3;
    top: 0;
    right: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 8%;
    left: 5%;
    width: 90%;
    text-align: left;
    margin-top: 30px;
}

.overlay .closebtn {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #b1b1b1;
    display: block;
    transition: 0.3s;
}

.overlay p {
    font: 13px/1.5 "Verdana", sans-serif;
    padding: 0px 8px 0px 8px;
    text-decoration: none;
    font-size: 14px;
    color: #b1b1b1;
    display: inline-block;
    transition: 0.3s;
}

.overlay a {
    font: 13px/1.5 "Verdana",
        sans-serif;
    font-size: 14px;
    color: #b1b1b1;
    display: inline-block;
}

.overlay li {
    font: 13px/1.5 "Verdana", sans-serif;
    font-size: 14px;
    color: #b1b1b1;
}

.overlay p .images {
    text-align: center
}

a .image_ref {
    text-decoration: none;
}

.overlay img {
    display: inline-block;
    margin: 15px 1%;
    height: 100px;
    width: auto;
}

.overlay hr {
    display: block;
    margin: 0.5em;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
}

.overlay li: hover,
.overlay li: focus {
    color: #f1f1f1;
    cursor: pointer;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    .overlay a .closebtn {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

#toggle {
    position: fixed;
    bottom: 150px;
    left: 100px;
    border: 2px solid black;
    background-color: white;
    padding: 7px 14px;
    font-size: 16px;
    cursor: pointer;
    border-color: #2f7ed8;
    color: #0d233a;
    border-radius: 5px;
    opacity: 0.9;
}

#toggle:hover {
    background-color: #2f7ed8;
    color: white;
}

#menuToggle {
    display: none;
    flex-direction: column;
    position: relative;
    top: 25px;
    right: 25px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}

#menuToggle input {
    display: flex;
    width: 40px;
    height: 32px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
}

#menuToggle span {
    display: flex;
    width: 29px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #ffffff;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        opacity 0.55s ease;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

#menuToggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(-3px, -1px);
    background: #ffffff;
}

#menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked~span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}

#menu {
    position: absolute;
    width: 80vw;
    height: 100vh;
    margin: -100px 0 0 0;
    padding: 0px;
    padding-top: 125px;
    right: -50px;

    background: #352d2f;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /*to stop flickering of text in safari*/

    transform-origin: 0% 0%;
    transform: translate(100%, 0);

    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

#menu li {
    padding: 10px 0;
    transition-delay: 2s;
}

/*And let's fade it in from the left*/
#menuToggle input:checked~ul {
    transform: scale(1.0, 1.0);
    opacity: 0.95;
}

.navigation-bar #menu button {
    width: 100%;
}

@media (max-width: 640px) {
    .navigation-bar #menuToggle {
        display: inline-flex;
    }

    .navigation-bar #mainmenu {
        display: none;
    }
}

.panel,
.panel button {
    background-color: rgba(20, 26, 34, .921875);
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 7px
}

.panel button {
    background-color: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-radius: 7px;
    box-shadow: none
}

.panel button.close {
    right: 0;
    top: -4px;
    width: 48px;
    height: 48px
}

.panel button.close::before {
    content: "";
    position: absolute;
    display: block;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    left: 19px;
    top: 12px;
    background-color: rgba(255, 255, 255, .2);
    opacity: 0;
    transition: opacity 160ms
}

.panel button.close>span {
    background-image: url(/assets/images/icons/close.1.svg);
    background-position: 24px 13px;
    opacity: .8
}

.no-touch .panel button.close: hover::before,
.no-touch .panel button.close: hover>span,
.panel button.close : active>span {
    opacity: 1
}

.no-touch .panel button.close:hover:active>span {
    opacity: .8
}

.panel button {
    margin: 0;
    padding: 0;
    border: none;
    font: inherit;
    outline: 0;
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    /* box-shadow: inset 0 0 2px rgba(255, 255, 255, .4), inset 0 0 8px 6px #141a22, 0 1px 4px rgba(0, 0, 0, .25); */
    overflow: hidden
}

.panel button::-moz-focus-inner,
.panel input::-moz-focus-inner {
    border: none
}

.panel button .icon,
.panel button>span {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    opacity: .8;
    transition: opacity 160ms;
    will-change: opacity;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    pointer-events: none
}

.panel.overlays {
    bottom: 30%;
    right: 1%;
    width: 40px;
    height: 80px;
    padding: 0;
    margin-top: 5px !important;
    box-shadow: inset 0 0 2px rgba(255, 255, 255, .4), inset 0 0 8px 6px #141a22, 0 1px 4px rgba(0, 0, 0, .25)
}

.panel.overlays button .icon {
    width: 25px;
    height: 25px;
    background-image: url(/static/images/menu-items.5.svg);
    background-size: 25px 225px;
    /* margin-left: 7.5px */
}

.panel.overlays button[data-state=false] .icon {
    opacity: .5
}

.panel.overlays button[data-state=true] .icon {
    opacity: 1
}

.panel.overlays button[data-state=false]:hover .icon {
    opacity: 0.8
}

.no-touch .panel.overlays button[data-state=false]:hover .icon {
    opacity: .8
}

.no-touch .panel.overlays button[data-state=false]:hover:active .icon {
    opacity: .6
}

.panel.overlays button.wind {
    overflow: visible
}

.panel.overlays button.wind::before {
    content: "";
    position: absolute;
    left: -8px;
    top: -6px;
    right: -6px;
    bottom: 0
}

.panel.overlays button.wind .icon {
    margin-top: 5px;
    background-position: 0 -50px
}

.panel.overlays button.fires {
    top: 40px;
    overflow: visible
}

.panel.overlays button.fires::before {
    content: "";
    position: absolute;
    left: -8px;
    top: 0;
    right: -6px;
    bottom: 0
}

.panel.overlays button.fires .icon {
    background-position: 0 -100px
}

.panel.overlays button.radar {
    bottom: 0;
    overflow: visible
}

.panel.overlays button.radar::before {
    content: "";
    position: absolute;
    left: -8px;
    top: 0;
    right: -6px;
    bottom: -3px
}

.panel.overlays button.radar .icon {
    margin-top: -5px;
    background-position: 0 -75px
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    padding: 0;
    border-radius: 7px;
    border: none;
    box-shadow: inset 0 0 2px rgb(255 255 255 / 40%),
        inset 0 0 8px 6px #141a22,
        0 1px 4px rgb(0 0 0 / 25%);
    background-color: rgba(20, 26, 34, .921875);
}

.leaflet-touch .leaflet-bar a {
    background-color: transparent;
    border: none;
    outline: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    opacity: .5;
}

.leaflet-bar a:hover {
    background-color: transparent;
    border: none;
    outline: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;

    opacity: .8;
}

.leaflet-control-zoom a:hover {
    color: #000 !important;
}

#espa {
    position: fixed;
    bottom: 50%;
    left: 1%;
    border: none;
    border-radius: 7px;
    background-color: white;
    padding: 7px 7px;
    font-size: 12px;
    cursor: pointer;
    color: #fff;
    /* opacity: 0.9; */
    background-color: rgba(20, 26, 34, .921875);
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    overflow: hidden;
    transition: padding .5s ease,
        background-position .5s ease,
        transform .5s ease;
}

#espa span {
    margin: 0;
    padding: 0;
}

#espa img {
    height: 49.5px;
    width: 83px;
}

#espa span:nth-child(1) {
    position: absolute;
    left: -340px;
    top: 7px;
    margin: 0px 10px;
    display: inline-block;
    text-align: left;
    transition: left .5s ease;
    color: #fff;
    opacity: 0.9;
    font-weight: bold;
    width: 300px;
}

#espa:hover span:nth-child(1) {
    left: 0px;
}

#espa:hover {
    transform: scale(1, 1);
    padding-left: 320px;
    padding-right: 5px;
    background-position: 5px center;
}

/* .leaflet-tooltip-own {
    background-color: #141a22 !important;
    border: 0 !important;
    border-radius: 4px !important;
    color: #fff !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    font-size: 14px
}

.leaflet-popup-tip-container {
    display: none;
} */

.navbar-toggler-icon {
    background-image: url('data:image/svg+xml,%3Csvg xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 192 512"%3E%3Cpath fill="rgb(255,255,255,.55)" d = "M20 424.229h20V279.771H20c-11.046 0-20-8.954-20-20V212c0-11.046 8.954-20 20-20h112c11.046 0 20 8.954 20 20v212.229h20c11.046 0 20 8.954 20 20V492c0 11.046-8.954 20-20 20H20c-11.046 0-20-8.954-20-20v-47.771c0-11.046 8.954-20 20-20zM96 0C56.235 0 24 32.235 24 72s32.235 72 72 72 72-32.235 72-72S135.764 0 96 0z"/%3E%3C/svg%3E') !important;
    background-size: contain;
}

.respDiv {
    position: relative;
    z-index: 1;
}

#content {
    position: absolute;
    top: 0;
    left: 0px;
    border-radius: 12px;
    background-color: #fff;
    pointer-events: none;
    padding: 20px;
    z-index: -1;
    box-shadow: 0px 0px 5px #aaa;
    transition: left 0.3s ease-out, bottom 0.2s ease-out;
}

#content h3 {
    margin-top: 0px
}

#content ul {
    margin: 0px;
    padding: 0px;
    list-style: 'none';
}

#content li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}


.leaflet-popup-pane .leaflet-popup-content-wrapper {
    z-index: 9999 !important;
}

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    background: linear-gradient(0deg, rgba(255, 61, 0, 0.2) 33%, #ff3d00 100%);
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.loading {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.loading p {
    margin: 0;
    text-align: center;
}


.highcharts-menu hr {
    margin: 0
}

.legend {
    position: relative;
    padding: 6px 8px !important;
    font: 14px Arial, Helvetica, sans-serif !important;
    background: rgba(20, 26, 34, .921875) !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    border-radius: 7px;
    line-height: 24px;
    color: #fff;
    cursor: pointer !important;
}

.leaflet-legend-contents {
    padding: 0px !important;
    height: fit-content;
}

.leaflet-legend-column {
    float: left;
    margin-left: 0px !important;
}

.leaflet-legend-title {
    margin: 0px !important;
    padding: 0px !important;
}

.leaflet-legend-item i {
    margin-right: 10px;
}

.leaflet-control-simpleMapScreenshoter a {
    border-bottom: none !important;
    background-color: rgba(20, 26, 34, .921875) !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2) !important;
    width: 32px !important;
    height: 32px !important;
    line-height: 32px !important;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E%3Cg%3E%3Cg id='camera'%3E%3Cpath style='fill:%23ffffff80;' d='M16,9.501c-4.419,0-8,3.581-8,8c0,4.418,3.581,8,8,8c4.418,0,8-3.582,8-8S20.418,9.501,16,9.501z M20.555,21.406c-2.156,2.516-5.943,2.807-8.459,0.65c-2.517-2.156-2.807-5.944-0.65-8.459c2.155-2.517,5.943-2.807,8.459-0.65C22.42,15.102,22.711,18.891,20.555,21.406z'/%3E%3Cpath style='fill:%23ffffff80;' d='M16,13.501c-2.209,0-3.999,1.791-4,3.999v0.002c0,0.275,0.224,0.5,0.5,0.5s0.5-0.225,0.5-0.5V17.5c0.001-1.656,1.343-2.999,3-2.999c0.276,0,0.5-0.224,0.5-0.5S16.276,13.501,16,13.501z'/%3E%3Cpath style='fill:%23ffffff80;' d='M29.492,8.542l-4.334-0.723l-1.373-3.434C23.326,3.24,22.232,2.5,21,2.5H11c-1.232,0-2.326,0.74-2.786,1.886L6.842,7.819L2.509,8.542C1.055,8.783,0,10.027,0,11.5v15c0,1.654,1.346,3,3,3h26c1.654,0,3-1.346,3-3v-15C32,10.027,30.945,8.783,29.492,8.542z M30,26.5c0,0.553-0.447,1-1,1H3c-0.553,0-1-0.447-1-1v-15c0-0.489,0.354-0.906,0.836-0.986L8.28,9.607l1.791-4.478C10.224,4.75,10.591,4.5,11,4.5h10c0.408,0,0.775,0.249,0.928,0.629l1.791,4.478l5.445,0.907C29.646,10.594,30,11.011,30,11.5V26.5z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E") !important;
}

.leaflet-control-simpleMapScreenshoter a:hover {
    background-color: rgba(179, 179, 179, .8) !important;
    border: none !important;
    color: #fff !important;
    background-blend-mode: multiply;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnIGlkPSJjYW1lcmEiPjxwYXRoIHN0eWxlPSJmaWxsOiMwMTAwMDI7IiBkPSJNMTYsOS41MDFjLTQuNDE5LDAtOCwzLjU4MS04LDhjMCw0LjQxOCwzLjU4MSw4LDgsOGM0LjQxOCwwLDgtMy41ODIsOC04UzIwLjQxOCw5LjUwMSwxNiw5LjUwMXogTTIwLjU1NSwyMS40MDZjLTIuMTU2LDIuNTE2LTUuOTQzLDIuODA3LTguNDU5LDAuNjVjLTIuNTE3LTIuMTU2LTIuODA3LTUuOTQ0LTAuNjUtOC40NTljMi4xNTUtMi41MTcsNS45NDMtMi44MDcsOC40NTktMC42NUMyMi40MiwxNS4xMDIsMjIuNzExLDE4Ljg5MSwyMC41NTUsMjEuNDA2eiIvPjxwYXRoIHN0eWxlPSJmaWxsOiMwMTAwMDI7IiBkPSJNMTYsMTMuNTAxYy0yLjIwOSwwLTMuOTk5LDEuNzkxLTQsMy45OTl2MC4wMDJjMCwwLjI3NSwwLjIyNCwwLjUsMC41LDAuNXMwLjUtMC4yMjUsMC41LTAuNVYxNy41YzAuMDAxLTEuNjU2LDEuMzQzLTIuOTk5LDMtMi45OTljMC4yNzYsMCwwLjUtMC4yMjQsMC41LTAuNVMxNi4yNzYsMTMuNTAxLDE2LDEzLjUwMXoiLz48cGF0aCBzdHlsZT0iZmlsbDojMDEwMDAyOyIgZD0iTTI5LjQ5Miw4LjU0MmwtNC4zMzQtMC43MjNsLTEuMzczLTMuNDM0QzIzLjMyNiwzLjI0LDIyLjIzMiwyLjUsMjEsMi41SDExYy0xLjIzMiwwLTIuMzI2LDAuNzQtMi43ODYsMS44ODZMNi44NDIsNy44MTlMMi41MDksOC41NDJDMS4wNTUsOC43ODMsMCwxMC4wMjcsMCwxMS41djE1YzAsMS42NTQsMS4zNDYsMywzLDNoMjZjMS42NTQsMCwzLTEuMzQ2LDMtM3YtMTVDMzIsMTAuMDI3LDMwLjk0NSw4Ljc4MywyOS40OTIsOC41NDJ6IE0zMCwyNi41YzAsMC41NTMtMC40NDcsMS0xLDFIM2MtMC41NTMsMC0xLTAuNDQ3LTEtMXYtMTVjMC0wLjQ4OSwwLjM1NC0wLjkwNiwwLjgzNi0wLjk4Nkw4LjI4LDkuNjA3bDEuNzkxLTQuNDc4QzEwLjIyNCw0Ljc1LDEwLjU5MSw0LjUsMTEsNC41aDEwYzAuNDA4LDAsMC43NzUsMC4yNDksMC45MjgsMC42MjlsMS43OTEsNC40NzhsNS40NDUsMC45MDdDMjkuNjQ2LDEwLjU5NCwzMCwxMS4wMTEsMzAsMTEuNVYyNi41eiIvPjwvZz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PC9zdmc+") !important;

}

.leaflet-touch .leaflet-bar a {
    background-color: transparent;
    border: none;
    outline: 0;
    width: 32px !important;
    height: 32px !important;
    line-height: 32px !important;
    color: #fff;
    opacity: .5
}

#map .leaflet-overlay-pane svg {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}

.tooltip .tooltip-inner {
    background-color: #141a22
}

.tooltip .tooltip-arrow::before {
    border-left-color: #141a22;
    border-right-color: #141a22
}

.bs-tooltip-bottom {
    padding-left: 60px
}

.customTooltip .tooltip-arrow::before {
    display: none
}

.leaflet-tooltip-own {
    background-color: #141a22 !important;
    border: 0 !important;
    border-radius: 4px !important;
    color: #fff !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    font-size: 14px
}

.tooltip_labels {
    font-weight: 700;
    font-size: 14px;
    background-color: #141a22 !important;
    border: 0 !important;
    border-radius: 4px !important;
    color: #fff !important
}

.leaflet-tooltip-left:before {
    margin-right: -11px !important;
    border-left-color: #141a22 !important
}

.leaflet-tooltip-right:before {
    margin-left: -11px !important;
    border-right-color: #141a22 !important
}

.basemap img {
    border: none !important;
    box-shadow: 0 1px 5px rgb(0 0 0 / 65%) !important;
}

.logo {
    height: 60px;
}

/* Mobile logo */
@media screen and (max-width: 768px) {
    .logo {
        height: 40px;
    }
}

.leaflet-control-timecontrol:hover {
    color: #fff !important
}

.timecontrol-dateslider {
    border-radius: 5% !important;
}

.timecontrol-slider .knob {
    width: 22px !important;
    border-radius: 50% !important;
}

.timecontrol-slider .slider {
    margin: 10px 15px !important;
}

.leaflet-bar-timecontrol,
.leaflet-control-timecontrol {
    background-color: none !important;
    color: #000;
    border-width: 0 !important;
}

.leaflet-control-locate.leaflet-bar.leaflet-control:hover span.leaflet-control-locate-location-arrow {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="black" d="M445 4 29 195c-48 23-32 93 19 93h176v176c0 51 70 67 93 19L508 67c16-38-25-79-63-63z"/></svg>');
}

.leaflet-bar-timecontrol .leaflet-control-timecontrol {
    background-color: #fff0 !important;
    font: .875rem/1.5 var(--bs-font-sans-serif);
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    border: 0px !important;
}

.leaflet-control-coordinates {
    background-color: #141a22 !important;
    opacity: .9;
}

.line-break {
    display: block;
    white-space: pre-wrap;
}

/* .modal-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    max-width: 50%;
    max-height: 50%;
    overflow: auto;
    position: relative;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
    z-index: 99999;
} */

/* 

.modal-content td,
.modal-content th,
.modal-content caption {
    border: 1px solid silver;
    padding: 0.5em;
}

.modal-content tr:nth-child(even),
.modal-content thead tr {
    background: #f8f8f8;
}

.modal-content tr:hover {
    background: #eff;
}

.modal-content caption {
    border-bottom: none;
    font-size: 1.1em;
    font-weight: bold;
} */


.modal-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    transition: opacity 0.6s ease;
}

.modal-container.closed {
    opacity: 0;
    /* Set opacity to 0 when the modal is closed */
    pointer-events: none;
    /* Disable pointer events when the modal is closed */
}

.modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    max-width: 50%;
    max-height: 50%;
    overflow: hidden;
    position: relative;
    padding-right: 40px;
    /* Add extra padding on the right side to make space for the close button */
}

.scrollable-content {
    max-height: calc(100% - 40px);
    overflow: auto;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font: 20px/24px Tahoma, Verdana, sans-serif;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #757575;
    z-index: 99999;
}

thead {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 1;
}

.modal-content table {
    border-collapse: collapse;
    border-spacing: 0;
    background: white;
    min-width: 100%;
    /* margin-top: 10px; */
    font-family: sans-serif;
    font-size: 0.9em;
    width: auto;
}

.modal-content caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
    font-weight: bold;
}

.modal-content th {
    font-weight: 600;
    padding: 0.5em;
}

.modal-content td,
.modal-content th,
.modal-content caption {
    padding: 0.5em;
}

.modal-content thead tr,
.modal-content tr:nth-child(even) {
    background: #f8f8f8;
}

.modal-content tr:hover {
    background: #8db1e0;
}

.leaflet-container a.leaflet-popup-close-button {
    font-size: 20px !important;
}

body .uwy.userway_p6 .uai {
    top: 70% !important;
    transform: translateY(-70%) !important;
}

.leaflet-control-simpleMapScreenshoter,
.leaflet-control-simpleMapScreenshoter a {
    border: 0px !important;
    border-radius: 7px !important;
    background-position: 50% 50% !important;
}

.leaflet-control-fullscreen-button {
    border: 0px !important;
    border-radius: 7px !important;
    /* background-position: 50% 50% !important; */
}

/* .multiselect-container>li>a>label {
    padding: 4px 20px 3px 20px;
} */

.custom-icon {
    width: 5px;
    height: 5px;
}

.colored-icon {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.stranded {
    background-color: red;
    opacity: 50%
}

.activeOil {
    background-color: rgba(0, 0, 255, 0.5);
    opacity: 50%
}

#userwayAccessibilityIcon {
    width: 40px !important;
    height: 40px !important;
  }
  
  .userway_buttons_wrapper {
    top: 90% !important;
    left: 3px !important;
  }