.messageBoxOverlay{background-color:rgba(0,0,0,.9);left:0;top:0;height:100vh;overflow:hidden;flex-direction:row;justify-content:center;transition:all .2s ease;z-index:99}.messageBoxContent,.messageBoxOverlay{position:fixed;width:100%;display:flex}.messageBoxContent{flex-direction:column;justify-content:flex-start;box-sizing:border-box;height:auto;overflow-y:scroll;max-width:400px;margin-top:20%;padding:10px;background-color:#202020;border-radius:5px;border:2px solid #303030;z-index:100}.messageBoxContent span{color:white;font-size:14pt;font-weight:400;margin:0 5px 5px;text-align:left}.messageBoxHeader{display:flex;flex-direction:row;justify-content:space-between}.messageBoxHeader span{text-align:center;font-size:20pt;font-weight:700}.messageBoxClose:hover{float:right;cursor:pointer;opacity:.8}