
#botao_inscrever_nova_equipe{
    background-color: var(--verde-claro);
    color: white;
    border: 2px dashed var(--color-primary-);
    border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    /* height: 40px; */
    padding: 15px 20px;
    font-weight: 400;
    margin-right: 8px;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    font-family: 'Roboto', sans-serif;
}

#botao_inscrever_nova_equipe:hover{
    background-color: var(--color-primary-darken-01);
    color: white;

}

.label_obrigatoria{
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.label_obrigatoria::before{
    content: '*';
    color: red;
}

.content_edicao_ativa{
    display: flex;
    justify-content: space-between;
    padding: 12px;
    background: #e9e9e9;
    border-radius: 4px;
    /* flex-wrap: wrap-reverse; */
}

.custom-select-wrapper {
    margin-top: 18px;
    position: relative;
    user-select: none;
    display: none;

}

@media (max-width: 820px){
    .content_edicao_ativa{
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
}

.custom-select-wrapper.active{
    display: block;
}

.custom-select-wrapper label{
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.custom-select {
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid #9c9b9b;
    border-radius: 5px;
}

.custom-select__trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
}

.custom-select__trigger.selected{
    color: var(--color-primary-darken-01);
    background-color: var(--color-primary-pastel-02);
}

.custom-select__trigger span {
    font-family: 'Roboto', sans-serif;
}

.custom-select__trigger.active ~ .custom-options {
    display: block;
}

.arrow {
    width: 10px;
    height: 10px;
    border-left: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(-45deg);
}

.custom-options {
    position: absolute;
    display: none;
    top: 55px;
    left: 0px;
    right: 0;
    border: 1px solid #ccc;
    background-color: #fff;
    z-index: 5;
    padding: 10px;
    border-radius: 8px;
    max-height: 280px;
    overflow-y: scroll;
}

/* CUSTOMIZAR A BARRA LATERAL */
.custom-options::-webkit-scrollbar {
    width: 7px;
}

.custom-options::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 5px;
}

.custom-options::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}



.custom-options__search {
    width: calc(100% - 20px);
    padding: 5px 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    font-family: 'Roboto', sans-serif;
}

.custom-option {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
}

.custom-option:last-child {
    border-bottom: none;
}

.custom-option:hover {
    /* verde bem claro e quase tranparente */
    background-color: rgba(0, 128, 0, 0.1);
}



#formulario_cadastro{
    margin-top: 32px;
}


.custom-select--curso{
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid  #9c9b9b;
    border-radius: 5px;   
}

.custom-select--curso.disabled{
    background-color: #f1f1f1;
    cursor: not-allowed;
}

.custom-select__trigger--curso {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
}

.custom-select__trigger--curso.selected{
    color: var(--color-primary-darken-01);
    background-color: var(--color-primary-pastel-02);
}

.custom-select__trigger--curso.disabled{
    background-color: #f1f1f1;
    cursor: not-allowed;


}

.custom-select__trigger--curso span {
    font-family: 'Roboto', sans-serif;
}

.custom-select__trigger--curso.active ~ .custom-options--curso {
    display: block;
}

.custom-options__search--curso {
    width: calc(100% - 20px);
    padding: 5px 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    font-family: 'Roboto', sans-serif;
}

.custom-options--curso {
    position: absolute;
    display: none;
    top: 55px;
    left: 0px;
    right: 0;
    border: 1px solid #ccc;
    background-color: #fff;
    z-index: 5;
    padding: 10px;
    border-radius: 8px;
    max-height: 280px;
    overflow-y: scroll;
}

.custom-options--curso::-webkit-scrollbar {
    width: 7px;
}

.custom-options--curso::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 5px;
}

.custom-options--curso::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

/*PARA O SELECT DAS NAPIES*/


.custom-select--naipe{
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid #9c9b9b;
    border-radius: 5px;   
}

.custom-select--naipe.disabled{
    background-color: #f1f1f1;
    cursor: not-allowed;
}

.custom-select__trigger--naipe {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
}

.custom-select__trigger--naipe.selected{
    color: var(--color-primary-darken-01);
    background-color: var(--color-primary-pastel-02);
}


.custom-select__trigger--naipe.disabled{
    background-color: #f1f1f1;
    cursor: not-allowed;


}

