*::-webkit-scrollbar {
    width: 0.25rem;
    height: 0.75rem;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

*::-webkit-scrollbar-thumb {
    width: 0.35rem;
    height: 0.50rem;
    background-color: #dbdbdb;
}

*:hover::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.1);
}

.float-right {
    text-align: right !important;
}

.page-wrapper {
    /* background-image: url('../images/backgrounds/backg.jpg'); */
    background-repeat: no-repeat;
    /* background: linear-gradient(135deg, rgb(0 4 18) 59%, rgba(255, 105, 105, 1) 100%); */
    height: 100vh;
    overflow: auto;
    overflow-x: hidden;
    min-height: calc(100vh - 105px);
    transition: all ease 1s;
    transition: 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4);
    background-image: url("../images/backgrounds/background-bg.jpeg");
    /* background-position-x: right;
    background-position-y: bottom; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.glass {
    /* background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; */
    /* border:1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37); */

}

.left-sidebar {
    /* background: linear-gradient(36deg, rgb(226 33 33 / 10%), rgb(70 70 70 / 84%));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    color: white; */
    /* background: #003974; */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgb(103 135 184);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    color: white;
    background: url('../images/menu-bg.jpg') no-repeat center center/cover;
}

.left-sidebar .scroll-sidebar {
    background: transparent !important;
}

/* RNR */

/* .home-content .card .card-header {
    background: white;
    border: 0 !important;
} */

.home-content .card .card-header h5 {
    color: #193887 !important;
    font-size: 1.125rem;
}

.home-content .card .card-header.custom-card-header {
    background: #535353 !important;
}

.home-content .card .card-header.custom-card-header h5 {
    color: #ffffff !important;
    font-size: 1.125rem;
}

.table_search_box {
    text-align: right;
}

/* RNR End */

/* Header Section start */
.notification-down {
    margin-right: 15px;
}

.notification-section {
    background-color: #fff;
    border-radius: 40px;
    padding: 12px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;



}

.notification-section i {
    -webkit-animation: ring 4s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s .7s ease-in-out infinite;
    transform-origin: 50% 4px;
    font-size: 18px;
    color: #9f9f9f;
}


.notification-section:before {
    background-color: #e6e9eb;
    content: "";
    height: 40px;
    left: 48px;
    position: absolute;
    top: 0;
    width: 1px;
}

.notification-badge {
    background: #ff2323;
    color: #fff;
    width: 15px;
    height: 15px;
    position: absolute;
    border-radius: 100%;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 9px;
    font-family: Arial, Helvetica, serif;
    box-sizing: border-box;
    animation: counter-ball 1s ease-out 1s 1;
    animation-fill-mode: forwards;
    opacity: 1;
    top: 0;
}


@keyframes ring {
    0% {
        transform: rotate(0);
    }

    1% {
        transform: rotate(30deg);
    }

    3% {
        transform: rotate(-28deg);
    }

    5% {
        transform: rotate(34deg);
    }

    7% {
        transform: rotate(-32deg);
    }

    9% {
        transform: rotate(30deg);
    }

    11% {
        transform: rotate(-28deg);
    }

    13% {
        transform: rotate(26deg);
    }

    15% {
        transform: rotate(-24deg);
    }

    17% {
        transform: rotate(22deg);
    }

    19% {
        transform: rotate(-20deg);
    }

    21% {
        transform: rotate(18deg);
    }

    23% {
        transform: rotate(-16deg);
    }

    25% {
        transform: rotate(14deg);
    }

    27% {
        transform: rotate(-12deg);
    }

    29% {
        transform: rotate(10deg);
    }

    31% {
        transform: rotate(-8deg);
    }

    33% {
        transform: rotate(6deg);
    }

    35% {
        transform: rotate(-4deg);
    }

    37% {
        transform: rotate(2deg);
    }

    39% {
        transform: rotate(-1deg);
    }

    41% {
        transform: rotate(1deg);
    }

    43% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(0);
    }
}

/* Header Section end */


/* Modal */
.modal-header {
    /* background: #ed3237fa; */
    background: white;
    border-radius: 4px 4px 0 0;
    padding: 1.25rem 1.5rem 0.25rem !important;
}

.modal-title {
    color: #193887 !important;
    font-size: 1.125rem;
}

.modal-header .btn-close {
    color: white !important;
}



/* Modal End */

/* Form */

fieldset.border {
    border: solid 1px #c9c9c9 !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .10) !important;
}

fieldset legend {
    color: #ed1c24;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: -8px;
}

.my_form input {
    border-radius: 0px;
}


/* Form End */


/* Login  */
.login_page_box_7 {
    background: url('../images/backgrounds/login-bg2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.table-responsive .dt-row {
    overflow-x: auto !important;
}

.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0px;
    border: none;
}


/* Login  End */

/* Datatable start */

table.dataTable thead th,
table.dataTable tfoot th {
    font-weight: 500 !important;

    /* border-bottom: 1px solid #111111 !important; */
    /* background-color: white  !important;
    color: black; */
}

