.Modal_modalContainer__KKr8n{display:none;position:fixed;z-index:11;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgba(0,0,0,.4)}.Modal_modalContainer__KKr8n ::-webkit-scrollbar{display:none}.Modal_modalBox__Vun6D{background-color:var(--white);top:50%;left:50%;transform:translate(-50%,-50%);padding:var(--p4);border:1px solid var(--gray-medium2);min-width:30rem;border-radius:var(--border-radius);box-shadow:var(--shadow);position:absolute;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-sizing:border-box;width:100%}@media(max-width:768px){.Modal_modalBox__Vun6D{min-width:95%;width:95%;max-width:95%;max-height:85vh}}@media(max-width:480px){.Modal_modalBox__Vun6D{min-width:98%;width:98%;max-width:98%;max-height:80vh;padding:var(--p3)}}.Modal_modalBox__Vun6D .Modal_modalContent__BObjD{height:100%;display:flex;flex-direction:column;min-height:8rem;overflow:hidden}.Modal_modalBox__Vun6D .Modal_modalContent__BObjD .Modal_child__oB9nW{width:100%;flex:1 1;overflow-y:auto;overflow-x:hidden;margin-top:var(--p5);padding-right:0;box-sizing:border-box}.Modal_modalBox__Vun6D .Modal_modalContent__BObjD .Modal_child__oB9nW *{max-width:100%;box-sizing:border-box}@media(max-width:480px){.Modal_modalBox__Vun6D .Modal_modalContent__BObjD .Modal_child__oB9nW{margin-top:var(--p3);padding-right:0}}.Modal_large__3zY5N{max-width:68vw}.Modal_medium__EWSt8{max-width:50vw;min-width:40rem}.Modal_small__qfi_v{max-width:30rem;min-width:20rem}.Modal_closeButton__Foob_{color:var(--gray-black);position:absolute;right:1rem;top:var(--p4);width:max-content;display:flex;align-items:center;padding:var(--p2) var(--p3);font-size:var(--font-medium3);gap:var(--p1);z-index:1}.Modal_closeButton__Foob_ svg{color:var(--primary-color);margin-top:.1rem}.Modal_closeButton__Foob_:hover{color:var(--primary-color);cursor:pointer}@media(max-width:480px){.Modal_closeButton__Foob_{right:.5rem;top:var(--p3);padding:var(--p1) var(--p2)}}.ClickOutside_container__zK_7_{position:relative}