.custom-swal {
    width: 100%;
    max-width: 800px;
    height:100%;
    max-height:90vh;
    overflow-y:auto;

}

.custom-swal h3 {
    text-align : left;
}

.custom-swal div {
    text-align : left;
}

.custom-swal ul {
    text-align : left;
}

.custom-swal li {
    text-align : left;
}

.custom-swal .swal-footer{
    text-align : center !important;
}

.custom-checkbox-concent{
    margin-bottom: 30px;
    
}

.custom-checkbox-concent .concent{
    display:flex;
    position:relative;
}

.custom-checkbox-concent .concent span{
    line-height: 26px;
}

.custom-checkbox-concent .concent label.error{
    top: 20px;
} 

.custom-checkbox-concent input{
    display: block;
    margin-right:10px;
}

