/* CRM VIEWS GLOBAL CSS SITS IN HERE */
body {
    height: 100vh !important;
    width: 100vw !important;
    margin: 0;
    overflow-x: hidden;
}

.main-content {
    width: 100vw !important;
    position: fixed !important;
}

.sidebar-nav,
.content-section .col-10 {
    overflow-y: scroll;
    height: 100vh !important;
    padding-bottom: 20vh !important;
}

.settings-section .container {
    position: fixed !important; 
    width: 100vw !important;
}

.settings-section .content-section {
    overflow-y: scroll;
    height: 100vh !important;
    padding-bottom: 20vh !important;
}

.modal-backdrop {
    opacity: 0 !important;
}