@import"https://fonts.googleapis.com/css2?family=East+Sea+Dokdo&display=swap";*{margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth}*::-webkit-scrollbar{width:4px;height:4px}*::-webkit-scrollbar-track{background-color:transparent}*::-webkit-scrollbar-thumb{background-color:var(--maincolor)}:root{--navheight: 70px;--navheightmobile: 50px;--sidebarwide: 210px;--sidebarwidemobile: 160px;--sidebarnarrow: 75px;--mobilelogowidth: 45px;--footerheight: 25px;--footerheightmobile: 20px}.light-theme{--maincolor: #0a3d62;--hovercolor: #012336;--background: #f0f0f0;--color: #2a2424;--sbc: #f0f0f0;--asbc: #0a3d62;--contrast: #151516;--tableborder: rgb(190, 185, 185);--editicon: rgb(7, 120, 182);--editiconbackground: rgba(7, 121, 182, .15);--printicon: rgb(16, 16, 149);--printiconbackground: rgba(38, 38, 201, .223);--deleteicon: rgb(220, 7, 25);--deleteiconbackground: rgba(220, 7, 25, .15);--tableevenbackground: #428dc339}.dark-theme{--maincolor: #121212;--sbc: #d1d1d1;--asbc: #d1d1d1;--hovercolor: #323232;--background: #222;--color: #d1d1d1;--contrast: #d1d1d1;--tableborder: rgb(73, 72, 72);--editicon: rgb(7, 120, 182);--deleteicon: rgb(220, 7, 25);--printicon: rgb(9, 234, 152);--tableevenbackground: #3737378f}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative;color:var(--contrast);width:100%;height:100vh;overflow-x:hidden;-webkit-user-select:none;user-select:none}:root{--default-color-white: #ffffff;--default-color-green: #3EB991;--default-color-blue: #6ECADC;--default-color-pink: #E01563;--default-color-orange: #E9A820;--dot-width: 20px;--dot-opacity: .75}.preloder{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--background);display:flex;justify-content:center;align-items:center;z-index:50}.preloder .u-positionAbsolute{position:absolute;top:50%;left:50%}.preloder .SlackLoader{position:relative;transform:rotate(-15deg)}.preloder .SlackLoader-item{position:absolute;mix-blend-mode:multiply}.preloder .SlackLoader-item:nth-child(1){transform:rotate(0) translateY(-20px) rotateY(1deg)}.preloder .SlackLoader-item:nth-child(1)>.SlackLoader-dot{background-color:#60cadd}.preloder .SlackLoader-item:nth-child(2){transform:rotate(90deg) translateY(-20px) rotateY(1deg)}.preloder .SlackLoader-item:nth-child(2)>.SlackLoader-dot{background-color:#eea712}.preloder .SlackLoader-item:nth-child(3){transform:rotate(180deg) translateY(-20px) rotateY(1deg)}.preloder .SlackLoader-item:nth-child(3)>.SlackLoader-dot{background-color:#e72b61}.preloder .SlackLoader-item:nth-child(4){transform:rotate(270deg) translateY(-20px) rotateY(1deg)}.preloder .SlackLoader-item:nth-child(4)>.SlackLoader-dot{background-color:#25b791}.preloder .SlackLoader-dot{position:inherit;width:100px;height:19px;margin-top:-9.5px;margin-left:-50px;border-radius:20px;animation:SlackLoader-animation-step 2s ease infinite;will-change:width,transform}@keyframes SlackLoader-animation-step{28.3%{width:19px;transform:translate(0)}38.3%{width:19px;transform:translate(0)}62.6%{width:19px;transform:translate(80px)}71.6%{width:19px;transform:translate(80px)}}.dark-theme .preloder{background:#000000b3}.nav{height:var(--navheight);left:var(--sidebarwide);background:var(--background);color:var(--contrast);width:calc(100% - var(--sidebarwide));z-index:51}.nav.narrow{height:var(--navheight);left:var(--sidebarnarrow);width:calc(100% - var(--sidebarnarrow))}.sidebar{background:var(--maincolor);width:var(--sidebarwide)}.sidebar.narrow{width:var(--sidebarnarrow)}.sidebar.narrow .company{transform:scale(3) translate(-4px)}.main{position:relative;min-height:calc(100vh - var(--navheight) - var(--footerheight));height:fit-content;width:calc(100% - var(--sidebarwide));left:var(--sidebarwide);top:var(--navheight);overflow-x:hidden;overflow-y:auto;transition:.2s;background:var(--background);padding-bottom:5px}.main.narrow{width:calc(100% - var(--sidebarnarrow));left:var(--sidebarnarrow)}.App.loader .main{overflow:hidden}footer{position:relative;left:var(--sidebarwide);top:var(--navheight);width:calc(100% - var(--sidebarwide));height:var(--footerheight);line-height:calc(var(--footerheight) - 1px);transition:.2s;padding-right:10px;font-size:.8em;border-top:1px dotted #212529;background:var(--background);color:var(--color);z-index:102;text-align:end}footer.narrow{left:var(--sidebarnarrow);width:calc(100% - var(--sidebarnarrow))}.caps{text-transform:capitalize}.sidebar .link .li .logo{width:var(--sidebarnarrow)}.sidebar .link .li .name{left:var(--sidebarnarrow);width:calc(var(--sidebarwide) - var(--sidebarnarrow))}.dark-theme .MuiButton-contained{background:var(--maincolor)!important;color:#fff!important}.dark-theme .MuiButton-contained:hover{background:var(--hovercolor)!important}.muibtn.outlined{color:var(--asbc)!important;border:.5px solid var(--asbc)!important;background:transparent!important}.muibtn.outlined:hover{box-shadow:inset 0 0 0 .5px var(--maincolor)!important}.dark-theme .muibtn.outlined:hover{box-shadow:inset 0 0 0 .5px #fff!important}button:disabled{background:gray!important}input{text-align:start!important}@media only screen and (max-width: 600px){*::-webkit-scrollbar{width:2px}.sidebar{width:200px}.sidebar.narrow{width:0px}.sidebar .link .li .name{left:var(--mobilelogowidth);width:calc(var(--sidebarwide) - var(--mobilelogowidth))}.nav{height:var(--navheightmobile);left:var(--sidebarwidemobile);width:calc(100% - var(--sidebarwidemobile))}.nav.narrow{height:var(--navheightmobile);left:0;width:100%}.main{top:var(--navheightmobile);width:100%;left:0}.main.narrow{width:100%;left:0}.main:not(.narrow){filter:blur(2px)}.main:not(.narrow):before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0006}footer{left:0;top:var(--navheightmobile);width:100%;height:var(--footerheightmobile);padding-right:2px;font-size:.6em;text-align:center}footer.narrow{left:0;width:100%}}.nav{position:fixed;top:0;box-shadow:2px 2px 4px #0000004d;transition:.2s;overflow:hidden;display:flex;justify-content:space-between;align-items:center;padding:0 10px;z-index:600}.nav .cont{display:flex;align-items:center}.nav .cont .navicon{width:50px;font-size:2.6em;transition:.1s;cursor:pointer}.nav .cont .navicon:hover{font-size:2.7em;color:var(--hovercolor)}.nav .cont span{font-size:1.4em;font-weight:500}.nav .info{display:flex;height:60px}.nav .info .photo{border:1px solid grey;width:60px;height:60px;border-radius:50%;overflow:hidden}.nav .info .photo :is(img){width:100%;object-fit:cover;height:100%}.nav .info .userinfo{max-width:100px;padding:0 4px;height:100%;display:flex;align-items:center}.nav .info .userinfo div{width:100%;text-transform:capitalize;line-height:16px;font-weight:500;padding-left:5px}.nav .mode label{border-radius:60px;border:1px solid grey;color:#212121;font-size:1.1em;font-weight:700;letter-spacing:1px;display:flex;place-items:center;padding:5px 10px;gap:10px}.nav .checkbox{display:none}.nav .checkbox:checked+label{border:1px solid white;color:#fff}@media only screen and (max-width: 600px){.nav{padding:0 3px}.nav .cont .navicon{width:35px;font-size:1.9em}.nav .cont .navicon:hover{font-size:2em}.nav .cont span{max-width:100px;font-size:.9em}.nav .info{display:flex;height:40px;transform:translate(120px);transition:.2s}.nav .info .photo{width:40px;height:40px}.nav .info .userinfo{max-width:60px;padding:0 4px}.nav .info .userinfo div{font-size:10px;padding-left:0;line-height:12px}.nav .mode{transform:translate(250px) scale(.55)}.nav.narrow .mode{transform:translate(0) scale(.55)}.nav.narrow .info{transform:translate(-3px)}}.sidebar{position:fixed;top:0;left:0;transition:.2s;height:100vh;overflow:hidden;background:var(--maincolor);z-index:102}.sidebar .clogo{position:relative;width:100%;overflow:hidden;height:70px}.sidebar .clogo .li{color:var(--sbc)}.sidebar .clogo .li .logo{text-align:center;font-size:1.4em;line-height:45px;display:inline-block;height:100%}.sidebar .clogo .li .name{text-align:start;font-size:1.1em;font-weight:400;line-height:45px}.sidebar .link{width:100%;max-height:calc(100% - 80px);padding-top:15px;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.sidebar .link::-webkit-scrollbar{width:0;height:0}.sidebar .link .active .li{background:var(--background);color:var(--asbc);margin-left:5px;border-top-left-radius:40px;border-bottom-left-radius:40px}.sidebar .link .active .li .name{font-family:East Sea Dokdo,cursive;font-size:1.7em}.sidebar .link .active .li:after,.sidebar .link .active .li:before{content:"";position:absolute;width:20px;height:20px}.sidebar .link .active .li:after{bottom:-20px;right:5px;border-top-right-radius:20px;box-shadow:20px -20px 0 20px var(--background)}.sidebar .link .active .li:before{top:-20px;right:5px;border-bottom-right-radius:20px;box-shadow:20px 20px 0 20px var(--background)}.sidebar .link>.li{display:flex;align-items:center}.sidebar .link>.li>span{display:flex;align-items:center}.sidebar .link .li{display:inline-block;position:relative;transition:.3s;transition:color .4s,top 0s,right 0s,margin-left .6s;width:100%;height:50px;margin:2px 0;cursor:pointer;color:#f0f8ff}.sidebar .link .li span{position:absolute;top:0;height:100%}.sidebar .link .li .logo{text-align:center;font-size:1.4em;line-height:48px;display:inline-block;height:50px}.sidebar .link .li .name{text-align:start;font-size:1em;font-weight:400;line-height:55px}.aur span{display:flex;align-items:center}.admin-panel>.li>span{display:flex;align-items:center}.sidebar .clogo .li .logo{width:100px;line-height:100px}.sidebar .company{transition:.5s;transform:scale(3.5)}.sidebar .clogo .li .name{width:90px;font-size:1.2em;font-weight:700}.sidebar .admin-panel>span span:nth-child(3){position:absolute;right:5px;top:0;display:flex;align-items:center}.sidebar .admin-panel .sub-menu{transform:translate(15px)}.sidebar .admin-panel .sub-menu .undersubmenu{display:flex;align-items:center}.sidebar .admin-panel .sub-menu .undersubmenu span:nth-child(2){display:flex;align-items:center}@media only screen and (max-width: 600px){.sidebar{width:var(--sidebarwidemobile);font-size:.8em}.sidebar.narrow{width:0px}.sidebar .link .name{font-size:.4em}.sidebar .link .active .li .name{font-size:2em}.sidebar .clogo .li .logo{width:120px;line-height:100px}.sidebar .link .li .logo{width:var(--mobilelogowidth);left:0}.sidebar .link .li .name,.sidebar .link .active .li .name{margin-left:0}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.home{max-width:100%;padding:1.5em}.home .cards{width:100%;display:grid;grid-template-columns:repeat(5,1fr);grid-gap:1.5rem}.home .chart{margin-top:40px;border-radius:10px;padding:10px 10px 40px;width:100%;height:380px}.home .chart .custom-select{padding:5px 8px;border-radius:6px;border:1px solid #ccc;background:#fff;font-size:14px;outline:none;cursor:pointer;transition:border .2s ease}.home .chart .custom-select:focus{border-color:#3f51b5;box-shadow:0 0 4px #3f51b54d}.home .cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:15px}.home .cards .card{height:120px;display:flex;border-radius:16px;background:#dbe1e6;box-shadow:3px 3px 8px #a7aaaf,-3px -3px 8px #fff;color:var(--color);transition:transform .2s ease,box-shadow .2s ease}.home .cards .card:hover{transform:translateY(-4px);box-shadow:6px 6px 12px #a7aaaf,-6px -6px 12px #fff}.home .cards .card .data{width:65%;padding:10px;display:flex;flex-direction:column;justify-content:center}.home .cards .card .data .amt{font-size:1.8em;font-weight:700;line-height:1.2}.home .cards .card .data .day{font-size:.9em;color:#555;margin-top:4px}.home .cards .card .data .avg-badge{margin-top:6px;font-size:.75em;font-weight:500;background:#f0f3f7;color:#333;padding:3px 8px;border-radius:5px;display:inline-block;width:fit-content;box-shadow:inset 1px 1px 2px #c9ced3,inset -1px -1px 2px #fff}.home .cards .card .data .avg-badge span{font-weight:700;color:#0072ff}.home .cards .card .icon{width:35%;display:flex;justify-content:center;align-items:center}.home .cards .card .icon svg{font-size:3.2em;color:var(--maincolor, #555)}.dark-theme .home .card{background:var(--background);box-shadow:inset -2px -2px 5px #00000080,inset 3px 3px 5px #ffffff12}@media only screen and (max-width:1200px){.home .cards{grid-template-columns:repeat(3,1fr);grid-gap:1rem}}@media only screen and (max-width:960px){.home .cards{grid-template-columns:repeat(2,1fr);grid-gap:1.5rem}}@media only screen and (max-width:600px){.home{padding:.8em .6em .6em}.home .cards{grid-template-columns:repeat(2,1fr);grid-gap:.6rem}.home .cards .card{height:80px}.home .card .data .amt{font-size:1.3em;padding-left:6px}.home .card .data .day{padding-left:6px;font-size:14px}.home .card .data .avg{font-size:10px;padding-left:6px}.home .card .icon svg{font-size:2.7em}.home .chart{margin-top:25px;padding:10px 10px 40px;height:300px}.home .cards .card{height:80px;border-radius:10px}.home .cards .card .data .amt{font-size:1.3em;padding-left:0}.home .cards .card .data .day{font-size:.9em;color:#555;margin-top:4px;padding-left:0}.home .cards .card .data .avg-badge{font-size:10px;padding:3px 4px}.home .cards .card .data .avg-badge span{font-weight:700}.home .cards .card .icon{width:35%;display:flex;justify-content:center;align-items:center}.home .cards .card .icon svg{font-size:3.2em;color:var(--maincolor, #555)}}.exp,.adminexp,.allusers.admin{width:100%;min-height:100%;overflow:auto;overflow-x:hidden;position:relative;padding:0 1rem;color:var(--color)}.exp .spin,.adminexp .spin,.allusers.admin .spin{animation:spin 1s linear infinite}.exp.caps,.adminexp.caps,.allusers.admin.caps{text-transform:capitalize!important}.exp .add,.adminexp .add,.allusers.admin .add{position:relative;top:0;left:0;width:100%;height:60px;display:flex;align-items:center;justify-content:end;gap:5px;margin-top:5px;margin-bottom:2px}.exp .head,.adminexp .head,.allusers.admin .head{border-top-left-radius:11px;border-top-right-radius:11px;position:relative;padding:0 5px;width:100%;height:55px;display:flex;justify-content:space-between;align-items:center;background:var(--maincolor)}.exp .head span,.adminexp .head span,.allusers.admin .head span{color:#272222;color:#fff;display:inline-block;padding:5px;font-weight:700}.exp .head span:nth-child(2) select,.exp .head span:nth-child(3) input,.adminexp .head span:nth-child(2) select,.adminexp .head span:nth-child(3) input,.allusers.admin .head span:nth-child(2) select,.allusers.admin .head span:nth-child(3) input{width:110px;outline:none;border:none;height:30px;border-radius:7px;text-align:center;padding:0 5px}.exp .head span:nth-child(3),.adminexp .head span:nth-child(3),.allusers.admin .head span:nth-child(3){display:flex;align-items:center;background:#f0f0f0;color:#777;padding:0;height:35px;border-radius:5px;overflow:hidden}.exp .head span:nth-child(3) input,.adminexp .head span:nth-child(3) input,.allusers.admin .head span:nth-child(3) input{width:180px}.exp .head span:nth-child(3) span,.adminexp .head span:nth-child(3) span,.allusers.admin .head span:nth-child(3) span{color:#777;width:35px;height:inherit;cursor:pointer;display:flex;align-items:center;justify-content:center}.exp .head span:nth-child(3) span:hover,.adminexp .head span:nth-child(3) span:hover,.allusers.admin .head span:nth-child(3) span:hover{background:#c8c6c6}.exp .head span:nth-child(3) span svg,.adminexp .head span:nth-child(3) span svg,.allusers.admin .head span:nth-child(3) span svg{font-size:26px;text-align:center}.exp .mater td,.adminexp .mater td,.allusers.admin .mater td{text-transform:capitalize}.exp .table,.adminexp .table,.allusers.admin .table{width:100%;position:relative}.exp .table .header,.adminexp .table .header,.allusers.admin .table .header{width:100%;height:40px;background:var(--maincolor);border-top:1px solid grey;color:#fff;text-transform:capitalize;letter-spacing:.5px;display:flex;font-weight:700}.exp .table .header>span,.adminexp .table .header>span,.allusers.admin .table .header>span{display:flex;padding-left:4px;font-size:15px;justify-content:space-between;align-items:center;border-right:1px solid grey;border-left:1px solid grey}.exp .table .header div,.exp .table .body div,.adminexp .table .header div,.adminexp .table .body div,.allusers.admin .table .header div,.allusers.admin .table .body div{display:flex}.exp .table .header span:nth-child(1),.exp .table .body span:nth-child(1),.adminexp .table .header span:nth-child(1),.adminexp .table .body span:nth-child(1),.allusers.admin .table .header span:nth-child(1),.allusers.admin .table .body span:nth-child(1){width:50px}.exp .table .header span:nth-child(2),.exp .table .body span:nth-child(2),.adminexp .table .header span:nth-child(2),.adminexp .table .body span:nth-child(2),.allusers.admin .table .header span:nth-child(2),.allusers.admin .table .body span:nth-child(2){width:125px}.exp .table .header span:nth-child(3),.exp .table .body span:nth-child(3),.adminexp .table .header span:nth-child(3),.adminexp .table .body span:nth-child(3),.allusers.admin .table .header span:nth-child(3),.allusers.admin .table .body span:nth-child(3){width:90px}.exp .table .header span:nth-child(4),.exp .table .body span:nth-child(4),.adminexp .table .header span:nth-child(4),.adminexp .table .body span:nth-child(4),.allusers.admin .table .header span:nth-child(4),.allusers.admin .table .body span:nth-child(4){flex-grow:1}.exp .table .header span:nth-child(5),.exp .table .body span:nth-child(5),.adminexp .table .header span:nth-child(5),.adminexp .table .body span:nth-child(5),.allusers.admin .table .header span:nth-child(5),.allusers.admin .table .body span:nth-child(5){width:105px}.exp .table .header span:nth-child(6),.exp .table .body span:nth-child(6),.adminexp .table .header span:nth-child(6),.adminexp .table .body span:nth-child(6),.allusers.admin .table .header span:nth-child(6),.allusers.admin .table .body span:nth-child(6){width:70px;display:flex;justify-content:space-around;align-items:center}.exp .table .header span:nth-child(7),.exp .table .body span:nth-child(7),.adminexp .table .header span:nth-child(7),.adminexp .table .body span:nth-child(7),.allusers.admin .table .header span:nth-child(7),.allusers.admin .table .body span:nth-child(7){width:35px;display:flex;justify-content:space-around;align-items:center}.exp .table .header .ico,.exp .table .body .ico,.adminexp .table .header .ico,.adminexp .table .body .ico,.allusers.admin .table .header .ico,.allusers.admin .table .body .ico{padding:2px 5px;box-sizing:content-box;width:16px;height:16px;border-radius:.2rem;cursor:pointer}.exp .table .header .ico.editicon,.exp .table .body .ico.editicon,.adminexp .table .header .ico.editicon,.adminexp .table .body .ico.editicon,.allusers.admin .table .header .ico.editicon,.allusers.admin .table .body .ico.editicon{color:var(--editicon);background:var(--editiconbackground)}.exp .table .header .ico.editicon:hover,.exp .table .body .ico.editicon:hover,.adminexp .table .header .ico.editicon:hover,.adminexp .table .body .ico.editicon:hover,.allusers.admin .table .header .ico.editicon:hover,.allusers.admin .table .body .ico.editicon:hover{background:var(--editicon);color:#f0f0f0}.exp .table .header .ico.deleteicon,.exp .table .body .ico.deleteicon,.adminexp .table .header .ico.deleteicon,.adminexp .table .body .ico.deleteicon,.allusers.admin .table .header .ico.deleteicon,.allusers.admin .table .body .ico.deleteicon{color:var(--deleteicon);background:var(--deleteiconbackground)}.exp .table .header .ico.deleteicon:hover,.exp .table .body .ico.deleteicon:hover,.adminexp .table .header .ico.deleteicon:hover,.adminexp .table .body .ico.deleteicon:hover,.allusers.admin .table .header .ico.deleteicon:hover,.allusers.admin .table .body .ico.deleteicon:hover{background:var(--deleteicon);color:#f0f0f0}.exp .table .header .ico.printicon,.exp .table .body .ico.printicon,.adminexp .table .header .ico.printicon,.adminexp .table .body .ico.printicon,.allusers.admin .table .header .ico.printicon,.allusers.admin .table .body .ico.printicon{color:var(--printicon);background:var(--printiconbackground)}.exp .table .header .ico.printicon:hover,.exp .table .body .ico.printicon:hover,.adminexp .table .header .ico.printicon:hover,.adminexp .table .body .ico.printicon:hover,.allusers.admin .table .header .ico.printicon:hover,.allusers.admin .table .body .ico.printicon:hover{background:var(--printicon);color:#f0f0f0}.exp .table .body div,.adminexp .table .body div,.allusers.admin .table .body div{display:flex;justify-content:space-between}.exp .table .body div span,.adminexp .table .body div span,.allusers.admin .table .body div span{padding:5px 0;text-align:center;font-size:14px;color:var(--color)}.exp .table .body div span:nth-child(6),.adminexp .table .body div span:nth-child(6),.allusers.admin .table .body div span:nth-child(6){border-right:1px solid rgb(183,182,182);border-left:1px solid rgb(183,182,182)}.exp .table .body>div:nth-child(2n),.adminexp .table .body>div:nth-child(2n),.allusers.admin .table .body>div:nth-child(2n){background:var(--tableevenbackground)}.exp .table .body div.checked,.adminexp .table .body div.checked,.allusers.admin .table .body div.checked{background:#c9c8c899}.exp .table #foot,.adminexp .table #foot,.allusers.admin .table #foot{background:var(--maincolor)}.exp .table #foot span,.adminexp .table #foot span,.allusers.admin .table #foot span{color:#faebd7}.exp .foot,.adminexp .foot,.allusers.admin .foot{margin-top:10px;border-radius:5px;width:100%;position:relative;height:40px;padding:0 10px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;background:var(--background);border:1px dotted var(--color)}.exp .foot .pages,.adminexp .foot .pages,.allusers.admin .foot .pages{display:inline-block;margin:0 10px;width:35px;transition:.2s;height:28px;line-height:25px;text-align:center;background:#fff;border:1px solid grey;color:gray;cursor:pointer;border-radius:5px;box-shadow:3px 3px 8px #0006}.exp .foot .pages:hover,.exp .foot .pages.active,.adminexp .foot .pages:hover,.adminexp .foot .pages.active,.allusers.admin .foot .pages:hover,.allusers.admin .foot .pages.active{background:var(--maincolor);color:#fff;font-weight:700}.exp .foot>span:nth-child(2),.adminexp .foot>span:nth-child(2),.allusers.admin .foot>span:nth-child(2){display:flex;align-items:center}.exp .foot>span:nth-child(2) svg,.adminexp .foot>span:nth-child(2) svg,.allusers.admin .foot>span:nth-child(2) svg{color:#fff;height:28px;width:30px;background:var(--maincolor);border-radius:5px;cursor:pointer;transition:.1s}@media only screen and (max-width: 600px){.exp,.adminexp,.allusers.admin{padding:0 10px 30px}.exp .add,.adminexp .add,.allusers.admin .add{height:40px;margin:5px 0;justify-content:center}.exp .head,.adminexp .head,.allusers.admin .head{width:100%;height:55px;font-size:14px}.exp .head span:nth-child(1),.adminexp .head span:nth-child(1),.allusers.admin .head span:nth-child(1){display:none}.exp .head span:nth-child(2) select,.adminexp .head span:nth-child(2) select,.allusers.admin .head span:nth-child(2) select{width:80px;font-size:12px;height:25px}.exp .head span:nth-child(3),.adminexp .head span:nth-child(3),.allusers.admin .head span:nth-child(3){height:28px;border-radius:5px}.exp .head span:nth-child(3) input,.adminexp .head span:nth-child(3) input,.allusers.admin .head span:nth-child(3) input{width:130px;font-size:12px}.exp .head span:nth-child(3) span,.adminexp .head span:nth-child(3) span,.allusers.admin .head span:nth-child(3) span{width:25px}.exp .table .header span:nth-child(1),.exp .table .body span:nth-child(1),.adminexp .table .header span:nth-child(1),.adminexp .table .body span:nth-child(1),.allusers.admin .table .header span:nth-child(1),.allusers.admin .table .body span:nth-child(1){min-width:30px}.exp .table .header span:nth-child(2),.exp .table .body span:nth-child(2),.adminexp .table .header span:nth-child(2),.adminexp .table .body span:nth-child(2),.allusers.admin .table .header span:nth-child(2),.allusers.admin .table .body span:nth-child(2){min-width:60px}.exp .table .header span:nth-child(3),.exp .table .body span:nth-child(3),.adminexp .table .header span:nth-child(3),.adminexp .table .body span:nth-child(3),.allusers.admin .table .header span:nth-child(3),.allusers.admin .table .body span:nth-child(3){min-width:40px}.exp .table .header span:nth-child(4),.exp .table .body span:nth-child(4),.adminexp .table .header span:nth-child(4),.adminexp .table .body span:nth-child(4),.allusers.admin .table .header span:nth-child(4),.allusers.admin .table .body span:nth-child(4){width:850px}.exp .table .header span:nth-child(5),.exp .table .body span:nth-child(5),.adminexp .table .header span:nth-child(5),.adminexp .table .body span:nth-child(5),.allusers.admin .table .header span:nth-child(5),.allusers.admin .table .body span:nth-child(5){min-width:60px}.exp .table .header span:nth-child(6),.exp .table .body span:nth-child(6),.adminexp .table .header span:nth-child(6),.adminexp .table .body span:nth-child(6),.allusers.admin .table .header span:nth-child(6),.allusers.admin .table .body span:nth-child(6){min-width:40px}.exp .table .header span:nth-child(7),.exp .table .body span:nth-child(7),.adminexp .table .header span:nth-child(7),.adminexp .table .body span:nth-child(7),.allusers.admin .table .header span:nth-child(7),.allusers.admin .table .body span:nth-child(7){min-width:20px}.exp .table .header span:nth-child(7) input[type=checkbox],.exp .table .body span:nth-child(7) input[type=checkbox],.adminexp .table .header span:nth-child(7) input[type=checkbox],.adminexp .table .body span:nth-child(7) input[type=checkbox],.allusers.admin .table .header span:nth-child(7) input[type=checkbox],.allusers.admin .table .body span:nth-child(7) input[type=checkbox]{width:11px}.exp .table .header .ico,.exp .table .body .ico,.adminexp .table .header .ico,.adminexp .table .body .ico,.allusers.admin .table .header .ico,.allusers.admin .table .body .ico{padding:1px;width:12px;height:12px}.exp .table .header>span,.adminexp .table .header>span,.allusers.admin .table .header>span{display:flex;justify-content:space-around;font-size:10px;padding-left:0}.exp .table .header>span i *,.adminexp .table .header>span i *,.allusers.admin .table .header>span i *{font-size:16px}.exp .table .body div span,.adminexp .table .body div span,.allusers.admin .table .body div span{font-size:9px}.exp .foot,.adminexp .foot,.allusers.admin .foot{height:min-content;padding:0 5px;display:flex;font-size:10px;justify-content:space-between;align-items:center;border:1px solid grey}.exp .foot .pages,.adminexp .foot .pages,.allusers.admin .foot .pages{margin:0 8px;width:30px;height:25px;line-height:23px}.exp .foot i,.exp .foot .pages.active,.adminexp .foot i,.adminexp .foot .pages.active,.allusers.admin .foot i,.allusers.admin .foot .pages.active{font-size:1.2em;width:35px;text-align:center}.exp .foot>span:nth-child(1),.adminexp .foot>span:nth-child(1),.allusers.admin .foot>span:nth-child(1){width:100%;padding:5px 0;text-align:center}.exp .foot>span:nth-child(2),.adminexp .foot>span:nth-child(2),.allusers.admin .foot>span:nth-child(2){display:flex;justify-content:center;align-items:center;width:100%;padding:5px 0;text-align:center}.exp .foot>span:nth-child(2)>span i,.adminexp .foot>span:nth-child(2)>span i,.allusers.admin .foot>span:nth-child(2)>span i{display:flex;align-items:center;justify-content:center}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.exp.ismodal{height:calc(100vh - (var(--navheight) + var(--footerheight)));overflow:hidden}@media only screen and (max-width: 600px){.exp.ismodal .exp.ismodal{height:calc(100vh - (var(--navheightmobile) + var(--footerheightmobile)))}}.exp .modal,.adminexp .modal,.allusers.admin .modal{position:absolute;top:0;left:0;width:100%;height:100%;background:#ffffff1a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.exp .modal .box,.adminexp .modal .box,.allusers.admin .modal .box{position:absolute;top:50%;left:50%;width:500px;border-radius:20px;transform:translate(-50%,-50%);background:var(--maincolor);box-shadow:10px 10px 20px #0006;overflow:hidden;display:flex;flex-direction:column;align-items:center}.exp .modal .box h1,.adminexp .modal .box h1,.allusers.admin .modal .box h1{width:100%;height:50px;line-height:50px;color:#f0f8ff;letter-spacing:2px;text-align:center}.exp .modal .box .ledgeredit,.adminexp .modal .box .ledgeredit,.allusers.admin .modal .box .ledgeredit{position:absolute;top:8px;right:20px;background:#fff;color:#151515;width:35px;height:35px;line-height:35px;text-align:center;border-radius:50%;cursor:pointer}.exp .modal .box .ledgeredit i,.adminexp .modal .box .ledgeredit i,.allusers.admin .modal .box .ledgeredit i{font-size:20px}.exp .modal .box .wrapper,.adminexp .modal .box .wrapper,.allusers.admin .modal .box .wrapper{display:flex;flex-direction:column;border-radius:25px 25px 0 0;align-items:center;width:100%;background:var(--background);padding-bottom:20px}.exp .modal .box .btn,.adminexp .modal .box .btn,.allusers.admin .modal .box .btn{width:100%;display:flex;justify-content:space-around}.exp .modal .box.shake,.adminexp .modal .box.shake,.allusers.admin .modal .box.shake{animation:aniok .4s linear forwards}@keyframes aniok{0%{transform:translate(-48%,-50%)}20%{transform:translate(-52%,-50%)}40%{transform:translate(-47%,-50%)}60%{transform:translate(-53%,-50%)}80%{transform:translate(-49%,-50%)}to{transform:translate(-50%,-50%)}}@media only screen and (max-width:600px){.exp .modal .box,.adminexp .modal .box,.allusers.admin .modal .box{top:35%;width:96vw}.exp .modal .box h1,.adminexp .modal .box h1,.allusers.admin .modal .box h1{font-size:1.5em;letter-spacing:1px}.exp .modal .box .ledgeredit,.adminexp .modal .box .ledgeredit,.allusers.admin .modal .box .ledgeredit{right:20px}.exp .modal .box .wrapper,.adminexp .modal .box .wrapper,.allusers.admin .modal .box .wrapper{padding-bottom:15px}}.exp .ledpage{position:absolute;top:0;left:0;width:100%;height:100%;background:#ffffff1a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.exp .ledpage .box{position:relative;top:50%;left:50%;width:500px;height:max-content;border-radius:20px;transform:translate(-50%,-50%);box-shadow:10px 10px 20px #0006;background:var(--maincolor);overflow:hidden;display:flex;flex-direction:column;align-items:center}.exp .ledpage .box h2{width:100%;text-align:center;height:40px;line-height:40px;color:#f0f8ff;text-transform:capitalize;background:var(--maincolor)}.exp .ledpage .box .ledwrapper{background:#fff;background:var(--background);width:100%;display:flex;border-radius:30px 30px 0 0;flex-direction:column;align-items:center;padding-top:5px;padding-bottom:20px}.exp .ledpage .box .back{position:absolute;top:20px;right:50px;transform:translate(50%,-50%);cursor:pointer;outline:none;padding:3px 12px;color:#fff;font-size:.8em;display:flex;font-weight:600;border-radius:20px;border:2px solid white;background:var(--maincolor);transition:.1s}.exp .ledpage .box .back:hover{transform:translate(50%,-50%) scale(1.06)}.exp .ledpage .box .cont{display:flex;width:95%;height:60px;align-items:center;justify-content:space-around;gap:5px;padding:8px;border-radius:20px;margin-bottom:15px}.exp .ledpage .box .cont .inpe{width:70%}.exp .ledpage .box .cont button{color:#fff;font-weight:600;background:var(--maincolor)}.exp .ledpage .box .mater{width:95%;height:270px;border-radius:20px;border:1px dotted var(--color);overflow-y:auto;overflow-x:hidden}.exp .ledpage .box .mater::-webkit-scrollbar{width:0;height:0}.exp .ledpage .box .mater table{width:100%;height:100%;height:fit-content;padding:5px 2px;text-align:center;overflow:auto;border-radius:20px;background:var(--background);color:var(--color)}.exp .ledpage .box .mater table th:nth-child(1){width:50%}.exp .ledpage .box .mater table th:nth-child(2){width:10%}.exp .ledpage .box .mater table th:nth-child(3){width:10%}.exp .ledpage .box .mater table .ico{padding:2px 5px;box-sizing:content-box;width:15px;height:15px;border-radius:.2rem;cursor:pointer}.exp .ledpage .box .mater table .ico.editicon{color:var(--editicon);background:#0779b61e}.exp .ledpage .box .mater table .ico.editicon:hover{background:var(--editicon);color:var(--background)}.exp .ledpage .box .mater table .ico.deleteicon{color:var(--deleteicon);background:#b607101e}.exp .ledpage .box .mater table .ico.deleteicon:hover{background:var(--deleteicon);color:#fff}.exp .ledpage .box .mater table .ico.printicon{color:#101095;background:#1d0ac61e}.exp .ledpage .box .mater table .ico.printicon:hover{background:#101095;color:#fff}@media only screen and (max-width: 600px){.exp .ledpage .box{top:35%;left:50%;width:95vw;height:520px}.exp .ledpage .box h2{font-size:20PX}.exp .ledpage .box .back{padding:3px 8px;font-size:.8em}.exp .ledpage .box .back:hover{transform:scale(.9)}.exp .ledpage .box .cont button{width:70px;padding:5px 8px;color:#fff;font-size:1em}.exp .ledpage .box .mater{width:95%;height:380px;overflow:auto}.exp .ledpage .box .mater::-webkit-scrollbar{width:1px}}.login{width:100%;height:100%;min-height:calc(100vh - var(--navheight) - var(--footerheight));overflow:hidden;padding-top:20px;display:flex;justify-content:center}.login .img{margin-right:30px;width:500px;display:flex;display:none;place-items:center;height:520px}.login .img :is(img){border-radius:10px}.login .box{border-radius:20px;position:relative;width:420px;height:520px;background:#ecf0f3;box-shadow:0 0 10px #fff,5px 5px 10px #a7aaaf,-5px -5px 10px #fff;overflow:hidden}.login .box svg{font-size:22px}.dark-theme .login .box{background:#c6c4c4;color:#212529;box-shadow:none}.login .logo,.login .want{width:100%;position:relative;height:70px;text-align:center}.login .logo .company{font-size:4em;color:var(--maincolor)}.login .want{height:50px;padding:0 20px}.login .want .active{background:var(--maincolor);border-radius:50px;color:#fff}.login .want span{width:50%;display:inline-block;cursor:pointer;height:100%;line-height:50px;text-align:center;font-size:1.3em;font-weight:600;color:#3a3535}.login .both{height:370px;width:200%;transition:.6s;position:relative;display:flex}.login .both .logine,.login .both .singup{height:100%;width:100%}.login .logine form,.singup form{width:100%;height:100%;position:relative;display:flex;flex-direction:column;justify-content:space-around;align-items:center}.login .both .filled{border-radius:40px;height:40px;width:80%}.login .both button{border:none;outline:none;cursor:pointer;font-size:1.2em;font-weight:600;letter-spacing:1px;padding:8px 16px;transition:.1s;text-align:center;background:var(--maincolor);border-radius:15px;color:#fff}.login .both button:hover{background:var(--maincolor)}.login .logine .filled{color:#2b2626}@media only screen and (max-width: 600px){.login{padding-top:30px}.login .img{display:none}.login .box{background:#ecf0f3;width:90vw;height:max-content}.login .both .filled{width:93%}}.filehandle{width:100%;height:100%;overflow:hidden;position:relative;padding:5px}.filehandle .table,.filehandle .modale{width:100%}.filehandle .table table,.filehandle .modale table{border-collapse:collapse;width:100%}.filehandle .table ul,.filehandle .modale ul{list-style:none}.filehandle .table .header,.filehandle .table .bodyrow,.filehandle .modale .header,.filehandle .modale .bodyrow{border:1px solid #000}.filehandle .table .header th,.filehandle .table .bodyrow td,.filehandle .modale .header th,.filehandle .modale .bodyrow td{border:1px solid #000;padding:8px;text-align:left}.filehandle .table .header,.filehandle .modale .header{background:#000;color:#fff}.filehandle .table .teste,.filehandle .modale .teste{display:flex;justify-content:space-between;align-items:center}.filehandle .table .teste span:nth-child(1),.filehandle .modale .teste span:nth-child(1){width:calc(100% - 42px)}.filehandle .table .teste span:nth-child(2),.filehandle .modale .teste span:nth-child(2){width:40px;text-align:center}.filehandle .table .ico,.filehandle .modale .ico{padding:3px;box-sizing:content-box;width:20px;height:20px;border-radius:.2rem;cursor:pointer;margin:0 5px}.filehandle .table .ico.editicon,.filehandle .modale .ico.editicon{color:var(--editicon);background:#0779b61e}.filehandle .table .ico.editicon:hover,.filehandle .modale .ico.editicon:hover{background:var(--editicon);color:var(--background)}.filehandle .table .ico.refresh,.filehandle .modale .ico.refresh{color:var(--printicon);background:#04c6551e}.filehandle .table .ico.refresh:hover,.filehandle .modale .ico.refresh:hover{background:var(--printicon);color:#fff}.filehandle .table .ico.deleteicon,.filehandle .modale .ico.deleteicon{color:var(--deleteicon);background:#b607101e}.filehandle .table .ico.deleteicon:hover,.filehandle .modale .ico.deleteicon:hover{background:var(--deleteicon);color:#fff}.filehandle .modale{position:absolute;top:0;left:0;width:100%;height:100%;background:#ffffff1a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center}.filehandle .modale form{border-radius:10px;overflow:hidden;background:#fff;box-shadow:10px 10px 25px 5px #0000004d;width:400px}.filehandle .modale form h2{width:100%;text-align:center;background:var(--maincolor);color:#fff;padding:5px 0}.filehandle .modale form>div{padding:5px 10px;text-align:center;margin-top:5px}.filehandle .modale form>div input,.filehandle .modale form>div select{width:100%;text-align:center}.photopage{width:100%;height:100%;display:flex;justify-content:center}.photopage .profile{position:relative;width:700px;margin:10px auto 0;padding:20px;border-radius:5px;display:flex;flex-direction:column}.photopage .profile>i{display:inline-block;position:absolute;top:5px;right:10px;box-shadow:2px 3px 8px #000000b3;width:40px;height:40px;text-align:center;line-height:40px;border-radius:50%;background:var(--maincolor);color:#fff;cursor:pointer;transition:.2s;display:flex;justify-content:center;align-items:center}.photopage .profile>i svg{width:20px;height:20px}.photopage .profile h2{text-align:center;letter-spacing:1.2px;color:var(--contrast);font-size:1.5rem}.photopage .profile .upper{position:relative;width:98%;margin:0 auto;padding:20px;border:2px dotted #ccc;border-radius:5px;display:flex;justify-content:space-between}.photopage .profile .upper .profile-header{text-align:center;border-right:1px solid #828181;width:35%;padding:20px 0;display:flex;align-items:center;justify-content:center}.photopage .profile .upper .profile-header .img{width:150px;height:150px;position:relative}.photopage .profile .upper .profile-header .img img{width:100%;height:100%;border-radius:50%;object-fit:cover;margin-bottom:10px}.photopage .profile .upper .profile-header .img span{cursor:pointer;position:absolute;bottom:5px;right:5px;background:#fff;color:var(--maincolor);border:2px dotted var(--maincolor);display:inline-block;border-radius:50%;width:30px;height:30px;display:flex;justify-content:center;align-items:center}.photopage .profile .upper .profile-header .img span svg{width:50%;height:50%;transition:.2s ease}.photopage .profile .upper .profile-header .img span:hover svg{width:60%;height:60px}.photopage .profile .upper .profile-bio{position:relative;width:62%;display:flex;flex-direction:column;justify-content:space-around;gap:15px}.photopage .profile .lower{visibility:visible;opacity:1;display:flex;justify-content:center;align-items:center;flex-direction:column;transition:visibility .2s,opacity .5s linear;padding:10px 0}.photopage .profile .lower input{display:none}.photopage .profile .lower button,.photopage .profile .lower i{margin-top:5px;margin-right:10px}.photopage .profile .lower button.disabled{background:gray;color:#000;opacity:.4}.photopage .profile .lower .chooseFile{width:250px;height:90px;border-radius:10px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;border:2.5px dotted var(--maincolor);font-weight:500;color:var(--maincolor);cursor:pointer;background:#fffc}.photopage .profile .lower .chooseFile svg{font-size:1.6em}.photopage .profile .lower .imagedisplay{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:10px}.photopage .profile .lower .imagedisplay img{border-radius:10px;border:2px dotted var(--maincolor)}.photopage .profile .lower .imagedisplay .progressbg{width:100%;height:5px;background:#00000026;border-radius:5px}.photopage .profile .lower .imagedisplay .progressbg .progress{background:var(--maincolor);height:5px;border-radius:5px;transition:width .5s ease}.photopage .profile .lower.hide{visibility:hidden;opacity:0}.photopage .profile i.fa-pencil{display:inline-block;position:absolute;top:5px;right:10px;box-shadow:2px 3px 8px #000000b3;width:40px;height:40px;text-align:center;line-height:40px;border-radius:50%;background:var(--maincolor);color:#fff;cursor:pointer;transition:.2s}.profile i:hover,.profile i:active{transform:scale(.96);background:#056389}.profile #wrapper{overflow-x:auto}@media only screen and (max-width: 600px){.profile button{padding:4px 8px;font-size:.9rem}.photopage{width:100%;min-height:100vh;height:fit-content;padding:5px}.photopage .profile{padding:10px 5px}.photopage .profile>i{top:0;right:10px;width:30px;height:30px;line-height:30px}.photopage .profile>i svg{width:15px;height:15px}.photopage .profile h2{letter-spacing:1px;font-size:1.3rem}.photopage .profile .upper{width:100%;padding:10px;flex-wrap:wrap}.photopage .profile .upper .profile-header{width:100%;border-right:none;border-bottom:1px solid #ccc;padding:5px 0 10px;margin-bottom:10px;display:flex;flex-direction:column;align-items:center}.photopage .profile .upper .profile-header img{width:110px;height:110px}.photopage .profile .upper .profile-bio{width:100%;gap:15px}}.office{width:100%;height:100%;display:flex;flex-direction:column;align-items:center}.office .btn{display:inline-block;padding:4px 10px;background:var(--maincolor);color:#fff;font-weight:600;margin:0 10px;cursor:pointer;border-radius:10px;text-align:center}.office .btn.inactive{background:gray}@media print{.office .btn{display:none}.office{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.expprint{width:100%;height:100%;display:flex;align-items:center;flex-direction:column}.expprint .box{width:80%;height:420px;margin-top:20px;position:relative;border:2px solid black}.box .header,.box .title,.box .particular,.box .sign{position:relative;width:100%}.box .header{height:90px;display:flex;justify-content:space-between;border-bottom:1px solid black}.box .header:before{content:"";position:absolute;top:2px;left:0;width:100%;height:100%;border-bottom:1px solid black}.box .header .logo{padding:0 8px;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%}.box .header .logo img{width:130px}.box .header .logo span{font-size:10px}.box .header .heading{display:flex;flex-direction:column;width:70%;justify-content:space-between;align-items:center;padding:5px 10px}.box .header .heading h6{font-size:8px}.box .header .heading h5{font-size:10px}.box .title{height:110px;display:flex;flex-direction:column;border-bottom:1px solid black}.box .title h3{text-align:center}.box .title .ans{background:#302b2b;display:inline-block;text-align:center;color:#fff;padding:2px 0;border:1px solid white}.box .title .quest{display:inline-block;background:gray;color:#000;width:110px;font-weight:600;padding:2px 0 2px 5px}.box .vno{width:260.5px}.box .lname{width:200px}.box .dat{width:145px}.box .deb{max-width:60px;color:#fff}.box .qdat{max-width:50px;color:#fff}.box .title .set{display:flex;justify-content:space-between;padding:0}.box .particular{height:100px;width:100%;position:relative;display:flex;align-items:center;padding-left:5px;justify-content:space-between}.box .particular .narr{width:calc(100% - 132px)}.particular .narr input{text-align:left;padding-left:10px;font-weight:600;font-size:1.1em;color:#000}.box select{color:#fff;text-align:center}.box option{color:#fff;background-color:#161a1c}.box .particular .amount{width:130px;font-weight:700;line-height:100px;text-align:center;border-left:1px solid black}.box .particular .word{position:absolute;top:-12px;transform:translateY(-50%);right:25px;font-size:1.2em;font-weight:600}.box .inttoword{height:25px;text-align:end;padding-right:20px;border-bottom:1px solid black;border-top:1px solid black;font-weight:600;text-transform:capitalize}.box .sign{height:90px;padding:5px 20px;display:flex;width:100%;justify-content:space-between}.box .sign div:nth-child(2){display:flex;flex-direction:column;align-items:center}.box .sign img{width:200px}@media print{.expprint .box{width:98%}.expprint button{display:none}.box .deb{max-width:53px}}.test{border:5px solid red;width:100%;height:100%;overflow:auto;position:relative;padding:0 2rem}.errore{width:100%;height:100%;overflow:auto;position:relative;padding:0 1rem}.errore .container{width:100%;height:100%;text-align:center;display:flex;justify-content:center;flex-direction:column}.errore .container :is(img){width:30vw}.errore .container p{font-size:1.02rem;color:#555}.errore .container .btns{width:400px;height:60px;margin:5px auto;margin-top:3rem}.errore .container .btns .btn{padding:6px 10px;border-radius:15px;margin:4px 25px;color:#1500ff;border:1px solid rgb(21,0,255);cursor:pointer;text-decoration:none}@media only screen and (max-width: 500px){.errore .container :is(img){width:100%}.errore .container p{font-size:.9rem;color:#555}}.passwordpage{width:100%;height:calc(100vh - var(--navheight));background:var(--background);display:grid;place-items:center}.passwordpage .box{border:1px dotted black;width:300px;overflow:hidden;border-radius:15px;background:#f0f0f0}.passwordpage .box h2{width:100%;height:40px;line-height:40px;letter-spacing:.5px;color:#fff;padding-left:10px;background:var(--maincolor)}.passwordpage .box form{width:100%;display:flex;align-items:center;flex-direction:column}.slow{width:100%;height:calc(100vh - var(--navheight));gap:1.2rem;display:flex;justify-content:center;align-items:center;flex-direction:column}.slow form{width:200px;height:100px;gap:1.2rem;display:flex;flex-direction:column}.ledgerdetail .header{font-weight:700;text-align:center;text-transform:capitalize;margin:10px 0;display:flex;justify-content:space-between;padding:0 10px}.ledgerdetail .header .title,.ledgerdetail .head .title{color:gray;margin-left:10px;font-weight:500}.ledgerdetail .table{width:100%;margin-top:10px;padding:5px 20px;height:calc(100% - 80px);overflow:auto;position:relative}.ledgerdetail .table div{text-align:center;text-transform:capitalize;color:var(--maincolor);display:none;margin-bottom:5px}.ledgerdetail .table table{width:100%;border-collapse:collapse}.ledgerdetail .table table tr td:nth-child(2){text-transform:capitalize;letter-spacing:.5px}.ledgerdetail .table table th,.ledgerdetail .table table #foot{height:30px;font-size:1.1em;font-weight:600;color:#fff;background:var(--maincolor)}.ledgerdetail .table table thead{position:sticky;top:-7px;box-shadow:0 3px 5px #0006}.ledgerdetail .table table thead th:nth-child(1){width:60px}.ledgerdetail .table table thead th:nth-child(2){width:120px}.ledgerdetail .table table thead th:nth-child(3){width:100px}.ledgerdetail .table table thead th:nth-child(5){width:90px}.ledgerdetail .table table tbody tr{height:25px;color:var(--contrast)}.ledgerdetail .table table tbody tr td{border:1px solid var(--tableborder);text-align:center;font-size:13px;line-height:20px}.ledgerdetail .table table #foot{font-size:.9em}@media print{@page{margin:10px 5px}.footer{display:none}.main{position:absolute;height:auto;width:100vw!important;left:0!important;top:0;padding:0!important;overflow:visible}.sidebar,.nav,.report .cont,.scrol{display:none}.sidebar *,.nav *,.report .cont *,.scrol *{display:none}.ledgerdetail{-webkit-print-color-adjust:exact;break-inside:avoid}.ledgerdetail:before{display:block;background-position:50% 50%}.ledgerdetail .header{display:none}.ledgerdetail .table{overflow:visible;padding:2px}.ledgerdetail .table div{display:block}.ledgerdetail .table table thead th{font-size:13px}.ledgerdetail .table table thead th:nth-child(1){width:50px}.ledgerdetail .table table thead th:nth-child(2){width:80px}.ledgerdetail .table table thead th:nth-child(3){width:70px}.ledgerdetail .table table thead th:nth-child(5){width:70px}.ledgerdetail .table table tbody tr{height:25px}.dark-theme .report table tbody td{color:#212529}.dark-theme .report table tbody tr#foot td{color:#fff}}@media only screen and (max-width: 600px){.ledgerdetail .header{margin-bottom:20px;flex-wrap:wrap-reverse}.ledgerdetail .header .title{margin-left:15px}.ledgerdetail .header button{width:100%;margin-bottom:5px}.ledgerdetail .table{padding:5px 8px}.ledgerdetail .table th{font-size:12px!important}.ledgerdetail .table td{font-size:11px!important;line-height:18px}.ledgerdetail .table table th:nth-child(1){width:20px!important}.ledgerdetail .table table th:nth-child(2){width:70px!important}.ledgerdetail .table table th:nth-child(3){width:40px!important}.ledgerdetail .table table th:nth-child(5){width:60px!important}}
