











.generator-icon {
    width: 28px; /* Same as your previous fa-car-battery size */
    height: 28px;
    margin: 0px 0px;
    display: inline-block;
    vertical-align: middle;
    color: #2b388f;
}

/* ==================================
   30A PowerWatchDog - Single Line
   ================================== */

.pwd-single-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
   /* margin-top: 20px;*/
}

.pwd-single-item {
    text-align: start;
}

.pwd-single-label {
    color: #ff9800;
    font-size: 16px;
    font-weight: 800;
}

.pwd-single-value {
    display: inline-flex;
    align-items: baseline;
    color: #145897;
    font-weight: bold;
}

.pwd-single-number {
    font-size: 18px;
    font-weight: 800;
    height: unset;
}

.pwd-single-unit {
    font-size: 18px;
    margin-left: 3px;
    font-weight: bold;
}

/* ==================================
   50A PowerWatchDog - Two Lines
   ================================== */

.pwd-double-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 5px;
    width: 100%;
}

.pwd-double-item {
    width: 80px;
    text-align: start;
}

/* Labels row */

.pwd-line1-label {
    color: #ff9800;
    font-size: 13px;
    font-weight: 700;
}

.pwd-line2-label {
    color: #28a745;
    font-size: 13px;
    font-weight: 700;
}

/* Values row */

.pwd-double-value {
    margin-top: 6px;
    display: flex;
    justify-content: start;
    align-items: baseline;
    color: #145897;
    font-weight: bold;
}

.pwd-double-number {
    font-size: 15px;
    font-weight: 700;
}

.pwd-double-unit {
    font-size: 10px;
    font-weight: bold;
    margin-left: 2px;
}

/* drag icon */

.pwd-double-container .currentReadingDrag {
    margin-left: 10px;
}

/* Drag icon */

/*.pwd-double-container .currentReadingDrag,*/
.pwd-single-container .currentReadingDrag {
    margin-left: 8px;
}

.pwd-item {
    text-align: left;
    min-width: 60px;
}








:root {
    --red: #ff0000;
    --orange: #ff9100;
    --yellow: #fff200;
    --yellow-green: #d7fc03;
    --green: #00ff00;
    --blue: #0000ff;
    --black: #000000;
    --gray: #9e9e9e;
    --white: #ffffff;
}

body, html {
    height: 100%;
    width: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
}
/*
 *  STYLE 7
 */
.logo-image {
    width: 60%;
}


.form-check-input {
    margin: 0px !important;
    position: revert-layer;
}

.setting-input {
    background: #fff !important;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 10px;
    height: calc(2.25rem + 2px);
    padding: .375rem .50rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
}

.custom-text-color {
    color: #015198 !important;
}

.select2-results__option--highlighted {
    background: #145897 !important;
}

.note-modal .modal-header {
    display: block !important;
}

.select2-container--default .select2-selection--single {
    background-color: #f4f9fd !important;
    border: 0px !important;
    border-radius: 4px;
}

#owl-demo::-webkit-scrollbar-track {
    -webkit-box-shadow: rgb(0,0,0);
    background-color: #ccc;
    border-radius: 10px;
}

#owl-demo::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#owl-demo::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #145897;
    height: 5px;
}

.login-wraper { /*
    background: url("../images/bg-login.png") no-repeat;*/
    width: 100vw;
    background-size: cover;
}

.mobile-term {
    display: none;
}

.desktop-term {
    display: block;
}

.login-wraper.registration {
    background: url(../images/registration.png) no-repeat;
    width: 100%;
    padding-bottom: 20px;
    background-size: cover;
}

.form-box {
    width: 450px;
    box-shadow: 0px 0px 10px rgb(189 181 181 / 40%);
    border-radius: 20px;
    padding: 20px 40px;
    background: #fff;
}

.create-form-box {
    width: 600px;
}

.owl-carousel {
    padding-left: 0px !important;
    scrollbar-color: #145897 #e7e7e7;
    scrollbar-width: thin;
}

.create-form-box .form-row {
    padding-bottom: 10px;
}

.create-account {
    border: solid 1px #015198;
    padding: 8px 40px;
    border-radius: 100px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none !important;
}

.login-btn:hover {
    background-color: #499def;
    transition: 0.5s ease;
    color: #fff;
}

.form-box .form-control {
    background: #e6e6e6;
    border: transparent;
    border-radius: 8px;
    height: 54px;
}

.heading {
    font-size: 28px;
    color: #015198;
    font-weight: 800;
}

.heading-light {
    font-size: 18px;
    color: #015198;
    font-weight: 500;
}

.h-100vh {
    height: 100vh;
}

.login-btn {
    height: 50px;
    border-radius: 100px;
    background: #015198;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px;
    color: #fff;
}

.sidebar {
    width: 300px;
    height: 100vh;
    background: #145897;
    /* box-shadow: 0px 0px 3px rgb(0 0 0 / 40%); */
    position: fixed;
    top: 0px;
    overflow: auto;
}

    .sidebar ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .sidebar ul li a {
            padding: 15px 20px;
            display: block;
            margin-bottom: 13px;
            font-weight: 500;
            text-transform: uppercase;
            color: #fff;
            font-weight: 600;
            margin: 0px 0px 0px 20px;
        }

            .sidebar ul li a:hover {
                text-decoration: none;
            }

                .sidebar ul li a.active, .sidebar ul li a:hover.active {
                    background-color: #ffffff;
                    color: #015198;
                    margin: 0px 0px 13px 20px;
                    border-radius: 10px 0px 0px 10px;
                    padding-left: 22px;
                    display: flex;
                    align-items: center;
                }

.right-section {
    width: calc(100% - 300px);
    margin-left: 300px;
    margin-top: 115px;
}

#dropdownMenuButton {
    padding-right: 12px;
}

.gray-box {
    background: #ffffff;
    padding: 20px;
    margin-top: 28px;
    border-radius: 18px;
    margin-bottom: 20px;
    box-shadow: 1px 1px 6px #e0e0e0;
}

.items {
    width: 90%;
    margin: 0px auto;
    margin-top: 100px
}

.slick-slide {
    margin: 10px
}

    .slick-slide img {
        width: 100%;
        border: 0px solid #fff
    }

.sub-heading {
    font-size: 16px;
}

.tempreatureHeading .dropdown input {
    border: 1px solid #145897;
    border-radius: 10px;
    padding-left: 10px;
    width: 82px;
    font-size: 0.7rem;
}


.modal:nth-of-type(even) {
    z-index: 1052 !important;
}

/*.modal-backdrop.show:nth-of-type(even) {
    z-index: 1051 !important;
}
*/

.modal-backdrop.show {
    display: none;
}

.modal {
    background: #0000004d;
}

    .modal .modal-header {
        background: #145897;
        color: #fff;
    }

        .modal .modal-header button span {
            color: #fff;
        }


#owl-demo .item {
    background: #bdbec0;
    padding: 30px 8px;
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 20px;
    width: 273px;
    display: flex;
}



.customNavigation {
    text-align: center;
}

    .customNavigation a {
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

.owl-prev {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 40%;
    margin-left: -20px;
    display: block !important;
    border: 0px solid black;
    border: solid 2px #fff !important;
    border-radius: 50px !important;
    color: #fff !important;
}

.owl-next {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 40%;
    right: -25px;
    display: block !important;
    border: solid 2px #fff !important;
    border-radius: 50px !important;
    color: #fff !important;
}

    .owl-prev i,
    .owl-next i {
        transform: scale(1, 1);
        color: #fff;
        font-weight: bold;
        font-size: 28px;
    }

.owl-carousel h2 {
    font-size: 12px;
    padding: 0 5px 0;
    margin: 3px 0 0 0;
}

    .owl-carousel h2.green-text {
        color: #009345;
        white-space: nowrap;
    }

    .owl-carousel h2.darkblue-text {
        color: #2b388f;
        white-space: nowrap;
    }

.fa-car-battery {
    font-size: 25px; /*font-size: 28px;*/
    margin: 0px 0px;
    color: #2b388f;
}

.fa-thermometer {
    font-size: 28px;
    color: #fff;
}

.fa-smog {
    font-size: 26px;
    margin: 0px 0px;
    color: #26a9e0;
}

.fa-tint {
    font-size: 26px;
    margin: 0px 0px;
    color: #009345;
}

.owl-carousel h2.text-blue {
    color: #26a9e0;
    white-space: nowrap;
}

.owl-carousel h2.text-forest {
    color: #06402B;
    white-space: nowrap;
}

/*i.fa.fa-bolt, .fa.fa-door-open {
    color: #652d90;
    font-size: 26px;
    margin: 0px 0px;
}*/

i.fa.fa-bell {
    color: #f6921e;
    font-size: 25px;
    margin: 0px 0px;
}

i.fa.fa-bolt {
    color: #f6921e; /*#228B22;*/
    font-size: 26px;
    margin: 0px 0px;
}
i.fa.fa-door-open {
    color: #652d90;
    font-size: 26px;
    margin: 0px 0px;
}

i.fa-exclamation-triangle {
    color: #06402B;
    font-size: 21px;
    margin: 0px 0px;
}

i.fa-arrows-alt {
    display: none;
    color: #145895;
    margin: 0px 0px;
}

.owl-carousel h2.text-orange {
    color: #f6921e;
    white-space: nowrap;
}

.owl-carousel h2.text-green {
    color: #228B22;
    white-space: nowrap;
}

.fa-gas-pump, .fa-thermometer-three-quarters {
    font-size: 28px;
    margin: 0px 0px;
    color: #f6921e;
}

.fa-burn {
    font-size: 28px;
    margin: 0px 0px;
    color: #eb008b;
}

.owl-carousel h2.text-pink {
    color: #eb008b;
    white-space: nowrap;
}

.owl-carousel h2.text-purple {
    color: #652d90;
    white-space: nowrap;
}


a.terms {
    text-transform: uppercase;
    font-weight: 600;
}

.h2,
h2 {
    font-size: 20px;
    font-weight: bold;
}

.cust .dropdown-menu.show {
    left: -140px !important;
}

.item-sub-heading {
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    white-space: nowrap;
    z-index: 99;
    color: #145897;
    padding-left: 34px;
    margin-top: 15px;
}

#owl-demo .current-reading-card {
    width: 290px;
    border-radius: 9px;
    border: transparent !important;
    background: #fff !important;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    padding: 10px 70px 10px 10px;
    margin: 10px 20px 14px 0px;
    position: relative;
}

