.auth-bg {
    background-image: url("../images/bg.png");
}

.pace-active {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: hsla(0, 0%, 0%, 0.700);
    z-index: 10600;
    overflow-y: auto;
    -webkit-tap-highlight-color: transparent;
    pointer-events: unset;
}

body[data-layout-mode=dark] footer a {
    color: #fff;
}

body[data-sidebar-size=sm] {
    min-height: 1500px;
}

#side-menu>.mm-active>a {
    color: #fff !important;
    background-color: #0D2B5B;
    border-color: #0D2B5B;
    box-shadow: 0 2px 6px 0 rgb(13 43 91 / 50%);
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    text-align: left !important;
}

body[data-sidebar=dark] #side-menu>.mm-active>a {
    color: #000 !important;
    background-color: #fff;
    border-color: #fff;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    text-align: left !important;
}

.mm-active .active,
.mm-active .active svg {
    color: #000 !important;
}

#side-menu>li>a {
    margin-right: 1rem !important;
}

body[data-sidebar=dark] #side-menu>.mm-active>a svg {
    color: #000 !important;
}

#side-menu>.mm-active>a svg {
    color: orange !important;
}

#sidebar-menu ul li ul.sub-menu li a {
    font-size: .9rem !important;
}

#side-menu>.mm-active>a:hover svg {
    color: #ffc800 !important;
}

#sidebar-menu ul li ul.sub-menu li a.active,
#sidebar-menu ul li a:hover,
#sidebar-menu ul li a:hover i,
#sidebar-menu ul li a:hover svg {
    color: black !important;
}

body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a.active,
body[data-sidebar=dark] #sidebar-menu ul li a:hover,
body[data-sidebar=dark] #sidebar-menu ul li a:hover i,
body[data-sidebar=dark] #sidebar-menu ul li a:hover svg {
    color: #fff !important;
}

#side-menu>.mm-active>a:hover,
#side-menu>.mm-active>a:hover i {
    color: rgb(185, 185, 185) !important;
}

body[data-sidebar=dark] #side-menu>.mm-active>a:hover,
body[data-sidebar=dark] #side-menu>.mm-active>a:hover i,
body[data-sidebar=dark] #side-menu>.mm-active>a:hover svg {
    color: #0D2B5B !important;
}

body[data-sidebar-size=sm] .vertical-menu {
    z-index: 1056;
}

