.apply-section-group input[type='submit']{
     float: left;
 }
.confirm-dialog-position-of{
    display: flex;
    justify-content: center;
    align-items: center;
}

.lumesse-apply-ready{
    float: left;
}

.lumesse-menu-sidebar-checkbox-label:focus {
    outline: 1px yellow solid;
    background-color: #222f3d;
}

.apply-section-validated>fieldset>.section-legend>h2:before,
.apply-section-validated>fieldset>.lum-apply-section__name>span:before {
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f00c";
    position: absolute;
    font-size: 1em;
    color: #34495e;
    left: -50px;
    top: 20px;
    z-index: 1000;
}

.application-valid>.lumesse-apply-valid-icon::before {
    z-index: 1000;
}

.section-legend::before, .lum-apply-section__name::before, .apply-submit-wrapper::before {
    background-color: #fff;
}

.lum-apply-section__content:before {
    content: " ";
    height: 112%;
    top: -18px;
}

.lum-apply-section__content:before {
    z-index: 950;
}

.dialog--default, .confirm-dialog-container {
    display: grid;
}