.current-line-graph {
    position: absolute;
    top: 10px;
    right: 10px;
}

.current-date {
    position: absolute;
    top: 32px;
    left: -15px;
    padding: 5px;
    font-size: 0.8em;
}
/*.current-date {
    position: absolute;
    top: 25px;
    left: -25px;
    padding: 5px;
    font-size: 0.8em;
}*/

.current-door-date {
    position: absolute;
    top: 32px; 
    left: -75px; 
    padding: 5px;
    font-size: 0.8em;
}

.sidebar .collapse a, .sidebar .collapsing a {
    padding: 5px 0 !important;
    display: block;
    margin-bottom: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 0px 0px 0 0px;
    padding: 10px 0 10px 36px !important;
    /*line-height: 43px;*/
    /* border-bottom: 1px solid #0e5ea9;*/
    height: auto;
}

#owl-demo .pink {
    background: #fa9cb0;
    border: solid 2px #fff;
}

#owl-demo .blue {
    background: #5db2ec;
    border: solid 2px #fff;
}

#owl-demo .orange {
    background: #ffad5b;
    border: solid 2px #fff;
}

#owl-demo .orange {
    background: #ffad5b;
    border: solid 2px #fff;
}

#owl-demo .green {
    background: #6ecaca;
    border: solid 2px #fff;
}

.cust-nav {
    position: fixed;
    top: 0;
/*    padding-top: 29px;
*/    z-index: 9;
    width: calc(100% - 302px);
    left: 301px;
    background: #f4f9fd;
    /*padding-left: 18px;*/
    /* padding: 15px 0;*/
    padding: 20px;
}

.toggle-sidebar {
    display: none;
}

.sidebar .fa-times {
    position: absolute;
    right: 9px;
    font-size: 29px;
    top: 3px;
    display: none;
}

.position-right {
    position: absolute;
    right: 4%;
}

@media only screen and (max-width: 768px) {


    .logo-image {
        width: 100%;
    }

    .mobile-term {
        display: block;
    }

    .switch {
        width: 85px !important;
    }

    .desktop-term {
        display: none;
    }

    .form-box .form-control {
        margin-bottom: 10px;
    }

    .login-wraper .ipad-768 {
        width: 100% !important;
        flex: unset !important;
        max-width: 100%;
        margin-top: -20px;
    }
}

/*//for test*/

@media only screen and (max-width: 767px) {
    .paginate_button.previous a, .paginate_button.next a

{
    font-size: 0;
}

.previous a.page-link:after,
.next a.page-link:after {
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    content: "\f104";
}

.previous a.page-link:after {
    content: "\f104";
}

.next a.page-link:after {
    content: "\f105";
}


.form-box {
    width: 340px;
    padding: 20px 20px;
}

.toggle-sidebar {
    display: block;
}

.sidebar {
    left: -302px;
    transition: all 0.3s ease-in-out;
    z-index: 99;
}

    .sidebar .fa-times {
        position: absolute;
        right: 9px;
        font-size: 29px;
        top: 3px;
        display: block;
    }

.cust .dropdown-menu.show {
    left: -70px !important;
}

.sidebar.open {
    left: 0px;
}

.right-section {
    width: 100%;
    margin-left: 0;
    margin-top: 60px;
}

.wrap {
    flex-wrap: wrap;
}

.mr-2-768 {
    margin-right: 5px;
    margin-top: 5px;
}

.cust-nav {
    position: fixed;
    top: 0px;
    z-index: 9;
    justify-content: center;
    width: 100%;
    align-items: end;
    left: 0px;
    background: #fff;
    padding-left: 18px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    padding: 6px;
}

.welcomeUser {
    text-transform: capitalize;
    font-size: 15px !important;
    padding-left: 12px;
    color: #256aab;
}

.cst-user {
    color: #000;
    font-weight: 500;
    margin-right: 7px;
    font-size: 14px;
}

.cst-dropdown {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 60% !important;
    font-size: 15px;
    margin-right: 0px !important;
}

.data-txt {
    font-weight: bold;
    color: #145897;
    padding-right: 0px !important;
    font-size: 13px;
}

#dropdownMenuButton {
    font-size: 14px;
    padding: 0 !important
}

.bodyDiv {
    margin-top: 45px
}

.door-history {
    width: 100%;
    text-align: center;
    margin: 0;
}

.date-dropdown {
    width: 100%;
    text-align: center
}

.bodyDiv .table td, .bodyDiv .table th {
    padding: 5px;
    font-size: 14px;
}

.tableResponsiveCustom {
    display: block;
    width: 100%;
    overflow-x: hidden;
}

.top-section h1 .text-icon {
    font-weight: 500;
    font-size: 24px !important;
    width: 35px !important;
    height: 35px !important;
    border: 2px solid;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    line-height: 34px !important;
    text-transform: capitalize;
}

.toggle-box {
    display: inline-block;
    padding-right: 24px !important;
}

    .toggle-box label {
        display: inline-block;
        margin-bottom: .5rem;
        font-size: 14px;
    }

.userName {
    font-size: 25px
}

.userActivityBox {
    padding: 20px 14px !important;
}

.star {
    position: absolute;
    right: 0px;
}

}

.custom-flex {
    display: flex !important;
    position: relative;
}

.dotDropdown {
    position: inherit; /*
    right:30px;*/
}

    .dotDropdown i.cst-dot {
        position: absolute;
        right: 0px;
        top: 4px;
    }

/* dashboard css */

.back-color {
    background-color: #f4f9fd;
}

.data-txt {
    font-weight: bold;
    color: #145897;
    padding-right: 20px;
    word-break: break-word;
    white-space: nowrap;
}

.head-inner-txt {
    padding: 10px 0px 15px 0px;
}

.alert-txt {
    color: #145897;
    font-size: 22px;
}

.bars-icn {
    color: #989899;
}

button:focus {
    outline: 1px dotted;
    outline: none;
}

.sidebar .collapse .card, .sidebar .collapsing .card {
    padding: 5px 0;
    background: #06447d;
}

.sidebar .collapse a:hover, .sidebar .collapse a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0d5292;
}

.icon-clr {
    color: #ca4350;
    font-size: 22px;
}

.icon1-clr {
    color: #fcb148;
    font-size: 22px;
}

.cst-txt {
    color: #256aab;
    word-break: break-word;
}

.sub-txt {
    color: #8c8c8c;
    display: block;
    position: relative;
    top: -3px;
}

.circle {
    height: 36px;
    width: 36px;
    border: 2px solid;
    border-radius: 50%;
    padding: 0;
    text-align: center;
    line-height: 40px;
    margin-right: 8px;
    position: relative;
    top: 6px;
}

    .circle h3 {
        font-size: 20px;
        padding: 0;
        color: #da0404;
        line-height: 34px;
        text-transform: uppercase;
    }

.white-box {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 0;
    margin-top: 20px;
}

.modal-content .modal-header h5.modal-title {
    color: #FFFFFF;
}

.right-section .cust-nav a:hover.dropdown-item {
    background: #145897;
    color: #fff;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
}

    .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: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

.switch input:checked + .slider {
    background-color: #2196F3;
}

.switch input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.switch 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%;
    }

input::-webkit-inner-spin-button {
    opacity: 1;
}

.sorting-section .col {
    width: 20%;
    max-width: 20%;
}

    .sorting-section .col input {
        width: 61px;
        font-size: 20px;
        font-weight: bold;
        border: 0;
        margin-top: 5px;
    }

    .sorting-section .col span {
        display: block;
        font-size: 14px;
        font-weight: 500;
        color: #555454;
    }

    .sorting-section .col h6 {
        font-size: 20px;
        font-weight: bold;
    }

    .sorting-section .col .user_popup {
        position: absolute;
        right: 0;
        left: 50%;
        top: 0;
        background: #ffffff;
        padding: 20px;
        border-radius: 10px;
        margin-bottom: 20px;
        box-shadow: 1px 1px 6px #e0e0e0;
        list-style: none;
        min-width: 14rem;
        display: none;
    }

        .sorting-section .col .user_popup input {
            width: auto;
            margin-right: 5px;
        }

        .sorting-section .col .user_popup li {
            margin-bottom: 7px;
        }

            .sorting-section .col .user_popup li:last-child {
                margin-bottom: 0;
            }

.user_caret {
    cursor: pointer;
    font-size: 20px;
}

    .user_caret.current + .user_popup {
        display: block;
    }

    .user_caret.current:before {
        content: "\f0da";
    }

@media (max-width: 480px) {
    .tempreatureHeading {
        flex-wrap: wrap;
    }

        .tempreatureHeading .dropdown {
            margin: 20px 0 0 !important;
        }

            .tempreatureHeading .dropdown input {
                padding-left: 3px;
            }
}

.welcomeUser {
    text-transform: capitalize;
    font-size: 27px;
    padding-left: 12px;
    color: #256aab;
}

quickAlertBox {
}

.quickAlertBox .alertIndividual .cst-txt {
    font-size: 15px;
}

.quickAlertBox .alertIndividual .sub-txt {
    font-size: 13px;
}

.quickAlertBox .alertIndividual label {
    padding-left: 31px;
}



.quickAlertBox .alertIndividual .alert-txt {
    font-size: 12px;
}

.quickAlertBox .alertIndividual .icon-clr {
    font-size: 20px;
}

.humidutiBox .alertIndividual .cst-txt {
    /*font-size: 22px !important;*/
    font-size: 16px !important;
}

.humidutiBox .alertIndividual label {
    font-size: 18px
}

.humidutiBox .alertIndividual .sub-txt {
    font-size: 16px !important;
    font-weight: 500
}

.userActivityBox {
}

    .userActivityBox .userIndividual .cst-txt {
        text-transform: capitalize;
        font-size: 17px;
        margin: 6px 0 2px 0;
    }

    .userActivityBox .userIndividual .sub-txt {
        font-size: 13px;
    }

    .userActivityBox .userIndividual .alert-txt {
        font-size: 12px;
    }

    .userActivityBox .userIndividual .icon-clr {
        font-size: 20px;
    }



.settings_page h4 {
    font-weight: 600;
}

.top-section {
    padding: 16px 0 0 18px;
    margin-bottom: 40px;
}

    .top-section h1 {
        font-weight: 700;
    }

        .top-section h1 .text-icon {
            font-weight: 500;
            font-size: 30px;
            width: 45px;
            height: 45px;
            border: 2px solid;
            display: inline-block;
            border-radius: 100%;
            text-align: center;
            line-height: 43px;
            text-transform: capitalize;
        }

        .top-section h1 small {
            font-size: 18px;
            font-weight: 500;
            padding-left: 10px;
        }

