.Modal{overflow:auto;border-radius:6px;animation:fadeDown .4s ease-in-out forwards;margin:auto}.Modal::-webkit-backdrop{background:rgba(16,24,40,.75);animation:fadeIn .3s ease-in-out}.Modal::backdrop{background:rgba(16,24,40,.75);animation:fadeIn .3s ease-in-out}.Modal__CloseButton{position:-webkit-sticky;position:sticky;margin-left:auto;height:30px;width:min-content;top:10px;height:0;right:10px;overflow:visible;cursor:pointer;z-index:1301;display:flex;justify-content:center;align-items:center;border:none;border-radius:2px;background-color:transparent}.Modal__CloseButton :hover{background-color:gainsboro}.Modal__CloseIcon{position:absolute;min-width:20px;min-height:20px;height:100%;top:0;right:0}.Modal__FullScreen{border-radius:unset;border:none;max-width:unset}.document-modal-open{overflow:hidden}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeDown{0%{opacity:0;transform:translateY(-10%)}to{opacity:1;transform:translateY(0)}}