.custom-select__trigger--naipe span {
    font-family: 'Roboto', sans-serif;
}

.custom-select__trigger--naipe.active ~ .custom-options--naipe {
    display: block;
}

.custom-options__search--naipe {
    width: calc(100% - 20px);
    padding: 5px 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    font-family: 'Roboto', sans-serif;
}

.custom-options--naipe {
    position: absolute;
    display: none;
    top: 55px;
    left: 0px;
    right: 0;
    border: 1px solid #ccc;
    background-color: #fff;
    z-index: 5;
    padding: 10px;
    border-radius: 8px;
    max-height: 280px;
    overflow-y: scroll;
}

.custom-options--naipe::-webkit-scrollbar {
    width: 7px;
}

.custom-options--naipe::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 5px;
}

.custom-options--naipe::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

/* FIM DO CSS PARA O SELECT DOS NAIPES*/

.custom-select--unidade{
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid #9c9b9b;
    border-radius: 5px;   
}

.custom-select__trigger--unidade {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
}

.custom-select__trigger--unidade.selected{
    color: var(--color-primary-darken-01);
    background-color: var(--color-primary-pastel-02);
}


.custom-select__trigger--unidade span {
    font-family: 'Roboto', sans-serif;
}

.custom-select__trigger--unidade.active ~ .custom-options--unidade {
    display: block;
}

.custom-options__search--unidade {
    width: calc(100% - 20px);
    padding: 5px 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    font-family: 'Roboto', sans-serif;
}

.custom-options--unidade {
    position: absolute;
    display: none;
    top: 55px;
    left: 0px;
    right: 0;
    border: 1px solid #ccc;
    background-color: #fff;
    z-index: 5;
    padding: 10px;
    border-radius: 8px;
    max-height: 280px;
    overflow-y: scroll;
}

.custom-options--unidade::-webkit-scrollbar {
    width: 7px;
}

.custom-options--unidade::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 5px;
}

.custom-options--unidade::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

#formulario_cadastro{
    display: none;
}

#formulario_cadastro.active{
    display: block;
}

#container_tabela_atletas{
    display: none;
}
#container_tabela_atletas.active{
    display: block;
}


/* BARRA DE PROGRESSO DE PREENCHUMENTO DO FORMULÁRIO */
.progressbar {
    display: block;
    margin: -60px 0;
    margin-bottom: 110px;
    counter-reset: step;
    position: fixed;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    /* max-width: var(--max-width); */
    z-index: 1;
    background-color: rgb(255 255 255);
    /* border-radius: 45px; */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    padding: 10px;
    transition: all ease-out .4s;
}

.progressbar.active{
    /* display: block; */
    margin: 0px 0px 30px 0px;
    top: 0px;

}

@media (max-width: 500px){
    .progressbar.active{
        margin-top: 130px 0;
    }
    
}

.progressbar li {
    list-style-type: none;
    width: calc(100% / var(--numero-de-steps));
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
}

.progressbar li:before {
    width: 40px;
    height: 40px;
    content: counter(step);
    counter-increment: step;
    line-height: 35px;
    border: 2px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white;
    font-size: 18px;
}

.progressbar li.correct:before{
    /* simbolo de check */
    content: '✓';
}

.progressbar li.correct:before {
    background-color: #55b776;
    border-color: #55b776;
    color: white;
}

.progressbar li.correct + li:after {
    background-color: #55b776;
}

.progressbar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 15px;
    left: -50%;
    z-index: -1;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active {
    color: green;
}

.progressbar li.active:before {
    background-color: #55b776;
    border-color: #55b776;
    color: white;
}

.progressbar li.active + li:after {
    background-color: #55b776;
}


#button_add_atleta i{
    display: none;
}
#button_remove_atleta i{
    display: none;
}


#comentarios{
    background-color: white;
    min-height: 90px;
}

.content_buttons_inscricao{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
    max-width: var(--max-width);
    margin: 20px auto;
}

.botao_opcoes_inscricao{
    margin: 0 8px 0 0;
    border: none;
    border-radius: 4px;
    background-color: #c5dbc6cf;
    padding: 10px 20px;
    font-family: 'Roboto', sans-serif;

    color: var(--color-primary-darken-01);
    transition: all ease .2s;
    user-select: none;
}

