* {
    margin: 0px;
    padding: 0px;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    /* border-radius: 10px; */
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #0065ad;
    border-radius: 10px;
    max-height: 10px;
}

    ::-webkit-scrollbar-thumb:vertical {
        height: 10px;
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #0090d9;
        height: 10px;
    }

.pd-0 {
    padding: 0px;
}

section.login-sec {
    overflow: hidden;
}

.login-left {
    content: '';
    background: url('../img/login-left-bg.jpg');
    height: 100vh;
    background-size: cover;
    overflow: hidden;
}

.login_form {
    width: 90%;
    margin: auto;
    margin-top: 40px;
}

.login-left-con {
    color: #fff;
    text-align: center;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    padding: 0px 110px;
}

    .login-left-con h1 {
        font-size: 45px;
        font-weight: 700;
    }

    .login-left-con h2 {
        font-size: 35px;
        padding: 10px;
    }

    .login-left-con p {
        font-size: 17px;
    }


.login_form_m {
    content: '';
    background: url('../img/f-form-bg.jpg'); height: 100vh;
    background-size: cover;
    color: #0093DD;
    font-weight: 600;
    padding: 35px;
    text-align: center;
}

.l-term {
    color: #0093DD;
    font-weight: 600;
    font-size: 27px;
}

.login-tabs-btn {
    background: #f8f8f8;
    width: 120px;
    padding: 2px 5px;
    border-radius: 20px;
    color: #0c7df4;
    border: 1px solid #d1e2e9;
    display: flex;
    font-size: 14px;
    line-height: 25px;
    margin: 0px 10px;
    cursor: pointer;
}

    .login-tabs-btn:hover {
        background: #0093dd;
        color: #fff;
    }

.login-tabs-btn-active {
    background: #0093DD;
    color: #fff;
}

    .login-tabs-btn-active:hover {
        color: #fff;
    }

.login-tabs-btn img {
    width: 30px;
    padding-right: 4px;
    margin-right: -2px;
}

.l-btn-all {
    display: flex;
    margin-bottom: 15px;
}

.login-form {
    text-align: left;
}

    .login-form label {
        color: #585858;
        padding-bottom: 8px;
        font-size: 16px;
    }

    .login-form input,
    .login-form select,
    .login-form input {
        position: relative;
        box-shadow: 1px 1px 3px #ddd;
        padding: 10px 10px;
        height: 45px;
        font-size: 14px;
    }

.login-form-input {
    position: relative;
    margin-bottom: 0px;
    margin: 20px 0px;
}

    .login-form-input::before {
        content: '';
        height: 45px;
        width: 6px;
        background-color: #0093DD;
        position: absolute;
        bottom: 0;
        z-index: 1;
    }

    .login-form-input .form-select {
        appearance: none;
        cursor: pointer;
    }

        .login-form-input .form-select:focus,
        .login-form-input input:focus {
            background-color: unset;
            border: 1px solid #000000;
            box-shadow: none;
        }

.l-btn {
    text-align: center;
}

    .l-btn button {
        color: #fff;
        width: 180px;
        border-radius: 20px;
        font-size: 20px;
        margin-top: 35px;
        background: #0093DD;
        border: unset;
        transition: background-color 1s;
    }

        .l-btn button:hover {
            color: #fff;
            background-color: #74b58d;
        }

.login-footer {
    margin-top: 30px;
}

    .login-footer h2 {
        font-size: 22px;
    }

    .login-footer ul {
        list-style-type: none;
    }

        .login-footer ul li {
            color: #6b6b6b;
            padding-bottom: 5px;
            font-size: 14px;
        }

            .login-footer ul li a {
                color: #6b6b6b;
                text-decoration: unset;
            }

            .login-footer ul li img {
                padding-right: 5px;
            }

.sidenav {
    height: 100%;
    width: 40px;
    position: fixed;
    z-index: 1;
    top: 67px !important;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    box-shadow: 2px 0px 3px 0px #8e8c8cb5;
    margin-top: 12px !important;
}

    .sidenav a,
    .sidenav button {
        padding: 10px 0px 10px 49px;
        text-decoration: none;
        font-size: 15px !important;
        color: #000;
        display: block;
        transition: 0.3s;
        margin-bottom: 10px;
        box-shadow: unset;
        background: none;
        border: none;
    }


        .sidenav a:hover,
        .login-btn:hover {
            color: #f1f1f1 !important;
            background: #0093DD;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

#main {
    transition: margin-left .5s;
    margin-left: 250px;
}

.btn-check:checked + .btn-active {
    background: #0093DD;
    color: #fff;
    border: unset;
}

    .btn-check:checked + .btn-active img {
        display: none;
    }

    .btn-check:checked + .btn-active .acti-img {
        display: block;
    }

img.acti-img {
    display: none;
}

.login-tabs-btn:hover img.acti-img {
    display: block;
}

.login-tabs-btn:hover img.n-acti-img {
    display: none;
}

.n-side {
    font-size: 30px;
    cursor: pointer;
    color: #fff
}