.ant-table-content table {
    margin-top: 10px;
    border: solid 1px #ccc !important;
}

.ant-table-content table thead.ant-table-thead th {
    font-weight: bold;
    padding: 10px 10px;

    vertical-align: middle !important;
    text-align: center !important;
    background-color: #eee !important;
    color: #414141;
}

.ant-table-wrapper .ant-table-thead th.ant-table-column-has-sorters:hover {
    background: #338585;
}

.ant-table-content table .ant-table-tbody>tr>td {
    padding: 8px 10px;
}

.ant-table-wrapper table {
    border-radius: 0;
}

.ant-table-container table>thead>tr:first-child>*:first-child,
.ant-table-container table>thead>tr:first-child>*:last-child {
    border-start-start-radius: 0px !important;
    border-start-end-radius: 0px !important;
}

/* Datatable end */



.overlay-modal.modal {
    background-color: rgba(0, 0, 0, 0.6);
    padding-top: 80px;
}

.custom-mouse-position {
    pointer-events: auto;
    position: absolute;
    bottom: 24px;
    right: 10px;
    color: #fff;
}



/*-------------------- delete_popup_box ---------------------*/

.delete_popup_box {}

.react-confirm-alert .custom-ui h1 {
    font-size: 21px;
    font-weight: 700;
    margin-top: 17px;
    color: #1c1c1c;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

.badge-info {
    color: #fff;
    background-color: #13aaaa;
}

.logout {
    font-size: 36px;
    color: #df0000;
}

.exclamation-icon {
    font-size: 58px;
    color: #fae104e0;
}

.react-confirm-alert-overlay {
    background-color: rgba(0, 0, 0, 0.6) !important;
}

.react-confirm-alert {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.6);
}

.react-confirm-alert .custom-ui {
    text-align: center;
}

.react-confirm-alert .mr-1 {
    margin-right: 5px;
}


.dashboard-container .font-20 {
    font-size: 20px;
    line-height: 1em;
}

.dashboard-container .font-30 {
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 700;
}

.dashboard-container .widget-style3 {
    padding: 25px 20px;
}


.dashboard-container .text-blue {
    color: #1b00ff;
}

.dashboard-container .text-dark {
    color: #000000;
}

.dashboard-container .text-white {
    color: #ffffff;
}

.dashboard-container .height-100-p {
    height: 100%;
}

.dashboard-container .bg-white {
    background: #ffffff;
}

