.home{display:flex;width:100%}.home .homeContainer{flex:6 1;width:100%}.home .homeContainer .charts,.home .homeContainer .widgets{display:flex;gap:20px;padding:20px}.home .homeContainer .charts{padding:5px 20px}.home .homeContainer .listContainer{width:100%}.home .homeContainer .listContainer .listTitle{color:gray;font-weight:500;margin-bottom:15px}.widget{border-radius:10px;flex:1 1;height:100px;padding:10px}.widget,.widget .left,.widget .right{display:flex;justify-content:space-between}.widget .left,.widget .right{flex-direction:column}.widget .left .title,.widget .right .title{color:#a0a0a0;font-size:14px;font-weight:700}.widget .left .counter,.widget .right .counter{font-size:28px;font-weight:300}.widget .left .link,.widget .right .link{border-bottom:1px solid gray;font-size:12px;width:-webkit-max-content;width:max-content}.widget .left .percentage,.widget .right .percentage{align-items:center;display:flex;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{align-self:flex-end;border-radius:5px;font-size:18px;padding:5px}.list{display:flex;width:100%}.list .listContainer{border-radius:10px;flex:6 1;margin-bottom:50px;width:100%}.cellWithStatus{border-radius:5px;padding:5px}.cellWithStatus.active{background-color:rgba(0,128,0,.05);color:green}.cellWithStatus.pending{background-color:rgba(255,217,0,.05);color:#daa520}.cellWithStatus.passive{background-color:rgba(255,0,0,.05);color:crimson}.table{box-shadow:none;padding:20px}.featured{flex:2 1;padding:10px}.featured .top{align-items:center;color:gray;display:flex;justify-content:space-between}.featured .top .title{font-size:16px;font-weight:500}.featured .bottom{align-items:center;display:flex;flex-direction:column;gap:15px;justify-content:center;padding:20px}.featured .bottom .featuredChart{height:100px;width:100px}.featured .bottom .title{color:gray;font-weight:500}.featured .bottom .amount{font-size:30px}.featured .bottom .desc{color:gray;font-size:12px;font-weight:300;text-align:center}.featured .bottom .summary{align-items:center;display:flex;justify-content:space-between;width:100%}.featured .bottom .summary .item{text-align:center}.featured .bottom .summary .item .itemTitle{color:gray;font-size:14px}.featured .bottom .summary .item .itemResult{align-items:center;display:flex;font-size:14px;margin-top:10px}.featured .bottom .summary .item .itemResult.positive{color:green}.featured .bottom .summary .item .itemResult.negative{color:red}.CircularProgressbar{vertical-align:middle;width:100%}.CircularProgressbar .CircularProgressbar-path{stroke:#3e98c7;stroke-linecap:round;transition:stroke-dashoffset .5s ease 0s}.CircularProgressbar .CircularProgressbar-trail{stroke:#d6d6d6;stroke-linecap:round}.CircularProgressbar .CircularProgressbar-text{fill:#3e98c7;dominant-baseline:middle;text-anchor:middle;font-size:20px}.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{color:gray;flex:4 1;padding:10px}.chart .title{margin-bottom:20px}.chart .chartGrid{stroke:#e4e1e1}.single{display:flex}.single,.single .singleContainer{width:100%}.single .singleContainer .title{color:#685f5f;font-size:16px;margin-bottom:20px;max-width:100%}.single .singleContainer .top{display:flex;gap:20px;padding:20px}.single .singleContainer .top .left{flex:2 1;padding:20px;position:relative}.single .singleContainer .top .left .editButton{background-color:rgba(117,81,248,.094);border-radius:0 0 0 5px;color:#7451f8;cursor:pointer;font-size:12px;padding:5px;position:absolute;right:0;top:0}.single .singleContainer .top-2{align-items:center;padding:20px}.single .singleContainer .right{flex:2 1}.single .bottom{padding:20px}.single .bottom .imagesPartitionContainer{border-radius:10px;display:flex;gap:10px;justify-content:center;min-width:100%;padding:5px}.single .bottom .imagesPartitionContainer .imagesPartition{border-radius:5px;cursor:pointer;flex-grow:1;padding:5px;width:50%}.single .bottom .imagesPartitionContainer .imageListItem{position:relative}.single .bottom .imagesPartitionContainer .imageListItem .dropdown{background:#000;position:absolute;right:.2rem;top:.2rem}.copyItem{color:var(--text-primary);cursor:copy;font-weight:800}.item{display:flex;gap:20px}.item .itemImg{border-radius:50%;height:100px;object-fit:cover;width:100px}.item .details .itemTitle{color:var(--text-primary);font-weight:800;margin-bottom:10px}.item .details .detailItem{font-size:14px;margin-bottom:10px}.item .details .detailItem .itemKey{color:gray;font-weight:700;margin-right:5px}.item .details .detailItem .itemValue{cursor:copy;font-weight:300}.item .details .detailItem .paymentDetails{margin-left:20px;margin-top:10px}.new{display:flex;width:100%}.new .newContainer{flex:6 1}.new .newContainer .bottom,.new .newContainer .top{display:flex;margin:20px;padding:10px}.new .newContainer .bottom h1,.new .newContainer .top h1{color:#d3d3d3;font-size:20px}.new .newContainer .bottom .left,.new .newContainer .top .left{flex:1 1;text-align:center}.new .newContainer .bottom .left img,.new .newContainer .top .left img{border-radius:50%;height:100px;object-fit:cover;width:100px}.new .newContainer .bottom .right,.new .newContainer .top .right{flex:2 1}.new .newContainer .bottom .right form,.new .newContainer .top .right form{display:flex;flex-wrap:wrap;gap:30px;justify-content:space-around}.new .newContainer .bottom .right form .formInput,.new .newContainer .top .right form .formInput{width:40%}.new .newContainer .bottom .right form .formInput label,.new .newContainer .top .right form .formInput label{align-items:center;display:flex;gap:10px}.new .newContainer .bottom .right form .formInput label .icon,.new .newContainer .top .right form .formInput label .icon{cursor:pointer}.new .newContainer .bottom .right form .formInput input,.new .newContainer .top .right form .formInput input{border:none;border-bottom:1px solid gray;padding:5px;width:100%}.new .newContainer .bottom .right form button,.new .newContainer .top .right form button{background-color:teal;border:none;color:#fff;cursor:pointer;font-weight:700;margin-top:10px;padding:10px;width:150px}.sidebar.close{transition:width .01s linear;width:50px}.sidebar.close li span{display:none}.sidebar.close .bottom{align-items:center;flex-direction:column}.sidebar{background-color:#fff;border-right:.5px solid #e6e3e3;display:flex;flex-direction:column;height:calc(100vh - 50px);margin-top:50px;transition:width .05s ease-out;width:150px}.sidebar .top{align-items:center;display:flex;height:50px;justify-content:center}.sidebar hr{border:.5px solid #e6e3e3;height:0}.sidebar .center{padding-left:10px}.sidebar .center ul{list-style:none;margin:0;padding:0}.sidebar .center ul .title{color:#999;font-size:10px;font-weight:700;margin-bottom:5px;margin-top:15px}.sidebar .center ul li{align-items:center;cursor:pointer;display:flex;padding:5px}.sidebar .center ul li:hover{background-color:#ece8ff}.sidebar .center ul li .icon{font-size:18px}.sidebar .center ul li span{color:#888;font-size:13px;font-weight:600;margin-left:10px}.sidebar .bottom{align-items:baseline;display:flex;flex-direction:row;justify-content:space-evenly;margin-top:auto;padding:2px}.sidebar .bottom .colorOption{border:1px solid #fff;border-radius:5px;cursor:pointer;height:20px;margin:5px;width:20px}.sidebar .bottom .colorOption:first-child{background-color:#f5f5f5;border:2px solid #333}.sidebar .bottom .colorOption:nth-child(2){background-color:#333;border:2px solid #f5f5f5}.sidebar .bottom .colorOption:nth-child(3){background-color:#00008b}.sidebar .bottom .toggleSidebar{cursor:pointer}.navbar.css-11b3ww9-MuiPaper-root-MuiAppBar-root{box-shadow:none;-webkit-box-shadow:none}.navbar{border-bottom:.5px solid #e7e4e4;color:#555;font-size:14px;height:50px;position:fixed;z-index:1000}.navbar,.navbar .wrapper{align-items:center;display:flex;width:100%}.navbar .wrapper{justify-content:space-between;padding:10px}.navbar .wrapper .logoContainer{align-items:center}.navbar .wrapper .logoContainer .logoImage{height:30px}.navbar .wrapper .logoContainer .logoText{color:#fff;font-size:24px;margin-left:6px;position:relative;top:-7px}.navbar .wrapper .search{align-items:center;border:.5px solid #d3d3d3;display:flex;padding:3px}.navbar .wrapper .search input{background:transparent;border:none;color:#eee;outline:none}.navbar .wrapper .search input::-webkit-input-placeholder{color:#ddd;font-size:12px}.navbar .wrapper .search input:-ms-input-placeholder{color:#ddd;font-size:12px}.navbar .wrapper .search input::placeholder{color:#ddd;font-size:12px}.navbar .wrapper .items,.navbar .wrapper .items .item{align-items:center;display:flex}.navbar .wrapper .items .item{margin-right:20px;position:relative}.navbar .wrapper .items .item .icon{font-size:20px}.navbar .wrapper .items .item .icon:hover{cursor:pointer}.navbar .wrapper .items .item .avatar{border-radius:50%;height:30px;width:30px}.navbar .wrapper .items .item .counter{align-items:center;background-color:red;border-radius:50%;color:#fff;display:flex;font-size:10px;font-weight:700;height:15px;justify-content:center;position:absolute;right:-5px;top:-5px;width:15px}.app{max-height:100vh}.app section.main{display:flex;flex-direction:row}.app .contentContainer{margin-top:50px;max-height:calc(100vh - 50px);overflow:scroll;width:calc(100% - 50px);z-index:10}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.app.dark{background-color:rgba(0,30,60,0);color:!important hsla(0,0%,100%,.702)}.app.dark .chartGrid{stroke:hsla(0,0%,89%,.219)}.app.dark .table{background-color:rgba(0,30,60,0)}.app.dark .navbar,.app.dark .table .tableCell{color:hsla(0,0%,100%,.702)}.app.dark .navbar{border-color:#333}.app.dark .navbar .search{border-color:gray}.app.dark .sidebar{background-color:#272727;border-color:#333}.app.dark .sidebar .top .logo{color:hsla(0,0%,100%,.702)}.app.dark .sidebar hr{border-color:#333}.app.dark .sidebar ul li:hover{background-color:#333}.app.dark .datatable .datagrid,.app.dark .sidebar ul li .icon{color:hsla(0,0%,100%,.702)}.app.dark .datatable .datagrid .MuiDataGrid-cell{border-color:hsla(0,0%,100%,.1)}.app.dark input{background-color:transparent}.filebrowser,.pm2{border:none}.signin{align-items:center;height:100%;width:100%}#product-gallery,.signin{display:flex;flex-direction:column;justify-content:center}#product-gallery{background-color:var(--black-color);overflow:hidden;padding-top:1rem;position:relative}#product-gallery h2{font-size:2rem;margin-bottom:2rem}@media only screen and (min-width:1224px){#product-gallery h2{font-size:3rem}}#product-gallery .accent-button{text-align:center}#product-gallery .pswp-gallery{padding-left:1rem}#product-gallery .pswp-gallery .image-wrapper{border-radius:.8rem;height:100%;width:100%}#product-gallery .pswp-gallery .image-wrapper .masonryLightboxImg{border-radius:.8rem;height:100%;object-fit:cover;opacity:1;transition:.3s;width:100%}#product-gallery .pswp-gallery .image-wrapper .masonryLightboxImg:hover{opacity:.7}.gradient{background:linear-gradient(180deg,#0e0e0e 25%,transparent);height:600px;left:0;padding:1rem;position:absolute;top:0;width:100%;z-index:50}.gradient ul{align-items:center;display:flex;flex-direction:column;justify-content:center}@media only screen and (min-width:1224px){.gradient ul{flex-direction:row;margin-top:2rem;padding:0 4rem}}.gradient ul li{align-items:center;background-color:rgba(0,0,0,.8);border:1px solid #4b4b4b;border-radius:1rem;display:flex;flex-direction:column;margin-bottom:1.2rem;padding:1.2rem}@media only screen and (min-width:1224px){.gradient ul li{background-color:rgba(0,0,0,.6);margin:0 1.2rem;max-width:20rem}}.gradient ul li p{color:var(--white-color);font-size:1.1rem;text-align:center}.gradient ul li img{height:auto;width:10rem}
/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */.pswp{--pswp-bg:#000;--pswp-placeholder-bg:#222;--pswp-root-z-index:100000;--pswp-preloader-color:rgba(79,79,79,.4);--pswp-preloader-color-secondary:hsla(0,0%,100%,.9);--pswp-icon-color:#fff;--pswp-icon-color-secondary:#4f4f4f;--pswp-icon-stroke-color:#4f4f4f;--pswp-icon-stroke-width:2px;--pswp-error-text-color:var(--pswp-icon-color);-webkit-tap-highlight-color:rgba(0,0,0,0);contain:layout style size;display:none;height:100%;left:0;opacity:.003;position:fixed;top:0;touch-action:none;width:100%;z-index:var(--pswp-root-z-index)}.pswp,.pswp:focus{outline:0}.pswp *{box-sizing:border-box}.pswp img{max-width:none}.pswp--open{display:block}.pswp,.pswp__bg{-webkit-transform:translateZ(0);transform:translateZ(0);will-change:opacity}.pswp__bg{background:var(--pswp-bg);opacity:.005}.pswp,.pswp__scroll-wrap{overflow:hidden}.pswp__bg,.pswp__container,.pswp__content,.pswp__img,.pswp__item,.pswp__scroll-wrap,.pswp__zoom-wrap{height:100%;left:0;position:absolute;top:0;width:100%}.pswp__img,.pswp__zoom-wrap{height:auto;width:auto}.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img{cursor:zoom-in}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img{cursor:move;cursor:grab}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active{cursor:grabbing}.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,.pswp__img{cursor:zoom-out}.pswp__button,.pswp__container,.pswp__counter,.pswp__img{-webkit-user-select:none;-ms-user-select:none;user-select:none}.pswp__item{overflow:hidden;z-index:1}.pswp__hidden{display:none!important}.pswp__content{pointer-events:none}.pswp__content>*{pointer-events:auto}.pswp__error-msg-container{display:grid}.pswp__error-msg{color:var(--pswp-error-text-color);font-size:1em;line-height:1;margin:auto}.pswp .pswp__hide-on-close{opacity:.005;pointer-events:none;transition:opacity var(--pswp-transition-duration) cubic-bezier(.4,0,.22,1);will-change:opacity;z-index:10}.pswp--ui-visible .pswp__hide-on-close{opacity:1;pointer-events:auto}.pswp__button{-webkit-touch-callout:none;-webkit-appearance:none;background:none;border:0;box-shadow:none;cursor:pointer;display:block;height:60px;margin:0;opacity:.85;overflow:hidden;padding:0;position:relative;width:50px}.pswp__button:active,.pswp__button:focus,.pswp__button:hover{background:none;border:0;box-shadow:none;opacity:1;padding:0;transition:none}.pswp__button:disabled{cursor:auto;opacity:.3}.pswp__icn{fill:var(--pswp-icon-color);color:var(--pswp-icon-color-secondary);height:32px;left:9px;overflow:hidden;pointer-events:none;position:absolute;top:14px;width:32px}.pswp__icn-shadow{stroke:var(--pswp-icon-stroke-color);stroke-width:var(--pswp-icon-stroke-width);fill:none}.pswp__icn:focus{outline:0}.pswp__img--with-bg,div.pswp__img--placeholder{background:var(--pswp-placeholder-bg)}.pswp__top-bar{display:flex;flex-direction:row;height:60px;justify-content:flex-end;left:0;pointer-events:none!important;position:absolute;top:0;width:100%;z-index:10}.pswp__top-bar>*{pointer-events:auto;will-change:opacity}.pswp__button--close{margin-right:6px}.pswp__button--arrow{height:100px;margin-top:-50px;position:absolute;top:0;top:50%;width:75px}.pswp__button--arrow:disabled{cursor:default;display:none}.pswp__button--arrow .pswp__icn{background:none;border-radius:0;height:60px;margin-top:-30px;top:50%;width:60px}.pswp--one-slide .pswp__button--arrow{display:none}.pswp--touch .pswp__button--arrow{visibility:hidden}.pswp--has_mouse .pswp__button--arrow{visibility:visible}.pswp__button--arrow--prev{left:0;right:auto}.pswp__button--arrow--next{right:0}.pswp__button--arrow--next .pswp__icn{left:auto;right:14px;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.pswp__button--zoom{display:none}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__zoom-icn-bar-v{display:none}.pswp__preloader{height:60px;margin-right:auto;overflow:hidden;position:relative;width:50px}.pswp__preloader .pswp__icn{-webkit-animation:pswp-clockwise .6s linear infinite;animation:pswp-clockwise .6s linear infinite;opacity:0;transition:opacity .2s linear}.pswp__preloader--active .pswp__icn{opacity:.85}@-webkit-keyframes pswp-clockwise{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes pswp-clockwise{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.pswp__counter{-webkit-margin-start:20px;color:var(--pswp-icon-color);font-size:14px;height:30px;line-height:30px;margin-inline-start:20px;margin-top:15px;opacity:.85;text-shadow:1px 1px 3px var(--pswp-icon-color-secondary)}.pswp--one-slide .pswp__counter{display:none}