.header-main {
    position: relative;
    margin-bottom: 70px;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent linear-gradient(117deg, #0093DD 5%, #005198 55%) 0% 0% no-repeat padding-box;
    padding: 10px;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
}

    .header button {
        background: unset;
        border: unset;
    }

.logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-left: 20px; */
}

    .logo img {
        width: 200px;
        margin-left: 30px;
    }

.profile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 20px;
}

    .profile img {
        width: 40px;
        height: 40px;
        margin-right: 24px;
        border-radius: 50%;
    }

    .profile p {
        font-size: 15px;
        margin-right: 70px;
        margin-bottom: 0px;
        color: #fff;
    }

.head-d {
    /* width: 50%;
    text-align: center;
    margin: auto; */
    padding: 20px;
}

    .head-d p {
        font-size: 15px;
        margin: 0;
        padding: 0 25%;
    }

    .head-d h3 {
        width: 25%;
        margin: auto;
        font-size: 25px;
        color: #006bb4;
        padding-bottom: 13px;
        position: relative;
        margin-bottom: 15px;
        border-bottom: 1px solid #bdb8b8;
    }

        .head-d h3::after {
            position: absolute;
            content: '';
            width: 50%;
            left: 25%;
            bottom: 0;
            background: #006bb4 !important;
            height: 1px;
        }

.side-bar-drop:after {
    border: unset;
    background-size: 12px;
    background-repeat: no-repeat;
    height: 12px;
    width: 17px;
    content: "";
    background-image: url('../img/close-icon.svg'); position: absolute;
    padding: 2px;
    right: 15px;
    font-size: 13px;
    transition: all 0.4s ease;
    text-align: center;
}

.side-bar-drop[aria-expanded="true"]:after {
    transform: rotateZ(180deg);
}

.nav-item .dropdown .active ::after {
    fill: red;
}

.side-nav-tabs .dropdown-menu.show {
    display: block;
    border: unset;
    box-shadow: unset;
    border: unset;
}

.side-nav-tabs {
    display: block;
}

.sidenav .active {
    color: #f1f1f1 !important;
    background: #0093DD;
}

.active a.nav-link.dropdown-toggle.side-bar-drop {
    color: #fff !important;
}

.sidenav ul {
    list-style-type: none;
}

#collapseExample,
#collapseExample-1, #collapseExample-2, #collapseExample-3, #collapseExample-4, #collapseExample-5 {
    background: #f9f9f9;
    padding-left: 0px;
}

.mySide {
    width: 220px;
    margin-top: 12px !important;
    padding-top: 0px !important;
}

.main_div {
    margin-left: 50px !important;
}

.side-nav-tabs {
    display: flex;
    align-items: center;
}

    .side-nav-tabs li {
        width: 100%;
        /* margin-bottom: 10px; */
    }

    .side-nav-tabs img,
    .side-nav-tabs svg {
        width: 40px;
    }

    .side-nav-tabs .active a {
        color: #fff;
    }

    .side-nav-tabs .dropdown-item {
        color: #000 !important;
    }

.dashboard-h {
    text-align: center;
    overflow: hidden;
}

.login-btn a {
    padding: 0;
    padding: 5px 0 !important;
    margin: auto !important;
    display: flex;
}

.mySide .login-btn {
    padding: 5px 0;
    /* margin-top: 20px !important; */
}

.login-link {
    margin-top: 20px !important;
}

.dash-card {
    margin: 5px auto;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px #dcdbdb;
}

.work-s {
    text-align: center;
    padding: 20px;
    border-radius: 5px 5px 0px 0px;
    background: #e3e2e2;
}


    .work-s p {
        padding-top: 15px;
        font-size: 15px;
        color: #000;
        margin: 0;
    }

        .work-s p:hover {
            color: #FFF;
        }

