 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;
 }

 .cp {
     cursor: pointer;
 }

 .selected-table-row td {
     color: #1C4FE4;
     /* font-weight: 700; */
 }

 [show_element] td {
     transition: all 0.2s ease-in;
     /* font-weight: 500; */
 }

 [show_element] {
     cursor: pointer;
 }

 .blur {
     backdrop-filter: blur(0.02cm);
 }

 .map-menu {
     position: absolute;
     padding: 7px;
     padding-top: 5px;
     padding-bottom: 5px;
     background: #032b35;
     right: 15px;
     top: 15px;
     z-index: 99999999;
     box-shadow: 0px 3px 6px #00000029;
     border-radius: 5px;
     user-select: none;
     /* transition: all 1s linear; */
 }

 .map-menu-button {
     width: 30px;
     height: 30px;
     background: white;
     border-radius: 5px;
     padding: 10px;
     display: flex !important;
     align-items: center;
     justify-content: center;
     cursor: pointer;
     transition: all 0.07s ease-in-out;
 }

 .map-menu-button:active {
     background: rgba(255, 255, 255, 0.605);
     user-select: none;
     color: white;
     transform: translateY(2px) scale(0.95);
 }

 .map-menu:click {
     max-height: calc(100vh - 85px);
 }

 .map-menu div {
     margin-top: 10px;
     margin-bottom: 10px;
 }

 [nav_el]:hover {
     background: #032b351a !important;
     color: #032B35;
 }

 [nav_el] {
     background: transparent;
     transition: all 0.2s linear;
 }

 .switch {
     position: relative;
     display: inline-block;
     width: 40px;
     height: 15px;
 }

 .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: 0.4s;
     transition: 0.4s;
 }

 .slider:before {
     position: absolute;
     content: "";
     height: 9px;
     width: 9px;
     left: 2px;
     bottom: 3px;
     background-color: white;
     -webkit-transition: 0.4s;
     transition: 0.4s;
 }

 .map-legend-item {
     display: flex;
     align-items: center;
     padding: 0px 10px 0px 10px;
     cursor: pointer;
     border-radius: 10px;
     margin-bottom: 3px;
     user-select: none;
 }

 .map-legend-item:hover {
     user-select: none;
     background: #032b351a;
 }

 .map-legend-item-ico {
     height: 10px;
     width: 10px;
     margin-right: 5px;
     border-radius: 50%
 }

 input:checked+.slider {
     background-color: #032b35;
 }

 input:focus+.slider {
     box-shadow: 0 0 1px #032b35;
 }

 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%;
 }

 .active_class {
     border-radius: 4px;
     color: white;
     font-size: 11px;
 }

 .active_true {
     background-color: #7ea568;
 }

 .active_false {
     background-color: #cc6766;
 }

 .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.5rem 1rem 0.5rem 1rem;
 }

 .dataTables_wrapper .dataTables_paginate .paginate_button {
     padding: 0.2rem 0.5rem 0.2rem 0.5rem;
     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 - 45px); */
     /* border-radius: 5px; */
     /* box-shadow: rgb(0 0 0 / 38%) 0px 0px 15px; */
     overflow: hidden;
 }

 #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;
     left: -170px;
     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;
 }

 /* SPINNER THE DATATABLES */

 .sk-cube-grid {
     width: 50px;
     height: 50px;
     margin: 100px auto;
 }

 .sk-cube-grid .sk-cube {
     width: 33%;
     height: 33%;
     background-color: #032b35;
     float: left;
     -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
     animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
 }

 .sk-cube-grid .sk-cube1 {
     -webkit-animation-delay: 0.2s;
     animation-delay: 0.2s;
 }

 .sk-cube-grid .sk-cube2 {
     -webkit-animation-delay: 0.3s;
     animation-delay: 0.3s;
 }

 .sk-cube-grid .sk-cube3 {
     -webkit-animation-delay: 0.4s;
     animation-delay: 0.4s;
 }

 .sk-cube-grid .sk-cube4 {
     -webkit-animation-delay: 0.1s;
     animation-delay: 0.1s;
 }

 .sk-cube-grid .sk-cube5 {
     -webkit-animation-delay: 0.2s;
     animation-delay: 0.2s;
 }

 .sk-cube-grid .sk-cube6 {
     -webkit-animation-delay: 0.3s;
     animation-delay: 0.3s;
 }

 .sk-cube-grid .sk-cube7 {
     -webkit-animation-delay: 0s;
     animation-delay: 0s;
 }

 .sk-cube-grid .sk-cube8 {
     -webkit-animation-delay: 0.1s;
     animation-delay: 0.1s;
 }

 .sk-cube-grid .sk-cube9 {
     -webkit-animation-delay: 0.2s;
     animation-delay: 0.2s;
 }

 @-webkit-keyframes sk-cubeGridScaleDelay {

     0%,
     70%,
     100% {
         -webkit-transform: scale3D(1, 1, 1);
         transform: scale3D(1, 1, 1);
     }

     35% {
         -webkit-transform: scale3D(0, 0, 1);
         transform: scale3D(0, 0, 1);
     }
 }

 @keyframes sk-cubeGridScaleDelay {

     0%,
     70%,
     100% {
         -webkit-transform: scale3D(1, 1, 1);
         transform: scale3D(1, 1, 1);
     }

     35% {
         -webkit-transform: scale3D(0, 0, 1);
         transform: scale3D(0, 0, 1);
     }
 }

 /* TOP NAV DROPDOWN AND EXTRAS */

 :root {
     --custom-fnt: #032b35;
     --custom-fnt-hv: #ffffff;
     --custom-bg: #032b3548;
 }

 .btn-custom-bg {
     background-color: var(--custom-fnt);
     color: var(--custom-fnt-hv);
 }

 .dropdown {
     position: relative;
     display: inline-block;
 }

 .dropdown:hover .dropdown-content {
     /* display: block; */
     max-height: 250px;
     transition: all 0.5s ease-in-out;
     /* padding: 10px 0px 10px 0px; */
 }

 .dropdown:hover .dropbtn {
     background-color: #3e8e41;
 }

 .dropdown-content {
     z-index: 999999;
     top: 25px;
     border-radius: 5px;
     overflow: hidden;
     max-height: 0px;
     position: absolute;
     background-color: #e5e9ea;
     min-width: 160px;
     max-width: 250px;
     box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
     margin-top: 17px;
     /* padding: 0px 10px 0px 0px; */
 }

 .dropdown-content a {
     border-radius: 5px;
     color: var(--custom-fnt);
     padding: 5px 10px;
     text-decoration: none;
     display: block;
     font-size: 0.8rem;
     margin: 5px;
 }

 .dropdown-content a:hover {
     color: var(--custom-fnt-hv);
     background-color: var(--custom-bg);
     cursor: pointer;
 }

 .dropdown-content label {
     border-radius: 5px;
     color: var(--custom-fnt);
     padding: 12px 12px;
     text-decoration: none;
     display: block;
 }

 .dropdown-content label:hover {
     color: var(--custom-fnt-hv);
     background-color: var(--custom-bg);
     cursor: pointer;
 }

 /* FULLSCREEN CSS NEEDED TO MAKE LEAFLET LARGE  */
 /* Do not combine these two rules; IE will break. */

 .leaflet-container:-webkit-full-screen {
     width: 100% !important;
     height: 100% !important;
 }

 .leaflet-container.leaflet-fullscreen-on {
     width: 100% !important;
     height: 100% !important;
 }

 .leaflet-pseudo-fullscreen {
     position: fixed !important;
     width: 100% !important;
     height: 100% !important;
     top: 0 !important;
     left: 0 !important;
     z-index: 99999;
 }

 /* FULLSCREEN CSS NEEDED TO MAKE LEAFLET LARGE  */
 /* LEFT PANEL BOTTOM IMAGE */

 .panelImage {
     position: absolute;
     left: -8px;
     bottom: 0px;
     width: 201px;
 }

 /* CUSTOM CLASS FOR THE MAP MEASURE TOOLTIPS */

 .c-tooltip-container {
     position: absolute;
     padding: 6px;
     background-color: rgba(255, 255, 255, 0);
     border: none;
     color: white;
     font-size: 12px;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
     pointer-events: none;
     box-shadow: none;
 }

 .custom-table-container {
     border: 1px solid rgb(231, 231, 231);
     border-radius: 8px;
     max-height: 40vh;
     overflow-y: auto;
 }

 .custom-table {
     font-size: 11px;
     font-family: 'Roboto', sans-serif;
     font-weight: 400;
     color: #000;
 }

 .custom-table tr {
     padding-top: 5px;
     padding-bottom: 5px;
     vertical-align: middle;
     border-radius: 4px;
     padding-left: 5px;
     padding-right: 5px;
     transition: background 0.2s ease-in-out;
 }

 .custom-table tr:hover {
     background-color: #f5f5f5;
 }

 .custom-table td {
     cursor: pointer;
     /* disable mouse events */
 }

 .upload-progress-div {
     padding: 0px;
     background: white;
     border-radius: 8px;
     box-shadow: inset;
     box-shadow: 0px 0px 3px #bdbdbd inset;
     max-height: 350px;
 }

 .small-loader {
     width: 10px;
     height: 10px;
     border: 2px solid #f3f3f3;
     border-top: 2px solid #3498db;
     border-radius: 50%;
     animation: spin 2s linear infinite;
 }

 @keyframes spin {
     0% {
         transform: rotate(0deg);
     }

     100% {
         transform: rotate(360deg);
     }
 }

 .p-relative {
     position: relative;
 }

 .map-capture {
     position: absolute;
     top: 40px;
     left: 15px;
     padding-left: 10px;
     padding-right: 10px;
     padding-bottom: 10px;
     background-color: white;
     z-index: 999999;
     border-radius: 8px;
     box-shadow: 0px 3px 6px #00000029;
     max-width: 85vw;
     width: 345px;
 }

 .close-button {
     position: absolute;
     top: 10px;
     right: 10px;
     cursor: pointer;
     padding: 0px !important;
     z-index: 999999;
 }

 .wd-14 {
     width: 14px;
 }

 .fullscreen {
     position: fixed;
     top: 0;
     left: 0;
     z-index: 9999999999;
     padding: 0px !important;
 }

 .fullscreen2 {
     width: 100vw;
     height: 100vh;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .scrolloff {
     overflow: hidden;
 }

 .custom-button{
    padding: 3px;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
 }

 .bg-gradient-success {
    background: linear-gradient(90deg, #3cb371, #2e8b57, #228b22);
}

.bg-gradient-danger {
    background: linear-gradient(90deg, #dc3545, #c82333, #bd2130);
}

.custom-alert-card{
    position: absolute; font-size: 10px; height: 16px; left: 5px; bottom: 5px; border-radius: 3px; color:white
}

.bg-gradient-neutral-gray {
    background: linear-gradient(90deg, #808080, #a9a9a9, #d3d3d3);
}