:root {
    /* Body Colors */
    --dxp-g-root: #fff;
}

/**************************
        Theme Layout
***************************/
.theme-container-fluid {
    margin-top: 0;
    margin-bottom: 0;
}
/* Adds border for the expandable dropdown on all pages */
.headercontainer {
    margin-bottom: 0;
    padding-bottom: 1rem;
    border-bottom: 1px solid #000;
}
/* Reduced Header items for unauth */
.menu-right-items{
    grid-template-columns: repeat(3, auto)!important;
}
@media (max-width: 767px) {
    .menu-right-items{
        grid-template-columns: repeat(2, auto)!important;
    }
}