
.loading-overlays {
    position: absolute;
    top: 0;
    right:0;
    width: calc(100% - 225px); /* Adjust based on your sidebar width */
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6) !important;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}
.blood-bag-image{
    max-width: 60%;
}
.loading-content {
    text-align: center;
    pointer-events: all;
}
.dashboard-card {
    padding: 1rem;
    border-radius: 4px;
    margin-bottom: 1rem;
}
/* .stat-card {
    background: #fefefe;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
} */
/* .stat-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
} */
.stat-icon {
    font-size: 2rem;
    margin-right: 1rem;
}
.stat-icon.blood { color: #ec5840; }
.stat-icon.users { color: #3adb76; }
.stat-icon.calendar { color: #1779ba; }
.stat-icon.clock { color: #ffae00; }
.blood-type-card {
    text-align: center;
    padding: 1rem;
    background: #fefefe;
    border: 1px solid #e6e6e6;
    margin-bottom: 1rem;
}
.button-dark{
    background-color: #292234 !important;
    border-radius: 8px;
    font-size: 16px !important;
}
.button-dark-eye{
    background-color: #292234 !important;
    border-radius: 8px;
    font-size: 7px !important;
    margin-top: 11px;
}
.blood-type {
    color: #ec5840;
    font-size: 1.5rem;
    font-weight: bold;
}
.tabs-content {
    border: none;
}
.compact-section {
    padding: 0.75rem;
}

.previsions-container {
    padding: 0.25rem 0;
}

.alert-item {
    padding: 0.5rem;
    margin-bottom: 0.5rem;
    background: #f8f9fa;
    border-left: 4px solid #17a2b8;
    font-size: 0.9rem;
}

.alert-item.compact {
    padding: 0.35rem 0.5rem;
    margin-bottom: 0.35rem;
    font-size: 0.85rem;
}

.alert-item.critical {
    border-left: 4px solid #dc3545;
    color: #dc3545;
}

.action-recommended {
    margin-top: 1rem;
    background: #f0f9ff;
    padding: 0.75rem;
    border-radius: 4px;
}

.action-recommended.compact {
    margin-top: 0.5rem;
    padding: 0.5rem;
}

.action-title {
    color: #17a2b8;
    font-size: 0.85rem;
    text-transform: uppercase;
}

.action-item {
    padding: 0.5rem 0;
    font-size: 0.9rem;
}

.action-item.compact {
    padding: 0.2rem 0;
    font-size: 0.85rem;
}

.action-item i {
    margin-right: 0.5rem;
    color: #17a2b8;
}
.button-hollow{
    border-radius: 0px;
    background-color: #3498DB !important;
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    font-weight: bold;
    font-family: 'Arial';
    padding:10px;
    color:white;
}
