.Modal-module__GKiJOG__modalOverlay{z-index:1000;background-color:#00000080;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.Modal-module__GKiJOG__modalContent{background-color:var(--white);scroll-behavior:smooth;border-radius:1rem 1rem 0 0;flex-direction:column;width:100%;max-width:90vw;max-height:80vh;padding:1.5rem;transition:transform .3s ease-out;animation:.3s ease-out forwards Modal-module__GKiJOG__slideUpMobile;display:flex;position:relative;overflow:auto;transform:translateY(100%);box-shadow:0 -2px 10px #0000001a}.Modal-module__GKiJOG__actionButtonSvg{width:2rem;height:2rem;fill:var(--primary-color);cursor:pointer;z-index:10;position:absolute;top:1rem;right:1rem}.Modal-module__GKiJOG__actionButtonSvg:hover{fill:var(--red)}.Modal-module__GKiJOG__dragHandleSvg{background-color:var(--primary-color);cursor:grab;z-index:5;border-radius:2rem;width:20vw;height:1rem;display:none;position:absolute;top:.5rem;left:50%;transform:translate(-50%)}.Modal-module__GKiJOG__dragHandleSvg:hover{fill:var(--red)}@media only screen and (max-width:480px),only screen and (max-width:768px){.Modal-module__GKiJOG__dragHandleSvg{display:block}}@keyframes Modal-module__GKiJOG__slideUpMobile{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes Modal-module__GKiJOG__slideDownMobile{0%{transform:translateY(0)}to{transform:translateY(100%)}}.Modal-module__GKiJOG__modalContent.Modal-module__GKiJOG__slide-down{animation:.3s ease-out forwards Modal-module__GKiJOG__slideDownMobile}@media only screen and (max-width:480px){.Modal-module__GKiJOG__modalContent{border-radius:2rem 2rem 0 0;justify-content:center;align-items:center;max-width:100vw;padding:2.5rem}.Modal-module__GKiJOG__actionButtonSvg{display:none!important}}@media only screen and (min-width:769px){.Modal-module__GKiJOG__modalContent{border-radius:2rem 2rem 0 0;justify-content:center;align-items:center;max-width:60vw;max-height:70vh;padding:2.5rem}}
