@keyframes rotating{from{transform:translate3d(0, -50%, 0) rotate(0deg)}to{transform:translate3d(0, -50%, 0) rotate(360deg)}}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:1px solid #e89c22;border-radius:0;cursor:default;font-family:inherit;overflow-y:auto;position:absolute;z-index:9999}.modal-alert .modal-alert-title{background:var(--accent-color-2);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}.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:18px 37px;text-align:center;text-transform:none;transition:0.3s !important}.modal-alert .modal-alert-buttons button.button1{background:var(--accent-color-2);color:#fff}.modal-alert .modal-alert-buttons button.button1:hover{background:#0372dc}.modal-alert .modal-alert-buttons button.button2{background:var(--accent-color-2);color:#fff}.modal-alert .modal-alert-buttons button.button2:hover{background:#0372dc}.modal-alert .modal-alert-buttons button.loading{position:relative}.modal-alert .modal-alert-buttons button.loading::before{animation:rotating 1s linear infinite;background-image:url("/wp-content/plugins/cs-ahorraluz/modal-loading.svg");background-position:center center;background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:25px;left:6px;position:absolute;top:50%;transform:translate3d(0, -50%, 0);width:25px}