/* Ajax Loader Css */
#overlay {
    position: fixed;
    top: 0;
    z-index: 99999 !important;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

.form-check-input:not(:checked) {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23a59cd9'/%3e%3c/svg%3e") !important;
}

.edit-item-btn,
.remove-item-btn,
.view-item-btn {
    cursor: pointer;
}

fieldset {
    border: 1px #ddd solid;
    padding: 10px 15px;
    border-radius: 3px;
    background-color: #f3f6f9;
}

fieldset > legend {
    text-decoration: underline;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.is-hide {
    display: none;
}

.dataTables_processing.card {
    box-shadow: none !important;
    background: none !important;
}

.btn-soft-danger {
    border-radius: .2rem;
    padding: 3px 10px 4px 10px !important;
}

/*
.row {
    display: flex;
    align-items: center !important;
}
*/

.dropbtn {
    background-color: #fff;
    /* color: white; */
    /* padding: 16px; */
    font-size: 21px;
    border: none;
    border-radius: .25rem;
}

.dropbtn i {
    color: #878A99 !important;
}

.dropbtn i:hover,
.dropbtn i:focus {
    color: #ffff !important;
}

.dropdown {
    position: relative;
    display: flex;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #F1F1F1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin-top: 35px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: flex;
}

.dropdown-content a:hover {
    background-color: #fff;
}

.dropdown:hover .dropdown-content {
    display: flex;
}

.dropdown:hover .dropbtn {
    background-color: #074C78;
    color: #fff !important;
}

.dropdownres {
    display: none;
}

@media (max-width:991px) {
    .dropbuttons {
        display: none;
    }

    .dropdownres {
        display: flex;
    }
}

.choices {
    margin-bottom: 0px !important;
}

.dropbuttons {
    width: 255px !important;
}

.choices[data-type*=select-one]:after {
    background-color: #fff !important;
    right: 1.5px !important;
}

.choices__list--single .choices__item {
    width:300% !important;
}

.choices__list--dropdown {
    padding: 10px 10px 20px 13px !important;
}

.choices__list--single {
    padding: 4px 4px 4px 4px !important;
}

.notValidated {
    --vz-input-border: red !important;
}

/* This is the width of the modal by default */
.dap-modal-custom-modal-width {
    max-width: 90%; /* Adjust the percentage to your preference */
    width: 90%; /* Adjust the percentage to your preference */
}

.waterpumptankborderindicator {
    border-radius: 50%;
    /*border: 1px solid rgba(43, 54, 116, 1);*/
    /*border: 1px solid rgba(228, 228, 228, 1);*/
    border: 1px solid rgba(0, 0, 0, 1);
    object-fit: cover;
}

/*********************************/
/* Pump Remote Control CSS Start */
/*********************************/

.mid {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1em;
}

/* Switch starts here */
.rocker {
    display: inline-block;
    position: relative;
    /*
  SIZE OF SWITCH
  ==============
  All sizes are in em - therefore
  changing the font-size here
  will change the size of the switch.
  See .rocker-small below as example.
  */
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #888;
    width: 7em;
    height: 4em;
    overflow: hidden;
    border-bottom: 0.5em solid #eee;
}

.rocker-small {
    font-size: 0.75em; /* Sizes the switch */
    /*margin: 1em;*/
}

.rocker::before {
    content: "";
    position: absolute;
    top: 0.5em;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #999;
    border: 0.5em solid #eee;
    border-bottom: 0;
}

.rocker input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch-left,
.switch-right {
    cursor: pointer;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5em;
    width: 3em;
    transition: 0.2s;
}

.switch-left {
    height: 2.4em;
    width: 2.75em;
    left: 0.85em;
    bottom: 0.4em;
    background-color: #ddd;
    transform: rotate(15deg) skewX(15deg);
}

.switch-right {
    right: 0.5em;
    bottom: 0;
    background-color: #ddd;
    color: #888;
}

.switch-left::before,
.switch-right::before {
    content: "";
    position: absolute;
    width: 0.4em;
    height: 2.45em;
    bottom: -0.45em;
    background-color: #ccc;
    transform: skewY(-65deg);
}

.switch-left::before {
    left: -0.4em;
}

.switch-right::before {
    right: -0.375em;
    background-color: transparent;
    transform: skewY(65deg);
}

input:checked + .switch-left {
    /*background-color: #bb0000;*/
    background-color: rgba(var(--vz-danger-rgb));
    color: #fff;
    bottom: 0px;
    left: 0.5em;
    height: 2.5em;
    width: 3em;
    transform: rotate(0deg) skewX(0deg);
}

input:checked + .switch-left::before {
    background-color: transparent;
    width: 3.0833em;
}

input:checked + .switch-left + .switch-right {
    background-color: #ddd;
    color: #888;
    bottom: 0.4em;
    right: 0.8em;
    height: 2.4em;
    width: 2.75em;
    transform: rotate(-15deg) skewX(-15deg);
}

input:checked + .switch-left + .switch-right::before {
    background-color: #ccc;
}

/* Keyboard Users */
input:focus + .switch-left {
    color: #888;
}

input:checked:focus + .switch-left {
    color: #fff;
}

input:focus + .switch-left + .switch-right {
    color: #888;
}

input:checked:focus + .switch-left + .switch-right {
    color: #888;
}

.inDevCustomIconSize img {
    width: 30px;
    height: 30px;
}

.inDevCustomActionIconSize img {
    width: 18px;
    height: 18px;
}

/*******************************/
/* Pump Remote Control CSS End */
/*******************************/

.bg-custom-orange-toast {
    background-color: #FFA500;
}
.avatar-sm{
    object-fit: contain;
}

.multi-module-opt ul {
    padding: 0px;
    margin: 0;
}

    .multi-module-opt ul li a {
        position: relative;
        cursor: pointer;
        padding: 12px 15px;
        border-bottom: 1px solid #c9c9c9;
        width: 100%;
        display: block;
        font-weight: 500;
        text-transform: capitalize;
        font-size: 14px;
        color: #353535;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-right: 3rem;
    }

    .multi-module-opt ul li:last-child a {
        border-bottom: none;
    }

    .multi-module-opt ul li a.selected {
        background-color: #d7f0ff;
        color: #007DC8;
        font-weight: 600;
    }

        .multi-module-opt ul li a.selected::after {
            content: '';
            display: inline-block;
            width: 20px;
            height: 20px;
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            left: auto;
            background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_803_1236)%22%3E%3Cpath%20d%3D%22M12.3517%205.62297C12.1455%205.4075%2011.9323%205.18547%2011.8519%204.99023C11.7775%204.81141%2011.7731%204.515%2011.7687%204.22789C11.7605%203.69414%2011.7518%203.0893%2011.3312%202.66875C10.9107%202.2482%2010.3059%202.23945%209.77211%202.23125C9.485%202.22687%209.18859%202.2225%209.00977%202.14812C8.81508%202.06773%208.5925%201.85445%208.37703%201.64828C7.99969%201.2857%207.57094%200.875%207%200.875C6.42906%200.875%206.00086%201.2857%205.62297%201.64828C5.4075%201.85445%205.18547%202.06773%204.99023%202.14812C4.8125%202.2225%204.515%202.22687%204.22789%202.23125C3.69414%202.23945%203.0893%202.2482%202.66875%202.66875C2.2482%203.0893%202.24219%203.69414%202.23125%204.22789C2.22687%204.515%202.2225%204.81141%202.14812%204.99023C2.06773%205.18492%201.85445%205.4075%201.64828%205.62297C1.2857%206.00031%200.875%206.42906%200.875%207C0.875%207.57094%201.2857%207.99914%201.64828%208.37703C1.85445%208.5925%202.06773%208.81453%202.14812%209.00977C2.2225%209.18859%202.22687%209.485%202.23125%209.77211C2.23945%2010.3059%202.2482%2010.9107%202.66875%2011.3312C3.0893%2011.7518%203.69414%2011.7605%204.22789%2011.7687C4.515%2011.7731%204.81141%2011.7775%204.99023%2011.8519C5.18492%2011.9323%205.4075%2012.1455%205.62297%2012.3517C6.00031%2012.7143%206.42906%2013.125%207%2013.125C7.57094%2013.125%207.99914%2012.7143%208.37703%2012.3517C8.5925%2012.1455%208.81453%2011.9323%209.00977%2011.8519C9.18859%2011.7775%209.485%2011.7731%209.77211%2011.7687C10.3059%2011.7605%2010.9107%2011.7518%2011.3312%2011.3312C11.7518%2010.9107%2011.7605%2010.3059%2011.7687%209.77211C11.7731%209.485%2011.7775%209.18859%2011.8519%209.00977C11.9323%208.81508%2012.1455%208.5925%2012.3517%208.37703C12.7143%207.99969%2013.125%207.57094%2013.125%207C13.125%206.42906%2012.7143%206.00086%2012.3517%205.62297ZM9.49703%205.99703L6.43453%209.05953C6.3939%209.10021%206.34565%209.13248%206.29254%209.1545C6.23942%209.17651%206.18249%209.18784%206.125%209.18784C6.06751%209.18784%206.01058%209.17651%205.95746%209.1545C5.90435%209.13248%205.8561%209.10021%205.81547%209.05953L4.50297%207.74703C4.46232%207.70638%204.43008%207.65813%204.40808%207.60502C4.38608%207.55191%204.37476%207.49499%204.37476%207.4375C4.37476%207.38001%204.38608%207.32309%204.40808%207.26998C4.43008%207.21687%204.46232%207.16862%204.50297%207.12797C4.58506%207.04588%204.6964%206.99976%204.8125%206.99976C4.86999%206.99976%204.92691%207.01108%204.98002%207.03308C5.03313%207.05508%205.08138%207.08732%205.12203%207.12797L6.125%208.13148L8.87797%205.37797C8.91862%205.33732%208.96687%205.30508%209.01998%205.28308C9.07309%205.26108%209.13001%205.24976%209.1875%205.24976C9.24499%205.24976%209.30191%205.26108%209.35502%205.28308C9.40813%205.30508%209.45638%205.33732%209.49703%205.37797C9.53768%205.41862%209.56992%205.46687%209.59192%205.51998C9.61392%205.57309%209.62524%205.63001%209.62524%205.6875C9.62524%205.74499%209.61392%205.80191%209.59192%205.85502C9.56992%205.90813%209.53768%205.95638%209.49703%205.99703Z%22%20fill%3D%22%23007DC8%22/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_803_1236%22%3E%3Crect%20width%3D%2214%22%20height%3D%2214%22%20fill%3D%22white%22/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-size: contain;
            vertical-align: middle;
        }

