.modal{display:none;position:fixed;z-index:99;padding:20px 0;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,.7)}#caption,.modal-content{margin:auto;display:block;max-width:700px;-webkit-animation-name:zoom;animation-name:zoom;-webkit-animation-duration:.6s;animation-duration:.6s}.form__file-label,.helpModal{display:inline-block;border-radius:5px;cursor:pointer}.modal img{max-height:600px}#caption{width:80%;text-align:center;color:#ccc;padding:10px 0}@-webkit-keyframes zoom{from{transform:scale(0)}to{transform:scale(1)}}@keyframes zoom{from{transform:scale(0)}to{transform:scale(1)}}.modal .close{position:absolute;top:15px;right:35px;color:#f1f1f1;font-size:40px;font-weight:700;transition:.3s}.modal .close:focus,.modal .close:hover{color:#bbb;text-decoration:none;cursor:pointer}@media only screen and (max-width:700px){.modal-content{width:100%}}.helpModal{margin-left:10px;width:fit-content;background:#ffffff78;color:#9723a5;padding:5px;font-size:10px}.helpModal svg{width:16px;height:16px;position:relative;top:3px}.helpModal:hover{color:#3cadd5}.modal4help{padding:8px}.form__file-label{border-left:1px solid #bbb!important;padding:10px 20px;background-color:#007bff;color:#fff;margin-top:10px}.form__file-label--ltr,.form__input-group--ltr{border-right:1px solid #bbb!important}.form__file-label span{pointer-events:none}#receipts_preview{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.receipt-preview{width:100px;height:100px;object-fit:cover;border:2px solid #ddd;border-radius:5px}