﻿.progress-cell {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 180px;
    max-width: 220px;
}

.progress-label {
    margin-bottom: 0.1rem;
    font-size: 1rem;
}

.verify-table th, .verify-table td {
    vertical-align: middle !important;
    font-size: 1.2rem;
}

.verify-table th {
    font-weight: bold;
    color: #888;
    font-size: 1.35rem;
}

.progress {
    height: 1.5rem;
    background-color: #f5f5f5;
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 0;
    min-width: 180px;
    max-width: 220px;
}

.progress-bar-striped {
    background-image: repeating-linear-gradient( 45deg, #6c63ff, #6c63ff 10px, #a3a0f7 10px, #a3a0f7 20px );
}

.progress-bar-yellow {
    background-color: #ffc107;
    color: #333;
}

.progress-bar-red {
    background-color: #ff4d4d;
    color: #fff;
}

.status-icon {
    font-size: 2rem;
    vertical-align: middle;
}

.status-success {
    color: #28a745;
}

.status-error {
    color: #dc3545;
}

.status-warning {
    color: #ff9800;
}

.manage-icon {
    font-size: 1.7rem;
    color: #20c997;
    background: #e0f7fa;
    border-radius: 50%;
    padding: 0.2em 0.3em;
    border: 2px solid #20c997;
}

.btn.active, .btn:active {
    background-color: #007bff !important;
    color: #fff !important;
}

.dashboard-card {
    min-width: 270px;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.dashboard-card .card-body {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100%;
padding: 1.5rem 0.5rem;
font-size: 1.15rem;
}

.dashboard-card .card-body h2 {
    font-size: 2.5rem;
    margin: 0.5rem 0;
}

.dashboard-card .card-body .fw-bold.text-primary {
    font-size: 1.15rem;
    white-space: normal;
    text-align: center;
    line-height: 1.2;
    word-break: break-word;
}

@media (max-width: 1200px) {
    .dashboard-card {
        min-width: 220px;
    }
}