.custom-tooltip {
    position: absolute;
    width: max-content;
    background-color: #000;
    bottom: -10px;
    padding: 4px 10px;
    color: #fff;
    z-index: 999;
    font-size: 12px;
    border-radius: 5px;
    text-transform: capitalize;
}

    .custom-tooltip::before {
        content: "";
        position: absolute;
        top: -10px;
        left: 10px;
        border-width: 5px;
        border-style: solid;
        transform: rotate(180deg);
        border-color: #333 transparent transparent transparent;
    }
    .new-alarm-model-revmp .modal-content{
    border-radius: 20px;
    overflow: hidden;
    border: none;
    }
.new-alarm-model-revmp.critical-issue .modal-content {
    border-bottom: 5px solid #D8171D !important;
}
.new-alarm-model-revmp.modrate-issue .modal-content {
    border-bottom: 5px solid #F1A700 !important;
}
    .new-alarm-model-revmp.critical-issue .modal-header {
        background: #D8171D;
        background: linear-gradient(-90deg, rgba(216, 23, 29, 1) 0%, rgba(169, 11, 16, 1) 100%);
    }
.new-alarm-model-revmp.modrate-issue .modal-header {
    background: #F1A700;
    background: linear-gradient(-90deg, rgba(241, 167, 0, 1) 0%, rgba(222, 156, 2, 1) 100%);
}
        .new-alarm-model-revmp .modal-title {
            color: #fff;
        }