.color-palate {
}

    .color-palate h5 {
        padding: 15px 0 10px;
        font-weight: 600;
    }

.clr-row {
    display: flex;
}

    .clr-row .clr {
        display: block;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        margin-right: 20px;
        cursor: pointer;
    }

    .clr-row span:hover.clr {
        border: 1px solid #fff;
    }

    .clr-row span.active.clr {
        border: 2px solid #fff;
        box-shadow: 2px 5px 6px rgb(0, 0, 0, 0.2);
    }

    .clr-row .clr.clr1 {
        background: #eb008b;
    }

    .clr-row .clr.clr2 {
        background: #f6921e;
    }

    .clr-row .clr.clr3 {
        background: #009345;
    }

    .clr-row .clr.clr4 {
        background: #26a9e0;
    }

    .clr-row .clr.clr5 {
        background: #2b388f;
    }

    .clr-row .clr.clr6 {
        background: #652d90;
    }

.switch-card {
    padding: 30px 0 0;
}

    .switch-card h5 {
        margin-bottom: 15px;
        font-size: 17px;
    }

        .switch-card h5 span {
            font-weight: 600;
        }

    .switch-card label {
        padding-right: 10px;
        font-weight: 500;
    }

.switch {
    position: relative;
    display: inline-block;
}

.toggle-box {
    display: inline-block;
    padding-right: 30px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

    .switch input:checked + .slider::before {
        left: 11px;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0px;
    right: 0;
    width: 60px;
    height: 27px;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

.switch input:checked + .slider {
    background-color: #2196F3;
}

.switch input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

#ddUserList {
    text-transform: capitalize;
}

.card-head {
    position: absolute;
    top: 6px;
    left: 40px;
    width: Calc(100% - 116px);
}

    .card-head h2 {
        white-space: inherit !important;
    }

.current-reading-card {
    min-width: 240px;
}

.section-between {
    margin-left: 3%;
    margin-right: 3%;
}

.inner-section {
    padding: 20px 0px 20px 20px;
}

.alertmessagetext::-webkit-scrollbar-thumb {
    background: #145897;
    border-radius: 10px;
}

.alertmessagetext::-webkit-scrollbar {
    width: 5px;
}

.alertmessagetext {
    max-height: 359px;
    overflow-y: auto;
    overflow-x: hidden;
}

}

.userActivityBox {
    padding: 20px 18px;
}

.btn-view {
    border-radius: 1.2rem !important
}

.cst-dropdown {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 21%;
    margin-right: 22px;
}

.cst-user {
    color: #000;
    font-weight: 500;
    margin-right: 7px;
    margin-bottom: 0px;
}

.drop-width {
    width: 53%;
}

.tbl-drop {
    width: 21%;
}

.star-fill {
    color: #ffc105;
}

.cst-dot {
    position: absolute;
    top: -20px;
    right: 0;
    color: #5f5f5f;
}

.edit-btn {
    padding: 2px 6px;
    font-size: 12px;
    border: none;
}

.table#tblUserInfo td, .table th {
    padding: 5px 12px;
    width: 11%;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    text-align: center
}

a.dt-button {
    background: #015198 !important;
    color: #fff !important;
    border-radius: 50px !important;
    font-size: 12px !important;
    border-color: #015198 !important;
    font-weight: 600 !important;
    padding-left: 19px;
    padding: 7px 14px 6px 18px;
    margin-left: 3px;
}

.dt-button {
    padding-left: 0px;
    margin-bottom: 9px;
}

    .dt-button span {
        margin-left: -7px;
    }

#ddReorder {
    margin-left: 68px;
    border-radius: 17px;
}

#ddReorder {
    margin-left: 68px;
    border-radius: 17px;
}

#reorderText {
    font-size: 12px;
    color: #0056b3;
    margin-left: 0;
    padding-left: 0;
}

.accountDetailsLabel {
    font-weight: bold;
    color: #145897;
}


.currentReadingChart {
    display: block;
    box-sizing: border-box;
    height: 31px;
    width: 63px;
}

.custom-float {
    float: right;
}
/*loader*/
.max-height-600 {
    max-width: 600px;
    overflow-y: scroll;
}

.custom-card-header {
    padding: 0px 0px 10px 0px !important;
    border-bottom: 0px !important;
}

.border-none {
    border: 0px !important;
}

.bg-white {
    background: white !important;
}

.padding-none {
    padding: 0px !important;
}

#overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    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;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.is-hide {
    display: none;
}

.sidebar img {
    margin-top: 20px !important;
    margin: auto;
    display: block;
}

.btn-primary {
    color: #fff !important;
    background-color: #145897;
    border-color: #145897;
}

@media (min-width:1300px) {
    .text-righ {
        text-align: right;
    }
}

@media (min-width:1600px) {
    .custom-9 {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }

    .custom-3 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .mar-1920 {
        margin-right: 22px;
    }
}

@media (min-width:577px) {
    .sorting-section .col:nth-child(3) {
        text-align: center
    }
}

@media (max-width: 576px) {
    .sorting-section > .row {
        display: block
    }

    .dotDropdown i.cst-eclipse {
        position: absolute;
        right: 12px !important;
        top: 0;
        cursor: pointer;
    }


    .slider {
        width: 60px;
        /* left: 37px;*/
        left: 0px;
    }

    .custom-float {
        float: right !important;
    }

    .enable-text-content {
        font-size: 14px;
    }

    .sorting-section .col {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        flex-direction: column-reverse;
        position: relative;
    }

        .sorting-section .col input {
            width: 100%;
            border: 1px solid #ddd;
            padding: 6px 8px;
            border-radius: 4px;
            font-size: 14px;
            font-weight: 500;
        }

        .sorting-section .col span {
            display: inline-block;
            margin-top: 12px;
        }

        .sorting-section .col:last-child > div {
            display: inline-block;
            margin-right: 8px;
        }

    .sorting-section label {
        position: absolute;
        right: 23px;
        bottom: -3px;
    }

    .mob-txt {
        width: 81%;
    }

    .mob-switch {
        width: 10%;
    }

    .date-mob {
        width: 80%;
    }

    i.cst-drag {
        position: relative;
        top: 23px;
        left: 25px;
    }

    .act-center {
        text-align: center;
        display: table;
        margin-left: 20px;
    }

    .sub-heading {
        /*white-space: nowrap;*/
        font-size: 15px;
        margin: 13px 7px;
        width: 100% !important;
    }

    .mr-0-max {
        margin-left: 0px;
    }

    .togBg {
        display: block !important;
    }

    .switch input:checked + .slider {
        margin-left: 0px !important;
    }

    .btnBg {
        float: right;
        margin-left: 220px;
        margin-top: -26px;
    }

    .btnBg1 {
        float: right;
        margin-left: 213px;
        margin-top: -26px;
    }

    .btnBgone {
        float: right;
        margin-left: 222px;
        margin-top: -26px;
    }

    .btnBg2 {
        float: right;
        margin-left: 221px;
        margin-top: -38px;
    }

    .receiveBg {
        float: right;
        margin-top: -28px;
    }
}

.cst-drag {
    position: relative;
    top: 5px;
    left: 5px;
}

.selectize-control {
    /* margin-top: -13%;*/
    width: 111%;
}

.selectize-input {
    margin-top: 0;
}

.current-reading-card i.fas.fa-smog {
    font-size: 22px;
}

.current-reading-card span {
    height: 29px;
    /*height: 55px;*/
    display: block;
}

.dotDropdown i.cst-eclipse {
    position: absolute;
    right: 0px;
    top: 0;
    cursor: pointer;
}

.alert-drop {
    left: -80px !important;
}

.eclipse-dots {
    right: -8px;
}

.item-sub-heading i.fas.fa-arrows-alt.currentReadingDrag {
    position: absolute;
    right: 8px;
    margin-top: 3px;
}


#loginActivityScrollBar {
    max-height: 330px;
    content-visibility: auto;
}

    #loginActivityScrollBar::-webkit-scrollbar {
        width: 5px;
    }



    #loginActivityScrollBar::-webkit-scrollbar-thumb {
        background: #145897;
        border-radius: 10px;
    }

        #loginActivityScrollBar::-webkit-scrollbar-thumb:hover {
            background: #145897;
        }

td.details-control:before {
    /* background: url('../images/details_open.png') no-repeat center center;*/
    font-family: FontAwesome;
    content: "\f055";
}

tr.shown td.details-control:after {
    /* background: url('../images/details_close.png') no-repeat center center;*/
    font-family: FontAwesome;
    content: "\f056";
}

.odd.shown td.details-control:before, .even.shown td.details-control:before {
    content: '';
}

div.dataTables_scrollBody table tbody tr td {
    border-top: none;
}

td.details-control.sorting_1 {
    text-align: center;
}


/* css form popover height*/
.popover {
    max-width: 500px !important;
    padding: 2rem !important;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 22px;
    font-weight: 700;
    background-color: white !important;
    border-bottom: none !important;
    border-radius: 5px 5px 0 0;
    text-align: center;
}


.br-30 {
    border-radius: 30px;
}

.text-blue {
    color: #256aab;
}

.fw-700 {
    font-weight: 700;
}

#startmodal .modal-content {
    border-radius: 30px;
}

.btn-outline-secondary {
    color: #fff !important;
    background-color: #256aab !important;
    border-color: #256aab !important;
    padding: 5px 15px 5px 15px !important;
}

.btn-outline-secondary {
    margin-right: 15px !important;
    border-radius: 30px !important;
}

.popover {
    border-radius: 30px !important;
}

.tour-backdrop {
    position: fixed !important
}

#drop-dn {
    transform: translateX(-50%) !important;
}



@media only screen and (max-width: 600px) {
    .dismiss {
        position: absolute;
        will-change: transform;
        top: -23px !important;
        left: 67% !important;
        transform: translateX(-50%) !important;
    }

    .dropdown-menu.show {
        display: block;
    }

    .dotDropdown i.cst-eclipse {
        position: absolute;
        right: 0px;
        top: -28px;
        cursor: pointer;
    }

    .white-box {
        padding: 20px;
        border-radius: 10px;
        margin-bottom: 0;
        margin-top: 50px;
    }

    .d-flex-xs {
        display: flex;
        margin-top: 10px;
    }

    .top-section {
        padding: 16px 0 0 18px;
        margin-bottom: 41px;
        margin-top: 92px;
    }
}