.more-v {
    padding: 5px;
    background: transparent linear-gradient(180deg, #0093DD 0%, #005198 100%) 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 5px 5px;
}

    .more-v p a:hover {
        color: #000;
        background: #0063ff;
    }

    .more-v p {
        margin: 0;
        font-size: 15px;
    }

        .more-v p a {
            text-decoration: none;
            color: #fff;
            display: flex;
            justify-content: center;
        }

            .more-v p a:hover {
                color: #000 !important;
            }

            .more-v p a span {
                margin-left: 5px;
            }

                .more-v p a span img {
                    width: 14px;
                }

.wrk-s {
    display: flex;
    width: 50px;
    height: 50px;
    margin: auto;
    background: #fff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    border: 1px solid #e7e6e6;
}

    .wrk-s img {
        width: 75%;
    }

.nav-1 {
    display: none;
}

.side-nav-tabs li:hover img.n-nav-1 {
    display: none;
}

.side-nav-tabs li:hover img.nav-1 {
    display: block;
}

.side-nav-tabs .active a .n-nav-1 {
    display: none;
}

.side-nav-tabs .active a .nav-1 {
    display: block;
}

.login-btn img {
    width: 25px;
}

.side-nav-tabs li:hover .login-btn button {
    color: #ffffff;
}

.side-nav-tabs li:hover .side-bar-drop:after {
    background-image: url('../img/close-icon-1.svg');
}

.nav-2 {
    display: none;
}

.sub-side-nav-tabs a:hover img.n-nav-2 {
    display: none !important;
}

.sub-side-nav-tabs a:hover img.nav-2 {
    display: block !important;
}

.sub-side-nav-tabs .active a .n-nav-1 {
    display: block !important;
}

.sub-side-nav-tabs .active a .nav-1 {
    display: none !important;
}

.dash-card:hover .more-v {
    background: #0063ff;
    color: #000 !important;
}

    .dash-card:hover .more-v p a {
        color: #000 !important;
    }

.dash-card:hover .work-s {
    background: transparent linear-gradient(180deg, #0093DD 0%, #005198 100%) 0% 0% no-repeat padding-box;
}

    .dash-card:hover .work-s p {
        color: #ffffff;
    }

.sidenav .side-bar-drop:after {
    background-image: none;
}

.sidenav .side-bar-drop:after {
    background-image: none;
}

.mySide .side-bar-drop:after {
    background-image: url('../img/close-icon.svg');
}

.sidenav .side-nav-tabs li:hover .side-bar-drop:after {
    background-image: none;
}

.mySide .side-nav-tabs li:hover .side-bar-drop:after {
    background-image: url('../img/close-icon-1.svg');
}

.sidenav .side-nav-tabs .active .side-bar-drop:after {
    background-image: none;
}

.mySide .side-nav-tabs .active .side-bar-drop:after {
    background-image: url('../img/close-icon-1.svg');
}

.sidenav .login-btn a span {
    display: none;
}

.mySide .login-btn a span {
    display: block;
}

.more-v p a span:first-child {
    display: none;
}

.dash-card:hover .more-v p a span:first-child {
    display: block !important;
}

.dash-card:hover .more-v p a span:nth-child(2) {
    display: none !important;
}

.mySide .drop-1 {
    padding-left: 25px !important;
}

.login-btn {
    padding: 5px 0px;
    margin-top: 0px !important;
    display: flex;
}

.task-b ul {
    list-style: none;
    display: flex;
    padding-left: 0px;
}

    .task-b ul li {
        margin-right: 10px;
    }

        .task-b ul li select,
        .task-b ul li input {
            padding: 6px;
            padding-right: 10px;
            border-radius: 2px;
            border-left: 4px solid #0068b0 !IMPORTANT;
            background: #f1f1f1cf;
            border: unset;
            border-radius: unset;
            outline: none;
            color: #000000;
        }

        .task-b ul li input {
            padding-right: 10px !important;
        }

        .task-b ul li .radio-input {
            width: 15px;
            height: 15px;
            margin-right: 5px !important;
        }

.items-link {
    display: flex;
    justify-content: center;
    align-items: center;
}

.items-input {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    color: #7B7A7A;
}

.search-box {
    margin-right: 20px;
    position: relative;
}

    .search-box input {
        width: 100%;
        padding: 5px 30px 5px 15px;
        background: #f4f4f4;
        border: unset;
        border-left: 4px solid #0068b0 !IMPORTANT;
    }

.add-box button {
    padding: 5px 15px;
    border: unset;
    font-size: 15px;
    color: #fff;
    background: transparent linear-gradient(117deg, #0093DD 5%, #005198 55%) 0% 0% no-repeat padding-box;
    display: flex;
}

    .add-box button span {
        line-height: 0px;
        font-size: 30px;
        padding-top: 9px;
        padding-right: 7px;
    }

.search-box span img {
    width: 15px;
}

.search-box span {
    position: absolute;
    right: 10px;
    top: 4px;
}

#DataTable {
    position: relative;
    padding: 0px 15px 0px 0px;
    box-sizing: border-box;
}

    #DataTable table {
        width: 100%;
        border-collapse: collapse;
        margin-top: 25px;
    }

    #DataTable thead tr {
        background: transparent linear-gradient(117deg, #0093DD 5%, #005198 55%) 0% 0% no-repeat padding-box !important;
    }

    #DataTable th {
        /* background: #333; */
        color: white;
        font-weight: bold;
        cursor: cell;
    }

    #DataTable td,
    #DataTable th {
        padding: 5px 5px;
        border: 1px solid #ccc;
        text-align: left;
        box-sizing: border-box;
        font-size: 14px;
        font-weight: 500;
        text-align: center;
    }

    #DataTable tr {
        background: #F1F1F1;
    }

.th-action {
    width: 100px;
}

.top-filters {
    font-size: 0px;
}

.search-field {
    text-align: right;
    margin-bottom: 5px;
}

/* #DataTable td img{
width: 100%;
} */
.dd-number-of-recoeds {
    font-size: 12px;
}

.search-field,
.dd-number-of-recoeds {
    display: inline-block;
    width: 50%;
}

/* .box ul.pagination {
    position: absolute;
    bottom: -45px;
    right: 15px;
} */

