/* =========================================
   RELAY - Remove Frappe Desk UI
========================================= */

/* Frappe top navbar */
.navbar {
    display: none !important;
}


/* Frappe v16 Workspace Sidebar */
.desk-sidebar {
    display: none !important;
}


/* Frappe page header / breadcrumb */
.page-head {
    display: none !important;
}


/* Old/page-level sidebar layout */
.layout-side-section {
    display: none !important;
}


/* Expand main content */
.layout-main-section-wrapper {
    width: 100% !important;
    margin-left: 0 !important;
    min-height: calc(100vh - 70px) !important;
}


/* Main section */
.layout-main-section {
    width: 100% !important;
    min-height: calc(100vh - 70px) !important;
}

.body-sidebar {
    display: none !important;
}

.body-sidebar-container {
    display: none !important;
}

.body-main-section {
    width: 100% !important;
    height: 100% !important;
}