* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.login_wrp {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../img/bg_login.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.logo_wrp-login {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    text-align: center;
}

.login_bx {
    padding: 30px;
    border-radius: 10px;
    /*box-shadow: 0 0 15px #00000011;*/
    box-shadow: 0 0 15px #8ac640;
    background-color: white;
    width: 640px;
}

.ttl_heading-bx h3 {
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 20px;
    margin: 0;
}

.ttl_heading-bx p {
    font-size: 18px;
    font-weight: 400;
    color: #363636;
    letter-spacing: 0.5px;
    line-height: 24px;
    margin-bottom: 30px;
}

    .ttl_heading-bx p a {
        color: #0e7ac9;
        text-decoration: none;
    }

.form_wrp-bx-login label {
    font-size: 18px;
    color: #404040;
    font-weight: 500;
}

.form_wrp-bx-login input {
    line-height: 50px;
    padding-left: 25px;
    border-radius: 1px solid #C3C7E4;
    border-radius: 10px;
}

.remforwrp {
    display: flex;
    justify-content: space-between;
}

    .remforwrp .form-switch .form-check-input {
        width: 2.6rem;
        background-color: #103442;
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='white'/></svg>");
        height: 1.4rem;
        outline: none;
        box-shadow: none;
        border-color: #103442;
    }

        .remforwrp .form-switch .form-check-input:checked {
            background-color: #8bc63d;
            outline: none;
            box-shadow: none;
            border-color: #8bc63d;
        }

    .remforwrp .form-switch label {
        padding-left: 10px;
    }

    .remforwrp a {
        color: #383f19;
        text-decoration: none;
    }

button.login_btn {
    width: 100%;
    border: 0;
    background: #8ac640;
    color: white;
    padding: 14px 0;
    border-radius: 10px;
    margin-top: 25px;
    margin-bottom: 20px;
}

.login_wrp.sign_up .login_bx {
    margin: 0px auto;
}

.login_wrp.sign_up {
    display: block;
    /* padding-top: 160px; */
}

    .login_wrp.sign_up .logo_wrp-login {
        position: static;
        padding: 30px 0;
    }

.ttl_heading-bx.fr_ps p {
    margin-bottom: 0;
}

.remember_links {
    padding-top: 10px;
    text-align: center;
}

    .remember_links a {
        color: #0e7ac9;
    }


@media(max-width:768px) {
    .login_bx {
        width: 94%;
    }

    .ttl_heading-bx p {
        font-size: 16px;
    }

    .remforwrp .form-switch label {
        font-size: 16px;
    }

    .remforwrp .form-check {
        align-items: center;
        display: flex;
    }

    .remforwrp .form-switch .form-check-input {
        width: 2.3rem;
        height: 1.2rem;
    }

    .remforwrp a {
        font-size: 14px;
    }

    button.login_btn {
        margin-bottom: 0;
    }
}

.BtCentre {
    display: flex;
    justify-content: center;
    align-self: end;
}
/*31-07-2023 Css Here*/
/*============================================================
    Header CSS Section Start
===============================================================*/
.header_sec {
    background-color: #103442;
    margin-left: 211px;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.5s ease-in-out;
    z-index: 999;
    border-bottom: 1px solid #fff;
}

/*================= MenuBar Css =================*/
#nav-icon1 {
    width: 30px;
    height: auto;
    border-radius: 50%;
    z-index: 998;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    align-items: end;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

    #nav-icon1 span {
        display: block;
        border-radius: 50px;
        height: 3px;
        width: 30px;
        border-radius: 50px;
        background: #fff;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        #nav-icon1 span:nth-child(2),
        #nav-icon1 span:nth-child(4) {
            top: 20px;
            width: 22px;
            right: 0px;
        }

    #nav-icon1.open span:nth-child(1) {
        position: absolute;
        top: 25px;
        left: 0px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    #nav-icon1.open span:nth-child(2),
    #nav-icon1.open span:nth-child(4) {
        opacity: 0;
        left: -0px;
    }

    #nav-icon1.open span:nth-child(3) {
        position: absolute;
        top: 25px;
        left: 0px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }


