body {
    margin: 0;
    box-sizing: border-box;
    background-color: #fff;
}

.wrapper-box {
    display: flex;
}

.sidebar {
    height: 100vh;
    width: 240px;
    background: white;
}

.logo {
    text-align: center;
}

    .logo img {
        width: 76%;
        padding: 20px;
    }

.side-menu ul li {
    list-style: none;
}

ul {
    padding: 0px;
}

.side-menu ul li a {
    color: gray;
    text-decoration: none;
    padding: 15px 15px 15px 25px;
    display: block;
}

    .side-menu ul li a i {
        padding-right: 12px;
    }

    .side-menu ul li a:active {
        color: gray;
    }

    .side-menu ul li a.active {
        color: white;
        background: #2BBBE4;
        margin: 10px 26px;
        border-radius: 9px;
        padding: 7px 12px;
    }
/* .side-menu ul li a.active i {
 background-color: #ffb200;
 color: white;
 padding: 7px;
 border-radius: 4px;
 margin-right: 8px;
} */

.side-menu {
    margin-top: 25px;
}

.down-chevron {
    padding-left: 100px;
}

.sidebar ul li a {
    padding-left: 38px;
}

.top-logo {
    position: relative;
}

/* .chavron img {
    position: absolute;
    top: 0;
    right: 0;
} */
/* .chavron a {
    position: absolute;
    top: 27px;
    right: 7px;
    background: #000;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
} */
.right-side {
    width: calc(100% - 240px);
    background: #FBF7F4;
}

.header {
    background: white;
}

/* Header CSS starts */

/* .right-side-content span img {
    width: 40px;
    border-radius: 50%;
} */
.right-side-content {
    display: flex;
    gap: 30px;
    justify-content: flex-end;
    align-items: center;
    padding: 8px 60px 8px 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.bell {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 6px 10px;
    border-radius: 4px;
}

.profile {
    text-align: right;
}

span.notification {
    position: absolute;
    bottom: 14px;
    font-size: 11px;
    left: 12px;
    background: red;
    color: white;
    padding: 5px 5px;
    border-radius: 55%;
}

.bell-message {
    position: relative;
    font-size: 20px;
}

.logo h1 {
    color: white;
}
/* Header CSS ends */
.sidebar.sidebaractive .side-menu ul li a span, .sidebar.sidebaractive .side-menu1 ul li a span {
    display: none;
}

.sidebar.sidebaractive {
    width: 94px;
}

.right-side.rightsidebaractive {
    width: 100%;
}

.sidebar.sidebaractive .logo h1 {
    display: none;
}

.sidebar.sidebaractive .logo h4 {
    display: block;
    color: #fff;
}

.sidebar .logo h4 {
    display: none;
}

.logo {
    height: 75px;
}

.navbar {
    display: flex;
    justify-content: end;
    gap: 20px;
}

.hamb.chavron {
    padding-left: 64px;
}

.right-side-content {
    background: white;
    border-radius: 0px 0px 0px 6px;
}

.header {
    background: #FBF7F4;
    margin-left: 25px;
    position: sticky;
    top: 0;
    z-index: 9;
}

.searchbox input {
    padding: 4px;
    border-radius: 4px;
    border: 1px solid #b5b5b5;
    outline: none;
    width: 100%;
}

.search-icon {
    position: absolute;
    left: 9px;
    top: 9px;
    color: #b5b5b5;
}

.searchbox {
    position: relative;
}

.form-row {
    gap: 15px;
}

.profile {
    text-align: right;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 5px 0px 5px 1px;
    border-radius: 5px;
}

.searchbox input::placeholder {
    color: #b9b9b9;
    padding-left: 30px;
}

img.short-logo {
    display: none;
}

.sidebar.sidebaractive .short-logo {
    display: block;
}

.sidebar.sidebaractive .long-logo {
    display: none;
}

.sidebar.sidebaractive .logo {
    height: 92px;
    display: flex;
    justify-content: center;
}

.content-section {
    gap: 37px;
    width: calc(100% - 135px);
    display: flex;
    margin-left: 24px;
    margin-top: 40px;
}
/* .data-card {
    background: white;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0px 2.776px 8.327px 0px rgba(0, 0, 0, 0.06);
} */
.content-box {
    display: flex;
    padding-left: 15px;
    gap: 17px;
    width: 96%;
    margin-top: 30px;
}

.data-card {
    border-radius: 8px;
    padding: 10px;
    background: white;
    box-shadow: 0px 2.776px 8.327px 0px rgba(0, 0, 0, 0.06);
}

.top1 {
    display: flex;
    justify-content: space-between;
}

.user {
    color: #808080;
    font-size: 18px;
    font-weight: 500;
}

.increment {
    color: #0DA300;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.mid {
    color: #303030;
    font-size: 25.906px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 8px;
}

.bottom-card {
    display: flex;
    justify-content: space-between;
}

.view-total-user {
    padding-top: 32px;
}

    .view-total-user a {
        padding-top: 32px;
        color: #2BBBE4;
        font-size: 13.878px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }










/*  --------------------------------Table-------------------------------------*/
.btss button {
    color: white;
    font-weight: 500;
}

.second-bbtn {
    border: 1px solid gray;
    background-color: unset !important;
}

    .second-bbtn button {
        color: #0d6efd;
    }

div#example_length label {
    display: none;
}

