body {
    background-color: #f8f9fa;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 20px;
}

.container {
    max-width: 900px;
}

.prayer-header {
    color: #000000;
    font-weight: 600;
    font-size: 50px;
    margin-bottom: 25px;
}

.prayer-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 25px;
    margin-bottom: 30px;
}

.prayer-card h5 {
    color: #000000;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 20px;
}

.success-alert {
    background-color: #d4edda;
    color: #155724;
    border-radius: 5px;
    padding: 12px 15px;
    margin-bottom: 20px;
    border-left: 4px solid #28a745;
    font-size: 15px;
}
.error-alert {
    background-color: #f8d7da;
    color: #721c24;
    border-radius: 5px;
    padding: 12px 15px;
    margin-bottom: 20px;
    border-left: 4px solid #d53e4e;
    font-size: 15px;
}


.prayer-item {
    background-color: #f8f9fa;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 20px;
    border-left: 4px solid #6f42c1;
}

.prayer-item strong {
    color: #2c3e50;
    font-size: 16px;
}

.prayer-item p {
    color: #6c757d;
    margin-bottom: 0;
    font-size: 14px;
}

.form-select {
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ced4da;
}

.btn-pray {
    background-color: #ffffff;
    color: #06aa97;
    border: 1px solid #06aa97;
    border-radius: 5px;
    padding: 10px 20px;
    font-weight: 500;
}

.btn-pray:hover {
    background-color: #06aa97;
    color: #ffffff;
}

.stats-card {
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    height: 100%;
}

.stats-icon {
    font-size: 24px;
    margin-bottom: 10px;
}

.stats-number {
    font-size: 24px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 5px;
}

.stats-label {
    color: #6c757d;
    font-size: 14px;
}

.text-primary {
    color: #6f42c1 !important;
}

.text-success {
    color: #198754 !important;
}

.text-danger {
    color: #dc3545 !important;
}

.text-warning {
    color: #fd7e14 !important;
}
.prayer-container {
    padding: 60px;
}
.icon-circle {
    width: 80px;
    height: 80px;
    border: 3px solid #06aa97;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #06aa97;
    margin: auto;
    transition: all 0.3s ease-in-out;
    padding: 50px;
}
.icon-circle i {
    font-size: 50px;
}
.icon-circle:hover {
    background: #06aa97;
    color: #fff;
}
.stats-row {
    background-color: #EAF0EF !important;
}
