@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}.dlg-modal{padding:0;border:1px solid #ccc;box-shadow:5px 5px 10px #585858;border-radius:1rem;animation:modalSlideIn .3s ease-out}.dlg-modal-msgbox{min-width:300px;max-width:500px}.dlg-modal-sm{width:300px}.dlg-modal-md{width:500px}.dlg-modal-600{width:600px}.dlg-modal-700{width:700px}.dlg-modal-lg{width:800px}.dlg-modal-1000{width:1000px}.dlg-modal-title{font-size:large}.dlg-modal-header{padding:.5rem 1rem;margin-bottom:1rem;border-bottom:1px solid #ccc}.dlg-modal-content{padding:0rem 1rem;margin-bottom:1rem}.dlg-modal-footer{padding:.5rem 1rem}
