.container-club-detail {
    background-color: white;
    height: 100vh;
    border-radius: 5px;
    padding-left: 20px;
    padding-top: 20px;
}

.club-detail-title {
    color: #EE0033;
    font-size: 30px;
}


.club-detail-input {
    border-radius: 50px;
    padding: 10px 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.club-detail-input:focus {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    border-color: #0d6efd;
}

.club-detail-label {
    font-weight: bold;
    color: #495057;
    font-size: 1.1rem;
}
