@media only screen and (max-width: 768px) {
    .respMenu-icon {
        padding: 0.5rem;
        color: rgba(0,0,0,0.5);
        cursor: pointer;
        margin-top: 0.6em;
        margin-left: 1em;
        border-radius: 5px;
        border: 1px solid rgba(0,0,0,0.1);
    }
    .respMenu-icon span:nth-child(1),
    .respMenu-icon span:nth-child(2) {
        width: 2em;
        display: block;
        margin: auto;
        height: 1.5px;
        background-color: rgba(0,0,0,0.5);
    }
    .respMenu-icon span:nth-child(2) {
        margin-top: 0.25rem;
    }
    .outlineFocus {
        outline: 5px auto -webkit-focus-ring-color;
    }
    .sidebar {
        display: none;
        width: 80% !important;
        z-index: 1;
    }
    .sidebar.admin .nav-link span {
        display: inline-block !important;
    }
    .resp-sideBar {
        display: inline-block;
    }
    .with-fixed-sidebar > footer.main-footer {
        width: 100% !important;
    }
    #content-wrapper {
        width: 100% !important;
        margin: 0;
    }
    .navbar {
        height: 3.5em;
    }
    .navbar-brand img.img-fluid {
        max-height: 1.5em;
    }
    .respMenu-icon,
    .navbar-toggler {
        margin-top: 0 !important;
    }
}

@media only screen and (min-width: 769px) {
    .respMenu-icon {
        display: none;
    }
}
