﻿/* Sidebar always visible on large screens */
@media (min-width: 1199px) {
    #sidebar.offcanvas-lg {
        position: fixed !important;
        top: 80px; /* adjust for navbar height */
        left: 0;
        width: 280px;
        transform: none !important;
        visibility: visible !important;
        display: block !important;
        border-right: 1px solid #ddd;
        height: calc(100vh - 56px);
        overflow-y: auto;
        z-index: 1000;
    }

    /* Push main content over by sidebar width */
    main {
        margin-left: 275px !important;
    }
}

@media (max-width: 1199px) {
    .offcanvas {
        width: 90% !important;
    }
}

.open-menu {
    text-transform: uppercase;
    left: -30px !important;
    position: relative;
    background-color: #E6D2FC !important;
    font-size: 13px;
    border-radius: 5px;
    rotate: 90deg;
    offset-rotate: 90deg;
    padding: 1px 4px;
    color: #777;
    font-family: 'Poppins500';
    top: 12px;
}

/*#831CEF*/
