
/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 991.98px) {
    .offcanvas {
        position: relative;
        min-height: 100%;
        -webkit-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
    }

    .offcanvas-right {
        right: 0;
    }

    .offcanvas-right.active {
        right: 200px;
    }

    .offcanvas-right .sidebar-offcanvas {
        right: -100%;
        -webkit-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
    }

    .offcanvas-right.active .sidebar-offcanvas {
        right: 0;
        border-left: 1px solid #6187b5;
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        right: 0;
        width: 200px;
        height: 100vh;
        padding: 60px 15px 15px;
        background-color: #013e74;
        border-radius: 0;
        overflow-y: auto;
        z-index: 1050;
    }

    .sidebar-offcanvas .dropdown-menu {
        border: medium none;
        background: none;
        border-radius: 0;
        box-shadow: none;
        float: none;
        margin: 0;
        padding-top: 0;
        position: static;
    }

    .navbar-toggler {
        z-index: 1060;
    }
}
