.portal-modal{display:flex;align-items:center;position:fixed;top:0;z-index:100;transition:top .3s}.portal-modal:not(:has(>.alert)){width:100%;height:100%;left:0;background-color:rgba(0,0,0,.6117647059)}.portal-modal:has(>.alert){width:max-content;height:max-content;top:32px;left:calc(50% - 160px)}.alert{width:320px;padding:20px;color:#fff;font-weight:700;background-color:var(--foreground);box-shadow:0 0 8px rgba(0,0,0,.5);border-radius:12px}.alert_close{width:20px;height:20px;position:absolute;top:8px;right:8px;fill:#fff;cursor:pointer;transition:.3s}.alert_close:hover{opacity:.7}.alert_body{text-align:center}@media only screen and (max-width:600px){.alert{width:95%;height:auto;aspect-ratio:1}}.prompt{width:550px;padding:20px;color:#fff;font-weight:700;background-color:var(--color-coupon-green);border-radius:12px}.prompt_close{width:28px;height:28px;position:absolute;top:10px;right:25px;fill:#fff;cursor:pointer;transition:.3s}.prompt_close:hover{opacity:.7}.prompt_body{text-align:center}.prompt_input{width:100%;height:56px;margin:16px 0;padding:0 10px;border-radius:12px;border:1px solid #598667}.prompt_input input:-webkit-autofill,.prompt_input input:-webkit-autofill:active,.prompt_input input:-webkit-autofill:focus,.prompt_input input:-webkit-autofill:hover{transition:background-color 9999s ease-in-out 0s;-webkit-text-fill-color:#fff;caret-color:#fff}.prompt_buttons{display:flex;justify-content:end;gap:8px}.prompt_buttons button{min-width:100px;height:56px;padding:0 10px;color:#004d40;font-size:18px;font-weight:600;background-color:#f9c719;border:none;border-radius:12px;cursor:pointer}@media only screen and (max-width:600px){.prompt{width:95%;height:auto;aspect-ratio:1}}.confirm{width:550px;padding:20px;color:#fff;font-weight:700;background-color:var(--color-coupon-green);border-radius:12px}.confirm_close{width:28px;height:28px;position:absolute;top:10px;right:25px;fill:#fff;cursor:pointer;transition:.3s}.confirm_close:hover{opacity:.7}.confirm_body{text-align:center}.confirm_buttons{margin-top:32px;display:flex;justify-content:end;gap:8px}.confirm_buttons button{min-width:100px;height:56px;padding:0 10px;color:#004d40;font-size:18px;font-weight:600;background-color:#f9c719;border:none;border-radius:12px;cursor:pointer}@media only screen and (max-width:600px){.confirm{width:95%;height:auto;aspect-ratio:1}}.documents{margin:0 auto;width:90%;padding:20px;color:#fff;font-weight:700;background-color:var(--color-coupon-green);border-radius:12px}.documents_close{width:28px;height:28px;position:absolute;top:10px;right:25px;fill:#fff;cursor:pointer;transition:.3s}.documents_close:hover{opacity:.7}.documents_body{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.documents_body figure{aspect-ratio:1;padding:10px;display:flex;align-items:center;justify-content:center;border-radius:12px;background-color:var(--color-green);overflow:hidden;transition:.3s;cursor:pointer}.documents_body figure.opened{width:100vw;height:100vh;position:fixed;top:0;left:0;background-color:var(--color-dark-green);z-index:100}.documents_body figure.opened img{max-width:90vw;max-height:90vh}.documents_body figure img{width:100%;height:100%;object-fit:contain;transition:.3s}.documents_buttons{margin-top:32px;display:flex;justify-content:end;gap:8px}.documents_buttons button{min-width:100px;height:56px;padding:0 10px;color:#004d40;font-size:18px;font-weight:600;background-color:#f9c719;border:none;border-radius:12px;cursor:pointer}.documents_buttons button:disabled{color:#8c9d92;background-color:#0c4542;pointer-events:none}@media only screen and (max-width:600px){.documents{width:95%;height:auto;aspect-ratio:1}}