
.container{
    margin-left: 0 !important;
    margin-top: 2rem;
}
.content{
    margin-left: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.table{
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 50rem !important;
}
.what-is{
    display: flex;
    align-items: start;
    flex-direction: column;
    width: 100%;
    padding: 2rem;
}

.what-is ul{
    padding: 1rem;
    padding-left: 3rem;
}

h4{
    padding: .8rem;
}
.help p{
    padding: .8rem;
}
.help .languages span{
    font-weight: 500;
}

.navbar{
    border: none !important;
    padding: 0 !important;
    width: 100% !important;
    height: unset !important;
    align-items: unset;
    justify-content: unset;
}
.navbar .logo{
    padding: 0 !important;
}

/* MODAL */

.error-table .wer3yo{
    display: flex;
    flex-direction: column;
    gap: .5rem;
}
.report-table{
    height: 16rem;
    width: 20rem;
}
.report-table .x-div{
    display: flex;
    justify-content: end;
    position: absolute;
    width: 100%;
    padding-right: 0.4rem;
    padding-top: 0.3rem;
}
.report-table .x-div button{
    font-size: 1rem;
    font-family: Arial, Helvetica, sans-serif;
    background: transparent;
    height: 1.2rem;
    border-radius: 0.2rem;
    border: none;
}
.report-table .x-div button:active{
    background-color: silver;
}
.report-table .x-div button svg{
    width: 1.2rem;
    height: 1.2rem;
    background: transparent;
}
.report-table form{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 1rem;
    flex-direction: column;
}
.report-table .xmls{
    flex-direction: column;
}
.report-table .xmls span{
    padding: 0 1rem;
    text-align: center;
}
.report-table form div{
    width: 100%;
    height: fit-content;
}
.report-table form div:first-child{
    margin-bottom: 2rem;
}
.report-table form div:first-child input{
    border-radius: .5rem;
    height: 3rem;
    width: 100%;
    border: 0.5px solid silver;
    padding: 0.2rem;
    outline: black;
    display: flex;
    font-size: .8rem;
    padding-left: 1rem;
}

@media(max-width: 478px) {
    .navbar{
        display: unset !important;
    }
    .container{
        margin-top: 6rem !important;
    }
    .error-table .wer3yo{
        padding: 0 !important;
    }
}