.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;padding:20px;border-radius:8px;width:90%;max-width:500px;box-shadow:0 2px 10px #0000001a}.modal-buttons{margin-top:20px;display:flex;justify-content:space-between}.dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.dialog-content{background:#fff;padding:20px;border-radius:8px;width:90%;max-width:400px;box-shadow:0 2px 10px #0003;text-align:center}.dialog-buttons{margin-top:20px;display:flex;justify-content:space-between}.toast{position:fixed;top:20px;right:20px;width:200px;background-color:#ff6347e6;color:#fff;padding:10px 20px;border-radius:5px;box-shadow:0 2px 10px #0003;z-index:1000;display:flex;justify-content:space-between;align-items:center;animation:fadeIn 5s forwards,fadeOut 5s forwards}.btn-close{background:none;border:none;color:#fff;font-size:20px;cursor:pointer;margin-bottom:10px}.toast-success{position:fixed;top:20px;right:20px;width:200px;background-color:#27730183;color:#fff;padding:10px 20px;border-radius:5px;box-shadow:0 2px 10px #0003;z-index:1000;display:flex;justify-content:space-between;align-items:center;animation:fadeIn 5s forwards,fadeOut 5s forwards}.btn-close-success{background:none;border:none;color:#fff;font-size:20px;cursor:pointer;margin-bottom:4px}.toast-warning{position:fixed;top:20px;right:20px;width:200px;background-color:#fa9600;color:#fff;padding:10px 20px;border-radius:5px;box-shadow:0 2px 10px #0003;z-index:1000;display:flex;justify-content:space-between;align-items:center;animation:fadeIn 5s forwards,fadeOut 5s forwards}.btn-close-warning{background:none;border:none;color:#fff;font-size:20px;cursor:pointer;margin-bottom:4px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}
