:root {
    --main: #25525d;
    --second: #2074b7;
    --third: #2074b7;
    --compliment: #000;
    --accent: #F1CF16;

    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
}

.login-logo{
    background: #d7d7d7;
    width: 80px;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0px 0px 9px -4px #132a2f;
}

.rounded-25{
    border-radius: 25px;
}

.login-logo-container{
    position: absolute;
    top: -52px;
    left: 0px
}

.btn-main {
    color: #fff;
    background-color: var(--main);
    border-color: var(--main);

    cursor: pointer;
}

.btn-main:hover {
    color: #fff;
    background-color: var(--third);
    border-color: var(--third);
}

.btn-main:focus,
.btn-main.focus {
    box-shadow: 0 0 0 3px rgba(8, 102, 198, 0.5);
}

.btn-main.disabled,
.btn-main:disabled {
    background-color: var(--main);
    border-color: var(--main);
}

.btn-main:active,
.btn-main.active,
.show>.btn-main.dropdown-toggle {
    background-color: var(--main);
    background-image: none;
    border-color: var(--main);
    filter: brightness(0.9);
}

.map-files {
    color: black;
}

.map-files-arrow {
    position: fixed;
    width: 25px;
    background-color: white;
    padding-top: 5px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 2px solid #b8b6b3;
    border-left: none;
    cursor: pointer;
}

.disable-select {
    user-select: none;
}

.map-files-arrow-wrapper {
    position: absolute;
    top: calc(50% - 22px);
    right: 0px;
}

.cp {
    cursor: pointer;
}

.v-mid {
    vertical-align: middle !important;
}

img.shadow {
    border-radius: 5px;
    width: 150px;
    height: 110px;
}

.tx-cust {
    color: #1d2939 !important;
}

.tx-iGlobe {
    color: #204f6e !important;
}

.mainBackground {}

@keyframes example {
    from {
        opacity: 0.1;
    }

    to {
        opacity: 0.7;
    }
}

.loader-container {
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulse-bx-shadow 1s infinite;
}

@keyframes pulse-bx-shadow {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    }

    100% {
        box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
    }
}


.leaflet-tooltip-custom {
    background-color: rgba(255, 255, 255, 0) !important;
    border: none !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
    color: rgb(246, 255, 0) !important;
}

.leaflet-tooltip {
    opacity: 0;
}

.login-wrapper {
    z-index: 1;
    background-color: #ffffffe6 !important;
    box-shadow: -2px 2px 11px -2px #000000c2
}

.btn-glass {
    border: 1px solid;
    overflow: hidden;
    position: relative;
}

.c-pointer {
    cursor: pointer;
}

.btn-glass span {
    z-index: 20;
}

.btn-glass:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10;
}

.btn-glass:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.bg-dark-grey {
    background-color: #363636 !important
}

.bd-none {
    border: none !important;
}

.act-circle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.act-circle--pulse {
    animation: pulse_active 2s infinite;
}

@keyframes pulse_active {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(112, 213, 94, 0.6);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 4px rgba(112, 213, 94, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(112, 213, 94, 0);
    }
}

.act-circle--active {
    background-color: #70D55E;
}

.act-circle--inactive {
    background-color: #D55E5E;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
}

.img-span {
    border-radius: 5px;
    margin-left: 5px;
    width: 140px;
    position: absolute;
    bottom: 5px;
    left: 0;
    /* background: #1d2939; */
    background: white;
    /* color: white; */
    color: #1d2939;
}

img.shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.shadows {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: 0.2s ease-in-out;
    cursor: pointer;
}

.c-p {
    cursor: pointer;
}

.c-p:focus {
    outline: 0 !important;
}

.shadowNoHover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: 0.3s linear;
}

.shadowNoHover-orange {
    box-shadow: 0 0px 8px 0px #f1d4ac, 0 0px 8px 0px #f1d4ac;
    transition: 0.3s linear;
}

.select_t_style {
    width: 30%;
    min-width: 40px;
    float: right;
    margin-top: -10px;
}

.Preassure_active {
    box-shadow: 0 0px 8px 0 red !important;
}

.Speed_active {
    box-shadow: 0 0px 8px 0 Orange !important;
}

.temp_active {
    box-shadow: 0 0px 8px 0 green !important;
}

.div_map {
    width: 100%;
    height: calc(100vh - 60px);
    background: #efefef;
}