.box .dvrecords {
    padding: 5px 0;
    text-align: left;
    position: absolute;
    top: 0;
}

    .box .dvrecords .records {
        margin-right: 5px;
        padding: 3px 5px;
        color: #7b7a7a;
        border: 1px solid #0080c9;
        font-weight: 500;
    }

.eye-icon {
    /* margin-right: 8px; */
    width: 20px;
    display: inline-block;
}

    .eye-icon img {
        width: 100%;
    }

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    width: 100%;
    justify-content: end;
    margin-top: 10px;
}

.totalstats {
    position: absolute;
    left: 0;
    font-size: 15px;
    font-weight: 500;
    color: #006ab2;
}

.pagination li {
    background-color: #f1f1f1;
    padding: 5px 15px;
    border: 1px solid #007ac3;
    color: #7b7a7a;
}

    .pagination li a {
        text-decoration: unset;
        color: unset;
    }

.box .pagination li:hover {
    background: #006cb4;
    color: #fff !important;
}

/* .box .pagination li a:hover {
    color: #fff; 
} */
span.stats {
    font-size: 15px;
    color: #7B7A7A;
    font-weight: 500;
}

.search-add-box {
    display: flex;
    justify-content: end;
    align-items: center;
}

.closed-btn {
    position: absolute;
    right: -15px;
    top: -15px;
    padding: 5px;
    font-size: 11px;
    border-radius: 50%;
    background: #ffff;
    box-shadow: 0px 2px 6px 0px #bfb9b9;
    cursor: pointer !important;
}

.assign-report-heading {
    text-align: center;
}

    .assign-report-heading h3 {
        width: 100%;
        position: relative;
        font-size: 20px;
        text-align: center;
        color: #095d88;
        padding-bottom: 8px;
        border-bottom: 1px solid #c7c3c3;
    }

        .assign-report-heading h3::after {
            position: absolute;
            content: '';
            width: 20%;
            left: 40%;
            bottom: 0;
            background: #006bb4 !important;
            height: 1px;
        }
.assign-heading {
    text-align: left;
}

    .assign-heading h3 {
        width: 10%;
        position: relative;
        font-size: 20px;
        text-align: center;
        color: #095d88;
        padding-bottom: 8px;
        border-bottom: 1px solid #c7c3c3;
    }

        .assign-heading h3::after {
            position: absolute;
            content: '';
            width: 55%;
            left: 21%;
            bottom: 0;
            background: #006bb4 !important;
            height: 1px;
        }