.new-alarm-model-revmp .modal-body {
    padding: 10px;
    background-color: #F5F5F5;
    overflow: hidden;
}
.new-alarm-model-revmp .clar-alarm-lis{
    justify-content: flex-start;
}
.new-alarm-model-revmp .clar-alarm-lis span {
    border-right: 1px solid #BCBCBC;
    padding-right: 10px;
    margin-right: 10px;
    font-size: 12px;
}
    .new-alarm-model-revmp .clar-alarm-lis span:last-child{
        border: none;
        padding: 0;
        margin: 0;
    }
    .new-alarm-model-revmp .btn-close {
        background: #fff;
        border-radius: 50%;
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 1;
        transition: 0.6s;
    }
.new-alarm-model-revmp .cutom-clear-alam-btn {
    border: 1.5px solid #007DC8 !important;
    border-radius: 8px;
}
.new-alarm-model-revmp.modrate-issue .btn-close svg path {
    fill: #F1A700;
}
.new-alarm-model-revmp .next-prev-btn-came {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 10%;
}
    .new-alarm-model-revmp .next-prev-btn-came .carousel-control-next-icon{
        width: 1rem;
        height: 1rem
    }
    .new-alarm-model-revmp .next-prev-btn-came .carousel-control-prev-icon {
        width: 1rem;
        height: 1rem
    }
        .new-alarm-model-revmp .card {
            box-shadow: none;
            border: 1px solid #E6E6E6;
            background-color: #fff;
            border-radius: 15px;
        }