.btn-close {
    color: #fff;
    font-size: 30px;
}

    .btn-close:hover, .btn-close:focus {
        color: #fff;
    }

.note-modal .modal-header.headermodalcustom {
    display: flex !important;
    justify-content: space-between;
}

.headermodalcustom .close1 {
    order: 2;
    color: #fff;
    font-size: 30px;
    text-decoration: none;
    line-height: 36px;
}

    .headermodalcustom .close1:hover, .headermodalcustom .close1:hover {
        color: #fff;
    }

.note-editable {
    max-height: 256px;
}

.modal-body-custom {
    max-height: 550px;
    overflow-y: auto;
    overflow-x: hidden;
}

table.tablecustommain thead tr th:first-child:after, table.tablecustommain thead tr th:first-child:before {
    display: none;
}

.select2-results {
    position: absolute;
    z-index: 1050;
    background: #fff;
    right: 0;
    width: 180px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: none !important;
}

.select2-results ul li:nth-last-child(-n+2) {
    border-top: 1px solid #ccc;
}


/*28-01-2022*/
.logoimag-login {
    position: absolute;
    top: 0;
    z-index: 1050;
    width: 200px;
    left: 50%;
    margin-left: -100px;
}

.loginleftSec .owl-prev {
    margin: 0px;
    top: 50%;
    margin-top: -17.5px;
}

.loginleftSec .owl-next {
    right: 0px;
    top: 50%;
    margin-top: -17.5px;
}

.loginleftSec .owl-carousel .owl-item img {
    height: 100vh;
    object-fit: cover;
    width: 100%;
}

.login-wraper.registration {
    height: 100vh;
    display: flex;
    padding: 0px;
    align-items: center;
}
/** Sub Style***/
.sub-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.up-btn {
    background-color: #145897;
    color: #ffffff !important;
    border-radius: 30px;
    font-size: 14px;
}

.ac-btn {
    background-color: #f4f9fd;
    color: #515151;
    border-radius: 30px;
    font-size: 14px;
    border: 2px solid #54b100;
}

.upg-plan-row {
    display: flex;
    align-items: center
}

    .upg-plan-row .dropdown .dropdown-toggle::after {
        content: none;
    }

    .upg-plan-row .dropdown {
        cursor: pointer;
    }

.up-btn:hover {
    color: #ffffff;
}

.sub-title h3 {
    font-size: 20px;
    color: #145897;
    font-weight: 700;
}

.cell-monthly-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .cell-monthly-info h3 {
        font-size: 19px;
        color: #145897;
        font-weight: 700;
    }

        .cell-monthly-info h3 span {
            color: #515151;
            font-weight: 500;
            padding-left: 29px;
        }

.cell-monthly-status span {
    color: #71b537;
    font-weight: 700;
    font-family: sans-serif;
    font-weight: 500;
}

.cell-monthly-status {
    font-size: 13px;
}

.payment-save-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #777777;
    font-size: 14px;
}

.bill-info-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .bill-info-head .fa {
        color: #a1a1a1;
    }

    .bill-info-head h4 {
        color: #145897;
        font-weight: 500;
        font-size: 20px;
    }

.bill-info p {
    color: #474747;
    margin: 0px;
    font-size: 14px;
    font-weight: 500;
}

.bill-info span {
    color: #818181;
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
}

.loginleftSec .owl-next, .loginleftSec .owl-prev {
    font-size: 40px !important;
}

.h-table-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

    .h-table-title h2 {
        color: #256aab;
    }

    .h-table-title span {
        color: #256aab;
        font-size: 12px;
    }

.payment-h-table tr td {
    font-size: 13px;
    color: #555555;
}

.payment-h-table tr th {
    font-size: 13px;
    font-weight: 600;
    color: #555555;
    text-align: left;
    border: 0px;
}

.payment-h-table tr td a .fa {
    font-size: 14px;
    color: #939393;
}

.bill-info-head.payment-m-title h4 {
    font-weight: 600;
}

.save-card-table .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 27px;
    margin: 0px;
}

    .save-card-table .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.save-card-table .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .save-card-table .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }



    /* Rounded sliders */
    .save-card-table .slider.round {
        border-radius: 34px;
    }

        .save-card-table .slider.round:before {
            border-radius: 50%;
        }

.save-card-table .switch input:checked + .slider {
    background-color: #37b34a;
}

.save-card-table tr td {
    color: #353434;
    font-size: 13px;
    font-weight: 500;
    border: 0;
    white-space: nowrap;
    vertical-align: middle;
}

.addcard-link a {
    color: #333232;
    font-size: 14px;
}

.autopay-col p {
    font-size: 14px;
    color: #8b8b8b;
}

.UnsubcribeDropdown .dropdown-menu {
    padding: 0;
    background-color: #e6e7e8;
    border: 0px;
    border-radius: 8px;
    font-size: 12px;
    min-width: 7rem;
}

.UnsubcribeDropdown .dropdown-item:focus, .UnsubcribeDropdown .dropdown-item:hover {
    text-decoration: none;
    background-color: #145897;
    border-radius: 8px;
    color: #ffffff;
}

.autopay-col .ac-btn {
    border-radius: 10px;
}

.savecard-tb-inner {
    border-bottom: 1px solid #dbdbdb;
}

    .savecard-tb-inner tr .form-control {
        height: 30px;
        border-radius: 10px;
    }

.edit-card-info {
    display: none;
}

    .edit-card-info.showEditRow {
        display: table-row;
    }

.addcard-modal.modal .modal-header {
    background: #ffffff;
    color: #fff;
    border: 0px;
    border-radius: 30px;
}

    .addcard-modal.modal .modal-header h5.modal-title {
        font-weight: 700;
    }

.modal-footer {
    border: 0px;
    justify-content: center;
}

.addcard-modal.modal .modal-content {
    border: 0px;
    border-radius: 30px;
    padding: 20px
}

.card-accordion .card {
    margin-bottom: 30px;
    border: 1px solid #b3b3b3;
    border-radius: 10px;
}

.card-accordion .card-header {
    border-bottom: 0px;
}

/*.card-accordion .custom-radio .custom-control-label::before {
    top: 8px;
}*/

/*.card-accordion .custom-control-label::after {
    top: 8px;
}*/

.card-form label {
    font-size: 16px;
    font-weight: 500;
    color: #535353;
}

.card-form .form-control {
    height: 50px;
}

.cardicon-input {
    position: absolute;
    right: 20px;
    top: 44px;
}

.addcard-modal.modal .modal-header button span {
    color: #939393;
    font-size: 38px;
    font-weight: 300;
}

.addcard-modal.modal .modal-footer .btn-primary {
    background-color: #195796
}

.addcard-modal.modal .modal-footer .btn {
    padding: 7px;
    border-radius: 0.25rem;
    min-width: 120px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width:991px) {
    .customlogin {
        justify-content: flex-start !important;
        height: 100vh;
        overflow: auto;
    }
}

