.modal-shadow{display:flex;justify-content:center;align-items:center;flex-direction:column;position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000c0;z-index:100}.modal-shadow.content-size-1>.content{max-width:75rem}.modal-shadow.content-size-2>.content{max-width:60rem}.modal-shadow.content-size-3>.content{max-width:45rem}.modal-shadow.content-size-4>.content{max-width:35rem}.modal-shadow>.content{background:#fff;border-radius:6px;margin:auto;width:80%;padding:0 2rem 2rem;height:95%;min-height:95%;box-sizing:border-box;overflow-y:auto}.modal-shadow>.content .inner-content{width:100%}.modal-shadow>.content .close-wrap{position:sticky;top:0;width:100%;height:0;z-index:99;display:flex;justify-content:flex-end}.modal-shadow>.content .close-wrap .close-button{margin-top:1rem;background:#fff;border:1px solid #e6e6e6}.modal-shadow>.content .close-wrap .close-button:hover{color:#ff7714}.modal-shadow>.content:not(.sticky-bar) .inner-content{margin-top:2rem}.modal-shadow>.content:not(.sticky-bar) .close-wrap{top:0}.modal-shadow>.content:not(.sticky-bar) .close-wrap .close-button{margin-top:.5rem;margin-right:-1.5rem}@media(max-width:769px){.modal-shadow>.content{width:100%;height:100vh;margin:0;max-height:auto}}