.new-alarm-model-revmp .avatar-title {
    border-radius: 15px;
    border: 1px solid #DEDEDE;
    width: 100%;
    padding: 15px;
    min-height: 110px;
}

.new-alarm-model-revmp .avatar-title img{
    width: 80%;
    height: auto;
}

.new-alarm-model-revmp .block-venu-nam p {
    font-size: 14px !important;
    color: #666666;
    font-weight: 500;
    margin-bottom: 6px !important;
    line-height: 16px !important;
}

.new-alarm-model-revmp .alarm-grid-container {
     display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-items: stretch;
}
.new-alarm-model-revmp .text-truncate {
    font-weight: 800;
    color: #000;
    margin-bottom: 0px;
}
.new-alarm-model-revmp .title-even-ico{
    display: flex;
    align-items: center;
}
.new-alarm-model-revmp .title-even-ico svg{
    margin-left: -20px;
    margin-right: 8px;
}
.new-alarm-model-revmp .show-detils-link {
    width: 100%;
    text-align: center;
    padding: 15px 10px 6px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #E5F5FE;
    border: 1px solid #A9DFFF;
    margin-top: -10px;
}

.new-alarm-model-revmp .show-detils-link a {
    font-size: 14px;
    margin: 0;
    cursor: pointer;
    font-weight: 600;
    color: #00588D;
    transition: 0.6s;
}

.new-alarm-model-revmp .show-detils-link a:hover {
    color: #00304c;
    transition: 0.6s;
}

