.flex{display:flex}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.w-100{width:100%}.d-none{display:none}.d-inline{display:inline !important}.user-select-none{-moz-user-select:none;-khtml-user-select:none;user-select:none}.white-space-pre-wrap{white-space:pre-wrap}.float-right{float:right}.float-left{float:left}.cursor-pointer{cursor:pointer}.Modal{position:fixed;width:100vw;height:100vh;margin:0;padding:0;z-index:10;top:0;left:0;background-color:rgba(0,0,0,0.9)}.Modal .holder{position:absolute;width:100%;height:100%;z-index:11;top:0;left:0}.Modal .content{position:absolute;width:calc(100vw - 100px);height:calc(100vh - 100px);z-index:12;top:50px;left:50px;box-sizing:border-box;padding:20px;border-radius:7px;background-color:#fff}.Modal .close{position:absolute;z-index:12;top:5px;right:10px}.Modal .close:hover{cursor:pointer}
