body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.link{color:inherit;flex:1 1;text-decoration:none}.center{align-items:center;background-color:rgba(0,0,0,.445);display:flex;height:100vh;justify-content:center;position:fixed;width:100vw;z-index:1110}.wave{-webkit-animation:wave 1s linear infinite;animation:wave 1s linear infinite;background:linear-gradient(45deg,cyan,#fff);border-radius:20px;height:100px;margin:10px;width:5px}.wave:nth-child(2){-webkit-animation-delay:.1s;animation-delay:.1s}.wave:nth-child(3){-webkit-animation-delay:.2s;animation-delay:.2s}.wave:nth-child(4){-webkit-animation-delay:.3s;animation-delay:.3s}.wave:nth-child(5){-webkit-animation-delay:.4s;animation-delay:.4s}.wave:nth-child(6){-webkit-animation-delay:.5s;animation-delay:.5s}.wave:nth-child(7){-webkit-animation-delay:.6s;animation-delay:.6s}.wave:nth-child(8){-webkit-animation-delay:.7s;animation-delay:.7s}.wave:nth-child(9){-webkit-animation-delay:.8s;animation-delay:.8s}.wave:nth-child(10){-webkit-animation-delay:.9s;animation-delay:.9s}@-webkit-keyframes wave{0%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(0);transform:scale(0)}}@keyframes wave{0%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(0);transform:scale(0)}}.featured{display:flex;justify-content:space-between;margin-bottom:30px;width:100%}.featuredItem{border-radius:10px;box-shadow:0 0 15px -10px rgba(0,0,0,.75);cursor:pointer;flex:1 1;margin:0 20px;padding:30px}.featuredTitle{font-size:20px}.featuredMoneyContainer{align-items:center;display:flex;margin:10px 0}.featuredMoney{font-size:30px;font-weight:600}.featuredMoneyRate{align-items:center;display:flex;margin-left:20px}.featuredIcon{color:green;font-size:14px;margin-left:5px}.featuredIcon.negative{color:red}.featuredSub{color:gray;font-size:15px}.chart_user{display:flex}.team_mate{flex:1 1}.newUser{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:center;margin:0 20px;width:100vw}.newUserForm{display:flex;flex-wrap:wrap}.newUserItem{display:flex;flex-direction:column;margin-right:20px;margin-top:10px;width:400px}@media screen and (max-width:600px){.newUserForm{padding:10px}.newUserItem{max-width:300px}}.newUserItem>label{color:#979696;font-size:14px;font-weight:600;margin-bottom:10px}.newUserItem>input{border:1px solid gray;border-radius:5px;height:20px;padding:10px}.newUserGender>input{margin-top:15px}.newUserGender>label{color:#555;font-size:18px;margin:10px}.newUserSelect{border-radius:5px;height:40px}.newUserButton{background-color:#00008b;border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:600;margin-top:30px;padding:7px 10px;width:200px}.span{color:red;display:none;font-size:12px;padding:3px}input:invalid[focused=true]{border:1px solid red}input:invalid[focused=true]~.span{display:block}.newUserButton:disabled{background-color:hsla(0,5%,80%,.424)}.user{flex:4 1;margin-top:30px;padding:20px}.userTitleContainer{align-items:center;display:flex;justify-content:space-between}.userAddButton{background-color:teal;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;padding:5px;width:80px}.userContainer{display:flex;margin-top:20px}.userShow{flex:1 1}.userShow,.userUpdate{box-shadow:0 0 15px -10px rgba(0,0,0,.75);padding:20px}.userUpdate{flex:2 1;margin-left:20px}.userShowTop{align-items:center;display:flex}.userShowImg{border-radius:50%;height:40px;object-fit:cover;width:40px}.userShowTopTitle{display:flex;flex-direction:column;margin-left:20px}.userShowUsername{font-weight:600}.userShowUserTitle{font-weight:300}.userShowBottom{margin-top:20px}.userShowTitle{color:#afaaaa;font-size:14px;font-weight:600}.userShowInfo{align-items:center;color:#444;display:flex;margin:20px 0}.userShowIcon{font-size:16px!important}.userShowInfoTitle{margin-left:10px}.userUpdateTitle{font-size:24px;font-weight:600}.userUpdateForm{display:flex;justify-content:space-between;margin-top:20px}.userUpdateItem{display:flex;flex-direction:column;margin-top:10px}.userUpdateItem>label{font-size:14px;margin-bottom:5px}.userUpdateInput{border:none;border-bottom:1px solid gray;height:30px;width:250px}.userUpdateRight{display:flex;flex-direction:column;justify-content:space-between}.userUpdateUpload{align-items:center;display:flex}.userUpdateImg{border-radius:10px;height:100px;margin-right:20px;object-fit:cover;width:100px}.userUpdateIcon{cursor:pointer}.userUpdateButton{background-color:#00008b;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:600;padding:5px}.userListUser{align-items:center;display:flex}.userListImg{border-radius:50%;height:32px;margin-right:10px;object-fit:cover;width:32px}.userListEdit{background-color:#3bb077;border:none;border-radius:10px;color:#fff;cursor:pointer;margin-right:20px;padding:5px 10px}.userListEdit:disabled{background-color:#cecbcb}.userListDelete{color:red;cursor:pointer}.sliderarrow{background-color:rgba(0,0,0,.5);bottom:0;color:#fff;cursor:pointer;height:100%;margin:auto;position:absolute;top:0;width:50px;z-index:99}.sliderarrow.left{left:0}.sliderarrow.right{right:0}.addProductForm,.newProduct{height:100%;width:100%}.addProductForm{align-items:center;margin-top:10px}.addProductForm,.addProductItem{display:flex;flex-direction:column}.addProductItem{margin-bottom:10px;width:250px}.addProductItem>label{color:gray;font-weight:600;margin-bottom:10px}.addProductTitle{margin-left:100px}.addProductItem>input,.addProductItem>select{padding:10px}.addProductButton{background-color:#00008b;border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:600;margin-top:10px;padding:7px 10px}.addProductButton:disabled{background-color:#9c9c9c}
/*# sourceMappingURL=main.f2906788.css.map*/