*::-webkit-scrollbar {
    width: 0.25rem;
    height: 0.50rem;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
*::-webkit-scrollbar-thumb {
    width: 5.25rem;
    height: 0.50rem;
    background-color: #f2f2f2;
    border-radius: 100px;
}
*: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;
}

.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: #6d6e70 ;
    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;
}

.left-sidebar .scroll-sidebar{
    background: #6d6e70  !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;
}

.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: #023a8e;
    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: 30px;
    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;
}
.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: 2em;
}

.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% - 54px);
    /* 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: #eee !important;
    color: #414141;
}

.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;
}

.bg-label-success {
    background-color: #dff7e9 !important;
    color: #28c76f !important;
}

.bg-label-warning {
    background-color: #fff1e3 !important;
    color: #ff9f43 !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: #048ef9 !important;
    color: #048ef9;
    border-radius: 25px;
}
.btn-dark i{
    color: #048ef9;
}
.btn-dark:hover i{
    color: #fff;
}

.btn-dark:hover {
    background-color: #023a8e !important;
    border-color : #023a8e !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(2, 58, 142);
    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: #023a8e ;
    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 #023a8e;
    }

    .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 #023a8e;
        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 #023a8e;
        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: #419345;
    font-size: 20px;
    font-weight: 700;
    margin-top: 18px !important;
}

.version-text{
    color: #9ec0e0;
    font-size: 11px;
    margin: 0 -1px;
    /* float: right; */
    width: 100%;
    text-align: center;
    display: block;
}

.icon-arrow-right{
    display: flex;
    align-items: center;
    gap: 40%;
}

.button-submenu{
    gap: 10px;
    display: flex;
    align-items: center;
}

.circle-btn{
    font-size: 10px;;
}