body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px transparent;
    border-radius: 10px;
}

body::-webkit-scrollbar-thumb {
    background: rgb(230, 227, 227);
    border-radius: 10px;
}

.card-scroller::-webkit-scrollbar {
    width: 10px;
}

.card-scroller::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px transparent;
    border-radius: 10px;
}

.card-scroller::-webkit-scrollbar-thumb {
    background: rgb(230, 227, 227);
    border-radius: 10px;
}

table::-webkit-scrollbar {
    width: 8px;
    height: 10px;
}

table::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px transparent;
    border-radius: 10px;
}

table::-webkit-scrollbar-thumb {
    background: rgb(230, 227, 227);
    ;
    border-radius: 10px;
}

.table-responsive::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.table-responsive::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px transparent;
    border-radius: 10px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background: rgb(230, 227, 227);
    border-radius: 10px;
}

.dataTables_scrollBody::-webkit-scrollbar {
    width: 8px;
    height: 10px;
}

.dataTables_scrollBody::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px transparent;
    border-radius: 10px;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
    background: rgb(230, 227, 227);
    border-radius: 10px;
}


body {
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px transparent;
    border-radius: 10px;
}

body::-webkit-scrollbar-thumb {
    background: rgb(197, 196, 196);
    border-radius: 10px;
}

.card-scroller::-webkit-scrollbar {
    width: 10px;
}

.card-scroller::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px transparent;
    border-radius: 10px;
}

.card-scroller::-webkit-scrollbar-thumb {
    background: rgb(197, 196, 196);
    border-radius: 10px;
}

table::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

table::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px transparent;
    border-radius: 10px;
}

table::-webkit-scrollbar-thumb {
    background: rgb(197, 196, 196);
    border-radius: 10px;
}

.table-responsive::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.table-responsive::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px transparent;
    border-radius: 10px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background: rgb(197, 196, 196);
    border-radius: 10px;
}


/* Targeting the scrollbar */
.select2-container--default .select2-results__options::-webkit-scrollbar {
    width: 8px;
    height: 8px;

    /* Set the width of the scrollbar */
}

/* Targeting the scrollbar track */
.select2-container--default .select2-results__options::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px transparent;
    border-radius: 10px;
}

/* Targeting the scrollbar handle */
.select2-container--default .select2-results__options::-webkit-scrollbar-thumb {
    background: rgb(230, 227, 227);
    border-radius: 10px;
}


.fw-600 {
    font-weight: 600 !important;
}

.mw-px-100 {
    max-width: 100px !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: var(--vz-vertical-menu-item-color-dark);
    ;
    transition: background-color 5000s ease-in-out 0s;
}

.auth-logo .logo-img {
    object-fit: contain;
    width: 176px;
    height: 45px;
}

.pagination>li.active>a, .pagination>li.active>span {
    background-color: #76D7C4;
    border-color: #76D7C4
}

.sidebar-wrapper {
    border-radius: 16px;
    margin: 10px;
    /* overflow: auto; */
}

.simplebar-content-wrapper .nav-link {
    position: relative;
    margin: 0 12px;
}

.simplebar-content-wrapper li.nav-item {
    margin-bottom: 10px;
}

.simplebar-content-wrapper .nav-sm li.nav-item {
    margin-bottom: 0px;
}

.simplebar-content-wrapper .menu-dropdown.collapse .nav-item:hover {
    background-color: transparent !important;
}

.navbar-menu .navbar-nav .nav-link .vendor-icon svg path {
    stroke: none !important;
    fill: var(--vz-vertical-menu-item-color-dark);
    ;
}

.topbar-user .user-info-block {
    background-color: var(--card-bg);
    border-radius: 26px;
}

.simplebar-content-wrapper .nav-link.active::before {
    content: '';
    width: 4px;
    height: 16px;
    border-radius: 8px;
    background: #F48220;
    position: absolute !important;
    left: 0 !important;
    top: 30% !important;
}

.simplebar-content-wrapper .nav-link.active {
    font-weight: 600;
}

