#systemSettingsOffcanvas {
    width: 250px;
}

.systemSetting-sidebar {
    width: 230px;
    height: 850px;
    padding: 10px;
    background-color: #f0eeee;
}

.systemSetting-sidebar a {
    font-size: 15px;
    align-items: center;
    text-decoration: none;
}

.systemSetting-sidebar li {
    position: relative;
    margin: 4px 0 0 -15px;
    list-style: none;
    padding: 5px;
    text-decoration: none;
}

.systemSetting-sidebar li a {
    color: black;
}


.systemsettings-mainpage {
    width: calc(100% - 230px);
}

.button-toggle {
    font-size: 15px;
    color: rgba(0, 0, 0, .65);
    background-color: transparent;
    margin-left: -18px;
}

.button-toggle:hover,
.button-toggle:focus {
    color: rgba(0, 0, 0, .85);
    background-color: #d2d3d3;
}

.button-toggle::before {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
    transform-origin: .5em 50%;
}

.button-toggle[aria-expanded="true"] {
    color: rgba(0, 0, 0, .85);
}

.button-toggle[aria-expanded="true"]::before {
    transform: rotate(90deg);
}

.button-toggle-nav a {
    padding: .275rem .5rem;
    margin-top: .25rem;
    margin-left: 0.25rem;
}

.button-toggle-nav a:hover,
.btn-toggle-nav a:focus {
    background-color: #d2d3d3;
}

#HR-collapse li,
#tickets-collapse li,
#report-collapse li {
    position: relative;
    margin: 4px 0 0 -15px;
    list-style: none;
    padding: 5px;
    text-decoration: none;
}

/* .toggle-btn {
    background: none;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
} */
.system-settings-offcanvas {
    display: none;
}

.system-settings-mainviewsidebar {
    display: block;
}

.system-settings-display-flex {
    display: flex;
}

@media only screen and (max-device-width: 512px) and (orientation: portrait),
only screen and (max-device-height: 512px) and (orientation: landscape) {

    .systemsettings-mainpage {
        width: 100%;
    }

    
    .systemSetting-sidebar {
        height: 850px;
        padding: 10px;
        background-color: #f0eeee;
    }

    .system-settings-offcanvas {
        display: block;
    }

    .system-settings-mainviewsidebar {
        display: none;
    }

    .system-settings-display-flex {
        display: block;
    }
}