@media only screen and (max-width: 1920px) {}

@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1440px) {
    html {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1366px) {
    html {
        font-size: 13px;
    }
}

@media only screen and (max-width: 1199px) {
    html {
        font-size: 12px;
    }


}

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

    .form-control,
    .form-select {
        padding: 10px 14px;
        font-size: 13px;
    }

    .btn-primary-lms {
        padding: 12px 0;
        font-size: 14px;
    }

    .login-card {
        padding: 1rem 1.5rem;
    }

    .header-title {
        font-size: 1rem;
        line-height: 1.3;
    }

    .lms-header {
        padding: 0 1rem;
    }

    .header-user-name {
        font-size: 12px;
    }

    .header-user-code {
        font-size: 10px;
    }

    .sidebar-avatar {
        width: 30px;
        height: 30px;
    }

    .section-title {
        font-size: 1.45rem;
    }

    .stat-card {
        padding: 1rem;
        display: flex;
        align-items: center;
        gap: 1rem;
    }

    .stat-icon {
        margin: 0;
    }

    .stat-value {
        font-size: 1.75rem;
        margin: 0;
    }

    .overview-grid {
        gap: 10px 0;
    }

    .card-lms {
        margin: 0;
    }

    .sidebar-brand-text {
        font-size: 1rem;
    }

    .sidebar-title-text {
        padding: 1rem;
    }

    .nav-item {
        font-size: 14px;
    }

    .nav-item i {
        width: 20px;
        font-size: 1.5rem;
    }

    .sidebar-footer {
        padding: 0;
    }

    .table-lms th {
        font-size: 11px;
    }

    .table-lms td {
        padding: 1rem 14px;
        font-size: 12px;
    }

    .btn-primary {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 575px) {}