.simplebar-content-wrapper li.nav-item {
    margin-bottom: 10px;
}

.simplebar-content-wrapper .nav-sm li.nav-item {
    margin-bottom: 0px;
}

.simplebar-content-wrapper .menu-dropdown.collapse .nav-item:hover {
    background-color: transparent !important;
}

.topbar-user .user-info-block .user-img {
    border-radius: 26px;
    border: 2px solid #E9E9F5;
}

.user-info-block svg path {
    fill: var(--vz-vertical-menu-item-color-dark);
}

.btn-topbar-item svg path {
    fill: var(--vz-vertical-menu-item-color-dark);
}

.btn-topbar-item .tab-btn-text {
    font-family: 'Poppins';
    color: var(--vz-vertical-menu-item-color-dark);
    text-transform: capitalize;
    font-size: 16px;
}

.reminder-dot {
    position: relative;
}

.reminder-dot::after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #DA1D1D;
    border-radius: 50%;
    top: -4px;
    right: -6px;
}

.btn-topbar-links svg path {
    stroke: var(--vz-vertical-menu-item-color-dark);
}

.btn-topbar-links .tab-btn-text {
    font-family: 'Poppins';
    color: var(--vz-vertical-menu-item-color-dark);
    text-transform: capitalize;
    font-size: 16px;
}

@media (max-width: 1500px) {
    .btn-topbar-links .tab-btn-text {
        font-size: 14px;
    }

    .btn-topbar-item .tab-btn-text {
        font-size: 14px;
    }
}

.custom-topnav-actions-mobile {
    display: none;
}

.navbar-header .btn-topbar {
    background-color: var(--card-bg);
}

.navbar-header .btn-topbar svg path {
    fill: var(--vz-vertical-menu-item-color-dark);
}

.topbar-badge.bg-danger {
    background-color: #DA1D1D !important;
}

.quick-overview-wrapper {
    top: -12px;
}

.quick-overview-headeritem {
    position: relative;
    top: 2px;
}

.header-links-wrapper {
    padding-top: 12px;
}

@media (max-width: 1300px) {
    .header-links-wrapper {
        display: none;
    }
}

@media (max-width: 1760px) {
    .space-element {
        width: 250px;
    }
}

@media (max-width: 1429px) {
    .space-element {
        width: 211px;
    }
}

.quick-overview-wrapper .title-block {
    color: var(--vz-vertical-menu-item-color-dark);
    font-family: 'Poppins';
    font-size: 20px;
    background-image: var(--overview-bg);
    background-repeat: no-repeat;
    height: 58px;
    background-size: 100%;
    width: 250px;
    position: relative;
    top: 5px;
    right: 12px;
}

.overview-wrapper {
    background-color: var(--card-bg);
    border-radius: 0 16px 16px 16px;
    padding: 20px;
}

@media (max-width: 1400px) {
    .overview-wrapper .cards-wrapper .col {
        padding-right: 10px;
    }

    .overview-wrapper {
        position: relative;
    }
}

table th {
    text-transform: capitalize;
}

.overview-wrapper .info-card {
    border-radius: 16px;
    padding: .9rem 0.7rem !important;
}

/* @media (max-width: 1740px){
    .overview-wrapper .info-card{
        min-width: 140px;
    }
} */
.overview-wrapper .info-card .icon-wrap {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    padding: 4px;
}

.overview-wrapper .info-card .count-info {
    font-family: 'Poppins';
    font-size: 30px;
}

.overview-wrapper .info-card .info-desc {
    font-family: 'Poppins';
    color: var(--card-info);
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    padding-left: 5px;
}

.overview-wrapper .info-card.green-card .counter-value {
    color: #24B550;
}

.overview-wrapper .info-card.green-card .icon-wrap {
    border-radius: 8px;
    background: rgba(36, 181, 80, 0.20) !important;
    box-shadow: 1px 15px 16px -5px rgba(36, 181, 80, 0.10) !important;
}

.overview-wrapper .info-card.lightBlue-card .counter-value {
    color: #009DCF;
}

