.custom-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1050;padding:0 15px}.custom-modal{background:#fff;width:min(826px,100%);max-height:calc(100vh - 40px);padding:30px 20px;border-radius:8px;box-shadow:0 4px 10px rgba(0,0,0,.2);text-align:center;overflow-y:auto}@media(max-width:768px){.custom-modal{padding:24px 16px}}.custom-modal .contracts-html{height:40vh;overflow:auto;background:#fafafa;border-radius:10px;padding:1rem}.custom-modal .contracts-html::-webkit-scrollbar{height:5px;width:5px}.custom-modal .contracts-html::-webkit-scrollbar-track{background:#fff;border-radius:10px}.custom-modal .contracts-html::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px}.custom-modal .contracts-html::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.custom-modal-header{position:relative;display:flex;justify-content:center;align-items:center;padding-bottom:10px;flex-direction:column}@media(max-width:768px){.custom-modal-header{padding-bottom:5px}}.custom-modal-header .close-btn{align-self:flex-end;cursor:pointer}.custom-modal-title{font-size:18px;font-weight:600}.close-btn{background:none;border:none;font-size:20px}.custom-modal-body{margin:20px 0}@media(max-width:768px){.custom-modal-body{margin:10px 0}}.custom-modal-footer{display:flex;justify-content:center;gap:10px;margin-top:44px}@media(max-width:768px){.custom-modal-footer{flex-direction:column;margin-top:34px}}