:root {
    --primary-color: #1c2d44;
    --primary-color-rgb: 28, 45, 68;
    --secondary-color: #94d1b5;
    --bs-body-bg: #ffffff;
    --offcanvas-width: 250px;
    --header-height: 56px;
}

body {
    font-size: var(--bs-body-font-size) !important;
}

/*.sidemenu {*/
/*    width: var(--offcanvas-width);*/
/*}*/

/*.offcanvas {*/
/*    --bs-offcanvas-width: var(--offcanvas-width);*/
/*}*/

/*.offcanvas.offcanvas-start {*/
/*    top: var(--header-height);*/
/*}*/

/*body {*/
/*    background-color: var(--bs-body-bg);*/
/*}*/

div.body-content.pad-menu {
    /*padding-left: calc(var(--offcanvas-width) + .5rem) !important;*/
    height: calc(100vh - var(--header-height));
}

header.navbar {
    box-shadow: rgba(0, 0, 0, 0.2) 0 3px 5px -1px,rgba(0, 0, 0, 0.14) 0 5px 8px 0,rgba(0, 0, 0, 0.12) 0 1px 14px 0 !important;
}

.visiblilty-hidden {
    visibility: hidden;
}