.task-detail {
    text-align: left;
    padding: 5px 10px;
    background: transparent linear-gradient(117deg, #0093DD 5%, #005198 55%) 0% 0% no-repeat padding-box !important;
}

    .task-detail h3 {
        font-size: 19px;
        margin: 0;
        color: #fff;
        font-weight: 400;
    }

.add-popup {
    max-width: 80%;
}

.add-task-f {
    background: #f0f0f0;
    text-align: left;
    padding: 12px 10px;
}

    .add-task-f select,
    .add-task-f input,
    .add-task-f textarea {
        padding: 6px;
        padding-right: 10px;
        border-radius: 2px;
        border-left: 4px solid #0068b0 !IMPORTANT;
        background: #fff;
        border-radius: unset;
        outline: none;
        color: #000000;
        width: 100%;
        margin-top: 3px;
    }

.add-task-att {
    width: 50%;
    align-items: center;
    display: flow-root;
}

    .add-task-att label {
        color: #fff;
        padding: 4px 10px;
        background: transparent linear-gradient(172deg, #0093DD 2%, #005198 55%) 0% 0% no-repeat padding-box;
        margin-right: 5px;
        font-size: 14px !important;
        margin-top: 8px;
        font-weight: 400 !important;
        vertical-align: baseline;
    }

    .add-task-att h2,
    .add-task-f label {
        margin-bottom: 0px;
        font-size: 15px;
        font-weight: 600;
        padding-bottom: 4px;
    }

    .add-task-att label:hover {
        color: #fff;
        background: transparent linear-gradient(172deg, #0093DD 2%, #005198 55%) 0% 0% no-repeat padding-box;
    }

.add-task-f textarea {
    width: 100%;
    color: #000;
    text-align: left;
}

.add-task-f-sec {
    text-align: left;
    margin: 10px 0px;
    padding: 0px 0px 10px 12px;
}

.add-t-slet-hed {
    text-align: left;
    padding: 5px 10px !important;
    background: transparent linear-gradient(117deg, #0093DD 5%, #005198 55%) 0% 0% no-repeat padding-box !important;
    color: #fff;
}

.add-t-slet-hed-l {
    text-align: left;
    padding: 5px 15px !important;
    background: transparent linear-gradient(236deg, #0062aa -43%, #005198 55%) 0% 0% no-repeat padding-box !important;
    color: #fff;
}

.add-task-f-sec input {
    margin-left: 10px;
    margin-right: 15px;
}

.add-t-slet-hed input {
    margin-left: 0px !important;
}

.form-group01 {
    padding: 1px 10px;
}

    .form-group01 input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }

    .form-group01 label {
        position: relative;
        cursor: pointer;
        width: 100%;
    }

        .form-group01 label:before {
            content: '';
            -webkit-appearance: none;
            background-color: transparent;
            border: 2px solid #0079bf;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
            padding: 5px;
            display: inline-block;
            position: relative;
            vertical-align: middle;
            cursor: pointer;
            margin-right: 15px;
        }


    .form-group01 input:checked + label:after {
        content: '';
        display: block;
        position: absolute;
        top: 8px;
        left: 7px;
        width: 5px;
        height: 9px;
        border: solid #0079bf;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

/* .add-t-slet-hed{
    border: solid #fff;
  } */
.add-t-slet-hed label:before {
    border: 2px solid #ffffff;
}

.add-t-slet-hed input:checked + label:after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
}

.task-all-opt {
    height: 135px;
    overflow-x: auto;
    background: #f0f0f0;
    width: 100%;
    padding-bottom: 10px;
}

.t-depart-f > * {
    padding-left: calc(var(--bs-gutter-x) * 0);
}

.pr-0 {
    padding-right: 0px !important;
    border-right: 1px solid #bebbbb;
}

.pl-0 {
    padding-left: 0px !important;
}

.task-all-opt ul {
    list-style-type: none;
    padding-left: 0px;
}

    .task-all-opt ul li {
        padding: 5px 15px;
    }

button.task-btn {
    /* background: transparent linear-gradient(81deg, #0093DD 3%, #005198 61%) 0% 0% no-repeat padding-box !important; */
    color: #fff;
    border: unset;
    padding: 13px 40px;
    line-height: 10px;
}

button.task-save {
    background: transparent linear-gradient(81deg, #0093DD 3%, #005198 61%) 0% 0% no-repeat padding-box !important;
}

button.task-res {
    background: #fbaf35;
}

button.task-can {
    background: #e60000;
}



/*--------------- Chat Box ----------------*/



.chat-popup {
    max-width: 80%;
}

/* .chat-cont {
    padding: 10px;
} */
.chat-head h4 {
    text-align: left;
    font-size: 20px;
}

.chat-items {
    text-align: left;
    padding-left: 15px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

    .chat-items label {
        font-size: 15px;
    }

    .chat-items input {
        padding: 2px 10px;
        border-radius: 3px;
        outline: unset;
        border: 1px solid #8a8888;
    }

.chat-att {
    width: 100%;
}

.chat-task-f {
    padding-bottom: 20px;
    border-bottom: 2px solid #dddd;
}

.chat-task-btn {
    text-align: end;
    margin-top: 15px;
}

.chat-commnet-box {
    text-align: left;
    background: #f0f0f0;
    margin-top: 15px;
}

.chat-comments-h h3 {
    font-size: 17px;
}

.chat-comment-01 {
    padding: 5px 10px;
    background: #f0f0f0;
    border-bottom: 1px solid #bfbebedd;
    position: relative;
}

    .chat-comment-01 h3 {
        font-size: 14px;
        margin: 0;
        padding-bottom: 5px;
        padding-left: 10px;
        background: #d4e5f3;
    }

    .chat-comment-01 p {
        margin: 0;
        font-size: 12px;
        padding-left: 10px;
    }

.date-time span {
    display: inline-block;
    width: 13px;
    margin-right: 6px;
}

    .date-time span img {
        width: 100%;
        transform: rotate(45deg);
    }

p.date-time {
    position: absolute;
    top: 9px;
    right: 20px;
    font-size: 10px;
}

.rule-add-pop-btn {
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: left;
}

.rule-add-btn,
.rule-upd-btn {
    padding: 10px 20px !important;
    margin-right: 5px;
}

.rule-popup {
    width: 50%;
}

.rule-att {
    margin-top: 5px;
}

.th-action-01 {
    width: 60px;
}

/* .rule-data-box{
    padding: 0px 0px 0px 0px !important;
} */
.rule-01 {
    padding: 5px;
}

.rule-task-f {
    margin-bottom: 5px !important;
    padding-bottom: 5px;
}

.ruledata table {
    margin-top: 5px !important;
}

.ruledata td,
.ruledata th {
    font-size: 12px !important;
    padding: 1px !important
}

.rule-pagination {
    margin-top: 5px !important;
    margin-bottom: 10px !important;
}

    .rule-pagination li {
        padding: 1px 10px;
    }

.ruledata {
    padding: 0px !important;
}

.descri-box-rule {
    width: 95%;
    position: relative;
}

span.rule-add-d {
    position: absolute;
    background: transparent linear-gradient(117deg, #0093DD 5%, #005198 55%) 0% 0% no-repeat padding-box !important;
    top: 31px;
    line-height: 26px;
    color: #fff;
    font-size: 30px;
    padding: 5px;
    text-align: center !important;
    font-weight: 700;
    right: -25px;
    cursor: pointer;
}

.rule-task-btn {
    text-align: end;
}

.emp-head h3 {
    width: 25%;
}

.add-emp-01 {
    width: 165px;
    margin: 0px;
    color: #000 !important;
    background: #f4f4f4 !important;
    margin-right: 10px !important;
    justify-content: center;
    border: unset !important;
    line-height: 25px;
    padding: 5px 5px;
    border-radius: unset !important;
    border-left: 4px solid #0068b0 !IMPORTANT;
}

.btn-check-01:checked + .btn-active-1 {
    background: transparent linear-gradient(117deg, #0093DD 5%, #005198 55%) 0% 0% no-repeat padding-box !important;
    color: #fff !important;
    border: unset !important;
}

.add-emp-01:hover {
    background: transparent linear-gradient(117deg, #0093DD 5%, #005198 55%) 0% 0% no-repeat padding-box !important;
    color: #fff !important;
    border: unset !important;
}

/* ----------Employee Accordion---------- */

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

    .active,
    .accordion:hover {
        background-color: #ccc;
    }

    .accordion:after {
        content: '';
        background-image: url('../img/close-icon-1.svg'); position: absolute;
        color: #777;
        height: 20px;
        width: 20px;
        right: 5px;
        top: 10px;
        float: right;
        margin-left: 5px;
        background-repeat: no-repeat;
        transition: 0.5s;
    }

.emp-accordion {
    background-color: #fff;
}

    .emp-accordion .active::after {
        transform: rotate(180deg);
        top: 1px;
    }

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.emp-acc-01 {
    padding: 5px;
    color: #fff;
    background: transparent linear-gradient(117deg, #0093DD 5%, #005198 55%) 0% 0% no-repeat padding-box !important;
    position: relative;
    text-align: left;
}


    .emp-upload-btn #output {
        width: 175px;
        height: 175px;
        border-radius: 1px solid #000 !important;
    }

.emp-popup {
    width: 100%;
}

.emp-upload-btn label {
    border-radius: unset;
    padding: 2px 5px !important;
    margin-right: 5px;
    font-size: 10px !important;
    margin-top: 0px;
    font-weight: 500;
}

.emp-upload-btn span {
    font-size: 13px;
    font-weight: 500;
}
.emp-acc-content input,
.emp-acc-content select {
    margin-top: 0px !important;
    width: 100%;
    font-size: 11px;
    font-weight: 500;
}

.emp-acc-content label {
    margin-top: 0px !important;
    font-size: 11px;
    font-weight: 500;
}

.cust-side-drop {
    display: grid;
    padding-bottom: 10px;
}

.emp-acc-content .for-grid {
    display: grid;
    margin-bottom: 10px;
}

/* .emp-padd01{
    padding: 10px;
}
.tabcontent {
    display: none;
    padding: 10px;
}
#For-Develop {
    display: block;
} */
.emp-add-h h4 {
    font-size: 15px;
    color: #0065ad;
    font-weight: 500;
}

.emp-f .col {
    padding-bottom: 10px;
}

.add-emp-tab {
    margin-bottom: 15px;
}

    .add-emp-tab .nav-item .nav-link.active {
        background: transparent linear-gradient(117deg, #0093DD 5%, #005198 55%) 0% 0% no-repeat padding-box !important;
        color: #fff !important;
        border: unset !important;
    }

.custTable td {
    border: 2px solid #9fc8e1 !important;
    font-weight: 400 !important;
}

.custTable th {
    border: 2px solid #005198 !important;
}

.print-btn {
    text-align: right;
    margin-right: 15px;
}

    .print-btn button {
        text-align: right;
        width: 30px;
        border: unset;
        margin-top: 0px;
        background: none;
    }

    .print-btn img {
        width: 100%;
    }

.emp-btn {
    text-align: center;
    padding-bottom: 10px;
}

.col-20 {
    width: 20%;
}

.col-80 {
    width: 80%;
}

.noti-01 a {
    display: flex;
    padding: 0 5px;
}

.noti-n h4 {
    font-size: 10px;
    margin: 0;
    font-weight: 500;
}

.noti-n p {
    font-size: 10px;
    color: #000 !important;
    font-weight: 500;
}

.noti-date {
    font-size: 10px !important;
    font-weight: 500;
}

.noti-n {
    width: 50%;
}

.noti-date {
    width: 50%;
    text-align: end;
}

span.noti-c {
    font-size: 13px;
    margin-left: 5px;
}

.noti-01:nth-child(even) {
    background: #b6da7e42;
}

li.noti-01 {
    background: aliceblue;
}

li.noti-01 {
    margin-bottom: 5px;
    padding: 5px 0px;
}

.noti-box {
    width: 300px;
    padding-bottom: 0px;
}

.task-view {
    background-color: #23af75;
}

.tab-pane {
    background-color: #fff;
}

span.task-plus-icon img {
    width: 13px;
    margin-left: 5px;
    margin-top: -3px;
}

#for-collapse .accordion-button {
    position: relative;
    display: inline-grid;
    align-items: center;
    width: unset;
    padding: 0px;
    font-size: 10px;
    PADDING: 0PX;
    color: #ffffff;
    background-color: unset;
    text-align: left;
    border: 0;
    border-radius: 50%;
    overflow-anchor: none;
    box-shadow: unset;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

    #for-collapse .accordion-button::after {
        flex-shrink: 0;
        width: 20px;
        height: 20px;
        margin-left: 7px;
        margin-top: -1px;
        content: "";
        background-repeat: no-repeat;
        background-size: 20px;
        transition: transform .2s ease-in-out;
        background-image: url('../img/icon-plus-circle1.svg');
    }

    #for-collapse .accordion-button:not(.collapsed)::after {
        background-image: url('../img/icon-minus.svg'); transform: unset;
    }

.custum-btn-plus {
    display: flex;
    align-items: center;
    justify-content: center;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
}

select.select2 {
    width: 300px;
}

.dash-t-01 {
    width: 95%;
    margin-top: 25px !important;
    margin-bottom: 10px !important;
    margin: auto;
    border-radius: 5px;
    background: #e3e2e2;
    box-shadow: 0px 0px 10px 0px #dcdbdb;
}

    .dash-t-01 ul {
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: left;
    }

        .dash-t-01 ul li {
            display: flex;
            justify-content: space-between;
            padding: 8px 10px;
        }

            .dash-t-01 ul li p {
                margin: 0px !important;
                font-size: 15px;
            }

            .dash-t-01 ul li span {
                margin: 0px !important;
                font-size: 15px;
            }

.sub-table-01 tr td {
    text-align: left !important;
}

.sub-table-01 tr {
    background: #fff !important;
}

#for-collapse .accordion-collapse {
    border-top: 5px solid #dcdcdc !important;
}

.user-popup {
    max-width: 60% !important;
}

.user-acti {
    display: flex;
}

    .user-acti label {
        margin-top: 10px;
        padding-right: 10px;
    }

.user-row-01 {
    margin-bottom: 10px;
}

#logout_sidebar_button {
    position: absolute;
    display: inline-block;
    bottom: 0;
    left: 15px;
}

.sidebar-footer {
    width: 100%;
}

    .sidebar-footer ul {
        padding-left: 0px;
    }

.sidebar-footer-con {
    text-align: center;
}

    .sidebar-footer-con h2, .sidebar-footer-con ul li, .sidebar-footer-con ul li a {
        font-size: 10px !important;
        margin-bottom: 0px;
    }

        .sidebar-footer-con ul li a {
            padding: 0px;
        }

    .sidebar-footer-con ul li {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .sidebar-footer-con ul li img {
            width: 7px;
            margin-right: 4px;
        }

.main-side-navi {
    position: relative;
}

.sidenav .sidebar-footer-con {
    display: none;
}

.mySide .sidebar-footer-con {
    display: block;
}

.for-cust-icon img {
    width: 11px !important;
    margin-bottom: 0px !important;
}

/*For table accordian css */
@import url('https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css');

table.fold-table > tbody > tr.view td:not(:last-child) {
    cursor: pointer;
}

table.fold-table > tbody > tr.view td:first-child, table.fold-table > tbody > tr.view th:first-child {
    position: relative;
    padding-left: 20px;
}

    table.fold-table > tbody > tr.view td:first-child:before, table.fold-table > tbody > tr.view th:first-child:before {
        position: absolute;
        top: 50%;
        left: 8px;
        width: 14px;
        height: 16px;
        margin-top: -3px;
        background-image: url('../img/close-icon.svg');
        transition: all 0.3s ease;
        background-size: 10px;
        background-repeat: no-repeat;
        content: "";
    }

table.fold-table > tbody > tr.view.open td:first-child:before, table.fold-table > tbody > tr.view.open th:first-child:before {
    transform: scaleY(-1);
    margin-top: -12px;
}

table.fold-table > tbody > tr.fold {
    display: none;
}

    table.fold-table > tbody > tr.fold.open {
        display: table-row;
        background-color: #ffffff !important;
    }

  




#cust-drop {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: flex;
    align-items: center;
}

    #cust-drop .sub-drop {
        background-color: #fff;
        box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
        min-width: 9rem;
    }

        #cust-drop .sub-drop li {
            display: flex;
            align-items: center;
            padding: 4px;
        }

            #cust-drop .sub-drop li a {
                color: #000;
                text-decoration: none;
            }

                #cust-drop .sub-drop li a img {
                    width: 28px;
                    margin-right: 7px;
                    height: 18px;
                }

.sub-drop {
    transform: translate(-15px, 64px) !important;
}

    .sub-drop::before, .noti-box::before {
        content: '';
        position: absolute;
        left: 39px;
        top: -9px;
        width: 0;
        height: 0;
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
        border-top: 14px solid #fff;
        clear: both;
        transform: rotate(180deg);
    }

.noti-box::before {
    left: unset;
    right: 45px;
}

#cust-drop .sub-drop li:hover {
    background-color: #eaeaf1;
    width: 100% !important;
}
/* dashbord css */
/*    Css Othere*/

#custum-in-style .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    height: 45px !important;
    user-select: none;
    -webkit-user-select: none;
    align-items: center !important;
}

