@import url('app/devextreme.bug.fix.css');
@import url('form/form.css');

:root {
    --bs-body-bg: #ffffff !important;
}

#page-footer {
    min-height: 3.5rem !important;
}
.uppercase .dx-texteditor-input,
.uppercaseInput {
    text-transform: uppercase;
}

@media (min-width: 992px) {
    nav#sidebar {
        display: none;
    }

    [data-kt-app-sidebar-fixed=true] .app-wrapper {
        margin-left: 0;
    }

    body:not([data-kt-app-header-fixed=true])[data-kt-app-sidebar-fixed=true][data-kt-app-sidebar-push-header=true] .app-header {
        margin-left: 0;
    }
}
.swal2-confirm.btn.btn-custom-success {
    background-color: rgb(164 204 43) !important;
    color: #fff !important
}
.swal2-confirm.btn.btn-green {
    background-color: rgb(164 204 43) !important;
    color: #fff !important
}
.swal2-cancel.btn.btn-red {
    background-color: rgb(237, 36, 117) !important;
    color: #fff !important
}
.swal2-scan-icon {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.swal2-scan-icon .swal2-icon-content {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.swal2-scan-icon .scan {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}