@media screen and (max-width: 992px) {
    .samping{
        display: none;
    }

    .valign {
        display: block;
        align-items: inherit;
        justify-content: inherit;
    }

    .alert-la {
        position: fixed !important;
        right: 0px !important;
        top: auto !important;
        bottom: -20px !important;
        z-index: 999999;
        width: 100% !important;
        height: auto !important;
        max-width: 800px !important;
        border-radius: 0px !important;
    }

    .img-header-mobile {
        padding-top: 140px;
        text-align: center;
    }

    .header-text {
        text-align: center;
        padding-top: 35px;
        padding-right: 0px !important;
    }

    .header-text h3 {
        font-size: 18px;
        line-height: 26px;
        padding-right: 25px;
        padding-left: 25px;
        padding-bottom: 20px;
    }

    .header-text p {
        font-size: 12px !important;
        line-height: 19px;
        padding-top: 0px;
        max-width:100%;
    }

    .container {
        width: 90% !important;
        position: relative !important;
        margin: 0 auto !important;
    }

    #nav-mobile {
        width: 280px !important;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
        border-top-right-radius: 0px;
        height: 100%;
        margin-top: -0.3px;
        margin-right: -1px;
        z-index: 999999;
        background-color: #8050a9;
        color: #ffffff;
        box-shadow: none;
    }

    .for-navmobile ul {
        padding-left: 0;
        list-style-type: none;
        color: #ffffff;
    }

    .for-navmobile ul li a {
        color: #ffffff;
        font-size: 16px;
    }

    .for-navmobile .collapsible-header {
        border-bottom: none !important;
        padding-left: 24px !important;
        font-size: 16px;
    }

    .for-navmobile .collapsible-header .text {
        padding-left: 10px;
    }

    .for-navmobile .collapsible-body {
        border-bottom: none !important;
        padding-top: 10px !important;
        padding-bottom: 0rem !important;
        padding-left: 30px !important;
        background-color: #75479d;
        font-size: 16px;
    }

    .as-profile .ava-section {
        padding-top: 35px;
    }

    .as-profile .ava-section img {
        width: 40px;
    }

    .as-profile .ava-data .nama {
        color: #ffffff;
        font-weight: bold;
        margin-top: -20px;
    }

    .nav .brand{
        padding-top: 10px;
    }

    .nav .brand a{
        font-size: 19px;
    }

    .nav .brand img {
        width: 50px;
        margin-top: 6px;
    }

    #dropdown-auth-dash {
        width: 100% !important;
        max-width: 180px !important;
    }

    .menu1{
        position: absolute !important;
        right: 0px;
        top: 11px;
        transform: scaleX(-1)
    }
    .menu2{
        position: absolute !important;
        left: 0px;
        top: 11px;
    }

    .project-right{
        margin-left: 0px !important;
    }

    /* Ambass */
    .card-ambass{
        width: 100%;
        margin-top: 40px;
        border-radius: 7px;
        background-image: url('/images/ava/ambass-hp.svg');
        background-repeat: no-repeat;
        background-position: right;
        background-size: cover;
    }

    .card-ambass .card-content{
        padding: 30px;
        max-width: 500px;
    }

    .card-ambass .card-content h3{
        padding-top: 40px;
        font-size: 17px;
        line-height: 25px;
        font-weight: bold;
    }

    .card-ambass .card-content p{
        padding-top: 10px;
        font-size: 12.5px;
        line-height: 19px;
    }

    .card-ambass .card-content .join{
        padding-bottom: 40px;
    }

    .kelas{
        padding-top: 20px;
    }

    .kelas .item .detail{
        padding-left: 10px !important;
        padding-top: 20px;
    }

    /* Elearning */
    .card-elearning{
        box-shadow: none;
        border: solid 1.5px #c8c8c8;
        border-radius: 40px;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }

    .card-elearning .card-content{
        padding:15px;
    }

    .btn-bawah {
        display: block;
        position: fixed !important;
        right: -20px !important;
        bottom: -10px !important;
        z-index: 999999;
        width: 110% !important;
        height: auto !important;
        border-radius: 0px !important;
        color: #ffffff !important;
        background-color: #6c3c97;
        padding-top:8px;
        padding-bottom:18px;
        font-size: 14px;
    }

    .btn-bawah:hover,
    .btn-bawah:active,
    .btn-bawah:focus {
        background-color: #6c3c97 !important;
        color: #ffffff !important;
    }

    .paralax-end {
        background: url('/images/ava/bgf-hp.svg');
    }

    .auth .side-auth{
        padding-top: 100px;
    }

    .table-wrapper{
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    /* Dashboard */
    .custom-left {
        width: 0%;
    }

    .custom-right {
        margin-left: 0% !important;
        width: 100% !important;
    }

    .table-dashboard{
        max-width: 100% !important;;
        overflow-x:scroll !important;
        position: relative;
        display: block;
    }
}
