*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0;padding:0}body{background:#fff}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{box-shadow:#0000004d;border-radius:6px}::-webkit-scrollbar-thumb{border-radius:6px;background:#0000004d;box-shadow:#00000080}.my-flex{display:flex}.my-rows{flex-direction:row}.my-columns{flex-direction:column}.my-wrap{flex-direction:row;flex-wrap:wrap}.my-nowrap{flex-direction:row;flex-wrap:nowrap}.my-space-around{justify-content:space-around}.my-space-between{justify-content:space-between}.my-justify-content-start{justify-content:flex-start}.my-justify-content-center{justify-content:center}.my-justify-content-end{justify-content:flex-end}.my-align-items-start{align-items:flex-start}.my-align-items-center{align-items:center}.my-align-items-end{align-items:flex-end}.my-flex1{flex:1 1}.fire-confirm-modal .ant-modal-content{border:3px solid #bebebe}
