.app.dark{background-color:#111;color:#9c9c9c}.app.dark .charGrid{stroke:#e4e4e436}.app.dark .table{background-color:#111}.app.dark .table .tableCell{color:gray}.app.dark .navbar{color:#999;border-color:#333}.app.dark .navbar .search input{color:#999;border-color:gray}.app.dark .sidebar{background-color:#111;border-color:#333}.app.dark .sidebar .top .logo{color:gray}.app.dark .sidebar hr{border-color:#333}.app.dark .sidebar ul li:hover{background-color:#333}.app.dark .sidebar ul li .icon{color:#999}.app.dark .dataTable .datagrid,.app.dark .dataTable .datagrid .viewButton,.app.dark .dataTable .datagrid .deleteButton,.app.dark .dataTable .datagrid .cellWithStatus{color:gray;border:none}.app.dark input{background-color:transparent}.home{display:flex}.home .homeContainer{flex:6}.home .homeContainer .widgets,.home .homeContainer .charts{display:flex;gap:20px;padding:20px}.home .homeContainer .charts{padding:5px 20px}.home .homeContainer .listContainer{-webkit-box-shadow:2px 4px 10px 1px rgba(0,0,0,.47);box-shadow:2px 4px 10px 1px #c9c9c978;padding:20px;margin:20px}.home .homeContainer .listContainer .listTitle{font-weight:5000;color:gray;margin-bottom:15px}.sidebar{flex:1;border-right:.5px solid lightgray;min-height:100vh;background-color:#fff}.sidebar .top{height:50px;display:flex;align-items:center;justify-content:center}.sidebar .top .logo{font-size:20px;font-weight:700;color:#6439ff}.sidebar hr{height:0;border:.5px solid lightgray}.sidebar .center{padding-left:10px}.sidebar .center ul{list-style:none;margin:0;padding:0}.sidebar .center ul .title{font-size:10px;font-weight:700;color:#999;margin-top:15px;margin-bottom:5px}.sidebar .center ul li{display:flex;align-items:center;padding:5px;cursor:pointer}.sidebar .center ul li:hover{background-color:#ece8ff}.sidebar .center ul li .icon{font-size:18px;color:#7451f8}.sidebar .center ul li span{font-size:14px;font-weight:600;color:#888;margin-left:10px}.sidebar .bottom{display:flex;align-items:center;margin:10px}.sidebar .bottom .colorOption{width:20px;height:20px;border-radius:5px;border:1px solid #7451f8;cursor:pointer;margin:5px}.sidebar .bottom .colorOption:nth-child(1){background-color:#fff}.sidebar .bottom .colorOption:nth-child(2){background-color:#333}.sidebar .bottom .colorOption:nth-child(3){background-color:#7451f8}.navbar{height:50px;border-bottom:.5px solid lightgray;padding:4px 0;font-size:14px;color:#555;display:flex;align-items:center}.navbar .wrapper{width:100%;display:flex;align-items:center;justify-content:space-between;padding:20px;box-sizing:border-box}.navbar .wrapper .search{display:flex;align-items:center;border:.5px solid lightgray;padding:3px}.navbar .wrapper .search input{border:none;outline:none;background-color:transparent}.navbar .wrapper .search input::placeholder{font-size:12px}.navbar .wrapper .items{display:flex;align-items:center}.navbar .wrapper .items .item{display:flex;align-items:center;margin:10px;position:relative}.navbar .wrapper .items .item .icon{font-size:20px;cursor:pointer}.navbar .wrapper .items .item .avatar{width:30px;height:30px;border-radius:50%}.navbar .wrapper .items .item .counter{width:15px;height:15px;color:#fff;background-color:red;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;position:absolute;top:-5px;right:-5px}.widget{display:flex;justify-content:space-between;flex:1;padding:10px;-webkit-box-shadow:2px 4px 10px 1px rgba(0,0,0,.47);box-shadow:2px 4px 10px 1px #c9c9c978;border-radius:10px;height:100px}.widget .left,.widget .right{display:flex;flex-direction:column;justify-content:space-between}.widget .left .title,.widget .right .title{font-weight:700;font-size:14px;color:#b3b2b2}.widget .left .counter,.widget .right .counter{font-size:28px;font-weight:300}.widget .left .link,.widget .right .link{font-size:12px;border-bottom:1px solid gray;width:max-content}.widget .left .percentage,.widget .right .percentage{display:flex;align-items:center;font-size:14px}.widget .left .percentage.positive,.widget .right .percentage.positive{color:green}.widget .left .percentage.negative,.widget .right .percentage.negative{color:red}.widget .left .icon,.widget .right .icon{font-size:18px;padding:5px;background-color:#7a047a27;align-self:flex-end;border-radius:5px}.featured{flex:2;-webkit-box-shadow:2px 4px 10px 1px rgba(0,0,0,.47);box-shadow:2px 4px 10px 1px #c9c9c978;padding:10px}.featured .top{display:flex;align-items:center;justify-content:space-between;color:gray}.featured .top .title{font-size:16px;font-weight:light}.featured .bottom{padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:center}.featured .bottom .featuredChart{width:100px;height:100px}.featured .bottom .title{font-weight:500;color:gray}.featured .bottom .amount{font-size:30px}.featured .bottom .desc{font-weight:300;font-size:12px;color:gray;text-align:center}.featured .bottom .summary{width:100%;display:flex;align-items:center;justify-content:space-between}.featured .bottom .summary .item{text-align:center}.featured .bottom .summary .item .itemTitle{font-size:14px;color:gray}.featured .bottom .summary .item .itemResult{display:flex;align-items:center;margin-top:10px;font-size:14px}.featured .bottom .summary .item .itemResult.positive{color:green}.featured .bottom .summary .item .itemResult.negative{color:red}.CircularProgressbar{width:100%;vertical-align:middle}.CircularProgressbar .CircularProgressbar-path{stroke:#3e98c7;stroke-linecap:round;-webkit-transition:stroke-dashoffset .5s ease 0s;transition:stroke-dashoffset .5s ease 0s}.CircularProgressbar .CircularProgressbar-trail{stroke:#d6d6d6;stroke-linecap:round}.CircularProgressbar .CircularProgressbar-text{fill:#3e98c7;font-size:20px;dominant-baseline:middle;text-anchor:middle}.CircularProgressbar .CircularProgressbar-background{fill:#d6d6d6}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background{fill:#3e98c7}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text{fill:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path{stroke:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail{stroke:transparent}.chart{flex:4;-webkit-box-shadow:2px 4px 10px 1px rgba(0,0,0,.47);box-shadow:2px 4px 10px 1px #c9c9c978;padding:10px;color:gray}.chart .title{margin-bottom:20px}.chart .chartGrid{stroke:#f1efef}.table .cellWrapper{display:flex;align-items:center}.table .cellWrapper .image{width:32px;height:32px;border-radius:50%;margin-right:10px;object-fit:cover}.table .status{padding:5px;border-radius:5px}.table .status.Approved{color:green;background-color:#00800027}.table .status.Pending{color:#daa520;background-color:#daa52027}.list{display:flex;width:100%}.list .listContainer{flex:6}.dataTable{padding:20px}.dataTable .datatableTitle{width:100%;font-size:24px;color:gray;margin-bottom:10px;display:flex;align-items:center;justify-content:space-between}.dataTable .datatableTitle .link{text-decoration:none;font-weight:400;font-size:14px;border:1px solid green;color:green;padding:5px;border-radius:5px;cursor:pointer}.dataTable .cellWithImg{display:flex;align-items:center}.dataTable .cellWithImg .cellImg{width:32px;height:32px;border-radius:50%;object-fit:cover;margin-right:20px}.dataTable .cellWithStatus{padding:5px;border-radius:5px}.dataTable .cellWithStatus.active{color:green;background-color:#00800027}.dataTable .cellWithStatus.pending{color:#daa520;background-color:#daa52027}.dataTable .cellWithStatus.passive{color:red;background-color:#ff000027}.dataTable .cellAction{display:flex;align-items:center;gap:15px}.dataTable .cellAction .viewButton{padding:2px 5px;border-radius:5px;color:#00008b;border:1px dotted rgba(0,0,139,.322);cursor:pointer}.dataTable .cellAction .deleteButton{padding:2px 5px;border-radius:5px;color:#dc143c;border:1px dotted rgba(220,20,60,.322);cursor:pointer}.single{display:flex;width:100%}.single .singleContainer{flex:6}.single .singleContainer .top{padding:20px;display:flex;gap:20px}.single .singleContainer .top .left{flex:1;-webkit-box-shadow:2px 4px 10px 1px rgba(0,0,0,.47);box-shadow:2px 4px 10px 1px #c9c9c978;padding:20px;position:relative}.single .singleContainer .top .left .editButton{position:absolute;top:0;right:0;padding:5px;font-size:12px;color:#7451f8;background-color:#7551f828;cursor:pointer;border-radius:0 0 0 5px}.single .singleContainer .top .left .item{display:flex;gap:20px}.single .singleContainer .top .left .item .itemImg{width:100px;height:100px;border-radius:50%;object-fit:cover}.single .singleContainer .top .left .item .details .itemTitle{margin-top:0;margin-bottom:10px;color:#555}.single .singleContainer .top .left .item .details .detailItem{margin-bottom:10px;font-size:14px}.single .singleContainer .top .left .item .details .detailItem .itemKey{font-weight:700;color:gray;margin-right:5px}.single .singleContainer .top .left .item .details .detailItem .itemValue{font-weight:400;color:gray}.single .singleContainer .top .right{flex:2}.single .singleContainer .bottom{-webkit-box-shadow:2px 4px 10px 1px rgba(0,0,0,.47);box-shadow:2px 4px 10px 1px #c9c9c978;padding:20px;margin:10px 20px}.single .singleContainer .title{margin:0 0 20px;font-size:16px;color:#d3d3d3}.new{width:100%;display:flex}.new .newContainer{flex:6}.new .newContainer .top,.new .newContainer .bottom{-webkit-box-shadow:2px 4px 10px 1px rgba(0,0,0,.47);box-shadow:2px 4px 10px 1px #c9c9c978;padding:20px;margin:20px;display:flex}.new .newContainer .top h1,.new .newContainer .bottom h1{color:#d3d3d3;font-size:20px}.new .newContainer .top .left,.new .newContainer .bottom .left{flex:1;text-align:center}.new .newContainer .top .left img,.new .newContainer .bottom .left img{width:100px;height:100px;border-radius:50%;object-fit:cover}.new .newContainer .top .right,.new .newContainer .bottom .right{flex:2}.new .newContainer .top .right form,.new .newContainer .bottom .right form{display:flex;flex-wrap:wrap;justify-content:space-around;gap:20px}.new .newContainer .top .right form label,.new .newContainer .bottom .right form label{display:flex;align-items:center;gap:10px}.new .newContainer .top .right form label .icon,.new .newContainer .bottom .right form label .icon{cursor:pointer}.new .newContainer .top .right form .formInput,.new .newContainer .bottom .right form .formInput{width:40%}.new .newContainer .top .right form .formInput input,.new .newContainer .bottom .right form .formInput input{width:100%;padding:5px;border:none;outline:none;border-bottom:1px solid gray}.new .newContainer .top .right form button,.new .newContainer .bottom .right form button{width:180px;padding:10px;font-weight:700;margin-top:20px;border:none;background-color:teal;color:#fff;cursor:pointer}*{font-family:Nunito,sans-serif}body{margin:0}
