.sidebar,
.modal,
.dataTables_paginate,
.action-icon,
.btn,
button.close {
    display: none;
}

body {
    background-color: white;
}

.app-body {
    margin-top: 0px !important;
}

.main {
    margin-left: 0px !important;
}

.main>.content>.card {
    border: none;
}

.dataTables_scrollBody {
    overflow: visible !important;
}

.modal-backdrop.show {
    opacity: 1;
    background-color: white;
}

.modal-lg {
    max-width: 100% !important;
}

.modal-content {
    border: none;
}