.nav-tabs {
    display: none;
}

.card-selection {
    cursor: pointer;
}

.card-selection.active {
    border: 2px solid #007bff;
}

.info-card i {
    font-size: 2rem;
}

.tags {
    background-color: #2BA387;
    color: #FFF;
    font-weight: bold;
    border-radius: 10vh;
    flex-direction: row;
    display: flex;
    height: 7vh;
    align-items: center;
    margin: 1vh;
    text-align: center;
    justify-content: center;
    margin: 3%;
}

svg {
    width: 7%;
    color: #FFF;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

.modalidade-card {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.modalidade-card input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.modalidade-card input[type="radio"]:checked + .card-body {
    background-color: #2BA387;
    color: white;
    border-color: #2BA387;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .tab-pane.active {
    display: block;
}
