
@media (min-width: 1300px) {

}



@media screen and (max-width: 1200px) {

}


@media screen and (max-width: 1024px) {
    .form-half {
        width: 100%;
        max-width: 500px;
    }

    .input-wrap[style="margin-top: 60px;"] {
        margin-top: 0 !important;
    }
    .notif-content {
        width: 100%;
        order: 3;
    }

    .notif-svg {
        margin-bottom: 20px;
    }

    .notif-status {
        margin-bottom: 30px;
        margin-left: auto;
    }
}


@media screen and (max-width: 992px) {
    a.tab-link.active, a.tab-link.active:not(:first-child) {
        border-radius: 5px;
    }

    a.tab-link::after {
        opacity: 0;
    }

    a.tab-link::before {
        opacity: 0;
    }

    a.tab-link {
        margin: 1px;
        text-align: center;
        flex-grow: 1;
        border: 1px solid #079BA5;
        border-radius: 5px;
    }

    .tab-menu {padding: 10px;border-radius: 5px;}
}


@media screen and (max-width: 991px) {
    .calendar-wrap::-webkit-scrollbar-track{background-color:#fff}
    .calendar-wrap::-webkit-scrollbar{height:5px}
    .calendar-wrap::-webkit-scrollbar-thumb{background-color:#079BA5}
    
    .calendar-wrap, .table-wrap {
        overflow-x: auto;
    }
    
    table.calendar-table {
        min-width: 800px;
    }
}


@media screen and (max-width: 768px) {
    .sidemenu {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0px;
        padding-bottom: 5px;
    }
    
    .lkcontent-wrap {
        display: block;
    }

    ul.sidemenu-list {
        display: flex;
        flex-wrap: wrap;
    }

    li.sidemenu-name {
        width: 100%;
    }

    ul.sidemenu-list li {
        margin-right: 30px;
    }

    .lkcontent {
        width: 100%;
    }
    .form-third {
        width: 48%;
    }
    .question {
        width: 100%;
        margin-bottom: 30px;
    }

    .question-img {
        max-width: 100%;
        order: -1;
        margin-bottom: 30px;
    }

    .question-time span {
        font-size: 20px;
        line-height: 1.3;
    }

    .question-left {
        margin-bottom: 10px;
    }

    .question-tab {
        font-size: 0;
        background: #079BA5;
        padding: 5px 25px;
        border-radius: 60px;
        color: #fff !important;
    }

    .question-tab_wrap {
        display: flex;
        align-items: center;
    }

    .question-tab svg path {
        fill:  #fff;
    }
}


@media screen and (max-width: 767px) {
    .w50 {
        width: 100%;
    }

    .input-wrap .w50 {
        margin-bottom: 15px;
    }
    .form-third {
        width: 100%;
    }
    .lktitle-wrap.d-flex {
        flex-wrap: wrap;
    }

    .grade-head {
        margin-bottom: 20px;
    }

    .calendar-wrap, .table-wrap {
        overflow-x: auto;
    } 

    .table-wrap::-webkit-scrollbar-track{background-color:#fff}
    .table-wrap::-webkit-scrollbar{height:5px}
    .table-wrap::-webkit-scrollbar-thumb{background-color:#079BA5}

    

    table.admin-table {
        min-width: 500px;
    }
}

@media screen and (max-width: 480px) {
    .calendar-tab_btn {
        font-size: 0;
    }

    .calendar-tab_date {
        order: -1;
        width: 100%;
        text-align: center;
    }
}