@media screen and (max-width:768px) {
    .customlogin, .loginleftSec {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .customlogin {
        justify-content: center !important;
    }
}

@media screen and (max-width: 767px) and (min-width: 480px) {
    .customlogin {
        justify-content: flex-start !important;
        height: auto;
    }
}

@media screen and (max-width:767px) {
    .form-box {
        width: 100%;
        padding: 20px 10px;
    }

    .login-wraper.registration {
        height: 100vh;
        overflow: auto;
        padding: 0px 0px;
        align-items: flex-start;
    }

    .create-form-box {
        margin: 0px -15px;
        border-radius: 0;
        width: auto;
    }
}


.upgradeBtn {
    border-radius: 30px;
}

.unsubcribeBtn:hover {
    background-color: red!important;
    border-color: red!important;
    color: #fff !important;
}

/*********** Start Manage Alerts ***********/
.gray-box.alert_card {
    position: relative;
    padding-left: 50px;
}

    .gray-box.alert_card .col-md-6, .gray-box .col-xs-6, .gray-box .col-6 {
        position: inherit;
    }

.custom-float {
    float: right;
    /*position: absolute;
    left: -40px;*/
}
/*********** End Manage Alerts ***********/

/*Subscription Page Design*/

/************** Start Signal **************/
.iconSignal {
    float: right;
}

    .iconSignal i:hover span {
        animation-name: signal-intro;
        animation-play-state: running;
    }

    .iconSignal .icon__signal-strength {
        display: inline-flex;
        align-items: flex-end;
        justify-content: flex-end;
        width: auto;
        height: 30px;
        padding: 4px;
    }

        .iconSignal .icon__signal-strength span {
            display: inline-block;
            width: 5px;
            margin-left: 2px;
            transform-origin: 100% 100%;
            background-color: #145897;
            border-radius: 2px;
            animation-iteration-count: 1;
            animation-timing-function: cubic-bezier(0.17, 0.67, 0.42, 1.3);
            animation-fill-mode: both;
            animation-play-state: paused;
        }

        .iconSignal .icon__signal-strength .bar-1 {
            height: 25%;
            animation-duration: 0.3s;
            animation-delay: 0.1s;
        }

        .iconSignal .icon__signal-strength .bar-2 {
            height: 50%;
            animation-duration: 0.25s;
            animation-delay: 0.2s;
        }

        .iconSignal .icon__signal-strength .bar-3 {
            height: 75%;
            animation-duration: 0.2s;
            animation-delay: 0.3s;
        }

        .iconSignal .icon__signal-strength .bar-4 {
            height: 100%;
            animation-duration: 0.15s;
            animation-delay: 0.4s;
        }

.signal-0 .bar-1,
.signal-0 .bar-2,
.signal-0 .bar-3,
.signal-0 .bar-4 {
    opacity: 0.2;
}

.signal-1 .bar-2,
.signal-1 .bar-3,
.signal-1 .bar-4 {
    opacity: 0.2;
}

.signal-2 .bar-3,
.signal-2 .bar-4 {
    opacity: 0.2;
}

.signal-3 .bar-4 {
    opacity: 0.2;
}

@keyframes signal-intro {
    from {
        opacity: 0.2;
        height: 2px;
    }
}

/************** End Signal **************/


.upgardePlan {
}

    .upgardePlan .icon-img img {
        width: 100%;
        max-width: 170px;
    }

    .upgardePlan .text-area h1 {
        font-size: 2rem;
        margin: 0px;
        font-weight: 600;
    }

    .upgardePlan .text-area p {
        font-size: 1.1rem;
        color: #afafaf;
        margin: 0px;
    }

        .upgardePlan .text-area p span {
            color: #2f76d3;
            font-size: 1.3rem;
            font-weight: 600;
        }



    .upgardePlan .heading-section h3 {
        font-size: 2rem;
        font-weight: 500;
    }

    .upgardePlan .text-area h3 {
        font-size: 30px;
        font-weight: 300;
        margin: 0px;
    }

    .upgardePlan .green-text p {
        font-size: 28px;
        color: #3c763d;
        margin: 0px;
    }


    .upgardePlan .heading-section {
        border-bottom: 0px solid #000;
        padding-bottom: 22px;
        text-align: center;
    }

        .upgardePlan .heading-section.mt-5 p {
            color: #5c5c5c;
            font-weight: 300;
            font-size: 1.1rem;
        }

        .upgardePlan .heading-section h3 {
            font-size: 2rem;
            font-weight: 600;
        }


    .upgardePlan .green-td p {
        font-size: 1.1rem;
        color: #3c763d;
        margin: 0px;
    }

    .upgardePlan .red-td p {
        font-size: 1.1rem;
        color: #b84742;
        margin: 0px;
    }

    .upgardePlan table.table.table-tog thead th {
        background-color: #000;
        color: #fff;
        padding: 10px 10px;
        font-size: 1.1rem;
        font-weight: 400;
        letter-spacing: 0.3px;
        text-align: center;
        border: 1px solid #000;
    }

    .upgardePlan table.table.table-tog tbody td {
        padding: 10px 10px;
        font-size: 1.1rem;
        font-weight: 400;
        letter-spacing: 0.3px;
        text-align: center;
        border: 1px solid #000;
    }

    .upgardePlan table.table-25 thead tr th {
        width: 25%;
    }

    .upgardePlan table.table-row-left tbody tr td:nth-child(1) {
        text-align: left;
    }

    .upgardePlan .icon-img i.fas.fa-check {
        font-size: 3rem;
        border: 2px solid #1bc81b;
        padding: 9px;
        border-radius: 63%;
        color: #1bc81b;
    }

    .upgardePlan .name-heading h3 {
        font-size: 2rem;
        font-weight: 600;
        margin: 1.3rem 0px;
        color: #195796;
        text-align: center;
    }

    .upgardePlan .logo-top img {
        max-width: 200px;
        width: 100%;
    }

    .upgardePlan .border-four {
        padding: 1rem 1rem;
        border-radius: 20px;
        border-bottom-left-radius: 0px;
        width: 100%;
        border-bottom-right-radius: 0px;
        background-image: linear-gradient(to right, #195897, #2889d3);
    }

    .upgardePlan .price-main h2 {
        color: #fff;
        font-size: 2.5rem;
        font-weight: 600;
        text-align: center;
        position: relative;
        display: inline-block;
    }

    .upgardePlan .price-main {
        text-align: center;
    }

        .upgardePlan .price-main h2 span {
        }

    .upgardePlan .main-btm {
        min-height: 40vh;
        background: #fff;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding-bottom: 10px;
    }

    .upgardePlan .taking-text p {
        text-align: center;
        color: #7e7e7e;
        font-size: 1rem;
    }

    .upgardePlan .btn-current-plan button {
        background: #ababab;
        color: #fff;
        border-radius: 30px;
        width: 100%;
        max-width: 70%;
        height: 46px;
        border: 0px;
        margin-top: 25px;
        text-transform: uppercase;
        font-size: 1rem;
        cursor: pointer;
    }

    .upgardePlan .d-center-custom h2 {
        font-size: 2.2rem;
        font-weight: 700;
        color: #1a5a9a;
    }

    .upgardePlan .price-main h2 sup {
        font-size: 20px;
        font-weight: bold;
        top: -15px;
        left: 6px;
    }

    .upgardePlan .price-main h2 sub {
        font-size: 15px;
        bottom: 0px;
        left: -3px;
    }

    .upgardePlan .your-order h3 {
        color: #089131;
        font-size: 1.6rem;
    }

    .upgardePlan .button-arrow p {
        margin: 0px;
        font-size: 1.2rem;
    }

    .upgardePlan .border-four-lite {
        padding: 0.6rem 2rem;
        border-radius: 15px;
        border: 1px solid #ededed;
        display: inline-block;
    }

        .upgardePlan .border-four-lite i {
            font-size: 1rem;
        }

            .upgardePlan .border-four-lite i.lite {
                font-size: 1.3rem;
                color: #939393;
            }

    .upgardePlan .text-blue p {
        font-size: 1rem;
        font-weight: 400;
        color: #000;
    }

        .upgardePlan .text-blue p span {
            font-size: 1rem;
            font-weight: 500;
            color: #2f76d3;
        }

    .upgardePlan .heading-left h4 {
        font-size: 1rem;
        font-weight: 500;
        color: #000;
    }

    .upgardePlan .text-right-lite p {
        font-size: 1rem;
        font-weight: 300;
        color: #525252;
        margin-bottom: 2px;
    }

        .upgardePlan .text-right-lite p b {
            font-size: 1rem;
            font-weight: 600;
            color: #000;
        }

    .upgardePlan .shiping-section h3 {
        color: #0e0e0e;
        font-size: 1.5rem;
    }


    .upgardePlan .icon-img-camera i.fas.fa-camera-retro {
        font-size: 1.7rem;
        border: 1px solid #e5e5e5;
        padding: 9px;
        border-radius: 28%;
        color: #000000;
    }

    .upgardePlan .text-are-right p {
        margin: 0px;
        font-size: 0.9rem;
        color: #7e7e7e;
        font-weight: 300;
    }

    .upgardePlan .text-are-right h5 {
        font-size: 1.1rem;
        margin: 0px;
    }

    .upgardePlan .price-border {
        border: 1px solid #e5e5e5;
        padding: 9px;
        border-radius: 28%;
    }

        .upgardePlan .price-border p {
            margin: 0px;
            font-weight: 700;
            font-size: 1.1rem;
        }

    .upgardePlan .border-bottom-price {
        border-bottom: 1px solid #e1e1e1;
    }

    .upgardePlan .relative {
        position: relative;
    }

    .upgardePlan .absolute-1 {
        position: absolute;
        top: -5px;
        right: -7px;
    }

        .upgardePlan .absolute-1 p {
            font-size: 0.6rem;
            margin: 0px;
            background-color: #e6d42b;
            color: #fff;
            padding: 3px 8px;
            border-radius: 25px;
            font-weight: 900;
        }









    .upgardePlan .card-shadow {
        box-shadow: 1px 2px 5px #e1e1e1;
        border-radius: 20px;
        max-width: 90%;
        margin: auto;
        height: 100%;
        background: #fff;
    }

    .upgardePlan p.price-inner {
        font-size: 1rem;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #1a5b9a;
        margin-bottom: 5px;
        font-weight: 500;
        margin-top: 25px;
    }

    .upgardePlan .btn-current-plan button.upgrade {
        background-color: #1a5a9a;
    }

    .upgardePlan p.text-discount {
        font-size: 1.2rem;
        font-weight: 500;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #1a5b9a;
        margin-bottom: 5px;
        margin-top: 1rem;
    }

    .upgardePlan .text-head p {
        font-size: 1.3rem;
        color: #195796;
    }

    .upgardePlan .form p.text-cancellation {
        font-size: 1.1rem;
        letter-spacing: .5px;
        color: #adadad;
        font-weight: 300;
    }

        .upgardePlan .form p.text-cancellation span {
            color: #195796;
        }


    .upgardePlan .form-group {
        display: block;
        margin-bottom: 15px;
    }

        .upgardePlan .form-group input {
            padding: 0;
            height: initial;
            width: initial;
            margin-bottom: 0;
            display: none;
            cursor: pointer;
        }

        .upgardePlan .form-group label {
            position: relative;
            cursor: pointer;
        }

            .upgardePlan .form-group label:before {
                content: '';
                -webkit-appearance: none;
                background-color: transparent;
                border: 2px solid #0079bf;
                box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
                padding: 10px;
                display: inline-block;
                position: relative;
                vertical-align: middle;
                cursor: pointer;
                margin-right: 5px;
            }

        .upgardePlan .form-group input:checked + label:after {
            content: '';
            display: block;
            position: absolute;
            top: 6px;
            left: 9px;
            width: 6px;
            height: 14px;
            border: solid #0079bf;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }

        .upgardePlan .form-group label {
            color: #7e7e7e;
            letter-spacing: 1px;
            font-weight: 300;
        }

    .upgardePlan button.border-btn {
        background-color: #fff;
        border: 1px solid #000;
        border-radius: 26px;
        height: 44px;
        padding: 0px 20px;
    }

    .upgardePlan button.border-btn {
        background-color: #ffffff;
        border: 1px solid #195796;
        border-radius: 26px;
        height: 44px;
        padding: 0px 20px;
        font-size: 1.1rem;
        font-weight: 500;
        color: #195796;
    }

    .upgardePlan button.bg-btn {
        background-color: #195c9d;
        border: 1px solid #195796;
        border-radius: 26px;
        height: 44px;
        padding: 0px 20px;
        font-size: 1.1rem;
        font-weight: 500;
        color: #ffffff;
        margin-left: 5px;
    }

.btn_grp .btn {
    border-radius: 30px;
}

.finishCancellation {
    color: #fff !important;
    background-color: #145897;
    border-color: #145897;
}

    .finishCancellation:hover {
        color: #fff;
        background-color: #145897;
        border-color: #145897;
    }

.otherCategory input.spy {
    display: none;
}

.otherCategory .otherCheck:checked ~ input.spy {
    display: inline-block;
}

.otherCategory .spy {
    width: 75%;
    height: 32px;
}

.c-flex .form-group {
    display: flex;
    align-items: center;
}

.c-flex label {
    font-size: 0.9rem;
    margin: 3px 0px;
}
/*Ashish*/
.custom-flex-new {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.network-section ul {
    display: flex;
    margin: 0;
    align-items: center;
}

    .network-section ul li {
        list-style: none;
        margin-left: 15px;
        cursor: pointer;
    }

.wifi-status {
    display: flex;
    justify-content: space-between;
}

.current-status strong span {
    color: #01b901;
}

.current-status_1 strong span {
    color: #ff0000;
}

.custom-flex-new h2 {
    margin: 0;
}

.comon-wifi strong span {
    margin-left: 10px;
    font: message-box;
    font-style: italic;
    font-size: 14px;
}

.comon-wifi strong {
    font-size: 14px;
}

.edit-button button {
    padding: 2px 10px;
    font-size: 12px;
}

    .edit-button button i {
        margin-right: 5px;
    }

.wifi-status {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

li.wifi-on.wifi-off {
    position: relative;
}

    li.wifi-on.wifi-off i {
        color: #dedede;
    }

    li.wifi-on.wifi-off::before {
        content: "\f00d";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        right: 0;
        font-size: 10px;
        background: red;
        width: 12px;
        height: 12px;
        border-radius: 100px;
        text-align: center;
        color: #fff;
        bottom: 0;
    }

.delete-submit-button.submit-button {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 20px;
}

    .delete-submit-button.submit-button button {
        padding: 10px 20px;
        border-radius: 100px;
    }

.delete-gateway-modal {
    text-align: center;
}

    .delete-gateway-modal i {
        font-size: 100px;
        margin-bottom: 30px;
        color: red;
    }

    .delete-gateway-modal h2 {
        font-size: 20px;
    }

.close-modal-pop {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

    .close-modal-pop button {
        border: 2px solid;
        max-width: 100px;
        width: 100%;
        border-radius: 100px;
        margin-bottom: 20px;
    }

.delete-gateway-modal h2 {
    color: #145897;
}

.delete-gateway-modal h2 {
    color: #145897;
}

div#deleteModal-gateway .modal-dialog {
    max-width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0 auto;
}

    div#deleteModal-gateway .modal-dialog .modal-content {
        border-radius: 30px;
    }

label.switch.btnBg2.disabled {
    pointer-events: none;
}

    label.switch.btnBg2.disabled span.slider.round {
        background: #818181;
    }

.setting-flex {
    display: flex;
    flex-direction: row;
    align-items: start;
    margin-top: 15px;
}

    .setting-flex .color-palate {
        margin-left: 30px;
        margin-top: 10px;
    }

.wifi-network-available label {
    width: 100%;
    font-weight: bold;
    margin-top: 10px;
}

.wifi-network-available select, .wifi-network-available input {
    width: 100%;
    height: 40px;
    padding: 10px;
    border: 1px solid #dedede;
    border-radius: 10px;
}

.btn-current-plan a {
    background: #0062cc;
    color: #fff !important;
    border-radius: 30px;
    width: 100%;
    max-width: 70%;
    height: 46px;
    border: 0px;
    text-transform: uppercase;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.btn-current-plannew a {
    background: #28a745;
    color: #fff !important;
    border-radius: 30px;
    width: 100%;
    max-width: 70%;
    height: 46px;
    border: 0px;
    text-transform: uppercase;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.custom-bg-new {
    WIDTH: 100%;
    MAX-WIDTH: 700PX;
    MARGIN: 0 AUTO;
    BACKGROUND: #f5f8fd;
    PADDING: 20PX;
    /*box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);*/
}

    .custom-bg-new .heading-section.logo-top img {
        max-width: 200px;
        margin: 20px auto;
    }

section.custom-unsub-page {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: #f6f6f6;
}

.logo-center {
    width: 100%;
    text-align: center;
}

.name-heading h3 {
    font-weight: bold;
    margin-top: 20px;
    color: #005198;
}

.custom-bg-new .text-head p.text-primary {
    color: #005198 !important;
}

p.text-cancellation {
    color: #808080;
}

.custom-bg-new .form-group.mt-4 {
    color: #808080;
}

@media (min-width: 1200px) {
    .upgardePlan .container {
        max-width: 1250px;
    }
}


section.custom-unsub-page {
    background: #f5f8fd;
}

/*04-03-2022*/
.custom-bg-new .heading-section.logo-top img.logocancel {
    margin-bottom: 50px;
}

.upgardePlan {
    background: #f5f8fd;
    min-height: 100vh;
}

.cancelupgrade, .cancelupgrade:hover {
    text-decoration: none;
    margin-right: 30px;
}

.custom-bg-new .form-group.mt-4 {
    color: #808080;
    margin-top: 0 !important;
}

.custom_row {
    flex-direction: column;
}

.custom_row1 {
    flex-direction: row;
    justify-content: space-between;
}

.custom-label-after:after, .custom-label-after:before {
    display: none !important;
}

.custom-label-after {
    padding-left: 0px;
}

.custom-inputs label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #535353;
}

.custom-inputs {
    margin-bottom: 1rem;
}

input {
    width: 20px;
    height: 20px;
    padding: 5px;
    margin-right: 1.2rem;
}

    input.ccFormatMonitor {
        width: 240px;
    }

table.table-custom-card-image tbody tr td:nth-child(1) {
    width: 10%;
}

table.table-custom-card-image tbody tr td:nth-child(2) {
    width: 30%;
}

table.table-custom-card-image tbody tr td:nth-child(3) {
    width: 20%;
}

table.table-custom-card-image tbody tr td:nth-child(4) {
    width: 15%;
}

table.table-custom-card-image tbody tr td:nth-child(5) {
    width: 15%;
}

table.table-custom-card-image tbody tr td:nth-child(6) {
    width: 10%;
}

.e-alert {
    width: 175px;
    float: right;
}

.toggle-box.custom-toggle {
    display: flex;
    align-items: center;
}

/*07-04-2022*/
.chargingbattery .battery {
    height: 24px;
    position: absolute;
    top: 8px;
    right: 12px;
}

.chargingbattery .battery-head {
    width: 8px;
    height: 1px;
    background: var(--black);
    margin: 0 auto;
    border: 1px solid #000000;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.chargingbattery .battery-body {
    width: 15px;
    height: 20px;
    background: var(--white);
    position: relative;
    margin: 0 auto;
    border: 2px solid #000000;
    border-radius: 5px;
}

.chargingbattery i.fa-bolt {
    display: none;
}

.chargingbattery .charge {
    width: 100%;
    position: absolute;
    bottom: 0;
    border-radius: 3px;
    height: 0;
    background: #ffffff;
}

.chargingbattery {
    width: 40px;
    height: 40px;
    position: relative;
}

    .chargingbattery svg {
        width: 40px;
        height: 40px;
        margin: 0;
    }

    .chargingbattery .bg {
        fill: none;
        stroke-width: 10px;
        stroke: #1A2C34;
    }

    .chargingbattery [class^="meter-"] {
        fill: none;
        stroke-width: 3px;
        stroke-linecap: round;
        transform: rotate(-90deg);
        transform-origin: 50% 50%;
    }

    .chargingbattery .meter-3 {
        stroke: #77c87a;
        stroke-dasharray: 131;
        stroke-dashoffset: 156;
        transition: all .3s ease;
    }

.charged1 .meter-3 {
    stroke-dashoffset: 128.4;
    stroke: var(--red);
}

.charged1 .charge {
    height: 10%;
    background: var(--red);
}

.charged2 .meter-3 {
    stroke-dashoffset: 120.8;
    stroke: var(--red);
}

.charged2 .charge {
    height: 20%;
    background: var(--red);
}

.charged3 .meter-3 {
    stroke-dashoffset: 109.2;
    stroke: var(--orange);
}

.charged3 .charge {
    height: 30%;
    background: var(--orange);
}

.charged4 .meter-3 {
    stroke-dashoffset: 93.6;
    stroke: var(--green);
}

.charged4 .charge {
    height: 40%;
    background: var(--blue);
}

.charged5 .meter-3 {
    stroke-dashoffset: 78;
    stroke: var(--green);
}

.charged5 .charge {
    height: 50%;
    background: var(--blue);
}

.charged6 .meter-3 {
    stroke-dashoffset: 70.4;
    stroke: var(--green);
}

.charged6 .charge {
    height: 60%;
    background: var(--blue);
}

.charged7 .meter-3 {
    stroke-dashoffset: 60.8;
    stroke: var(--green);
}

.charged7 .charge {
    height: 70%;
    background: var(--blue);
}

.charged8 .meter-3 {
    stroke-dashoffset: 48.2;
    stroke: var(--green);
}

.charged8 .charge {
    height: 80%;
    background: var(--blue);
}

.charged9 .meter-3 {
    stroke-dashoffset: 35.6;
    stroke: var(--green);
}

.charged9 .charge {
    height: 90%;
    background: var(--blue);
}

.charged10 .meter-3 {
    stroke-dashoffset: 0;
    stroke: var(--green);
}

.charged10 .charge {
    height: 100%;
    background: var(--blue);
}

.heading-main h1 {
    text-transform: capitalize;
    font-size: 27px;
    padding-left: 12px;
    color: #256aab;
    font-weight: 700;
}

.heading-main {
    margin-top: 15px;
}

.main-icon-speaker {
    width: 100%;
    max-width: 400px;
    text-align: center;
}

.icon-speaker-custom i.fa.fa-volume-up {
    font-size: 30px;
    color: #fff;
}

.icon-speaker-custom {
    display: inline-block;
    background-color: #79bfe8;
    width: 125px;
    height: 125px;
    border-radius: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

    .icon-speaker-custom i {
        font-size: 35px;
        color: #fff;
        padding: 30px;
        background-color: #145897;
        border-radius: 54px;
    }

.sleep-activate {
    margin-top: 20px;
}

    .sleep-activate h3 {
        color: #145897;
        font-weight: 700;
        font-size: 25px;
    }

.card-main-speaker {
    background-color: #145897;
    border-radius: 20px;
}
/*.card-main-speaker {
    background-color: #145897;
    border-radius: 20px;
    max-width: 90%;
    margin: auto;
}
.card-main-speaker {
    padding: 15px 15px;
    text-align: center;
}*/
.card-main-speaker {
    background-color: #ffffff;
    border-radius: 20px;
    max-width: 90%;
    margin: auto;
    box-shadow: 1px 2px 8px #00000014;
    padding: 22px 15px;
    text-align: center;
    min-height: 137px;
}

    .card-main-speaker i {
        font-size: 40px;
        color: #2172bd;
        margin-bottom: 10px;
    }

    .card-main-speaker h3 {
        color: #145897;
        font-size: 25px;
        margin-top: 5px;
        font-weight: 600;
    }

.main-icon-speaker button {
    background-color: #145897;
    color: #fff;
    width: 100%;
    max-width: 90%;
    margin: auto;
    height: 40px;
    border: 0;
    font-size: 17px;
    font-weight: 400;
    border-radius: 22px;
}

.bg-white-radio-wrapper {
    background-color: #fff;
    border-radius: 20px;
    padding: 15px 15px;
}

.heading-main-setting h1 {
    text-transform: capitalize;
    font-size: 22px;
    padding-left: 12px;
    color: #256aab;
    font-weight: 700;
    margin-bottom: 0px;
}

.heading-main-setting {
}

.main-name {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.question-custom span {
    color: #145897;
    font-weight: 800;
    border: 2px solid #145897;
    border-radius: 26px;
    padding: 2px 7px;
}

.main-radio-custom {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 5px;
    margin-top: 20px;
}

    .main-radio-custom h4 {
        font-size: 18px;
        font-weight: 600;
        color: #145897;
    }

.d-between-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.heading-card-radio h4 {
    color: #145897;
    font-size: 17px;
    font-weight: 600;
}

.slider2.round {
    border-radius: 34px;
}

.slider2 {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0px;
    right: 0;
    width: 57px;
    height: 25px;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider2:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 4px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .slider2.round:before {
        border-radius: 50%;
    }

.heading-card-radio p {
    font-size: 15px;
    font-weight: 500;
    color: #5e5e5e;
    margin: 0;
}
/*.radio-custom [type="checkbox"]:checked, .radio-custom [type="checkbox"]:not(:checked),
.radio-custom [type="radio"]:checked, .radio-custom [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}*/
.radio-custom [type="checkbox"]:checked, .radio-custom [type="checkbox"]:not(:checked),
.radio-custom [type="radio"]:checked, .radio-custom [type="radio"]:not(:checked) {
    position: absolute;
    left: auto;
    z-index: 9;
    opacity: 0;
    bottom: 0;
    cursor: pointer;
}

    .radio-custom [type="checkbox"]:checked + label, .radio-custom [type="checkbox"]:not(:checked) + label,
    .radio-custom [type="radio"]:checked + label, .radio-custom [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }

        .radio-custom [type="checkbox"]:checked + label:before, .radio-custom [type="checkbox"]:not(:checked) + label:before,
        .radio-custom [type="radio"]:checked + label:before, .radio-custom [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #145897;
            border-radius: 100%;
            background: #fff;
        }

        .radio-custom [type="checkbox"]:checked + label:after, .radio-custom [type="checkbox"]:not(:checked) + label:after,
        .radio-custom [type="radio"]:checked + label:after, .radio-custom [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: #145897;
            position: absolute;
            top: 3px;
            left: 3px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .radio-custom [type="checkbox"]:not(:checked) + label:after,
        .radio-custom [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .radio-custom [type="checkbox"]:checked + label:after,
        .radio-custom [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.radio-custom [type="checkbox"].checked:not(:checked) + label:after {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(1);
}

.bg-yellow [type="checkbox"]:not(:checked) + label:after,
.bg-yellow [type="radio"]:not(:checked) + label:after {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(1);
}

.card-main-speaker img {
    width: 100%;
    max-width: 50px;
}

.svg-custom1 svg {
    width: 100%;
    max-width: 49px;
    height: auto;
    margin-bottom: 12px;
}

.svg-custom svg {
    width: 100%;
    max-width: 38px;
    height: auto;
    margin-bottom: 3px;
}

.svg-custom1 svg path {
    fill: #2172bd;
}

.svg-custom svg path {
    fill: #2172bd;
}

.card-main-speaker i {
    font-size: 42px;
    color: #2172bd;
    margin-bottom: 4px;
}

label.custom-control-label.custom-label-after Input {
    width: 20px;
    height: 20px;
    display: inline-block;
    opacity: 1;
    position: static;
    vertical-align: middle;
    margin-top: -2px;
}

.card-main-speaker.mains.active {
    background-color: #2172bd;
}

    .card-main-speaker.mains.active i {
        color: #fff;
    }

    .card-main-speaker.mains.active h3 {
        color: #fff;
    }

    .card-main-speaker.mains.active path {
        fill: #fff;
    }

.image-parent i, .image-parent svg {
    display: none;
}

    .image-parent svg.stay-icon {
        padding: 30px;
        background-color: #145897;
        border-radius: 54px;
        /* width: 20px; */
        margin: 15px;
    }

    .image-parent svg.away-icon {
        padding: 30px;
        background-color: #145897;
        border-radius: 54px;
        /* width: 20px; */
        margin: 15px;
    }

.radiusbtn {
    border-radius: 30px;
}

.devicestable tr td strong {
    color: #145897;
}

.devicestable tr td small {
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    font-family: sans-serif;
    color: #9d9d9d;
}

.tabledevicecstm tr td:first-child {
    width: 20%;
}

.tabledevicecstm tr td:nth-child(2), .tabledevicecstm tr td:nth-child(3) {
    width: 17.5%;
}

.tabledevicecstm tr td:nth-child(4) {
    width: 35%;
}

.tabledevicecstm tr td:last-child {
    width: 10%;
}

.custom-search div#tblDevices_filter label {
    width: 100%;
    font-size: 0px;
}

.Custom-search input {
    margin: 0 0 !important;
    width: 100%;
    border-radius: 100px;
}

table#tblDevices tr[visible=false] {
    display: none;
}

table#tblDevices tr td {
    padding: 0;
}

    table#tblDevices tr td table tr td {
        padding: 0.75rem;
    }

.Custom-search {
    position: relative;
}

    .Custom-search span.searchCount.pull-right {
        position: absolute;
        right: 0;
        top: 0;
        background: #145897;
        font-size: 12px;
        color: #fff;
        padding: 2px 10px;
        height: 100%;
        border-radius: 0px 100px 100px 0px;
        padding: 11px 15px;
    }

.custom-input button {
    background: #145897;
    color: #145897;
}

    .custom-input button:hover {
        background: #145897;
    }

.modal-body.upload-popup {
    text-align: center;
}

    .modal-body.upload-popup h2 {
        margin-bottom: 20px;
    }

.uploadfilebulk {
    position: relative;
}

    .uploadfilebulk input {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }

        .uploadfilebulk input + label {
            text-align: left;
            width: 100%;
            border: 2px solid #dedede;
            padding: 5px 15px;
            background: #fbfafa;
            color: #707070;
            white-space: nowrap;
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
        }

.button-main-upload button {
    margin: 0px 5px;
}

    .button-main-upload button.btn.btn-light {
        border: 1px solid #dedede;
    }

div#uploadpopup .modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0 auto;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
}

.filter-button {
    text-align: right;
}

    .filter-button button {
        background: none;
        padding: 0;
        color: #145897;
        font-size: 20px;
    }

div#filter-modal .modal-header {
    background: transparent;
    padding: 0;
    border: none;
    margin-bottom: 15px;
}

div#filter-modal .modal-dialog .modal-content {
    padding: 15px;
    background: #f6f6f6;
    border-radius: 0;
}

    div#filter-modal .modal-dialog .modal-content .modal-body {
        padding: 0;
    }

div#filter-modal .modal-header h4#myModalLabel2 {
    font-size: 22px;
    font-weight: bold;
    color: #135591;
}

div#filter-modal .modal-header h4#myModalLabel2 {
    font-size: 22px;
    font-weight: bold;
    color: #135591;
}

div#filter-modal .modal-header button.close span {
    color: #000;
    font-size: 30px;
}