.dashboard-container .border-radius-10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.dashboard-container border-radius-100 {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.dashboard-container .box-shadow {
    -webkit-box-shadow: 0px 0px 4px rgb(0 0 0 / 32%);
    -moz-box-shadow: 0px 0px 4px rgb(0 0 0 / 32%);
    box-shadow: 0px 0px 4px rgb(86 136 192 / 72%);
    transition: 0.3s;


}

.dashboard-container .box-shadow:hover {
    box-shadow: 0px 0px 15px 1px rgb(155 188 218);
}

.dashboard-container .gradient-style1 {
    background-image: linear-gradient(135deg, #43CBFF 10%, #9708CC 100%);
}

.dashboard-container .gradient-style2 {
    background-image: linear-gradient(135deg, #72EDF2 10%, #5151E5 100%);
}

.dashboard-container .gradient-style3 {
    background-image: radial-gradient(circle 732px at 96.2% 89.9%, rgba(70, 66, 159, 1) 0%, rgba(187, 43, 107, 1) 92%);
}

.dashboard-container .gradient-style4 {
    background-image: linear-gradient(135deg, #FF9D6C 10%, #BB4E75 100%);
}

/* widget style 1 */

.dashboard-container .widget-style1 {
    padding: 20px 10px;
}

.dashboard-container .widget-style1 .circle-icon {
    width: 60px;
}

.dashboard-container .widget-style1 .circle-icon .icon {
    width: 60px;
    height: 60px;
    background: #ecf0f4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard-container .widget-style1 .widget-data {
    width: calc(100% - 150px);
    padding: 0 15px;
}

.dashboard-container .widget-style1 .progress-data {
    width: 90px;
}

.dashboard-container .widget-style1 .progress-data .apexcharts-canvas {
    margin: 0 auto;
}

.dashboard-container .widget-style2 .widget-data {
    padding: 20px;
}

.dashboard-container .widget-style3 {
    padding: 30px 20px;
}

.dashboard-container .widget-style3 .widget-data {
    width: calc(100% - 55px);
}

.dashboard-container .widget-style3 .widget-icon {
    width: 70px;
    height: 70px;
    font-size: 20px;
    line-height: 1;
    /* background-color: #00000059; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    border-radius: 50%;
    transition: all 0.1s;
}

.dashboard-container .apexcharts-legend-marker {
    margin-right: 6px !important;
}



.dashboard-container .dashboard-card-header {
    background-image: linear-gradient(135deg, #6880b5 10%, #6c507c 100%);
    color: white;
}

.dashboard-container .dashboard-card-header img {
    width: 46px;
    margin-right: 10px;
}


.ddl-action button::after {
    display: none;
}

.ddl-action button svg {
    margin-right: 0;
}

div.dataTables_wrapper div.dt-row {
    position: static !important;
}

.nav.tab-style-1 {
    border-block-end: 0;
    padding: 0.65rem;
    background-color: rgb(215 215 215 / 53%);
    border-radius: 0.4rem;
    /* margin-block-end: 1rem; */
}

.nav.tab-style-1 .nav-link.active {
    color: #fff;
    box-shadow: 0 0.15rem 0.1rem rgba(0, 0, 0, 0.04);
    transition: color 0.15s ease-in;
    background-color: #2A3547;
}

.dropdown-menu {

    box-shadow: 0 1rem 1.125rem rgba(169, 169, 169, 0.35);
    font-size: 0.875rem;
    color: #1b2c3f;
    background-color: #fff;
    padding: 0;
    z-index: 10;
}

/* .dropdown-menu{
    width: 100%;
} */

.nav-link {
    font-size: 0.9rem;
}

.ant-table-thead th {
    white-space: nowrap;
}

.card.custom-card {
    border-radius: 0.4rem;
    border: 0px solid var(--default-border);
    background-color: var(--custom-white);
    box-shadow: 0 0.15rem 0.1rem rgba(0, 0, 0, 0.04);
    position: relative;
    margin-block-end: 1.5rem;
    width: 100%;
}

.card.custom-card .card-header {
    padding: 1rem;
    background-color: transparent !important;
    border-block-end: 1px solid var(--default-border);
    display: flex;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
}

.card.custom-card .card-footer {
    background-color: transparent !important;
    border-block-start: 1px solid var(--default-border);
    padding: 1rem 1.25rem;
    font-size: 0.813rem;
}

.data_search {
    padding: 0px;
}

.dropdown-toggle:after {
    border-bottom: 0;
    border-left: 0.3em solid #0000;
    border-right: 0.3em solid #0000;
    border-top: 0.3em solid;
    content: "";
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
}

.header-dropdown .dropdown-toggle:after {
    content: none;
    /* Removes the content */
    display: none;
}

.ant-table-container {
    overflow-x: auto;
    min-height: 162px;
}

.raw-table .ant-table-container {
    min-height: 0 !important;
}

/* .ant-table-content {
    overflow-y: hidden;
    max-height: 200px;
} */

.nav-container {
    position: sticky;
    width: 100%;
    /* height: 60px; */
    background-color: white;
    left: 0;
    top: 0;
    padding: 10px;
    z-index: 1111;
}

.tab-content.custom-tab-content {
    padding: 0 10px;
}

div.dt-container div.dt-length select {
    margin-left: 0.5rem;
}

.dataTable {
    width: 100% !important;

}

.table.dataTable thead th {
    vertical-align: middle !important;
    text-align: center !important;
    background-color: #dbe663 !important;
    color: #101010;
}

.custom-backdrop {
    z-index: 1055;
}

.modal-body .body {
    max-height: 400px;
    overflow-y: auto;
    padding: 0 0.5rem;
}

.react-confirm-alert-overlay {
    z-index: 1056 !important;
}

.nowrap {
    white-space: nowrap;
}


table.table.dataTable tbody {
    min-height: 250px;
}

/* .table.table-bordered.dataTable .dropdown-menu.show {
    position: relative !important;
    transform: translate(-122px, 5px) !important;
} */

.text-capitalize {
    text-transform: capitalize;
}


.accordion .accordion-item .accordion-button:not(.collapsed) {
    color: #1b2c3f;
    background-color: #f2f4f7;
    box-shadow: none;
}

.accordion-button {
    background-color: #fff;
    color: #1b2c3f;
    padding: 0.75rem;
    font-size: 0.85rem;
    font-weight: 500;
}

.accordion-button:after {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    content: "\f107" !important;
    background-image: none !important;
    font-size: 1rem;
    line-height: 1;
    background-color: #f2f4f7;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3.125rem;
    color: #1b2c3f;
}

.accordion-item:not(:first-of-type) {
    margin-block-start: 0.5rem;
}

.accordion-item {
    border-block-start: 1px solid #f0f0f0;
    border-radius: 0.4rem;
    overflow: hidden;
}

.bg-success-transparent {
    background-color: rgba(38, 191, 148, 0.2) !important;
    color: rgb(38, 191, 148) !important;
}

/* .badge {
    padding: 0.25rem 0.45rem;
    font-weight: 600;
    border-radius: 0.4rem;
} */

.shimmer-animation {
    background-color: #f6f7f8;
    background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-repeat: no-repeat;
    background-size: 800px 104px;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeholderShimmer;
    animation-timing-function: linear;
}

.shimmer-span {
    width: 120px;
    height: 20px;
}

.shimmer-button {
    width: 70px;
    height: 30px;
}


.dashboard-card-header {
    font-size: 1.05rem;
    font-weight: 500;
    white-space: nowrap;
    overflow-x: hidden;
}

.dashboard-container-card .card-body {
    overflow: hidden;
}

/* .dt-scroll-headInner{
    min-width: 100% !important;
} */

button:disabled {
    pointer-events: auto !important;
    cursor: not-allowed;
}

/* .is-invalid, .was-validated {
    border-color: #FA896B;
    padding-right: calc(1.5em + 16px);
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23FA896B'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23FA896B' stroke='none'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(.375em + 4px) center;
    background-size: calc(.75em + 8px) calc(.75em + 8px);
} */

.ant-table-extensions>div:first-child {
    margin-bottom: 0 !important;
}

.fawsm-icon {
    font-size: 21px;
    margin-left: 4px;
}


.notification-down .dropdown-menu {
    min-width: 22rem;
    overflow: hidden;
}

.border-bottom {
    border-bottom: 1px solid #dbdade !important;
}

.notification-down .dropdown-notifications-list {
    max-height: 25rem;
    overflow: auto;
}


.notification-down .dropdown-notifications-list .dropdown-notifications-item {
    padding: 1rem;
    cursor: pointer;
}

.list-group-flush>.list-group-item {
    border-width: 0 0 var(--bs-list-group-border-width);
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.list-group-item {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

.list-group-item-action {
    width: 100%;
    color: var(--bs-list-group-action-color);
    text-align: inherit;
}

.notification-down .dropdown-notifications-item .avatar {
    position: relative;
    width: 2.375rem;
    height: 2.375rem;
    cursor: pointer;
}

.notification-down .dropdown-notifications-item .avatar img {
    width: 100%;
    height: 100%;
}


.notification-down .dropdown-notifications-item .avatar .avatar-initial {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #c9c8ce;
    font-weight: 500;
}

.border-top {
    border-top: 1px solid #dbdade !important;
}

.text-theme-color {
    color: #048ef9;
}

.notification-down .dropdown-menu-footer .dropdown-item {
    border-radius: 5px !important;
    /* color: #048ef9; */
}

.notification-down .dropdown-menu-footer .dropdown-item:hover {
    color: #048ef9 !important;
}

.notification-down .dropdown-menu-footer .dropdown-item:active {
    color: white !important;
    background-color: #048ef9 !important;
}

.bg-label-danger {
    background-color: #fce5e6 !important;
    color: #ea5455 !important;
}

.dt-scroll-body {
    position: static !important;
}

.sidebar-item.in .has-arrow::after {
    transform: rotate(225deg);
}

.card {
    border: 0 !important;
}


.form-label {
    margin-bottom: .25rem !important;
    font-weight: 500 !important;
    color: #5d596c !important;
    font-size: 0.8125rem !important;
}

/* .btn-dark, .bg-dark{
    background-color: #048ef9 !important;
} */

/* ul.pagination .page-item.active .page-link, .pagination li.active>a:not(.page-link) {
    border-color: #048ef9;
    background-color: #048ef9;
    color: #fff;
} */

.btn-label-secondary {
    color: #a8aaae;
    border-color: rgba(0, 0, 0, 0);
    background: #f1f1f2;
}


.filter-offcanvas {
    height: 100vh;
    width: 350px !important;
}

/* .bg-dark{
    background-color: #048ef9 !important;
} */
/* .btn-dark{
    background-color: #048ef9 !important;
    border-color : #048ef9 !important;
} */
.btn-dark {
    background-color: transparent !important;
    border-color: #2c2c2c !important;
    color: #181818;
    border-radius: 25px;
}

.btn-dark i {
    color: #222222;
}

.btn-dark:hover i {
    color: #fff;
}

.btn-dark:hover {
    background-color: #ed691c !important;
    border-color: #ed691c !important;
}

.btn-dark-outline {
    color: #048ef9 !important;
    background: #00296640 !important;
    border: 1px solid #048ef9;
}

.btn:disabled {
    color: #048ef9;
}

.btn:disabled:hover {
    color: #ffffff;
}

.btn.btn-secondary {
    background-color: transparent !important;
    border-color: #6c757d !important;
    color: #6c757d;
    border-radius: 25px;
}

.btn.btn-secondary i {
    color: #fff;
}

.btn-secondary:hover i {
    color: #fff;
}

.btn-secondary:hover {
    background-color: #6c757d !important;
    border-color: #6c757d !important;
    color: #ffffff;
}



.btn.btn-success {
    background-color: transparent !important;
    border-color: #4AA83A !important;
    color: #4AA83A;
    border-radius: 25px;
}

.btn.btn-success:hover {
    border-color: #4AA83A !important;
    background-color: #4AA83A !important;
    color: #fff;

}


.dt-bootstrap5 .btn.btn-secondary {
    border-radius: 0;
}

.btn-label-secondary {
    color: #a8aaae;
    border-color: rgba(0, 0, 0, 0);
    background: #f1f1f2;
}

.btn-label-secondary:hover {
    border-color: rgba(0, 0, 0, 0) !important;
    background: #eaebec !important;
    color: #a8aaae !important;
}

div.dt-container .dt-paging .dt-paging-button {
    padding: 0 !important;
}

table.table.dataTable>tbody>tr.selected>* {
    box-shadow: inset 0 0 0 9999px #048ef940 !important;
    box-shadow: inset 0 0 0 9999px #048ef940 !important;
    color: #048ef9 !important;
}

.dataTable .form-check-input:checked {
    background-color: #048ef9 !important;
    border-color: #048ef9 !important;
}

.dataTable .form-check-input[type=checkbox]:indeterminate {
    background-color: #048ef9 !important;
    border-color: #048ef9 !important;
}

.dataTable-select tbody tr {
    cursor: pointer !important;
    ;
}

div.dt-container div.dt-search input {
    margin-right: 6px !important;
}

.bg-secondary {
    background-color: rgba(168, 170, 174, var(--bs-bg-opacity)) !important;
}


.dataTable {
    font-size: 1em !important;
}

.dataTable .badge {
    font-size: 0.8em !important;
    border-radius: 0.25rem !important;
}

.dataTable .badge.bg-label-warning {
    background-color: #fff1e3 !important;
    color: #ff9f43 !important;
}

.dataTable .badge.bg-label-secondary {
    background-color: #f2f2f3 !important;
    color: #a8aaae !important;
}

.dataTable .badge.bg-label-dark {
    background-color: #e4e4e4 !important;
    color: #4b4b4b !important;
}

.dataTable .badge.bg-label-success {
    background-color: #dff7e9 !important;
    color: #28c76f !important;
}

.dataTable .badge.bg-label-danger {
    background-color: #fce5e6 !important;
    color: #ea5455 !important;
}

/* .dropdown-menu.show{
    position: static !important;;
} */

.approval_path_form .reorderable-list {
    background-color: hsl(0, 0%, 100%);
    border-color: hsl(0, 0%, 80%);
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    max-height: 300px;
    overflow: auto;
}


.approval_path_form .reorderable-list .list-item-child {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px;
}

.approval_path_form .reorderable-list .list-item:not(:last-child) .list-item-child {
    border-bottom: 1px solid hsl(0, 0%, 80%);
}

.approval_path_form .reorderable-list .list-item .approver_number {
    color: hsl(0, 0%, 30%);
    white-space: nowrap;
    width: 30%;
}

.approval_path_form .reorderable-list .list-item .drag_icon {
    color: hsl(0, 0%, 30%);
}

.approval_path_form .reorderable-list ul {
    margin: 0;
}

.approval_path_form .reorderable-list .list-item .delete-list-item-button {
    border: 1px solid hsl(0, 0%, 50%);
    border-radius: 50%;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 9px;
}

.form-control {
    border-color: hsl(0, 0%, 80%) !important;
    border-radius: 4px !important;
}

.approval_path_form .approver_path_heading {
    margin-bottom: 0px !important;
}

.approval_path_form small {}

.small {
    color: hsl(0, 0%, 60%);
}

.modal-dialog.w-600 {
    max-width: 600px;
}

.nav-underline .nav-link.active,
.nav-underline .show>.nav-link {
    font-weight: 500;
    color: #066;
    border-bottom-color: #066;
}

.add_more_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.add_more_row .add_more_item:not(:last-child) {
    width: 100%;
    margin-right: 12px;
}

.add_more_delete_button,
.add_more_delete_button:hover {
    border: 1px solid hsl(0, 0%, 50%);
    border-radius: 50%;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 9px;
}


.table-parent-container {
    position: relative;
}

.table-child-container {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
}

.table_scroll_to_left_icon {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}

.table_scroll_to_right_icon {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
}

.dt-center .dropdown {
    position: revert-layer;
}

/*------------------------ profile-dropdown ----------------------------*/

.profile-dropdown .profile-picture-section {
    width: calc(100% - -32px);
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(51, 51, 51);
    flex-direction: column;
    color: #fff;
    margin: -16px 0px 0 0px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-bottom: 15px;
}

.profile-dropdown .profile-picture-section h5 {
    color: #fff;
    margin: 15px 0px 0px 0;

}

.profile-dropdown a {
    color: #000000;
}
















/*-------------------------view-land-content---------------------------*/
.view-land-content table tr th {
    background: #ed1c24;
    color: #fff;
}

.view-land-content table tr th,
.view-land-content table tr td {
    padding: 5px;
}

.view-land-content table tr td:nth-child(1) {
    background-color: #fff;
    --bs-table-bg-type: none;
    font-weight: 700;
    min-width: 50%;
    width: 50%;
}

.view-land-content table tr td:nth-child(2) {
    --bs-table-bg-type: none;
    background: #ebebeb;
    min-width: 50%;
    width: 50%;
}





/*-------------- vertical-tab-section ---------------------*/





.vertical-tab-section {
    border: solid 1px #ccc;
    width: 100%;
    height: calc(100vh - 154px);
}

.vertical-tab-section .nav-pills.vertical-tab-nav-pills {
    border-right: solid 1px #ccc;
    width: 250px;
    overflow-y: auto;
    display: block;
}

.vertical-tab-section .nav-pills.vertical-tab-nav-pills .nav-link {
    border-radius: 0px 25px 25px 0px;
    /* border-bottom: solid 1px #ccc; */
    text-align: left;
    padding: 12px 10px 12px 10px;
    width: 92%;
    margin: 5px 0 5px 0;
    font-size: 15px;
    border: solid 1px #f6f9fc;
    border-left: solid 4px #f6f9fc;
}

.vertical-tab-section .nav-pills.vertical-tab-nav-pills .nav-link:last-child {
    border-bottom: none;
}

.vertical-tab-section .nav-pills.vertical-tab-nav-pills .nav-link:hover {
    background-color: #c7e3ff;
    color: #000;
    border: solid 1px #f6f9ff;
    border-left: solid 4px #ed1c24;
}

.vertical-tab-section .nav-pills.vertical-tab-nav-pills .nav-link.active:hover {
    background-color: #c7e3ff;
    font-weight: 500;
    color: #002c6e;
    border: solid 1px #f6f9ff;
    border-left: solid 4px #ed1c24;
    box-shadow: 0 .125rem .25rem rgb(24 24 24 / 39%) !important;
    letter-spacing: 0.5px;
}

.vertical-tab-section .nav-pills.vertical-tab-nav-pills .nav-link.active {
    background-color: #c7e3ff;
    font-weight: 500;
    color: #002c6e;
    border: solid 1px #f6f9ff;
    border-left: solid 4px #ed1c24;
    box-shadow: 0 .125rem .25rem rgb(24 24 24 / 39%) !important;
    letter-spacing: 0.5px;
}

.vertical-tab-section .tab-content.vertical-tab-content {
    border-left: solid 1px #ccc;
    margin-left: -1px;
    padding: 12px;
    width: calc(100% - 250px);

}

.vertical-tab-section .tab-content.vertical-tab-content .tab-pane.card {
    border: solid 1px #ccc !important;
}

.vertical-tab-section .tab-content.vertical-tab-content .card-body.custom-card-body {
    height: calc(100vh - 310px);
    overflow-y: auto !important;
}

.vertical-tab-section .tab-content.vertical-tab-content .card-body.custom-card-body.no-footer {
    height: calc(100vh - 258px);
    overflow-y: auto !important;
}


.react-datepicker-wrapper {
    display: block !important;
    padding: 0;
    border: 0;
}


.lams-text-header {
    color: #004831;
    font-size: 20px;
    font-weight: 700;
}

.version-text {
    color: #d9ffa8;
    font-size: 11px;
    margin: 0 -1px;
    /* float: right; */
    width: 100%;
    text-align: center;
    display: block;
}


/* Approval Path Css */

.workflow-path .branch {
    position: relative;
    margin-left: 250px;
}

.workflow-path .branch.initiate-lvl-1 {
    position: relative;
    margin-left: 150px;
    padding-top: 100px;
}

.workflow-path .branch.initiate-lvl-1:before {
    content: "";
    width: 35px;
    border-top: none;
    position: absolute;
    left: -84px;
    top: 50%;
    margin-top: 1px;
}

.workflow-path .branch:before {
    content: "";
    width: 50px;
    border-top: 2px solid #a6a6a6;
    position: absolute;
    left: -100px;
    top: 50%;
    margin-top: 1px;
}

.workflow-path .entry {
    position: relative;
    min-height: 60px;
}

.workflow-path .entry:before {
    content: "";
    height: 100%;
    border-left: 2px solid #a6a6a6;
    position: absolute;
    left: -50px;
}

.workflow-path .entry:after {
    content: "";
    width: 50px;
    border-top: 2px solid #a6a6a6;
    position: absolute;
    left: -50px;
    top: 50%;
    margin-top: 1px;
}

.workflow-path .entry:first-child:before {
    width: 10px;
    height: 50%;
    top: 50%;
    margin-top: 2px;
    border-radius: 10px 0 0 0;
}

.workflow-path .entry:first-child:after {
    height: 10px;
    border-radius: 10px 0 0 0;
}

.workflow-path .entry:last-child:before {
    width: 10px;
    height: 50%;
    border-radius: 0 0 0 10px;
}

.workflow-path .entry:last-child:after {
    height: 10px;
    border-top: none;
    border-bottom: 2px solid #a6a6a6;
    border-radius: 0 0 0 10px;
    margin-top: -9px;
}

.workflow-path .entry.sole:before {
    display: none;
}

.workflow-path .entry.sole:after {
    width: 50px;
    height: 0;
    margin-top: 1px;
    border-radius: 0;
}

.workflow-path .label {
    display: block;
    max-width: 150px;
    min-width: 150px;
    padding: 5px 10px;
    line-height: 20px;
    text-align: left;
    border: 2px solid #a6a6a6;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    display: flex;
    align-items: flex-start;
    gap: 5px;
    font-size: 12px;
}

.workflow-path .label .btn-group.ddl {
    position: relative;
    z-index: 1
}

.workflow-path .label .btn-group.ddl .dropdown-toggle {
    line-height: 10px;
    padding: 2px 0px 2px 2px;
    border-radius: 2px;
}

.workflow-path .label .btn-group.ddl .dropdown-toggle::after {
    border: none
}

.workflow-path .label.circle-initiate {
    display: block;
    width: 100px;
    min-width: auto;
    height: 100px;
    text-align: center;
    display: flex;
    border: 2px solid #a6a6a6;
    border-radius: 5px;
    position: relative;
    left: -99px;
    top: -33px;
    margin-top: 0px;
    border-radius: 68px;
    align-items: center;
    justify-content: center;
}

.workflow-path .label.circle-initiate:before {
    content: "";
    width: 35px;
    border-top: 2px solid #a6a6a6;
    position: absolute;
    left: calc(50% - 17px);
    bottom: -20px;
    margin-top: 1px;
    transform: rotate(-90deg);
}

.workflow-path .label.creator {
    display: block;
    min-width: 150px;
    padding: 5px 10px;
    line-height: 20px;
    text-align: center;
    border: 2px solid #a6a6a6;
    border-radius: 5px;
    position: absolute;
    left: 133px;
    top: 50%;
    margin-top: -15px;
}


.role-dropdown .css-b62m3t-container {
    width: calc(100% - 71px);
}

.workflow-path .red-bg {
    background-color: #faa2a2;
}

.workflow-path .green-bg {
    background-color: #99ffcd;
}

.workflow-path .sky-bg {
    background-color: #cce4fc;
}

.workflow-path .blue-bg {
    background-color: #8eb4e3;
}

.workflow-path .yellow-bg {
    background-color: #fdd967;
}

.workflow-path .olive-bg {
    background-color: #d8e4be;
}

.ngo-list-dp-img {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    background-color: rgb(195 214 0);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #014932;
    font-size: 22px;
}

.ngo-list-dp-img img {}



/*--------Project List design started---------*/
.project-list-card .cover-img {
    /* background: url('../images/backgrounds/login-bg2.jpg') center/cover no-repeat; */

    position: relative;
    border-radius: 10px;
}

.project-list-card .cover-img .back-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-list-card .cover-img .back-img img {
    width: 100%;
}

.profile-pic-details {
    position: absolute;
    left: 20px;
    bottom: -53px;
    width: calc(100% - 34px);
}

.profile-pic-details .profile-title {
    position: relative;
    top: 20px;
    width: 100%;
}

.profile-pic-details .profile-title h2 {
    font-size: 18px;
    width: calc(100% - 30px);
    margin-bottom: 0px;
}


.project-list-card .profile-pic {
    width: 120px;
    height: 120px;
    min-width: 120px;
    min-height: 120px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #fff;

    background: #eaeaea;
}

.project-list-card .stats {
    font-size: 14px;
    color: #555;
    margin-right: 16px;
}

.project-list-card .content-details-section {
    margin-top: 65px;

}

.project-list-card .content-details-section .row {
    margin-bottom: 4px;

}

.project-list-card .content-details-section .row .col-lg-8 {

    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


@media (max-width: 1260px) {
    .project-list-card .profile-pic {
        width: 80px;
        height: 80px;
    }

    .profile-pic-details {
        bottom: -26px;
    }

    .profile-pic-details .profile-title h2 {
        font-size: 15px;
    }

    .project-list-card .stats {
        font-size: 12px;
    }

    .project-list-card .content-details-section {
        margin-top: 45px;
    }
}






/*--------Project View design started---------*/
.project-view-card .cover-img {
    /* background: url('../images/backgrounds/login-bg2.jpg') center/cover no-repeat; */
    margin-bottom: 75px;
    position: relative;
    border-radius: 10px;
}

.project-view-card .cover-img .back-img {
    width: 100%;
    /* height: 60vh; */
    height: 250px;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-view-card .cover-img .back-img img {
    width: 100%;
}

.profile-pic-details {
    position: absolute;
    left: 20px;
    bottom: -53px;
    width: calc(100% - 34px);
}

.profile-pic-details .profile-title {
    position: relative;
    top: 20px;
    width: 100%;
}

.profile-pic-details .profile-title h2 {
    font-size: 16px;
    width: calc(100% - 35px);
    margin-bottom: 10px;
    margin-top: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.project-view-card .profile-pic {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #fff;

    background: #eaeaea;
}


@media (max-width: 1260px) {
    /* .project-view-card .cover-img {
    margin-bottom: 35px;
}
    .project-view-card .profile-pic {
        width: 80px;
        height: 80px;
    }

        .project-view-card  .profile-pic-details {
        bottom: -26px;
    }

       .project-view-card .profile-pic-details .profile-title h2 {
        font-size: 15px;
    } */


}


/*-------------------------------------------------------*/

.notification-down {
    background-color: transparent;
    color: #000;
    line-height: inherit;
    text-align: center;
    height: 100%;
    width: auto;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
}

.notification-down i.ti {
    font-size: 25px !important;
    position: relative;
    top: 5px;
    right: 5px;
}


.notification-down .badge {
    position: absolute;
    top: -3px;
    left: 8px;
    border-radius: 50%;
    height: 19px;
    width: 19px;
    padding: 0;
    background-color: #e30000 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
}

.pulse {
    cursor: pointer;
    animation: pulse-info 2s infinite;
}

.pulse {
    box-shadow: 0 0 0 rgba(255, 0, 0, 0.4);
}

@keyframes pulse-info {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.4);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
}


.left-sidebar {
    position: fixed;
}

.dashboard-topber {
    background-color: #004e00;
    color: #fff;
    padding: 6px;
    border-radius: 22px;
    position: sticky;
    top: 10%;
    right: 0;
    left: 0;
    z-index: 1;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    margin-left: 0px;
    transition: all .2s;
}

.dashboard-topber h3 {
    color: #fff;
    font-size: 17px !important;
    font-weight: 400;
}

.dashboard-topber .ant-select-selector {
    width: 100%;
    height: 32px !important;
    align-items: center;
    padding: 0 10px !important;
    margin-top: 4px;
    font-size: 13px !important;
}

.home-content {
    padding: 18px;
    min-height: 100vh;
}

.project-list-card {
    width: 100%;
    height: 100%;
}

.align-items-center {
    align-items: center;
}

.sidebar-nav .has-arrow {
    position: relative
}

.sidebar-nav .has-arrow::after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #2a3547;
    margin-left: 10px;
    -webkit-transform: rotate(135deg) translate(0, -50%);
    -ms-transform: rotate(135deg) translate(0, -50%);
    -o-transform: rotate(135deg) translate(0, -50%);
    transform: rotate(135deg) translate(0, -50%);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    top: 22px;
    right: 15px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.sidebar-nav .has-arrow[aria-expanded=true]::after,
.sidebar-nav li.active>.has-arrow::after,
.sidebar-nav li>.has-arrow.active::after {
    top: 18px;
    margin-top: 1px;
    border-color: #fff;
    -webkit-transform: rotate(-135deg) translate(0, -50%);
    -ms-transform: rotate(-135deg) translate(0, -50%);
    -o-transform: rotate(-135deg) translate(0, -50%);
    transform: rotate(-135deg) translate(0, -50%)
}




.sidebarnav .sidebar-item.in .sidebar-link.has-arrow {
    background-color: rgba(33, 87, 178, 0.80);
}

/*  .simplebar-content .sidebarnav .sidebar-item.in .sidebar-item{
   background-color: black;
} */


.sidebarnav .sidebar-item {
    position: relative;
}

.sidebarnav li ul.collapse.in:before {
    background: #fff6;
    content: "";
    height: 0;
    left: 26px;
    position: absolute;
    top: 40px;
    transition: height .5s;
    width: 2px;
    height: calc(100% - 68px);
    transition: height .5s;
}

.sidebarnav li ul li:after {
    border-bottom: 2px solid #fff6;
    border-bottom-left-radius: 8px;
    border-left: 2px solid #fff6;
    content: "";
    height: 15px;
    position: absolute;
    top: 22%;
    width: 13px;
    left: 26px;
}

.sidebarnav li ul li:before {
    background: #ffffff80;
    border-radius: 100%;
    content: "";
    height: 5px;
    left: 38px;
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
    width: 5px;
}

.sidebarnav>li.active:before,
.sidebarnav>li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 3px;
    height: 100%;
    opacity: 0;
    transition: all 0.25s ease-in-out;
    border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

.sidebarnav li.active:before,
.sidebarnav li:hover:before {
    opacity: 1;
}

.table-responsive {
    overflow-y: auto;
    max-height: 500px;
}

.roll-list-content :where(.css-dev-only-do-not-override-mc1tut).ant-input-group .ant-input-affix-wrapper:not(:last-child) {
    border-start-end-radius: 6px;
    border-end-end-radius: 6px;
}

.roll-list-content :where(.css-dev-only-do-not-override-mc1tut).ant-pagination .ant-pagination-item-active {
    font-weight: 600;
    background-color: #015700;
    border-color: #014b00;
    color: #fff;
    border-radius: 50px;
}

.roll-list-content :where(.css-dev-only-do-not-override-mc1tut).ant-table-wrapper .ant-table-pagination.ant-pagination {
    padding: 12px 0;
}

.project-list-search-card {
    padding: 0;
}

:where(.css-dev-only-do-not-override-mc1tut).ant-pagination .ant-pagination-item {
    background-color: #015901;
    border: 1px solid #015901;
    border-radius: 60px;
    outline: 0;
    cursor: pointer;
    color: #fff;
}

:where(.css-dev-only-do-not-override-mc1tut).ant-pagination .ant-pagination-item-active {
    font-weight: 600;
    background-color: #0159018f;
    border-color: #015901;
}

.ngo-list-content .ant-select-single {
    font-size: 14px;
    height: inherit;
}