@keyframes CustomModal_fadeIn__HSDRT{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.CustomModal_modalOverlay__4X0nC{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:9999}.CustomModal_modalContent__PEaiT{background:#fff;border-radius:10px;animation:CustomModal_fadeIn__HSDRT .3s ease-out forwards;max-height:70vh;min-width:320px;max-width:800px;box-shadow:0 1px 7px rgba(0,0,0,.2);display:flex;flex-direction:column;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.CustomModal_modalContent__PEaiT::-webkit-scrollbar{width:0;height:0;display:none}