.Dialog_modal{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.Dialog_modalContent{background:#313337;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);animation:fadeIn .3s ease-out}.Dialog_modalContentHeader{background:#222;border-radius:8px 8px 0 0;border-bottom:1px solid #4d4d4d}.Stack{position:fixed;top:0;right:0;bottom:0;z-index:1000;background:#313337;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.7);animation:fadeIn .3s ease-out}.Stack__header{background:#222;border-radius:8px 8px 0 0;border-bottom:1px solid #4d4d4d}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}