* {
    font-family: 'Bai Jamjuree', sans-serif;
}

.material-symbols-outlined {
    font-variation-settings:
        'FILL' 0,
        'wght' 700,
        'GRAD' 0,
        'opsz' 48
}

.system-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.footext {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}

.footext div {
    color: #b0b2b4;
    font-size: 0.8rem;
    position: absolute;
    bottom: 15px;
}

.progress-container {
    width: 100%;
    background-color: #ddd;
    border-radius: 4px;
}

.progress-bar-normal {
    height: 30px;
    background-color: #4CAF50;
    text-align: center;
    line-height: 30px;
    color: white;
    border-radius: 4px;
}

.progress-bar-height {
    height: 30px;
    background-color: red;
    text-align: center;
    line-height: 30px;
    color: white;
    border-radius: 4px;
}

.bin-item {
    padding: 8px 8px 8px 8px;
    margin: 5px 5px 5px 5px;
    border-radius: .25rem;
    /* background-color: #ccc; */
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
    max-width: fit-content;
}

.tshLogPercent {
    position: absolute;
    top: 55px;
    left: 50%;
    transform: translate(-50%, -50%);
    /* เพิ่มการเลื่อนตำแหน่งขึ้นและไปทางซ้ายครึ่งหนึ่งของขนาด element */
    font-size: 1.2rem;
    font-weight: bold;
    color: #ffffff !important;
}

.chart-container {
    position: relative;
    height: 220px;
    /* ปรับขนาดตามต้องการ */
    width: 100%;
}

.form-user-avatar {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#logout {
    font-size: small;
}

.sidebar-dark-primary {
    background-color: #1E293B;
}

.navbar-white {
    /* background-color: #fff; */
    /* background-color: #cae1fd; */
    background: linear-gradient(135deg, #56baed 0%, #3B82F6 100%);
    border-bottom: 1px solid #E2E8F0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.main-footer {
    background-color: #6577fa;
    border-top: 1px solid #E2E8F0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    color: whitesmoke;
    padding: 1rem;

    a {
        color: whitesmoke;
    }
}

.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    /* margin-bottom: 1rem; */
}

.logo {
    width: 65px;
    /* max-width: fit-content; */
    height: 65px;
    background: #EFF6FF;
    border-radius: 50%;
    /* padding: 1rem; */
    padding: 25px 5px 25px 15px;
}

/* Responsive styles */
@media (max-width: 768px) {
        
}

@media (max-width: 576px) {
    
}
