/*UNODC DDDS custom css */
/* Force full-width content area */
.full-width-content {
    position: relative;
    left: 50% !important;
    right: 50% !important;
    width: 98vw !important;              /* full viewport width */
    max-width: 98vw !important;              /* override Olivero limit*/
    margin-left: -49vw !important;
    margin-right: -49vw !important;
    background-color: #f5f5f5 !important;
}

/* Force full-viewpoint height in content area */
.page-fullheight {
    min-height: 100vh !important;
    display: flex;
    flex-direction: column;
}
