.bg-dark {
    background-color: var(--bs-gray-900) !important;
}
.btn {
    border-radius: .2rem !important;
    user-select: text !important; /* Allow text selection */
}
.nav>li.active>a, .nav>li:focus>a, .nav>li:hover>a {
    background-color: var(--bs-gray-700) !important; 
}
.profile-container {
    background: var(--bs-gray-800) !important;
}
.ts-dropdown .active {
    background-color: var(--bs-gray-500)  !important;
}
.label-size{
    font-size: 50px;
}
.form-label{
    font-weight: bold;
}
.form-control{
    max-width: 1000px !important;
}
.input-group{
    max-width: 1000px !important;
}
/* .text-muted{
    font-weight: bold !important;
} */
/* Bật tắt menu  */
 @media (min-width: 1200px) {
    .aside {
        max-width: 250px;
        min-width: 0em; 
    }
}
