
@media screen and (max-width: 768px){
    .login .panel{
        margin-top: 50%;
        width:100%;
    }
    .left-aside{
        display: none;
    }
    .inner-item {
        padding-top: 80px;
    }
    .div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate{
        float: left;
    }
    .right-aside{
        width: 100%;
    }
    .nav-offcanvas-menu ul {
        padding-left: 0;
    }
    .nav-offcanvas-menu ul li{
        list-style-type: none;
        display: block;
        text-align: center;
        float: left;
        width: 100%;
    }
    .nav-offcanvas-menu ul li img{
        width: 23px;
        height: 23px;
        object-fit: contain;
        margin-bottom: 3px;
        
    }
    .nav-offcanvas-menu ul li a{
        color: #fff;
        text-align: center;
        font-size: 14px;
        float: left;
        width: 100%;
        border-bottom: 1px solid #fff;
    padding: 10px;
    }
    .header {
        position: fixed;
        display: block;
        top: -2px;
        left: 0px;
        right: 0px;
        background-color: #fff;
        height: 65px;
        z-index: 99;
        box-shadow: 0px 7px 8px 0px rgba(12, 0, 46, 0.08);
    }
    .svg-icon path, .svg-icon polygon, .svg-icon rect {
        fill: #000;
    }
    .svg-icon {
        width: 1.5em;
        height: 1.5em;
    }
    .dropdown-menu {
        border:none;
        border-radius:0px;
        left:-86px;
    }
    .dropdown-menu .fa-caret-up {
        position: absolute;
        text-align: center;
        left: 63%;
        margin-top: -19px;
        font-size: 20px;
        color: #fff;
    }
    .sub-title{
        float: left;
        width: 100%;
    }
    .nav-offcanvas-menu{
        display: block;
    }
    .dashboard .blog-box{
        float: left;
        width: 100%;
    }
    .header img{
        width: 100px;
        position: relative;
        top: 20px;
        margin-left: 10px;
        float: left;
      }
      .head-top{
          display: none;
      }
      .title{
          margin-top: 100px;
      }
      .course-list{
          width: 100%;
          overflow-x: scroll;
          float: left;
      }
      .repo{
        float: right;
        display: inline-flex;
        line-height: 5.5;
        margin-right: 61px;
      }
      .repo a{
        margin-left: 10px;
      }
      
      .repo .badge{
        background: red;
      padding: 2px 4px;
      position: absolute;
      top: 20px;
      margin-left: -6px;
      font-size: 10px;
      }
      .hamburger {
        position: absolute;
        right: 25px;
        top: 20px;
        cursor: pointer;
      }
      .hamburger i {
        font-size: 20px;
        color: #000;
        /* float: right;
        right: 19px;
        position: relative;
        top: 19px; */
        cursor: pointer;
      }
    .nav-offcanvas {
        display: block;
        width: 150px;
        background: #ED151B;
        height: 100%;
        position: fixed;
        overflow-x: auto;
        z-index: 2000;
        padding: 10px 0;
        top: 0;
        left: -300px;
        -webkit-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        overflow-y: scroll;
        overflow-x: hidden;
      }
      .nav-offcanvas .close {
        position: absolute;
        right: 10px;
        top: 20px;
        outline: 0;
        opacity: 1;
        background: transparent;
        border: none;
        box-shadow: none;
        cursor: pointer;
        -webkit-transition: .3s ease;
        transition: .3s ease;
      }
      .nav-offcanvas .close i {
        font-size: 15px;
        color: white;
        text-shadow: none;
      }
      .nav-offcanvas .close:hover {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
      }
      .nav-offcanvas-menu ul {
        margin-bottom: 0;
        padding-left: 0;
        list-style: none;
      }
      .nav-offcanvas-menu ul li a {
        color: white;
        font-size: 16px;
        font-weight: 300;
        padding: 10px 40px;
        display: block;
        text-decoration: none;
        position: relative;
        z-index: 1;
        -webkit-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.05s;
        transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.05s;
      }
      .nav-offcanvas-menu ul li a:hover {
        -webkit-transform: translateX(10px);
                transform: translateX(10px);
      }
      .nav-offcanvas.open {
        left: 0;
      }
      
      .offcanvas-overlay {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        z-index: 1999;
        -webkit-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        visibility: hidden;
        opacity: 0;
      }
      .offcanvas-overlay.on {
        opacity: 1;
        visibility: visible;
      }
      
}