.div_map_3rd {
    width: 100%;
    height: calc(100vh - 250px);
    background: #efefef;
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 0.45rem;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding-top: 0.34rem;
    padding-bottom: 0.34rem;
    font-size: 11px;
}

.reset_input {
    position: absolute;
    z-index: 99999;
}

.selectize-dropdown {
    z-index: 99999 !important;
}

.table th,
.table td {
    padding: 0.35rem;
}

@-webkit-keyframes pulse {
    0% {
        box-shadow: 0 0 8px #ea4c89, inset 0 0 8px #ea4c89;
    }

    10% {
        box-shadow: 0 0 9px #ea4c89, inset 0 0 9px #ea4c89;
    }

    20% {
        box-shadow: 0 0 10px #ea4c89, inset 0 0 10px #ea4c89;
    }

    30% {
        box-shadow: 0 0 11px #ea4c89, inset 0 0 11px #ea4c89;
    }

    40% {
        box-shadow: 0 0 12px #ea4c89, inset 0 0 12px #ea4c89;
    }

    50% {
        box-shadow: 0 0 13px #ea4c89, inset 0 0 13px #ea4c89;
    }

    60% {
        box-shadow: 0 0 12px #ea4c89, inset 0 0 12px #ea4c89;
    }

    70% {
        box-shadow: 0 0 11px #ea4c89, inset 0 0 11px #ea4c89;
    }

    80% {
        box-shadow: 0 0 10px #ea4c89, inset 0 0 10px #ea4c89;
    }

    90% {
        box-shadow: 0 0 9px #ea4c89 inset 0 0 9px #ea4c89;
    }

    100% {
        box-shadow: 0 0 8px #ea4c89 inset 0 0 8px #ea4c89;
    }
}

@-webkit-keyframes pulseGreen {
    0% {
        box-shadow: 0 0 8px greenyellow, inset 0 0 8px greenyellow;
    }

    10% {
        box-shadow: 0 0 9px greenyellow, inset 0 0 9px greenyellow;
    }

    20% {
        box-shadow: 0 0 10px greenyellow, inset 0 0 10px greenyellow;
    }

    30% {
        box-shadow: 0 0 11px greenyellow, inset 0 0 11px greenyellow;
    }

    40% {
        box-shadow: 0 0 12px greenyellow, inset 0 0 12px greenyellow;
    }

    50% {
        box-shadow: 0 0 13px greenyellow, inset 0 0 13px greenyellow;
    }

    60% {
        box-shadow: 0 0 12px greenyellow, inset 0 0 12px greenyellow;
    }

    70% {
        box-shadow: 0 0 11px greenyellow, inset 0 0 11px greenyellow;
    }

    80% {
        box-shadow: 0 0 10px greenyellow, inset 0 0 10px greenyellow;
    }

    90% {
        box-shadow: 0 0 9px greenyellow, inset 0 0 9px greenyellow;
    }

    100% {
        box-shadow: 0 0 8px greenyellow, inset 0 0 8px greenyellow;
    }
}

.inner {
    background-color: transparent;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    box-shadow: 0 0 8px #ea4c89, inset 0 0 8px #ea4c89;
    -webkit-animation: pulse 3s linear 1s infinite;
}

@media (min-width: 992px) {
    .modal .modal-full-height .modal-content {
        height: 100vh;
    }
}

.innerGreen {
    background-color: transparent;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    box-shadow: 0 0 8px greenyellow, inset 0 0 8px greenyellow;
    -webkit-animation: pulseGreen 3s linear 1s infinite;
}

@media (max-width: 1280px) {
    .hidden-weather {
        display: none !important;
    }
}

/* border only pulse */

.c-scroll::-webkit-scrollbar {
    height: 8px;
    width: 6px;
}

.show_next {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently  /* supported by Chrome, Edge, Opera and Firefox */
}

.tx-active {
    color: black;
    font-weight: 600;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
}

.show_next:hover {
    background-color: #1d293927;
}

.alert_pop_anim_enter {
    animation: alert_pop_anim_enter 0.5s;
    transform: scale(1);
    opacity: 1;
    transition: 1s linear;
}