#custum-in-style .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
    font-weight: 400 !important;
}

#custum-in-style .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.comments-01 {
    height: 160px;
    overflow: auto;
}

.error-msg {
    border-color: 4px solid #ff0000 !IMPORTANT;
}
.profile img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 5px;
}
.task-b ul li .radio-input {
    width: 15px;
    height: 15px;
    margin-right: 5px !important;
    margin-left:15px !important;
}
.for-rem-mt{
    margin-top:0px !important;
}
.fold-color {
    background: #2279c2 !important;
}
.emp-upload-btn {
    width: 198px;
    height: 184px;
    text-align: left;
    margin-bottom: 0px;
}

.emp-acc-content {
    padding: 0px;
    margin-bottom: 2px;
}


.add-task-f select,
.add-task-f input,
.add-task-f textarea {
    padding: 6px;
    padding-right: 10px;
    border-radius: 2px;
    border-left: 4px solid #0068b0 !IMPORTANT;
    background: #fff;
    border-radius: unset;
    outline: none;
    color: #000000;
    width: 100%;
    margin-top: 3px;
}

.side-nav-tabs a {
    text-align: left;
    padding: 0px 0px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}

.head-d {
    /* width: 50%;
    text-align: center;
    margin: auto; */
    padding: 5px;
}

