/* ================= Global Variables ================= */
:root {
   --page-max-width: 90%;
}

/* ================= Layout & Backgrounds ================= */
.container {
max-width: var(--page-max-width) !important;
} 

.onboarding-widget-box {
    display: none !important;
}

.layout-side-section {
    display: none;
}