table#example th.sorting {
    font-weight: 500;
    color: #383838;
}

td.change-color {
    color: #0d6efd;
}

td.active-label label {
    background: #1eb31e;
    padding: 2px 12px;
    border-radius: 16px;
    color: white;
    font-weight: 300;
}

td.correct-icon i {
    padding-left: 70px;
}

.accounts {
    width: 180px !important;
}

.actions {
    width: 150px !important;
}

.icons22 {
    padding: 1px 0px 0px 45px;
    font-size: 17px;
}

table.dataTable.no-footer {
    border: 1px solid rgb(86 86 86 / 30%);
    border-radius: 10px;
}

td.back-color {
    border-bottom-left-radius: 10px;
}

td.back-color2 {
    border-bottom-right-radius: 10px;
}

ul#pills-tab li {
    padding: 0px 22px 0px 0px;
}

.footer {
    background-color: white;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.header-canvas {
    padding-bottom: 0px !important;
}

.canvas-body {
    padding-top: 0px !important;
    padding-left: 18px;
}

button.no-btn {
    width: 50%;
    background: #cfcfcf;
    border-radius: 6px 0px 0px 6px !important;
}

button.yes-btn {
    width: 50%;
    background: #cfcfcf;
    border-radius: 0px 6px 6px 0px !important;
}

.tabs-btns-section {
    border: none !important;
    background: #cfcfcf;
    border-radius: 6px !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: var(--bs-nav-tabs-link-active-border-color);
    color: #0a58ca !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
    border-radius: 5px !important;
}

.content-sec2 {
    margin-top: 20px;
}

.correct {
    color: #22c922;
    padding: 0px 8px 0px 5px;
    font-size: 21px;
}

.question-icon {
    padding-left: 10px;
    color: gray;
    font-size: 18px;
}

.close {
    color: red;
    padding: 0px 8px 0px 5px;
    font-size: 22px;
}

.input-field11 {
    border-radius: 6px !important;
    border: 1px solid #c2c2c2 !important;
}

.label11 {
    font-weight: 600;
}

.data-table-right {
    margin-left: 15px;
    width: 97%;
    background: white;
    margin-top: 27px;
    border-radius: 14px;
}

div#example_wrapper {
    padding: 30px 30px 5px 30px;
}

.top-header-dealer span {
    padding: 22px;
    font-size: 22px;
    font-weight: 500;
}

div#example_filter {
    display: none;
}

.top-header-dealer {
    display: flex;
    justify-content: space-between !important;
    margin-bottom: 14px;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 8px;
}

.list-name {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 24px;
}

.right-search-box {
    padding-right: 20px;
}

.add-new-client {
    color: #fff;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
    font-size: 16px;
    font-weight: 500;
}

    .add-new-client:hover {
        color: #fff;
        background-color: #0dcaf0;
        border-color: #0dcaf0;
        font-size: 16px;
        font-weight: 500;
    }

.right-search-box input {
    padding: 5px 16px;
    border: 1px solid gray;
    border-radius: 5px;
}

th.checkboxes {
    width: 43px !important;
    text-align: center !important;
}

.checkboxess {
    text-align: center;
}

td.back-color img {
    width: 10%;
    border-radius: 50%;
}

th.first-names {
    width: 220px !important;
}

.icons-data-table {
    background: #bcffbc;
    padding: 6px;
    border-radius: 6px;
}

.side-menu-first {
    position: fixed;
    height: 100vh;
}

.logout-btn button {
    border: none;
    background: #ECF3FA;
    color: #1169C4;
    font-weight: 500;
    font-size: 18px;
    padding: 6px 35px;
    border-radius: 4px;
}

.logout-btn {
    position: absolute;
    bottom: 25px;
    left: 41px;
}

.footer {
    background-color: white;
}


