@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:center}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1;box-sizing:border-box;color:#556e9f;font-family:Montserrat,sans-serif;font-optical-sizing:auto;font-style:normal;overflow:hidden;transition:all .5s}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0;margin-bottom:10px}table td,table td span{padding-inline:15px}.appContainer{position:relative;overflow:hidden;display:flex;height:88vh}:root{--gold:#bfa065;--forth-color:#fff}.container{display:flex;width:100%}.appContainer{flex:1 1;padding:10px}.authenticatedView{display:flex;flex-direction:column}select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.profile{display:flex}.profile span:nth-child(2){flex-direction:column;align-items:flex-start}.customersContainer{height:100%;width:100%;display:flex;flex-direction:column;overflow-y:scroll}.customersContainer::-webkit-scrollbar,.ddn::-webkit-scrollbar{display:none}table{overflow:scroll;font-size:12px;position:relative}table::-webkit-scrollbar{display:none}table tr td,table tr th{padding-block:5px;min-width:5rem;text-align:center;border:1px solid hsla(0,0%,90%,.658)}table tr:hover{background-color:hsla(39,41%,57%,.144)}table tr th{background-color:#ffe3af;padding:10px;color:rgba(72,72,72,.836);font-weight:600}.activeTab{z-index:1}.active{transition:all .3s;border:1px solid color-mix(in lab,var(--gold) 20%,transparent 80%);border-bottom:1px solid transparent;color:var(--gold);font-size:.8rem}.inActiveTab{position:absolute;visibility:hidden}table td{max-width:10rem}.busyButton{background-color:hsla(0,0%,50%,.336);color:#fff;animation:busyButton linear infinite forwards;cursor:not-allowed;display:flex;justify-content:center}.title{font-size:12px}.tableContainer{padding:10px;width:100%;height:100%;overflow:scroll}.tableContainer::-webkit-scrollbar{display:none}.deleteModal{padding-top:1rem;width:100%;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:5px}.deleteModal>div{gap:5px;align-items:center}.deleteModal>div,.inputContainer{display:flex;justify-content:center}.inputContainer{flex-direction:column;padding-top:5px;height:2.5rem;min-width:10rem;max-width:15rem}.hidden,.input,input{padding:5px;outline:none;border:none;border-bottom:1px solid rgba(255,217,0,.363);margin:5px;border-radius:5px;font-size:12px;color:#556e9f;letter-spacing:".5px"!important}.hidden:focus,.input:focus,input:focus{background-color:rgba(255,217,0,.101)}.header,.headerAutheticated{display:flex;align-items:center;height:10vh;padding-inline:10px;justify-content:space-between}.headerAutheticated{background-color:#bfa06515;display:flex}.inputRow{margin-bottom:14px;display:flex;flex-wrap:wrap;gap:10px}.loader{padding:3px;width:30%;aspect-ratio:1;border:4px solid grey;border-left-color:#c40000;outline:1px solid #4e4e4e;transform-origin:center;border-radius:50%;animation:animate 1s linear infinite}@keyframes animate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ddnListOption{padding:5px!important}.ddnListOption:hover{background-color:gold}.customerForm{padding:1rem;display:flex;width:100%;height:25rem;flex-direction:column}.mouTable{max-width:100%;overflow:scroll;width:100%;font-size:10px}.mouTable tr:hover{background-color:#f4f4f4}.mouTable td,.mouTable th{padding-inline:0;border-color:#f4f4f4}.mouTable table::-webkit-scrollbar,.mouTable::-webkit-scrollbar{display:none!important}.timelineTable{background-color:#fff!important}.chip{cursor:pointer;font-size:10px;color:var(--gold);border:1px solid var(--gold);padding:3px;border-radius:5px}.chip:hover{background-color:var(--gold);color:#fff}.fullFlex{padding:1rem;height:100%;align-items:center}.fullFlex,.row{display:flex;width:100%;justify-content:center}.row{gap:5px}[data-theme=dark]{--banner-color:#e68200;--primary-color:#333;--secondary-color:#454545;--tertiary-color:#f7f7f7;--forth-color:#141414;--text-primary-color:#777;--placeholder-color:hsla(0,0%,43%,.527);--heading-color:#2c2c2c;--button-color:#777;--border:1px solid red;--disabled-color:#a2a0a0;--disabled-bg:#ddd;--selected-row:rgba(141,80,0,.194);--gold:#bf9f65;--white:#fff;--black:#000}[data-theme=light]{--gold:#bf9f65;--banner-color:#e68200;--primary-color:#333;--secondary-color:#e4e4e4;--tertiary-color:#f7f7f7;--forth-color:#fff;--text-primary-color:#777;--placeholder-color:hsla(0,0%,43%,.527);--heading-color:#555;--button-color:#777;--border:1px solid red;--disabled-color:#a2a0a0;--disabled-bg:#ddd;--selected-row:rgba(141,80,0,.194);--black:#fff;--white:#141414}[data-theme=dark] body{background-color:#000}@media only screen and (max-width:600px){html{font-size:12px}}.menu{position:relative;width:var(--width);padding:10px;background-color:#dba8492c;height:90vh;transition:all .5s}.hamburger{position:absolute;cursor:pointer;top:-18px;left:5px}.style_header__Hflh4{display:flex;align-items:center;height:10vh;padding-inline:10px;justify-content:space-between}.style_form__qfksl{display:flex;width:100%;padding:1rem;flex-direction:column}.style_container__zjB_E{height:100%;width:100%;overflow-y:auto;overflow-x:hidden}.toggle_container__597fS{position:relative;margin-inline:.5rem;min-height:2.5rem;flex-shrink:1;border-radius:5px;display:flex}.toggle_toggle__wyigb{border:1px solid var(--text-primary-color);border-radius:3px;cursor:pointer;padding:8px;margin-right:.5rem}.toggle_input__7nPxF{height:0;width:0;visibility:hidden}.toggle_toggleContainer__Jm1wL{width:100%;top:10px;align-items:center;display:flex}.toggle_input__7nPxF:checked+div .toggle_toggle__wyigb{background-color:var(--primary-color);border:1px solid var(--primary-color)}.toggle_label__buzYn{margin-left:10px;color:var(--text-primary-color);font-size:.8rem;text-transform:capitalize}.toggle_error__ufkpd{border:1px solid rgba(255,0,0,.678);box-shadow:2px 0 16px -4px rgba(255,0,0,.62);-webkit-box-shadow:2px 0 16px -4px rgba(255,0,0,.62);-moz-box-shadow:2px 0 16px -4px rgba(255,0,0,.62);animation:toggle_shake__BPfmx .5s both}@keyframes toggle_shake__BPfmx{0%{transform:translateX(-5px)}50%{transform:translateX(5px)}to{transform:translateX(0)}}@media only screen and (max-width:1200px){.toggle_container__597fS{flex-grow:1}}.toggle_slider__1N9Rf{position:relative;cursor:pointer;min-width:2rem;height:14px;top:0;left:0;right:0;bottom:0;background-color:var(--placeholder-color);transition:.4s;border-radius:30px;border:1px solid grey}.toggle_slider__1N9Rf:before{position:absolute;content:"";height:13px;aspect-ratio:1;top:0;left:0;bottom:4px;background-color:var(--forth-color);transition:.2s;border-radius:50%}input:checked+.toggle_slider__1N9Rf{background-color:var(--primary-color);border:1px solid hsla(0,0%,100%,.15)}input:checked+.toggle_slider__1N9Rf:before{transform:translateX(19px)}.style_customerForm__gvt_x{padding:1rem;display:flex;flex-direction:column}.style_mouTable__MAm6A{max-width:100%;overflow:scroll;width:100%;font-size:10px}.style_labContainer__VSnZu:hover .style_ocDelete__oDnGd,.style_otherCharges__IbEFr:hover .style_ocDelete__oDnGd{display:flex}.style_mouTable__MAm6A th{z-index:10}.style_mouTable__MAm6A td,.style_mouTable__MAm6A th{padding-inline:0;border-color:#f4f4f4}.style_mouTable__MAm6A table::-webkit-scrollbar,.style_mouTable__MAm6A::-webkit-scrollbar{display:none!important}.style_timelineTable__MTroz{background-color:#fff!important}.style_chip__HcgtH{cursor:pointer;font-size:10px;color:var(--gold);border:1px solid var(--gold);padding:3px;border-radius:5px}.style_chip__HcgtH:hover{background-color:var(--gold);color:#fff}.style_table__g75ZT{width:100%}.style_img__T8zrU{display:none}.style_particlar__pqfFz:hover .style_instruction__KRGMT{display:inline-flex;gap:0}.style_instruction__KRGMT{display:none;cursor:pointer}.style_printBtn__n_Vg8{display:flex;justify-content:space-between;width:99%;gap:10px;margin:5px}.style_button__xvm_S{display:flex;gap:12px;justify-content:center;align-items:center}.style_addBtn__eYTGl{cursor:pointer}.style_diamondTbl__Rf1LJ{width:60%;border:1px solid #146943}.style_newmouToggle__OrfV2{display:flex}.style_deleteColourstone__7uMht{position:absolute;top:1rem;cursor:pointer}.style_printOnly__LCH6Q,.style_printPdfContainer__9jErn{display:none}.style_ocDelete__oDnGd{position:absolute;top:50%;right:1px;transform:translateY(-50%);display:none;align-items:center;justify-content:center;width:22px;height:22px;background:transparent;border:none;cursor:pointer;padding:0}.style_actionsTd__ckNqU{position:relative;padding-right:28px}.style_labContainer__VSnZu:hover .style_ocDelete__oDnGd,.style_otherCharges__IbEFr:hover .style_ocDelete__oDnGd{display:inline-flex}@media print{@page{margin:0;size:auto;color:#000!important}.style_addIns__QEwC0,.style_newmouToggle__OrfV2{display:none}.style_img__T8zrU{display:flex;justify-content:space-between;align-items:center;margin:.5rem;color:#000}.style_deleteIcon__Oof3I{display:none}.style_printBtn__n_Vg8{display:none!important}.style_print_section__GN_Ai{all:unset;box-sizing:border-box;width:100%}.style_mouTable__MAm6A{all:unset;width:100%!important;margin:auto}.style_mouTable__MAm6A th{background-color:#ffe3af;border:1px solid #000}.style_mouTable__MAm6A thead{border-collapse:collapse}.style_mouTable__MAm6A td{border:1px solid #000;border-collapse:collapse}.style_diamondTbl__Rf1LJ thead{z-index:100000000000000000;background-color:#ffe3af}.style_labourTable__vbSxd{width:95%;margin-top:2rem;border:1px solid #000!important}.style_returnPolicy__lDkAs{margin-top:2rem;width:95%}.style_payment__WYw3x{margin-top:2rem}.style_payment__WYw3x tr{border:none!important}.style_info__RRyKw tr td,.style_particlar__pqfFz td{border:none}.style_log__YgMCn{display:none}.style_timelineTable__MTroz tr{width:auto}.style_addBtn__eYTGl,.style_noPrint__SSZcg,.style_selectCol__1I9qC{display:none}.style_printOnly__LCH6Q{display:flex;width:100%;justify-content:center;margin-top:.3rem}.style_printPdfContainer__9jErn{display:block}.style_delete__azAFP{display:none}.style_pdf__z46wB{display:flex}.style_ocDelete__oDnGd{display:none!important}}.darkLight_container__fuGUZ{position:relative;margin-inline:.5rem;flex-shrink:1;border-radius:5px;display:flex}.darkLight_toggle__iTlsV{border-radius:3px;cursor:pointer;padding:8px}.darkLight_input___I8V3{height:0;width:0;visibility:hidden}.darkLight_toggleContainer__UzmV4{width:100%;align-items:center;display:flex}.darkLight_input___I8V3:checked+div .darkLight_toggle__iTlsV{background-color:var(--primary-color);border:1px solid grey}.darkLight_label__5vQi_{margin-left:10px;color:#000!important;font-size:.6rem;text-transform:capitalize}.darkLight_error__fDWQA{border:1px solid rgba(255,0,0,.678);box-shadow:2px 0 16px -4px rgba(255,0,0,.62);-webkit-box-shadow:2px 0 16px -4px rgba(255,0,0,.62);-moz-box-shadow:2px 0 16px -4px rgba(255,0,0,.62);animation:darkLight_shake__rMtmR .5s both}@keyframes darkLight_shake__rMtmR{0%{transform:translateX(-5px)}50%{transform:translateX(5px)}to{transform:translateX(0)}}@media only screen and (max-width:1200px){.darkLight_container__fuGUZ{flex-grow:1}}.darkLight_slider__cjwS9{position:relative;cursor:pointer;min-width:2.8rem;height:1.5rem;top:0;left:0;right:0;bottom:0;background-color:var(--placeholder-color);transition:.4s;border-radius:30px;border:1px solid grey!important}.darkLight_slider__cjwS9:before{position:absolute;content:"";height:1rem;width:1rem;top:3px;left:4px;bottom:4px;background-color:grey;transition:.4s;border-radius:50%}input:checked+.darkLight_slider__cjwS9{background-color:var(--primary-color);border:1px solid hsla(0,0%,100%,.15)}input:checked+.darkLight_slider__cjwS9:before{transform:translateX(20px)}.style_Menus__Gq4Tv{display:flex;flex-direction:column;gap:10px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.style_Menus__Gq4Tv span{font-size:.9rem;color:var(--gold);cursor:pointer}.style_Menus__Gq4Tv ul li{padding-left:25px;padding-block:2px;font-size:.8rem;cursor:pointer}.style_Menus__Gq4Tv ul li:hover{color:var(--gold)}.toast_toastContainer__AFkCy{position:absolute;right:0;top:0;background:#000;padding:1rem;min-width:15rem;border-top-left-radius:5px;border-bottom:5px solid #fff;animation:toast_animate__LXfBR 1s ease-in-out;z-index:5}@keyframes toast_animate__LXfBR{0%{right:-100%}70%{right:5%}to{right:0}}.toast_title__tv3Wt{margin-top:5px;font-size:.9rem;font-weight:700;white-space:nowrap;color:#fff}.toast_message__Q2Uau{font-size:.8rem;white-space:nowrap;color:#fff}.toast_progress__wgq9u{position:absolute;left:0;bottom:-5px;height:5px;width:0;animation:toast_animateProgress__HORWY 3s ease-in 1s both}@keyframes toast_animateProgress__HORWY{0%{width:0}to{width:100%}}.toast_success__fdXHZ{background-color:#054105}.toast_successDiv__QzQCd{background-color:#239123}.toast_danger__lAC4x{background-color:red}.toast_dangerDiv__kFTPG{background-color:#f64747}.style_main__2HF0I{background-color:#dfeaf6;height:100vh}.style_loginContainer__2Xl7l{display:flex;flex-direction:column;align-items:center;justify-content:center;height:80vh;background-color:#dfeaf6;padding:20px}.style_box___7FP0{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1);padding:20px;max-width:400px;width:100%}.style_title__goxtX{font-size:1.8rem;color:#333;margin-bottom:.5rem}.style_subtitle__JcSnU{color:#666;margin-bottom:1.5rem}.style_email__xOfqy{margin-bottom:1rem}.style_email__xOfqy label{display:block;margin-bottom:.5rem;font-weight:500}.style_email__xOfqy input{width:90%;padding:10px;border:1px solid #ccc;border-radius:4px;font-size:1rem}.style_password__NOZTX{position:relative}.style_eye__4wtoX{position:absolute;right:20px;top:65%;transform:translateY(-50%);cursor:pointer}.style_button__BrE83{width:100%;padding:10px;background-color:#007bff;color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .3s}.style_button__BrE83:hover{background-color:#0056b3}@media (max-width:600px){.style_box___7FP0{padding:15px}.style_title__goxtX{font-size:1.5rem}.style_button__BrE83{font-size:.9rem}}.style_container__x0ml_{display:flex;gap:1rem;margin:1rem;justify-content:flex-end}.style_buttons__fkYgm{cursor:pointer;display:flex;gap:.3rem}.style_buttons__fkYgm:hover{color:var(--gold)}.style_title__Af3Jq{font-size:12px}.style_tableContainer__TEYD0{margin:10px;width:100%;height:100%;overflow:scroll}.style_tableContainer__TEYD0::-webkit-scrollbar{height:8px;width:10px}.style_tableContainer__TEYD0::-webkit-scrollbar-thumb{background-color:#ffe3af;border-radius:3px}.style_tableContainer__TEYD0::-webkit-scrollbar-track{background:#f1f1f1}.style_icon___DFDF{cursor:pointer}.style_clearFilter__FAcFD{cursor:pointer;font-size:12px}.style_table__SB5dt{overflow-x:auto!important;max-width:100%!important}.style_table__SB5dt::-webkit-scrollbar{height:8px}.style_deleteModal__U_CEo{padding-top:1rem;width:100%;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:5px}.style_deleteModal__U_CEo>div{display:flex;gap:5px;justify-content:center;align-items:center}.style_diamondTbl__Rs2oO{width:100%!important}@media print{.style_diamondTbl__Rs2oO thead{background-color:#bbf0df;font-weight:700}.style_trr__xHsxm{font-weight:700!important}}.style_logHeader__Yp8Sg{display:flex;justify-content:space-between;margin-right:2rem}.style_deleteBtn__gkRna{display:flex;align-items:center;cursor:pointer;transition:all 3s}.style_deleteBtn__gkRna:hover{scale:1.3}.mfg_container{display:none}.instructions{display:flex;gap:1rem}.title{font-size:2rem;font-weight:700}@media print{@page{margin:10mm;border:1px solid #000}.mfg_container{display:flex;flex-direction:column;width:100%;font-size:2rem;color:#000;padding:1rem;font-family:Arial,sans-serif}.mfg_Cli_Name{display:grid;justify-content:end;text-align:right;font-size:1.5rem;margin:2rem;grid-gap:1rem;gap:1rem}.mfg_MainContent{margin-top:3rem}.head{padding:.5rem;text-decoration:underline}.imgs{margin-top:2rem;flex-direction:column}.imgs,.instructions{display:flex;gap:1rem}}.style_inputContainer__CAfJl{display:flex;flex-direction:column;height:3rem;min-width:10rem;max-width:15rem;justify-content:center}.labelContainer{display:none}@media print{.labelContainer{display:flex;flex-direction:column;width:95%;font-size:2rem;color:#000}div:first-child(p){color:red}.hrLine{width:98%;margin-top:1rem;margin-bottom:1rem;border-bottom:1px solid #000}.label{font-weight:550;min-width:8rem}}.style_mouTableContainer__zB8Ap{position:relative;width:100%!important}.style_addBtn__0wKQr{color:var(--gold);cursor:pointer;position:absolute;top:-1.5rem;right:0}.style_moutbl__PH4_k{margin-top:1.5rem;width:100%!important}.style_logContainer__N5ANm{width:100%!important}.style_termsContaier__BiA_4{display:flex;flex-direction:column;gap:.3rem}.style_deleteBtn__qEkjM{display:none}.style_terms__8Z4xb:hover .style_deleteBtn__qEkjM{margin-left:1rem;color:red;display:inline-block}.style_saveBtnContainer__eQuKJ{display:flex;gap:.7rem;width:99%;justify-content:end;margin-bottom:2rem}.style_saveBtnContainer__eQuKJ *{cursor:pointer}.style_termAddBtn___12ZC{display:flex;color:var(--gold);cursor:pointer;font-size:.8rem}.style_printMou__HiXKT{display:none}@media print{@page{margin:1rem;border:1px solid #000;size:auto;color:#000!important;padding:.5rem}.style_printMou__HiXKT{display:block}.style_actions__gZosQ,.style_addBtn__0wKQr,.style_logContainer__N5ANm,.style_saveBtnContainer__eQuKJ,.style_termAddBtn___12ZC{display:none}}.style_printHeader__qIzA8{display:none}@media print{.style_printHeader__qIzA8{display:block;position:relative;margin-bottom:1rem;gap:.5rem}.style_logo__mJKsy{display:block;margin:0 auto;width:120px}.style_text__qOXYQ{display:block;margin:0 auto;width:50%;text-align:center}.style_details__P03_t{position:absolute;margin-top:.3rem;top:0;right:0;text-align:right;font-size:12px;color:#000;line-height:1.6}}.printOnly_printView__FF47J{font-size:13px;color:#000;margin-top:1rem}.printOnly_printTable__yv89m{width:100%;border-collapse:collapse}.printOnly_printTable__yv89m td,.printOnly_printTable__yv89m th{padding:6px;border:1px solid #000;text-align:left}@media screen{.printOnly_printView__FF47J{display:none}}@media print{.printOnly_printView__FF47J{display:block}}.style_saveBtnContainer__gZtT_{display:flex;justify-content:flex-end;align-items:center;margin-bottom:1rem;gap:.5rem}.style_saveBtnContainer__gZtT_ *{cursor:pointer}.style_headerSection__qScSt{display:flex;justify-content:space-between;margin-bottom:1rem}.style_leftHeader__T_GeA,.style_rightHeader__JKzBI{width:48%}.style_leftHeader__T_GeA p,.style_rightHeader__JKzBI p{margin:4px 0;font-size:14px}.style_poTableContainer__RXOpP{margin-top:1rem;position:relative}.style_addSave__Icx3B{display:flex;align-items:center;gap:.5rem}.style_termAddBtn__w_2m5{display:inline-flex;align-items:center;padding:4px 8px;cursor:pointer;font-size:14px;border-radius:3px;margin-bottom:5px}.style_poTable__tC1uI{width:100%;border-collapse:collapse;margin-top:5px}.style_poTable__tC1uI td,.style_poTable__tC1uI th{text-align:center;padding:5px;font-size:13px}.style_terms__wma9M{margin:5px 0;font-size:13px;display:flex}.style_deleteBtn__cUuG3{margin-left:10px;color:red;cursor:pointer}.style_headerWrapper__H0PZ5{width:100%;margin-bottom:1rem}.style_emailRow__13dgi{text-align:center;font-size:15px;margin-bottom:8px;display:flex;align-items:center;justify-content:center}.style_headerBottom__lgwbe{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.style_leftSide__ZXu6d{width:50%;display:flex;align-items:center;flex-direction:row;gap:6px}.style_leftSide__ZXu6d label{font-size:14px}.style_leftSide__ZXu6d input{padding:4px;font-size:13px;width:100%}.style_rightSide__ypmwL{width:40%;display:flex;flex-direction:column;gap:8px}.style_inputRow__JBjCW{display:flex;align-items:center;gap:8px}.style_inputRow__JBjCW input{flex:1 1;padding:4px;font-size:13px}.style_textRow__yY085{font-size:14px}.style_logsContainer__qhaks{border-top:1px solid #b5b4b4d4;margin-top:1rem}@media print{.style_ActionBtn__WZ0k1,.style_addBtn__yYmDl,.style_addSave__Icx3B,.style_deleteBtn__cUuG3,.style_logsContainer__qhaks,.style_saveBtnContainer__gZtT_,.style_termAddBtn__w_2m5,.style_termsEmpty__Ap7Q6{display:none!important}.style_inputs__5Pcmq{border:none;background:none}.style_poTable__tC1uI{border-collapse:collapse!important;width:100%!important}.style_poTable__tC1uI td,.style_poTable__tC1uI th{border:1px solid #000!important;font-size:12px!important;padding:2px!important;margin:2px!important;text-align:center!important}}.NoPermission_container__D4gIl{display:flex;justify-content:center;align-items:center;height:90%;width:90%;padding:20px}.NoPermission_content__eBAP5{padding:40px;border-radius:10px;text-align:center;box-shadow:0 4px 12px rgba(0,0,0,.1);max-width:500px;width:100%}.NoPermission_iconContainer__HHsAz{background-color:#d32f2f;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;width:100px;height:100px;margin-bottom:30px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.NoPermission_title__C_YpZ{font-size:28px;font-weight:700;color:#333;margin-bottom:10px}.NoPermission_subtitle__oKhCB{font-size:18px;color:#555;margin-bottom:20px}.NoPermission_description__9t_vv{font-size:16px;color:#777;line-height:1.5}.NoPermission_content__eBAP5:hover{box-shadow:0 6px 18px rgba(0,0,0,.15);transition:box-shadow .3s ease}@media (max-width:600px){.NoPermission_content__eBAP5{padding:20px}.NoPermission_title__C_YpZ{font-size:24px}.NoPermission_subtitle__oKhCB{font-size:16px}.NoPermission_description__9t_vv{font-size:14px}}.style_formContainer__O3m7s{margin:2rem;max-width:auto;display:flex;flex-wrap:wrap;gap:1rem}.style_modalForm__xW3Ro{display:flex;width:100%;height:15vw;flex-direction:column;justify-content:center;align-items:center;gap:.6rem}.style_modalForm__xW3Ro input[type=button]{width:30%;cursor:pointer}.style_modalForm__xW3Ro input[type=button]:hover{background:#bc7e56}.sytyle_container__9C2vg{display:flex;gap:5px;padding:1rem;gap:2rem}.sytyle_tableContainer__Acg4Z{display:flex;flex-direction:column;flex:1 1;max-height:78vh;margin-top:1rem;overflow-x:hidden;overflow:auto}.sytyle_tableContainer__Acg4Z table tr:first-child{position:-webkit-sticky;position:sticky;top:0}.sytyle_tableContainer__Acg4Z::-webkit-scrollbar{display:none}.sytyle_textarea__DoJ8t{width:90%;outline:none;border:1px solid hsla(0,0%,50%,.33);border-radius:10px;padding:15px;font-size:12px}.sytyle_container__9C2vg p{font-size:12px}.sytyle_tagContainer__R5FLj{display:flex;font-size:25px!important;gap:1rem;margin-top:1rem;justify-content:center;flex-wrap:wrap}.sytyle_tag__PtgDz{font-size:1rem!important;border:1px solid var(--gold);padding:4px;text-align:center;border-radius:5px;cursor:pointer}.sytyle_selected__3_xrw{background-color:#dde4be}.style_explorerWrap__i9K0q{padding:18px;background:#f3f6fb;min-height:100vh;box-sizing:border-box}.style_header__a7iVX{display:flex;align-items:center;gap:12px;margin-bottom:14px}.style_header__a7iVX h2{margin:0;font-size:20px;color:#0f172a}.style_backBtn__naVEU{margin-left:auto;padding:6px 10px;border-radius:6px;border:1px solid #e6eef8;background:#fff;cursor:pointer;font-size:16px}.style_contentArea__Hef5q{display:flex;flex-direction:column}.style_mainSplit__lGz4S{display:flex;flex-direction:row;gap:16px;align-items:flex-start}.style_leftSide__Y8RC_{flex:1 1;min-width:0}.style_rightSide__zlkmT{width:360px;flex-shrink:0;position:relative;top:40px}.style_gridWrap__Y61Tr{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));grid-gap:16px;gap:16px;padding:12px}.style_tile__MUo_j{display:flex;flex-direction:column;align-items:center;gap:10px;color:#eebd02;cursor:pointer;transition:transform .08s ease,box-shadow .08s ease}.style_tile__MUo_j:hover{transform:translateY(-4px);box-shadow:0 6px 18px rgba(12,18,30,.08)}.style_tileLabel__SeZlt{font-size:15px;color:#1f2937}.style_tileLocked__A_t2x{opacity:.6;cursor:not-allowed;position:relative}.style_lockBadge__xDTqk{position:absolute;right:8px;top:8px;background:rgba(0,0,0,.04);border-radius:6px;padding:4px}.style_sectionTitle__fpFNI{margin:8px 12px;color:#0f172a}.style_roleView__X10MY{padding:8px 12px}.style_roleHeader__ae9UO{display:flex;align-items:center;gap:8px;margin-bottom:12px}.style_roleHeader__ae9UO h3{margin:0;color:#0f172a}.style_roleContent__w_EZP{display:grid;grid-gap:12px;gap:12px}.style_card__u3OeV{background:#fff;border-radius:8px;padding:12px;box-shadow:0 2px 8px rgba(12,18,30,.04);min-height:160px}.style_cardHeader__WdJi1{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.style_cardTitle__96SEw{margin:0;font-size:15px}.style_uploadBtn__eFwy5{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:6px;border:1px solid #e6eef8;background:#fbfdff;cursor:pointer}.style_filesGrid__mQzSn{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-gap:12px;gap:12px;padding:8px 2px}.style_fileTile__jfnYU{background:#fff;border-radius:8px;padding:10px;display:flex;flex-direction:column;align-items:flex-start;gap:8px;box-shadow:0 1px 3px rgba(12,18,30,.03)}.style_fileIcon__fUXup{display:flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:6px;background:#f8fafc}.style_fileName__GTXbQ{font-size:13px;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.style_fileActions__hekbz{display:flex;gap:8px;margin-top:6px}.style_iconBtn__EshIW{border:none;background:transparent;cursor:pointer}.style_metaCard__GjmXA{background:#fff;border-radius:8px;padding:12px;box-shadow:0 2px 8px rgba(12,18,30,.04);display:flex;flex-direction:column;gap:10px;min-height:160px}.style_metaHeader__9dtIr{display:flex;align-items:center;justify-content:space-between}.style_metaTitle__SZ1jb{margin:0;font-size:15px}.style_editBtn__CM__E{padding:6px 10px;border-radius:6px;border:1px solid #e2e8f0;background:#fff;cursor:pointer}.style_metaEditor__p_Zu4{width:95%;min-height:140px;padding:8px;border-radius:6px;border:1px solid #e6eef8;resize:vertical;font-family:inherit}.style_metaActions__FZOxl{display:flex;gap:8px;justify-content:flex-end}.style_saveBtn__ru0fY{padding:8px 12px;border-radius:6px;border:none;cursor:pointer;background:#0ea5a4;color:#fff}.style_cancelBtn__nRcMX{padding:8px 12px;border-radius:6px;border:1px solid #e2e8f0;background:#fff;cursor:pointer}.style_hint__BeFJm{color:#64748b}.style_empty__XSuDZ{color:#94a3b8}.style_error__a4GRX{color:#ef4444}.style_loadMoreWrap__3b8YF{display:flex;justify-content:center;margin-top:12px}.style_loadMoreBtn__KJZdr{padding:8px 12px;border-radius:6px;border:1px solid #e2e8f0;background:#fff;cursor:pointer}.style_lockText__zUvi0{color:#ef4444;display:flex;align-items:center;gap:6px}.sytyle_tableContainer__yKmrI{display:flex;flex-direction:column;height:100%;width:100%;padding:1rem}.sytyle_textarea__tUmL4{width:90%;outline:none;border:1px solid hsla(0,0%,50%,.33);border-radius:10px;padding:15px;font-size:12px}.sytyle_container__5COlA{display:flex;flex-direction:column;gap:5px;padding:1rem}.sytyle_container__5COlA p{font-size:12px}.style_container__gYFyC{width:100%;height:100%;display:flex;box-sizing:border-box}.style_welcome__8SV9J{font-size:1.2rem;font-weight:600;margin-left:1rem}@media (max-width:768px){.style_container__gYFyC{display:flex;flex-direction:column}}.style_pieChartContainer__k_bmS{margin:.8rem;width:33%;height:100%;padding:20px;background-color:#f9f9f9;background-color:var(--forth-color);border-radius:12px;box-shadow:0 4px 8px rgba(0,0,0,.1);display:flex;flex-direction:column;justify-content:center;align-items:center;box-sizing:border-box;transition:all 2s ease}.style_pieChartHeading__XznZP{font-size:18px;font-weight:700;text-align:center;color:var(--gold);margin-bottom:10px}@media (max-width:768px){.style_pieChartContainer__k_bmS{width:100%;height:auto}}.style_chartContainer___NwOm{width:68%;margin:.8rem;height:100%;box-sizing:border-box;padding:20px;background-color:var(--forth-color);border-radius:12px;box-shadow:0 4px 8px rgba(0,0,0,.1);display:flex;flex-direction:column;align-items:center;color:var(--gold);transition:all 2s ease}.style_chartHeading__1Q_l5{font-size:18px;font-weight:700;text-align:center;color:var(--gold);margin-top:1px;margin-bottom:10px}.style_mainChart__VDmSz{width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:center}@media (max-width:768px){.style_chartContainer___NwOm{padding:10px}.style_chartHeading__1Q_l5{font-size:16px}}.sytyle_tableContainer__KS9qX{display:flex;flex-direction:column;height:100%;width:100%;padding:1rem}.sytyle_form__r2piW{display:flex;flex-direction:column;gap:20px;padding:1rem;flex-wrap:wrap}.style_table__sr9p_{overflow-x:auto}.style_table__sr9p_::-webkit-scrollbar{display:none}.style_selectTag__taVZd{all:unset;cursor:pointer;width:7rem;border:1px solid #000;padding:5px;border-radius:1rem}.style_close__S7YK7{display:none}.style_tableView__cLmgd:hover .style_close__S7YK7{display:block}.load_container{width:100%;height:100%;background-color:rgba(rgb(81,126,171),rgb(133,213,133),rgb(160,160,174),.6);display:flex;justify-content:center;align-items:center}.load{width:-moz-fit-content;width:fit-content;font-size:70px;font-family:system-ui,sans-serif;font-weight:700;text-transform:uppercase;color:#9a383800;-webkit-text-stroke:1px #e48f45;background:conic-gradient(#e48f45 0 0) 0/0 100% no-repeat text;animation:l1 1s linear infinite}.load:before{content:"Loading "}@keyframes l1{to{background-size:120% 100%}}.style_MulLabelPrintContainer__sIOJ7{display:none;background-image:url(/label_baground.jpg)!important}@media print{.style_MulLabelPrintContainer__sIOJ7{font-family:Playfair Display,serif;display:flex;flex-direction:column;width:100vw;height:100vh;box-sizing:border-box;color:#000;font-size:.8rem;padding:1rem;gap:2rem;background-image:url(/label_baground.jpg)!important;background-size:100% 100%!important;background-repeat:no-repeat!important;background-position:50%!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}.style_sec1__a5LET{width:65%}.style_labelTitle__oZUlY{font-weight:600;font-size:1rem}.style_laeblTo__nOy7N{display:flex;flex-direction:column;gap:.5rem}.style_toSection__KV7eD{display:flex;gap:.5rem;width:100%;pad:.5rem}.style_logoContainer__yIwJD{margin-top:1rem;width:35%;height:auto}.style_logoContainer__yIwJD img{width:100%;padding:2px}.style_infoRow__AcB4d{display:flex;align-items:flex-start;gap:.5rem}.style_infoRow__AcB4d p:first-child{width:5rem;min-width:5rem;flex-shrink:0}.style_addressText__jW0OP{flex:1 1;word-wrap:break-word;overflow-wrap:break-word;white-space:normal;max-width:100%}.style_fromSection__Zs3xx{display:flex;justify-content:flex-end;width:100%}.style_fromContent__H2EOw{width:65%}}.style_tbl__DYOI3{margin-top:.5rem}.style_td__aHfaW{cursor:pointer!important}.style_MulLabelPrintContainer__z5fZO{display:none;background-image:url(/label_baground.jpg)!important}@media print{.style_MulLabelPrintContainer__z5fZO{font-family:Playfair Display,serif;display:flex;flex-direction:column;width:100vw;height:100vh;box-sizing:border-box;color:#000;font-size:.8rem;padding:1rem;gap:2rem;background-image:url(/label_baground.jpg)!important;background-size:100% 100%!important;background-repeat:no-repeat!important;background-position:50%!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}.style_sec1__VFcCQ{width:65%}.style_labelTitle__zhL5F{font-weight:600;font-size:1rem}.style_laeblTo__PGXa3{display:flex;flex-direction:column;gap:.5rem}.style_toSection__T5fW2{display:flex;gap:.5rem;width:100%;pad:.5rem}.style_logoContainer__m6N37{margin-top:1rem;width:35%;height:auto}.style_logoContainer__m6N37 img{width:100%;padding:2px}.style_infoRow__KcZXg{display:flex;align-items:flex-start;gap:.5rem}.style_infoRow__KcZXg p:first-child{width:5rem;min-width:5rem;flex-shrink:0}.style_addressText__LMWSa{flex:1 1;word-wrap:break-word;overflow-wrap:break-word;white-space:normal;max-width:100%}.style_fromSection__YOoT1{display:flex;justify-content:flex-end;width:100%}.style_fromContent__uXyob{width:65%}}.style_container__6rX_E{display:flex;grid-gap:.5rem;gap:.5rem;flex-wrap:wrap;width:100%;display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));grid-gap:10px;gap:10px}.style_checkConatiner__64gbA{display:flex;gap:.5rem;cursor:pointer;margin-top:1rem;width:180px;text-align:center;padding:5px}.style_checkUncheck__xWm_S{width:1rem;height:1rem;border:1px solid var(--gold);border-radius:4px}.style_check__jhTYi{background-color:var(--gold)}.style_btn__41ch6{width:100%;display:flex}.style_customerListHeader__kL662{display:flex;justify-content:flex-end;gap:1.3rem;align-items:center;position:-webkit-sticky;position:sticky;top:0;z-index:9999;width:100%;color:var(--gold);background-color:var(--black)}.style_filter__pv9YS{cursor:pointer}.style_missingClinet__gj17E{gap:5px}.style_download__ZsQ_x,.style_missingClinet__gj17E{display:flex;cursor:pointer;font-size:.9rem;transition:all 2s}.style_download__ZsQ_x{justify-content:center;gap:2px}.style_lableType__87wls{display:flex;height:100%!important;justify-content:center;align-items:center;margin:1rem;gap:1rem}.style_lbl__1Xr5j{border:1px solid var(--gold);padding:10px;border-radius:1rem;cursor:pointer;transition:all 3s;text-align:center}.style_container__E7DpS{border:1px solid red;overflow-x:scroll}.style_fields__hmZfg{display:flex;width:100%}.style_width__LRfhJ{width:50rem}.style_field__tsn7C{border:1px solid salmon;border-radius:8px}.style_tr__75j7j{padding:1rem!important;margin:1rem}.style_printContainer__Jy8qM{display:none}@media print{.style_printContainer__Jy8qM{display:flex;flex-direction:column}tr{border:1px solid #000!important}td,th{background:none!important;border:1px solid #000!important}}.style_container__0bweY{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem;justify-content:center;align-items:center}