@keyframes alert_pop_anim_enter {
    0% {
        transform: scale(var(--alert-scale));
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.alert_pop_anim_exit {
    animation: alert_pop_anim_exit 0.5s;
    transform: scale(var(--alert-scale));
    opacity: 0;
    transition: 1s linear;
}

@keyframes alert_pop_anim_exit {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(var(--alert-scale));
        opacity: 0;
    }
}

.file:hover {
    background-color: #1d293927;
}

.pd-l-18 {
    padding-left: 18px;
}


.c-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.c-scroll::-webkit-scrollbar-thumb {
    background: #1d2939;
}

.c-scroll::-webkit-scrollbar-thumb:hover {
    background: #1d29398f;
    transition: background 0.5s ease-in-out;
    cursor: pointer;
}

.map-switch {
    left: 30px;
    background-color: #1d2939;
    width: fit-content;
    position: absolute;
    z-index: 999;
    bottom: 30px;
    padding: 7px 7px 7px 12px;
    border-radius: 5px;
}

fieldset {
    display: flex !important;
    align-items: center !important;
}

#map {
    height: calc(100vh - 80px);
    margin: 0;
    transition: all 0.5s ease;
}

#loads {
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    height: calc(100vh - 210px);
    border-radius: 5px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.top-arrow {
    position: fixed;
    width: 230px;
    height: 45px;
    top: 0;
    z-index: 99999999;
    cursor: pointer;
    color: #adb5bd;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {

    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {

    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

.h-header {
    position: fixed;
    z-index: 9;
    background-color: #1d2939;
    width: 50%;
    border-radius: 5px;
    font-weight: 100;
    color: white;
    padding: 5px 0px 5px 20px;
    margin-bottom: 0;
}

.c-header {
    background-color: #1d2939;
    width: fit-content;
    border-radius: 5px;
    font-weight: 100;
    color: white;
    padding: 5px 10px 5px 10px;
    margin-bottom: 0;
}

.cust-top-bar {
    background-color: #1d2939;
    height: 30px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    color: white;
}

.cust-top-bar-dash {
    background-color: #1d2939;
    /* height: 20px; */
    width: 100%;
    font-size: 11px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
    padding-bottom: 2px;
    color: white;
}


/* CUSTOM TABLE CSS  */

.cust-td {
    border-top: none !important;
    padding: 0px !important;
    padding: 3px 0px !important;
    height: 40px;
}

.open_nav {
    position: fixed;
    right: 10px;
    z-index: 999999;
    width: 35px;
    height: 35px;
    display: flex;
    border-radius: 50%;
    background: #1d2939;
    align-items: center;
    align-content: center;
    top: 20px;
    box-shadow: 2px 2px 9px #00000096;
}

.cust-td-div {
    display: flex !important;
    align-items: center;
    /* padding: 10px 0px 0px 0px; */
    height: 100%;
    align-items: center;
    background-color: #9090901d;
}

.cust-td-div-strt {
    padding-left: 10px;
    display: flex !important;
    align-items: center;
    border-radius: 5px 0px 0px 5px;
    height: 100%;
    background-color: #9090901d;
}

.cust-td-div-end {
    align-items: center;
    display: flex !important;
    align-items: center;
    border-radius: 0px 5px 5px 0px;
    height: 100%;
    justify-content: center;
    background-color: #9090901d;
}

.br-5 {
    border-radius: 5px;
}

.circle {
    border-radius: 50%;
}

.fullscreen-div {
    width: calc(100% - 20px);
    height: calc(100vh - 150px);
    display: block;
    position: absolute;
    border: 2.5px dashed #1d2939;
    color: #1d2939;
}

.tx-50 {
    font-size: 50px;
}

.folder-main-content {
    width: 100%;
    height: calc(100vh - 45px);
    /* background: red; */
    display: flex;
}

.folder-quick-access {
    background: #2c394a;
    max-width: 180px;
    border-right: 1px solid #adb5bd;
    color: #adb5bd;
}

.folder-main-container {
    display: flex;
    flex-direction: column;
}

.folder-top-panel {
    width: 100%;
    height: 40px;
    background: #2c394a;
    color: #adb5bd;
}

.folder-body {
    width: 100%;
    height: calc(100% - 40px);
}

.wd-100p-m-40 {
    width: calc(100% - 40px);
}

.hover-file {
    background: transparent;
    transition: background 0s ease-in;
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 8px;
}

.hover-file:hover {
    background: #a9aaab10;
    /* color: white; */
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 48
}

.debug {
    border: 1px solid red !important;
    border-color: red;

}

.leaflet-tooltip-own {
    left: -8px !important;
    text-align: center;
    min-height: 1.2em;
    border: 1px solid transparent !important;
    position: absolute !important;
    width: fit-content !important;
    height: fit-content !important;
    bottom: 91px;
    top: 6px !important;
}

.cluster-legend {
    width: 15px;
    height: 15px;

    border: 1px solid black;
    border-radius: 50%;

    display: flex;

    align-items: center;
    justify-content: center;

    font-size: 6px;
}

.logo-display {
    position: absolute;
    bottom: 50px;
    padding: 10px;
    display: flex;
    align-items: flex-start;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 999999;
    border-radius: 8px;

    animation: fadeOut 4s forwards;
}

.logo-display:hover {
    animation: fadein 1s forwards;
}

.logo-left {
    left: 130px;
}

.logo-right {
    right: 20px;
}

@keyframes fadein {
    from {
        opacity: 0.2;
    }

    to {
        opacity: 1;
    }
}

/* animation to change opacity of div to 0 after 5 seconds */
@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0.2;
    }
}

