img.shadow {
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center; */
    /* margin-bottom: 10px; */
    /* border: 1px solid #ddd; */
    border-radius: 5px;
    /* padding: 5px; */
    width: 150px;
    height: 110px;
}

.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 - 260px);
    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;
}

.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;
    }
}

.c-scroll::-webkit-scrollbar {
    height: 8px;
    width: 6px;
}

.c-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.c-scroll::-webkit-scrollbar-thumb {
    background: #888;
}

.c-scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.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 {
    width: 100%;
    position: relative;
    height: calc(100vh - 210px);
    border-radius: 5px;
}

#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: 60px;
    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;
}


/* CUSTOM TABLE CSS  */

.cust-td {
    border-top: none !important;
    padding: 0px !important;
    padding: 3px 0px !important;
    height: 40px;
}

.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;
}

.glitch_pixel{
    top: 60px;
    left: 70px;
    /* filter: invert(1); */
    width: 2px;
    height: 2px;
    position: fixed;
    background-color: rgba(9, 255, 0, 0.521);
    z-index: 99999999;
}