.custom-alert{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);z-index:1000;justify-content:center;align-items:center}.custom-alert-content{background:linear-gradient(90deg,#6c4bb2,#ff7f27 50%,#8c55f6);padding:25px;border-radius:15px;box-shadow:0 8px 20px rgba(0,0,0,.3);max-width:400px;width:90%;animation:slideIn .3s ease-out;text-align:center;color:white;position:relative}.alert-header{display:flex;align-items:center;justify-content:center;margin-bottom:15px}.alert-icon{font-size:2em;margin-right:10px;color:#ffeb3b}.custom-alert-content h3{margin:0;font-size:1.8em;color:white}#error-list{list-style-type:none;padding:0;margin:15px 0}#error-list li{background-color:rgba(255,255,255,.9);padding:10px;margin-bottom:10px;border-radius:5px;color:#333;font-size:1em;box-shadow:0 2px 5px rgba(0,0,0,.1)}.close-alert{position:absolute;top:10px;right:15px;font-size:1.8em;font-weight:700;cursor:pointer;color:rgba(255,255,255,.8)}.close-alert:hover{color:white}.alert-button{background-color:#4caf50;color:white;border:none;padding:10px 20px;border-radius:5px;font-size:1em;cursor:pointer;margin-top:15px;transition:background-color .3s ease}.alert-button:hover{color:white;background-color:#4c8f50}@keyframes slideIn{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width:600px){.custom-alert-content{width:90%;max-width:none;padding:15px}.custom-alert-content h3{font-size:1.5em}#error-list li,.alert-button{font-size:.9em}.alert-button{padding:8px 16px}}#custom-confirm{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);z-index:1000;justify-content:center;align-items:center}#custom-confirm .confirm-content{background:linear-gradient(90deg,#6c4bb2,#ff7f27 50%,#8c55f6);padding:25px;border-radius:15px;box-shadow:0 8px 20px rgba(0,0,0,.3);max-width:400px;width:90%;animation:slideIn .3s ease-out;text-align:center;color:white;position:relative}#custom-confirm .confirm-content h3{margin:0;font-size:1.8em;color:white}#custom-confirm .confirm-content p{margin:15px 0;font-size:1.1em}#custom-confirm .confirm-buttons{display:flex;justify-content:center;gap:10px;margin-top:20px}#custom-confirm .confirm-buttons button{background-color:#ff7f27;background-color:#4caf50;color:white;border:none;padding:10px 20px;border-radius:5px;font-size:1em;cursor:pointer;transition:background-color .3s ease}#custom-confirm .confirm-buttons button:hover{background-color:#4c8f50}#custom-confirm .confirm-buttons button#confirm-no-button{background-color:#f44336}#custom-confirm .confirm-buttons button#confirm-no-button:hover{background-color:#d32f2f}