.overview-wrapper .info-card.lightBlue-card .icon-wrap {
    border-radius: 8px;
    background: rgba(0, 157, 207, 0.20) !important;
    box-shadow: 1px 15px 16px -5px rgba(0, 157, 207, 0.10) !important;
}

.overview-wrapper .info-card.lightBlue-card .arrow-icon svg path {
    stroke: #009DCF;
}

.overview-wrapper .info-card.purple-card .counter-value {
    color: #D839D6;
}

.overview-wrapper .info-card.purple-card .icon-wrap {
    border-radius: 8px;
    background: rgba(171, 49, 170, 0.20) !important;
    box-shadow: 1px 15px 16px -5px rgba(171, 49, 170, 0.10) !important;
}

.overview-wrapper .info-card.purple-card .icon-wrap svg path {
    stroke: #D839D6;
}

.overview-wrapper .info-card.purple-card .arrow-icon svg path {
    stroke: #D839D6;
}

.overview-wrapper .info-card.red-card .counter-value {
    color: #FF4040;
}

.overview-wrapper .info-card.red-card .icon-wrap {
    border-radius: 8px;
    background: rgba(255, 64, 64, 0.20) !important;
    box-shadow: 1px 15px 16px -5px rgba(255, 64, 64, 0.10) !important;
}

.overview-wrapper .info-card.red-card .arrow-icon svg path {
    stroke: #FF4040;
}

.overview-wrapper .info-card.yellow-card .counter-value {
    color: #FF8E03;
}

.overview-wrapper .info-card.yellow-card .icon-wrap {
    border-radius: 8px;
    background: rgba(255, 142, 3, 0.20) !important;
    box-shadow: 1px 15px 16px -5px rgba(255, 142, 3, 0.10) !important;
}

.overview-wrapper .info-card.yellow-card .arrow-icon svg path {
    stroke: #FF8E03;
}

.overview-wrapper .info-card.blue-card .counter-value {
    color: #1060FF;
}

.overview-wrapper .info-card.blue-card .icon-wrap {
    border-radius: 8px;
    background: rgba(16, 96, 255, 0.20);
    box-shadow: 1px 15px 16px -5px rgba(16, 96, 255, 0.10);
}

.overview-wrapper .info-card.blue-card .icon-wrap svg {
    height: 28px;
    width: 28px;
}

.overview-wrapper .info-card.blue-card .icon-wrap svg path {
    stroke: #1060FF;
}

.overview-wrapper .info-card.blue-card .arrow-icon svg path {
    stroke: #1060FF;
}

@media (max-width: 1400px) {

    .mobile-overview-wrapper {
        display: none;
    }

    .mobile-overview-wrapper .isCollapsed {
        display: block !important;
    }
}

@media (min-width: 1401px) {
    .mobile-overview-wrapper {
        display: none !important;
    }
}

