.card-alert {
    width: 100%;
    background-color: #fff3cd;
    padding: 8px 16px;
    margin-bottom: 12px;
}

.card-alert-warning {
    width: 100%;
    background-color: #F8D7DA;
    padding: 8px 16px;
    margin-bottom: 12px;
}

.card {
    border-radius: 4px !important;
}

.card-light {
    border-radius: 4px !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.alert-info {
    background-color: rgba(226, 46, 46, 0.23) !important;
}

.alert-blue {
    background-color: rgba(124, 188, 227, 0.23) !important;
}

.alert-green {
    background-color: rgba(130, 189, 100, 0.23) !important;
}