#DataTable td,
#DataTable th {
    padding: 2px 2px;
    border: 1px solid #ccc;
    text-align: left;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

/*
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url('../img/preloader.gif') center no-repeat #fff;
    text-align: center;
}*/

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    /*background: #f1f1f1;*/
    background: linear-gradient(180deg, #6e7070d1 10%,#6e7070d1 55%) 0% 0%;
}
.loader {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    border-radius: 100px;
    animation: loader 0.2s linear infinite;
    -webkit-animation: loader 0.2s linear infinite;
}
@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        border: 10px solid #0063ff;
        border-left-color: transparent;
    }
    10% {
        -webkit-transform: rotate(36deg);
        border: 10px solid #0063ff;
        border-left-color: transparent;
    }
    20% {
        -webkit-transform: rotate(72deg);
        border: 10px solid #0063ff;
        border-left-color: transparent;
    }
    30% {
        -webkit-transform: rotate(108deg);
        border: 10px solid #0063ff;
        border-left-color: transparent;
    }
    40% {
        -webkit-transform: rotate(144deg);
        border: 10px solid #0063ff;
        border-left-color: transparent;
    }

    50% {
        -webkit-transform: rotate(180deg);
        border: 10px solid #0063ff;
        border-left-color: transparent;
    }
    60% {
        -webkit-transform: rotate(216deg);
        border: 10px solid #0063ff;
        border-left-color: transparent;
    }
    70% {
        -webkit-transform: rotate(252deg);
        border: 10px solid #0063ff;
        border-left-color: transparent;
    }
    80% {
        -webkit-transform: rotate(288deg);
        border: 10px solid #0063ff;
        border-left-color: transparent;
    }
    90% {
        -webkit-transform: rotate(324deg);
        border: 10px solid #0063ff;
        border-left-color: transparent;
    }
    100% {
        border-left-color: transparent;
        -webkit-transform: rotate(360deg);
        border: 10px solid #0063ff;
    }
}
/*#preloader2 {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;*/
    /*background: #f1f1f1;*/
    /*background: linear-gradient(188deg, #0093dd7a 5%, #0051988f 55%) 0% 0%;
}*/