/*================= Profile Css =================*/
.profle .headerDropdownNav li {
    list-style: none;
    position: relative;
    display: inline-block;
}

    .profle .headerDropdownNav li ul {
        background: #fff;
        box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
        padding: 0px;
        border: 2px solid #eee;
        overflow: hidden;
    }

.profle .headerDropdownNav > li > a {
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    font-weight: 400;
    color: #103442;
}

.profle .headerDropdownNav li button {
    border: none;
}

    .profle .headerDropdownNav li button::after {
        content: '';
        display: none;
    }

    .profle .headerDropdownNav li button h2 {
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        text-align: end;
        margin-right: 10px;
    }

        .profle .headerDropdownNav li button h2 span {
            font-size: 13px;
            display: block;
            margin-top: 3px;
        }

.profle .headerDropdownNav li ul li {
    display: block;
    border-bottom: 1px solid #ddd;
}

    .profle .headerDropdownNav li ul li a {
        font-size: 15px;
        color: #000;
        padding: 5px 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }


        .profle .headerDropdownNav li ul li a:hover {
            color: #fff;
            background-color: #8ac640;
        }

.profle .headerDropdownNav li .profile-img {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    background: #fff;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}


.profle .headerDropdownNav li .header-notificationBTN {
    font-size: 20px;
}

.badgeStyle {
    top: -3px;
    height: 25px;
    width: 25px;
    right: -27px;
}

.badgeCount {
    font-size: 15px;
    font-weight: bold;
    position: relative;
    top: -5px;
    color: white;
}

.notificationDiv {
    /*border: 1px inset #103442 !important;*/
    position: absolute !important;
    min-width: 300px !important;
    max-height: 340px !important;
    overflow-y: auto !important;
    inset: 0 auto auto 320px !important;
    margin: 0px !important;
    transform: translate(-456px, 32px) !important;
    border-radius: 5px;
    padding: 2px !important;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
.notificationDiv {
    scrollbar-width: auto;
    scrollbar-color: #103442 #ffffff;
}

    /* Chrome, Edge, and Safari */
    .notificationDiv::-webkit-scrollbar {
        width: 13px;
    }

    .notificationDiv::-webkit-scrollbar-track {
        background: #ffffff;
    }

    .notificationDiv::-webkit-scrollbar-thumb {
        background-color: #103442;
        border-radius: 10px;
        border: 3px solid #ffffff;
    }
/*================= Scroll Header Fix Css =================*/
.FixHeader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 999;
    box-shadow: rgb(50 50 93 / 15%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
    transition: all 0.8s ease-in-out;
}

    .FixHeader .profle .headerDropdownNav li .header-notificationBTN,
    .FixHeader .profle .headerDropdownNav li a {
        color: #000;
    }

        .FixHeader .profle .headerDropdownNav li .header-notificationBTN:hover,
        .FixHeader .profle .headerDropdownNav li a:hover,
        .profle .headerDropdownNav li button:hover,
        .profle .headerDropdownNav li button.show,
        .profle .headerDropdownNav > li > a:hover {
            color: #8ac640;
        }

/*============================================================
    Header CSS Section Start
===============================================================*/


/*============================================================
    Menu Bar Click On Add And Remove CSS Effect Start
===============================================================*/
.slideb .header_sec {
    margin-left: 95px;
}

.slideb .dashboardBodyRight_sec {
    margin-left: 95px;
    border-radius: 40px 0px 0px 40px;
}

.slideb .admn_lft {
    left: 0;
    width: 95px;
}

    .slideb .admn_lft .logo-menubar {
        padding: 30px 15px;
    }

/*============================================================
    Menu Bar Click On Add And Remove CSS Effect End
===============================================================*/


/*=====================================================
    Admin Left Side Menu Panel CSS Section Start
=====================================================*/
/*============== Left Panel Menu Sidebar Section ==============*/
.admn_lft {
    background: #103442;
    overflow: hidden;
    z-index: 99;
    position: fixed;
    width: 211px;
    top: 0px;
    bottom: 0;
    transition: all 0.5s ease-in-out;
    left: 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

    .admn_lft .logo-menubar {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 12px 15px;
        border-bottom: 1px solid #8ac640;
        background-color: #fff;
    }

    .admn_lft > ul {
        padding: 50px 0px 0px;
        margin-bottom: 60px;
        overflow-y: auto;
    }

        .admn_lft > ul > .sideNav_Btn {
            position: relative;
        }

            .admn_lft > ul > .sideNav_Btn > a {
                transition: all 0.1s ease-in-out;
                color: #fff;
                font-size: 16px;
                font-weight: 500;
                padding: 15px 25px;
                display: flex;
                align-items: center;
                text-decoration: none;
                position: relative;
                margin: 0px 0px 3px 20px;
                border-radius: 25px 0px 0px 25px;
            }

                .admn_lft > ul > .sideNav_Btn > a > .SideNavIcon {
                    font-size: 22px;
                    width: 27px;
                    display: flex;
                    justify-content: center;
                    margin-right: 10px;
                    color: #8ac640;
                    transition: all 0.1s ease-in-out;
                }

                .admn_lft > ul > .sideNav_Btn > .activenav,
                .admn_lft > ul > .sideNav_Btn > a:hover {
                    background: #8ac640;
                    color: #fff;
                }

                    .admn_lft > ul > .sideNav_Btn > .activenav i, .admn_lft > ul > .sideNav_Btn > a:hover i {
                        color: #fff;
                    }


.logoutBTN_Box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

    .logoutBTN_Box .btn {
        background-color: #8ac640;
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        width: 100%;
        border-radius: 0px;
        padding: 12px 15px;
        text-align: start;
        display: flex;
        align-items: center;
        gap: 10px;
    }


        .logoutBTN_Box .btn i {
            font-size: 18px;
        }

        .logoutBTN_Box .btn:hover {
            background-color:#8ac640;
            color: #fff;
        }

.slideb .logoutBTN_Box .btn {
    justify-content: center;
}

    .slideb .logoutBTN_Box .btn span {
        display: none;
    }

/*=====================================================
    Admin Left Side Menu Panel CSS Section End
=====================================================*/


/*==================================================================
    On Click MenuBar Admin Left Side Menu Panel CSS Section Start
==================================================================*/
.slideb .admn_lft > ul > .sideNav_Btn > a {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .slideb .admn_lft > ul > .sideNav_Btn > a span {
        display: none;
    }

/*==================================================================
    On Click MenuBar Admin Left Side Menu Panel CSS Section End
==================================================================*/


/*==================================================================
    On Hover Sidebar Menu  Panel CSS Section Start
==================================================================*/
.slideb .admn_lft:hover {
    width: 211px;
    background: #103442;
    z-index: 9999;
}

    .slideb .admn_lft:hover .dBlockName {
        display: flex !important;
        padding: 12px 15px;
    }

    .slideb .admn_lft:hover .slideBBlockName {
        display: none !important;
    }

    .slideb .admn_lft:hover > ul > .sideNav_Btn > a {
        justify-content: flex-start;
    }

        .slideb .admn_lft:hover > ul > .sideNav_Btn > a span {
            display: flex;
            /*white-space: break-spaces;*/
        }

    .slideb .admn_lft:hover .logoutBTN_Box .btn {
        justify-content: start;
    }

    .slideb .admn_lft:hover .btn span {
        display: block;
    }

/*==================================================================
    On Hover Sidebar Menu  Panel CSS Section End
==================================================================*/


/*=====================================================
    Dashboard Body Right Section Start
=====================================================*/
/*============== Dashboard Main Content Body Css Section ==============*/
.dashboardBodyRight_sec {
    margin-left: 211px;
    padding: 70px 0px 75px;
    transition: all 0.5s ease-in-out;
    position: relative;
}

.dashbaord_WelcomeBox {
    background-color: #8ac640;
    padding: 20px 20px 35px;
    height: 130px;
}

    .dashbaord_WelcomeBox h2 {
        font-size: 20px;
        font-weight: 500;
        color: #fff;
    }

    .dashbaord_WelcomeBox span {
        font-size: 16px;
        color: #fff;
        margin-top: 5px;
        display: block;
    }

.breadcrumb_sec nav ol li.breadcrumb-item.active {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.breadcrumb_sec nav ol li a,
.breadcrumb_sec nav ol li.breadcrumb-item::before {
    color: #e7e7e7;
    font-size: 15px;
    font-weight: 400;
}



/*Dashboard Card Css Here*/
.dashboardCard_MainSec {
    padding: 0px 5px;
    margin-top: -35px;
}

.dashboardCard_box {
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 15px 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease-in-out;
}

    .dashboardCard_box:hover {
        transform: scale(1.05);
    }

    .dashboardCard_box .cardImg_Box {
        width: 65px;
        height: 65px;
        background-color: #3F51B5;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
    }

        .dashboardCard_box .cardImg_Box::before {
            content: '';
            width: 60px;
            height: 60px;
            background-color: #ffffff1f;
            border-radius: 50%;
            position: absolute;
            top: -20px;
            left: -20px;
        }

        .dashboardCard_box .cardImg_Box::after {
            content: '';
            width: 45px;
            height: 45px;
            background-color: #ffffff1f;
            border-radius: 50%;
            position: absolute;
            top: -20px;
            left: -20px;
        }

        .dashboardCard_box .cardImg_Box i {
            font-size: 25px;
        }

    .dashboardCard_box .cardContent_Box {
        width: 100%;
    }

        .dashboardCard_box .cardContent_Box span {
            font-size: 20px;
            font-weight: 500;
            color: #3F51B5;
        }

        .dashboardCard_box .cardContent_Box h2 {
            font-size: 24px;
            font-weight: 600;
            color: #211E1E;
            margin: 5px 0px 8px;
        }

        .dashboardCard_box .cardContent_Box .progress {
            background-color: #CCCCCC;
            height: 5px;
            border-radius: 50px;
        }

            .dashboardCard_box .cardContent_Box .progress .progress-bar {
                background: #3f51b5;
            }

        .dashboardCard_box .cardContent_Box p {
            font-size: 16px;
            font-weight: 500;
            color: #211E1E;
            margin-top: 8px;
        }

.userCardBox .cardImg_Box {
    background-color: #F66B4E;
}

.userCardBox .cardContent_Box span {
    color: #F66B4E;
}

.userCardBox .cardContent_Box .progress .progress-bar {
    background: #F66B4E;
}



.employeeCardBox .cardImg_Box {
    background-color: #1CA2D5;
}

.employeeCardBox .cardContent_Box span {
    color: #1CA2D5;
}

.employeeCardBox .cardContent_Box .progress .progress-bar {
    background: #1CA2D5;
}


.notificationCardBox .cardImg_Box {
    background-color: #218499;
}

.notificationCardBox .cardContent_Box span {
    color: #218499;
}

.notificationCardBox .cardContent_Box .progress .progress-bar {
    background: #218499;
}

.GrossSavingCardBox .cardImg_Box {
    background-color: #A89B9D;
}

.GrossSavingCardBox .cardContent_Box span {
    color: #A89B9D;
}

.GrossSavingCardBox .cardContent_Box .progress .progress-bar {
    background: #A89B9D;
}

.NetSavingCardBox .cardImg_Box {
    background-color: #2A2C24;
}

.NetSavingCardBox .cardContent_Box span {
    color: #2A2C24;
}

.NetSavingCardBox .cardContent_Box .progress .progress-bar {
    background: #2A2C24;
}


/*Bar Chart Css Here*/
.height100 {
    height: 100%;
}



/*Table Css Here*/
.mainWrapper_Sec {
    padding: 0px 5px;
    margin-top: 30px;
}

    .mainWrapper_Sec .Wrapper_Box, .mainWrapper_Sec .Wrapper_Box_inner {
        background-color: #fff;
        padding: 20px;
        border-radius: 10px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

.sectionHeadingBox h2 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 15px;
}



.tableBox table {
    border-bottom: 1px solid rgb(236 239 255);
}

.tableBox .dataTables_length label,
.tableBox .dataTables_filter label {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 15px;
}

    .tableBox .dataTables_length label select,
    .tableBox .dataTables_filter label input {
        border-radius: 50px;
    }

.tableBox table tr.odd {
    background-color: #fff;
}

.tableBox table tr.even {
    background-color: #ECEFFF;
}

.tableBox table tr th {
    background-color: #103442;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border: none;
}
.tableBox table tbody tr td .changes {
    background-color: #8ac6408c;
}

/*.tableBox table tr.odd td span {
    background-color: #33ABD9;
    padding: 2px 15px;
    display: inline-block;
    border-radius: 50px;
    color: #fff;
}

.tableBox table tr.even td span {
    background-color: #F66B4E;
    padding: 2px 15px;
    display: inline-block;
    border-radius: 50px;
    color: #fff;
}*/

.tableBox table tr td {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    box-shadow: unset !important;
    vertical-align: middle;
}

    .tableBox table tr td a {
        font-size: 16px;
        color: #fff;
        border-radius: 5px;
        width: 30px;
        height: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }

        .tableBox table tr td a.editBTN {
            background-color: #0C6BC5;
        }

            .tableBox table tr td a.editBTN:hover {
                background-color: #0a61b3;
            }

        .tableBox table tr td a.deleteBTN {
            background-color: #E21717;
        }

            .tableBox table tr td a.deleteBTN:hover {
                background-color: #c41212;
            }


/*Dashboard Footer Css Here*/
.dashboardFooter_Sec {
    background-color: #fff;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    text-align: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: 211px;
    transition: all 0.5s ease-in-out;
}

.slideb .dashboardFooter_Sec {
    margin-left: 0px;
}

.dashboardFooter_Sec span {
    font-size: 14px;
    font-weight: 500;
    color: #103442;
}

    .dashboardFooter_Sec span span {
        display: inline-block;
        color: #8ac640;
        margin-bottom: 0px;
    }

/*=====================================================
    Dashboard Body Right Section Start
=====================================================*/

@media(max-width:768px) {
    .login_bx {
        width: 94%;
    }

    .ttl_heading-bx p {
        font-size: 16px;
    }

    .remforwrp .form-switch label {
        font-size: 16px;
    }

    .remforwrp .form-check {
        align-items: center;
        display: flex;
    }

    .remforwrp .form-switch .form-check-input {
        width: 2.3rem;
        height: 1.2rem;
    }

    .remforwrp a {
        font-size: 14px;
    }

    button.login_btn {
        margin-bottom: 0;
    }
}

.main-div {
    overflow-x: hidden;
}

.dashboardBody_Box .mainWrapper_Sec .nav-item a, h5 {
    text-decoration: none;
    color: #103442;
}

    .dashboardBody_Box .mainWrapper_Sec .nav-item a.active h5 {
        color: #ffffff;
    }

    .dashboardBody_Box .mainWrapper_Sec .nav-item a.active .Wrapper_Box_inner {
        background-color: #8ac640;
    }

.tab-pane .sectionHeadingBox {
    margin: 15px 0;
}

.profilePic {
    height: 19.5rem;
    width: 19.5rem;
    border-radius: 10rem
}

i.fa-solid.fa-camera {
    border: 1px solid #dee2e6;
    border-radius: 7rem;
    padding: 5px;
    margin: 3px;
    position: relative;
    top: 2rem;
    right: -3.5rem;
    background-color: #ffffff;
    display: block;
    width: 1.8rem;
    cursor: pointer;
}

i.fa-solid.fa-pen, i.fa-solid.fa-xmark {
    padding: 10px;
    cursor: pointer;
}


.head-plan {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.text-plan {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #4b4b4b;
}

.title-plan {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #202020;
}

.detailsPlan-box {
    margin: 15px 0 0;
}

.bg-colorBlue {
    background-color: #f2f6ff;
    border-radius: 8px;
    padding: 10px;
}

.deal-btn, .deal-btn:hover {
    background: #103442 none repeat scroll 0 0;
    border-radius: 100px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    word-spacing: 2px;
}

/*=====================================================
    Display statush quates commnets
=====================================================*/

.cust-statush {
    align-items: center;
    font-size: 16px;
    display: inline-block;
    height: 100%;
    white-space: nowrap;
    width: auto;
    position: relative;
    border-radius: 100px;
    line-height: 1;
    overflow: hidden;
    padding: 0px 12px 0px 20px;
    text-overflow: ellipsis;
    line-height: 1.78rem;
    color: red;
    word-break: break-word;
}

.cust-statush {
    border: none;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin-bottom: -20px;
    quotes: "\201C""\201D""\2018""\2019";
}

    .cust-statush::before {
        content: open-quote;
        color: red;
    }

    .cust-statush::after {
        content: close-quote;
        color: red;
    }


.cust-statush--success {
    font-weight: 600;
    color: red;
}

select#dropdowNlist {
    background-color: #103442;
    color: #ffffe7;
    border: 0px;
    outline: 0px;
    text-transform: capitalize
}

button.btn.deal-btn.CompanyStatus {
    width: 168px
}

.error-message {
    color: red;
}

.TbnoLogoImg {
    font-size: 29px;
}
.TbLogoImg {
    width: 33px;
}
.require-red {
    color: #FF5E5E;
}

.DeleteBtn {
    background: #f35325 none repeat scroll 0 0 !important;
}

.chartContainer {
    width: 50%;
    height: 100%;
    
}
    .chartContainer #myChart {
        display: block;
        width: 1065px;
        height: 420px;
    }



/*Dikshant edit for pie chart*/
section {
    margin-top: 30px;
}

.pieID {
    display: inline-block;
    vertical-align: top;
}

.pie {
    height: 400px;
    width: 400px;
    position: relative;
    margin: 0 30px 30px 0;
}

    .pie::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        width: 200px;
        height: 200px;
        background: #EEE;
        border-radius: 50%;
        top: 100px;
        left: 100px;
    }

    .pie::after {
        content: "";
        display: block;
        width: 120px;
        height: 2px;
        background: rgba(0,0,0,0.1);
        border-radius: 50%;
        box-shadow: 0 0 3px 4px rgba(0,0,0,0.1);
        margin: 220px auto;
    }

.slice {
    position: absolute;
    width: 400px;
    height: 400px;
    clip: rect(0px, 400px, 400px, 200px);
    animation: bake-pie 1s;
}

    .slice span {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-color: black;
        width: 400px;
        height: 400px;
        border-radius: 50%;
        clip: rect(0px, 400px, 400px, 200px);
    }

.legend {
    list-style-type: none;
    padding: 0;
    margin: 0;
    background: #FFF;
    padding: 15px;
    font-size: 22px;
    box-shadow: 1px 1px 0 #DDD, 2px 2px 0 #BBB;
}

    .legend li {
        width: 217px;
        height: 1.25em;
        margin-bottom: 0.7em;
        padding-left: 0.5em;
        border-left: 1.25em solid black;
    }

    .legend em {
        font-style: normal;
    }

    .legend span {
        float: right;
    }


.alert-div > table {
   /* width: 500px;*/
    /*display: none;*/
    background-color: #ff9999;
   /* text-align: center;*/
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 20px;
}


/*
   Custome ToolTips
*/

.custometooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .custometooltip .custometooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 150%;
        left: 50%;
        margin-left: -60px;
    }

        .custometooltip .custometooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: black transparent transparent transparent;
        }

    .custometooltip:hover .custometooltiptext {
        visibility: visible;
    }
    /*11/02/2025*/
.date-input {
    position: relative;
}
.cstmerror{
    font-size: 12px;
}
.show-btn{
    display: flex;
    align-items: end;
    justify-content: end;
    height: 100%;
}
.payroll-labl{
    white-space: nowrap;
}
@media(max-width: 1366px) {
    .date-input .cstmerror {
        position: absolute;
        bottom: -22px;
        left: 0px;
        font-size: 14px;
    }
}


.employeeCardBox-button button, .employeeCardBox-button button:hover {
    background-color: #103442;
    color: #ffffff;
}

.empInfo-table table thead tr th:first-child {
width: 300px;
}

.empInfo-section label {
font-size: 16px;
}


.empInfo-table table tbody tr td:first-child {
    background-color: #8ac640;
    color: #ffffff;
}


.select2-selection__rendered {
    display: flex!important;
    margin-bottom: 0px;
    flex-flow: wrap;
}
.select2-container {
    width: 100% !important;
}
table#ManualTaxCalcualtionV2 tr th, td {
    white-space: nowrap;
}
    table#ManualTaxCalcualtionV2 tr th:nth-child(1), td:nth-child(1) {
        position: sticky;
        left: 0;
    }

.Wrapper_Box {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}