.isCollapsedWrapper {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

@media (max-width: 1400px) {
    .overview-wrapper.isCollapsedWrapper {
        display: none !important;
    }

}

.overview-wrapper .isCollapsed {
    background: transparent;
    box-shadow: none;
    padding: 0 !important;
}

.overview-wrapper .isCollapsed .info-wrapper {
    display: flex;
    gap: 16px;
}

.overview-wrapper .isCollapsed .icon-wrap {
    margin-bottom: 0 !important;
}

@media (max-width: 1500px) {
    .overview-wrapper .isCollapsed .info-wrapper {
        align-items: center;
        gap: 5px;
    }
}

.overview-wrapper .isCollapsed .count-info {
    font-size: 16px !important;
}

.overview-wrapper .isCollapsed .info-desc {
    font-size: 14px !important;
}

.arrow-icon-transform {
    transform: rotate(-180deg);
}

.toggle-stats {
    cursor: pointer;
    background-color: var(--card-bg);
    color: var(--vz-body-color);
    border: 7px solid var(--vz-body-bg);
    height: 40px;
    width: 40px;
    max-height: 40px;
    max-width: 40px;
    border-radius: 50%;
    bottom: -23px;
    left: 32px;
}

.toggle-stats i {
    font-size: 27px;
}

.custom-new-card .title-block {
    color: var(--vz-vertical-menu-item-color-dark);
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}

table.dataTable>thead .sorting:after, table.dataTable>thead .sorting_asc:after, table.dataTable>thead .sorting_desc:after, table.dataTable>thead .sorting_asc_disabled:after, table.dataTable>thead .sorting_desc_disabled:after {
    opacity: 1 !important;
    color: var(--vz-vertical-menu-item-color-dark);
    font-size: 16px;
}

table.dataTable>thead .sorting:before, table.dataTable>thead .sorting_asc:before, table.dataTable>thead .sorting_desc:before, table.dataTable>thead .sorting_asc_disabled:before, table.dataTable>thead .sorting_desc_disabled:before {
    opacity: 1 !important;
    color: var(--vz-vertical-menu-item-color-dark);
    font-size: 16px;
}

.green-dot {
    width: 12px;
    height: 12px;
    background-color: #30C817;
    border-radius: 50%;
}

.status-info-el {
    border-radius: 26px;
    height: 26px;
    max-width: 114px;
}

.status-completed {
    background: rgba(48, 200, 23, 0.20);
}

.status-pending {
    background: rgba(244, 130, 32, 0.20);
}

.status-info-el .status-dot {
    min-width: 7px;
    width: 7px;
    min-height: 7px;
    height: 7px;
    border-radius: 50%;
}

.complete-dot {
    background-color: #30C817;
}

.pending-dot {
    background-color: #F48220;
}

.status-info-el .status-name {
    color: #303A52;
    font-family: 'Poppins';
    font-size: 14px;
    color: var(--vz-vertical-menu-item-color-dark);
}

tbody, td, tfoot, th, thead, tr {
    border-color: var(--table-border) !important;
    color: var(--vz-vertical-menu-item-color-dark) !important;
}

.custom-striped-table th,
.custom-striped-table td {
    padding: 8px;
}

.custom-striped-table tbody tr:nth-child(even) {
    background-color: var(--table-row-bg);
    /* Even rows (striped) */
}

.custom-striped-table thead tr th {
    background-color: var(--table-row-bg);
}

.text-red {
    color: #FF4040;
}

.text-green {
    color: #24B550;
}

.text-blue {
    color: #1060FF;
}

.green-btn {
    border-radius: 26px;
    background: #20B39C;
    height: 31px;
    font-weight: 500;
    font-size: 14px;
    line-height: 0;
}

.form-select {
    border-color: var(--input-border);
    background-color: transparent;
    border-radius: 8px;
}

.form-control {
    border-color: var(--input-border);
    background-color: transparent;
    border-radius: 8px;
}

.search-wrapper {
    border-radius: 8px;
}

.search-wrapper .search-title {
    color: var(--vz-vertical-menu-item-color-dark);
    font-family: 'Poppins';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.search-wrapper .form-check-input {
    width: 18px;
    height: 18px;
}

.search-wrapper .form-select {
    height: 40px
}

.sidebar-date {
    color: #7B8297;
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.custom-new-card {
    border-radius: 8px;
}

.reset-btn {
    color: var(--vz-vertical-menu-item-color-dark);
}

.custom-striped-table th,
.custom-striped-table td {
    padding: 8px;
}

.page-item:first-child .page-link {
    border: 0;
    /* border-radius: 26px; */
    background-color: var(--pag-actions);
    color: var(--vz-vertical-menu-item-color-dark);
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 500;
}

.page-item:last-child .page-link {
    border: 0;
    /* border-radius: 26px; */
    background-color: var(--pag-actions);
    color: var(--vz-vertical-menu-item-color-dark);
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 500;
}

.pagination>li.active>a, .pagination>li.active>span {
    color: #F48220;
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    background-color: transparent;
}

.pagination .page-link {
    border: 0;
    color: #616677;
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    background-color: transparent;
}

.notification-text {
    color: var(--vz-footer-color);
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.status-response {
    border-radius: 16px;
    background: rgba(255, 191, 27, 0.15);
    padding: 5px 15px;
    color: #303A52;
    font-weight: 600;
    position: relative;
    font-size: 12px;
    padding-left: 20px;
}

.status-response:after {
    content: '';
    position: absolute;
    background: #FFBF1B;
    width: 5px;
    height: 5px;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

.status-resolve {
    border-radius: 16px;
    background: rgba(48, 200, 23, 0.15);
    padding: 5px 15px;
    color: #303A52;
    font-weight: 600;
    position: relative;
    font-size: 12px;
    padding-left: 20px;
}

.status-resolve:after {
    content: '';
    position: absolute;
    background: #30C817;
    width: 5px;
    height: 5px;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

.status-reject {
    border-radius: 16px;
    background: rgba(246, 49, 49, 0.15);
    padding: 5px 15px;
    color: #303A52;
    font-weight: 600;
    position: relative;
    font-size: 12px;
    padding-left: 20px;
}

.status-reject:after {
    content: '';
    position: absolute;
    background: #F63131;
    width: 5px;
    height: 5px;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

/*.card-body{*/
/*    padding: 0 15px;*/
/*}*/
/*.card-header {*/
/*    border-bottom: none;*/
/*}*/

.clr-blue {
    color: blue;
}

.table thead {
    background: #f6f6ff;
}

.table thead tr th {
    padding: 8px 10px;
    border: none;
    box-shadow: none;
}

.table thead tr th span {
    font-weight: 400;
}

.table tbody tr:nth-child(even) {
    background: #F9F9FF;
}

.dashboard-table {
    height: 268px;
    overflow: auto;
}

.user-info-block span svg {
    width: 8px;
    position: relative;

}

.dashboard-table::-webkit-scrollbar {
    display: none;
}

.dashboard-table .table {
    margin-bottom: 0;
}

.w-190 {
    width: 190px;
}

.nav-item .menu-dropdown a {
    margin-left: 2px;
}

.nav-item a .icon-Frame-4 {
    font-size: 15px !important;
}

[data-layout-mode=dark] .card-title {
    color: #fff;
}

[data-layout-mode=dark] .table thead {
    background: #0a0d19;
}

[data-layout-mode=dark] .table tbody tr:nth-child(even) {
    background: #0a0d19;
}

[data-layout-mode=dark] .table {
    border: 1px solid #283750;
}

[data-layout-mode=dark] .status-response,
[data-layout-mode=dark] .status-reject,
[data-layout-mode=dark] .status-resolve,
[data-layout-mode=dark] #reset_button {
    color: #ffffff;
}

.info-wrapper .icon-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent !important;
    width: auto !important;
    height: auto !important;
    box-shadow: none !important;
}

.info-wrapper .icon-wrap .icon-count i {
    border-radius: 8px;
    box-shadow: 1px 15px 16px -5px rgba(36, 181, 80, 0.10);
    padding: 5px;
    font-size: 24px;
}

.fs-30 {
    font-size: 30px;
}

.w-300 {
    width: 30% !important;
}

.content input {
    display: none;
}

.content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.content .list {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 50%;
    margin-right: 50px;
}

.content .list label {
    cursor: pointer;
    font-size: 22px;
    font-weight: 500;
    padding: 0 15px;
    transition: all 0.5s ease;
    z-index: 10;
    border: 1px solid #E1E1E1;
    background: #F9F9F9;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.right-icon {
    transform: rotate(90deg);
}

.right-icon i {
    color: rgba(190, 190, 190, 1);
}

#home:checked~.list label.home,
#blog:checked~.list label.blog,
#help:checked~.list label.help,
#code:checked~.list label.code,
#about:checked~.list label.about {
    color: #22272C;
}

.content .slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    width: 100%;
    border-radius: 12px;
    transition: all 0.5s ease;
    background: #BB86FC;
}

#home:checked~.list .slider {
    top: 0;
}

#blog:checked~.list .slider {
    top: 60px;
}

#help:checked~.list .slider {
    top: 120px;
}