/*.loader2 {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    border-radius: 60px;
    animation: loader 0.8s linear infinite;
    -webkit-animation: loader 0.8s linear infinite;
}*/
/*
@-webkit-keyframes loader2 {
    0% {
        -webkit-transform: rotate(0deg);
        border: 10px solid #fcba03;
        border-left-color: transparent;
    }

    25% {
        -webkit-transform: rotate(90deg);
        border: 10px solid #030bfc;
        border-left-color: transparent;
    }

    50% {
        -webkit-transform: rotate(180deg);
        border: 10px solid #f003fc;
        border-left-color: transparent;
    }

    75% {
        -webkit-transform: rotate(270deg);
        border: 10px solid #fc7b03;
        border-left-color: transparent;
    }

    100% {
        border-left-color: transparent;
        -webkit-transform: rotate(360deg);
        border: 10px solid #5d0a94;
    }
}*/

.load-wrapp {
    position: absolute;
    top: 50%;
    left: 45%;
    margin-top: -13px;
    margin-left: -13px;
    text-align: center;
    /*background-color: #d8d8d8;*/
}

    .load-wrapp p {
        padding: 0 0 20px;
    }

    .load-wrapp:last-child {
        margin-right: 0;
    }

.bar {
    float: left;
    width: 200px;
    height: 5px;
    border-radius: 2px;
    background-color: #0093DD;
}

.load-10 .bar {
    animation: loadingJ 2s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}

@keyframes loadingJ {
    0%, 100% {
        transform: translate(0, 0);
        background-color: #0090d9;
    }

    50% {
        transform: translate(200px, 0);
        background-color: #0079bf;
        width: 50px;
    }
}