.barcharts{width:100%;height:100%}.barcharts h1{font-size:20px;margin-bottom:20px}.barcharts .charts{height:100%}.bigChart{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between}@media screen and (max-width: 1400px){.bigChart h1{font-size:24px}}.bigChart .chart{width:100%;height:300px}.chartbox{display:flex;height:100%}@media screen and (max-width: 480px){.chartbox{flex-direction:column}}.chartbox .boxInfo{flex:3;display:flex;flex-direction:column;justify-content:space-between}@media screen and (max-width: 480px){.chartbox .boxInfo{gap:20px}}.chartbox .boxInfo .title{display:flex;align-items:center;gap:10px}@media screen and (max-width: 1400px){.chartbox .boxInfo .title{font-size:14px}}@media screen and (max-width: 1400px){.chartbox .boxInfo h1{font-size:20px}}.chartbox .chartInfo{flex:2;display:flex;flex-direction:column;justify-content:space-between}.chartbox .chartInfo .charts{width:100%;height:100%}.chartbox .chartInfo .text{display:flex;flex-direction:column;text-align:right}.chartbox .chartInfo .text .percentage{font-weight:700;font-size:20px}@media screen and (max-width: 1400px){.chartbox .chartInfo .text .percentage{font-size:16px}}.chartbox .chartInfo .text .durition{font-size:14px}.pieChartBox{height:100%;display:flex;flex-direction:column;justify-content:space-between}@media screen and (max-width: 1400px){.pieChartBox h1{font-size:24px}}.pieChartBox .chart{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.pieChartBox .options{display:flex;justify-content:space-between;gap:10px;font-size:14px}.pieChartBox .options .option{display:flex;flex-direction:column;gap:10px;align-items:center}.pieChartBox .options .option .title{display:flex;gap:10px;align-items:center}.pieChartBox .options .option .title .dot{width:10px;height:10px;border-radius:50%}.topBox h1{margin-bottom:20px}@media screen and (max-width: 1400px){.topBox h1{font-size:24px}}.topBox .list .listItem{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}.topBox .list .listItem .user{display:flex;gap:20px}.topBox .list .listItem .user img{width:40px;height:40px;object-fit:cover;border-radius:50%}@media screen and (max-width: 1400px){.topBox .list .listItem .user img{display:none}}@media screen and (max-width: 1024px){.topBox .list .listItem .user img{display:block}}.topBox .list .listItem .user .userText{display:flex;flex-direction:column;gap:5px}.topBox .list .listItem .user .userText .userName{font-size:14px;font-weight:500}.topBox .list .listItem .user .userText .email{font-size:12px}@media screen and (max-width: 1400px){.topBox .list .listItem .user .userText .email{display:none}}@media screen and (max-width: 1024px){.topBox .list .listItem .user .userText .email{display:block}}.topBox .list .listItem .amount{font-weight:500}*,*:before,*:after{box-sizing:border-box}.home{display:grid;gap:20px;overflow-x:clip!important;grid-template-columns:repeat(4,1fr);grid-auto-rows:minmax(180px,auto);grid-auto-flow:dense}@media screen and (max-width: 1200px){.home{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 1024px){.home{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 768px){.home{grid-template-columns:repeat(1,1fr)}}@media screen and (max-width: 480px){.home{grid-template-columns:repeat(120px,auto);overflow-x:hidden}}.home .box{padding:20px;border-radius:10px;border:2px solid #384256}@media screen and (max-width: 480px){.home .box{padding:10px;max-width:300px}}.home .box1,.home .box4{grid-column:span 1;grid-row:span 3}.home .box7{grid-column:span 2;grid-row:span 2}@media screen and (max-width: 768px){.home .box7{display:none}}.dataTable{width:80vw!important;overflow-x:clip!important}@media screen and (max-width: 480px){.dataTable{max-width:390px}}.dataTable .dataGrid{width:100%!important;background-color:#fff;padding:20px}@media screen and (max-width: 480px){.dataTable .dataGrid{padding:5px!important}}.dataTable .dataGrid .MuiDataGrid-toolbarContainer{flex-direction:row-reverse}@media screen and (max-width: 480px){.dataTable .dataGrid .MuiDataGrid-toolbarContainer{flex-direction:row}}.dataTable .dataGrid .DataGrid-columnsTotalWidth{width:100%!important}.dataTable .dataGrid .MuiDataGrid-columnHeaderTitleContainer{justify-content:center}.dataTable .dataGrid .MuiDataGrid-cell{text-align:center!important}@media screen and (max-width: 480px){.dataTable .dataGrid .MuiDataGrid-cell{text-align:left!important}}.dataTable .dataGrid img{width:32px;height:32px;border-radius:50%;object-fit:cover}.dataTable .dataGrid .action{display:flex;justify-content:space-around;align-items:center;gap:15px}@media screen and (max-width: 480px){.dataTable .dataGrid .action{gap:5px}}.dataTable .dataGrid .action img{width:20px;height:20px;cursor:pointer}.users .info{display:flex;align-items:center;gap:20px;margin-bottom:20px}@media screen and (max-width: 480px){.users .info h1{font-size:28px}}.users .info button{width:180px;height:60px;font-size:18px;border-radius:20px;padding:15px;background-color:#f45b69;color:#fff;border:none;cursor:pointer}@media screen and (max-width: 480px){.users .info button{width:100px!important;height:40px;font-size:14px;padding:0}}.AddUser{width:100vw;height:100vh;position:absolute;top:0;left:0;background-color:#000000b9;display:flex;align-items:center;justify-content:center}.AddUser .model{padding:50px;border-radius:10px;background-color:#2a3447;position:relative}.AddUser .model .close{position:absolute;top:10px;right:10px;cursor:pointer}.AddUser .model h1{margin-bottom:40px;font-size:24px;color:#ddd}.AddUser .model form{display:flex;max-width:500px;flex-wrap:wrap;justify-content:space-between}.AddUser .model form .item{width:40%;display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.AddUser .model form .item label{font-size:14px}.AddUser .model form .item input{padding:10px;background-color:transparent;color:#fff;outline:none;border:1px solid #ddd;border-radius:3px}.AddUser .model form button{width:100%;padding:15px;font-size:17px;border-radius:20px;background-color:#222b3c;color:#fff;border:none;cursor:pointer}img{margin-block:10px}.Products .info{display:flex;align-items:center;gap:20px;margin-bottom:20px}@media screen and (max-width: 480px){.Products .info h1{font-size:28px}}.Products .info button{width:180px;height:60px;font-size:18px;border-radius:20px;padding:15px;background-color:#f45b69;color:#fff;border:none;cursor:pointer}@media screen and (max-width: 480px){.Products .info button{width:100px!important;height:40px;font-size:14px;padding:0}}.navbar{width:100%;padding:20px;display:flex;align-items:center;justify-content:space-between;overflow-x:hidden!important}@media screen and (max-width: 480px){.navbar{padding:10px;overflow-x:clip}}.navbar .logo{display:flex;align-items:center;font-weight:700;gap:10px}.navbar .icons{display:flex;align-items:center;gap:20px}@media screen and (max-width: 480px){.navbar .icons .icon{display:none}}.navbar .icons .notification{position:relative}.navbar .icons .notification span{position:absolute;top:-10px;right:-10px;z-index:999;background-color:red;color:#fff;border-radius:50%;width:16px;height:16px;display:flex;align-items:center;justify-content:center;font-size:12px}.navbar .icons .user{display:flex;align-items:center;gap:10px}.navbar .icons .user img{width:26px;height:26px;border-radius:50%;object-fit:cover}.menu{position:relative}.menu .item{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.menu .item .title{font-size:12px;font-weight:200;color:#ddd;text-transform:capitalize}@media screen and (max-width: 1024px){.menu .item .title{display:none}}.menu .item .listItem{display:flex;align-items:center;gap:10px;padding:10px;border-radius:5px}.menu .item .listItem:hover{background-color:#384256}@media screen and (max-width: 1024px){.menu .item .listItem .listItemTitle{display:none}}.footer{display:flex;align-items:center;justify-content:space-between;padding:30px}.footer span:first-child{font-weight:700}.footer span:last-child{font-size:14px}.login{height:100vh;display:flex;align-items:center;justify-content:center}.login form{display:flex;flex-direction:column;align-items:center}.login form input{width:200px;height:30px;margin:10px}.login form button{width:200px;height:30px;border:none;background-color:tomato;color:#fff;border-radius:5px;font-weight:700;cursor:pointer}.login form span{color:red;font-size:12px;margin-top:10px}.single{display:flex}@media screen and (max-width: 1200px){.single{flex-direction:column;gap:50px}}.single .view{flex:1}.single .view .info .topInfo{display:flex;align-items:center;gap:20px}@media screen and (max-width: 480px){.single .view .info .topInfo{flex-direction:column;justify-content:center}}.single .view .info .topInfo img{width:100px;height:100px;border-radius:20px;object-fit:cover}.single .view .info .topInfo h1{font-weight:500}@media screen and (max-width: 480px){.single .view .info .topInfo h1{font-size:32px}}.single .view .info .topInfo button{width:180px;height:60px;font-size:18px;border-radius:20px;padding:15px;background-color:#f45b69;color:#fff;border:none;cursor:pointer}.single .view .info .details{font-size:18px}.single .view .info .details .item{margin:30px 0}.single .view .info .details .item .title{font-weight:600;margin-right:10px;text-transform:capitalize}.single .view hr{width:90%;height:0;border:.5px solid gray;margin:20px 0}@media screen and (max-width: 768px){.single .view hr{display:none}}.single .view .chart{margin-top:50px;width:80%;height:400px}@media screen and (max-width: 768px){.single .view .chart{display:none}}.single .activeties{flex:1}.single .activeties h2{margin-bottom:20px}.single .activeties ul li{list-style-type:none;position:relative;width:1px;padding-top:50px;background-color:#f45b69}.single .activeties ul li:after{content:"";position:absolute;left:50%;bottom:0;width:10px;height:10px;border-radius:50%;background-color:#f45b69;transform:translate(-50%)}.single .activeties ul li .list{min-width:480px;padding:15px;background-color:#f45b6810}@media screen and (max-width: 768px){.single .activeties ul li .list{min-width:250px}}.single .activeties ul li .list p{margin-bottom:5px}.single .activeties ul li .list time{font-size:12px}html{scroll-behavior:smooth;overflow-x:clip!important}body{overflow-x:clip!important;width:100vw}body #root{width:100vw;overflow-x:clip!important}*{margin:0;padding:0;box-sizing:border-box}a{text-decoration:none;color:inherit}.main{font-family:Inter,sans-serif;background-color:#2a3447;color:#fff}.container{display:flex}.menuContainer{width:250px;padding:5px 20px;border-right:2px solid #384256}@media screen and (max-width: 1024px){.menuContainer{width:max-content}}@media screen and (max-width: 480px){.menuContainer{padding:5px}}.contentContainer{padding:5px 20px}@media screen and (max-width: 480px){.contentContainer{padding:5px;overflow-x:clip}}