#code:checked~.list .slider {
    top: 180px;
}

#about:checked~.list .slider {
    top: 240px;
}

.content .text-content {
    width: 80%;
    height: 100%;
}

.content .text {
    display: none;
}

.content .text .title {
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 500;
}

.container .text p {
    text-align: justify;
}

.content .text-content .home {
    display: block;
}

#home:checked~.text-content .home,
#blog:checked~.text-content .blog,
#help:checked~.text-content .help,
#code:checked~.text-content .code,
#about:checked~.text-content .about {
    display: block;
}

.accordian-report a {
    display: flex;
    justify-content: space-between;
    padding: 10px 30px;
    border: 1px solid #E1E1E1 !important;
    background: #F9F9F9 !important;
}

.tab-left span i {
    padding: 3px;
    border-radius: 4px;
    position: relative;
    top: -3px;
    right: -2px;
    font-size: 7px;
}

.accordian-report .active {
    border: 1px solid #EA3C3C !important;
}

.tab-left {
    text-align: left;
}

.tab-left span {
    color: #212529;
    font-size: 16px;
    font-weight: 600;
}

.tab-left h3 {
    color: #84848E;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}

.tab-left h3 span {
    color: #212529;
    font-size: 14px;
    font-weight: 600;
}

.tab-left span i.icon-cross {
    background-color: rgb(234 60 60 / 40%);
    color: rgba(234, 60, 60, 1);
}

.tab-left span i.icon-check {
    background: rgb(67 161 34 / 45%);
    color: rgba(47, 159, 8, 1);
}

.tab-left span i.icon-hour-glass {
    background: rgb(67 161 34 / 45%);
    color: rgba(47, 159, 8, 1);
}

.accordion-button .tab-left h3 {
    margin-bottom: 0;
}

.accordion-header {
    border: 1px solid #E1E1E1;
}

.accordian-text-heading h3 {
    color: #212529;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.accordian-text-heading span i {
    font-size: 12px;
    font-weight: 500;
    color: #3B3C45;
}

.accordian-text-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}