.leaflet-tooltip-own-alt {
    left: -8px !important;
    text-align: center;
    min-height: 1.2em;
    border: 1px solid transparent !important;
    position: absolute !important;
    width: fit-content !important;
    height: fit-content !important;
    bottom: 91px;
    top: 26px !important;
}

.p-relative {
    position: relative;
}

.wd-0 {
    width: 0;
}

.animate {
    transition: all 0.5s ease;
}

.leaflet-popup-content {
    padding: 5px !important;
    margin: 5px !important;
}

/* .leaflet-popup-content-wrapper {
    border-radius: 0px !important;
    padding: 0px !important;
} */

.p-absolute {
    position: absolute;
}

.ht-100p-m-20 {
    height: calc(100% - 20px);
}

.z-max {
    z-index: 200;
}

.bd-rad-l-4 {
    border-radius: 4px 0px 0px 4px;
}

.wd-fill {
    width: -webkit-fill-available
}

.bd-rad-r-4 {
    border-radius: 0px 4px 4px 0px;
}

.leaflet-popup-content {
    min-width: 250px !important;
}

.table-hover-row {
    transition: all 0.15s ease;
    border-radius: 8px;
    background-color: transparent;
}

.table-hover-row:hover {
    background-color: #1d293911;
}


/* CSS LOADER FOR SISHEN  */

.lds-ripple {
    position: absolute;
    display: inline-block;
    /* position: relative; */
    width: 80px;
    height: 80px;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #1d2939;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

.closeFileDiv {
    width: 0px;
    /* overflow-x: hidden; */
}

.fullScreenFileDiv {
    width: 100%;
}

#map {
    transition: all 0.5s ease;
    z-index: 20;
}

/* 
#map_files_toggle ::selection {
    color: rgba(0, 0, 0, 0);
} */

.select2-selection__rendered {
    line-height: 31px !important;
    z-index: 99999;
}

.select2-container .select2-selection--single {
    height: 30px !important;
    z-index: 99999;
}

.select2-selection__arrow {
    height: 29px !important;
    z-index: 99999;
}

.select2 .select2-container .select2-container--default .select2-container--below .select2-container--focus {
    width: 100% !important;
}

.custom-div-icon {
    position: absolute;
    width: 22px;
    font-size: 22px;
    left: 0;
    right: 0;
    margin: 10px auto;
    text-align: center;
}

/* CSS LOADER FOR THE SITE */

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    border: 3px solid;
    border-color: #006055 #006055 transparent transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.loader::after,
.loader::before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px solid;
    border-color: transparent transparent #D7293B #D7293B;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-sizing: border-box;
    animation: rotationBack 0.5s linear infinite;
    transform-origin: center center;
}

.loader::before {
    width: 32px;
    height: 32px;
    border-color: #34B689 #34B689 transparent transparent;
    animation: rotation 1.5s linear infinite;
}



.loader-custom-status {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    border: 3px solid;
    border-color: #1d293900 #1d2939 transparent transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.wizard>.steps>ul li {
    width: -webkit-fill-available !important;
}

.wizard>.steps>ul li a {
    /* padding-left: 8px !important; */
}

/* .wizard>.steps .current a{
    padding: 0px !important;
    padding-left: 8px !important;
} */

/* .wizard>.steps .done a{
    padding: 0px !important; */
/* padding-left: 8px !important; */
/* } */

.wizard>.content {
    background-color: transparent;
}

.wizard-style-3>.steps>ul a .number,
.wizard-style-3>.steps>ul a:hover .number,
.wizard-style-3>.steps>ul a:active .number {
    width: 20px;
    height: 20px;
    border: 0;
    font-size: 12px;
    font-weight: bold;
    color: #adb5bd;
    background-color: transparent;
}