.years-main label {
    margin: 0 !important;
    vertical-align: middle;
}

.years-main input {
    margin-right: 10px;
    vertical-align: middle;
}

.years-main {
    border-bottom: 1px solid #dedede;
    padding: 10px 0px;
}

    .years-main:last-child {
        border: none;
    }

.listing h6 {
    font-size: 15px;
    color: #0678df;
    font-weight: 600;
    margin: 0 0 10px;
}

.listing {
    margin-bottom: 15px;
}

div#filter-modal .modal-dialog .modal-content .modal-footer {
    padding: 0;
}

.button-main-upload.button-new button {
    padding: 0.25rem 1rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 100px;
}

table#tblDevices tr td.border-0 {
    border: none !important;
    padding: 0.75rem 0px;
}

.radio-custom label.switch {
    height: 18px;
}

div#overlay {
    z-index: 999999999;
}

table.devicestable {
    margin-top: 30px !important;
}

    table.devicestable tr td {
        border: none;
    }
/*------Adil-----*/
.filterrow {
    padding: 15px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
}

.main-radio-custom.custom-ui {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .main-radio-custom.custom-ui button {
        background: none;
        border: none;
        color: #9f9f9f;
        cursor: pointer;
    }

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .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: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 1px;
        bottom: 1px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

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%;
    }
