.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background-color:#fff;padding:2rem;border-radius:8px;width:90%;max-width:400px;box-shadow:0 4px 6px #0000001a}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.modal-header h3{margin:0;color:#4caf50}.close-button{background:none;border:none;font-size:1.5rem;cursor:pointer}.modal-body{margin-bottom:1.5rem}.modal-footer{display:flex;justify-content:flex-end}.ok-button{background-color:#4caf50;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer}.ok-button:hover{background-color:#45a049}
