.modal-shadow{align-items:center;background:#000000c0;display:flex;flex-direction:column;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:100}.modal-shadow>.content{background:#fff;border-radius:6px;box-sizing:border-box;height:95%;margin:auto;min-height:95%;overflow-y:auto;padding:0 2rem 2rem;width:80%}.modal-shadow>.content .inner-content{width:100%}.modal-shadow>.content .close-wrap{display:flex;height:0;justify-content:flex-end;position:sticky;top:0;width:100%;z-index:99}.modal-shadow>.content .close-wrap .close-button{background:#fff;border:1px solid #e6e6e6;margin-top:1rem}.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-right:-1.5rem;margin-top:-.5rem}@media(max-width:769px){.modal-shadow>.content{height:100vh;margin:0;max-height:auto;width:100%}}
