
div.swal2-container.swal2-bottom-end.swal2-backdrop-show {width: auto;}
.choices__item--selectable.is-highlighted {color: #212529 !important; background-color: #f8f9fa !important; }
.shadow-bottom-none {box-shadow: 0 -0.25rem 0.5rem rgba(0, 0, 0, 0.05);}
    .dashboard-header-card {
        position: relative;
        border: none;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    }
    
    .card-bg-graphic {
        position: absolute;
        top: 0;
        right: 0;
        width: 230px;
        height: 100%;
        background-size: contain;
        background-position: right bottom;
        background-repeat: no-repeat;
        opacity: 0.15;
        z-index: 0;
    }
    
    .stat-card {
        transition: transform 0.2s;
        border: 1px solid rgba(0,0,0,0.03);
    }
    
    .stat-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    }
    
    .stat-icon {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
    }
    
    .alerts-container {
        border-radius: 8px;
        overflow: hidden;
    }
    
    .alert-item {
        display: flex;
        align-items: center;
        padding: 12px 16px;
        text-decoration: none;
        transition: background-color 0.2s;
        background-color: rgba(255,255,255,0.7);
        border-bottom: 1px solid rgba(0,0,0,0.03);
    }
    
    .alert-item:last-child {
        border-bottom: none;
    }
    
    .alert-item:hover {
        background-color: white;
    }
    
    .pending-alert {
        border-left: 4px solid #FFC107;
    }
    
    .failed-alert {
        border-left: 4px solid #DC3545;
    }
    
    .alert-icon {
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 12px;
        color: white;
        border-radius: 6px;
    }
    
    .pending-alert .alert-icon {
        background-color: #FFC107;
    }
    
    .failed-alert .alert-icon {
        background-color: #DC3545;
    }
    
    .alert-content h6 {
        margin-bottom: 2px;
        color: #343A40;
    }
    
    .alert-content p {
        font-size: 13px;
        color: #6C757D;
        margin-bottom: 0;
    }
    
    .alert-arrow {
        margin-left: auto;
        color: #ADB5BD;
    }
.afp-switch-xs .form-check-input {transform: scale(0.65);transform-origin: center;}