/* Custom Dashboard Styles */
.bg-soft-primary {
    background-color: rgba(85, 110, 230, 0.15) !important;
}

.bg-soft-danger {
    background-color: rgba(244, 106, 106, 0.15) !important;
}

.bg-soft-success {
    background-color: rgba(52, 195, 143, 0.15) !important;
}

.avatar-sm {
    height: 3rem;
    width: 3rem;
}

.avatar-title {
    align-items: center;
    background-color: #556ee6;
    color: #fff;
    display: flex;
    font-weight: 500;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.font-size-24 {
    font-size: 24px !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.mini-stats-wid {
    transition: all 0.3s ease;
}

.mini-stats-wid:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.card {
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.card:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.card-title {
    font-weight: 600;
    color: #495057;
}

.text-muted {
    color: #74788d !important;
}

.progress-sm {
    height: 5px;
}

.table-centered th, .table-centered td {
    vertical-align: middle !important;
}

.apex-charts {
    min-height: 350px;
}
