/* dash-styles.css */
.dash-card {
    border-radius: 4px;
    margin-bottom: 20px;
}

.dash-more-link {
    font-weight: 500;
}

.dash-more-link:hover {
    text-decoration: none;
}

.chart-small {
    display: block;
    margin: 0 auto;
    max-width: 300px;
    max-height: 300px;
}

.critical-number {
    font-size: 25px;
    width: 100px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.dash-unworked-link {
    font-weight: 500;
}

.dash-out-link {
    font-weight: 500;
}

.dash-in-link {
    font-weight: 500;
}

.dash-in-button {
    border: 1px solid transparent;
    font-weight: 500 !important;
    padding: .375rem .75rem;
}

.dash-out-button {
    border: 1px solid transparent;
    font-weight: 500 !important;
    padding: .375rem .75rem;
}