body[data-sidebar-size=sm]:has(.modal-backdrop) .vertical-menu {
    z-index: 5;
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>.mm-active>a:hover,
body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>.mm-active>a:hover svg {
    color: #0D2B5B !important;
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li>a {
    color: #0D2B5B !important;
    margin-right: unset !important;
    border-top-right-radius: unset !important;
    border-bottom-right-radius: unset !important;
}

body[data-sidebar=dark][data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li>a {
    color: #fff !important;
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>.mm-active:hover>a svg {
    color: #0D2B5B !important;
}

body[data-sidebar=dark][data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>.mm-active>a:hover,
body[data-sidebar=dark][data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>.mm-active>a:hover svg {
    color: #fff !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.badge-soft-primary {
    color: #5156be;
    background-color: rgba(81, 86, 190, .18);
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.select2-dropdown {
    border: 1px solid #ced4da;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 37px !important;
    padding: 0.47rem 0.75rem !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
    height: 38px !important;
    padding: 0.47rem 0.75rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #495057 !important;
    line-height: unset !important;
}

.select2-container--default input {
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
    color: #495057 !important;
    outline: unset !important;
}

.select2-container--default *:focus-visible {
    outline: unset !important;
}

.select2-container--default input:focus-visible {
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
    color: #495057 !important;
    outline: unset !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 0 !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da !important;
    min-height: 39px !important;
    padding: 0.3rem 0.75rem !important;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--multiple input::placeholder {
    color: #495057 !important;
}

.select2-container--default .select2-selection--multiple input {
    margin-top: 1px !important;
    border: none !important;
}

body[data-layout-mode=dark] .select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #495057 !important;
}

body[data-layout-mode=dark] .select2-container--default .select2-selection--single .select2-selection__arrow {
    color: #adb5bd !important;
    background-color: #363a38 !important;
    border: 1px solid #3b403d !important;
}

body[data-layout-mode=dark] .select2-container--default .select2-selection--single,
body[data-layout-mode=dark] .select2-container--default .select2-selection--multiple {
    color: #adb5bd !important;
    background-color: #363a38 !important;
    border: 1px solid #3b403d !important;
}

body[data-layout-mode=dark] .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #adb5bd !important;
    background-color: #363a38 !important;
}

body[data-layout-mode=dark] .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd !important;
    color: #495057 !important;
}

body[data-layout-mode=dark] .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ffffff !important;
    color: #363a38 !important;
}

body[data-layout-mode=dark] .select2-container--default input {
    color: #adb5bd !important;
    background-color: #363a38 !important;
    border: 1px solid #3b403d !important;
}

body[data-layout-mode=dark] .select2-dropdown {
    color: #adb5bd !important;
    background-color: #363a38 !important;
    border: 1px solid #3b403d !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

body[data-layout-mode=dark] .form-control.is-invalid {
    border: 1px solid #fd625e !important;
}

body[data-layout-mode=dark] thead th {
    background-image: -webkit-linear-gradient(top, #313533, #313533);
}

body[data-layout-mode=dark] thead th {
    background-image: -webkit-linear-gradient(top, #313533, #313533);
}

body[data-layout-mode=dark] .table-first-fixed tr:nth-child(1) th:first-child,
body[data-layout-mode=dark] .table-first-fixed td:first-child {
    position: sticky !important;
    left: 0px !important;
    background-color: #363a38 !important;
    z-index: 1 !important;
}

.table-first-fixed tr:nth-child(1) th:first-child,
.table-first-fixed td:first-child {
    position: sticky !important;
    left: 0px !important;
    --bs-table-accent-bg: #f2f2f2 !important;
    background-color: #f2f2f2 !important;
    z-index: 1 !important;
}

body[data-layout-mode=dark] .table-second-fixed tr:nth-child(1) th:nth-child(2),
body[data-layout-mode=dark] .table-second-fixed td:nth-child(2) {
    position: sticky !important;
    left: 0px !important;
    background-color: #363a38 !important;
    z-index: 1 !important;
}

.table-second-fixed tr:nth-child(1) th:nth-child(2),
.table-second-fixed td:nth-child(2) {
    position: sticky !important;
    left: 0px !important;
    --bs-table-accent-bg: #f2f2f2 !important;
    background-color: #f2f2f2 !important;
    z-index: 1 !important;
}

body[data-layout-mode=dark] .table-second-fixed tr:nth-child(1) th:first-child,
body[data-layout-mode=dark] .table-second-fixed td:first-child {
    position: sticky !important;
    left: 0px !important;
    background-color: #363a38 !important;
    z-index: 1 !important;
}

.table-second-fixed tr:nth-child(1) th:first-child,
.table-second-fixed td:first-child {
    position: sticky !important;
    left: 0px !important;
    --bs-table-accent-bg: #f2f2f2 !important;
    background-color: #f2f2f2 !important;
    z-index: 1 !important;
}

body[data-layout-mode=dark] .table-third-fixed tr:nth-child(1) th:nth-child(3),
body[data-layout-mode=dark] .table-third-fixed td:nth-child(3) {
    position: sticky !important;
    left: 0px !important;
    background-color: #363a38 !important;
    z-index: 1 !important;
}

.table-third-fixed tr:nth-child(1) th:nth-child(3),
.table-third-fixed td:nth-child(3) {
    position: sticky !important;
    left: 0px !important;
    --bs-table-accent-bg: #f2f2f2 !important;
    background-color: #f2f2f2 !important;
    z-index: 1 !important;
}

body[data-layout-mode=dark] .table-third-fixed tr:nth-child(1) th:first-child,
body[data-layout-mode=dark] .table-third-fixed td:first-child {
    position: sticky !important;
    left: 0px !important;
    background-color: #363a38 !important;
    z-index: 1 !important;
}

.table-third-fixed tr:nth-child(1) th:first-child,
.table-third-fixed td:first-child {
    position: sticky !important;
    left: 0px !important;
    --bs-table-accent-bg: #f2f2f2 !important;
    background-color: #f2f2f2 !important;
    z-index: 1 !important;
}

body[data-layout-mode=dark] .table-third-fixed tr:nth-child(1) th:nth-child(2),
body[data-layout-mode=dark] .table-third-fixed td:nth-child(2) {
    position: sticky !important;
    left: 0px !important;
    background-color: #363a38 !important;
    z-index: 1 !important;
}

.table-third-fixed tr:nth-child(1) th:nth-child(2),
.table-third-fixed td:nth-child(2) {
    position: sticky !important;
    left: 0px !important;
    --bs-table-accent-bg: #f2f2f2 !important;
    background-color: #f2f2f2 !important;
    z-index: 1 !important;
}

body[data-layout-mode=dark] .table-fourth-fixed tr:nth-child(1) th:nth-child(4),
body[data-layout-mode=dark] .table-fourth-fixed td:nth-child(4) {
    position: sticky !important;
    left: 0px !important;
    background-color: #363a38 !important;
    z-index: 1 !important;
}

.table-fourth-fixed tr:nth-child(1) th:nth-child(4),
.table-fourth-fixed td:nth-child(4) {
    position: sticky !important;
    left: 0px !important;
    --bs-table-accent-bg: #f2f2f2 !important;
    background-color: #f2f2f2 !important;
    z-index: 1 !important;
}

body[data-layout-mode=dark] .table-fourth-fixed tr:nth-child(1) th:first-child,
body[data-layout-mode=dark] .table-fourth-fixed td:first-child {
    position: sticky !important;
    left: 0px !important;
    background-color: #363a38 !important;
    z-index: 1 !important;
}

.table-fourth-fixed tr:nth-child(1) th:first-child,
.table-fourth-fixed td:first-child {
    position: sticky !important;
    left: 0px !important;
    --bs-table-accent-bg: #f2f2f2 !important;
    background-color: #f2f2f2 !important;
    z-index: 1 !important;
}

body[data-layout-mode=dark] .table-fourth-fixed tr:nth-child(1) th:nth-child(2),
body[data-layout-mode=dark] .table-fourth-fixed td:nth-child(2) {
    position: sticky !important;
    left: 0px !important;
    background-color: #363a38 !important;
    z-index: 1 !important;
}

.table-fourth-fixed tr:nth-child(1) th:nth-child(2),
.table-fourth-fixed td:nth-child(2) {
    position: sticky !important;
    left: 0px !important;
    --bs-table-accent-bg: #f2f2f2 !important;
    background-color: #f2f2f2 !important;
    z-index: 1 !important;
}

body[data-layout-mode=dark] .table-fourth-fixed tr:nth-child(1) th:nth-child(3),
body[data-layout-mode=dark] .table-fourth-fixed td:nth-child(3) {
    position: sticky !important;
    left: 0px !important;
    background-color: #363a38 !important;
    z-index: 1 !important;
}

.table-fourth-fixed tr:nth-child(1) th:nth-child(3),
.table-fourth-fixed td:nth-child(3) {
    position: sticky !important;
    left: 0px !important;
    --bs-table-accent-bg: #f2f2f2 !important;
    background-color: #f2f2f2 !important;
    z-index: 1 !important;
}

body[data-layout-mode=dark] .table-fifth-fixed tr:nth-child(1) th:first-child,
body[data-layout-mode=dark] .table-fifth-fixed td:first-child,
body[data-layout-mode=dark] .table-fifth-fixed tr:nth-child(1) th:nth-child(2),
body[data-layout-mode=dark] .table-fifth-fixed td:nth-child(2),
body[data-layout-mode=dark] .table-fifth-fixed tr:nth-child(1) th:nth-child(3),
body[data-layout-mode=dark] .table-fifth-fixed td:nth-child(3),
body[data-layout-mode=dark] .table-fifth-fixed tr:nth-child(1) th:nth-child(4),
body[data-layout-mode=dark] .table-fifth-fixed td:nth-child(4),
body[data-layout-mode=dark] .table-fifth-fixed tr:nth-child(1) th:nth-child(5),
body[data-layout-mode=dark] .table-fifth-fixed td:nth-child(5) {
    position: sticky !important;
    left: 0px !important;
    background-color: #363a38 !important;
    z-index: 1 !important;
}

.table-fifth-fixed tr:nth-child(1) th:first-child,
.table-fifth-fixed td:first-child,
.table-fifth-fixed tr:nth-child(1) th:nth-child(2),
.table-fifth-fixed td:nth-child(2),
.table-fifth-fixed tr:nth-child(1) th:nth-child(3),
.table-fifth-fixed td:nth-child(3),
.table-fifth-fixed tr:nth-child(1) th:nth-child(4),
.table-fifth-fixed td:nth-child(4),
.table-fifth-fixed tr:nth-child(1) th:nth-child(5),
.table-fifth-fixed td:nth-child(5) {
    position: sticky !important;
    left: 0px !important;
    --bs-table-accent-bg: #f2f2f2 !important;
    background-color: #f2f2f2 !important;
    z-index: 1 !important;
}

thead th {
    background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
}

th .input-group>.form-control:not(:first-child) {
    border-radius: 0.25rem !important;
}

body[data-layout-mode=dark] tr.even td.dtfc-fixed-left,
body[data-layout-mode=dark] tr.even td.dtfc-fixed-right {
    background-color: #313533;
}

tr.even td.dtfc-fixed-left,
tr.even td.dtfc-fixed-right {
    background-color: #fff;
}

tr.odd td.dtfc-fixed-left,
tr.odd td.dtfc-fixed-right {
    background-color: #f2f2f2;
}

th.dtfc-fixed-left,
th.dtfc-fixed-right,
td.dtfc-fixed-left,
td.dtfc-fixed-right {
    z-index: 1;
}

body[data-layout-mode=dark] .card-footer {
    background-color: #313533;
    border-top: 1px solid #3b403d;
}

.signature-wrapper {
    text-align: center;
    width: 100%;
    height: 150px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.signature-pad {
    left: 0;
    top: 0;
}

.document-list li.active {
    background-color: rgba(13, 43, 91, .075);
    border-color: transparent;
}

.document-list li {
    display: block;
    padding: 14px 16px;
    color: #74788d;
    -webkit-transition: all .4s;
    transition: all .4s;
    border-top: 1px solid #e9e9ef;
    position: relative;
}

.form-control.disabled {
    background-color: #e9e9ef;
    opacity: 1;
    pointer-events: none;
}

.form-check-input.disabled {
    background-color: #c5c5c5;
    border: none;
    opacity: 1;
    pointer-events: none;
    cursor: auto;
}

.text-justify {
    text-align: justify;
}

.h-img-group {
    height: calc(1.4em + 1rem + 2px);
}

.select2-results {
    font-weight: 400 !important;
}

.table-striped>tbody>tr:nth-of-type(odd) .bg-in,
.table-striped>tbody>tr .bg-in {
    --bs-table-accent-bg: rgba(42, 181, 125, .1);
}

.table-striped>tbody>tr:nth-of-type(odd) .bg-out,
.table-striped>tbody>tr .bg-out {
    --bs-table-accent-bg: rgba(253, 98, 94, .1);
}

.fc-event.bg-primary {
    background-color: rgba(81, 86, 190, 1) !important;
}

.fc-event {
    color: #fff;
}

body[data-layout-mode=dark] .fc-daygrid-day-number,
body[data-layout-mode=dark] .fc-col-header-cell-cushion {
    color: #fff;
}

.text-status {
    cursor: auto;
}

.text-status.bg-soft-primary {
    color: #5156be !important;
    background-color: rgba(81, 86, 190, .18) !important;
}

.dashboard {
    height: 100%;
    position: fixed;
    overflow: hidden;
    right: 0;
    left: 0;
}

.dashboard-content {
    padding-left: 250px;
    padding-top: 131px;
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    justify-content: center;
}

.dashboard .bg-overlay {
    margin-left: 250px;
    margin-top: 131px;
}

.dashboard .row {
    padding-bottom: 61px;
}

.dashboard-bg {
    background-image: url(../images/dashboard.jpg);
    background-size: cover;
}

@media (max-width: 991.98px) {
    .dashboard-content {
        padding-left: 0px;
    }

    .dashboard .bg-overlay {
        margin-left: 0px;
    }
}

input[type=date]::-webkit-calendar-picker-indicator,
input[type=datetime-local]::-webkit-calendar-picker-indicator {
    background-image: url(../images/calendar_today-dark.svg);
}

body[data-layout-mode=dark] input[type=date]::-webkit-calendar-picker-indicator,
body[data-layout-mode=dark] input[type=datetime-local]::-webkit-calendar-picker-indicator {
    background-image: url(../images/calendar_today-light.svg);
}

#sidebar-menu ul li a,
#sidebar-menu ul li ul.sub-menu li a {
    font-size: 0.875rem !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0D2B5B !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #aaa !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #e9e9ef !important;
}

.logo-txt {
    font-size: 16px !important;
}

.navbar-brand-box {
    padding: 0 0.9rem !important;
}

.sum-page * {
    color: #495057 !important;
}

.object-fit-cover {
    object-fit: cover !important;
}

.form-editable .btn-editable-right-1 {
    position: absolute;
    z-index: 1;
    right: calc(var(--bs-gutter-x)* .5);
    bottom: -38px;
    border-bottom-left-radius: unset;
    border-top-left-radius: unset;
    border-color: #ced4da;
    border-left: unset;
    box-shadow: unset;
}

.form-editable .btn-editable-right-2 {
    position: absolute;
    z-index: 1;
    right: calc(var(--bs-gutter-x)* .5 + 40px);
    bottom: -38px;
    border-radius: unset;
    border-color: #ced4da;
    border-left: unset;
    box-shadow: unset;
}

div:has(~ div .is-invalid) .btn-editable-right-1,
div:has(~ div .is-invalid) .btn-editable-right-2,
div:has(~ div .select2-container--default .select2-selection--single[style="border-color: #fd625e !important"]) .btn-editable-right-1,
div:has(~ div .select2-container--default .select2-selection--single[style="border-color: #fd625e !important"]) .btn-editable-right-2 {
    border-color: #fd625e;
}

.form-editable .form-control.is-invalid:focus {
    box-shadow: unset;
}

.form-editable .form-control,
.form-editable .select2-container {
    float: left;
    width: calc(100% - var(--bs-gutter-x)* .5 - 71px) !important;
    border-right: unset;
    border-bottom-right-radius: unset;
    border-top-right-radius: unset;
}

.form-editable .select2-container--default .select2-selection--single {
    border-right: unset !important;
    border-bottom-right-radius: unset;
    border-top-right-radius: unset;
}

.form-editable .form-control~.invalid-feedback {
    place-content: baseline;
}

td.dtfc-fixed-left:has(~ td .form-editable) {
    z-index: 2;
}

.table-first-fixed>tbody>tr:nth-of-type(odd) td:first-child:has(~ td .form-editable) {
    --bs-table-accent-bg: var(--bs-table-striped-bg) !important;
    z-index: 2 !important;
}

.table-first-fixed>tbody>tr:nth-of-type(even) td:first-child:has(~ td .form-editable) {
    --bs-table-accent-bg: #fff !important;
    z-index: 2 !important;
}

.table-second-fixed>tbody>tr:nth-of-type(odd) td:first-child:has(~ td .form-editable),
.table-second-fixed>tbody>tr:nth-of-type(odd) td:nth-child(2):has(~ td .form-editable) {
    --bs-table-accent-bg: var(--bs-table-striped-bg) !important;
    z-index: 2 !important;
}

.table-second-fixed>tbody>tr:nth-of-type(even) td:first-child:has(~ td .form-editable),
.table-second-fixed>tbody>tr:nth-of-type(even) td:nth-child(2):has(~ td .form-editable) {
    --bs-table-accent-bg: #fff !important;
    z-index: 2 !important;
}

.table-third-fixed>tbody>tr:nth-of-type(odd) td:first-child:has(~ td .form-editable),
.table-third-fixed>tbody>tr:nth-of-type(odd) td:nth-child(2):has(~ td .form-editable),
.table-third-fixed>tbody>tr:nth-of-type(odd) td:nth-child(3):has(~ td .form-editable) {
    --bs-table-accent-bg: var(--bs-table-striped-bg) !important;
    z-index: 2 !important;
}

.table-third-fixed>tbody>tr:nth-of-type(even) td:first-child:has(~ td .form-editable),
.table-third-fixed>tbody>tr:nth-of-type(even) td:nth-child(2):has(~ td .form-editable),
.table-third-fixed>tbody>tr:nth-of-type(even) td:nth-child(3):has(~ td .form-editable) {
    --bs-table-accent-bg: #fff !important;
    z-index: 2 !important;
}

.table-fourth-fixed>tbody>tr:nth-of-type(odd) td:first-child:has(~ td .form-editable),
.table-fourth-fixed>tbody>tr:nth-of-type(odd) td:nth-child(2):has(~ td .form-editable),
.table-fourth-fixed>tbody>tr:nth-of-type(odd) td:nth-child(3):has(~ td .form-editable),
.table-fourth-fixed>tbody>tr:nth-of-type(odd) td:nth-child(4):has(~ td .form-editable) {
    --bs-table-accent-bg: var(--bs-table-striped-bg) !important;
    z-index: 2 !important;
}

.table-fourth-fixed>tbody>tr:nth-of-type(even) td:first-child:has(~ td .form-editable),
.table-fourth-fixed>tbody>tr:nth-of-type(even) td:nth-child(2):has(~ td .form-editable),
.table-fourth-fixed>tbody>tr:nth-of-type(even) td:nth-child(3):has(~ td .form-editable),
.table-fourth-fixed>tbody>tr:nth-of-type(even) td:nth-child(4):has(~ td .form-editable) {
    --bs-table-accent-bg: #fff !important;
    z-index: 2 !important;
}

.table-fifth-fixed>tbody>tr:nth-of-type(odd) td:first-child:has(~ td .form-editable),
.table-fifth-fixed>tbody>tr:nth-of-type(odd) td:nth-child(2):has(~ td .form-editable),
.table-fifth-fixed>tbody>tr:nth-of-type(odd) td:nth-child(3):has(~ td .form-editable),
.table-fifth-fixed>tbody>tr:nth-of-type(odd) td:nth-child(4):has(~ td .form-editable),
.table-fifth-fixed>tbody>tr:nth-of-type(odd) td:nth-child(5):has(~ td .form-editable) {
    --bs-table-accent-bg: var(--bs-table-striped-bg) !important;
    z-index: 2 !important;
}

.table-fifth-fixed>tbody>tr:nth-of-type(even) td:first-child:has(~ td .form-editable),
.table-fifth-fixed>tbody>tr:nth-of-type(even) td:nth-child(2):has(~ td .form-editable),
.table-fifth-fixed>tbody>tr:nth-of-type(even) td:nth-child(3):has(~ td .form-editable),
.table-fifth-fixed>tbody>tr:nth-of-type(even) td:nth-child(4):has(~ td .form-editable),
.table-fifth-fixed>tbody>tr:nth-of-type(even) td:nth-child(5):has(~ td .form-editable) {
    --bs-table-accent-bg: #fff !important;
    z-index: 2 !important;
}

.bs-table-accent-bg-secondary {
    --bs-table-accent-bg: #f8f9fa !important;
}

.table-striped>tbody>tr:nth-of-type(odd) .bs-table-accent-bg-secondary {
    --bs-table-accent-bg: #f8f9fa !important;
}

.table-striped>tbody>tr:nth-of-type(even) .bs-table-accent-bg-secondary {
    --bs-table-accent-bg: #fff !important;
}

.bs-table-accent-bg-success {
    --bs-table-accent-bg: rgb(190, 253, 175) !important;
}

.table-striped>tbody>tr:nth-of-type(odd) .bs-table-accent-bg-success {
    --bs-table-accent-bg: rgb(190, 253, 175, .5) !important;
}

.table-striped>tbody>tr:nth-of-type(even) .bs-table-accent-bg-success {
    --bs-table-accent-bg: rgb(190, 253, 175, .3) !important;
}

.bs-table-accent-bg-info {
    --bs-table-accent-bg: rgb(167, 229, 247) !important;
}

.table-striped>tbody>tr:nth-of-type(odd) .bs-table-accent-bg-info {
    --bs-table-accent-bg: rgb(167, 229, 247, .5) !important;
}

.table-striped>tbody>tr:nth-of-type(even) .bs-table-accent-bg-info {
    --bs-table-accent-bg: rgb(167, 229, 247, .3) !important;
}

.bs-table-accent-bg-danger {
    --bs-table-accent-bg: rgb(247, 167, 167) !important;
}

.table-striped>tbody>tr:nth-of-type(odd) .bs-table-accent-bg-danger {
    --bs-table-accent-bg: rgb(247, 167, 167, .5) !important;
}

.table-striped>tbody>tr:nth-of-type(even) .bs-table-accent-bg-danger {
    --bs-table-accent-bg: rgb(247, 167, 167, .3) !important;
}

.bs-table-accent-bg-warning {
    --bs-table-accent-bg: rgb(247, 233, 167) !important;
}

.table-striped>tbody>tr:nth-of-type(odd) .bs-table-accent-bg-warning {
    --bs-table-accent-bg: rgb(247, 233, 167, .5) !important;
}

.table-striped>tbody>tr:nth-of-type(even) .bs-table-accent-bg-warning {
    --bs-table-accent-bg: rgb(247, 233, 167, .3) !important;
}

.form-editable .display-data {
    cursor: pointer;
    border-bottom: 1px dashed var(--bs-warning) !important;
    line-height: 1.1;
    min-width: 25px;
}

.form-editable .btn-editable {
    cursor: pointer;
}