.confirm_custom_modal{position:fixed;top:10%;max-width:700px;max-height:80%;overflow:auto;background-color:#fff;border-radius:20px;padding:20px;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%);box-shadow:0 7px 7px rgba(3,98,66,.3);display:none;z-index:10}@media (max-width:767px){.confirm_custom_modal{width:95%}}.confirm_custom_modal.active{display:block}.confirm_custom_modal .modal-header{font-size:30px;margin-bottom:20px;font-weight:500;padding:20px}@media (max-width:767px){.confirm_custom_modal .modal-header{font-size:6.976744186vw;padding:4.6511627907vw;margin-bottom:4.6511627907vw}}.confirm_custom_modal .modal-body .row-element{margin-bottom:10px}.confirm_custom_modal .modal-body .row-element label{text-align:left;width:100%;display:block;font-weight:700}.confirm_custom_modal .modal-body .row-element div,.confirm_custom_modal .modal-body .row-element span{padding-left:10px;text-align:left;width:100%;display:block;padding-top:5px}.confirm_custom_modal .modal-body .row-element .modal-body_receipt_file_upload img{max-height:100px;border-radius:10px}.confirm_custom_modal .modal-footer{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}@media (max-width:767px){.confirm_custom_modal .modal-footer{-ms-flex-direction:column;flex-direction:column;gap:10px}}.confirm_custom_modal .modal-footer input{width:48%;font-size:18px}@media (max-width:767px){.confirm_custom_modal .modal-footer input{width:80%}}