.txt-align {
    display: flex;
    justify-content: space-between;
    margin: 20px;
}
.alarm-txt {
    font-size: 27px;
    color: #256aab;
    font-weight: bold;
    display: flex;
    justify-content: center;
}
.stay-txt {
    font-size: 30px;
    font-weight: 500;
}
.stay {
    color: #256aab;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.note-txt {
    color: #256aab;
    font-weight: 500;
    font-size: 20px;
}
.door-txt {
    color: #256aab;
    font-weight: 500;
    font-size: 15px;
    margin: 20px 50px;
}
.btn-sec {
    display: flex;
    justify-content: center;
    margin-top: 100px;
}
.save-btn{
    width: 250px;
    height: 40px;
    border: none;
    border-radius: 100px;
    color: #fff;
    background-color: #256aab;
}
.sensor-txt {
    color: #256aab;
    font-weight: 500;
    font-size: 20px;
    margin: 20px 20px;
}
.togggle-btn {
    display: flex;
    align-items: center;
}
.toggle-txt{
    font-size:15px;
}
.sensor-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.override-txt {
    font-size: 15px;
    color: #000000a6;
}

/*.card-main-speaker.mains.active {
    background-color: #2172bd;
    color: red;
    background-color: crimson;
}
*/
.card-main-speakerNew {
    background-color: #f73c00;
    border-radius: 20px;
    max-width: 90%;
    margin: auto;
    box-shadow: 1px 2px 8px #00000014;
    padding: 22px 15px;
    text-align: center;
    min-height: 137px;
    color: #fff;
}
.svg-customn1 svg path {
    fill: #edeff1;
    
}

.svg-customn1 svg {
    width: 100%;
    max-width: 49px;
    height: auto;
    margin-bottom: 12px;
}

.logo {
    justify-content: center;
    display: flex;
}