.text-case-detail {
    border-radius: 4px;
    background: #FFF;
    padding: 10px;
}

.accordion-button {
    border-radius: .25rem;
    padding: 10px 15px !important;
    background: #f9f9f9;
}

.count-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 5px;
}

.count-wrapper .info-card {
    width: 20%;
}

.lightBlue-card .info-wrapper .icon-count i {
    background: rgb(4 144 189 / 25%);
    box-shadow: 1px 15px 16px -5px rgba(0, 157, 207, 0.10);
    color: #009dcf;
}

.purple-card .info-wrapper .icon-count i {
    background: rgba(171, 49, 170, 0.20);
    color: rgba(216, 57, 214, 1);
}

.yellow-card .info-wrapper .icon-count i {
    background: rgba(255, 142, 3, 0.20);
    color: #FF8E03;
}

.red-card .info-wrapper .icon-count i {
    background: rgba(255, 64, 64, 0.20);
    color: #FF4040;
}

.blue-card .info-wrapper .icon-count i {
    background: rgba(16, 96, 255, 0.20);
    color: #1060FF;
}

.total-balance {
    background: rgb(244 130 32 / 10%) !important;
}

.select-input {
    width: 200px;
}

.user-btn {
    background: #f48220;
    border: none;
    color: #fff;
}

.btn-outline-success {
    border: 1px solid #f48220;
    color: #f48220;
}

/*.dataTables_wrapper table tbody tr td{*/
/*    border: none;*/
/*}*/
.mobile-logo {
    display: none;
}

.sidebar-date {
    color: #7B8297;
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    position: absolute;
    bottom: 24px;
    right: 0px;
    left: 0px;
}


@media (max-width: 1600px) {

    .info-wrapper .icon-wrap .icon-count i {
        font-size: 18px;
    }

    .overview-wrapper .isCollapsed .count-info {
        font-size: 14px !important;
    }
}

