
/* Main styles */
body {
    background-color: #f8f9fa;
    font-family: 'Sarabun', sans-serif;
}

/* Admin approval specific styles */
.card {
    border-radius: 10px;
    overflow: hidden;
}

.progress {
    border-radius: 4px;
    background-color: #e9ecef;
}

.alert {
    border-radius: 8px;
}

.img-fluid {
    object-fit: cover;
}

.btn-outline-primary {
    transition: all 0.3s;
}

.btn-outline-primary:hover {
    background-color: #0d6efd;
    color: white;
}