a.btn.btn-secondary.unsubcribeBtn {
    color: #fff !important;
    
}

.card-main-speakerNew img {
    width: 100% !important;
    max-width: 50px !important;
}
div.dataTables_wrapper {
    margin-top: 1rem;
}
table.table.table-striped.table-hover.table-bordered.nowrap.no-footer.dataTable {
    width: 100% !important;
}
table#tblRoleInfo {
    margin-top: 1rem;
    width: 100%;
}
table#tblDoorData tr th {
    width: 450px !important;
}
table#tblAlertHistory tr th {
    width: 264px !important;
}
html {
    overflow-y: hidden;
}
main {
    max-height: 100vh;
    overflow-y: auto;
}
label input.form-control.form-control-sm {
    margin-right: 0;
}

/* 08-12-2023 new css */
.custmWidth {
        width:100%;
    }
    .selectCustm input[type="tel"] {
        padding-left: 88px;
        width: 0px;
        padding-right: 0px;
    }
    .selectCustm .iti__flag-container {
        width: 100%
    }
.custmCreateSelect {
    width:100%;

}
    .custmCreateSelect .iti--allow-dropdown input[type="tel"] {
        width: 0px;
        padding-right: 0px;
    }
    .custmCreateSelect .iti__flag-container {
        width: 100%
    }
   
    .custmCreateSelect .iti__selected-flag {
        width: fit-content;
    }
    .custmCreateSelect .iti--separate-dial-code .iti__selected-flag {
        background:unset;
    }
    .custmCreateSelect .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
        background: unset;
    }
h1.model-heading {
    margin: 0px 70Px;
    /* align-items: center; */
    color: black;
    font-family: Times New Roman;
}

span.sp1 {
    color: #002e8c;
    font-size: large;
    font-style: italic;
    font-weight: bolder;
}

span.sp2 {
    color: #009ee4;
    font-size: large;
    font-style: italic;
    font-weight: bolder;
}

spna.sp3 {
    font-size: medium;
}

.confirmation-para p {
    font-size: 12.9px;
    text-align: center;
    font-weight: 500;
}

.confirmation-para .form-check {
    position: relative;
    display: flex;
    align-items: flex-start;
}
#checkbox .confirmationCheckbox1 {
    width: 16px;
}

.confirmation-para .form-check {
    position: relative;
    display: flex;
    align-items: flex-start;
}

.txtCheckboxResume{

    margin-left: 30px;
}

/* loader */
#divLoader {
    visibility: hidden;
    z-index:174745;
}

/*Css for loader*/
.loader-outer {
    /* visibility: hidden */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
}

.loader {
    width: 50px;
    aspect-ratio: 1;
    display: grid;
    border: 4px solid #0000;
    border-radius: 50%;
    border-color: #fff #0000;
    animation: l16 1s infinite linear;
}

    .loader::before,
    .loader::after {
        content: "";
        grid-area: 1/1;
        margin: 2px;
        border: inherit;
        border-radius: 50%;
    }

    .loader::before {
        border-color: #002A7B #0000;
        animation: inherit;
        animation-duration: .5s;
        animation-direction: reverse;
    }

    .loader::after {
        margin: 8px;
    }

@keyframes l16 {
    100% {
        transform: rotate(1turn)
    }
}

/********* QA Issues ***********/

.width-length {
    right: 142px;
    bottom: -3px;
}

.partnerText {
    color: green; /* Set the color to green */
    font-size: 0.8em; /* Make the font size a little smaller */
}

/* to show created by*/


/* show model and hide form date 24/12/2024*/
/* Custom styles for the custom delete modal */
#customDeleteModal {
    position: fixed; /* Make sure the modal is positioned correctly */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* Semi-transparent background */
    z-index: 1040; /* Ensure it's above other content, but below the form */
    display: none; /* Hide the modal by default */
}

    #customDeleteModal .modal-content {
        background: rgba(255, 255, 255, 0.9); /* Modal content with slight transparency */
        z-index: 1050; /* Ensure the modal content is above the background */
    }

    /* Optionally, make the backdrop fully transparent */
    #customDeleteModal .modal-backdrop {
        background-color: transparent !important; /* Makes the backdrop fully transparent */
    }



/*14 Feb 2025*/
.modal_labels_bx {
    display: flex;
    padding: 30px 10px;
    justify-content: space-between;
    flex-direction:column;
    gap:10px;
}

.modal_labels_bx label {
    font-size: 22px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 13px;
    border-radius: 4px;
    cursor: pointer;
    margin:0;
    border: 1px solid #cbcbcb;
}
.modal_labels_bx label input:checked + span {
    color: #195897;
}

.modal_labels_bx label span.txt {
    color: #333;
}
.modal_labels_bx label span.txt {
    color: #333;
}

.modal_labels_bx label span.radio_bx {
    min-width: 18px;
    min-height: 18px;
    width: 18px;
    height: 18px;
    border-radius: 50px;
    border: 1px solid #cbcbcb;
    position: relative;
}
.modal_labels_bx input:checked ~ label span.radio_bx {
    border: 1px solid #195897;
}
.modal_labels_bx input:checked ~ label span.radio_bx:after {
    content: '';
    width: 9px;
    height: 9px;
    display: block;
    position: absolute;
    background: #195897;
    border-radius: 50px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.modal_labels_bx input:checked ~ label,
.modal_labels_bx label:hover{
    border: 1px solid #195897;
    background: #19589708;
}
.modal_labels_bx input:checked ~ label span.txt {
    color: #195897;
}

button#paypalButton, button#stripeButton {
    min-width: 230px;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 26px;
    padding: 10px 20px !important;
}

button#stripeButton {
    background: #5167FC;
    color: white;
}

button#paypalButton {
    background: #0079C1;
    color: white;
}
.addcard-modal.modal#AddCardModal .modal-header {
    background: linear-gradient(to right, #195897, #2889d3);
    border-radius: 12px 12px 0 0;
    margin: -20px -20px 0;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    padding: 12px 13px;
}
.addcard-modal.modal#AddCardModal .modal-header h5 {
    margin: 0;
    font-size: 24px;
    text-align: center;
    display: flex;
    width: 100%;
}
.addcard-modal.modal#AddCardModal .modal-header button.close {
    padding: 6px 10px;
    position: absolute;
    right: 16px;
    top: 16px;
    display: flex;
    align-items: center;
}
.addcard-modal.modal#AddCardModal .modal-content {
    border-radius: 12px;
}
.addcard-modal.modal#AddCardModal .modal-header button.close span {
    font-size: 34px;
    color: #ffffff;
    text-shadow: none;
}
.addcard-modal.modal#AddCardModal .modal-header button.close:hover {
    opacity: 1;
}

/***** disable edit RV dropdown*****/
.select-disabled {
    pointer-events: none; /* Disable clicks on the select element */
    opacity: 1; /* Ensure the opacity is the same as a normal select */
    /*background-color: white;*/ /* Make background color similar to a normal dropdown */
    /*border: 1px solid #ccc;*/ /* Border color to match normal select */
}

    /* Optional: Make the text appear as normal */
    .select-disabled option {
        color: black;
    }

/****CO/Smoke Alarm Listener***/
.card-main-listner {
    background-color: #fff;
    border-radius: 20px;
    /*max-width: 90%;*/
    margin: auto;
    box-shadow: 1px 2px 8px #00000014;
    padding: 30px 30px;
    text-align: center;
    /*min-height: 137px;*/
    /*color: #fff;*/
    /*margin-left: 50%;*/
}
.text-center.svg-custom{
    display:flex;
    justify-content:space-between;
    align-content:center;
}
.text-center.svg-custom .alram-icon {
    display:flex;
    align-content:center;
}
.alram-icon > h4 {
    color: #17a2b8;
    font-weight:600;
    padding-inline-start:5px;
}
.card-txt > h3{
    color: #256aab;
    text-align:left;
    font-weight:800;
}
.card-txt > h5 {
    text-align: left;
    font-weight: 600;
}
.status span.cstm-status{
    font-size: 1.4rem;
    font-weight: 600;
    padding-inline-end: 10px;
}
.status span.cstm-online {
    color: green;
    font-size: 1.4rem;
    font-weight: 600;
    padding-inline-end: 10px;
}

.main-icon-speaker > h1{
    color: #256aab;
    font-size: 32px;
    font-weight:600;
}
.main-icon-speaker > h3 {
    color: #256aab;
    font-size: 23px;
}

/*****Show card details*****/
.card {
    cursor: pointer;
    /*transition: 0.2s all ease-in-out;*/
}

    .card:hover {
        background-color: #f8f9fa;
        /*transform: scale(1.02);*/
    }

.form-check-input {
    margin-top: 5px;
}

div#cardListContainer input {
    position: relative;
}

.box_card .form-check {
    display: flex;
    align-items: center;
    gap: 10px;
}
    .box_card .form-check img {
        margin-right: 6px;
        width: 40px;
        height: 20px
    }
.add_card button#addNewCard {
    background: #0062cc;
    border-color: #0062cc;
}
.card_box_pay img {
    max-width: 170px;
}
.pay_card {
    flex: 1;
}
    .pay_card span.txt {       
        font-size: 18px;
    }
    .pay_card span.radio_bx {
        width: fit-content;
        display: inline-flex;
    }
.pay_card {
    display: flex;
    align-items: center;
    gap: 10px;
}

/*26 Mar 2025*/
div#cardListContainer .bx_wrp_card {
    position: relative;
}
div#cardListContainer .bx_wrp_card input{
    position: absolute;
    left: 10px;
    top: 16px;
}
div#cardListContainer .bx_wrp_card label.form-check-label {
    width: 100%;
    background: #f7f7f7;
    padding: 14px 14px 14px 40px;
    border-radius: 4px;
}
div#cardListContainer .bx_wrp_card a.btn.btn-danger {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 10px;
    height: 30px;
}
div#cardListContainer .bx_wrp_card input:checked ~ label.form-check-label {
    background: #84c4ff61;
}
div#cardListContainer {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 14px;
}
div#cardListContainer .bx_wrp_card label.form-check-label span:last-child{
    padding-left: 8px;
}

.model-position {
    position: absolute;
    top: 12.4%;
    right: 100px;
    left: 0;
}
.model-confirmation-position {
    position: absolute;
    top: 15.5%;
    right: 100px;
    left: 0;
}


/*09/06/2026*/

.cstm-select-menu .select2-container {
    width: auto !important;
}



