body:has(.modal-alert){max-height:100vh;max-width:100vw;overflow:hidden}body:has(.modal-alert)::before{background:#0006;content:"";display:block;height:100%;left:0;position:fixed;top:0;width:100%;z-index:9998}.modal-alert{background:#fff;border-radius:0;cursor:default;font-family:inherit;overflow-y:auto;position:absolute;z-index:9999}.modal-alert .modal-alert-title{background:#1e1e1e;color:#fff;font-size:16px;font-weight:600;text-align:center;text-transform:none;padding:10px 15px}.modal-alert .modal-alert-message{color:#000;font-size:16px;font-weight:400;padding:20px}.modal-alert .modal-alert-message a{color:#49ab3d !important;text-decoration:none !important}.modal-alert .modal-alert-message input,.modal-alert .modal-alert-message textarea{border:1px solid #666;border-radius:0;box-shadow:none !important;display:block;font-size:16px;font-weight:400;outline:none !important;padding:13px 5px;width:calc(100% - 20px)}.modal-alert .modal-alert-message input::placeholder,.modal-alert .modal-alert-message textarea::placeholder{color:#666}.modal-alert .modal-alert-message input[type="checkbox"],.modal-alert .modal-alert-message input[type="radio"]{border:1px solid #666;display:inline-block;height:16px;margin:0 5px 0 10px;opacity:1;padding:0;vertical-align:middle;width:16px}.modal-alert .modal-alert-message textarea{height:105px !important;resize:none}.modal-alert .modal-alert-buttons{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;justify-content:center;padding:0 20px 20px}.modal-alert .modal-alert-buttons button{border:none;border-radius:0;cursor:pointer;display:inline-block;font-size:16px;font-weight:400;margin:0;min-width:100px;padding:0;text-align:center;text-transform:none;transition:0.3s !important}.modal-alert .modal-alert-buttons button.button1{background:#1e1e1e;color:#fff}.modal-alert .modal-alert-buttons button.button1:hover{background:#49ab3d}.modal-alert .modal-alert-buttons button.button2{background:#1e1e1e;color:#fff}.modal-alert .modal-alert-buttons button.button2:hover{background:#49ab3d}