.botao_opcoes_inscricao:hover{
    margin: 0 12px;
    transform: scale(1.05);

}

#botao_enviar_dados{
    background-color: var(--color-primary-default);
    color: white;
    border: 1px solid var(--color-primary-default);
    border-radius: 8px;
    font-size: 1em;
    
    font-weight: bold;
    cursor: pointer;
    width: 175px;
    height: 40px;
    font-weight: 400;
    /*transition cubic bezier*/
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    font-family: 'Roboto', sans-serif;

}

#botao_enviar_dados:hover{
    background-color: var(--color-primary-darken-01);
    border: 1px solid var(--color-primary-darken-01);
    color: white;
}

#drop-area {
    height: 270px;
    width: 270px;
    cursor: pointer;
    border: 2px dashed #ccc;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    font-family: Arial, sans-serif;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    }

    #drop-area.active{
        /* border: 2px dashed var(--color-primary-default); */
        /* color: white; */
    }

    #drop-area:hover{
        /* background-color: var(--color-primary-pastel-02); */
    }

    #drop-area.hover {
    /* background-color: var(--color-primary-pastel-02) */
    }

    #drop-area p{
        color: var(--color-primary-default);
    }

    #drop-area:hover p{
        color: var(--color-primary-darken-01)
    }

    


    .button_buscar_bandeira {
        display: inline-block;
        padding: 4px 8px ;
        background: var(--color-primary-lighten-02);
        color: white;
        border-radius: 5px;
        cursor: pointer;
        font-weight: 400 !important;
    }

    #input_bandeira_equipe {
    display: none;
    }

    .custom-checkbox--autorizacao{
        display: inline-flex;
    }

@media (max-width: 500px){
    .progressbar li{
        font-size: 9px;
    }

    .progressbar li:before {
        /* width: 30px; */
        /* height: 30px; */
        /* line-height: 25px; */
        font-size: 14px;
    }
    #tabela_atletas tr td:nth-child(1), #tabela_atletas tr th:nth-child(1){
        display: none;

    }
    #button_add_atleta i{
        display: block;
    }

    #button_add_atleta p{
        display: none;
    }

    #button_remove_atleta i{
        display: block;  
    }

    #button_remove_atleta p{
        display: none;
    }
}


#tabela_atletas tr th:nth-child(5), #tabela_atletas tr td:nth-child(5){
    display: none;
}

#tabela_atletas tr th:nth-child(6), #tabela_atletas tr td:nth-child(6){
    display: none;
}

#tabela_atletas tr th:nth-child(7), #tabela_atletas tr td:nth-child(7){
    display: none;
}

#tabela_atletas tr th:nth-child(8), #tabela_atletas tr td:nth-child(8){
    display: none;
}

#tabela_atletas tr th:nth-child(9), #tabela_atletas tr td:nth-child(9){
    display: none;
}

#tabela_atletas tr th:nth-child(10), #tabela_atletas tr td:nth-child(10){
    display: none;
}

#tabela_atletas tr th:nth-child(11), #tabela_atletas tr td:nth-child(11){
    display: none;
}

#tabela_atletas tr th:nth-child(12), #tabela_atletas tr td:nth-child(12){
    display: none;
}

#tabela_atletas tr th:nth-child(13), #tabela_atletas tr td:nth-child(13){
    display: none;
}

#tabela_atletas tr th:nth-child(14), #tabela_atletas tr td:nth-child(14){
    display: none;
}

#tabela_atletas tr th:nth-child(15), #tabela_atletas tr td:nth-child(15){
    display: none;
}

#tabela_atletas tr th:nth-child(16), #tabela_atletas tr td:nth-child(16){
    display: none;
}

#tabela_atletas tr th:nth-child(17), #tabela_atletas tr td:nth-child(17){
    display: none;
}

#tabela_atletas tr th:nth-child(18), #tabela_atletas tr td:nth-child(18){
    display: none;
}

#tabela_atletas tr th:nth-child(19), #tabela_atletas tr td:nth-child(19){
    display: none;
}

#tabela_atletas tr th:nth-child(20), #tabela_atletas tr td:nth-child(20){
    display: none;
}
