
body {
    --tw-bg-opacity: 1;
    background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.dashboard-body {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.environment-banner {
    left: calc(50vw - 100px);
    width: 180px;
}

/**
 * Top
*/

.topbar-nav {
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
}


/**
 * Brand
*/

.text-brand-primary {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}

.bg-brand-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.text-brand-secondary {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}

.bg-brand-secondary {
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}


/**
 * Side
*/

.sidebar-nav {
    border-right-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.sidebar-menu-head {
    margin-bottom: 0.5rem;
    padding-left: 1rem;
    color: rgb(0 0 0 / 0.9);
}

.sidebar-menu-item {
    margin-bottom: 0.75rem;
    display: flex;
    height: 3rem;
    width: 100%;
    cursor: pointer;
    align-items: center;
    border-radius: 0.75rem;
    padding-left: 1rem;
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}

.sidebar-menu-item:hover, 
.sidebar-menu-item-active {
    background-color: rgb(0 0 0 / 0.5);
}

.sidebar-menu-item svg {
    margin-right: 0.5rem;
    height: 1.5rem;
    width: 1.5rem;
    fill: #000;
}

.sidebar-menu-item:hover svg, 
.sidebar-menu-item-active svg {
    fill: #facc15;
}

.sidebar-menu-item span {
    font-size: 1.125rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

/**
 * Footer 
*/


.footer-text {
    text-align: right;
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}

.edit-save-footer {
    border-top: 1px solid #e4e7ed;
    background-color: #FBFBFC;
}