.wizard>.content>.body input {
    display: block;
    border: 1px solid #dfdfdf;
    border-radius: 8px;
    line-height: initial !important;
}

section {
    display: flex;
    justify-content: center;
    padding: 0px !important;
}

.title {
    font-size: 12px;
}

.steps ul li a {
    border: 1px solid white !important;
    border-radius: 15px !important;
    background-color: white !important;
    padding-left: 10px;
    padding-right: 10px;
}

/* css if has not two classes */

.steps ul li:not(.done):not(.current) .number {
    border: 3px solid #adb5bd !important;
}



.mg-x-0-force {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.number {
    font-weight: bold !important;

    width: 28px !important;
    height: 28px !important;

    font-size: 12px !important;
    line-height: normal !important;

    border: 0px solid #adb5bd !important;
}

.steps ul li a {
    flex-direction: column;
    height: 100% !important;
}

.current a .number {
    background-color: #1d2939 !important;
}

.current a .title {
    color: #1d2939 !important;
}

.steps ul {
    overflow: auto;
}

.current-info {
    display: none;
}

.title {
    text-align: center;
    margin-left: 0px !important;
}

.steps {
    margin-bottom: 10px;
}

.content {
    height: auto !important;
}

.done a .number {
    border: 0px solid #1d2939 !important;
    background-color: #1d29399d !important;
    color: white !important;
}

.done a .title {
    color: #1d2939 !important;
}

.actions ul li a {
    padding: 3px 25px !important;
    border-radius: 13px !important;
}

.selected-border {
    border: 1px solid #25525d !important;

    animation: pulse-border 1.5s infinite;
}

/* Animate border grow and shrink */
@keyframes border-grow {
    0% {
        border-width: 2px;
    }

    100% {
        border-width: 4px;
    }
}


.pulse-animate {
    animation: pulse 1s infinite;
}


@keyframes pulse-border {
    0% {
        box-shadow: 0 0 0 0 #25525d;
    }

    70% {
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(218, 218, 218, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.btn-outline-custom {
    color: #1d2939;
    background-color: transparent;
    background-image: none;
    border-color: #1d2939;
}

.btn-outline-custom:hover {
    color: #fff;
    background-color: #1d2939;
    border-color: #1d2939;
}

.btn-outline-custom:focus,
.btn-outline-custom.focus {
    box-shadow: 0 0 0 3px #1d293946;
}

.btn-outline-custom.disabled,
.btn-outline-custom:disabled {
    color: #1d2939;
    background-color: transparent;
}

.btn-outline-custom:active,
.btn-outline-custom.active,
.show>.btn-outline-custom.dropdown-toggle {
    color: #fff;
    background-color: #1d2939;
    border-color: #1d2939;
}

.btn-custom {
    color: #fff;
    background-color: #1d2939;
    border-color: #1d2939;
}

.btn-custom:hover {
    color: #fff;
    background-color: #1d2939;
    border-color: #1d2939;
}

.btn-custom:focus,
.btn-custom.focus {
    box-shadow: 0 0 0 3px #1d293946;
}

.btn-custom.disabled,
.btn-custom:disabled {
    background-color: #434343;
    border-color: #3a3a3a;
}

.btn-custom:active,
.btn-custom.active,
.show>.btn-custom.dropdown-toggle {
    background-color: #15253a;
    background-image: none;
    border-color: #15253a;
}

.svg-shadow {
    filter: drop-shadow(0px 0px 2px #1d2939);
}

.marker-cluster-small {
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgb(61 61 61) 100%);
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 11px;
    color: #1d2939;
}

section {
    max-height: 500px;
    overflow-y: auto;
    display: block;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.legend-right-hand {
    width: 400px;
    background: white;
    height: 100%;
    z-index: 999;
    border-left: 2px solid #25525d;
    position: relative;
    box-shadow: -1px 1px 7px 0px #25525d;
    transition: width 0.3s ease;
    display: flex;
    flex-direction: column;
    /* gap: 4px; */
    white-space: nowrap;
}

.legend-right-hand-close {
    position: absolute;
    top: 50%;
    left: -24px;
    height: 35px;
    cursor: pointer;
    width: 24px;
    background: white;
    transform: translate(0, -50%);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top: 2px solid #25525d;
    border-left: 2px solid #25525d;
    border-bottom: 2px solid #25525d;
    display: flex;
    align-items: center;
    justify-content: center;
    word-wrap: none;
    overflow: none;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.closed {
    /* remove animation */
    animation: none;
}

.closed:hover {
    -webkit-animation: bounce-left 0.8s alternate both;
    animation: bounce-left 0.8s alternate both;
}


/* .legend-right-hand-close legend-right-hand{
    transition: all 0.3s ease;
} */

.spin-180 {
    transform: rotate(180deg);
}

.legend-right-hand-container {
    width: 100%;
    cursor: pointer;
}

.ht-14p {
    height: 14%;
}

.ht-16p {
    height: 16%;
}

.legend-right-hand-heading {
    text-align: center;
    background: linear-gradient(45deg, rgba(37, 82, 93, 1) 0%, rgb(37 82 93 / 80%) 100%);
    color: #f7f7f7;
    border-bottom: 1px solid #5a7980;
}

.left-gradient-font {
    background: -webkit-linear-gradient(45deg, rgba(37, 82, 93, 1) 0%, rgb(37 82 93 / 80%) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* LOADER FOR FULL PAGE  */

.custom-loader {
    z-index: 99999;
    border-radius: 50%;
    background: radial-gradient(farthest-side, #1a4e6f 94%, #0000) top/8px 8px no-repeat, conic-gradient(#0000 30%, #1a4e6f);
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
    mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
    animation: s3 1.5s infinite linear;
}

.custom-loader-small{
    z-index: 99999;
    border-radius: 50%;
    background: radial-gradient(farthest-side, #1a4e6f 94%, #0000) top/3px 3px no-repeat, conic-gradient(#0000 30%, #1a4e6f);
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 3px), #000 0);
    mask: radial-gradient(farthest-side, #0000 calc(100% - 3px), #000 0);
    animation: s3 1.5s infinite linear;
    
}

@keyframes s3 {
    100% {
        transform: rotate(1turn)
    }
}

.folder-dir {
    border-bottom: 2px solid #15253a;
    display: flex;
    align-items: center;
}

.folder-icon {
    color: #fdb900;
    font-size: 18px !important;
    font-variation-settings: 'FILL' 1
}

.folder-text {
    color: #525a5c;
    font-size: 12px;
}

.folder-row {
    border-radius: 3px;
    transition: all 0.1s linear;
}

.folder-row:hover {
    background-color: #f3f3f3;
    /* color: #fff; */
}

.file-row {
    cursor: pointer;
    transition: all 0.2s ease;
}

.file-row:hover {
    background-color: #f3f3f3;
    /* color: #fff; */
}

.map-info-text {
    position: absolute;
    bottom: 20px;
    z-index: 9999999;
    left: 50%;
    transform: translateX(-50%);
    color: white;
}

.icon-container {
    border-radius: 50%;
    background-color: #5a7980;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
}

.icon-container-green{
    background-color: #43AD34 !important;
}

.icon-container-red{
    background-color: #ad3434 !important;
}

.icon-container-square{
    border-radius: 4px;
    background-color: #5a7980;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
}

.document-icon{
    border: 1px solid white;
    border-radius: 10px !important;
}

.tooltip-transparent {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: white !important;
    text-shadow: #000 0px 0px 2px !important;
}

.div-icon-inner {
    background-color: #5a7980;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    width: 100%;
    height: 100%;
}

.transparent-icon {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: white !important;
    text-shadow: #000 0px 0px 2px !important;
}

.hover-view {
    color: #1d2939;
    user-select: none;
    cursor: pointer;
    transition: all 0.3s linear;
    border-radius: 4px;
}

.hover-view:hover {
    background-color: #1d293911;
    color: #1d2939;
}

.tx-custom {
    color: #1d2939;
}

/* .hover-view first td border radius */
.hover-view td:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

/* .hover-view last td border radius */
.hover-view td:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

@keyframes gradientAnimation {
    0% {
        background-position: 20% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 20% 50%
    }
}

.animated-login {
    background: linear-gradient(to bottom right, var(--main), var(--compliment));
    background-size: 400% 400%;
    /* animation: gradientAnimation 12s linear infinite; */

    width: 100vw;
    height: 100vh;
    position: absolute;
}

.tx-main{
    color: var(--main);
}

.tooltip-no-triangle::before {
    display: none !important;
}

.marker-count-container{
    position: absolute;
    bottom: -14px;
    font-size: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.control-button{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 20;
    /* color: #d63044; */
}

.z-index-10{
    z-index: 10;
}