.modal-delayed-module{display:none;position:absolute;flex-flow:row nowrap;justify-content:center;align-items:center;width:100%;height:100vh;z-index:3}.modal-delayed-module .overlay{width:100%;height:100vh;background-color:rgba(0,0,0,0.8);position:absolute !important;cursor:pointer}.modal-delayed-module .modal{position:relative;background-color:#fff;width:100%;height:40%;min-width:300px;min-height:300px;max-width:600px;max-height:600px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;display:flex;flex-flow:row nowrap;justify-content:center;align-items:flex-start;padding:4rem}.modal-delayed-module .modal .close{position:absolute;top:10px;right:10px;color:#000;font-size:1rem;cursor:pointer}.modal-delayed-module .modal .content-area{overflow:auto;width:100%;max-height:100%}