/*Datatable modifyed */
.dataTables_filter {
    margin-bottom: 10px;
}

.actionevent {
    color: #2BBBE4;
}




















.side-menu-first {
    position: fixed;
    height: 100vh;
}

.logout-btn button {
    border: none;
    background: #ECF3FA;
    color: #1169C4;
    font-weight: 500;
    font-size: 18px;
    padding: 6px 35px;
    border-radius: 4px;
}

.logout-btn {
    position: fixed;
    bottom: 25px;
    left: 41px;
}

.footer {
    background-color: white;
}
/*Datatable modifyed */
.dataTables_filter {
    margin-bottom: 10px;
}

/*.actionevent {
    padding: 10px;
    margin: 10px;
    color: #2BBBE4;
}*/

.footer {
    background-color: white;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
}

    .footer a {
        text-decoration: none;
    }

.sidebaractive span.log-out-btn {
    display: none;
}

.sidebaractive .logout-btn {
    position: fixed;
    bottom: 25px;
    left: 25px;
}

    .sidebaractive .logout-btn button {
        border: none;
        background: #ECF3FA;
        color: #1169C4;
        font-weight: 500;
        font-size: 18px;
        padding: 6px 13px;
        border-radius: 4px;
    }

.side-menu {
    margin-top: 97px;
    position: fixed;
    margin-left: 24px;
}

.logo {
    height: 75px;
    position: fixed;
}

.sidebaractive .logo img {
    width: 100%;
    padding: 20px 20px 20px 26px;
}

.sidebaractive .side-menu {
    margin-left: 0px !important;
}

    .sidebaractive .side-menu ul li a.active {
        color: white;
        background: #2BBBE4;
        margin: 10px 20px;
        border-radius: 9px;
        padding: 7px 7px 7px 17px;
    }

.dropstart .user-pro::before {
    content: unset;
}
/*----01-03-2024----*/
.user-profile img {
    width: 50px;
}


.go-back-btn {
    color: #2173a7;
    font-weight: 600;
    width: 130px;
}

    .go-back-btn:focus {
        outline: none;
        border: none;
    }

.create-edit-form {
    border: none;
    outline: none;
    border-bottom: 1px solid #0dcaf0;
    border-radius: unset;
    margin-bottom: 10px;
}

    .create-edit-form:focus {
        outline: none !important;
        border: none !important;
    }

.modal-footer {
    border-top: none !important;
}



.client-list-edit-btn {
    border-radius: 6px !important;
}

    .client-list-edit-btn .actionevent {
        margin: 0 !important;
        padding: 0 !important;
        color: #fff;
    }


.excel-btn span {
    font-size: unset;
    padding: 0 !important;
    font-weight: unset !important;
    margin-left: 10px;
}

table#InvoiceTable thead tr th:last-child,
table#InvoiceTable tbody tr td:last-child,
table#ClientTable thead tr th:last-child,
table#LoanTable thead tr th:last-child,
table#LoanTable tbody tr td:last-child,
table#ClientTable tbody tr td:last-child {
    text-align: center;
}


table#InvoiceTable tbody tr td {
    vertical-align: middle;
}
/*12/07/2024*/
.invoice-header .bd-highlight {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .invoice-header .bd-highlight .select {
        display: flex;
        align-items: center;
    }

        .invoice-header .bd-highlight .select select {
            width: 200px;
            padding: 6px 10px;
            border: 1px solid #d9d9d9;
            border-radius: 6px;
        }

.invoice-inner {
    display: flex;
    flex-direction: column;
    border: 1px solid #d9d9d9;
    padding: 5px 10px;
    border-radius: 8px;
}

.invoice-paid {
    display: flex;
    gap: 20px;
}

.invoice-inner {
    display: flex;
    flex-direction: column;
}

.invoice-paid a {
    width: 140px;
    font-weight: 600;
    text-decoration: none;
}

    .invoice-paid a:hover {
        color: #4f9b44;
    }

.invoice-paid .amount-unpaid-text:hover {
    color: #2bbbe4;
}
/* 19/12/2024*/

#yearDropdown {
    width: 200px;
    padding: 10px;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    margin-right: 20px;
}

.cstm-data-table{
    padding:10px 30px;
}
/*30/12/2024*/

.centered-header {
    font-size: 22px;
    text-align: center;
}

.black {
    color: black;
}

.error {
    color: red;
    margin-left: 5px;
}

label.error {
    display: inline;
}

#icon {
    color: green
}

#ExIcon {
    color: sandybrown
}

.cstm-modal-header {
    background-color: #0dcaf0;
    color: white;
}