body {
    overflow-y: hidden;
}

body[data-in-iframe="false"] {
   overflow-y: auto;
}


body.print-body .print-button {
    display: block!important;
    position: absolute;
    top: 16px;
    left: 16px;
}
@media print {
    body.print-body .print-button {
        display: none!important;
    }
}

body.print-body .print-button *:not(.print-element) {
    display: block;
}

body.print-body *:not(.print-element) {
    display: none;
}
body.print-body .print-element {
    overflow: unset!important;
}

.print-element-item,
.print-element-parent {
    height: 100%;!important;
    width: 100%;!important;
    max-width: 100%!important;
    flex-basis: unset!important;
}

#stepper.print-element{
    display:block
}


#formContainer {}

#logo_container{
    position: absolute;
    top: -30px;
    right: 48%;
}



#stepper {
    padding: 50px 10px;
}

#form {
    overflow-x: clip;
}
#mainFormBox{
    /*height: calc(100vh - 150px);*/
}

/*#mainFormBox:has(form#form_complete_ucp_flow) {*/
/*    height: unset;*/
/*    overflow: clip;*/
/*}*/

#form form{
    overflow-x: clip;
    overflow-y: clip;
}

#form form.scroll-content{
    overflow-y: auto;
    max-height: calc(100vh - 250px);

}

#form form#form_verify_id {

}


#form form#form_verify_id.scroll-content {
    /*min-height: calc(100vh - 120px);*/
    max-height: calc(100vh - 120px);
}
#form form#form_sign_srcive_form.scroll-content { /*Must change the error definition in scrive.bpmn and reload */
    max-height: calc(100vh);
}

:focus {
    outline: 0;
}



iframe#jumio{
    width: 100%;
    height: 75vh;
    border: none;

}

@media(max-height: 700px) {
    iframe#jumio{
        max-height: 100vh;
        height: 100vh;
    }
}

.client-MuiPickersCalendarHeader-switchHeader{
    max-width: calc(100vw - 50px);
}

ul.csv {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

ul.csv li {
    padding: 0;
    display: inline;
    margin: 0;
}

ul.csv li:not(:last-child)::after {
    content: ", ";  /* This adds a comma after each item except the last one */
}

.no-label select{
    margin-top: 0;
}

.no-label svg{
    top: unset;
}