@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-radius:0;box-sizing:border-box;cursor:default;font-family:inherit;overflow-y:auto;position:absolute;z-index:9999}.modal-alert+.modal-alert{border:1px solid #ccc}.modal-alert .modal-alert-title{background:#293241;color:#fff;font-size:14px;font-weight:700;line-height:normal;text-align:center;text-transform:none;padding:10px 15px 8px}.modal-alert .modal-alert-message{box-sizing:border-box;color:#293241;font-size:14px;font-weight:400;line-height:normal;padding:20px}.modal-alert .modal-alert-message a{cursor:pointer !important}.modal-alert .modal-alert-message p{margin:0 0 10px}.modal-alert .modal-alert-message select{background:#fff;border:1px solid #ccc;border-radius:0;box-shadow:none !important;display:block;font-size:14px;font-weight:400;outline:none !important;padding:13px 5px;width:100%}.modal-alert .modal-alert-message input,.modal-alert .modal-alert-message textarea{background:#fff;border:1px solid #ccc;border-radius:0;box-shadow:none !important;display:block;font-size:14px;font-weight:400;outline:none !important;padding:13px 5px;width:100%}.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 #ccc;display:inline-block;height:14px;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;box-shadow:none !important;cursor:pointer;display:inline-block;font-size:12px;font-weight:700;margin:0;min-width:100px;outline:none !important;padding:12px 28px 10px;text-align:center;text-transform:none;transition:0.3s !important}.modal-alert .modal-alert-buttons button.button1{background:#e5af44;color:#293241}.modal-alert .modal-alert-buttons button.button1:hover{background:#293241;color:#fff}.modal-alert .modal-alert-buttons button.button2{background:#e5af44;color:#293241}.modal-alert .modal-alert-buttons button.button2:hover{background:#293241;color:#fff}.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/themes/tnrnews-child/css/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}.modal-alert .modal-alert-footnote{font-size:14px;font-weight:400;line-height:normal;padding:0 20px 20px}.modal-alert .modal-alert-footnote::before{border:1px solid #ddd;content:"";display:block;height:1px;margin:0 auto 10px;width:90%}.modal-alert .modal-alert-footnote p{margin:0 0 10px}.modal-alert .modal-alert-footnote ul{list-style:square;margin:0 0 10px;padding:0 0 0 20px}.modal-alert .modal-alert-footnote ul>li{margin:0 0 10px}