.club-bi-html-label {
    color: red;
}

.texto-boton {
    position: absolute;
    margin-top: 50px;
    margin-left: 10px;
}

.column {
    width: 100%;
}

.popup {
    text-align: left;
    /* font-size: 30px; */
    font-size: 20px;
    font-family: Helvetica, Sans-Serif;
    font-weight: bold;
    padding: 20px;
    background: white;
    border-radius: 35px;
    transition: all 2s ease-in-out;
    color: #003470;
    overflow-y: auto;
    border: 2px solid #003470;
}

@media screen and (max-width: 100%) {
    .popup {
        margin: 0 auto;
        width: 60%;
    }
}

.popup .content {
    max-height: 90%;
    overflow: auto;
}

input {
    padding: 15px;
    font-size: 16px;
    width: 90%;
    border-radius: 12px;
    border: 1px solid grey;
    background-color: white;
}

.close {
    cursor: pointer !important;
    position: relative;
    left: -50%;
}