.order-6 { order: 6 !important; }
.order-7 { order: 7 !important; }
.order-8 { order: 8 !important; }
.order-9 { order: 9 !important; }

@media (min-width: 576px) {
    .order-sm-6 { order: 6 !important; }
    .order-sm-7 { order: 7 !important; }
    .order-sm-8 { order: 8 !important; }
    .order-sm-9 { order: 9 !important; }
}

@media (min-width: 768px) {
    

    .border-md-end {
        border-right: 1px solid #dee2e6 !important;
    }
    .border-md-bottom-0 {
        border-bottom: 0 !important;
    }
    .border-md-end-0 {
        border-right: 0 !important;
    }
    .border-md-end {
        border-right: 1px solid #dee2e6 !important;
    }

    .fs-md-1 { font-size: 2.5rem !important; }
    .fs-md-2 { font-size: 2rem !important; }
    .fs-md-3 { font-size: 1.75rem !important; }
    .fs-md-4 { font-size: 1.5rem !important; }
    .fs-md-5 { font-size: 1.25rem !important; }
    .fs-md-6 { font-size: 1rem !important; }
}
@media (max-width: 767px) {
    .main-container {
        width: 95% !important;
        max-width: 95% !important;
    }
    .navbar-brand {
        width: 150px
    }
    .navbar-brand img {
        width: 75%;
    }
    .login-box {
        padding: 25px;
    }
    .page-error .h4 {
        font-size: 8rem;
    }
}
@media (min-width: 1200px) {
    .border-xl-end {
        border-right: 1px solid #dee2e6 !important;
    }
}
@media screen and (max-width: 767px) {
    .table-responsive {
        border: none;
    }
}