﻿html, body {
    width: 100%;
}

:root {
    --themecolor1: #0299f4;
    --themecolor2: #0E1116;
    --themecolor3: #ffffff;
    --themecolor4: #707070;
    --themecolor5: #f5f5f5;
    --themecolor6: #878787;
    --themecolor7: #b7b7b7;
    --themecolor8: #9B9A9F;
    --text-colordark: #333333;
    --font-face1: "Inter", sans-serif !important;
}

.shadow {
    box-shadow: 0 2px 5px rgba(0,0,0,.10) !important;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    overflow-x: hidden;
    padding-bottom: 50px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::-webkit-input-placeholder {
    color: #c3c3c3;
}

@font-face {
    font-family: 'google_sansbold';
    src: url('../fonts/googlesans-bold-webfont.woff2') format('woff2'), url('../fonts/googlesans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.menuicon img {
    filter: brightness(0) saturate(100%) invert(77%) sepia(34%) saturate(327%) hue-rotate(61deg) brightness(98%) contrast(100111%);
}

.menu--item:hover .menuicon img {
    filter: brightness(000);
}

.active .menuicon img {
    filter: brightness(000);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    color: #000000;
}

body {
    font-family: "Inter", sans-serif !important;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
        color: #000000;
    }

.bg-green {
    background: rgb(0, 0, 0); /*! background: linear-gradient(90deg, rgba(0,117,58,1) 0%, rgba(0,129,64,1) 47%, rgba(0,185,92,1) 100%) !important; */
}

.bg-black {
    background: rgba(17,19,14,1);
    background: -moz-linear-gradient(left, rgba(17,19,14,1) 0%, rgba(40,45,32,1) 100%) !important;
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(17,19,14,1)), color-stop(100%, rgba(40,45,32,1))) !important;
    background: -webkit-linear-gradient(left, rgba(17,19,14,1) 0%, rgba(40,45,32,1) 100%) !important;
    background: -o-linear-gradient(left, rgba(17,19,14,1) 0%, rgba(40,45,32,1) 100%) !important;
    background: -ms-linear-gradient(left, rgba(17,19,14,1) 0%, rgba(40,45,32,1) 100%) !important;
    background: linear-gradient(to right, rgba(17,19,14,1) 0%, rgba(40,45,32,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11130e', endColorstr='#282d20', GradientType=1 );
}

.bg-black {
    background: linear-gradient( 23deg, #11130E, #4A543C);
    color: #fff;
}

.bg-light-green {
    background: linear-gradient( 23deg, #83A264, #A8CF80);
    color: #fff;
}

.bg-aqua {
    background: linear-gradient( 23deg, #7BA87B, #AAE3AA);
    color: #fff;
}

.bg-light-blue {
    background: linear-gradient( 23deg, #547194, #7396C1);
    color: #fff;
}

.bg-grey {
    background: #fff
}

.bg-l-green {
    background: #006F37
}

.bg-blue1 {
    background: #027ac3
}

.bg-l-green {
    background: #A8CF80
}

.bg-darkgreen {
    background-color: #006F37;
}


.f-family-poppins {
    font-family: "Inter", sans-serif !important;
}

.f-family-nunito {
    font-family: "Inter", sans-serif !important;
}

.f-family-g-sans-bold {
    font-family: "Inter", sans-serif !important;
}

.f-family-g-sans-medium {
    font-family: "Inter", sans-serif !important;
}

.f-family-g-sans-regular {
    font-family: "Inter", sans-serif !important;
}

.btn {
    font-family: "Inter", sans-serif !important;
    border-radius: 5px;
    /* text-transform: uppercase; */
    border-width: 2px;
    height: 48px;
    background: none;
    color: #4C4C4C;
    font-weight: 600;
    -webkit-transition: background 0.2s linear;
}

    .btn:focus {
        box-shadow: none
    }

.green-border {
    border-color: #006F37
}

.btn:hover {
    color: #fff !important;
}


.cancel-btn {
    background: none;
    border: solid 2px #707070;
    border-radius: 5px;
    color: #4C4C4C;
}

    .cancel-btn:hover {
        background: #707070 !important;
    }

.btn-hover {
    width: auto;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    height: 50px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 5px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

    .btn-hover:hover {
        background-position: 100% 0;
        moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .btn-hover:focus {
        outline: none;
    }

    .btn-hover.color-1 {
        background-image: linear-gradient(to right, #006F37, #00B95C, #00B95C, #006F37);
    }

        .btn-hover.color-1:active {
            background-image: linear-gradient(to right, #006F37, #00B95C, #00B95C, #006F37);
        }

    .btn-hover.color-2 {
        background-image: linear-gradient(to right, #11130E, #282D20, #282D20, #11130E);
    }

        .btn-hover.color-2:active {
            background-image: linear-gradient(to right, #11130E, #282D20, #282D20, #11130E);
        }

.btn2-hover {
    width: auto;
    font-weight: 600;
    color: #DEE965;
    cursor: pointer;
    text-align: center;
    border: none;
    padding: 5px 20px;
    background: #000000;
    border-radius: 28px;
    text-transform: uppercase;
    min-width: 153px;
    line-height: 38px;
}

    .btn2-hover:hover {
        background: #DEE965;
        color: #000000;
    }

.btn3-hover {
    width: auto;
    font-weight: 600;
    color: #000000;
    cursor: pointer;
    text-align: center;
    border: none;
    padding: 11px 20px;
    background: #E8F5D1;
    border-radius: 28px;
    text-transform: uppercase;
}

    .btn3-hover:hover {
        background: #000000;
        color: #fff;
    }

.modal-dialog {
    max-width: 960px;
}

    .modal-dialog.max_w_700 {
        max-width: 700px;
    }

    .modal-dialog.max_w_458 {
        max-width: 458px;
    }

.modal-backdrop {
    background-color: #000000;
}

.modal-header .btn-close {
    opacity: 1;
    background-color: #F8F4EF;
    border-radius: 100%;
    font-size: 12px;
    padding: 11px;
    border: 1px solid #E5E7EB;
    color: #000000;
}

.modal-content {
    border-radius: 24px;
}


.fs-12 {
    font-size: 12px;
}

.fs-10 {
    font-size: 10px;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-26 {
    font-size: 26px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}

.fs-32 {
    font-size: 32px;
}

.fs-34 {
    font-size: 34px;
}

.fs-36 {
    font-size: 36px;
}

.fs-38 {
    font-size: 38px;
}

.fs-40 {
    font-size: 40px;
}

.fs-42 {
    font-size: 42px;
}

.fs-44 {
    font-size: 44px;
}

.fs-46 {
    font-size: 46px;
}

.fs-48 {
    font-size: 48px;
}

.fs-50 {
    font-size: 50px;
}

.fs-52 {
    font-size: 52px;
}

.fs-57 {
    font-size: 57px;
}

.fs-80 {
    font-size: 80px;
}

.line1 {
    line-height: 1.2;
}

.text-dark-grey {
    color: #00171F !important
}

.text-grey {
    color: #929292 !important
}

.text-color-929292 {
    color: #929292 !important
}

.text-color-3D3D3D {
    color: #FFF !important;
}

.text-color-7E7E7E {
    color: #7E7E7E !important
}

.text-color-373737 {
    color: #373737 !important
}

.text-color-878787 {
    color: #878787 !important
}

.text-color-00171F {
    color: #00171F !important
}

.text-color-4C4C4C {
    color: #4C4C4C !important
}

.text-color-FFB087 {
    color: #FFB087 !important
}

.text-color-000000 {
    color: #000000 !important
}

.text-color-E65F46 {
    color: #E65F46
}

.text-color-686A6C {
    color: #686A6C
}

.text-color-616161 {
    color: #000000
}

.text-color-000000 {
    color: #000000
}

.text-color1 {
    color: #547194
}

.text-color2 {
    color: #83A264
}

.text-color3 {
    color: #292929
}

.text-color4 {
    color: #464646
}

.text-color5 {
    color: #006F37
}

.fw-400 {
    font-weight: 400
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.fw-700 {
    font-weight: 700
}

.fw-800 {
    font-weight: 800
}

table th, table td {
    border: 1px solid #ccc;
    padding: 1px 16px !important;
}

.account-list table th, table td {
    padding: 15px 16px !important;
}

table th {
    font-size: 16px;
    font-weight: 500;
    color: #2E2E2E;
    font-family: "Inter", sans-serif !important;
}

table td {
    font-size: 14px;
    font-weight: 400;
    color: #3D3D3D;
    font-family: "Inter", sans-serif !important;
}

.border-color-DFDFDF {
    border-color: #DFDFDF !important
}

.border-color-3d3d3d {
    border-color: #3d3d3d !important
}

.border-color-DFDFDF {
    border-color: #EBEBEB !important
}

.border-color-E8E8E8 {
    border-color: #E8E8E8 !important
}

.border-color-83A264 {
    border-color: #83A264 !important
}

.border-color-547194 {
    border-color: #547194 !important
}

.border-color-006F37 {
    border-color: #006F37 !important
}

.heading-space {
    padding-left: 167px;
}



h1 {
    font-weight: 600;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 20px;
    font-weight: 600;
}

.u-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wm-auto {
    min-width: auto !important;
}

.u-input {
    outline: 0;
    border: 1px solid #d0d0d0;
    padding: 5px 10px;
    height: 35px;
    font-size: 12px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
}

.c-badge {
    font-size: 10px;
    font-weight: 700;
    min-width: 17px;
    padding: 5px 4px;
    border-radius: 100px;
    display: block;
    line-height: 0.7;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #f91605;
}

.c-badge--header-icon {
    position: absolute;
    bottom: -9px;
}

.tooltip {
    width: 120px;
}

.tooltip-inner {
    padding: 8px 10px;
    color: #fff;
    text-align: center;
    background-color: #051835;
    font-size: 12px;
    border-radius: 3px;
}

.tooltip-arrow {
    border-right-color: #051835 !important;
}


.logout:before {
    content: "";
    position: absolute;
    left: 0;
    background: #ccc;
    width: 1px;
    height: 85px;
    top: 0px;
}

.header-icons-group .c-header-icon:last-child {
    border-right: 0;
}

.c-header-icon {
    position: relative;
    display: flex;
    float: left;
    width: 70px;
    height: 85px;
    align-items: center;
    justify-content: center;
    line-height: 1;
    cursor: pointer;
    border-right: 1px solid #cccccc;
}

    .c-header-icon i {
        font-size: 28px;
        line-height: 90px;
        width: 70px;
        z-index: 10;
        position: relative;
        height: 85px;
        text-align: center;
    }

.c-header-icon--in-circle {
    border: 1px solid #d0d0d0;
    border-radius: 100%;
}
/* .c-header-icon:hover i {
  color: #f5642d;
} */

.l-header {
    position: fixed;
    top: 0;
    right: 0;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
    z-index: 20;
    width: 100%;
    background: #000000;
    -webkit-transition: padding 0.5s ease-in-out;
    -moz-transition: padding 0.5s ease-in-out;
    -ms-transition: padding 0.5s ease-in-out;
    -o-transition: padding 0.5s ease-in-out;
    transition: padding 0.5s ease-in-out;
}


.dashboard h2 {
    font-size: 20px;
    font-family: "Inter", sans-serif !important;
    color: #3D3D3D;
    font-weight: 400
}

.top-boxes {
    padding: 14px;
    border-radius: 4px;
    font-family: "Inter", sans-serif !important;
}



    .top-boxes .bottom-a {
        float: right;
        margin: 0;
        color: #fff;
        text-decoration: none;
    }

    .top-boxes ul li {
        font-size: 14px;
        color: #fff;
        font-family: "Inter", sans-serif !important;
        line-height: 30px
    }

.activity-cards {
    padding-top: 25px;
}

    .activity-cards .card-structure {
        width: 100%;
        height: 100%;
        background: #fff;
        border-radius: 5px;
    }

        .activity-cards .card-structure .top-structure {
            width: 100%;
        }

.top-content {
    border-bottom: solid 1px #E3EBF3;
    padding: 20px 20px 10px;
}


.activity-cards .card-structure .top-structure .right-btn {
    background: none;
    border: none;
    outline: none !important;
    padding: 0;
}

    .activity-cards .card-structure .top-structure .right-btn svg {
        height: 17px;
        width: 17px;
        fill: #707070;
    }

.activity-cards .card-structure .top-structure .top-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.activity-cards .card-structure .bottom-structure {
    padding: 30px;
}

    .activity-cards .card-structure .bottom-structure .activity-design {
        border-left: 1px solid #E4E5E7;
    }

        .activity-cards .card-structure .bottom-structure .activity-design ul {
            list-style: none;
        }

            .activity-cards .card-structure .bottom-structure .activity-design ul li {
                position: relative;
                font-family: "Inter", sans-serif !important;
                font-weight: 400;
                margin-bottom: 40px;
            }

                .activity-cards .card-structure .bottom-structure .activity-design ul li p {
                    color: #444444;
                    margin-top: 5px;
                    font-family: "Inter", sans-serif !important;
                }

                .activity-cards .card-structure .bottom-structure .activity-design ul li span {
                    font-size: 14px;
                    font-family: "Inter", sans-serif !important;
                    color: #A08285;
                }

                .activity-cards .card-structure .bottom-structure .activity-design ul li::before {
                    content: '';
                    position: absolute;
                    width: 22px;
                    height: 22px;
                    top: 0;
                    left: -52px;
                    border-radius: 50%;
                    opacity: 0.2;
                }

                .activity-cards .card-structure .bottom-structure .activity-design ul li::after {
                    content: '';
                    position: absolute;
                    width: 10px;
                    height: 10px;
                    top: 6px;
                    left: -46px;
                    border-radius: 50%;
                    z-index: 1;
                }


                .activity-cards .card-structure .bottom-structure .activity-design ul li:nth-child(1):before {
                    background: #11130E;
                    border: 1px solid #707070;
                }

                .activity-cards .card-structure .bottom-structure .activity-design ul li:nth-child(1):after {
                    background: #11130E;
                    border: 1px solid #707070;
                }

                .activity-cards .card-structure .bottom-structure .activity-design ul li:nth-child(2):before {
                    background: #006F37;
                    border: 1px solid #707070;
                }

                .activity-cards .card-structure .bottom-structure .activity-design ul li:nth-child(2):after {
                    background: #006F37;
                    border: 1px solid #707070;
                }

                .activity-cards .card-structure .bottom-structure .activity-design ul li:nth-child(3):before {
                    background: #CC5E35;
                    border: 1px solid #A8CF80;
                }

                .activity-cards .card-structure .bottom-structure .activity-design ul li:nth-child(3):after {
                    background: #CC5E35;
                    border: 1px solid #A8CF80;
                }

                .activity-cards .card-structure .bottom-structure .activity-design ul li:nth-child(4):before {
                    background: #AAE3AA;
                    border: 1px solid #707070;
                }

                .activity-cards .card-structure .bottom-structure .activity-design ul li:nth-child(4):after {
                    background: #AAE3AA;
                    border: 1px solid #AAE3AA;
                }

                .activity-cards .card-structure .bottom-structure .activity-design ul li:nth-child(5):before {
                    background: #547194;
                    border: 1px solid #707070;
                }

                .activity-cards .card-structure .bottom-structure .activity-design ul li:nth-child(5):after {
                    background: #547194;
                    border: 1px solid #707070;
                }

.profile-container {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
}

    .profile-container .pro-photo:after {
        content: '';
        position: absolute;
        width: 9px;
        height: 9px;
        background: #F74344;
        border: solid 1px #fff;
        bottom: 3px;
        right: 3px;
        border-radius: 50%;
    }

    .profile-container .pro-photo1:after {
        ontent: '';
        position: absolute;
        border: solid 1px #fff;
        width: 9px;
        height: 9px;
        background: #62A564;
        bottom: 3px;
        right: 3px;
        border-radius: 50%;
    }

    .profile-container img {
        height: 50px;
        border-radius: 50%;
        border: 3px solid #fff;
    }

    .profile-container .pro-photo {
        width: 51px;
        height: 51px;
        border-radius: 50%;
        position: relative;
    }

    .profile-container .pro-details {
        margin-left: 20px;
    }

        .profile-container .pro-details h4 {
            font-size: 18px;
            color: #464646;
            font-family: "Inter", sans-serif !important;
            font-weight: 400;
        }

        .profile-container .pro-details span {
            font-size: 14px;
            font-weight: 400;
            color: #9F9F9F;
        }

.line-chart-container {
    background: #fff;
    border-radius: 4px;
    margin-top: 25px;
    padding: 15px 0;
}

.top-options {
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

    .top-options ul {
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }

        .top-options ul li {
            font-family: "Inter", sans-serif !important;
            font-size: 14px;
            color: #464646;
            line-height: 28px
        }

.ul-status li {
    position: relative;
}

    .ul-status li:before {
        content: '';
        position: absolute;
        height: 9px;
        width: 9px;
        border-radius: 50%;
        left: -15px;
        top: 10px;
    }

    .ul-status li:nth-child(1):before {
        background: none;
    }

    .ul-status li:nth-child(2):before {
        background: #547194;
    }

    .ul-status li:nth-child(3):before {
        background: #11130E;
    }

    .ul-status li:nth-child(4):before {
        background: #006F37;
    }

.ul-status1 li:nth-child(1):before {
    background: none;
}

.ul-status1 li:nth-child(2):before {
    background: #11130E;
}

.ul-status1 li:nth-child(3):before {
    background: #83A264;
}

.ul-status1 li:nth-child(4):before {
    background: #7BA87B;
}

.ul-status1 li:nth-child(5):before {
    background: #547194;
}

.chart-container {
    width: 100%;
    padding: 20px;
    /* background: red; */
}

.payments-section {
    margin-top: 25px;
}

    .payments-section .progress-bg {
        background: #fff;
        border-radius: 4px;
        padding: 15px 0;
        width: 100%;
        height: 100%;
        flex-direction: column;
    }

.rightsection-progress {
    background: #fff;
    padding-top: 15px;
    height: 100%;
}

.option-container {
    width: 100%;
}

.canvas {
    padding: 0 20px;
}

.inp-design {
    width: 215px;
    height: 38px;
}

.inp-c {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    width: 200px;
}

.customer-sup .btn-support {
    width: 40px;
    height: 40px;
}

.customer-sup .select2-chosen {
    font-size: 12px;
    font-family: "Inter", sans-serif !important;
    color: #616161;
}

.customer-sup .fs-12 {
    font-size: 12px !important;
}

.customer-sup .select2-arrow b {
    background-size: 22%;
    background-position: right 13px center
}

.bottom-table th {
    font-family: "Inter", sans-serif !important;
}

.emp-table {
    background: #fff;
    border-radius: 4px;
}

.t-btn {
    padding: 6px 14px;
    border-radius: 3px;
}

.btn-support {
    padding: 7px;
    border: none;
    outline: none;
    fill: #fff;
}

.items-count {
    float: right;
    padding: 10px 0;
}

.customer-sup {
    justify-content: space-between;
    align-items: center;
    padding-top: 25px;
}


    .customer-sup .btn-support svg {
        width: 25px;
        height: 25px;
        fill: #fff;
    }

    .customer-sup .btn-support {
        position: absolute;
        right: 15px;
        bottom: 0;
        border-radius: 0px 5px 5px 0
    }

    .customer-sup .form-control {
        height: 40px;
    }

    .customer-sup .select2-choice {
        height: 40px !important;
    }

    .customer-sup .select2-chosen {
        margin-top: 0 !important;
    }

.bottom-table .table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #f8f8f8;
}

.bottom-table table td {
    padding: 10px !important;
    vertical-align: middle
}

.progress {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    font-size: .75rem;
    line-height: 1rem;
    text-align: center;
    background-color: #eceeef;
    border-radius: .25rem;
}

.progress-bg .btn {
    height: 31px;
}

.process-activity .bg-primary {
    background-color: #11130E !important;
}

.process-activity .bg-success {
    background-color: #547194 !important;
}

.process-activity .bg-danger {
    background-color: #A8CF80 !important;
}

.process-activity .bg-warning {
    background-color: #006F37 !important;
}

.m-logout svg {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 8px;
    top: -45px;
    fill: #757575;
}



.header .pro-details {
    margin-left: 10px;
}

.logo a {
    width: 93%;
}

/*login pannel css*/
.loginbg {
    background: url("../images/login-home.jpg") no-repeat;
    width: 100%;
    height: 100vh;
    background-attachment: fixed;
    background-size: cover
}

.login-content {
    background: rgba(90,120,157,1);
    background: -moz-linear-gradient(top, rgba(90,120,157,0.9) 0%, rgba(115,150,193,0.9) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(90,120,157,0.9)), color-stop(100%, rgba(115,150,193,0.9)));
    background: -webkit-linear-gradient(top, rgba(90,120,157,0.9) 0%, rgba(115,150,193,0.9) 100%);
    background: -o-linear-gradient(top, rgba(90,120,157,0.9) 0%, rgba(115,150,193,0.9) 100%);
    background: -ms-linear-gradient(top, rgba(90,120,157,0.9) 0%, rgba(115,150,193,0.9) 100%);
    background: linear-gradient(to bottom, rgba(90,120,157,0.9) 0%, rgba(115,150,193,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a789d', endColorstr='#7396c1', GradientType=0 );
    position: fixed;
    top: 0;
    left: 50%;
    right: 50%;
    max-width: 610px;
    padding: 50px 104px;
    transform: translateX(-50%);
    width: 100%;
}

.wave {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    z-index: 1;
    color: #384056 !important;
    background-color: #fff;
    border-left: 1px solid #eeeeef;
}

    .wave:hover {
        color: #fff !important;
    }

    .wave:before, .wave:after {
        content: "";
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 50%;
        opacity: 0;
        display: block;
        background-color: #000;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        color: #fff;
    }

    .wave.over:before {
        -webkit-animation: spread-fadein 1s ease-out;
        animation: spread-fadein 1s ease-out;
        animation-fill-mode: forwards;
        -webkit-animation-fill-mode: forwards;
    }

    .wave:hover:before {
        display: block;
        -webkit-animation: spread-fadeout 1s ease-out;
        animation: spread-fadeout 1s ease-out;
        animation-fill-mode: forwards;
        -webkit-animation-fill-mode: forwards;
    }

@-webkit-keyframes spread-fadeout {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0.1);
        transform: translate(-50%, -50%) scale(0.1);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

@keyframes spread-fadeout {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0.1);
        transform: translate(-50%, -50%) scale(0.1);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}





@-webkit-keyframes spread-fadein {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        opacity: 0;
    }
}

@keyframes spread-fadein {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        opacity: 0;
    }
}

.login-content .btn {
    border: none;
    border-radius: 30px;
    border: solid 2px #11130E
}

.login-content .form-control {
    background: none;
    border-bottom: solid 1px #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    height: 40px;
    padding: 0;
}

.login-content .field label::before {
    content: attr(title1);
    position: absolute;
    top: 0;
    left: 0px;
    line-height: 45px;
    color: #fff;
    font-size: 13px;
    transition: 300ms all;
}

.login-content .field .input-validation-error {
    background: url("../images/cross.png") no-repeat scroll right 0px top 15px !important;
    border-top: 0px;
    border-left: 0px;
    border-right: 0;
    border-bottom: 1px solid #d93025;
    border-radius: 0px;
}

.login-content .label-before, .login-content .field input:focus + label::before, .login-content .field input:valid + label::before {
    background: none;
    color: #fff;
    left: 0;
    padding: 0;
}

.login-content .form-control:focus {
    box-shadow: none;
    background: none;
}

.login-content .field-validation-error {
    top: 40px
}

.login-content .form-control:focus {
    border-color: #fff;
    color: #fff;
}

.login-content .valid {
    background: url("../images/right.png") no-repeat scroll right 0px top 15px !important;
    color: #fff;
    border: none;
    border-bottom: solid 1px #fff;
    border-radius: 0px;
}
/*form css*/
.form-control {
    height: 52px;
    box-shadow: none;
    font-size: 16px;
    border-color: #DEE4EA;
    color: #0E1116;
    font-weight: 300;
    border-radius: 8px;
}

.form-select {
    font-size: 16px;
    border-color: #DEE4EA;
    color: #929292;
    border-radius: 8px;
    height: 52px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #034141;
    color: #929292;
}

.btn:active {
    background: none
}

.field-validation-error {
    bottom: 0px !important;
    color: #d93025;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    top: 56px;
}

.validation-error {
    color: red;
}

.input-validation-error {
    background: #fff url("../images/cross.png") no-repeat scroll right 15px center;
    border: 1px solid #d93025;
    transition: all 0s ease-in-out 0s;
    box-shadow: none;
}

.valid {
    background: #fff url("../images/right.png") no-repeat scroll right 15px center;
    border: 1px solid #1273eb;
    transition: all 0s ease-in-out 0s;
}

.field {
    height: 75px
}

    .field label::before {
        content: attr(title1);
        position: absolute;
        top: 0;
        left: 15px;
        line-height: 56px;
        color: #929292;
        font-size: 16px;
        transition: 300ms all;
    }

    .field input:focus {
        outline: 0;
        border-color: none;
    }

    .field input:valid + label::before {
        content: attr(data-title1);
    }

    .field input:focus + label::before {
        color: blue;
    }

    .label-before, .field input:focus + label::before, .field input:valid + label::before {
        line-height: 20px;
        font-size: 14px;
        top: -10px;
        background: #fff;
        padding: 0 6px;
        color: #034141;
        left: 9px;
    }

    .field label {
        cursor: text;
    }



/*change password*/

.show-pwd {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 15px;
    top: 15px;
    fill: #878787;
}

.passwd form-control:focus .passworw-match-box {
    display: block;
}

.passworw-match-box {
    width: 340px;
    background: #fff;
    border: solid 1px #E3E3E3;
    padding: 13px 20px 4px 20px;
    display: block;
    position: absolute;
    top: 50% !important;
    transform: translateY(-55%);
    right: -360px;
}

    .passworw-match-box:after, .passworw-match-box:before {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .passworw-match-box:after {
        border-color: rgba(136, 183, 213, 0);
        border-right-color: #fff;
        border-width: 9px;
        margin-top: -4px;
    }

    .passworw-match-box:before {
        border-color: rgba(194, 225, 245, 0);
        border-right-color: #E3E3E3;
        border-width: 10px;
        margin-top: -5px;
    }

    .passworw-match-box p svg {
        width: 10px;
        height: 10px;
        fill: #53925A;
        margin-right: 10px;
    }

.header-icons-group a:hover i {
    color: #fff !important;
}
/*add account*/
.user {
    width: 295px;
}

.user {
    margin: auto 0
}


.user {
    margin: 0PX 0;
    display: flex;
    align-items: center;
}

    .user .pro-details span {
        color: #3D3D3D
    }

    .user .pro-details {
        margin-top: 5px;
    }

    .user img {
        margin: 3px;
    }

.alertsbox {
    position: relative;
    /* height: 50px; */
    margin-left: auto;
}

.alerts {
    position: absolute;
    background: #FF9103;
    border: 2px solid #fff;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 15px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    right: -1px;
}

.card {
    border: 1px solid #DEE4EA;
    border-radius: 8px;
}

thead {
    background: #F8F4EF;
}

.table-responsive {
    overflow-x: auto;
}

@media (max-width: 768px) {
    .table {
        white-space: nowrap; /* Ensures table rows don’t wrap */
    }
}

.form-check-input:checked {
    background-color: #000000;
    border-color: #000000;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 23px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 28px;
        width: 28px;
        left: 0px;
        bottom: -2px;
        background-color: #000000;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .slider {
    background-color: rgb(80, 184, 73, 0.3); /* Switch on color */
}

    input:checked + .slider:before {
        transform: translateX(26px);
        background-color: #51B849;
    }

.add-account {
    background: #E5E5E5;
    width: 90px;
    height: 90px;
    margin-bottom: 30px;
}

    .add-account .add {
        width: 25px;
        height: 25px;
        bottom: 0;
        right: 0;
    }

        .add-account .add svg {
            width: 15px;
            height: 15px;
            fill: #fff;
        }

    .add-account svg.users {
        width: 45px;
        height: 85px;
        fill: #9E9E9E;
    }

.account .acount-type {
    background: #fff;
    position: absolute;
    top: -10px;
    left: 10px;
    z-index: 10;
    padding: 0 5px;
}

.logoutMobile svg {
    width: 20px;
    height: 20px;
}

.logo {
    z-index: 50;
    position: relative;
    height: 59px;
}

.account .select2-choice {
    border-color: #cccccc !important;
    font-size: 16px color:#929292 !important
}

.btn-link:focus {
    text-decoration: none;
}
/*mangange account*/

.account-type {
    border: solid 1px #DFDFDF;
    width: 230px;
    height: 43px;
}

    .account-type a {
        background: #FBFBFC;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
        border-right: solid 1px #DFDFDF;
        padding: 11px 10px;
    }

    .account-type .select2-choice {
        border: none !important;
        padding: 0px 0px 0 10px !important;
        height: 41px !important;
    }

    .account-type .select2-arrow b {
        background-position: right 5px center !important;
    }

.rightside .form-control {
    height: 52px;
    padding-left: 15px;
}

.rightside .form-group {
    width: 330px;
    margin-right: 10px;
}

.rightside ul li {
    float: left;
}

.rightside ul {
    float: right;
}

.rightside .form-group .search svg {
    width: 20px;
    height: 20px;
    fill: #808995;
}

.rightside .form-group .search {
    position: absolute;
    top: 14px;
    right: 28px;
}

.rightside li a {
    border-color: #7E7E7E !important;
    padding: 10px 3px;
}

    .rightside li a svg {
        width: 20px;
        height: 20px;
        fill: #7E7E7E;
        margin-right: 10px;
    }

.rightside .add-btn {
    padding: 13px;
    height: 43px;
    line-height: 20px;
}

.rightside li a:hover {
    border-color: #034141 !important;
    color: #034141 !important;
}

    .rightside li a:hover svg {
        fill: #034141
    }

.rightside li a.btn {
    color: #fff !important;
    width: auto;
    padding: 12px 20px !important
}

.rightside li a.active {
    border-color: #034141 !important;
    color: #034141 !important;
}

    .rightside li a.active svg {
        fill: #034141
    }

.alert-roow-tr {
    border-left: solid 2px #e9aeb8 !important;
    border-right: solid 2px #e9aeb8 !important;
    background: #F3F3F3;
    position: relative;
}

.alert-row td {
    border: solid 2px #e9aeb8 !important;
    border-left: none !important;
    border-right: none !important;
}

.alert-row svg.alticon {
    left: 40px;
    bottom: -3px;
    width: 25px;
    height: 25px;
    fill: #E50027;
    position: absolute;
}
/*.alert-roow-tr:after{ position:absolute; content:""; left:0; border:solid 2px #e9aeb8 !important; height:62px; width:100%;}*/


.action {
    display: flex;
    gap: 8px;
}

.account-list {
    border: solid 1px #EBEBEB;
}

    .account-list .table {
        white-space: nowrap;
    }

        .account-list .table th {
            font-size: 16px;
            border-bottom: solid 0px #EBEBEB;
            font-family: 'google_sansmedium';
            color: #000;
            font-weight: 500;
            padding: 16px 20px;
        }

        .account-list .table td {
            font-size: 16px;
            border-top: solid 0px #EBEBEB;
            color: #000000;
            font-weight: 400;
            padding: 10px 20px !important;
            vertical-align: middle;
            border-bottom-width: 0px;
        }

            .account-list .table td .profile-container {
                margin-bottom: 0;
            }

    .account-list .profile-container img {
        width: 40px;
        height: 40px;
        border: 0px solid #fff;
        margin-right: 10px;
    }

    .account-list .action a {
        border: solid 0px #7B7B7B;
        width: 38px;
        height: 37px;
        background: #F8F4EF;
        display: flex;
        text-align: center;
        line-height: 1;
    }


        .account-list .action a .icon {
            margin: auto;
            width: 100%;
        }
        /* .account-list .action a:hover{ background:#4BD964;} */
        .account-list .action a:hover svg {
            fill: #fff
        }
/* .account-list .table-striped tbody tr:nth-of-type(2n+1) { background-color: #FCFCFC;} */
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #fff !important;
}

.account-list .table-striped tbody tr {
    background-color: #fff;
}

.account-list .table tr:hover td {
    background: rgba(0,177,88,0.1) !important
}

.deletebg {
    background: rgba(230,95,70,0.10) !important
}

.transactinbg {
    background: rgba(219,191,255,0.20) !important
}

.whatsappicon {
    background: #E8F5D1 !important
}

.greenbg {
    background: rgba(54,199,27,0.20) !important
}

.success {
    color: #36C71B;
    background: rgba(54,199,27,0.10) !important
}

.rounded {
    border-radius: 17px !important;
    height: auto;
}


.success {
    min-width: 106px;
    border-radius: 40px !important;
    height: 36px;
    line-height: 17px;
}

.failed {
    min-width: 106px;
    border-radius: 40px !important;
    height: 36px;
    line-height: 17px;
}

.pending {
    min-width: 106px;
    border-radius: 40px !important;
    height: 36px;
    line-height: 17px;
}

.btnone.w-153 {
    width: 153px;
    text-align: center;
    line-height: 38px !important;
}

.action .rounded {
    border-radius: 6px !important;
}

.btn-confirm.btnsize {
    padding: 12px 27px;
}

.pending {
    color: #FFB087;
    background: rgba(255,176,135,0.10) !important
}

.failed {
    color: #E65F46;
    background: rgba(230,95,70,0.10) !important
}

.table-striped > tbody > tr:nth-of-type(2n+2) {
    --bs-table-accent-bg: #FBFBFB;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    --bs-table-accent-bg: #fff;
}

.file-upload {
    border: 1px dashed #DEE4EA;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
    transition: border-color 0.3s ease;
    background: #FBFBFB;
}

    .file-upload p {
        font-size: 16px;
        color: #000000;
        margin-bottom: 10px;
    }

    .file-upload input[type="file"] {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        cursor: pointer;
    }

    .file-upload:hover {
        border-color: #000000;
    }

    .file-upload img {
        display: block;
        margin: 0 auto 2px;
        width: 40px;
        height: 40px;
    }

    .file-upload .btn {
        background-color: #E5E7EB;
        border-color: #E5E7EB;
        color: #8B8EA1;
        padding: 5px 30px;
        border-radius: 28px;
    }

        .file-upload .btn:hover {
            background-color: #d6d9dd;
        }

    .file-upload .form-control {
        display: none;
    }

.file-name {
    margin-top: 10px;
    color: #000000;
    font-weight: bold;
}

.custom-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: bold;
}

.checkbox-container {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background-color: #002f2f;
    cursor: pointer;
    position: relative;
}

    .checkbox-container input[type="checkbox"] {
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        cursor: pointer;
    }

.checkbox-icon {
    display: none;
    position: absolute;
    top: 4px;
    left: 4px;
    color: #DEE965;
}

.checkbox-container input[type="checkbox"]:checked + .checkbox-icon {
    display: block;
}

.label {
    color: #002f2f;
    font-weight: normal;
}

.checkbox-container input[type="checkbox"]:checked + .checkbox-icon + .label {
    font-weight: bold;
    color: #000;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
    width: 26px;
    height: 26px;
    font-weight: 400;
}

.newstaff .form-check-input:checked {
    background-color: #000000;
    border-color: #000000;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #4BD964;
    background-color: #4BD964;
}

.custom-switch .custom-control-label::before {
    width: 35px;
    height: 22px;
    border-radius: 40px;
    border-color: #7B7B7B;
    background-color: #7B7B7B;
}

.custom-switch .custom-control-label::after {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    left: -34px;
    top: 5px;
}

.custom-switch .custom-control-label::after {
    background: #fff;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}


.pagging ul li {
    margin: 0 5px;
}

    .pagging ul li a {
        border-radius: 5px;
        font-size: 13px;
        color: #A6A7AD; /*! line-height:16px; */ /*! text-align: center; */
    }

        .pagging ul li a span svg {
            width: 10px;
            height: 10px;
            fill: #808495;
        }

        .pagging ul li a span {
            line-height: 10px;
        }

        .pagging ul li a:hover {
            background: #034141;
            border-color: #034141;
            color: #fff;
        }

        .pagging ul li a.active {
            background: #034141;
            border-color: #034141;
            color: #fff !important;
        }

        .pagging ul li a:hover svg {
            fill: #fff;
        }

    .pagging ul li.allpage {
        width: 110px;
    }

        .pagging ul li.allpage .select2-choice {
            height: 35px;
            border-color: #E9E9F0 !important;
        }

        .pagging ul li.allpage .select2-chosen {
            font-size: 13px;
            line-height: 25px;
            margin-top: 0;
            color: #A6A7AD
        }

        .pagging ul li.allpage .select2-arrow b {
            background-position: right 10px center !important;
            background-size: 25% !important;
        }

        .pagging ul li.allpage .select2-choice:hover {
            background: none;
        }


.list-view {
    border-color: #EBEBEB !important
}

    .list-view .tooltip-dot {
        position: absolute;
        right: -5px;
        top: 45px;
        background: none;
        border: none;
        outline: none;
    }

.user-edit {
    width: 130px;
    position: absolute;
    top: -24px;
    right: 20px;
    background: #fff;
    z-index: 10;
    cursor: auto;
}

    .user-edit ul li a {
        width: 25px;
        height: 25px;
        border: solid 1px #7B7B7B;
        border-radius: .25rem;
        text-align: center;
        line-height: 24px;
    }

        .user-edit ul li a span {
            display: block;
            margin: -22px 0 0 35px;
        }

        .user-edit ul li a svg {
            width: 13px;
            height: 13px;
            fill: #7B7B7B;
            position: static;
        }

        .user-edit ul li a:hover svg {
            fill: #fff;
        }

        .user-edit ul li a:hover {
            background: #4BD964;
        }

    .user-edit .close svg {
        width: 15px;
        height: 20px;
        fill: #fff
    }

    .user-edit ul {
        text-align: left;
    }

    .user-edit .close {
        background: #4c4c4c;
        width: 30px;
        height: 30px;
        display: none;
        opacity: 1;
        text-align: center;
        position: absolute;
        top: -25px;
        right: -25px;
    }

.list-view ul li {
    width: 44%;
}

.user-edit ul li {
    width: 100%;
}


.alert {
    background: #F3F3F3;
    border: solid 2px #e9aeb8 !important
}

    .alert svg.alticon {
        width: 25px;
        height: 25px;
        fill: #E50027;
        position: absolute;
        bottom: -3px;
        left: 70px
    }




/*department*/
.department .list-view ul li a svg.down-arrow {
    width: 12px;
    height: 12px;
    fill: #818A96;
}

.department .user-edit ul li a span {
    font-weight: normal
}

.department .list-view ul li span {
    font-weight: 700
}

    .department .list-view ul li span i {
        vertical-align: middle
    }

.department .list-view ul li img {
    width: 35px;
}

.department .employ-view ul li:hover {
    background: #f8f8f8;
}

.department .employ-view ul li {
    padding: 5px 15px;
}

.employ-view {
    width: 180px;
    position: absolute;
    top: 40px;
    right: 20px;
    background: #fff;
    z-index: 10;
}

    .employ-view ul {
        max-height: 500px;
        overflow-y: auto;
    }

    .employ-view .close-list {
        background: #4c4c4c;
        width: 30px;
        height: 30px;
        line-height: 26px;
        opacity: 1;
        text-align: center;
        position: absolute;
        top: -15px;
        right: -15px;
    }

        .employ-view .close-list svg {
            width: 15px;
            height: 20px;
            fill: #fff !important
        }

    .employ-view ul li {
        width: 100% !important;
    }

.add-dpt {
    background: #FCFCFC;
    border-color: #EBEBEB !important
}

    .add-dpt .plus {
        width: 50px;
        height: 50px;
        border: dashed 1px #007B3D
    }

        .add-dpt .plus svg {
            width: 20px;
            height: 50px;
            fill: #007B3D
        }

/*change password*/
.change-password .input-validation-error {
    background: #fff;
}


/*charger page*/
.accordion-list button {
    background: none;
}

    .accordion-list button.icon {
        background: url("../images/minus.png") right center no-repeat;
        width: 100%;
        text-align: left;
        padding: 13px 0;
    }

    .accordion-list button.collapsed {
        background: url("../images/plus.png") right center no-repeat;
        width: 100%;
        text-align: left;
        padding: 13px 0;
    }

button:focus {
    outline: none;
}

.accordion-list .pannel {
    border-bottom: solid 1px #DFDFDF
}

.accordion-list .custom-control-label::before {
    border-color: #DFDFDF;
}

.accordion-list .custom-control-input:checked ~ .custom-control-label::before {
    background: none;
    border-color: #659D6B;
    border-color: #659D6B;
}

.accordion-list .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    border-left: solid 2px #659D6B;
    border-bottom: solid 2px #659D6B;
    transform: rotate(-45deg);
    width: 10px;
    height: 6px;
    background: none;
}

.accordion-list .custom-control-label::after {
    top: 8px;
    left: -21px;
}

.accordion-list .custom-control-label:focus {
    color: #034141 !important
}

.accordion-list .custom-control-input:focus {
    border: none;
}

.accordion-list .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    background: none;
    border-color: #659D6B;
}

.accordion-list .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #DFDFDF;
}

#accordionCategory {
    padding-right: 5px;
}

.verticle-border:before {
    background: #DFDFDF;
    content: "";
    position: absolute;
    left: 35%;
    width: 1px;
    height: 100%;
    top: 0;
}

.charger .box {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-style: dashed !important;
    position: absolute;
    top: 15px;
    right: 15px;
}

/*cities*/
.cities .list-view h3 {
    line-height: 33px;
}

.cities .m-logout svg {
    top: -38px;
}

.cities .account-type a:hover {
    color: #4C5869 !important
}

.cities .rightside li a.border-right {
    border-right: solid 1px #DFDFDF !important;
}

.cities .select2-chosen {
    margin-top: 6px !important;
}

.cities .account-type .select2-arrow b {
    background-position: right 10px center !important;
}

.cities .rightside .form-control {
    border-color: #dfdfdf
}


.cities .nav-tabs li a {
    border: solid 1px #DFDFDF;
    border-radius: 3px;
    position: relative;
    width: 175px;
    display: block;
    text-align: center;
    line-height: 24px;
}

.cities .tab-content ul li a {
    font-size: 17px;
    color: #ababab;
    line-height: 36px;
}

.cities .nav-tabs .nav-link.active {
    background: #292B27;
    color: #fff !important;
}

    .cities .nav-tabs .nav-link.active:after {
        background: #292B27;
        width: 10px;
        height: 10px;
        transform: rotate(45deg);
        content: "";
        position: absolute;
        left: 50%;
        right: 50%;
        bottom: -5px;
    }

.cities .tab-content h4 {
    font-size: 18px;
    color: #4C5869;
    font-family: 'google_sansmedium';
}

.cities .tab-content ul li a.active {
    color: #659D6B;
    font-weight: bold
}

.active-menu {
    color: #53925A
}

.cust-m {
    margin-left: 3rem;
}

.activity-cards .cust-p {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

/*Cars*/
.carAve .title-text {
    border: dashed 1px;
    padding: 10px;
}

.carAve ul li span {
    display: block;
    line-height: 15px;
}

.carAve .border1:before {
    content: "";
    position: absolute;
    background: #ccc;
    border: dashed 1px #547194 !important;
    width: 10px;
    height: 10px;
    left: 0;
    right: 0;
    bottom: -6px;
    margin: auto;
    transform: rotate(45deg);
    border: none;
}

.carAve .border1:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 10px;
    z-index: 5;
    height: 10px;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: auto;
    transform: rotate(45deg);
    border: none;
}

.carAve .border2:before {
    content: "";
    position: absolute;
    background: #ccc;
    border: dashed 1px #83A264 !important;
    width: 10px;
    height: 10px;
    left: 0;
    right: 0;
    bottom: -6px;
    margin: auto;
    transform: rotate(45deg);
    border: none;
}

.carAve .border2:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 10px;
    z-index: 5;
    height: 10px;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: auto;
    transform: rotate(45deg);
    border: none;
}

.carAve .border3:before {
    content: "";
    position: absolute;
    background: #ccc;
    border: dashed 1px #006F37 !important;
    width: 10px;
    height: 10px;
    left: 0;
    right: 0;
    bottom: -6px;
    margin: auto;
    transform: rotate(45deg);
    border: none;
}

.carAve .border3:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 10px;
    z-index: 5;
    height: 10px;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: auto;
    transform: rotate(45deg);
    border: none;
}




/*CUSTOMER OVERVIEW*/
.chargerActive {
    background: none;
}

    .chargerActive ul li {
        padding-top: 24px;
        width: auto;
        margin: 0;
        text-align: center;
    }

        .chargerActive ul li .box {
            width: 85px;
            height: 85px;
            line-height: 85px;
            border-style: dashed !important;
            position: relative;
        }

.overview .chargerActive ul li .box {
    width: 85px;
    height: 85px;
    line-height: 85px;
    border-style: dashed !important;
    position: static;
}

.overview ul li {
    margin: 0 30px;
}

.overview .charge {
    border: solid 1px #ccc;
    padding: 10px 10px;
    width: 85px !important;
}

    .overview .charge:before {
        content: "";
        position: absolute;
        background: #ccc;
        width: 10px;
        height: 10px;
        left: 0;
        right: 0;
        bottom: -2px;
        margin: auto;
        transform: rotate(45deg);
        border: none;
    }

    .overview .charge:after {
        content: "";
        position: absolute;
        background: #fff;
        width: 10px;
        z-index: 5;
        height: 10px;
        left: 0;
        right: 0;
        bottom: 2px;
        margin: auto;
        transform: rotate(45deg);
        border: none;
    }


/*buildings*/
.chaerger-building .title {
    border: dashed 1px #547194;
    width: 150px;
    height: 150px;
    line-height: 150px;
}

.chaerger-building .detail p {
    vertical-align: middle;
}

.chaerger-building .bdr-color {
    border: dashed 1px #83A264;
}

.charge {
    line-height: 30px;
    border: dashed 1px #547194;
    padding: 10px 45px;
}

    .charge::after, .charge::before {
        right: 0;
        left: 0;
        margin: auto;
        top: 100%;
        border: dashed transparent;
        border-top-color: transparent;
        border-top-width: medium;
        border-right-color: transparent;
        border-right-width: medium;
        border-bottom-color: transparent;
        border-bottom-width: medium;
        border-left-color: transparent;
        border-left-width: medium;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .charge::before {
        border-color: rgba(194, 225, 245, 0);
        background: rgba(194, 225, 245, 0);
        border-right-color: rgba(194, 225, 245, 0);
        border-right-color: #fff;
        border-width: 10px;
        margin-top: -4px;
        transform: rotate(-90deg);
        z-index: 5
    }

    .charge::after {
        background: #547194;
        border-color: #547194;
        border-right-color: #547194;
        border-right-color: #547194;
        border-width: 4px;
        margin-top: -2px;
        transform: rotate(-45deg);
    }

.meters {
    line-height: 30px;
    border: dashed 1px #547194;
    padding: 10px 45px;
}

    .meters::after, .meters::before {
        right: 0;
        left: 0;
        margin: auto;
        top: 100%;
        border: dashed transparent;
        border-top-color: transparent;
        border-top-width: medium;
        border-right-color: transparent;
        border-right-width: medium;
        border-bottom-color: transparent;
        border-bottom-width: medium;
        border-left-color: transparent;
        border-left-width: medium;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .meters::before {
        border-color: rgba(194, 225, 245, 0);
        background: rgba(194, 225, 245, 0);
        border-right-color: rgba(194, 225, 245, 0);
        border-right-color: #fff;
        border-width: 10px;
        margin-top: -4px;
        transform: rotate(-90deg);
        z-index: 5
    }

    .meters::after {
        background: #547194;
        border-color: #547194;
        border-right-color: #547194;
        border-right-color: #547194;
        border-width: 4px;
        margin-top: -2px;
        transform: rotate(-45deg);
    }

.status {
    line-height: 30px;
    border: dashed 1px #006F37;
    padding: 10px 45px;
}

    .status::after, .status::before {
        right: 0;
        left: 0;
        margin: auto;
        top: 100%;
        border: dashed transparent;
        border-top-color: transparent;
        border-top-width: medium;
        border-right-color: transparent;
        border-right-width: medium;
        border-bottom-color: transparent;
        border-bottom-width: medium;
        border-left-color: transparent;
        border-left-width: medium;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .status::before {
        border-color: rgba(194, 225, 245, 0);
        background: rgba(194, 225, 245, 0);
        border-right-color: rgba(194, 225, 245, 0);
        border-right-color: #fff;
        border-width: 10px;
        margin-top: -4px;
        transform: rotate(-90deg);
        z-index: 5
    }

    .status::after {
        background: #006F37;
        border-color: #006F37;
        border-right-color: #006F37;
        border-right-color: #006F37;
        border-width: 4px;
        margin-top: -2px;
        transform: rotate(-45deg);
    }

.seprator-charge {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    background: #e8e8e8;
    height: 1px;
    left: 0;
    right: 0;
}

.setupfee li {
    border: dashed 1px #547194;
    width: 47.8%;
}

    .setupfee li.border-green {
        border: dashed 1px #83A264;
        width: 47.8%;
    }

.charger-status .status, .charger-status .meters, .charger-status .charge {
    padding: 20px 50px;
}

.card-structure.charger-status {
    height: auto;
}

.building-grapgh .count1 {
    position: absolute;
    left: 0;
    right: 0;
    top: -35px;
}

.building-grapgh .count2 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
}

.building-grapgh ul li::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    bottom: 22px;
    left: -15px;
    top: 6px;
}

.building-grapgh ul li {
    position: relative;
}

    .building-grapgh ul li:nth-child(1)::before {
        background: #547194;
    }

    .building-grapgh ul li:nth-child(2)::before {
        background: #83A264;
    }

.building-table .table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #FCFCFC;
}

.building-table .bottom-table td {
    padding: 15px !important;
}

.building-table .bottom-table th {
    font-weight: normal
}

.dd-arrow {
    position: absolute;
    right: 10px;
    top: 0
}

    .dd-arrow .select2-choice {
        padding: 0px !important;
        border: none !important;
        background: none !important;
        height: 35px !important;
    }

    .dd-arrow .select2-container {
        width: auto !important;
    }

    .dd-arrow .select2-chosen {
        margin-top: 0px !important;
    }

    .dd-arrow .select2-arrow b {
        background: url('../images/select2-arrow.png') no-repeat right 10px center !important;
    }

    .dd-arrow .select2-arrow {
        background: none !important;
        height: 32px !important;
    }

    .dd-arrow .select2-drop-active {
        border: solid 1px #ccc !important;
    }
/*location detail page*/

.contect-detail {
    background: #fff;
    width: 525px;
    z-index: 10;
    position: absolute;
    top: 0px;
    padding-top: 20px;
    height: 100%;
    height: calc(100vh - 33px);
    left: 245px;
    transition: 0.5s;
}

    .contect-detail h2 {
        font-size: 18px;
    }

    .contect-detail .close {
        background: #fff;
        width: 30px;
        height: 30px;
        display: block;
        text-align: center;
        position: absolute;
        top: 80px;
        right: -30px;
        line-height: 22px;
        opacity: 1
    }

        .contect-detail .close svg {
            width: 15px;
            height: 15px;
            fill: #000000
        }

    .contect-detail .charger-total {
        line-height: 36px;
    }

        .contect-detail .charger-total:before {
            content: "";
            width: 10px;
            height: 10px;
            position: absolute;
            left: -5px;
            top: 12px;
            transform: rotate(45deg);
            border-left: solid 1px #C7C7C7;
            border-bottom: solid 1px #C7C7C7;
            background: none;
        }

        .contect-detail .charger-total:after {
            content: "";
            width: 10px;
            height: 10px;
            position: absolute;
            left: -3px;
            top: 12px;
            transform: rotate(45deg);
            background: #fff;
        }

    .contect-detail .top-head ul li span.map-icon {
        border: solid 1px #6546BE;
        width: 28px;
        height: 28px;
    }

        .contect-detail .top-head ul li span.map-icon svg {
            width: 20px;
            height: 20px;
            fill: #6546BE
        }

    .contect-detail .chargerActive {
        background: none;
    }

        .contect-detail .chargerActive ul li {
            padding-top: 24px;
            width: 48%;
        }

            .contect-detail .chargerActive ul li .box {
                width: 65px;
                height: 65px;
                line-height: 65px;
                border-style: dashed !important;
            }



.openmap {
    background: #fff;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    position: absolute;
    top: 150px;
    left: 245px;
    line-height: 26px;
    opacity: 1;
}

    .openmap svg {
        width: 15px;
        height: 15px;
        fill: #000000
    }

.contect-detail {
    left: -100%;
    transition: all 0.5s;
}

    .contect-detail.active {
        left: 245px !important;
    }

.mapdetail iframe {
    width: 100%;
    height: 100vh;
    margin: 0
}

.mapdetail {
    position: absolute;
    top: 0px;
    left: 245px;
    width: calc(100% - 245px);
}

    .mapdetail .gm-control-active, .mapdetail .gm-svpc {
        display: none;
    }


.mapRightBar {
    background: #fff;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    max-width: 300px;
    margin-left: auto;
    margin-right: 35px;
    margin-top: 25px;
}

    .mapRightBar .select2-choice {
        height: 40px !important;
    }

    .mapRightBar .select2-chosen {
        margin-top: 0px !important
    }

    .mapRightBar .seprator {
    }

    .mapRightBar .form-group .search {
        position: absolute;
        top: 7px;
        right: 13px;
    }

        .mapRightBar .form-group .search svg {
            width: 20px;
            height: 20px;
            fill: #808995;
        }

    .mapRightBar .form-group .form-control {
        height: 40px;
    }

    .mapRightBar .dd-list li {
        border-bottom: solid 1px #E2E2E2;
        padding: 10px 0
    }

        .mapRightBar .dd-list li span {
            border: solid 1px #808995;
            border-radius: 50%;
            width: 25px;
            height: 25px;
            text-align: center;
            line-height: 23px;
            margin-right: 10px;
            float: left;
        }

        .mapRightBar .dd-list li:hover {
            color: #034141;
            cursor: pointer
        }

            .mapRightBar .dd-list li:hover span {
                color: #034141 !important;
                border-color: #034141
            }

        .mapRightBar .dd-list li.detail {
            color: #034141;
            cursor: pointer
        }

            .mapRightBar .dd-list li.detail span {
                color: #034141 !important;
                border-color: #034141
            }

    .mapRightBar .counter {
        position: absolute;
        right: 0;
        border-left: solid 1px #DFDFDF;
        padding: 8px;
        top: 0;
        width: 45px;
    }

        .mapRightBar .counter.bdr {
            border-color: rgba(255,255,255,0.2)
        }



.get-nicer {
    overflow: auto;
    height: 280px;
}

.nicescroll-rails {
    background-color: rgb(51, 122, 183);
}

.nicescroll-cursors {
    border: none !important;
    background-color: #000 !important;
    border-radius: 0 !important;
}

.jumbotron {
    padding-top: 80px;
}

.scroll-holder {
    height: 275px;
}

.h-411 {
    height: 411px;
}

.building-grapgh img {
    width: 350px;
}

.custom-card {
    border-radius: 8px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    padding: 15px 22px;
    background-color: white;
    border-color: #DEE4EA;
    margin: 13px 0;
}


.card-body {
    padding: 10px 10px;
}

.text-section h6 {
    font-size: 16px;
    color: #000000;
}

.card-title {
    font-size: 21px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0;
}

.icon-section img {
    width: 60px; /* Adjust size as needed */
    height: 60px;
}

.custom-card {
    max-width: 100%; /* Adjust width according to design */
}

.menuicon {
    margin-right: 10px;
}


/* Custom styling for the upload box */
.upload-box {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #8B8EA1;
    border-radius: 15px;
    height: 300px;
    width: 100%;
    margin-top: 20px;
    position: relative;
    flex-direction: column;
    background: #FBFBFB;
    /* border-width: 1px; */
}

    .upload-box img {
        width: 50px;
        height: auto;
        margin-bottom: 10px;
    }

    .upload-box p {
        font-weight: bold;
        color: #555;
    }
/* File name display */
.file-name {
    color: #333;
    font-size: 14px;
    margin-top: 15px;
    font-style: italic;
    display: none; /* Hidden by default */
}
/* Button colors */
.btn-accept {
    background-color: #CEE8F9;
    color: #000000;
}

.btn-reject {
    background-color: rgb(230, 95, 70, 0.10);
    color: #E65F46;
}

.btn-pending {
    background-color: rgba(0, 0, 0, 0.1);
    color: #CA6531;
}

    .btn-accept:hover, .btn-reject:hover, .btn-pending:hover {
        color: #000000 !important;
    }
/* Hide default file input */
.file-input {
    display: none;
}

.theme-color-container {
    display: flex;
    align-items: center;
    border-radius: 8px;
    padding: 2px 4px;
    border: 1px solid #DEE4EA;
    max-width: 500px;
    /*! margin: auto; */
    /*! margin-top: 50px; */
}

.color-box {
    width: 49px;
    height: 42px;
    background-color: #DEE965;
    border-radius: 5px;
    margin-right: 0px;
    cursor: pointer;
}

.cursor {
    cursor: pointer;
}

.color-input {
    border: none;
    background-color: #FFF;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    color: #333;
    /*! font-weight: bold; */
}

.save-btn {
    background-color: #027ac3;
    color: #fff;
    /*! font-weight: bold; */
    border: none;
    border-radius: 5px;
    padding: 5px 20px;
}

    .save-btn:hover {
        background-color: #0A1D1D;
    }

.cancel-btn {
    background-color: #000;
}

.profile-section {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.profile-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.change-logo-btn {
    background-color: #000000;
    color: #fff;
    border: none;
    border-radius: 28px;
    padding: 0.5rem 1rem;
}

    .change-logo-btn:hover {
        background-color: #064a4a;
    }

.file-info {
    font-size: 0.85rem;
    color: #B7B7B7;
}

.addpackage_icon {
    padding: 0rem 0;
    text-align: center;
    width: 34px;
    cursor: pointer;
    height: 34px;
    margin: auto;
}

.add {
    text-align: center;
}

.text-muted:hover {
    color: #B7B7B7 !important;
}

.icon-bottom li {
    list-style-type: none;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 1px 4px;
    margin-bottom: 0px;
}

.swichbutton ul li {
    list-style-type: none;
    display: inline-block;
    width: 179px;
    margin-bottom: 10px;
}

.ck.ck-toolbar {
    background: #F2F4F7;
    padding: 0 var(--ck-spacing-small);
    border: 0px solid #DEE4EA !important;
}

.ck.ck-editor__editable_inline {
    border: 0px solid #DEE4EA !important;
    height: 270px;
}

.ck.ck-editor {
    position: relative;
    border: 1px solid #DEE4EA !important;
    border-radius: 8px;
    overflow: hidden !important;
}

.btn-confirm {
    background-color: #e6ec58;
    color: #000;
    font-weight: bold;
    border-radius: 30px;
    width: 100%;
}

.btn:hover {
    color: #002b57 !important;
    background: #7ecafb;
}

.btnclose {
    background-color: #DEE4EA;
}


.tablebtn {
    height: auto;
    border-radius: 44px;
    width: 59px;
    font-weight: 500;
}

label {
    display: inline-block;
    line-height: 1; /*! font-weight: 500; */
    margin-bottom: 8px;
}

.passlist li {
    list-style-type: disc;
}

.passlist li {
    list-style-type: disc;
    font-size: 17px;
    line-height: 31px;
}

::marker {
    color: #DEE965;
    font-size: 22px;
}

.btngry {
    background: #E5E7EB;
    color: #8B8EA1;
}

.lineh {
    line-height: 34px;
}

.removebtn {
    background: rgb(230, 95, 70, 0.20);
    height: 52px;
    width: 53px;
    border: 0px solid;
    border-radius: 8px;
}

.addbtn {
    background: #E8F5D1;
    height: 52px;
    width: 53px;
    border: 0px solid;
    border-radius: 8px;
}

.wx-auto {
    max-width: 79px !important;
}

.input-group-text {
    background-color: #FBFBFB;
    border: 1px solid #DEE4EA;
}

/* Header Section */
.invoice-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .invoice-header h4 {
        margin: 0;
        font-weight: bold;
    }

.payment-due {
    font-size: 14px;
    color: red;
    font-weight: bold;
    padding: 5px 10px;
    border: 1px solid red;
    border-radius: 5px;
    display: inline-block;
}

.invoice-logo img {
    height: 50px;
}

/* Billing & Sender Sections */
.billing-section h6, .from-section h6 {
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.billing-section p, .from-section p {
    margin: 0;
    line-height: 1.5;
}

/* Invoice Details */
.details-table td {
    padding: 5px;
    vertical-align: top;
}

/* Invoice Table */
.invoice-table th {
    background-color: #f8f9fa;
    text-transform: uppercase;
    font-weight: bold;
}

.invoice-table th, .invoice-table td {
    text-align: center;
    padding: 10px;
}

.invoice-table tfoot td {
    font-weight: bold;
    background-color: #f1f1f1;
}

/* Footer Download Button */
.download-section {
    margin-top: 20px;
}

.btn-download {
    color: #fff;
    background-color: #dc3545;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    text-decoration: none;
    transition: background-color 0.3s;
}

    .btn-download:hover {
        background-color: #c82333;
    }

.w150 {
    width: 150px;
}


.boxlist {
    display: flex;
    flex-wrap: wrap; /* Ensures items wrap to the next row */
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: space-between; /* Distribute items evenly */
}

    .boxlist li {
        width: calc(20% - 10px); /* Ensure 5 items per row with spacing */
        margin-bottom: 20px; /* Add spacing between rows */
        text-align: left; /* Align content to the left */
    }



.box-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* .bottomnavbar{display: none;} */
.mx-910 {
    max-width: 910px;
}

.plan-card {
    border-radius: 12px;
    padding: 38px 20px;
    position: relative;
    overflow: hidden;
}

    .plan-card:hover {
        transform: translateY(-22px);
    }

.silver {
    background-color: #e6f0ff;
    transition: transform 0.5s;
}

.gold {
    background-color: #fff0d5;
    transition: transform 0.5s;
    border: 3px solid #ffa634;
}

.most-popular {
    position: absolute;
    top: 0px;
    right: 0;
    background-color: #ffa634;
    color: #fff;
    padding: 3px 10px;
    font-size: 0.75rem;
    /*! border-radius: 5px; */
    font-weight: bold;
}

.plan-title {
    font-size: 1.5rem;
    font-weight: 700;
}

.price {
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

.old-price {
    text-decoration: line-through;
    color: #595959;
    font-size: 0.95rem;
    font-weight: bold;
}

.buy-btn {
    border-radius: 25px;
    font-weight: 500;
    padding: 5px 30px;
    margin: 5px 0;
    height: 41px;
}

.buy-silver {
    background-color: #ff9aa5;
    color: #000;
}

.buy-gold {
    background-color: #ec4040;
    color: #fff;
}

.feature-list {
    list-style: none;
    padding: 16px;
    background: #fff;
    border-radius: 9px;
}

    .feature-list li {
        margin: 10px 0;
        font-size: 13px;
    }

        .feature-list li .text-danger {
            color: #d97e86 !important;
        }

.check-icon {
    color: green;
    margin-right: 5px;
}

.cross-icon {
    color: red;
    margin-right: 5px;
}

.section-header {
    margin-bottom: 0px;
}

.badge-pill {
    border-radius: 25px;
    font-size: 0.75rem;
    padding: 5px 10px;
}

.dropdown-wrapper {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.custom-dropdown {
    background-color: #e6f0ff;
    border: 1px solid #3399ff;
    border-radius: 10px;
    width: auto;
    position: relative;
    padding: 8px 28px 8px 12px;
    /*! font-size: ; */
}

    .custom-dropdown label {
        font-size: 12px;
        /*! color: #555; */
        display: block;
        margin-bottom: 2px;
    }

.custom-toggle {
    background: transparent;
    border: none;
    font-weight: 400;
    color: #000;
    width: 100%;
    text-align: left;
    padding: 0;
    cursor: pointer;
    font-size: 12px;
}

.custom-dropdown::after {
    content: "▾";
    position: absolute;
    right: 1px;
    top: 15px;
    pointer-events: none;
    color: #0d6efd;
    font-size: 28px;
}

.custom-menu {
    display: none;
    position: absolute;
    top: 56px;
    right: -4px;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    width: 163px;
}

    .custom-menu.show {
        display: block;
    }

    .custom-menu .item {
        padding: 9px 6px;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 5px;
        /*! font-weight: 300; */
        font-size: 14px;
    }

        .custom-menu .item:hover {
            background-color: #f0f8ff;
        }

        .custom-menu .item.selected {
            font-weight: 700;
            background: #e6f0ff;
        }

            .custom-menu .item.selected .check {
                visibility: visible;
                color: #0d6efd;
            }

.check {
    visibility: hidden;
}



















.badge {
    background: transparent !important;
    border: 1px solid #ccc;
    border-radius: 14px;
    padding: 4px 8px;
    font-weight: 300;
}

.filterbox {
    background: #e6edff;
    padding: 10px 18px 20px;
    border-radius: 8px;
}


@media only screen and (max-width: 1660px) {
    .heading-space {
        padding-left: 200px;
    }

    .list-view ul li {
        width: 42%;
    }

    .column-3 {
        max-width: 33%;
        flex: 0 0 33%;
    }

    .column-2 {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .user-edit ul li {
        width: 100%;
    }

    .account-list .col-lg-3:nth-of-type(3n+3) {
        padding-right: 0;
    }

    .cities .nav-tabs li a {
        width: auto;
        padding: 10px;
    }

    .verticle-border::before {
        left: 36%;
    }

    .c-bdr::before {
        left: 36.9%;
    }

    .overview ul li {
        margin: 0 20px;
    }

    .setupfee li {
        width: 47%;
    }

        .setupfee li.border-green {
            width: 47%;
        }

    .setupfee h4 {
        font-size: 25px;
    }

    .charger-status .status, .charger-status .meters, .charger-status .charge {
        padding: 10px 30px;
    }
}


@media only screen and (max-width: 1440px) {
    .list-view ul li {
        width: 42%;
    }

    .alert svg.alticon {
        width: 20px;
        height: 20px;
        left: 65px;
    }

    .user-edit ul li {
        width: 100%;
    }

    .heading-space {
        padding-left: 141px;
    }

    .colum-5 {
        max-width: 40%;
        flex: 40%
    }

    .account-list .col-lg-3:nth-of-type(3n+3) {
        padding-right: 3px;
    }

    .verticle-border::before {
        left: 38%;
    }

    .cities .account-type {
        width: 200px;
    }

    .cities .rightside .form-group {
        width: 160px;
    }

    .canvas-container .ratio {
        width: 100%;
    }

    .cust-m {
        margin-left: 20px;
    }

    .bottomTable {
        white-space: nowrap;
        display: block;
        width: 100%;
        overflow-x: auto;
    }

    .overview ul li {
        margin: 0 10px;
    }

    .c-bdr::before {
        left: 38.2%;
    }

    .setupfee li {
        width: 45%;
    }

        .setupfee li.border-green {
            width: 45%;
        }

        .setupfee li p {
            font-size: 13px;
        }

        .setupfee li.border-green p {
            font-size: 13px;
        }

    .setupfee h4 {
        font-size: 18px
    }

    .chaerger-building .title {
        font-size: 60px;
    }

    .chaerger-building .fs-57 {
        font-size: 40px;
    }

    .charger-status .status, .charger-status .meters, .charger-status .charge {
        padding: 10px 20px;
    }

    .building-grapgh img {
        width: 310px;
    }

    .build-sec .activity-design ul li {
        margin-bottom: 25px !important;
        margin: 0;
    }
}

@media only screen and (max-width: 1366px) {
    .heading-space {
        padding-left: 148px;
    }

    .cities .nav-tabs li a {
        font-size: 13px;
    }

    .verticle-border::before {
        left: 39%;
    }

    .canvas-container .ratio ul {
        padding: 0 0px;
    }

    .cust-m {
        margin-left: 5px;
    }

    .activity-cards .cust-p {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .overview ul li {
        margin: 0 5px;
    }

    .charge, .meters {
        padding: 10px 30px;
    }

    .setupfee h3 {
        font-size: 20px;
    }

    .chaerger-building .detail p {
        font-size: 14px !important
    }

    .setupfee li p {
        font-size: 12px;
    }

    .setupfee li.border-green p {
        font-size: 12px;
    }

    .setupfee h4 {
        font-size: 15px;
    }

    .building-grapgh img {
        width: 275px;
    }
}

@media only screen and (max-width: 1280px) {
    .heading-space {
        padding-left: 154px;
    }

    .list-view ul li {
        width: 38%;
    }

    .user-edit ul li {
        width: 100%;
    }

    .account-list .col-lg-3:nth-of-type(3n+3) {
        padding-right: 5px;
    }

    .verticle-border::before {
        left: 40.5%;
    }

    .dashboard h2 {
        font-size: 18px;
    }

    .payments-section .cust-m {
        margin-left: 0px;
    }

    .activity-cards .cust-p {
        padding-left: 27px !important;
        padding-right: 27px !important;
    }

    .p-custom {
        padding: 0;
    }

    .overview ul li {
        margin: 0px;
    }

    .c-bdr::before {
        left: 40%;
    }

    .carAve .title-text {
        font-size: 15px;
    }

    .cars .verticle-border::before {
        left: 24%;
    }
}

@media only screen and (max-width: 1199px) {

    .heading-space {
        padding-left: 35px;
    }

    .login-content {
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        max-width: 610px;
        padding: 50px 104px;
        height: 600px !important;
        left: 0;
    }

    .rightside ul {
        float: none;
    }

        .rightside ul li {
            float: none;
        }

    .c-header-icon {
        width: 60px;
    }

    .add-account {
        margin: 0 auto 30px
    }

    .verticle-border::before {
        left: 30%;
    }

    .cities .account-type {
        width: 230px;
    }

    .cities .rightside .form-group {
        width: 230px;
    }

    .activity-cards .cust-p {
        padding-left: 37px !important;
        padding-right: 37px !important;
    }

    .mapdetail {
        left: 0;
        width: calc(100% - 0%);
    }

    .contect-detail {
        width: 400px;
    }

        .contect-detail.active {
            left: 0px !important;
        }

    .openmap {
        left: 0;
        top: 90px;
        z-index: 10;
    }

    .building-grapgh img {
        width: 250px;
    }

    .setupfee li {
        width: 46%;
    }

        .setupfee li.border-green {
            width: 46%;
        }
}



@media only screen and (max-width: 999px) {
    .passworw-match-box {
        position: fixed !important;
        bottom: 110px;
        transform: inherit;
        right: 0;
        z-index: 10;
        top: auto !important;
        left: 0;
        margin: auto;
    }

    .profile-container .pro-details span {
        font-size: 13px;
    }

    .account-type {
        margin: auto;
    }

    .loginbg {
        background: url("../images/login-home-m.jpg") center no-repeat;
        background-size: cover;
    }

    .heading-space {
        padding-left: 40px;
    }

    .column-3 {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .account-list .col-lg-3:nth-of-type(3n+3) {
        padding-right: 15px;
    }

    .cities .account-type {
        width: 220px;
    }

    .cities .rightside .form-group {
        width: 220px;
    }

    .verticle-border::before {
        left: 33%;
    }

    .wrapper {
        margin-left: 24px !important;
    }

    .activity-cards .cust-p {
        padding-left: 28px !important;
        padding-right: 28px !important;
    }

    .activity-cards .card-structure .bottom-structure {
        padding: 22px;
    }

    .dashboard h2 {
        font-size: 17px;
    }

    .customer-sup .btn-support {
        right: 0;
    }

    .overview ul li {
        margin: 0 10px;
    }

    .c-bdr::before {
        display: none;
    }

    .h-411 {
        height: auto;
    }

    .setupfee li {
        width: 48%;
    }

        .setupfee li.border-green {
            width: 48%;
        }
}

@media only screen and (max-width: 780px) {


    .colum-5 {
        max-width: 50%;
        flex: 50%;
    }
}

@media only screen and (max-width: 768px) {
    .bottomnavbar {
        display: block;
    }

    .wrapper {
        margin-left: 15px !important;
    }

    .activity-cards .cust-p {
        padding-left: 28px !important;
        padding-right: 28px !important;
    }

    .activity-cards .card-structure .bottom-structure {
        padding: 22px;
    }

    .dashboard h2 {
        font-size: 17px;
    }

    .cus-p2 {
        padding-right: 20px;
    }
}






@media only screen and (max-width: 767px) {
    .custom-card {
        border-radius: 8px;
        padding: 23px 20px;
        background-color: white;
        border-color: #DEE4EA;
        margin: 8px 0;
    }


    .passworw-match-box::after, .passworw-match-box::before {
        top: auto;
        left: 0;
        right: 0;
        margin: auto
    }

    .passworw-match-box::before {
        border-color: rgba(194, 225, 245, 0);
        border-bottom-color: rgba(194, 225, 245, 0);
        border-bottom-color: #E3E3E3;
        border-width: 15px;
        margin-top: -43px;
    }

    .passworw-match-box::after {
        border-color: rgba(136, 183, 213, 0);
        border-right-color: rgba(136, 183, 213, 0);
        border-bottom-color: #fff;
        border-width: 13px;
        margin-top: -26px;
        top: 0
    }

    .login-content {
        max-width: 300px;
        padding: 45px;
        height: 400px !important;
    }

    .account-list {
        width: 100%;
        overflow-x: auto;
    }

    .fs-26 {
        font-size: 23px;
    }

    .list-view ul li {
        width: 45%;
    }

    .grid {
        overflow-x: inherit;
    }

    .user-edit ul li {
        width: 100%;
    }

    .colum-5 {
        max-width: 100%;
        flex: 100%
    }

    .verticle-border::before {
        display: none;
    }

    .customer-sup .btn-support {
        right: 15px;
    }

    .setupfee li {
        width: 46%;
    }

        .setupfee li.border-green {
            width: 46%;
        }

    .dd-arrow {
        position: relative;
        right: 0;
    }

    .ul-status1 li {
        padding-right: 20px;
    }

    .contect-detail {
        position: relative;
    }

    #map_div2 {
        height: calc(500px + 100vh) !important;
    }

    .mapRightBar {
        max-width: 92%;
        margin: 30px 15px 30px;
    }

    .column-2 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media screen and (max-width: 575px) {
    .wrapper {
        margin-bottom: 50px;
    }

    .logo-login img {
        width: 200px;
    }

    .account-type {
        width: 254px;
    }

    .rightside .form-group {
        width: auto;
    }

    .rightside li.w-74 {
        width: 74%;
        margin-right: 0;
    }

    .rightside li a {
        padding: 12px 2px
    }

    .pagging ul li {
        display: inline-block;
        margin-bottom: 5px;
        margin: 0 2px;
    }

    .pagging ul {
        display: block;
    }

    .rightside .form-group {
        margin-right: 0px;
    }

    .column-3 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .heading-space {
        padding: 15px;
    }

    .cities .rightside ul li {
        width: 100%;
    }

    .cities .account-type {
        width: auto;
    }

    .cities .rightside .form-group {
        width: auto;
    }

    .customer-sup .btn-support {
        position: absolute;
        right: 50%;
        bottom: -73px;
        border-radius: 5px;
        padding: 10px 58px 33px 43px;
        margin: 0;
        transform: translateX(50%);
    }

    .contect-detail {
        width: 325px;
    }

    .mapRightBar {
        max-width: 88%;
    }

    .pagging ul li a {
        border-radius: 5px;
        font-size: 8px;
        color: #A6A7AD;
        padding: 5px;
    }

    .account-list .table th {
        font-size: 13px;
        padding: 8px 14px;
    }

    .account-list .table td {
        font-size: 13px;
        padding: 7px 14px !important;
    }
}

@media(max-width: 481px) {
    .account-type {
        width: 100%;
    }

        .account-type a {
            min-width: 110px;
        }

        .account-type .custom-selectbox-record-num-form-control {
            width: 100% !important
        }

    .rightside li.w-74 {
        width: 58%
    }

    .useradmin .rightside li.w-74 {
        width: 100%
    }

    /* .list-inline-item:not(:last-child){ width: 47%;}
.rightside ul li{width: 100%} */
    .rightside li a.btn {
        display: block;
    }

    .upload-box {
        height: 166px;
    }
}

/* user admin css */
.boxlist li {
    list-style: none;
    display: inline-table;
    width: 19.66%;
}

.boxlist .custom-card {
    margin: 9px 10px;
}

.progress-bar {
    border-radius: 9px;
}

.progress {
    height: 0.5rem;
}

.progress-bar.bg-success {
    background-color: #36C71B;
}

.progress-bar.bg-warning {
    background-color: #FF9103;
}

.progress-bar.bg-danger {
    background-color: #E65F46;
}

.card-custom {
    width: 100%;
}

    .card-custom ul li {
        display: inline-table;
        min-width: 15.7%;
        color: #000000;
    }


.form-select {
    background-image: url("../../images/dropdownarrow.svg");
}

.chartheadding {
    background: linear-gradient(45deg, #d5797a 0%, #d70f0f 100%);
    width: 100%;
    border-top-left-radius: 9px;
    padding: 4px 17px;
    border-top-right-radius: 9px;
}

.opc_050 {
    opacity: 0.2;
    font-size: 35px;
}

.bg-screen1 {
    background: linear-gradient(45deg, #1e6c9b 0%, #2e383c 100%);
}

.bg-screen2 {
    background: linear-gradient(45deg, #cc87f9 0%, #8b00f5 100%);
}

.bg-screen3 {
    background: linear-gradient(45deg, #192f77 0%, #020529 100%);
}

.bg-screen4 {
    background: linear-gradient(45deg, #8eb9ca 0%, #0fbd00 100%);
}

@media(max-width: 1480px) {
    .boxlist li {
        width: 24.66%;
    }
}

@media(max-width: 676px) {
    .alertsbox img {
        width: 40px;
    }

    .profile-container img {
        height: 40px;
    }

    .boxlist li {
        width: 100%;
    }

    .ps44 {
        padding-left: 0;
    }

    .btn3-hover {
        padding: 11px 13px;
        font-size: 14px;
    }

    .btn2-hover {
        padding: 11px 13px;
        font-size: 14px;
        line-height: 26px;
    }

    .menudrop::before {
        left: 82%;
    }

    .btn {
        font-weight: 400;
        font-size: 13px;
    }

    body {
        font-size: 14px;
    }

    .wiph {
        width: 100%;
    }

    .form-control {
        height: 43px;
        font-size: 14px;
    }

    .form-select {
        font-size: 14px;
        height: 43px;
    }

    .rightside .form-control {
        height: 43px;
        padding-left: 15px;
    }

    .rightside .form-group .search {
        top: 9px;
        right: 16px;
    }

    .pagging ul li.allpage {
        width: 85px;
    }

    li.page-item.allpage .fs-13 {
        font-size: 8px !important;
    }

    #item-list .input-group {
        flex-wrap: nowrap;
    }

    .addbtn, .removebtn {
        height: 39px;
        width: 39px;
    }

        .addbtn img, .removebtn img {
            width: 25px;
        }

    #item-list .col-sm {
        margin-bottom: 10px;
    }

    .card-custom ul li {
        min-width: 45.7%;
    }

    .nav-tabs .nav-link {
        padding: 8px 11px;
        font-size: 13px;
    }

    table th {
        font-size: 12px;
        font-weight: 500;
    }

    table td {
        font-size: 12px;
    }

    table th, table td {
        padding: 1px 4px !important;
    }
}

@media only screen and (max-width: 575px) {
    .fs-24 {
        font-size: 15px;
    }

    .price-table tr.price-table-head td {
        font-size: 16px;
        padding: 10px 13px;
    }

    .price-table th {
        font-size: 15px;
        font-family: 'Diagramm-Regular';
    }

    tr td, tr th {
        padding: 9px 12px;
    }

    .pricerate {
        font-size: 26px;
    }

    .boxlist .custom-card {
        margin: 9px 13px;
    }

    .boxlist li {
        margin-bottom: 0;
    }

    .fs-18 {
        font-size: 14px;
    }

    .nav-tabs .nav-link {
        padding: 8px 9px;
        font-size: 11px;
    }

    .iphone {
        display: inline-block;
        margin-bottom: 11px;
    }
}

.btn-confirm.btnone {
    padding: 5px 17px;
    line-height: 46px;
}


.dropdown-300 {
    width: 300px;
}

.icon-box.md {
    width: 3rem;
    height: 3rem;
}

.fs-6 {
    font-size: 0.9rem !important;
}

.opacity-50 {
    opacity: .5 !important;
}

.dropdown-300 h6 {
    font-size: 13px;
}

.dropdown-300 p {
    font-size: 12px;
}

.icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
}

.border1 {
    border: 3px solid #fff;
    border-radius: 100%;
}


.min-h150 {
    min-height: 150px;
    max-height: 300px; /* Optional: Maximum height set karne ke liye */
    overflow-y: auto;
}

    /* Thin scrollbar ke liye */
    .min-h150::-webkit-scrollbar {
        width: 4px; /* Thin scrollbar width */
    }

    .min-h150::-webkit-scrollbar-thumb {
        background-color: #888; /* Scroll thumb color */
        border-radius: 10px;
    }

    .min-h150::-webkit-scrollbar-track {
        background: #f1f1f1; /* Track color */
    }





.slide-in {
    animation: slide-in 0.8s;
}

@keyframes slide-in {
    0% {
        transform: translate(-5rem);
        opacity: 0;
    }

    100% {
        transform: translate(0);
    }
}

.slide-out {
    animation: slide-out 0.8s;
}

@keyframes slide-out {
    0% {
        transform: translate(0);
    }

    100% {
        transform: translate(20rem);
    }
}

.tab-slider--nav {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    display: flex;
}

.tab-slider--tabs {
    display: flex;
    float: left;
    margin: 0;
    padding: 10px;
    list-style: none;
    position: relative;
    border-radius: 35px;
    overflow: hidden;
    background: #fff;
    height: 57px;
    user-select: none;
    /*! width: 335px; */
    margin: auto;
}

    .tab-slider--tabs:after {
        content: "";
        width: 50%;
        background: #0299f4;
        height: 85%;
        position: absolute;
        top: 4px;
        left: 5px;
        transition: all 250ms ease-in-out;
        border-radius: 35px;
    }

    .tab-slider--tabs.slide:after {
        left: 49%;
    }

.tab-slider--trigger {
    /*! font-size: 12px; */
    line-height: 1;
    /*! font-weight: bold; */
    color: #1b1a26;
    /*! text-transform: uppercase; */
    text-align: center;
    padding: 11px 53px 11px 48px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: inline-block;
    transition: color 250ms ease-in-out;
    user-select: none;
}

    .tab-slider--trigger.active {
        color: #fff;
    }

.tab-slider--body {
    margin-bottom: 20px;
}


.pricing-card-container {
    background: #fff;
    padding: 21px;
}

/* Ensure all pricing cards have the same height */
.pricing-section .row {
    display: flex;
    flex-wrap: wrap; /* Allows wrapping for smaller screens */
}

.pricing-section .col-md-6.col-lg-3 {
    display: flex;
    flex-direction: column;
}

.pricing-card-container {
    flex: 1; /* Makes all cards equal height */
    display: flex;
    position: relative;
    flex-direction: column;
    background-color: #1a1a1a; /* Optional: Add a background color for better visibility */
    border: 0px solid #ddd; /* Optional: Add a border for better styling */
    /*! border-radius: 8px; */ /* Optional: Rounded corners */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional: Add a shadow for depth */
    padding: 0; /* Adds padding inside the cards */
}

.pricing-card {
    flex: 1; /* Ensures the card content stretches evenly */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Space between header, content, and footer */
}

    .pricing-card h4 {
        font-size: 1.5rem;
        font-weight: bold;
        margin-bottom: 0.5rem;
    }

    .pricing-card p {
        font-size: 18px;
        color: #5F6773;
        margin-bottom: 0px;
    }

    .pricing-card h3 {
        font-size: 33px;
        font-weight: bold;
        color: #1B1A26;
        margin: 4px 0;
    }

    .pricing-card a.btn {
        margin-top: auto; /* Pushes the button to the bottom */
    }

.pricing-header h1 {
    font-size: 50px;
    font-weight: 700;
    color: var(--themecolor2);
    margin-top: 20px;
}

.pricing-header span {
    font-size: 18px;
    font-weight: 500;
    color: var(--themecolor2);
}

.pricing-header .red {
    color: var(--themecolor1);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}


.top-btn {
    text-align: end;
}


.pricing-card {
    border: 0px solid #E8E8E8;
    background: var(--themecolor3);
    border-radius: 0;
    padding: 35px 30px;
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); */
    transition: transform 0.5s;
}

.pricing-section .pricing-card-container {
    transition: transform 0.5s;
}

    .pricing-section .pricing-card-container:hover {
        transform: translateY(-32px);
    }

.pricing-card ul li {
    padding: 6px 0px;
    font-size: 18px;
    font-weight: normal;
    /*! font-family: 'Proxima Nova Lt'; */
}

.most-popular {
    font-size: 12px;
    text-align: center;
    color: #fff;
    padding: 5px 12px;
    width: 100%;
    font-weight: 600;
}

.pricing-section {
    text-align: start;
}

    .pricing-section .active {
        border: solid 1px var(--themecolor1);
        background-color: var(--themecolor1);
        border-radius: 0;
    }

        .pricing-section .active .pricing-card {
            border-radius: 0;
        }

.bg-darkgreen {
    background: linear-gradient(315deg, rgb(2, 153, 244) 0%, rgb(14, 17, 22) 83%);
}

.pb-35 {
    padding-bottom: 35px;
}

.bottombor {
    border-bottom: 1px solid #DEE4EA !important;
}

.py-100 {
    padding: 85px 0;
}

.lightcrembg {
    background: #FAFAFA;
}

@media only screen and (max-width:767px) {
    .pricing-card h3 {
        font-size: 31px;
        font-weight: bold;
        color: #1B1A26;
    }
}
