body{
    background-color: #18191A;
    color: #FFF;
    font-size: 25px;
    font-family: 'Roboto Black'
}

.main{
    margin-top: 50px;
}

.areas{
    width: 100%!important;
    display: flex!important;
    justify-content: space-evenly!important;
    align-items: baseline!important;
}

.filtrate-button{
    width: 170px!important;
    height: 40px!important;
    font-size: 20px!important;
    opacity: 0.1!important;
    cursor: not-allowed!important;
}

.filtrate-button-after{
    width: 170px!important;
    height: 40px!important;
    font-size: 20px!important;
    opacity: 0.5!important;
    cursor: pointer!important;
}

.filtrate-button-after:hover{
    opacity: 1!important;
}

.area{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.area-nav{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.area-header{
    margin: unset;
    font-size: 20px;
    margin-bottom: 10px;
}

.textareas{
    background-color: #212121;
    border: 1px solid#ffa2265c;
    border-radius: 7px;

    color: #FFF;
    font-size: 15px;
    
    transition: border ease-in-out .3s;
}

.title{
    margin-bottom: 10px;
}

.description{
    text-align: center;
}

.description a{
    color: #8ea1ff;
}

.textareas:focus-visible{
    border: 1px solid#ffa226!important;
}

.main-filter-buttons{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0 50px 0;
}

.download{
    width: 170px!important;
    height: 40px!important;
    font-size: 20px!important;
}

.filter{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;

    /* width: 100%;
    height: 150px; */

    margin-bottom: 50px;
}

.names-options{
    display: flex;
    justify-content: flex-end;
}

.names-buttons{
    display: flex;
    flex-direction: column;
    justify-content: baseline;
    text-align: center;
    margin: 25px 0 ;
}

.add-names{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.add-nationality{
    display: grid;
    grid-template-columns: 55px 55px 55px 55px;
    grid-template-rows: 50px 50px 50px 50px;
    justify-items: center;
    align-items: center;

}

input[type="file"] {
    display: none;
}

.add-users-button{
    display: flex;
    width: 200px;
    height: 40px;
    cursor: pointer;
    background-color: #18191A;
    border: 1px solid#ffa226!important;
    font-size: 20px;
    border-radius: 7px;
    color: #FFF;
    opacity: 0.5;
    transition: all ease-in-out .3s;
    justify-content: center;
    align-items: center;
    text-align: center;

    text-overflow: unset;
    text-align: unset;
    white-space: unset;
    padding: unset;
    overflow: unset;

    margin-top: 30px;

    transition: opacity ease-in-out .3s;
}

.add-users-button:hover{
    opacity: 1;
}

.names-options-buttons{
    display: flex;
    flex-direction: column;
    justify-content: baseline;
    align-items: center;
    text-align: center;
}

.filtr{
    width: 120px;
    height: 40px;
    cursor: pointer;
    background-color: #18191A;
    border: 1px solid#ffa226!important;
    font-size: 15px;
    border-radius: 7px;
    color: #FFF;
    opacity: 0.5;
    transition: all ease-in-out .3s;
    margin-right: 15px;
}

.hover{
    width: 120px;
    height: 40px;
    cursor: pointer;
    background-color: #18191A;
    border: 1px solid#ffa226!important;
    font-size: 15px;
    border-radius: 7px;
    color: #FFF;
    opacity: 0.5;
    transition: all ease-in-out .3s;
    margin-right: 15px;
}

.hover:last-child{
    margin-right: unset;
}


.filtr-lang{
    width: 40px;
    margin-right: unset;
    opacity: 0.5;

    transition: all ease-in-out .3s;
}

.filtr:last-child{
    margin-right: unset;
}

.filtr:hover{
    opacity: 1!important;
}

.names{
    width: 150px;
}

.account-names{
    display: flex;
}

.how-many-accounts{
    margin-right: 10px;
    text-align: center;
}

.finish{
    width: 600px;


}

.male{
    cursor: pointer!important;
}

.drop{
    text-align: center;
    height: 270px;
    padding-top: 13%;
    padding-left: 13px;
    padding-right: 13px;
    font-size: 50px;
}

@media (max-width: 1400px){
    .areas{
        display: grid!important;
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
        align-items: center;
    }

    .area-3{
        grid-column: 1 / 3;
    }

    .filter{
        margin-bottom: 10px!important;
    }

    .area-nav{
        margin-bottom: 10px!important;
    }
}

@media (max-width: 1320px){
    .finish{
        width: 300px;
    }

    .drop{
        font-size: 30px;
    }
}

@media (max-width: 1020px){
    .finish{
        width: 250px;
    }   
}

@media (max-width: 852px){
    .add-names{
        flex-direction: column;
    }
    .male{
        margin: 0 0 10px 0;
    }

}

@media (max-width: 700px){

    .add-names{
        flex-direction: column;
    }

    .finish{
        width: 200px;
    }
}

@media (max-width: 642px){

    .names-options-buttons{
        margin-right: 5px;
    }
    
    .add-nationality{
        grid-template-columns: auto auto auto;
        grid-column-gap: 1em ;
    }

}

@media (max-width: 552px){
    .add-nationality{
        grid-template-columns: auto auto;
        grid-column-gap: 1em ;
    }

    .male{
        width: 100px;
    }
    .female{
        width: 100px;
    }

}

@media (max-width: 524px){
    .areas{
        display: flex!important;
        flex-direction: column!important;
        justify-content: center!important;
        align-items: center!important;
    };

    .area{
        margin-bottom: 50px;
    }

    .area-1{
        margin-bottom: 50px;
    }

    .main-filter-buttons{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .filtrate-button{
        margin: 0 0 10px 0;
    }
    
    .filtrate-button-after{
        margin: 0 0 10px 0;
    }
}

.instruction{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.description-instruction{
    text-align: center;
    margin: unset;
}

.steps{
    margin-top: 30px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.step{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    margin-bottom: 30px;
}

.description-step{
    margin-top: 20px;
    text-align: left;
}

.step-img{
    width: 1000px;
    height: auto;
}

@media (max-width: 1040px){

    .step-img{
        width: 700px;
        height: auto;
    }

}

@media (max-width: 730px){

    .step-img{
        width: 500px;
        height: auto;
    }

}

@media (max-width: 540px){

    .step-img{
        width: 400px;
        height: auto;
    }

}

@media (max-width: 420px){

    .step-img{
        width: 200px;
        height: auto;
    }

}