@media (max-width: 1440px) {
    .simplebar-content-wrapper .nav-link {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 1270px) {
    .count-wrapper {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .count-wrapper .info-card {
        width: 32% !important;
    }

    .page-content-nooverview {
        /* padding-top: 220px !important; */
    }

    .overview-wrapper .info-card .count-info {
        font-family: 'Poppins';
        font-size: 20px;
    }

    .fs-18 {
        font-size: 14px !important;
    }

    .overview-wrapper .info-card .info-desc {
        font-size: 14px;
    }

    .page-content {
        /* padding-top: 288px; */
    }
}

@media (max-width: 1100px) {
    .sidebar-date {
        font-size: 12px;
    }

    .custom-topnav-actions-mobile {
        position: absolute;
        display: flex;
        align-items: center;
        top: 0;
        left: 0;
    }

    .custom-topnav-actions-mobile .bars-action svg path {
        stroke: var(--vz-vertical-menu-item-color-dark);
    }

    .right-mobile-actions {
        position: absolute !important;
        right: 10px;
    }

    .right-mobile-actions .language-dropdown {
        position: relative;
        left: 0;
        top: 0;
    }

    .sidebar-wrapper {
        display: none;
    }

    .cards-wrapper {
        flex-wrap: wrap !important;
        gap: 10px 0;
    }

    .overview-wrapper .cards-wrapper .col {
        min-width: 50%;
        width: 50%;
        padding: 0 5px;
    }

    .quick-overview-wrapper {
        top: 40px;
        margin-left: 1rem;
        margin-top: 50px;
    }

    .quick-overview-headeritem {
        display: none;
    }

    .layout-width {
        position: fixed;
        width: 100%;
        z-index: 99;
        top: 0;
        background: #fff;
    }

    .mobile-logo {
        display: block;
    }

    [data-layout-mode=dark] .layout-width {
        background: #121926;
    }
}

@media (max-width: 768px) {
    .custom-new-card .title-block {
        font-size: 18px;
    }

    .count-wrapper .info-card {
        width: 49% !important;
    }
}

@media (max-width: 575px) {
    .count-wrapper .info-card {
        width: 100% !important;
    }
}

.content-cell {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
}

.font-black {
    color: #101521;
}

.paginate-btn {
    border: 0;
    background-color: var(--pag-actions);
    color: var(--vz-vertical-menu-item-color-dark);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
}


.w-60 {
    width: 55%;
}

.w-60 {
    width: 60%;
}

.sr-col {
    width: 20px;
}

.navbar-header .topbar-head-dropdown .dropdown-menu.show {
    top: 0 !important;
    right: 0 !important;
    transform: translate(0, 55px) !important;
}



.pagination .previous {
    display: flex;
    align-items: center;
    background-color: transparent;
}

.pagination .previous:hover {
    background-color: #F6F6FF;
    cursor: pointer;
}

.pagination .previous .btn {
    display: flex;
    align-items: center;
    padding: 0 0.4rem;
    background-color: transparent !important;
}

.pagination .previous a {
    display: flex;
    align-items: center;
    padding: 0 0.4rem 0.1rem 0.4rem;
    background-color: transparent !important;
}

.pagination .previous .btn i {
    font-size: 20px;
}

.pagination .next .btn i {
    font-size: 20px;
}


.pagination .next {
    display: flex;
    align-items: center;

}

.pagination .next:hover {
    background-color: #F6F6FF;
    cursor: pointer;
}

.pagination .next .btn {
    display: flex;
    align-items: center;
    padding: 0 0.4rem 0.1rem 0.4rem;
    background-color: transparent !important;
}

.pagination .next a {
    display: flex;
    align-items: center;
    padding: 0 0.4rem 0.1rem 0.4rem;
    background-color: transparent !important;
}

.pagination li:hover {
    background-color: #F6F6FF;
}



.sorting::before {
    color: gray !important;
}

.sorting::after {
    color: gray !important;
}