.new-alarm-model-revmp .show-detils-link a:hover svg {
    fill: #00304c;
    transition: 0.6s;
}
.new-alarm-model-revmp .originator-date-tim span{
    font-size: 14px;
}
.new-alarm-model-revmp .originator-date-tim span:first-child {
    margin-right: 10px;
    border-right: 1px solid #929292;
    padding-right: 10px;
}
.new-alarm-model-revmp .camera-modul-alarm {
    margin-top: 10px;
    box-shadow: none;
    border: 1px solid #E6E6E6;
    background-color: #fff;
    border-radius: 15px;
    padding: 10px;
}
.new-alarm-model-revmp .next-prev-btn-came.multi-cam-slid {
    bottom: 28px;
}
    .new-alarm-model-revmp .camera-modul-alarm .full-screen-style {
        border: 1px solid #E6E6E6;
        border-radius: 15px;
        overflow: hidden;
    }
.camera-modul-alarm .notificationRecCamera_label, .camera-modul-alarm .notificationCamera_label {
    position: relative;
    bottom: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
    width: auto;
    text-align: left;
}
.camera-bottom-opts{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px 0;
}
.camera-bottom-opts .cmbtnMute, .camera-bottom-opts .cmbtn {
    position: relative !important;
}
.cmaera-mute-ful-op{
    display: flex;
    align-items: center;
    gap: 8px;
}
.cmaera-mute-ful-op button{
    padding: 0;
    background-color: transparent;
    outline: none;
    border: none;
}
.new-alarm-model-revmp .alarm-floormap-list {
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #E6E6E6;
    height: 100%;
}
.new-alarm-model-revmp .alarm-floormap-list .card{
    box-shadow: none;
    border: none;
    margin-bottom: 0;
    background-color: #fff;
    height: 100%;
}
    .new-alarm-model-revmp .alarm-floormap-list .carousel, .new-alarm-model-revmp .alarm-floormap-list .card, .new-alarm-model-revmp .alarm-floormap-list .carousel-inner {
        height: 100%;
    }
    .new-alarm-model-revmp .notificationCard {
        min-height: 100%;
    }
.new-alarm-model-revmp .notificationScreenImage{
    position: relative;
    top: 0;
    height: 100%;
    bottom: auto;
    padding: 0;
    min-height: 350px;
    max-height: 350px;
}
.new-alarm-model-revmp .only-floormap-ui-bx {
    min-height: 250px;
    max-height: 250px;
}
.new-alarm-model-revmp .fullScreen .notificationScreenImage {
    min-height: 94%;
    max-height: 94%;
}
    .new-alarm-model-revmp .notificationScreenImage canvas {
        height: 100%;
    }

@media only screen and (max-width: 991px){
    .new-alarm-model-revmp .alarm-grid-container {
        grid-template-columns: 1fr;
    }
    .orignin-clear-btn{
        justify-content: center !important;
    }
    .originator-date-tim{
        margin-bottom: 10px;
    }
    .new-alarm-model-revmp .notificationScreenImage{
        min-height: 250px;
        max-height: 300px;
    }
}

.pumpsListData .card {
    width: 47%;
}
.custom-error-in-data {
    font-size: 16px;
    font-weight: 500;
    color: #268b5b;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-transform: capitalize;
}

.custom-error-in-data img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 5px;
}

.event-nam-tx {
    margin-left: 0px;
    margin-bottom: 6px;
}

.block-venu-nam {
    margin-left: 24px;
}

@media (max-width:1500px) {
    .marquee-container {
        width: auto !important;
    }
}
@media only screen and (min-width:1575px) {
    .pumpsListData .card, .tanksListData .card{
        width: 32%;
    }
}
@media only screen and (max-width:1575px) {
    .pumpsListData .card, .tanksListData .card {
        width: 48%;
    }
    .marquee-content1 span{
        max-width: 100% !important;
    }
}
@media only screen and (max-width:1080px) {
    .pumpsListData .card, .tanksListData .card {
        width: 95%;
    }
}
@media only screen and (max-width:400px) {
    .new-alarm-model-revmp .notificationScreenImage{
        margin-top: 0 !important;
    }
}