
.profile-bg{
    background: #fff6e9;
}


.color-purple {
    color: #41087e;
}

.btn-purple {
    background-color: #41087e;
    color: white;
    border: none;
}

.btn-purple:hover {
    background-color: #36046a;
}

.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(65, 8, 126, 0.25);
}

.profile-card {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-radius: 1rem;
    background-color: white;
}

.section-title {
    font-weight: 600;
    color: #41087e;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.rounded-pill {
    /* border-radius: 50rem !important; */
    border-radius: 50px;
    padding: 16px 20px;
}

.form-label {
    font-weight: 500;
    font-size: 0.95rem;
}