.aside .aside-menu .menu .menu-item .menu-link:hover:not(.disabled):not(.active) img,
.aside .aside-menu .menu .menu-item.hover>.menu-link:not(.disabled):not(.active) img {
    transition: .3s;
    opacity: 1;
}

.text-end .btn:hover .svg-icon.svg-icon-3 img {
    transition: .3s;
    opacity: 1;
    filter: invert(51%) sepia(51%) saturate(6023%) hue-rotate(176deg) brightness(103%) contrast(103%);
}

.svg-icon.svg-icon-2 img {
    height: 1.5rem !important;
    width: 1.5rem !important;
    opacity: 0.5;
}

.svg-icon.svg-icon-3 img {
    height: 1.5rem !important;
    width: 1.5rem !important;
    opacity: 0.3;
}

svg {
    display: inline-block !important;
}

.profile-avatar {
    font-size: 2rem;
}

.custom-eye {
    top: 50% !important;
    right: 0 !important;
}

.is-invalid~.custom-eye {
    top: 23px !important;
    right: 23px !important;
}

.select2-search__field {
    font-weight: 600 !important;
}

.dataTables_processing {
    top: 50%;
    left: 50%;
    position: absolute;
}

#kt_content .dt-bootstrap4 .dataTables_filter {
    display: none !important;
}

code {
    background-color: #2b343b !important;
    color: white !important;
    margin: 0 0.2rem !important;
}

.fill-white {
    fill: white;
}

.fill-primary {
    fill: #009ef7;
}

.fill-danger {
    fill: #dc3545;
}

.fill-purple {
    fill: #7239ea;
}

#report-table th,
#report-table td {
    padding: 1rem 0.5rem;
}

#report-table tr:first-child th:first-child,
#report-table td:first-child {
    padding-left: 1rem;
}

#report-table tr:first-child th:last-child,
#report-table td:last-child {
    padding-right: 1rem;
}

.dt-buttons {
    margin-bottom: 1rem;
}

.dt-buttons .btn {
    border: 1px solid white !important;
}

.custom-table-gutter {
    --bs-gutter-x: 0;
}

.spinner {
    animation: spin 2s linear infinite;
}

*, ::before, ::after {
    --tw-translate-x: unset !important;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.form-control[readonly] {
    background-color: #eff2f5;
}

.form-control-white[readonly] {
    background-color: #fff !important;
    border-color: #fff !important;
}

select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}

.select2-selection.is-invalid {
    border-color: #f1416c;
}

#interactive > canvas.drawing, canvas.drawingBuffer {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.dataTables_scrollBody > table > thead > tr {
    visibility: collapse;
}

#report .table.dataTable>thead>tr>td:not(.sorting_disabled), 
#report .table.dataTable>thead>tr>th:not(.sorting_disabled) {
    padding-right: 0;
}

#report .table.gs-7 td, 
#report .table.gs-7 th {
    padding-left: 1rem;
}

td.details-control {
    width: 40px;
    content: url("../assets/svg/circle-plus-solid.svg");
    cursor: pointer;
}

tr.shown td.details-control {
    width: 40px;
    content: url("../assets/svg/circle-minus-solid.svg");
    cursor: pointer;
}

#report table table thead tr {
    border-bottom: 2px solid #eff2f5!important;
}

.changes-btn {
    position: fixed!important;
    bottom: 3rem!important;
    right: 1rem!important;
    width: 50px!important;
    height: 50px!important;
    border-radius: 50%!important;
    padding: 1.2rem!important;
    z-index: 999!important;
}

.scanner-option-wrapper {
    z-index: 9999;
}

.input-group>.input-group-append>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group>.input-group-prepend>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.break {
    flex-basis: 100%;
    height: 0;
}

.item { flex-grow: 1; }

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==') !important;
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=') !important;
}

.w-fit-content {
    width: fit-content;
}

table.dataTable thead tr {
    background-color: white;
}

#report-table tfoot tr th {
    padding: 0 !important;
}

/*Select2 ReadOnly Start*/
    select[readonly].select2-hidden-accessible + .select2-container {
        pointer-events: none;
        touch-action: none;
    }

    select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
        background: #eee;
        box-shadow: none;
    }

    select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow, select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
        display: none;
    }
/*Select2 ReadOnly End*/

.toggle-group .toggle-on {
    display: unset !important;
}

.toggle-group .toggle-handle {
    background-color: #f5f8fa;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    display: none;
}

input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.table-container {
    overflow-x: auto;
}