.notfound{text-align:center;margin-top:100px}.notfound h1 p button{color:red;margin:20px 0}.notfound button{background-color:red;padding:10px}.notfound button a{text-decoration:none}.notfound button:hover{background-color:#ca0707;color:#fff}.line-chart,.pie-chart,.bar-chart,.horizontal-bar-chart{width:500px;height:500px;margin:0 auto;padding:5vh 0}.line-chart h2,.pie-chart h2,.bar-chart h2,.horizontal-bar-chart h2{padding-bottom:10px;background-color:#ccc;border-radius:5%;width:80%;margin:0 auto}@media (max-width:800px){.creatnewbranch form fieldset{grid-template-columns:repeat(2,20px)}.supersales-header{width:100%;padding:20px}.line-chart,.pie-chart,.bar-chart,.horizontal-bar-chart{width:500px;height:auto;padding-top:5vh}}@media (max-width:500px){.line-chart,.pie-chart,.bar-chart,.horizontal-bar-chart{width:400px;height:400px}}@media (max-width:400px){.line-chart,.pie-chart,.bar-chart,.horizontal-bar-chart{width:300px;height:300px}}@media (max-width:300px){.line-chart,.pie-chart,.bar-chart,.horizontal-bar-chart{width:200px;height:auto}}.loginform,.signupform{width:50vw;margin:10% auto;text-align:center;padding:0 50px;border:1px solid #ccc;border-radius:5px;background-color:#f9f9f9;height:auto;border-bottom:solid 1px #ccc}.loginform h1,.signupform h1{text-align:left;padding-bottom:20px}.loginform input,.signupform input{width:80%;padding:20px;margin-bottom:10px;border:1px solid #ccc;border-radius:20px}.input-container{position:relative}.input-container input[type=text],.input-container input[type=password]{border:2px solid #ccc}.input-container-select{width:80%;padding:20px;border:2px solid #ccc;border-radius:20px;margin:10px auto}.register-select{display:flex;justify-content:space-between}.register-select select{width:50%;padding:10px;border-radius:20px}.input-container.error input[type=text],.input-container.error input[type=password]{border-color:red}.errors{color:red}.loginform button,.signupform button,.forgotgroup button,.checking-signup>a>button{width:50%;padding:10px;border:none;border-radius:3px;background-color:#007bff;color:#fff;cursor:pointer;display:flex;justify-content:center;margin:20px auto}.loginform button:hover,.signupform button:hover,.checking-signup>a>button:hover{background-color:#0056b3}.checking-signup{display:flex;flex-direction:column}.checking-signup a{text-decoration:none}.checking-signup button{background:none;border:none;color:#00f;cursor:pointer;width:auto}.checking-signup button:hover{background:none}.forgotgroup a{text-decoration:none}.body-wrapper{display:flex;justify-content:center}.maindisplay{flex-grow:1;padding-left:20px}@media (max-width:800px){.loginform,.signupform{height:80vh;width:90vw;overflow:scroll}.checking-signup{width:50vw}}header{background-color:#c5aa6a;padding:20px 0;display:flex;justify-content:space-between;align-items:center;color:#fff;font-family:Poppins,sans-serif;font-size:larger;font-weight:400}.logo a{text-decoration:none}nav ul{list-style-type:none;padding:0;display:flex}nav li{margin-right:20px}nav a{cursor:pointer;box-shadow:inset 0 0 #54b3d6;text-decoration:none;color:#000;margin:0 -.25rem;padding:0 .25rem;transition:color .3s ease-in-out,box-shadow .3s ease-in-out}nav a:hover{box-shadow:inset 100px 0 #54b3d6;color:#fff}: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-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--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-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.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:.5s}.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;z-index:1}.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:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.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;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),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;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.sidebar{width:300px;height:100vh;background-color:orange;min-width:300px}.sidebar ul li{margin-bottom:10px;padding:10px}.sidebar ul li:hover{color:red;cursor:pointer;font-size:larger}.userdetails{width:50%;background-color:#f8f9fa;padding:40px 20px 20px;border-radius:5px;box-shadow:0 2px 4px #0000001a;margin:0 auto;display:flex;flex-wrap:wrap;flex-direction:column;justify-content:center;position:relative}.userdetails .closebutton{width:30px;display:block;align-items:center;position:absolute;top:0;right:10px}.user-update-password{position:fixed;top:10%;left:25%;width:50%;padding:20px;background-color:#f0f0f0;border:2px solid #ccc;border-radius:10px;box-shadow:0 4px 8px #0000001a}.user-update-password{padding-bottom:3px}.user-update-password form{display:flex;flex-direction:column}.user-update-password input{padding:10px;margin-bottom:10px;border:1px solid #ccc;border-radius:5px;font-size:16px}.user-update-password button{padding:10px 20px;margin-top:10px;border:none;border-radius:5px;background-color:#007bff;color:#fff;font-size:16px;cursor:pointer}.user-update-password button:hover{background-color:#0056b3}.checksaleindividual{width:50%;margin:0 auto}.checksaleindividual h1{margin-bottom:10px}.individual{border:1px solid #ccc;border-radius:5px;padding:10px;margin-bottom:20px;text-align:center}.individual p{margin:5px 0}.individual_key{font-weight:700}.individual button{background-color:#007bff;color:#fff;border:none;border-radius:5px;padding:8px 16px;cursor:pointer}.individual button:hover{background-color:#0056b3}.full_view_Details{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#ff6347cc;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;overflow:auto}.full_view_Details button{background-color:transparent;border:none;color:#fff;font-size:18px;cursor:pointer;position:absolute;top:10px;right:10px}.full_view_Details h1{color:#fff;font-size:24px;margin-top:0}.full_view_Details .detail_key{font-weight:700;background-color:#f0f8ff;color:#111}.full_view_Details .detail_value{background-color:#111;color:#fff}.full_view_Details p{margin:10px 0;color:#111}.full_view_Details p:last-child{margin-bottom:0}.full_view_Details div{border-bottom:1px solid rgba(255,255,255,.3);padding-bottom:10px}.full_view_Details div:last-child{border-bottom:none}.checkallbranchsuper table{width:80%;margin:0 auto}.checkallbranchsuper table th{text-align:left;padding:15px 0}.checkallbranchsuper table tr{text-align:center;margin:10px}.checkallbranchsuper table tr:hover{background-color:#ccc}.checkallbranchsuper table thead tr th{background-color:#4caf50}.checkallbranchsuper button{cursor:pointer}.creatnewbranch form fieldset{display:grid;grid-template-columns:repeat(4,50px);gap:10px}.singlebranchfetch{width:80%;border:10px solid #ccc}.singlebranch-entry{display:flex;align-items:center;gap:10px;border:1px dashed #ccc}.singlebranch-entry p{width:20vw}.singlebranch-entry p:first-child{font-weight:700}.singlebranch-entry>p,ul,ol{list-style-type:none}.singlebranch-entry li{display:flex;gap:20px;align-items:center}.superbuttongroup{display:flex;gap:10px;justify-content:center}.creatnewbranch{width:50%;margin:0 auto}.creatnewbranch{background-color:#f8f9fa;padding:20px;border-radius:5px;box-shadow:0 2px 4px #0000001a;max-width:400px;margin:0 auto}.creatnewbranch h1{font-size:24px;margin-bottom:20px}.creatnewbranch form label{display:block;margin-bottom:5px}.creatnewbranch form input[type=text],.creatnewbranch form input[type=number]{width:100%;padding:8px;border:1px solid #ccc;border-radius:4px;box-sizing:border-box;margin-bottom:10px}.creatnewbranch form fieldset{border:none;margin:20px 0}.creatnewbranch form legend{font-weight:700;margin-bottom:10px}.creatnewbranch form input[type=checkbox]{margin-right:5px}.creatnewbranch form button{background-color:#007bff;color:#fff;border:none;padding:10px 20px;border-radius:4px;cursor:pointer}.creatnewbranch form button:hover{background-color:#0056b3}.superusermanage table{width:90%;text-align:center;margin:0 auto}.superusermanage th{background-color:#4caf50;color:#fff}.superusermanage tr:hover{background-color:#ccc}.superusermanage table button{cursor:pointer;padding:10px;border-radius:5%;border:2px solid gold}.userreset{position:fixed;top:20%;left:25%;width:50%;padding:20px;background-color:#f0f0f0;border:2px solid #ccc;border-radius:10px;box-shadow:0 4px 8px #0000001a}.userreset h2{padding-bottom:3px}.userreset form{display:flex;flex-direction:column}.userreset input{padding:10px;margin-bottom:10px;border:1px solid #ccc;border-radius:5px;font-size:16px}.userreset button{padding:10px 20px;margin-top:10px;border:none;border-radius:5px;background-color:#007bff;color:#fff;font-size:16px;cursor:pointer}.userreset button:hover{background-color:#0056b3}.today-rate,.rateform{width:50%;text-align:center;border:10px solid #ccc;border-radius:10%;margin:20px auto}.today-rate h1{font-size:24px;margin-bottom:10px;color:#333}.today-rate h3{font-size:16px;margin:5px 0;color:#666}.today-rate .list{margin:10px 0;font-size:16px;border-bottom:1px dotted red;cursor:default}.today-rate .listrate:hover{background-color:#ccc}.today-rate>.button-group{display:flex;flex-direction:column;align-items:center}.button-group button{width:50%}.button-group button:hover{background-color:#007bff}.button-group .deleteButton:hover{background-color:red}.rateform .updatformclose{display:grid;grid-template-columns:1fr .2fr;align-items:center}.rateform .updatformclose div{width:40%}.rateform .updatformclose div:hover{background-color:red;transform:scale(1.1);width:40%}.rateform form{margin:0 auto;background-color:#fff;padding:20px;border-radius:8px;box-shadow:0 0 10px #0000001a}.rateform form label{display:block;margin-bottom:8px;font-weight:700}.rateform form input{padding:5px;width:50%}.rateform button{width:50%}.branchtransition{text-align:center}.branchtransition form{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.branchtransition form select,.branchtransition form button{width:30%;height:40px;align-items:center;margin:10px}.branchtransition form select:hover,.branchtransition form button:hover{background-color:#007bff}.supersales-header{background-color:#f2f2f2}.supersales-header h1{color:#333;font-size:24px}.supersales-header p{color:#666;font-size:18px;margin-top:10px}.supersales-header p span{color:#222;font-weight:700}.supersalescharts{margin:0 auto}*{box-sizing:border-box;margin:0;padding:0}h1,p{margin:20px 0}button{padding:10px;margin:20px 0}button:hover{background-color:#fff;color:#111;border-radius:10px}.error{color:red;margin-top:5px}.loader{border:6px solid #ccc;border-top:6px solid blue;border-radius:50%;width:50px;height:50px;animation:spin 2s linear infinite;margin:20px}.Toastify__toast-container--top-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.toast-container-high-zindex{z-index:9999}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:800px){.maindisplay{max-width:90%}.body-wrapper{display:flex;flex-direction:row;flex-wrap:wrap}.sidebar{width:100%;height:auto}.superusermanage .table-container{overflow-x:auto}}@media (max-width:600px){header{display:flex;flex-direction:row;max-width:100vw}nav ul{display:flex;flex-direction:column;flex-wrap:wrap;text-align:center}}@media (max-width:400px){header{display:flex;flex-direction:column;justify-content:center}header .logo h1{font-size:2em;text-align:center}.superusermanage .table-container{overflow-x:auto}.superusermanage .table-container table{width:100%}}.sellingboard-container{font-family:Arial,sans-serif;max-width:800px;margin:20px auto;padding:20px;border:1px solid #ccc;border-radius:5px;background-color:#f9f9f9;text-align:center}.sellingboard-container h1{font-size:24px;margin-top:0}.sellingboard-container button.on{padding:10px 20px;font-size:16px;background-color:#007bff;color:#fff;border:none;border-radius:5px;cursor:pointer;margin-bottom:20px}.sellingboard-container button.off{background-color:#f44336;color:#ccc;padding:10px 20px;font-size:16px;border:none;border-radius:5px;cursor:pointer;margin-bottom:20px}.sellingboard-container button:hover{background-color:#0056b3}.sellingboard-container .sellingboard{margin-top:20px}.sellingboard-container .sellingboard h3{font-size:20px}.sellingboard-container .sellingboard button.available-currency{margin-right:10px;padding:10px 20px;font-size:16px;background-color:#28a745;color:#fff;border:none;border-radius:5px;cursor:pointer}.sellingboard-container .sellingboard button.available-currency:last-child{margin-right:0}.sellingboard-container .sellingboard button.available-currency:hover{background-color:#218838}.sellingboard-container .sellingboard button.available-currency.active-currency{background-color:#007bff;color:#fff}.selling-no-found{height:80%;width:80%;margin:0 auto;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;background-color:#f44336;border:2px solid #d32f2f;border-radius:10px;padding:20px;font-size:1.5em;font-weight:700;box-shadow:0 4px 8px #0000001a}.sellingform{max-width:70%;margin:auto;padding:20px;border:1px solid #ccc;border-radius:10px;box-shadow:0 0 10px #0000001a;background-color:#f9f9f9}.sellingform h3{text-align:center;margin-bottom:20px;font-size:24px;color:#333}.sellingform form{display:flex;flex-direction:column}.sellingform label{margin-bottom:10px;font-size:16px;color:#555}.sellingform input{padding:10px;margin-bottom:20px;border:1px solid #ccc;border-radius:5px;font-size:16px;box-shadow:inset 0 1px 3px #0000001a}.sellingform select{padding:10px;margin-bottom:20px;border:1px solid #ccc;border-radius:5px;font-size:16px;background-color:#fff;box-shadow:inset 0 1px 3px #0000001a}.sellingform label{margin-bottom:5px}.sellingform label:last-of-type{margin-top:10px;font-size:18px;font-weight:700;color:#333;text-align:center}@media (max-width:800px){.selling-no-found{height:50vh;width:80vw;margin-top:20px}}.managersalescharts{margin:0 auto}.managersales-header{background-color:#cdcd}.managersales-header h1{color:#333;font-size:24px}.managersales-header p{color:#666;font-size:18px;margin-top:10px}.managersales-header p span{color:#222;font-weight:700}.managersales-header{margin:0 auto}
