<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#document_images .fileWrapper {
    margin-top:         0px;
    height:             44px;
}

#document_images .fileWrapper .fileInputText {
    float:              left;
}
#document_images .fileWrapper .fileInputButton {
    float:              right;
    border-radius:      4px;
}


#document_babl .bable_scan {
    font-size:          16px;
    line-height:        normal;
    padding:            5px 0px;
}
.full-form__body {
    position:           relative;
}
#otp_ajaxloader {
    position:           absolute;
    top:                50%;
    left:               50%;
    width:              80px;
    height:             80px;
}

.imghidden {
    display:        none;
}
.full-form__inner .ajaxloader img {
    position:       relative;
    left:           0px;
    bottom:         0px;
    z-index:        10002;
}
.background {
    position:           absolute;
    width:              auto;
    height:             auto;
    background-color:   #FFFFFF;
    opacity:            0.8;
    z-index:            10001;
    left:               0px;
    top:                0px;
    bottom:             0px;
    right:              0px;
}

/*************************************************************************************/


@media screen and (max-width: 767px) {

    .full-form__controls .text-left {
    
        width:          100%;
    }

    .full-form__inner .ajaxloader img {
        left:           120px;
    }
}

</pre></body></html>