﻿
.nav-link.disabled {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}

.max-height-300 {
    max-height: 300px !important;
}
.lord-icon-w-h {
    width:100px !important;
    height:100px !important;
}

.saturday_bg {
    background-color: rgba(240,101,72,0.5) !important;
    color: rgba(255,251,251,1) !important;
}
.sunday_bg {
    background-color: rgba(240,101,72,0.8) !important;
    color: rgba(255,251,251,1) !important;
}
.holiday_bg {
    background-color: rgba(247,184,75,0.8) !important;
    color: rgba(255,251,251,1) !important;
}

.display_none {
    display: none !important;
}

label.no-bold {
    font-weight: normal !important;
}

/*Mở rộng menu*/
[data-layout=horizontal] .navbar-menu .navbar-nav .nav-sm {
    padding-left: 0;
    width: 250px !important;
}
/*End Mở rộng menu*/
/* Đặt độ rộng 60% */
.w-60 {
    width: 60% !important; 
}
/*class này dùng cho khi donwload*/
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    display: none; /* Ẩn mặc định */
}

.loading-overlay.show {
    display: flex;
}

/*End class này dùng cho khi donwload*/