
body main {
    display: flex;
    /* overflow: hidden; */
    min-height: calc(100vh - 64px)!important;
}

.header {
    height: 64px;
}

.footer {
    margin-top: 30px;
    margin-bottom: 20px;
}



header.header-bar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 0.5em 1.5em rgba(0, 0, 0, .1), 0 0.125em 0.5em rgba(0, 0, 0, .15);
}

@media (min-width: 992px) {
    header .collapsed-info {
        display: none;
    }
}

header.header-bar .main-navigation {
    padding: 0;
    height: 100%
}

header.header-bar .navbar-items {
    align-items: center;
    justify-content: center;
    height: 100%;
}

header.header-bar .navbar-brand {
    width: 280px;
    padding-left: 24px;
}

header.header-bar .nav-item {
    padding: 0 16px;
}
  
.colormode-icon {
    width: 1em;
    height: 1em;
    fill: currentcolor;
}

nav .theme-selector .theme-navicon {
    display: inline;
    height: 40px;
}
  
nav .theme-selector .theme-navlabel {
    margin-left: 2px;
}

main .sidebar {
    background-color: rgba(var(--bs-emphasis-color-rgb), 0.03);
}

main .sidebar .nav-pills {
    --bs-nav-pills-link-active-bg: rgba(13, 110, 253, 0.7);
}

main .sidebar .nav-link {
    color: var(--bs-body-color);
}

main .main-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

main .main-page {
    flex-grow: 1;
}

.task-list .details-table .details-row,
.test-list .details-table .details-row {
    padding: 0 !important;
    border-bottom: 0;
}

.task-list .details-table .details-row .details-content,
.test-list .details-table .details-row .details-content {
    padding: 8px;
    border-bottom: var(--bs-border-width) solid var(--bs-table-border-color);
}
