body, h1, h2, h3, h4, h5, h6, p {
    font-family: "Roboto", sans-serif;
}

h1 {
    font-weight: 700;
}

h2 {
    font-weight: 700;
}

.ZCM-Logo {
    width: 150px;
}

.sidebar {
    position: fixed;
    height: 100vh;
    width: 250px;
    top: 0;
    left: 0;
    background-color: #343a40;
    /*padding-top: 60px;*/
    box-shadow: 0 0 8px -4px black;
    transition: all 0.3s;
    color: white;
}

.sidebar a {
    padding: 12px 20px;
    display: flex;
    align-items: center;
    color: white;
    text-decoration: none;
    font-size: 12px;
}

.sidebar .submenu a {
    padding-left: 50px;
}

.sidebar a:hover {
    background-color: #495057;
}

.sidebar i {
    margin-right: 10px;
}

.submenu {
    display: none;
    background-color: #3e444a;
}

.submenu a.active {
    background-color: #2a2a2a;
}

.submenu.show {
    display: block;
}

.content {
    width: calc(100% - 250px);
    margin-left: 250px;
    padding: 40px 0px;
    transition: margin-left 0.3s;
}

.regular th {
    font-weight: 400 !important;
}

td.header {
    min-width: 120px;
    font-weight: 700;
    text-align: left;
}

td.sub {
    text-align: left;
}

th,td {
    border: 1px solid #ddd;
}

.collapsed {
    display: none;
}

.expanded {
    width: 100vw !important;
    left: 0px !important;
    padding: 0;
}

.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 12px;
    font-size: 12px;
}

.form-check-label {
    font-size: 12px;
}

.Reports-Menu-Option {
    width: 100%;
    border: none;
    background-color: transparent;
    padding: 10px 20px;
    text-align: left;
    cursor: pointer;
    color: black;
    text-decoration: none;
    font-size: 12px;
    display: block;
    padding: 10px 20px;
    
    &:hover{
        color: black;
        background-color: #e7e2e2;
    }
}

.report-category{
    border-radius: 15px;
    width: 70%;
    max-height: 535px;
    height: 535px;
    margin-right: 20px;
    max-width: 305px;
    min-width: 305px;
    background-color: #808a9412;
}

.header-report {
    width: 100%;
    height: 40px;
    display: flex;
}

.header-lbl {
    width: 100%;
}

.table-contain{
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 450px;
}   

.hide {
    display: none;
}

.show {
    display: block;
}