@import"https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap";.slider{height:100%;position:relative}@media screen and (max-width: 1024px){.slider{display:none}}.slider:after{content:"";width:100%;height:100%;position:absolute;top:0;left:0}.slider>img{object-position:center;object-fit:cover}.slider>img:not(.logoWhite){width:100%;height:100%}.slider .logoWhite{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.slider .imgCover,.slider .imgCover .onboardingImgContainer,.slider .imgCover .onboardingImgContainer .custom-carousel{height:100%}.authContainer{overflow:hidden}.authContainer .footer{width:50%;padding:15px}.authContainer .footer .nav{width:100%}.authContainer .footer .copyright{display:none}.authContainer .authHeader{background-color:var(--white);border-bottom:1px solid var(--gray_100);width:100%;padding:23px 80px}.authContainer .authHeader .authHeaderInner{margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:15px}.authContainer .authHeader .authHeaderInner .authAction{display:flex;align-items:center;justify-content:space-between;gap:12px}.authContainer .authBody{display:flex;height:100vh}.authContainer .authBody .slider,.authContainer .authBody .componentContainer{width:50%;height:100%}@media screen and (max-width: 1024px){.authContainer .authBody .slider,.authContainer .authBody .componentContainer{width:100%}}.authContainer .authBody .componentContainer{overflow:auto;padding:25px 0;height:100vh}.authContainer .authBody .componentContainer .authForm{max-width:380px;height:100%;margin:0 auto;display:flex;justify-content:center;flex-direction:column}.authContainer .authBody .componentContainer .authForm h1{font-family:Poppins;font-weight:600;font-size:36px;color:var(--black);line-height:1;text-align:center;margin-bottom:10px}.authContainer .authBody .componentContainer .authForm>p{font-family:Poppins;font-weight:400;font-size:14px;color:var(--gray_500);line-height:1.5;text-align:center}.authContainer .authBody .componentContainer .authForm>p span{font-family:Poppins;font-weight:400;font-size:14px;color:var(--gray_800);line-height:1.5}.authContainer .authBody .componentContainer .authForm .form{display:flex;flex-direction:column;gap:10px;margin-top:30px}.authContainer .authBody .componentContainer .authForm .form .otpField{max-width:232px;display:flex;gap:24px;margin:0 auto}.authContainer .authBody .componentContainer .authForm .form .otpField input{text-align:center}.authContainer .authBody .componentContainer .authForm .form .burronWrapper{margin:10px 0}.authContainer .authBody .componentContainer .authForm .form .otpForm{max-width:230px;margin:0 auto}.authContainer .authBody .componentContainer .authForm .form .otpForm .burronWrapper{margin:30px 0}.authContainer .authBody .componentContainer .authForm .logo{margin-left:-6px;margin-bottom:19px}.rememberMe{display:flex;align-items:flex-start;justify-content:space-between;margin:10px 0}.rememberMe label{margin-right:0;margin-left:-7px;margin-top:-7px}.rememberMe p{font-family:Poppins;font-weight:400;font-size:14px;color:var(--gray_500);line-height:1.4}.rememberMe button{padding:0;margin:6px 0 0}.rememberMe .checkbox .MuiFormControlLabel-label{font-family:Poppins!important;font-weight:400;font-size:16px!important;color:var(--black)!important;line-height:1.4!important}.rememberMe .checkbox.checkError .MuiFormControlLabel-label{font-family:Poppins!important;font-weight:400;font-size:16px!important;color:var(--error_500)!important;line-height:1.4!important}.rememberMe .checkbox.check_primary .MuiFormControlLabel-label{font-family:Poppins!important;font-weight:400;font-size:16px!important;color:var(--primary_blue_500)!important;line-height:1.4!important}.signupLink p{font-family:Poppins;font-weight:400;font-size:16px;color:var(--black);line-height:1.4;text-align:center}.signupLink button{padding:0;font-size:16px}.resendTime p{font-family:Poppins;font-weight:400;font-size:16px;color:var(--primary_blue_500);line-height:1.4;text-align:center}.businessInfo{width:100%;display:flex;flex-direction:column;gap:24px}.businessInfo .infoHeader{width:100%;border-bottom:1px solid var(--gray_300);padding:26px 0}.businessInfo .infoHeader h1{font-family:Poppins;font-weight:600;font-size:24px;color:var(--black);line-height:1.4;text-align:center;margin-bottom:20px}.businessInfo .infoHeader .stepper{max-width:1280px;padding:0 15px;margin:0 auto}.businessInfo .stepperContainer{width:100%;max-width:1280px;padding:0 15px 50px;margin:0 auto}.businessInfo .stepperContainer .businessInfo_step{max-width:360px;margin:0 auto}.businessInfo .stepperContainer .businessInfo_step.contactInfo{max-width:1280px;margin:0 auto}.step_help{margin:24px 0}.step_help p{font-family:Poppins;font-weight:400;font-size:14px;color:var(--gray_500)!important;line-height:1.4}.step_help p a{font-family:Poppins;font-weight:400;font-size:14px;color:var(--linking)!important;line-height:1.4}.step_help.flex{display:flex;align-items:flex-start}.step_help.flex label{margin-top:-7px;margin-right:5px}:root{--primary_blue_50: #EEF3F7;--primary_blue_100: #C9DAE5;--primary_blue_200: #AFC9D9;--primary_blue_300: #8AB0C7;--primary_blue_400: #73A1BD;--primary_blue_500: #01ccff;--primary_blue_600: #497D9D;--primary_blue_700: #39617A;--primary_blue_800: #2C4B5F;--primary_blue_900: #223A48;--secondary_blue_50: #E9EDF1;--secondary_blue_100: #BBC8D3;--secondary_blue_200: #9AADBD;--secondary_blue_300: #6C889F;--secondary_blue_400: #4F718D;--secondary_blue_500: #234D70;--secondary_blue_600: #204666;--secondary_blue_700: #193750;--secondary_blue_800: #132A3E;--secondary_blue_900: #0F202F;--white: #FFFFFF;--black: #000000;--gray_50: #F9FAFB;--gray_100: #F3F4F6;--gray_200: #E5E7EB;--gray_300: #D2D6DB;--gray_400: #9DA4AE;--gray_500: #6C737F;--gray_600: #4D5761;--gray_700: #384250;--gray_800: #1F2A37;--gray_900: #111927;--error_50: #FEF3F2;--error_100: #FEE4E2;--error_200: #FECDCA;--error_300: #FDA29B;--error_400: #F97066;--error_500: #F04438;--error_600: #D92D20;--error_700: #B42318;--error_800: #912018;--error_900: #7A271A;--warning_50: #FFFAEB;--warning_100: #FEF0C7;--warning_200: #FEDF89;--warning_300: #FEC84B;--warning_400: #FDB022;--warning_500: #F79009;--warning_600: #DC6803;--warning_700: #B54708;--warning_800: #93370D;--warning_900: #7A2E0E;--success_50: #ECFDF3;--success_100: #D1FADF;--success_200: #A6F4C5;--success_300: #6CE9A6;--success_400: #32D583;--success_500: #12B76A;--success_600: #039855;--success_700: #027A48;--success_800: #05603A;--success_900: #054F31;--linking: #6194FE;--blackLight: #292D32;--border: #E6E5F5}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}html,body{overflow:hidden;scroll-behavior:smooth}.editorData h1{display:block;font-size:2em;margin:.67em 0;font-weight:700;font:initial}.editorData h2{display:block;font-size:1.5em;margin:.83em 0;font-weight:700}.editorData h3{display:block;font-size:1.17em;margin:1em 0;font-weight:700}.editorData h4{display:block;margin:1.33em 0;font-weight:700}.editorData h5{display:block;font-size:.83em;margin:1.67em 0;font-weight:700}.editorData h6{display:block;font-size:.67em;margin:2.33em 0;font-weight:700}.editorData p{display:block;margin:1em 0}.editorData blockquote{display:block;margin:1em 40px}.editorData pre{display:block;font-family:monospace;white-space:pre;margin:1em 0}.editorData a{color:initial;text-decoration:underline;cursor:auto}.editorData img{display:inline-block}.editorData var{font-style:italic}.editorData q{display:inline}.editorData small{font-size:smaller}.editorData strike{text-decoration:line-through}.editorData sub{vertical-align:sub;font-size:smaller}.editorData sup{vertical-align:super;font-size:smaller}.editorData b{font-weight:700}.editorData u{text-decoration:underline}.editorData ol{display:block;list-style-type:decimal;margin:1em 0;padding-left:40px}.editorData ul{display:block;list-style-type:disc;margin-top:1em;margin-bottom:1 em;margin-left:0;margin-right:0;padding-left:40px}.editorData li{display:list-item}.editorData fieldset{display:block;margin-left:2px;margin-right:2px;padding:.35em .75em .625em;border:2px groove initial}.editorData form{display:block;margin-top:0}.editorData label{cursor:default}.editorData legend{display:block;padding-left:2px;padding-right:2px;border:none}.editorData table{display:table;border-collapse:separate;border-spacing:2px;border-color:gray}.editorData caption{display:table-caption;text-align:center}.editorData article{display:block}.editorData aside{display:block}.editorData figure{display:block;margin:1em 40px}.editorData video{margin:0;padding:0;border:0;font-size:inherit;font:initial;vertical-align:baseline}input::-webkit-input-placeholder{color:var(--gray_700)!important;font-size:14px}input::-moz-placeholder{color:var(--gray_700)!important;font-size:14px}input::-ms-input-placeholder{color:var(--gray_700)!important;font-size:14px}input::placeholder{color:var(--gray_700)!important;font-size:14px}textarea::-webkit-input-placeholder{color:var(--gray_700)!important;font-size:14px;opacity:.42}textarea::-moz-placeholder{color:var(--gray_700)!important;font-size:14px;opacity:.42}textarea::-ms-input-placeholder{color:var(--gray_700)!important;font-size:14px;opacity:.42}textarea::placeholder{color:var(--gray_700)!important;font-size:14px;opacity:.42}.select_placeholder{color:var(--gray_700)!important;font-size:14px;opacity:.42}input.Mui-disabled{opacity:.55!important;color:var(--gray_700)!important;-webkit-text-fill-color:var(--gray_700)!important}input.Mui-disabled::placeholder{color:var(--gray_700)!important}.MuiAutocomplete-inputRoot{padding:0 0 0 5px!important}.colorPrimary{color:var(--primary_blue_500)}.tableSearch{width:400px}.flex{display:flex!important;align-items:center}.flex.align_end{align-items:flex-end}.flex.center{justify-content:center}.flex.between{justify-content:space-between}.flex.start{justify-content:start}.flex.end{justify-content:end}.flex.row{flex-direction:row}.flex.column{flex-direction:column}.flex.align_start{align-items:flex-start}.flex.g_5{gap:5px}.flex.g_1{gap:1px}.no_wrap{white-space:nowrap;word-break:keep-all}.tbl_text_center{width:100%!important;text-align:center}.MuiButtonBase-root.Mui-disabled.MuiIconButton-root.btn_check{background-color:var(--primary_blue_500)}.MuiMenu-paper{box-shadow:none!important;box-shadow:#63636333 0 2px 8px!important}.searchInput{width:400px}.searchInput .MuiInputBase-root{padding:0!important}.searchInput .formLabel{display:none}.filterContainer{background-color:var(--primary_blue_50);padding:24px 16px;margin-top:24px;border-radius:4px;display:flex;align-items:center;justify-content:space-between;gap:14px}.filterContainer .datepicker-dates{display:flex;align-items:center;gap:14px}.filterContainer .datepicker-dates .MuiAutocomplete-root{max-width:140px}.datepicker{width:fit-content;min-width:140px}.datepicker .MuiStack-root{padding:0}.MuiInputBase-root:hover .MuiOutlinedInput-notchedOutline{border-color:var(--primary_blue_500)!important}table{border-collapse:collapse;border-spacing:0}*{box-sizing:border-box}@-moz-document url-prefix(){*{scrollbar-width:thin;scrollbar-color:#91a5be #dbe5f3}}::-webkit-scrollbar{width:8px;height:0px;border-radius:4px}::-webkit-scrollbar-track{background-clip:content-box;border-radius:10px}::-webkit-scrollbar-thumb{background-color:var(--primary_blue_500);border-radius:15px}::-webkit-scrollbar-thumb:hover{background-color:var(--primary_blue_500);border-radius:15px}::-webkit-scrollbar-corner,::-webkit-scrollbar-track{background-color:var(--primary_blue_200)}.main p{color:var(--primary)}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px var(--white) inset!important}button{text-transform:capitalize!important}button.square{border-radius:4px!important}button.btn_edit{background-color:var(--gray_100)}button.btn_delete{background-color:var(--error_100)}button.btn_delete svg{fill:var(--error_500)}button.btn_close{background-color:var(--primary_blue_50)!important}button.btn_close:hover{background-color:var(--primary_blue_50);opacity:.8}button.btn_check{background-color:var(--primary_blue_500)}button.btn_check:hover{background-color:var(--primary_blue_500);opacity:.8}button.btn_block{background-color:var(--error_100)!important;color:var(--error_500)}button.btn_reject{background-color:var(--warning_100)!important;color:var(--warning_500)}button.btn_approve{background-color:var(--success_100)!important;color:var(--success_500)}.custom-carousel{height:calc(100vh - 90px)}.custom-carousel div{height:100%!important}.custom-carousel div img{height:100%;width:100%;object-fit:cover;object-position:center}.top_50{padding-top:50px!important}.formLabel{display:block;font-family:Poppins!important;font-weight:500;font-size:14px!important;color:var(--black)!important;line-height:1.4!important;margin-bottom:10px}.formLabel sup{color:var(--error_500)}.checkbox .MuiFormControlLabel-label{font-family:Poppins!important;font-weight:400;font-size:14px!important;color:var(--black)!important;line-height:1.4!important}.checkbox.checkError .MuiFormControlLabel-label{font-family:Poppins!important;font-weight:400;font-size:14px!important;color:var(--error_500)!important;line-height:1.4!important}.checkbox.check_primary .MuiFormControlLabel-label{font-family:Poppins!important;font-weight:400;font-size:14px!important;color:var(--primary_blue_500)!important;line-height:1.4!important}.link{font-family:Poppins!important;font-weight:400!important;font-size:inherit!important;color:var(--primary_blue_500)!important;line-height:inherit!important;text-decoration:none!important;margin:0 5px;vertical-align:inherit!important;margin-left:5px!important}.link:hover{background-color:var(--white)!important}.footer{width:100%;padding:14px 90px;background-color:transparent;position:fixed;bottom:0;left:0;z-index:9;display:flex;align-items:center}.footer .copyright,.footer .nav{width:100%}.footer .copyright{text-align:center}.footer .copyright p{font-family:Plus Jakarta Sans;font-weight:400;font-size:14px;color:var(--gray_900);line-height:1.4}.footer .nav{padding:0 50px}.footer .nav nav{display:flex;align-items:center;justify-content:space-between;gap:10px}.footer .nav .navLink{font-family:Plus Jakarta Sans;font-weight:500;font-size:16px;color:var(--white);line-height:1.4;cursor:pointer}.footer .nav .navLink:hover{font-family:Plus Jakarta Sans;font-weight:500;font-size:16px;color:var(--secondary_blue_100);line-height:1.4}.allLocations{position:relative;padding:20px;min-width:1090px}.allLocations .dialogHeader{padding:0 0 15px;text-align:left;display:flex;align-items:center;justify-content:space-between}.allLocations .dialogHeader button{padding:1px}.allLocations .dialogHeader h4{font-family:Poppins;font-weight:600;font-size:24px;color:var(--black);line-height:1.4;text-align:left}@media screen and (max-width: 576px){.allLocations .dialogHeader h4{font-family:Poppins;font-weight:500;font-size:20px;color:var(--black);line-height:1.4}}.allLocations .dialogHeader h4.small{font-family:Poppins;font-weight:500;font-size:18px;color:var(--black);line-height:1.4}@media screen and (max-width: 576px){.allLocations .dialogHeader h4.small{font-family:Poppins;font-weight:500;font-size:16px;color:var(--black);line-height:1.4}}.allLocations .closeLocations{background-color:var(--white);z-index:4}.allLocations .closeLocations:hover{background-color:var(--white)}.allLocations .closeLocations:focus{background-color:var(--white)}.allLocations .closeLocations img{width:32px}.header{background-color:var(--white);border-bottom:1px solid var(--gray_100);display:flex;align-items:center;justify-content:space-between;gap:15px;margin:0 auto;padding:14px 20px}.header .logo img{height:65px}.header .authAction,.header .userDropdown{display:flex;align-items:center;justify-content:space-between;gap:12px}.header .userDropdown .info h4{font-family:Poppins;font-weight:500;font-size:14px;color:var(--gray_900);line-height:1.4;text-align:left;width:100%;max-width:350px;height:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header .userDropdown .info p{font-family:Poppins;font-weight:400;font-size:14px;color:var(--gray_500);line-height:1.4;text-align:left;text-transform:lowercase;width:100%;max-width:350px;height:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mainContainer{height:calc(100vh - 130px);background:var(--white)}.main .footer{border-top:1px solid var(--gray_100)}.main .footer .nav .navLink{font-family:Plus Jakarta Sans;font-weight:500;font-size:16px;color:var(--gray_900);line-height:1.4;cursor:pointer}.main .footer .nav .navLink:hover{font-family:Plus Jakarta Sans;font-weight:500;font-size:16px;color:var(--secondary_blue_100);line-height:1.4}.MuiFormHelperText-root{margin:3px 0 0!important;line-height:1.3}@media screen and (max-width: 1540px){.MuiFormHelperText-root{font-size:11px!important}}.MuiFormHelperText-root:not(.Mui-error){font-family:Poppins!important;font-weight:300!important;font-size:12px!important;color:var(--gray_500)!important;line-height:1.3!important}.buttonContainer{max-width:360px;margin:45px auto}.formLabel{margin:10px 0 4px}.formLabel h3{font-family:Poppins;font-weight:500;font-size:16px;color:var(--black);line-height:1.3}.formLabel button{padding:0!important;margin:0 10px}.businessInfo .formLabel{margin:20px 0 4px}.burronWrapper{margin:20px 0}.success{max-width:80%;display:flex;align-items:center;justify-content:center;flex-direction:column;margin:0 auto;height:100%}.success h3{font-family:Poppins;font-weight:600;font-size:24px;color:var(--black);line-height:1.3;text-align:center}@media screen and (max-width: 1600px){.success h3{font-size:16px}}.success p{font-family:Poppins;font-weight:400;font-size:16px;color:var(--gray_500);line-height:1.3;text-align:center}@media screen and (max-width: 1600px){.success p{font-size:13px}}.success img{width:200px}.success.chat_no_data{height:calc(100% - 20px)}.success.vendor_manage{height:calc(100vh - 400px)}.success.order_no_data{height:calc(100vh - 300px)}.success.banner_no_data{height:calc(100vh - 380px)}.success.config_no_data{height:calc(100vh - 400px)}.success.user_manage_no_data{height:calc(100vh - 310px)}.success.product_no_data{height:calc(100vh - 370px)}.passwordSugession{padding:12px;border-radius:8px;background-color:var(--white)}.passwordSugession p{font-family:Poppins;font-weight:500;font-size:14px;color:var(--gray_800);line-height:1.3;margin-bottom:6px}.passwordSugession ul{list-style-type:disc;padding-left:18px}.passwordSugession ul li{font-family:Poppins;font-weight:400;font-size:14px;color:var(--gray_700);line-height:1.5}.passwordSugession.BusinessTypeWarning{max-width:396px}.passwordSugession.BusinessTypeWarning .popoverHead{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.passwordSugession.BusinessTypeWarning .popOverBody{display:flex;flex-direction:column;gap:5px}.passwordSugession.BusinessTypeWarning .popOverBody h4{font-family:Poppins;font-weight:500;font-size:14px;color:var(--gray_900);line-height:1.5}.passwordSugession.BusinessTypeWarning .popOverBody .info{font-family:Poppins;font-weight:400;font-size:14px;color:var(--gray_500);line-height:1.5}.passwordSugession.BusinessTypeWarning .popOverBody .error{font-family:Poppins;font-weight:400;font-size:14px;color:var(--error_500);line-height:1.5}.MuiPopover-paper .CloasePopover{position:absolute;top:15px;right:5px;padding:1px}.popoverArrow .MuiPopover-paper{overflow-y:visible;overflow-x:visible;border-radius:8px}.popoverArrow .MuiPopover-paper .CloasePopover{position:absolute}.popoverArrow .MuiPopover-paper:after{content:"";width:20px;height:20px;background-color:var(--white);bottom:-16px;left:50%;position:absolute;transform:rotate(45deg) translate(-50%);border-radius:4px}.business_wa_p{position:relative}.business_wa_p .popoverPosition{position:absolute;top:62px;right:-40px}.dialogWrapper{background-color:var(--white);padding:20px}.dialogWrapper.warning{width:400px}.dialogWrapper.warning.txt_center .doalogBody p{text-align:center}@media screen and (max-width: 576px){.dialogWrapper.warning{width:100%}}.dialogWrapper.warning .sectionHeadings img{margin:20px auto;width:70px}.dialogWrapper .dialogHeader{text-align:center}.dialogWrapper .dialogHeader button{position:absolute;top:16px;right:20px;padding:0;width:36px;height:36px}.dialogWrapper .dialogHeader button img{margin:0}@media screen and (max-width: 576px){.dialogWrapper .dialogHeader button{top:14px;right:14px}}.dialogWrapper .dialogHeader img{margin-bottom:25px}.dialogWrapper .dialogHeader h4{font-family:Poppins;font-weight:600;font-size:24px;color:var(--black);line-height:1.5;text-align:center}@media screen and (max-width: 576px){.dialogWrapper .dialogHeader h4{font-family:Poppins;font-weight:500;font-size:20px;color:var(--black);line-height:1.5}}.dialogWrapper .dialogHeader h4.small{font-family:Poppins;font-weight:500;font-size:18px;color:var(--black);line-height:1.5}@media screen and (max-width: 576px){.dialogWrapper .dialogHeader h4.small{font-family:Poppins;font-weight:500;font-size:16px;color:var(--black);line-height:1.5}}.dialogWrapper.orderAddress{padding:16px;overflow-x:hidden}@media screen and (max-width: 576px){.dialogWrapper.orderAddress{padding:12px}}.dialogWrapper.orderAddress .dialogHeader{border-bottom:1px solid var(--border);padding-bottom:10px}.dialogWrapper.orderAddress .dialogHeader button{top:10px;right:13px}.dialogWrapper.orderAddress .dialogHeader h4{font-family:Poppins;font-weight:500;font-size:18px;color:var(--black);line-height:1.5}.dialogWrapper.orderAddress .doalogBody.small{margin:10px 0 14px}.dialogWrapper .doalogBody{margin:20px 0 30px;position:relative}.dialogWrapper .doalogBody.scroll{overflow:auto;height:70vh;padding-right:5px}.dialogWrapper .doalogBody.small{margin:10px 0 30px}.dialogWrapper .doalogBody .orderAC p{font-family:Poppins;font-weight:500;font-size:16px;color:var(--gray_900);line-height:1.4}.dialogWrapper .doalogBody .orderAC p span{width:140px;display:inline-block;font-family:Poppins;font-weight:400;font-size:14px;color:var(--gray_500);line-height:1.4}.dialogWrapper .doalogBody p:not(.Mui-error){margin-bottom:10px;font-family:Poppins;font-weight:400;font-size:1px;color:var(--gray_500);line-height:1.5;text-align:left}@media screen and (max-width: 576px){.dialogWrapper .doalogBody p:not(.Mui-error){font-family:Poppins;font-weight:400;font-size:12px;color:var(--gray_500);line-height:1.5}}.dialogWrapper .doalogBody p:not(.Mui-error).small{font-family:Poppins;font-weight:400;font-size:14px;color:var(--gray_500);line-height:1.5}@media screen and (max-width: 576px){.dialogWrapper .doalogBody p:not(.Mui-error).small{font-family:Poppins;font-weight:400;font-size:13px;color:var(--gray_500);line-height:1.5}}.dialogWrapper .doalogBody.disableForm input,.dialogWrapper .doalogBody.disableForm button,.dialogWrapper .doalogBody.disableForm checkbox,.dialogWrapper .doalogBody.disableForm radio,.dialogWrapper .doalogBody.disableForm div,.dialogWrapper .doalogBody.disableForm span{pointer-events:none}.dialogWrapper .disableForm input,.dialogWrapper .disableForm button,.dialogWrapper .disableForm checkbox,.dialogWrapper .disableForm radio,.dialogWrapper .disableForm div,.dialogWrapper .disableForm span{pointer-events:none}.dialogWrapper .dialogActions{display:flex;align-items:center;justify-content:center;gap:10px}.dialogWrapper .dialogActions button{max-width:360px}.orderAddress{min-width:430px}.orderAddress tr td{font-family:Poppins;font-weight:400;font-size:14px;color:var(--gray_500);line-height:1.4}.orderAddress tr td:first-child{width:147px}.orderAddress tr td.bold{font-family:Poppins;font-weight:500;font-size:14px;color:var(--gray_900);line-height:1.4}.customBtn .MuiButtonBase-root{padding:8px 32px!important}.MuiButtonBase-root.MuiButton-root.Mui-disabled{cursor:no-drop;background:#76879d33!important;border-color:#76879d33!important;color:#a7b3c1!important}.MuiStepConnector-line{display:block;border-color:#eef3f7!important;border-top-style:solid!important;border-top-width:3px!important}.MuiStepLabel-label{font-family:Poppins;font-weight:500!important;font-size:16px!important;color:var(--gray_700)!important;line-height:1.1!important}.MuiStepLabel-label.Mui-completed{font-family:Poppins;font-weight:500!important;font-size:16px!important;color:var(--primary_blue_500)!important;line-height:1.1!important}.listImage{width:52px;height:52px;border-radius:4px;object-fit:contain;object-position:center;background-color:var(--primary_blue_100)}.listImage.round{border-radius:50%}.welcomeScreen{display:flex;background-color:var(--white);height:100%}.welcomeScreen .wel_left{width:60%;background-color:var(--white);padding:100px}@media screen and (max-width: 1540px){.welcomeScreen .wel_left{padding:50px 100px}}.welcomeScreen .wel_left .wel_message{max-width:524px}.welcomeScreen .wel_left .wel_message h1{font-family:Poppins;font-weight:600;font-size:36px;color:var(--black);line-height:1.1}@media screen and (max-width: 1540px){.welcomeScreen .wel_left .wel_message h1{font-family:Poppins;font-weight:600;font-size:26px;color:var(--black);line-height:1.1}}.welcomeScreen .wel_left .wel_message ul{margin:40px 0}.welcomeScreen .wel_left .wel_message ul li{display:flex;align-items:flex-start;gap:24px;margin-bottom:30px;position:relative}.welcomeScreen .wel_left .wel_message ul li .num{width:32px;min-width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:var(--primary_blue_500);font-family:Poppins;font-weight:600;font-size:16px;color:var(--white);line-height:1.1}@media screen and (max-width: 1540px){.welcomeScreen .wel_left .wel_message ul li .num{font-family:Poppins;font-weight:500;font-size:14px;color:var(--white);line-height:1.1}}.welcomeScreen .wel_left .wel_message ul li .num:after{content:"";width:3px;height:70%;background-color:var(--primary_blue_500);position:absolute;top:40px;left:14px;border-radius:12px}.welcomeScreen .wel_left .wel_message ul li .desc h3{font-family:Poppins;font-weight:600;font-size:18px;color:var(--primary_blue_500);line-height:1.5}@media screen and (max-width: 1540px){.welcomeScreen .wel_left .wel_message ul li .desc h3{font-family:Poppins;font-weight:500;font-size:16px;color:var(--primary_blue_500);line-height:1.5}}.welcomeScreen .wel_left .wel_message ul li .desc p{font-family:Poppins;font-weight:400;font-size:16px;color:var(--gray_500);line-height:1.3}@media screen and (max-width: 1540px){.welcomeScreen .wel_left .wel_message ul li .desc p{font-family:Poppins;font-weight:400;font-size:14px;color:var(--gray_500);line-height:1.3}}.welcomeScreen .wel_left .wel_message ul li:last-child .num:after{content:none}.welcomeScreen .wel_left .wel_message .burronWrapper{max-width:360px;margin:0 auto}@media screen and (max-width: 1540px){.welcomeScreen .wel_left .wel_message .burronWrapper{max-width:300px}}.welcomeScreen .wel_right{width:40%;background-color:var(--primary_blue_50);padding:100px;height:100%}@media screen and (max-width: 1540px){.welcomeScreen .wel_right{padding:50px 100px}}@media screen and (max-width: 1280px){.welcomeScreen .wel_right{padding:50px 60px}}.welcomeScreen .wel_right .infoGraphic figure{margin:0 auto;text-align:center}.welcomeScreen .wel_right .infoGraphic figure img{max-width:100%}@media screen and (max-width: 1540px){.welcomeScreen .wel_right .infoGraphic figure img{max-width:50%}}.welcomeScreen .wel_right .infoGraphic h3{font-family:Poppins;font-weight:600;font-size:24px;color:var(--primary_blue_500);line-height:1.1}@media screen and (max-width: 1540px){.welcomeScreen .wel_right .infoGraphic h3{font-family:Poppins;font-weight:500;font-size:20px;color:var(--primary_blue_500);line-height:1.1}}.welcomeScreen .wel_right .infoGraphic ul{margin:40px 0}@media screen and (max-width: 1540px){.welcomeScreen .wel_right .infoGraphic ul{margin:30px 0}}.welcomeScreen .wel_right .infoGraphic ul li{position:relative;padding-left:40px;margin-bottom:30px}.welcomeScreen .wel_right .infoGraphic ul li p{font-family:Poppins;font-weight:400;font-size:16px;color:var(--gray_500);line-height:1.1}@media screen and (max-width: 1540px){.welcomeScreen .wel_right .infoGraphic ul li p{font-family:Poppins;font-weight:300;font-size:14px;color:var(--gray_500);line-height:1.1}}.welcomeScreen .wel_right .infoGraphic ul li:before{content:"";background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%2022C17.5%2022%2022%2017.5%2022%2012C22%206.5%2017.5%202%2012%202C6.5%202%202%206.5%202%2012C2%2017.5%206.5%2022%2012%2022Z'%20stroke='%235089AC'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M7.75%2012L10.58%2014.83L16.25%209.17001'%20stroke='%235089AC'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");width:24px;height:24px;background-position:center;background-repeat:no-repeat;background-size:contain;position:absolute;top:-5px;left:0}.displayTags{border:1px solid rgba(0,0,0,.26);border-radius:8px;padding:4px 10px;background-color:var(--white);display:flex;align-items:center;gap:10px;cursor:pointer}.displayTags.disabled{pointer-events:none}.displayTags .placeholder{font-family:Poppins;font-weight:400;font-size:14px;color:var(--gray_700);line-height:2.172;opacity:.5}.displayTags .MuiChip-root{border-radius:8px}.displayTags .MuiIconButton-root{background-color:var(--primary_blue_50);border-radius:6px;font-family:Poppins;font-weight:400;font-size:14px;color:var(--primary_blue_500);line-height:1.4;padding:6px;min-width:34px}.loading{display:flex;align-items:center;justify-content:center;height:100%}.loading>img{width:100px;height:100px;border-radius:50%}.loading.loading_overlay{position:fixed;width:100%;height:100vh;top:0;left:0;background-color:#12121d80;z-index:9999}.loading.fullHeight{height:calc(100vh - 200px)}.loading.fullHeight.loading_overlay{height:100vh}.loading.v_table{height:100%}.loading.pageLoading{height:100vh}@media screen and (max-width: 576px){.loading{position:sticky;top:0;left:0}}.main .footer{background-color:var(--white)}.table_border_0 tr td{border-bottom:0}.m__5{margin:0 -5px}.dense tr td{padding:5px}.w__600{min-width:600px!important}@media screen and (max-width: 576px){.w__600{min-width:100%!important}}.helper-error{margin:3px 0 0!important;font-family:Poppins;font-weight:400;font-size:.75rem;color:var(--error_500)!important;line-height:1.66}.border-red .MuiOutlinedInput-notchedOutline{border-color:var(--error_500)!important}.dashboardWrapper{position:relative;padding-left:244px;height:calc(100vh - 97px)}@media screen and (max-width: 1600px){.dashboardWrapper{height:calc(100vh - 74px)}}.dashboardWrapper .header{position:fixed;top:0;left:0;width:100%}.dashboardWrapper .sidebar{width:280px;padding:36px 10px 36px 16px;background-color:var(--primary_blue_50);position:fixed;top:95px;left:0;height:100vh}@media screen and (max-width: 1600px){.dashboardWrapper .sidebar{width:230px;top:74px}}.dashboardWrapper .sidebar .navigation ul{height:calc(100vh - 190px);overflow:auto;padding-right:10px}.dashboardWrapper .sidebar .navigation ul li{margin-bottom:16px}.dashboardWrapper .sidebar .navigation ul li a{font-family:Poppins;font-weight:400;font-size:14px;color:var(--gray_700);line-height:1.66;padding:12px 16px;text-decoration:none;display:flex;align-items:center;gap:10px;border-radius:8px;background-color:var(--primary_blue_50)}.dashboardWrapper .sidebar .navigation ul li a .chatCount{margin-left:auto;padding:8px;display:flex;align-items:center;justify-content:center;background-color:var(--error_500);font-family:Poppins;font-weight:400;font-size:12px;color:var(--white);line-height:.7;border-radius:50%;width:30px;height:30px}.dashboardWrapper .sidebar .navigation ul li a.activeLink{background-color:var(--primary_blue_500);font-family:Poppins;font-weight:400;font-size:14px;color:var(--white);line-height:1.66}@media screen and (max-width: 1600px){.dashboardWrapper .sidebar .navigation ul li a.activeLink{font-size:12px}}@media screen and (max-width: 1600px){.dashboardWrapper .sidebar .navigation ul li a{font-size:12px;padding:10px 8px}}@media screen and (max-width: 1600px){.dashboardWrapper .sidebar .navigation ul li a img{width:18px}}.dashboardWrapper .pageContainer{background-color:var(--white);height:100%;overflow:auto;padding:30px 59px 0 72px}@media screen and (max-width: 1600px){.dashboardWrapper .pageContainer{padding:30px 26px 0 12px}}@media screen and (max-width: 1280px){.dashboardWrapper .pageContainer{padding:18px 15px 0 60px}}.tabs{margin-top:10px}.tabsContainer{display:flex;align-items:center;justify-content:space-between}.customTags ul{margin:20px 0}.customTags ul.tags{display:flex;align-items:center;gap:15px}.customTags ul.tags li{border-radius:6px;background:var(--primary_blue_50);padding:4px 8px 4px 14px;display:flex;align-items:center;gap:15px}.customTags ul.tags li p{font-family:Poppins;font-weight:400;font-size:14px;color:var(--primary_blue_500);line-height:1.4;width:100%;max-width:300px;height:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-transform:capitalize}.customTags ul.tags li button{color:var(--primary_blue_500);padding:4px}.pageBody{padding-bottom:20px}.pageBody .pageHeading{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.pageBody .pageHeading .headings{flex:1}.pageBody .pageHeading .headings h3{font-family:Poppins;font-weight:600;font-size:24px;color:var(--gray_700);line-height:1.66}.pageBody .pageHeading .buttons{display:flex;align-items:center;justify-content:flex-end}.pageBody .pageHeading .breadCrums{display:flex;align-items:center;gap:10px}.pageBody .pageHeading .breadCrums li{position:relative;color:var(--primary_blue_500);padding-right:10px;font-family:Poppins;font-weight:500;font-size:14px;color:var(--gray_700);line-height:1.66;cursor:pointer;transition:.3s ease-in-out all}.pageBody .pageHeading .breadCrums li:after{content:">";position:absolute;top:0;right:-4px}.pageBody .pageHeading .breadCrums li:hover{font-family:Poppins;font-weight:500;font-size:14px;color:var(--primary_blue_500);line-height:1.66}.pageBody .pageHeading .breadCrums li:last-child{font-family:Poppins;font-weight:500;font-size:14px;color:var(--primary_blue_500);line-height:1.66}.pageBody .pageHeading .breadCrums li:last-child:after{content:""}.MuiAutocomplete-option .checkbox{margin-right:0}.MuiGrid-root.MuiGrid-container{align-items:flex-start!important}.fileInputField{cursor:pointer}.fileInputField fieldset{border-style:dashed!important}.fileInputField .MuiOutlinedInput-root{background-color:var(--gray_50);cursor:pointer}.fileInputField .MuiOutlinedInput-root input{cursor:pointer}.fileProgress{display:flex;flex-direction:column;gap:10px;border-radius:8px;border:1px solid var(--gray_200);background:var(--white);padding:16px;margin:8px 0}.fileProgress .progressInfo{display:flex;align-items:center;gap:20px}.fileProgress .progressInfo .fileIc{width:30px}.fileProgress .progressInfo .doc_name{width:calc(100% - 70px)}.fileProgress .progressInfo .doc_name h4{font-family:Poppins;font-weight:500;font-size:14px;color:var(--gray_700);line-height:1.66}.fileProgress .progressInfo .doc_name p{font-family:Poppins;font-weight:400;font-size:14px;color:var(--gray_500);line-height:1.66}.fileProgress .progressInfo .icButton{width:40px}.fileProgress .linearProgress{display:flex;align-items:center;gap:20px}.fileProgress .linearProgress .MuiLinearProgress-root{width:100%}.fileProgress .linearProgress p{font-family:Poppins;font-weight:500;font-size:14px;color:var(--gray_700);line-height:1.66}input[type=search i]::-webkit-search-cancel-button{-webkit-appearance:none;-moz-appearance:none;appearance:none}input::-webkit-inner-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none}.sectionContainer{margin:15px 0}.sectionContainer .sectionHeadings{border-radius:5px;background:var(--primary_blue_500);display:flex;align-items:center;justify-content:space-between;padding:8px 20px}.sectionContainer .sectionHeadings h3{font-family:Poppins;font-weight:500;font-size:16px;color:var(--white);line-height:1.66;text-transform:capitalize}.sectionContainer .sectionBody{padding:16px 0}.sectionContainer .sectionBody textarea{cursor:default}.textArea{width:100%}.textArea textarea{width:100%;border:1px solid rgba(0,0,0,.231372549);border-radius:8px;padding:8px 12px;font-family:Poppins;font-weight:400;font-size:16px;color:#000000de;line-height:1.3;margin-left:1px;overflow:auto}.textArea textarea:hover{border:1px solid var(--primary_blue_500)}.textArea textarea:focus{border:1px solid var(--primary_blue_500)}.textArea textarea:disabled{color:#8f8f8f}.textArea textarea:focus-visible{border:1px solid var(--primary_blue_500);outline:1px solid var(--primary_blue_500)}.textArea.textarea_error textarea,.textArea.textarea_error textarea:hover{border:1px solid var(--error_500)}.textArea.textarea_error textarea:focus{border:1px solid var(--error_500)}.textArea.textarea_error textarea:focus-visible{border:1px solid var(--error_500);outline:1px solid var(--error_500)}.text_center{display:block;width:100%;text-align:center}.text_center p,.text_align_center{display:block!important;width:100%!important;text-align:center}.chat_count{position:relative;padding-bottom:18px}.hint_text{margin:5px 0 0;display:flex;align-items:center;justify-content:flex-end;font-family:Poppins;font-weight:400;font-size:12px;color:var(--gray_500);line-height:1.3;position:absolute;bottom:0;width:94%;right:2px}.hint_text.hint_has_error{bottom:22px}.hint_text.limit{font-family:Poppins;font-weight:400;font-size:12px;color:var(--error_500);line-height:1.3}.faq_editor .hint_text{bottom:22px}.faq_editor .MuiFormHelperText-root{margin:-5px 0 0!important;position:absolute;bottom:22px}.formButtons{width:100%;margin:20px 0;display:flex;align-items:center;gap:16px}.formButtons.start{justify-content:flex-start}.formButtons.end{justify-content:flex-end}.formButtons.center{justify-content:flex-center}.select_in_field{width:inherit;max-width:110px;margin-left:-14px}.select_in_field .customSelect .formLabel{display:none}.select_in_field .customSelect fieldset,.select_in_field .customSelect fieldset.MuiOutlinedInput-notchedOutline .MuiOutlinedInput-notchedOutline{border-width:0!important}.customAutocomplete .MuiAutocomplete-listbox{max-height:150px;overflow:auto}.imagePopOver{max-width:300px;font-family:Poppins;font-weight:400;font-size:12px;color:#7c7c7c;line-height:1.4}.imageProgress{display:flex;align-items:center;gap:15px}.imageProgress p{font-family:Poppins;font-weight:500;font-size:14px;color:var(--gray_800);line-height:1.4}.imageProgress .MuiLinearProgress-root{width:100%}.Toastify__toast--error{position:relative}.Toastify__toast--error .Toastify__toast-body{padding-left:50px}.Toastify__toast--error .Toastify__toast-body>div:last-child{font-family:Poppins;font-weight:400;font-size:14px;color:var(--error_500);line-height:1.4}.Toastify__toast--error .Toastify__toast-icon{width:40px;min-width:40px;height:40px;position:absolute;top:10px;left:10px}.Toastify__toast--error .Toastify__toast-icon svg{display:none}.Toastify__toast--error .Toastify__toast-icon:after{content:"";background-image:url("data:image/svg+xml,%3csvg%20width='46'%20height='46'%20viewBox='0%200%2046%2046'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='3'%20y='3'%20width='40'%20height='40'%20rx='20'%20fill='%23FEE4E2'/%3e%3crect%20x='3'%20y='3'%20width='40'%20height='40'%20rx='20'%20stroke='%23FEF3F2'%20stroke-width='6'/%3e%3cpath%20d='M22.9993%2031.3334C27.5827%2031.3334%2031.3327%2027.5834%2031.3327%2023C31.3327%2018.4167%2027.5827%2014.6667%2022.9993%2014.6667C18.416%2014.6667%2014.666%2018.4167%2014.666%2023C14.666%2027.5834%2018.416%2031.3334%2022.9993%2031.3334Z'%20stroke='%23F04438'%20stroke-width='1.3'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M20.6426%2025.3583L25.3592%2020.6417'%20stroke='%23F04438'%20stroke-width='1.3'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M25.3592%2025.3583L20.6426%2020.6417'%20stroke='%23F04438'%20stroke-width='1.3'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");width:40px;min-width:40px;height:40px;background-position:center;background-repeat:no-repeat;background-size:contain}.Toastify__toast--success{position:relative}.Toastify__toast--success .Toastify__toast-body{padding-left:50px}.Toastify__toast--success .Toastify__toast-body>div:last-child{font-family:Poppins;font-weight:400;font-size:14px;color:var(--success_500);line-height:1.4}.Toastify__toast--success .Toastify__toast-icon{width:40px;min-width:40px;height:40px;position:absolute;top:10px;left:10px}.Toastify__toast--success .Toastify__toast-icon svg{display:none}.Toastify__toast--success .Toastify__toast-icon:after{content:"";background-image:url("data:image/svg+xml,%3csvg%20width='46'%20height='46'%20viewBox='0%200%2046%2046'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='3'%20y='3'%20width='40'%20height='40'%20rx='20'%20fill='%23D1FADF'/%3e%3crect%20x='3'%20y='3'%20width='40'%20height='40'%20rx='20'%20stroke='%23ECFDF3'%20stroke-width='6'/%3e%3cg%20clip-path='url(%23clip0_2276_34000)'%3e%3cpath%20d='M31.3327%2022.2334V23C31.3317%2024.797%2030.7498%2026.5456%2029.6738%2027.9849C28.5978%2029.4242%2027.0854%2030.4771%2025.3621%2030.9866C23.6389%2031.4961%2021.7971%2031.4349%2020.1114%2030.8122C18.4258%2030.1894%2016.9866%2029.0384%2016.0085%2027.5309C15.0304%2026.0234%2014.5658%2024.2401%2014.6841%2022.447C14.8023%2020.6538%2015.497%2018.947%2016.6646%2017.5809C17.8321%2016.2149%2019.41%2015.2628%2021.1628%2014.8668C22.9157%2014.4708%2024.7496%2014.652%2026.391%2015.3834M31.3327%2016.3334L22.9994%2024.675L20.4994%2022.175'%20stroke='%23039855'%20stroke-width='1.66667'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_2276_34000'%3e%3crect%20width='20'%20height='20'%20fill='white'%20transform='translate(13%2013)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");width:40px;min-width:40px;height:40px;background-position:center;background-repeat:no-repeat;background-size:contain}.Toastify__toast--warning{position:relative}.Toastify__toast--warning .Toastify__toast-body{padding-left:50px}.Toastify__toast--warning .Toastify__toast-body>div:last-child{font-family:Poppins;font-weight:400;font-size:14px;color:var(--warning_500);line-height:1.4}.Toastify__toast--warning .Toastify__toast-icon{width:40px;min-width:40px;height:40px;position:absolute;top:10px;left:10px}.Toastify__toast--warning .Toastify__toast-icon svg{display:none}.Toastify__toast--warning .Toastify__toast-icon:after{content:"";background-image:url("data:image/svg+xml,%3csvg%20width='46'%20height='46'%20viewBox='0%200%2046%2046'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='3'%20y='3'%20width='40'%20height='40'%20rx='20'%20fill='%23FEF0C7'/%3e%3crect%20x='3'%20y='3'%20width='40'%20height='40'%20rx='20'%20stroke='%23FFFAEB'%20stroke-width='6'/%3e%3cpath%20d='M22.9997%2019.6667V23M22.9997%2026.3333H23.008M21.5747%2015.3833L14.5163%2027.1667C14.3708%2027.4187%2014.2938%2027.7044%2014.293%2027.9954C14.2922%2028.2865%2014.3676%2028.5726%2014.5117%2028.8254C14.6558%2029.0783%2014.8636%2029.289%2015.1144%2029.4366C15.3652%2029.5841%2015.6503%2029.6635%2015.9413%2029.6667H30.058C30.349%2029.6635%2030.6341%2029.5841%2030.8849%2029.4366C31.1357%2029.289%2031.3435%2029.0783%2031.4876%2028.8254C31.6317%2028.5726%2031.7071%2028.2865%2031.7063%2027.9954C31.7055%2027.7044%2031.6285%2027.4187%2031.483%2027.1667L24.4247%2015.3833C24.2761%2015.1384%2024.0669%2014.9359%2023.8173%2014.7954C23.5677%2014.6549%2023.2861%2014.5811%2022.9997%2014.5811C22.7132%2014.5811%2022.4316%2014.6549%2022.182%2014.7954C21.9324%2014.9359%2021.7232%2015.1384%2021.5747%2015.3833Z'%20stroke='%23F79009'%20stroke-width='1.66667'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");width:40px;min-width:40px;height:40px;background-position:center;background-repeat:no-repeat;background-size:contain}.MuiTable-root .MuiTableCell-root{max-width:150px;word-break:break-word}.MuiTable-root .table-menu .MuiIconButton-root{background-color:var(--primary_blue_50);border-radius:50px}.reelTable{border-radius:0!important}.reelTable thead tr{background-color:#f3f4f6}.reelTable thead tr th{background-color:#f3f4f6;border-bottom:0;font-family:Poppins;font-weight:500;font-size:14px;color:var(--gray_600)!important;line-height:1.2;white-space:nowrap;padding:6px 10px}@media screen and (max-width: 1600px){.reelTable thead tr th{font-size:12px}}.reelTable thead tr th span{font-family:Poppins;font-weight:500;font-size:14px;color:var(--gray_600)!important;line-height:1.2}@media screen and (max-width: 576px){.reelTable thead tr th{font-family:Poppins;font-weight:500;font-size:12px;color:var(--gray_600)!important;line-height:1.2;padding:8px 6px;white-space:nowrap}.reelTable thead tr th span{font-family:Poppins;font-weight:500;font-size:12px;color:var(--gray_600)!important;line-height:1.2}}.reelTable thead tr th .MuiFormGroup-root{max-width:40px}.reelTable thead tr th .checkbox{padding:0;margin:0}.reelTable thead tr th .checkbox .MuiCheckbox-root{padding:2px}.reelTable tbody tr:last-child td{border-bottom:0}.reelTable tbody tr td{font-family:Poppins;font-weight:400;font-size:14px;color:var(--gray_900);line-height:1.3;padding:6px 10px}.reelTable tbody tr td p{margin:0!important;width:max-content}.reelTable tbody tr td p:not(.auto_ellipse){display:block;display:-webkit-box;max-width:100%;height:auto;margin:0 auto;font-size:14px;font-weight:400;line-height:1.4;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.reelTable tbody tr td p.auto_ellipse .link{display:inline-flex;cursor:pointer}.reelTable tbody tr td a{font-family:Poppins;color:var(--primary_blue_500);line-height:1.3;display:block;display:-webkit-box;max-width:100%;height:auto;margin:0 auto;font-size:14px;font-weight:400;line-height:1.4;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}@media screen and (max-width: 1600px){.reelTable tbody tr td{font-size:12px!important}}@media screen and (max-width: 1540px){.reelTable tbody tr td{font-family:Poppins;font-weight:400;font-size:14px;color:var(--gray_900);line-height:1.3}.reelTable tbody tr td a{font-family:Poppins;font-weight:400;font-size:14px;color:var(--primary_blue_500);line-height:1.3}}@media screen and (max-width: 1440px){.reelTable tbody tr td{font-family:Poppins;font-weight:400;font-size:14px;color:var(--gray_900);line-height:1.3}.reelTable tbody tr td a{font-family:Poppins;font-weight:400;font-size:14px;color:var(--primary_blue_500);line-height:1.3}}@media screen and (max-width: 576px){.reelTable tbody tr td{font-family:Poppins;font-weight:400;font-size:11px;color:var(--gray_900);line-height:1.3;padding:7px 6px}}.reelTable tbody tr td .MuiFormGroup-root{max-width:40px}.reelTable tbody tr td .rush_fee_check .MuiFormGroup-root{min-width:100%;max-width:100%;display:flex;align-items:center;justify-content:center}.reelTable tbody tr td .rush_fee_check .MuiFormGroup-root label span{margin:0 2px}.reelTable tbody tr td .checkbox{padding:0;margin:0}.reelTable tbody tr td .checkbox .MuiCheckbox-root{padding:2px}.reelTable tbody tr td label.MuiFormControlLabel-root{margin-left:0;margin-right:0}.reelTable tbody tr td .MuiFormControlLabel-root{margin-left:0!important}.reelTable tbody tr th{padding:6px 10px}@media screen and (max-width: 1600px){.reelTable tbody tr th{font-size:12px;padding:0 10px}}.reelTable .tableActions{display:flex;align-items:center;gap:8px}.reelTable .tableActions.center{justify-content:center}.reelTable .tableActions button{border-radius:4px}.reelTable .tableActions button.btn_edit{background-color:var(--gray_100)}.reelTable .tableActions button.btn_delete{background-color:var(--error_100)}@media screen and (max-width: 1600px){.reelTable .tableActions button svg{font-size:13px}.reelTable .tableActions button img{width:15px}}.reelTable.sticky_column thead tr th:last-child{position:sticky;right:0;max-width:90px;min-width:90px}.reelTable.sticky_column tbody tr td:last-child{position:sticky;right:0;background-color:#fff;max-width:90px;min-width:90px;background:linear-gradient(90deg,#fffc,#fff 40%)}.reelTable.w__140 thead tr th,.reelTable.w__140 tbody tr td{width:140px}.reelTable.fixed_layout table{table-layout:fixed}.reelTable.request_studio_list thead tr th:last-child{width:1%}.reelTable.request_studio_list tbody tr td:last-child{width:1%}.reelTable.request_production_list thead tr th:last-child{width:1%}.reelTable.request_production_list tbody tr td:last-child{width:1%}button.MuiIconButton-root{border-radius:4px}button.MuiIconButton-root.btn_edit{background-color:var(--gray_100)}button.MuiIconButton-root.btn_delete{background-color:var(--error_100)}.MuiMenuItem-root{font-family:Poppins!important;font-weight:400!important;font-size:16px!important;color:var(--gray_900)!important;line-height:1.3}.text_with_plus_icon{min-width:250px}.MuiTab-root.MuiButtonBase-root{font-size:16px!important;font-weight:500!important;padding:12px 50px!important}.reelPagination{border-top:1px solid var(--gray_200, #e5e7eb);padding:20px 0 10px}.reelPagination .MuiPagination-ul{justify-content:center}.reelPagination .MuiPagination-ul li:first-child{margin-right:auto}.reelPagination .MuiPagination-ul li:first-child .MuiPaginationItem-root{position:relative;width:120px;justify-content:space-between;border-radius:8px;border:1px solid var(--gray_300, #d2d6db);background:var(--white, #fff);box-shadow:0 1px 2px #1018280d;padding:2px 18px}.reelPagination .MuiPagination-ul li:first-child .MuiPaginationItem-root:after{content:"Previous";position:absolute;top:5px;right:18px}@media screen and (max-width: 1600px){.reelPagination .MuiPagination-ul li:first-child .MuiPaginationItem-root:after{right:12px}}@media screen and (max-width: 1600px){.reelPagination .MuiPagination-ul li:first-child .MuiPaginationItem-root{width:90px}}.reelPagination .MuiPagination-ul li:last-child{margin-left:auto}.reelPagination .MuiPagination-ul li:last-child .MuiPaginationItem-root{position:relative;width:120px;justify-content:space-between;flex-direction:row-reverse;border:1px solid var(--gray_300, #d2d6db);background:var(--white, #fff);box-shadow:0 1px 2px #1018280d;padding:2px 18px}.reelPagination .MuiPagination-ul li:last-child .MuiPaginationItem-root:after{content:"Next";position:absolute;top:5px;left:20px}@media screen and (max-width: 1600px){.reelPagination .MuiPagination-ul li:last-child .MuiPaginationItem-root:after{left:14px}}@media screen and (max-width: 1600px){.reelPagination .MuiPagination-ul li:last-child .MuiPaginationItem-root{width:90px}}@media screen and (max-width: 1600px){.reelPagination .MuiPagination-ul li button{min-width:26px;height:26px;font-size:11px}.reelPagination .MuiPagination-ul li button svg{font-size:14px}}.ImageProgressBg{background-color:var(--primary_blue_50);border:1px solid var(--primary_blue_500);border-radius:8px}.reelTableContainer.autoHeight .reelTable{min-height:auto;max-height:auto}.dialog_title h3{font-family:Poppins!important;font-weight:500!important;font-size:22px!important;color:var(--gray_900)!important;line-height:1.3;text-align:center}.dialogPara{text-align:center}.dialogPara p{font-family:Poppins!important;font-weight:400!important;font-size:14px!important;color:var(--gray_900)!important;line-height:1.6;text-align:center}.profileInfo{display:flex;align-items:center;gap:24px}.profileInfo .cInfoImg{position:relative;width:160px;height:160px}@media screen and (max-width: 1600px){.profileInfo .cInfoImg{width:80px;height:80px}}.profileInfo .cInfoImg .cursor-none{cursor:default!important}.profileInfo .cInfoImg figure{cursor:pointer;width:160px;height:160px}@media screen and (max-width: 1600px){.profileInfo .cInfoImg figure{width:80px;height:80px}}.profileInfo .cInfoImg figure img{width:160px;height:160px;object-fit:cover;object-position:center;border-radius:50%}@media screen and (max-width: 1600px){.profileInfo .cInfoImg figure img{width:80px;height:80px}}.profileInfo .cInfoImg figure:hover .editImage{scale:1}.profileInfo .cInfoImg.small{width:100px;height:100px}@media screen and (max-width: 1600px){.profileInfo .cInfoImg.small{width:80px;height:80px}}.profileInfo .cInfoImg.small figure{cursor:pointer;width:100px;height:100px}@media screen and (max-width: 1600px){.profileInfo .cInfoImg.small figure{width:80px;height:80px}}.profileInfo .cInfoImg.small figure img{width:100px;height:100px;object-fit:cover;object-position:center;border-radius:50%}@media screen and (max-width: 1600px){.profileInfo .cInfoImg.small figure img{width:80px;height:80px}}.profileInfo .cInfoImg.small figure:hover .editImage{scale:1}.profileInfo .cInfoImg.small .editImage{position:absolute;top:0;left:0;scale:0;transition:.3s ease-in-out all}.profileInfo .cInfoImg.small .editImage label{width:100px;height:100px;background-color:#00000082;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer}@media screen and (max-width: 1600px){.profileInfo .cInfoImg.small .editImage label{width:80px;height:80px}}@media screen and (max-width: 576px){.profileInfo .cInfoImg.small .editImage label{width:40px;height:40px}}.profileInfo .cInfoImg.small .editImage label input{width:0;height:0;overflow:hidden;opacity:0;position:absolute;cursor:pointer}.profileInfo .editImage{position:absolute;top:0;left:0;scale:0;transition:.3s ease-in-out all}.profileInfo .editImage label{width:160px;height:160px;background-color:#00000082;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer}@media screen and (max-width: 576px){.profileInfo .editImage label{width:40px;height:40px}}.profileInfo .editImage label input{width:0;height:0;overflow:hidden;opacity:0;position:absolute;cursor:pointer}.profileInfo .UserDeatils{display:flex;flex-direction:column;gap:10px;flex:1}.profileInfo .UserDeatils.sm h3{font-family:Poppins;font-weight:600;font-size:24px;color:var(--gray_700);line-height:1.4;width:500px;max-width:100%;height:34px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-transform:capitalize}.profileInfo .UserDeatils h3{font-family:Poppins;font-weight:600;font-size:24px;color:var(--gray_700);line-height:1.4;width:auto;max-width:100%;height:34px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-transform:capitalize}.profileInfo .UserDeatils p{font-family:Poppins;font-weight:400;font-size:18px;color:var(--gray_700);line-height:1.4;width:60vw;max-width:100%;height:22px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.status{padding:7.2px 4px;text-align:center;border-radius:4px;display:inline-block;min-width:96px;text-transform:lowercase}.status:first-letter{text-transform:uppercase}.status.completed{background-color:var(--success_50);font-family:Poppins;font-weight:400;font-size:14px;color:var(--success_500);line-height:1.4}.status.pending{background-color:var(--warning_50);font-family:Poppins;font-weight:400;font-size:14px;color:var(--warning_500);line-height:1.4}.status.cancelled{background-color:var(--error_50);font-family:Poppins;font-weight:400;font-size:14px;color:var(--error_500);line-height:1.4}.gap_10{gap:10px}.reelForm{margin-bottom:15px}.reelForm label{font-family:Poppins;font-weight:500;font-size:16px;color:var(--black);line-height:1.4}.reelForm p{font-family:Poppins;font-weight:400;font-size:16px;color:var(--gray_900);line-height:1.4}.verifyAdminEmail .form{display:flex;flex-direction:column;gap:10px;margin-top:30px}.verifyAdminEmail .form .otpField{max-width:232px;display:flex;gap:24px;margin:0 auto}.verifyAdminEmail .form .otpField input{text-align:center}.verifyAdminEmail .form .burronWrapper{margin:10px 0}.verifyAdminEmail .form .otpForm{max-width:230px;margin:0 auto}.verifyAdminEmail .form .otpForm .burronWrapper{margin:30px 0}.verifyAdminEmail .form .otpForm .formLabel{display:block;font-family:Poppins!important;font-weight:500!important;font-size:14px!important;color:var(--black)!important;line-height:1.4!important;margin-bottom:10px}.verifyAdminEmail .form .otpForm .formLabel sup{color:var(--error_500)}.verifyAdminEmail .componentContainer{overflow:auto;padding:25px 0;height:calc(100vh - 100px)}.verifyAdminEmail .componentContainer .authForm{max-width:380px;margin:0 auto}.verifyAdminEmail .componentContainer .authForm h1{font-family:Poppins;font-weight:600;font-size:36px;color:var(--black);line-height:1;text-align:center;margin-bottom:10px}.verifyAdminEmail .componentContainer .authForm>p{font-family:Poppins;font-weight:400;font-size:14px;color:var(--gray_500);line-height:1.5;text-align:center}.verifyAdminEmail .componentContainer .authForm>p span{font-family:Poppins;font-weight:400;font-size:14px;color:var(--gray_800);line-height:1.5}.ellipse{width:250px;max-width:100%;height:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.selectUser{width:200px}.role_category{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px}.role_category p{text-align:center}.faqCard{position:relative;padding:16px 50px 16px 16px;border:1px solid var(--primary_blue_500);border-radius:8px;margin-bottom:15px}.faqCard .faqAction{position:absolute;top:10px;right:10px}.faqCard .faqContent h3{font-family:Poppins;font-weight:500;font-size:18px;color:var(--gray_800);line-height:1.5;margin-bottom:10px}.faqCard .faqContent p{font-family:Poppins;font-weight:400;font-size:14px;color:var(--gray_800);line-height:1.33}.faqCard .faqContent .faqDate{display:flex;align-items:center;justify-content:flex-end;gap:10px;font-family:Poppins;font-weight:400;font-size:16px;color:var(--primary_blue_500);line-height:1.5}.flex{display:flex;align-items:center;gap:10px}.dialog_title{font-family:Poppins;font-weight:500;font-size:22px;color:var(--gray_900);line-height:1.5}.dialog_title.center{text-align:center}.dialog_subtitle p{font-family:Poppins;font-weight:400;font-size:14px;color:var(--gray_900);line-height:1.5}.userDept{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin:15px 0}.userDept .MuiChip-root{font-family:Poppins;font-weight:400;font-size:18px;color:var(--gray_900);line-height:1.5;border-radius:4px}.custom_chip{display:inline-block;padding:10px;border-radius:4px;background-color:var(--gray_200);font-family:Poppins;font-weight:400;font-size:18px;color:var(--gray_900);line-height:1.5;margin:5px 0}.MuiList-root .MuiMenuItem-root{display:block;text-transform:capitalize}.reel_theme_info .infoText{font-family:Poppins;font-weight:400;font-size:14px;color:#292842;line-height:1.4}.imageContainer{display:flex;align-items:flex-start;flex-wrap:wrap;gap:24px;margin:24px 0 0}.imageContainer .imageItem{width:300px;height:300px;border-radius:4px;border:1px dashed var(--primary_blue_100);background:var(--gray_100)}.imageContainer .imageItem .selectimg_video{height:100%;border-radius:4px;border:1px dashed var(--primary_blue_100);background:var(--gray_100);position:relative}.imageContainer .imageItem .selectimg_video label{height:100%;min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer}.imageContainer .imageItem .selectimg_video label h4{text-align:center;font-family:Poppins;font-weight:500;font-size:15px;color:var(--gray_700);line-height:1.4;margin:10px 10px 0}.imageContainer .imageItem .selectimg_video label h4 sup{color:var(--error_500)}.imageContainer .imageItem .selectimg_video label p{text-align:center;font-family:Poppins;font-weight:400;font-size:12px;color:#7c7c7c;line-height:1.4;margin:10px;font-style:italic}.imageContainer .imageItem .selectimg_video .removeImage{position:absolute;padding:4px;top:-14px;right:-14px;background-color:var(--white);border:0px solid var(--primary_blue_500);z-index:1;border-radius:50%;filter:drop-shadow(0px 4px 14px rgba(0,0,0,.06))}.imageContainer .imageItem .selectimg_video .removeImage svg{fill:var(--blackLight)}.imageContainer .imageItem .selectimg_video .removeImage:hover{background-color:var(--primary_blue_200);color:var(--white)}.imageContainer .imageItem .selectimg_video figure.selected img,.imageContainer .imageItem .selectimg_video figure.selected video{height:296px;width:100%;object-fit:contain;object-position:center}.imageContainer .imageItem.small{width:150px;height:150px}.imageContainer .imageItem.small .selectimg_video label{height:100%;min-height:150px}.imageContainer .imageItem.small .selectimg_video figure.selected img,.imageContainer .imageItem.small .selectimg_video figure.selected video{height:146px}.accessControl h3{font-family:Poppins;font-weight:600;font-size:18px;color:var(--gray_700);line-height:1.4;margin:9px 0 10px}.accessControl p{font-family:Poppins;font-weight:400;font-size:14px;color:var(--black);line-height:1.4}.accessControl .rollContainer p{font-family:Poppins;font-weight:500;font-size:16px;color:var(--black);line-height:1.4}.switchLabel,.switchLabel.small{font-family:Poppins;font-weight:400;font-size:14px;color:var(--gray_700);line-height:1.4}.switchLabel.medium{font-family:Poppins;font-weight:500;font-size:16px;color:var(--gray_700);line-height:1.4}.switchLabel.large{font-family:Poppins;font-weight:500;font-size:18px;color:var(--gray_700);line-height:1.4}.roolsDialog .dialogTitle{padding:24px;border-bottom:1px solid var(--gray_200)}.roolsDialog .dialogTitle h3{font-family:Poppins;font-weight:500;font-size:18px;color:var(--gray_700);line-height:1.4}.roolsDialog .dialogBody{padding:24px}.roolsDialog .roolsAction{padding:24px;display:flex;align-items:center;gap:20px}button.MuiIconButton-root.tbl_more{background-color:var(--primary_blue_50);border-radius:6px;padding:.458em .5em;margin:0 5px;font-family:Poppins;font-weight:400;font-size:14px;color:var(--primary_blue_500);line-height:1.3}button.MuiIconButton-root.tbl_more.p_12{padding:7px 12px}button.MuiIconButton-root.tbl_more .plus_icon{font-size:18px;font-weight:300;margin-right:1px;line-height:1.3}.h-30{height:30px}.reel_theme_info{background-color:#f4f4f6;padding:16px;display:flex;align-items:center;border-radius:12px;gap:12px}.reel_theme_info .infoText,.reel_theme_info .infoText p{font-family:Poppins;font-weight:400;font-size:14px;color:#292842;line-height:1.4}.reel_theme_info.info_light{padding:16px 16px 16px 0;background-color:var(--white);font-family:Poppins;font-weight:400;font-size:14px;color:var(--gray_500);line-height:1.4}.reel_theme_info.info_light p{font-family:Poppins;font-weight:400;font-size:14px;color:var(--gray_500);line-height:1.4}.step_active{width:16px;height:16px;border-radius:50%;background-color:var(--primary_blue_500)}.proDepartments{display:flex;flex-wrap:wrap;gap:23px}.proDepartments .departmentImage{width:112px;padding:16px;border-radius:24px;background:var(--white);box-shadow:0 4px 60px #04060f0d;cursor:pointer}.proDepartments .departmentImage figure img{width:80px;height:80px;object-fit:cover;object-position:center;border-radius:20px}.proDepartments .departmentImage p{font-family:Poppins;font-weight:500;font-size:14px;color:var(--gray_700);line-height:1.4;text-align:center;margin-top:10px}.productDocuments{display:flex;flex-wrap:wrap;gap:12px}.productDocuments .document{width:33.3333333333%;border-radius:16px;background:var(--white);box-shadow:0 4px 60px #04060f0d;padding:16px;display:flex;align-items:center;gap:12px;position:relative}.productDocuments .document .time{font-family:Poppins;font-weight:400;font-size:12px;color:var(--gray_500);line-height:1.4;position:absolute;top:8px;right:16px}.productDocuments .document figure{width:54px;min-width:54px;height:54px;border-radius:50%;background:var(--primary_blue_50);display:flex;align-items:center;justify-content:center}.productDocuments .document .documentInfo h3{font-family:Poppins;font-weight:600;font-size:16px;color:var(--black);line-height:1.4;width:100%;max-width:270px;height:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.productDocuments .document .documentInfo p{font-family:Poppins;font-weight:400;font-size:14px;color:var(--gray_500);line-height:1.4;width:100%;max-width:270px;height:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0 -10px}.productDocuments .document .documentInfo p span{position:relative;padding:0 10px}.productDocuments .document .documentInfo p span:after{content:"";width:5px;height:5px;background-color:var(--gray_500);border-radius:50%;position:absolute;top:7px;right:-6px}.productDocuments .document .documentInfo p span:last-child:after{display:none}.MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon .MuiOutlinedInput-root{padding:0 80px 0 10px!important}.MuiChip-root{height:27px!important;background-color:var(--primary_blue_50)!important;border-radius:6px!important}.MuiChip-root .MuiChip-label{font-family:Poppins;font-weight:400;font-size:14px;color:var(--primary_blue_500);line-height:1.4}.mt_100{margin-top:100px}.m_0{margin:0!important}.workingHours{max-width:500px}.workingHours li{display:flex;align-items:center;gap:16px;margin:8px 0}.workingHours li p{font-family:Poppins;font-weight:400;font-size:14px;color:var(--gray_600);line-height:1.4;flex:1}.workingHours li p:last-child{font-family:Poppins;font-weight:400;font-size:14px;color:var(--gray_900);line-height:1.4}.reelTableContainer .reelTable .checkbox.checked .MuiFormControlLabel-label{white-space:nowrap}.reelTableContainer .reelTable.table_height{min-height:calc(100vh - 350px);max-height:calc(100vh - 350px);height:calc(100vh - 350px)}@media screen and (max-width: 1600px){.reelTableContainer .reelTable.table_height{min-height:calc(100vh - 285px);max-height:calc(100vh - 285px);height:calc(100vh - 285px)}}.reelTableContainer .reelTable.table_height .loading{min-height:calc(100vh - 450px)}.reelTableContainer .reelTable.table_height.vendor_no_page{min-height:calc(100vh - 286px);max-height:calc(100vh - 286px);height:calc(100vh - 286px)}.reelTableContainer .reelTable.table_height.vendor_no_page .loading{min-height:calc(100vh - 450px)}.reelTableContainer .reelTable.table_height.request_no_page{min-height:calc(100vh - 286px);max-height:calc(100vh - 286px);height:calc(100vh - 286px)}.reelTableContainer .reelTable.table_height.request_no_page .loading{min-height:calc(100vh - 450px)}.reelTableContainer .reelTable.table_height.no_pagination{min-height:calc(100vh - 300px);max-height:calc(100vh - 300px);height:calc(100vh - 300px)}.reelTableContainer .reelTable.table_height.no_pagination .loading{min-height:calc(100vh - 450px)}.reelTableContainer .reelTable.table_height.no_tabs{min-height:calc(100vh - 306px);max-height:calc(100vh - 306px);height:calc(100vh - 306px)}.reelTableContainer .reelTable.table_height.no_tabs .loading{min-height:calc(100vh - 390px)}.reelTableContainer .reelTable.table_height.no_tabs_with_count{min-height:calc(100vh - 316px);max-height:calc(100vh - 316px);height:calc(100vh - 316px)}.reelTableContainer .reelTable.table_height.no_tabs_with_count .loading{min-height:calc(100vh - 390px)}.reelTableContainer .reelTable.table_height.user_roles{min-height:calc(100vh - 296px);max-height:calc(100vh - 296px);height:calc(100vh - 296px)}.reelTableContainer .reelTable.table_height.user_roles .loading{min-height:calc(100vh - 290px)}.reelTableContainer .reelTable.table_height.user_roles thead tr th{width:14.2857142857%}.reelTableContainer .reelTable.table_height.user_roles thead tr th:last-child{width:1%}.reelTableContainer .reelTable.table_height.user_roles tbody tr td{width:14.2857142857%}.reelTableContainer .reelTable.table_height.user_roles tbody tr td .status{max-width:fit-content}.reelTableContainer .reelTable.table_height.user_roles tbody tr td:last-child{width:1%}.reelTableContainer .reelTable.table_height.table_with_count{min-height:calc(100vh - 326px);max-height:calc(100vh - 326px);height:calc(100vh - 326px)}.reelTableContainer .reelTable.table_height.table_with_count .loading{min-height:calc(100vh - 390px)}.reelTableContainer .reelTable.table_height.table_with_count_b_tabs{min-height:calc(100vh - 360px);max-height:calc(100vh - 360px);height:calc(100vh - 360px)}.reelTableContainer .reelTable.table_height.table_with_count_b_tabs .loading{min-height:calc(100vh - 390px)}.reelTableContainer .reelTable.table_height.production_manageTable{min-height:calc(100vh - 336px);max-height:calc(100vh - 336px);height:calc(100vh - 336px)}.reelTableContainer .reelTable.table_height.production_manageTable .loading{min-height:calc(100vh - 390px)}.reelTableContainer .reelTable.table_height.banner_no_page{min-height:calc(100vh - 285px);max-height:calc(100vh - 285px);height:calc(100vh - 285px)}.reelTableContainer .reelTable.table_height.banner_no_page .loading{min-height:calc(100vh - 390px)}.reelTableContainer .reelTable.table_height.configuration_no_page{min-height:calc(100vh - 305px);max-height:calc(100vh - 305px);height:calc(100vh - 305px)}.reelTableContainer .reelTable.table_height.configuration_no_page .loading{min-height:calc(100vh - 390px)}.reelTableContainer .reelTable.table_height.orders_no_page{min-height:calc(100vh - 245px);max-height:calc(100vh - 245px);height:calc(100vh - 245px)}.reelTableContainer .reelTable.table_height.orders_no_page .loading{min-height:calc(100vh - 450px)}.reelTableContainer .reelTable.table_height.user_management_no_page{min-height:calc(100vh - 260px);max-height:calc(100vh - 260px);height:calc(100vh - 260px)}.reelTableContainer .reelTable.table_height.user_management_no_page .loading{min-height:calc(100vh - 390px)}.reelTableContainer .reelTable.table_height.product_library_no_page{min-height:calc(100vh - 260px);max-height:calc(100vh - 260px);height:calc(100vh - 260px)}.reelTableContainer .reelTable.table_height.product_library_no_page .loading{min-height:calc(100vh - 390px)}.reelTableContainer .reelTable.table_height.production_manageTable_no_page{min-height:calc(100vh - 286px);max-height:calc(100vh - 286px);height:calc(100vh - 286px)}.reelTableContainer .reelTable.table_height.production_manageTable_no_page .loading{min-height:calc(100vh - 390px)}.reelTableContainer .reelTable.table_height.studio_manage{min-height:calc(100vh - 330px);max-height:calc(100vh - 330px);height:calc(100vh - 330px)}.reelTableContainer .reelTable.table_height.studio_manage .loading{min-height:calc(100vh - 390px)}.reelTableContainer .reelTable.table_height.studio_manage_no_page{min-height:calc(100vh - 276px);max-height:calc(100vh - 276px);height:calc(100vh - 276px)}.reelTableContainer .reelTable.table_height.studio_manage_no_page .loading{min-height:calc(100vh - 390px)}.reelTableContainer .reelTable.table_height.roles_no_page{min-height:calc(100vh - 286px);max-height:calc(100vh - 286px);height:calc(100vh - 286px)}.reelTableContainer .reelTable.table_height.roles_no_page .loading{min-height:calc(100vh - 390px)}.reelTableContainer .reelTable.table_height.request_management_no_page{min-height:calc(100vh - 300px);max-height:calc(100vh - 300px);height:calc(100vh - 300px)}.reelTableContainer .reelTable.table_height.request_management_no_page .loading{min-height:calc(100vh - 390px)}@media screen and (max-width: 900px){.reelTableContainer .reelTable.table_height{min-height:calc(100vh - 350px);max-height:max-content}}.reelTableContainer .reelTable.roles_n_permission_table{min-height:calc(100vh - 290px);max-height:calc(100vh - 290px);height:calc(100vh - 290px)}.reelTableContainer .reelTable.roles_n_permission_table .loading{min-height:calc(100vh - 290px)}.reelTableContainer .reelTable.roles_n_permission_table table thead tr th{width:14.2857142857%}.reelTableContainer .reelTable.roles_n_permission_table table thead tr th:last-child{width:1%}.reelTableContainer .reelTable.roles_n_permission_table table tbody tr td{width:14.2857142857%}.reelTableContainer .reelTable.roles_n_permission_table table tbody tr td:last-child{width:1%}.reelTableContainer .reelTable.orderTable thead tr th{width:12.5%;min-width:12.5%}.reelTableContainer .reelTable.orderTable thead tr th:last-child{width:1%}.reelTableContainer .reelTable.orderTable tbody tr td{width:12.5%;min-width:12.5%}.reelTableContainer .reelTable.orderTable tbody tr td:last-child{width:1%}.reelTableContainer .reelTable.vendor_table table thead tr th{width:12.5%}.reelTableContainer .reelTable.vendor_table table thead tr th:last-child{width:5%}.reelTableContainer .reelTable.vendor_table table tbody tr td{width:12.5%}.reelTableContainer .reelTable.vendor_table table tbody tr td:last-child{width:5%}.formScroller{height:calc(100vh - 290px);overflow-y:auto;padding-right:59px;margin-right:-59px}.formScroller.with_tabs{height:calc(100vh - 350px)}.formScroller.with_tabs_faq,.formScroller.faq_no_page{height:calc(100vh - 430px)}.formScroller.static_content{height:calc(100vh - 290px)}.formScroller.commissions{height:calc(100vh - 270px)}@media screen and (max-width: 1280px){.formScroller{padding-right:10px;margin-right:-10px}}.formScroller.no_heading{height:calc(100vh - 240px)}.inputChip{width:auto;padding:4px 20px;border-radius:25px;background-color:var(--primary_blue_50);font-family:Poppins;font-weight:400;font-size:14px;color:var(--primary_blue_500);line-height:1.4}.inputChip.wrap p{width:100%;max-width:90px;height:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.inputChip.wrap.fullChip{width:110px;min-width:110px;padding:4px 10px}.inputChip.wrap.fullChip p{display:block;text-align:center}.MuiFormControlLabel-root{margin-left:-6px!important}.rolesList{display:flex;align-items:center;gap:15px}.rolesList:last-child.border{border-bottom:0px solid var(--gray_300)}.rolesList.padding{padding:.913em 0}.rolesList.border{border-bottom:1px solid var(--gray_300)}.rolesList .roleType{width:300px;max-width:300px;min-width:300px}.rolesList .roleType.full{width:100%}.rolesList .roleType p{font-family:Poppins;font-weight:400;font-size:16px;color:var(--gray_700);line-height:1.4}.rolesList .roleType.bold p{font-family:Poppins;font-weight:600;font-size:18px;color:var(--gray_700);line-height:1.4}.rolesList li{flex:auto;width:25%}.MuiTabs-flexContainer{border-bottom:1px solid var(--gray_300)}.MuiAccordion-root.Mui-expanded:first-of-type{margin-bottom:0}.rolesPopover h3{font-family:Poppins;font-weight:500;font-size:18px;color:var(--black);line-height:1.4;margin-bottom:10px}.rolesPopover p{font-family:Poppins;font-weight:400;font-size:18px;color:var(--black);line-height:1.4;margin-bottom:10px}.MuiChip-root.Mui-disabled{opacity:1!important}.w_300{width:250px}.inputEndIcon{display:flex;align-items:center;justify-content:space-between}.inputEndIcon.timePicker button,.rangeMenu .MuiList-padding{padding:0}.rangeMenu .dateRangePicker .dateRangeContainer{display:block;width:max-content;border-radius:8px;overflow:hidden;margin-top:11px;font-size:14px!important}.rangeMenu .dateRangePicker .dateRangeContainer>div>div{position:relative;height:auto;width:auto}.rangeMenu .dateRangePicker .dateRangeContainer p{color:inherit!important}.rangeMenu .MuiInputBase-root .MuiInputBase-input{padding-right:24px!important}.filterButton .formLabel{margin:0!important}.orderDetailTop{display:flex;flex-direction:column;gap:16px 10px}.orderDetailTop .pending{padding:11px 16px}.orderDetailTop .pending span{display:inline-block;margin-right:4px;width:8px;height:8px;border-radius:50%;background-color:var(--warning_500)}.orderDetailTop .topRow,.orderDetailTop .bottomRow{display:flex;align-items:center;gap:10px;justify-content:flex-end}.tableLinkBtn{text-align:left;word-break:break-all;min-width:auto!important;font-family:Poppins;font-weight:400!important;font-size:14px!important;color:var(--primary_blue_500);line-height:1.4;text-decoration:underline!important;padding:0!important;border-radius:0!important}.tableLinkBtn:hover{background-color:transparent!important}.edit_content{margin-top:30px!important}.privacy_policy .formButtons{margin:0}.privacy_policy .sectionContainer{margin-bottom:0}.chatLayout{display:flex;height:calc(100vh - 158px)}@media screen and (max-width: 1280px){.chatLayout{margin-top:0}}@media screen and (max-width: 576px){.chatLayout{position:relative;height:calc(100vh - 138px)}}.chatLayout .chatThreads{width:400px;background-color:var(--white);border-right:1px solid var(--gray_100)}.chatLayout .chatThreads .leftHeader{display:flex;gap:34px;padding-right:10px}.chatLayout .chatThreads .leftHeader .searchInput{flex:1}.chatLayout .chatThreads .leftHeader .addChatplus{border-radius:12px;width:46px;height:46px;text-align:center;display:block;background:var(--primary_blue_500)}.chatLayout .chatThreads .leftHeader .addChatplus button{height:100%}.chatLayout .chatThreads .leftHeader .addChatplus svg{color:#fff}@media screen and (max-width: 1280px){.chatLayout .chatThreads{width:300px}}@media screen and (max-width: 576px){.chatLayout .chatThreads{width:100%;position:absolute;top:0;left:0;transform:translate(-110%);transition:.4s ease-in-out all;height:100%;z-index:2}}@media screen and (max-width: 576px){.chatLayout .chatThreads.viewThreads{transform:translate(0)}}.chatLayout .chatBody{width:calc(100% - 400px)}@media screen and (max-width: 1280px){.chatLayout .chatBody{width:calc(100% - 300px)}}@media screen and (max-width: 576px){.chatLayout .chatBody{width:100%}}.chatMain{height:calc(100vh - 348px);overflow-y:auto}@media screen and (max-width: 576px){.chatMain{height:calc(100vh - 275px)}}.chatThreadContainer .heading{margin-top:20px}@media screen and (max-width: 576px){.chatThreadContainer .heading{margin-top:0}}.chatThreadContainer .heading h3{font-family:Poppins;font-weight:600;font-size:24px;color:var(--gray_700);line-height:1.4}@media screen and (max-width: 1600px){.chatThreadContainer .heading h3{font-size:18px}}.chatThreadContainer .search{width:100%;margin:0;padding:10px 24px 24px 0;border-bottom:1px solid var(--gray_100)}.chatThreadContainer .threads{height:calc(100vh - 270px);overflow:auto}@media screen and (max-width: 1600px){.chatThreadContainer .threads{height:calc(100vh - 270px)}}.chatThreadContainer .threads .chatType{font-family:Poppins;font-weight:600;font-size:16px;color:var(--primary_blue_500);line-height:1.4;margin:10px 0}.threadCard{display:flex;align-items:center;gap:10px;position:relative;padding:15px 10px;border-radius:8px;background-color:var(--white);border-bottom:1px solid var(--gray_100);cursor:pointer;transition:.3s ease-in-out all}.threadCard.selected{background-color:var(--primary_blue_50)}.threadCard.selected .shortName{background-color:var(--white)}.threadCard.skeleton{cursor:default}.threadCard.skeleton:hover{background-color:var(--white)}.threadCard.skeleton .info{width:calc(100% - 50px)}.threadCard:hover{background-color:var(--primary_blue_50)}.threadCard:hover .shortName{background-color:var(--white)}.threadCard .time{position:absolute;top:15px;right:15px;font-family:Poppins;font-weight:400;font-size:12px;color:var(--gray_500);line-height:1.4}@media screen and (max-width: 1280px){.threadCard .time{top:5px}}.threadCard .unreadCount{min-width:22px;height:22px;background-color:#f04a4c;border-radius:50%;display:flex;align-items:center;justify-content:center;position:absolute;top:58%;right:15px;transform:translateY(-50%);padding:4px}.threadCard .unreadCount p{font-family:Poppins;font-weight:400;font-size:12px;color:var(--white);line-height:1.4}.threadCard figure{width:54px;height:54px;position:relative}.threadCard figure img{width:54px;height:54px;object-fit:cover;object-position:center;border-radius:50%}.threadCard figure .online{display:block;width:16px;height:16px;position:absolute;bottom:0;right:0}.threadCard .shortName{width:54px;height:54px;position:relative;background-color:var(--primary_blue_50);border:1px solid var(--primary_blue_50);font-family:Poppins;font-weight:600;font-size:16px;color:var(--primary_blue_500);line-height:1.4;transition:.3s ease-in-out all}.threadCard .shortName .online{display:block;width:16px;height:16px;position:absolute;bottom:0;right:0}.threadCard .info h3{font-family:Poppins;font-weight:600;font-size:16px;color:var(--black);line-height:1.4;width:100%;max-width:200px;height:22px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 1280px){.threadCard .info h3{font-family:Poppins;font-weight:500;font-size:14px;color:var(--black);line-height:1.4;width:100%;max-width:110px;height:22px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.threadCard .info p{margin-top:6px;font-family:Poppins;font-weight:400;font-size:14px;color:var(--gray_500);line-height:1.4;width:100%;max-width:270px;height:22px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 1600px){.threadCard .info p{font-size:12px}}@media screen and (max-width: 1280px){.threadCard .info p{font-family:Poppins;font-weight:400;font-size:13px;color:var(--gray_500);line-height:1.4;width:100%;max-width:200px;height:22px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.chatUser{width:100%;display:flex;align-items:center;gap:10px;padding:0 15px 20px;border-bottom:1px solid var(--gray_100)}@media screen and (max-width: 576px){.chatUser{padding:0 20px 15px 0}}.chatUser figure{width:54px;height:54px}@media screen and (max-width: 576px){.chatUser figure{width:40px;height:40px}}.chatUser figure img{width:54px;height:54px;object-fit:cover;object-position:center;border-radius:50%}@media screen and (max-width: 576px){.chatUser figure img{width:40px;height:40px}}.chatUser figure .shortName{width:54px;height:54px;position:relative;background-color:var(--primary_blue_50);font-family:Poppins;font-weight:600;font-size:16px;color:var(--primary_blue_500);line-height:1.4}.chatUser figure .shortName .online{display:block;width:16px;height:16px;position:absolute;bottom:0;right:0}.chatUser .userImage{width:54px;height:54px;background-color:var(--primary_blue_300)}@media screen and (max-width: 576px){.chatUser .userImage{width:40px;height:40px}}.chatUser .info{width:100%}.chatUser .info h3{font-family:Poppins;font-weight:600;font-size:16px;color:var(--black);line-height:1.4}.chatUser .info p{font-family:Poppins;font-weight:400;font-size:14px;color:var(--gray_500);line-height:1.4}.chatUser .action{width:40px}.messageInputField{position:relative;padding:22px}@media screen and (max-width: 576px){.messageInputField{padding:10px}}.messageInputField .messageInputInner{background-color:var(--white);box-shadow:0 4px 50px #04060f0d;width:100%;border-radius:44px;padding:9px 62px 9px 20px;border:1px solid transparent}.messageInputField .messageInputInner.hover,.messageInputField .messageInputInner.focused{border:1px solid var(--primary_blue_500)}.messageInputField .messageInputInner .attachFile{position:absolute;top:32px;left:34px;width:44px;height:44px;border-radius:50%}@media screen and (max-width: 576px){.messageInputField .messageInputInner .attachFile{top:20px;left:20px}}.messageInputField .messageInputInner .attachFile .MuiSpeedDial-root{bottom:2px;right:-5px;z-index:0}.messageInputField .messageInputInner .attachFile .MuiSpeedDial-root>button{width:44px;height:44px;box-shadow:none;z-index:0}.messageInputField .messageInputInner .attachFile .MuiSpeedDial-root .MuiSpeedDial-actions .MuiSpeedDialAction-staticTooltip .MuiSpeedDialAction-staticTooltipLabel{background-color:var(--white)!important}.messageInputField .messageInputInner .sendButton{position:absolute;top:30px;right:34px;width:44px;height:44px}@media screen and (max-width: 576px){.messageInputField .messageInputInner .sendButton{top:18px;right:20px}}.messageInputField .messageInputInner .sendButton button{width:44px;height:44px;border-radius:50%;background-color:var(--primary_blue_500)}.messageInputField .messageInputInner textarea,.messageInputField .messageInputInner input{background-color:var(--white);border-style:none;width:100%;border-radius:8px;padding:8px 15px;resize:none;font-family:Poppins;font-weight:400;font-size:16px;color:var(--gray_700);line-height:1.4;box-sizing:border-box;height:40px}.messageInputField .messageInputInner textarea:hover,.messageInputField .messageInputInner input:hover{border:0px solid var(--primary_blue_500)}.messageInputField .messageInputInner textarea:focus,.messageInputField .messageInputInner input:focus{border:0px solid var(--primary_blue_500)}.messageInputField .messageInputInner textarea:focus-visible,.messageInputField .messageInputInner input:focus-visible{border:0px solid var(--primary_blue_500);outline:0px solid var(--primary_blue_500)}.messageInputField .messageInputInner textarea::placeholder,.messageInputField .messageInputInner input::placeholder{font-family:Poppins;font-weight:400;font-size:16px;color:var(--gray_300);line-height:1.4}.MuiSpeedDialAction-staticTooltipLabel{background-color:var(--white)!important}.dialTooltip div{background-color:var(--white)!important;border:1px solid var(--gray_300);margin-left:20px}.messageWrapper{padding:20px}.messageWrapper .message{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px;position:relative}.messageWrapper .message.beforeMessageDate{padding-top:50px}.messageWrapper .message .messageDate{position:absolute;width:100%;top:0;text-align:center}.messageWrapper .message .messageDate p{display:inline-block;text-align:center;padding:8px 10px;background-color:var(--gray_100);border-radius:8px;font-family:Poppins;font-weight:400;font-size:14px;color:var(--gray_800);line-height:1.4}.messageWrapper .message .messageInfo{width:100%;text-align:center}.messageWrapper .message .messageInfo p{display:inline-block;text-align:center;padding:8px 10px;background-color:var(--gray_100);border-radius:8px;font-family:Poppins;font-weight:400;font-size:14px;color:var(--gray_800);line-height:1.4}.messageWrapper .message .mediaInner{display:flex;align-items:flex-end;justify-content:flex-end;flex-direction:column}.messageWrapper .message .mediaInner .time{display:flex;align-items:center;gap:7px;margin-top:5px;font-family:Poppins;font-weight:400;font-size:14px;color:#797c7b;line-height:1.4}.messageWrapper .message .text{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px}.messageWrapper .message .text figure{width:40px;height:40px}.messageWrapper .message .text figure img{width:40px;height:40px;object-fit:cover;object-position:center;border-radius:50%}.messageWrapper .message .text .shortName{width:40px;height:40px;position:relative;background-color:var(--primary_blue_50);font-family:Poppins;font-weight:600;font-size:12px;color:var(--primary_blue_500);line-height:1.4}.messageWrapper .message .text .shortName .online{display:block;width:16px;height:16px;position:absolute;bottom:0;right:0}.messageWrapper .message .messagesContainer{display:flex;flex-direction:column;gap:10px}@media screen and (max-width: 1600px){.messageWrapper .message .messagesContainer{font-size:12px}.messageWrapper .message .messagesContainer span{font-size:9px}}.messageWrapper .message .messagesContainer .time{font-family:Poppins;font-weight:400;font-size:14px;color:#797c7b;line-height:1.4;font-size:12px;display:flex;align-items:center;gap:7px}@media screen and (max-width: 1600px){.messageWrapper .message .messagesContainer .time{font-size:9px}}.messageWrapper .message.msg_in .messagesContainer p{background-color:#f2f7fb;padding:10px;border-radius:20px;font-family:Poppins;font-weight:400;font-size:16px;color:var(--gray_800);line-height:1.4;max-width:418px;word-break:break-word}.messageWrapper .message.msg_in .messagesContainer p span{font-size:12px;display:block;margin-bottom:4px}@media screen and (max-width: 1600px){.messageWrapper .message.msg_in .messagesContainer p{font-size:12px}.messageWrapper .message.msg_in .messagesContainer p span{font-size:9px}}.messageWrapper .message.msg_in .messagesContainer .msg_show_more{font-family:Poppins;font-weight:400;font-size:14px;color:#797c7b;line-height:1.4;cursor:pointer;margin:0 5px}.messageWrapper .message.msg_in .messagesContainer .msg_show_more:hover{text-decoration:underline}.messageWrapper .message.msg_in .mediaInner{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column}.messageWrapper .message.msg_in .mediaInner .time{display:flex;align-items:center;gap:7px;margin-top:5px;font-family:Poppins;font-weight:400;font-size:14px;color:#797c7b;line-height:1.4}.messageWrapper .message.msg_in .mediaImage{background-color:#f2f7fb;padding:10px;border-radius:20px;max-width:350px;display:flex;flex-wrap:wrap;gap:10px}.messageWrapper .message.msg_in .mediaImage figure img{width:100%}.messageWrapper .message.msg_in .mediaImage.image_1 figure{width:144px;height:144px;border-radius:10px;overflow:hidden;position:relative}.messageWrapper .message.msg_in .mediaImage.image_1 figure img{min-width:144px;height:144px;object-fit:cover;object-position:center}.messageWrapper .message.msg_in .mediaImage.image_1 .viewAll{position:absolute;width:100%;height:100%;top:0;left:0;background-color:#0000004a;display:flex;align-items:center;justify-content:center}.messageWrapper .message.msg_in .mediaImage.image_1 .viewAll p{font-family:Poppins;font-weight:400;font-size:16px;color:var(--white);line-height:1.4;cursor:pointer}.messageWrapper .message.msg_in .mediaImage.image_2{height:164px}.messageWrapper .message.msg_in .mediaImage.image_2 figure{width:144px;border-radius:10px;overflow:hidden;position:relative}.messageWrapper .message.msg_in .mediaImage.image_2 figure img{min-width:100%;height:142px;object-fit:cover;object-position:center}.messageWrapper .message.msg_in .mediaImage.image_2 .viewAll{position:absolute;width:100%;height:100%;top:0;left:0;background-color:#0000004a;display:flex;align-items:center;justify-content:center}.messageWrapper .message.msg_in .mediaImage.image_2 .viewAll p{font-family:Poppins;font-weight:400;font-size:16px;color:var(--white);line-height:1.4;cursor:pointer}.messageWrapper .message.msg_in .mediaImage.image_3{width:318px}.messageWrapper .message.msg_in .mediaImage.image_3 figure{width:144px;border-radius:10px;overflow:hidden;position:relative}.messageWrapper .message.msg_in .mediaImage.image_3 figure img{min-width:100%;height:142px;object-fit:cover;object-position:center}.messageWrapper .message.msg_in .mediaImage.image_3 figure:nth-child(3){width:100%}.messageWrapper .message.msg_in .mediaImage.image_3 figure .viewAll{position:absolute;width:100%;height:100%;top:0;left:0;background-color:#0000004a;display:flex;align-items:center;justify-content:center}.messageWrapper .message.msg_in .mediaImage.image_3 figure .viewAll p{font-family:Poppins;font-weight:400;font-size:16px;color:var(--white);line-height:1.4;cursor:pointer}.messageWrapper .message.msg_in .mediaImage.image_4{width:318px}.messageWrapper .message.msg_in .mediaImage.image_4 figure{width:144px;height:144px;border-radius:10px;overflow:hidden;position:relative}.messageWrapper .message.msg_in .mediaImage.image_4 figure img{min-width:100%;height:142px;object-fit:cover;object-position:center}.messageWrapper .message.msg_in .mediaImage.image_4 figure .viewAll{position:absolute;width:100%;height:100%;top:0;left:0;background-color:#0000004a;display:flex;align-items:center;justify-content:center}.messageWrapper .message.msg_in .mediaImage.image_4 figure .viewAll p{font-family:Poppins;font-weight:400;font-size:16px;color:var(--white);line-height:1.4;cursor:pointer}.messageWrapper .message.msg_out{justify-content:flex-end}.messageWrapper .message.msg_out .messagesContainer{align-items:flex-end}.messageWrapper .message.msg_out .messagesContainer p{background-color:var(--primary_blue_500);padding:10px;border-radius:20px;font-family:Poppins;font-weight:400;font-size:16px;color:var(--white);line-height:1.4;max-width:418px;word-break:break-word}@media screen and (max-width: 1600px){.messageWrapper .message.msg_out .messagesContainer p{font-size:12px}}.messageWrapper .message.msg_out .messagesContainer .msg_show_more{font-family:Poppins;font-weight:500;font-size:14px;color:var(--gray_300);line-height:1.4;cursor:pointer;margin:0 5px}.messageWrapper .message.msg_out .messagesContainer .msg_show_more:hover{text-decoration:underline}.messageWrapper .message.msg_out .mediaImage{background-color:var(--primary_blue_50);padding:10px;border-radius:20px;max-width:350px;display:flex;flex-wrap:wrap;gap:10px}.messageWrapper .message.msg_out .mediaImage.image_1 figure{width:144px;height:144px;border-radius:10px;overflow:hidden;position:relative}.messageWrapper .message.msg_out .mediaImage.image_1 figure img{min-width:144px;height:144px;object-fit:cover;object-position:center}.messageWrapper .message.msg_out .mediaImage.image_1 .viewAll{position:absolute;width:100%;height:100%;top:0;left:0;background-color:#0000004a;display:flex;align-items:center;justify-content:center}.messageWrapper .message.msg_out .mediaImage.image_1 .viewAll p{font-family:Poppins;font-weight:400;font-size:16px;color:var(--white);line-height:1.4;cursor:pointer}.messageWrapper .message.msg_out .mediaImage.image_2{height:164px}.messageWrapper .message.msg_out .mediaImage.image_2 figure{width:144px;border-radius:10px;overflow:hidden;position:relative}.messageWrapper .message.msg_out .mediaImage.image_2 figure img{min-width:100%;height:142px;object-fit:cover;object-position:center}.messageWrapper .message.msg_out .mediaImage.image_2 .viewAll{position:absolute;width:100%;height:100%;top:0;left:0;background-color:#0000004a;display:flex;align-items:center;justify-content:center}.messageWrapper .message.msg_out .mediaImage.image_2 .viewAll p{font-family:Poppins;font-weight:400;font-size:16px;color:var(--white);line-height:1.4;cursor:pointer}.messageWrapper .message.msg_out .mediaImage.image_3{width:318px}.messageWrapper .message.msg_out .mediaImage.image_3 figure{width:144px;border-radius:10px;overflow:hidden;position:relative}.messageWrapper .message.msg_out .mediaImage.image_3 figure img{min-width:100%;height:142px;object-fit:cover;object-position:center}.messageWrapper .message.msg_out .mediaImage.image_3 figure:nth-child(3){width:100%}.messageWrapper .message.msg_out .mediaImage.image_3 figure .viewAll{position:absolute;width:100%;height:100%;top:0;left:0;background-color:#0000004a;display:flex;align-items:center;justify-content:center}.messageWrapper .message.msg_out .mediaImage.image_3 figure .viewAll p{font-family:Poppins;font-weight:400;font-size:16px;color:var(--white);line-height:1.4;cursor:pointer}.messageWrapper .message.msg_out .mediaImage.image_4{width:318px}.messageWrapper .message.msg_out .mediaImage.image_4 figure{width:144px;height:144px;border-radius:10px;overflow:hidden;position:relative}.messageWrapper .message.msg_out .mediaImage.image_4 figure img{min-width:100%;height:142px;object-fit:cover;object-position:center}.messageWrapper .message.msg_out .mediaImage.image_4 figure .viewAll{position:absolute;width:100%;height:100%;top:0;left:0;background-color:#0000004a;display:flex;align-items:center;justify-content:center}.messageWrapper .message.msg_out .mediaImage.image_4 figure .viewAll p{font-family:Poppins;font-weight:400;font-size:16px;color:var(--white);line-height:1.4;cursor:pointer}.messageWrapper .message .quote .quoteInner{max-width:350px;padding:10px;border-radius:10px;background-color:#f2f7fb;margin-bottom:5px;cursor:pointer}.messageWrapper .message .quote .quoteInner h3{font-family:Poppins;font-weight:500;font-size:14px;color:var(--gray_800);line-height:1.4}.messageWrapper .message .quote .quoteInner .quoteInfo{display:flex;gap:10px;margin:15px 0}.messageWrapper .message .quote .quoteInner .quoteInfo figure{width:80px;min-width:80px;height:80px;border:1px solid var(--primary_blue_500);border-radius:10px;display:flex;align-items:center;justify-content:center}.messageWrapper .message .quote .quoteInner .quoteInfo figure img{width:32px;height:32px;object-fit:cover;object-position:center}.messageWrapper .message .quote .quoteInner .quoteInfo .quoteData ul li{display:flex;gap:10px}.messageWrapper .message .quote .quoteInner .quoteInfo .quoteData ul li span{width:70px;font-family:Poppins;font-weight:400;font-size:14px;color:var(--gray_500);line-height:1.4}.messageWrapper .message .quote .quoteInner .quoteInfo .quoteData ul li p{font-family:Poppins;font-weight:500;font-size:14px;color:var(--gray_800);line-height:1.4;display:block;display:-webkit-box;max-width:100%;height:auto;margin:0 auto;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;text-align:left;flex:1}.messageWrapper .message .quote .quoteInner .notes h3{font-family:Poppins;font-weight:500;font-size:14px;color:var(--gray_800);line-height:1.4}.messageWrapper .message .quote .quoteInner .notes p{display:block;background-color:var(--white);padding:15px;border-radius:10px;margin-top:10px;font-family:Poppins;font-weight:400;font-size:14px;color:var(--gray_800);line-height:1.4;word-wrap:break-word}.messageWrapper .message .quote .quoteInner .quoteCheckout{margin-top:12px;padding:10px 40px 0;border-top:1px dashed var(--primary_blue_200)}.messageWrapper .message .quote .time{font-family:Poppins;font-weight:400;font-size:14px;color:#797c7b;line-height:1.4}.messageWrapper .message .order .quoteInner{max-width:350px;padding:10px;border-radius:10px;background-color:var(--primary_blue_500);margin-bottom:5px}.messageWrapper .message .order .quoteInner h3{font-family:Poppins;font-weight:500;font-size:14px;color:var(--white);line-height:1.4}.messageWrapper .message .order .quoteInner .quoteInfo{display:flex;gap:10px;margin:15px 0}.messageWrapper .message .order .quoteInner .quoteInfo figure{width:80px;min-width:80px;height:80px;border:1px solid var(--primary_blue_500);border-radius:10px;display:flex;align-items:center;justify-content:center}.messageWrapper .message .order .quoteInner .quoteInfo figure img{width:32px;height:32px;object-fit:cover;object-position:center}.messageWrapper .message .order .quoteInner .quoteInfo .quoteData ul li{display:flex;gap:10px}.messageWrapper .message .order .quoteInner .quoteInfo .quoteData ul li span{width:70px;font-family:Poppins;font-weight:400;font-size:14px;color:var(--white);line-height:1.4}.messageWrapper .message .order .quoteInner .quoteInfo .quoteData ul li p{font-family:Poppins;font-weight:500;font-size:14px;color:var(--white);line-height:1.4;display:block;display:-webkit-box;max-width:100%;height:auto;margin:0 auto;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;text-align:left;flex:1}.messageWrapper .message .order .quoteInner .orderName{display:flex;align-items:flex-start;gap:15px;margin-top:10px}.messageWrapper .message .order .quoteInner .orderName h3{font-family:Poppins;font-weight:600;font-size:14px;color:var(--white);line-height:1.4}.messageWrapper .message .order .quoteInner .orderName p{font-family:Poppins;font-weight:500;font-size:14px;color:var(--white);line-height:1.4}.messageWrapper .message .order .time{font-family:Poppins;font-weight:400;font-size:14px;color:#797c7b;line-height:1.4}.messageWrapper .askAssistant .messageWrap{display:flex;gap:10px;align-items:start}.messageWrapper .askAssistant .messageWrap p{padding-left:0!important}.messageWrapper .askAssistant .messageWrap p.date{padding:10px 0 0;font-size:12px}.messageWrapper .askAssistant .messageWrap p .msgHead{padding-bottom:0}.chat_tabs{width:100%;border-bottom:1px solid var(--border)}.chat_tabs .MuiTabs-root{width:100%}.chat_tabs .MuiTabs-root .MuiTabs-flexContainer{width:100%;gap:8px}.chat_tabs .MuiTab-root.MuiButtonBase-root{font-size:14px!important;font-weight:500!important;padding:12px 10px!important;min-width:auto}@media screen and (max-width: 576px){.chat_tabs .MuiTab-root.MuiButtonBase-root{padding:8px 5px!important;font-size:14px!important}}.chat_tabs .MuiTab-root.MuiButtonBase-root .chatTabLabel span{display:inline-block;text-align:center;min-width:24px;height:24px;padding:4px;border-radius:50%;background-color:#f04a4c;margin-left:10px;font-family:Poppins;font-weight:400;font-size:12px;color:var(--white);line-height:1.35}.MuiTooltip-tooltip{font-family:Poppins!important;font-weight:400!important;font-size:14px!important;color:var(--primary_blue_500)!important;line-height:1.3!important}.workSheetNotes .calculations .calcSection{margin-bottom:15px}.workSheetNotes .calculations .calcSection:last-child{margin-bottom:0}.workSheetNotes .calculations .calcSection.border{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:15px 0;margin-bottom:0}.workSheetNotes .calculations .calcSection .calcHead{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.workSheetNotes .calculations .calcSection .calcHead .calcTitle{font-family:Poppins;font-weight:400;font-size:14px;color:var(--gray_500);line-height:1.4}.workSheetNotes .calculations .calcSection .calcHead .calcAmount{font-family:Poppins;font-weight:400;font-size:14px;color:var(--gray_900);line-height:1.4;max-width:95px}.workSheetNotes .calculations .calcSection .calcHead.discount .calcTitle{font-family:Poppins;font-weight:400;font-size:14px;color:var(--error_500);line-height:1.4}.workSheetNotes .calculations .calcSection .calcHead.discount .calcAmount{font-family:Poppins;font-weight:400;font-size:14px;color:var(--error_500);line-height:1.4;max-width:95px}.workSheetNotes .calculations .calcSection .calcBody{font-family:Poppins;font-weight:300;font-size:12px;color:var(--gray_500);line-height:1.4}.workSheetNotes .calculations .netPay{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border);padding:15px 0}.workSheetNotes .calculations .netPay p{font-family:Poppins;font-weight:600;font-size:14px;color:var(--gray_900);line-height:1.4}.productInfo{display:flex;align-items:center;gap:10px}.productInfo figure{width:52px;height:52px}.productInfo figure img{width:52px;height:52px;object-fit:cover;object-position:center}.productInfo p{font-family:Poppins;font-weight:400;font-size:16px;color:var(--gray_900);line-height:1.4}.MuiTableSortLabel-root{margin-left:6px!important}.ifFilterApplied{position:relative}.ifFilterApplied:after{content:"";width:15px;height:15px;border-radius:50%;background-color:var(--primary_blue_500);position:absolute;top:-5px;right:-5px}.mt_14{margin-top:14px}.add_contact_button{min-height:74px;display:flex;align-items:flex-end}.text_with_count_new{display:flex;align-items:flex-end}.text_with_count_new a{width:max-content}.height_5{height:5px}.accordian .MuiAccordion-root.with_border:before{background-color:var(--error_500)!important;top:auto;bottom:0}.fileRender{width:280px;background-color:var(--white);border:1px solid var(--gray_200);border-radius:8px;padding:15px}.fileRender .fileDetails{display:flex;align-items:flex-start;gap:10px}.fileRender .fileDetails figure{width:32px;height:32px}.fileRender .fileDetails figure img{width:32px!important;height:32px!important}.fileRender .fileDetails .fileInfo{min-width:calc(100% - 75px)}.fileRender .fileDetails .fileInfo .fileName{font-family:Poppins;font-weight:500;font-size:14px;color:var(--gray_700);line-height:1.4;width:100%;max-width:170px;height:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fileRender .fileDetails .fileInfo .fileExt{font-family:Poppins;font-weight:400;font-size:14px;color:var(--gray_500);line-height:1.4}.fileRender .MediafileProgress{margin:10px auto 0;display:flex;align-items:center;gap:10px;width:180px}.fileRender .MediafileProgress .lenierProgress{flex:1;min-width:150px}.fileRender .MediafileProgress p{font-family:Poppins;font-weight:500;font-size:14px;color:var(--gray_700);line-height:1.4}.min_width_btn{min-width:150px!important}@media screen and (max-width: 576px){.min_width_btn{min-width:auto}}.MuiOutlinedInput-root .MuiAutocomplete-input{padding:8.5px 4px 8.5px 5px!important}.vendor_comission_action{margin-top:35px}.Vendor_Commission_container:not(:last-child){border-bottom:1px solid var(--gray_400);margin-bottom:10px;padding-bottom:10px}.notification_dropdown .MuiPaper-root{min-width:522px;box-shadow:0 12px 16px -4px #10182814}.notification_dropdown .MuiPaper-root ul li{border-bottom:1px solid var(--border)}.notification_dropdown .MuiPaper-root ul li:last-child{border-bottom:0}.notifications{width:510px;padding:4px 0 24px}@media screen and (max-width: 576px){.notifications{width:100%}}.notifications .noticeHeader{display:flex;align-items:center;justify-content:space-between;gap:0;padding:17px 13px 12px 26px}.notifications .noticeHeader h3{font-family:Poppins;font-weight:600;font-size:18px;color:var(--gray_900);line-height:1.4;margin-right:auto}@media screen and (max-width: 576px){.notifications .noticeHeader h3{font-family:Poppins;font-weight:500;font-size:16px;color:var(--gray_900);line-height:1.4}}.notifications .noticeHeader button.read_all_btn{font-family:Poppins;font-weight:400;font-size:16px;color:var(--linking);line-height:1.4;padding:1px 4px}.notifications .noticeHeader button.read_all_btn:hover{background-color:var(--white)}.notifications .noticeHeader button.close_notification{padding:2px}.notifications ul{max-height:270px;min-height:270px;overflow:auto;padding-right:2px}.notifications ul li{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;border-bottom:1px solid var(--gray_200);padding:18px 12px 19px 24px;transition:.2s ease-in-out all;cursor:pointer;position:relative}.notifications ul li .unread{width:12px;height:12px;margin-top:3px}.notifications ul li:hover{background-color:#5089ac0d}.notifications ul li figure{min-width:48px;display:flex;width:48px;height:48px;justify-content:center;align-items:center;gap:10px;background-color:var(--primary_blue_500);border-radius:50%}@media screen and (max-width: 576px){.notifications ul li figure{min-width:38px;width:38px;height:38px}}.notifications ul li .notice_text{flex:1}.notifications ul li .notice_text .title{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:5px}.notifications ul li .notice_text .title h3{font-family:Poppins;font-weight:600;font-size:18px;color:var(--gray_900);line-height:1.4;display:flex;flex:1;display:block;display:-webkit-box;max-width:100%;height:auto;margin:0 auto;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}@media screen and (max-width: 576px){.notifications ul li .notice_text .title h3{font-family:Poppins;font-weight:500;font-size:15px;color:var(--gray_900);line-height:1.4}}.notifications ul li .notice_text .title span{font-family:Poppins;font-weight:400;font-size:14px;color:var(--gray_500);line-height:1.4;min-width:fit-content}@media screen and (max-width: 576px){.notifications ul li .notice_text .title span{font-family:Poppins;font-weight:300;font-size:12px;color:var(--gray_500);line-height:1.4}}.notifications ul li .notice_text p{font-family:Poppins;font-weight:400;font-size:16px;color:var(--gray_500);line-height:1.4}@media screen and (max-width: 576px){.notifications ul li .notice_text p{font-family:Poppins;font-weight:300;font-size:12px;color:var(--gray_700);line-height:1.4}}.chat-images-carousel{height:70vh}.chat-images-carousel div{height:100%!important}.chat-images-carousel div img{height:100%;width:100%;object-fit:contain;object-position:center}.diable-checkbox .MuiSvgIcon-root{color:var(--primary_blue_500)}.client-modal-action{font-weight:600;cursor:pointer;text-align:center}.disable{cursor:default;pointer-events:none}.ellipse-text{width:100;max-width:100;height:auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pageBody{height:calc(100% - 120px)}.pageBody .table-common-wrap{height:calc(100% - 100px)}.pageBody .table-common-wrap .loader-wrap{height:calc(100% - 90px)}.pageBody .disableForm input,.pageBody .disableForm button,.pageBody .disableForm checkbox,.pageBody .disableForm radio,.pageBody .disableForm div,.pageBody .disableForm span{pointer-events:none}@media screen and (max-width: 1600px){.MuiButton-root{font-size:13px!important}}@media screen and (max-width: 1600px){.MuiCheckbox-root svg{font-size:18px}}.client-modal .MuiDialog-paper{width:70%;margin:auto;height:570px;overflow:hidden}@media screen and (max-width: 1600px){.client-modal .MuiDialog-paper{width:50%;height:500px}}.client-modal .sectionContainer{height:100%;padding:32px;margin:0}.client-modal .sectionContainer .sectionBody{height:calc(100% - 42px);padding-bottom:0}.client-modal .sectionContainer .sectionBody>div{height:100%}.client-modal .sectionContainer .sectionBody .tableBox{height:100%;width:100%}.client-modal .reelTableContainer{height:100%}.client-modal .reelTableContainer .table_height{height:calc(100% - 58px);min-height:calc(100% - 58px);max-height:calc(100% - 58px)}.client-modal.change-assitant-modal .MuiAutocomplete-listbox{max-height:20vh}.client-modal.change-assitant-modal .MuiDialog-paper{height:500px}.client-modal.change-assitant-modal .sectionBody{height:calc(100% - 85px)!important}@media screen and (max-width: 1600px){.radio-wrap .MuiFormLabel-root{font-size:14px}}.radio-wrap .MuiTypography-body1{font-size:16px!important}@media screen and (max-width: 1600px){.radio-wrap .MuiTypography-body1{font-size:12px!important}}.MuiAutocomplete-listbox{max-height:45vh!important}.addChatbox{padding:12px 25px 0 26px}.addChatbox .profileInfo{justify-content:center;margin-top:15px}.addChatbox .searchList{height:335px}.addChatbox .searchList .badgesContainer{display:flex;gap:20px;flex-wrap:wrap;height:240px;overflow:auto;align-content:baseline}.addChatbox .searchList .badgesContainer .badgesWrap{display:flex;align-items:center;flex-direction:column;gap:10px}.addChatbox .searchList .badgesContainer .badgesWrap h2{font-size:12px;font-weight:500}.addChatbox .searchList .badgesContainer .badgesWrap .closeIcon{cursor:pointer;width:22px;text-align:center;height:22px;background:#fff;border-radius:50%;position:absolute;left:-9px;top:7px;z-index:2;line-height:29px}.addChatbox .searchList .badgesContainer .badgesWrap .closeIcon svg{font-size:15px}.groupModal .modalBox{padding:24px 24px 8px}.groupModal .sectionContainer{margin:0}.groupModal .sectionContainer .groupTop{display:flex;align-items:center;justify-content:space-between;gap:20px}.groupModal .sectionContainer .groupTop .MuiBox-root{flex:1}.groupModal .sectionContainer .groupTop .MuiBox-root .cInfoImg{width:70px;height:70px}.groupModal .sectionContainer .groupTop .MuiBox-root .cInfoImg figure{width:100%;height:100%}.groupModal .sectionContainer .groupTop .MuiBox-root .cInfoImg figure:hover label{width:70px;height:70px}.groupModal .sectionContainer .groupTop .MuiBox-root .cInfoImg figure label{width:70px;height:70px}.groupModal .sectionContainer .groupTop .MuiBox-root .cInfoImg figure img{width:100%;height:100%}.groupModal .sectionContainer h3.subHead{font-size:20px;font-weight:600}@media screen and (max-width: 1600px){.groupModal .sectionContainer h3.subHead{font-size:14px}}.groupModal .sectionContainer .groupArea{min-height:275px;margin:16px 0;padding:16px;background:#6890991a}.groupModal .sectionContainer .groupArea .MuiAccordionSummary-content{display:flex;align-items:center;justify-content:space-between}.groupModal .sectionContainer .groupArea .groupPlaceholder{display:flex;align-items:center;justify-content:center;margin-bottom:12px}.groupModal .sectionContainer .groupArea .groupPlaceholder img{width:100px;height:100px;object-fit:cover;border-radius:50%}.groupModal .sectionContainer .groupArea .memberList{max-height:200px;overflow:auto}.groupModal .sectionContainer .groupArea .memberList li{display:flex;align-items:center;justify-content:space-between;margin:10px}.groupModal .sectionContainer .groupArea .memberList li .leftArea{display:flex;align-items:center;justify-content:space-between;gap:10px}.groupModal .sectionContainer .groupArea .memberList li .leftArea img{border-radius:50px;width:35px;height:35px}.groupModal .sectionContainer .groupArea .memberList li .leftArea figure{width:35px;height:35px}.groupModal .sectionContainer .groupArea .memberList li .leftArea figure .MuiAvatar-root{border-radius:50px;border:1px solid #eae9e9;padding:3px;width:35px;height:35px}.groupModal .sectionContainer .groupArea .memberList li .rightArea.noButton button{display:none}.groupModal .sectionContainer .groupArea .memberList li .rightArea .chips .MuiChip-label{background:#ed7d2d;color:#fff;border-radius:12px;padding:7px 10px}.groupModal .groupLoader{display:flex;align-items:center;justify-content:center;margin-top:20px}.groupModal .memberBtn{width:100%;margin:10px 0 5px}.noDataimg img{width:70px}.noDataimg h3{font-size:12px}.notificationList{min-width:320px}.notificationList h2.notifcationHead{background:var(--primary_blue_500);color:#fff;font-size:16px;padding:15px}.notificationList .MuiList-root{padding:0}.notificationList .loaderDiv{height:calc(100vh - 70px);display:flex;align-items:center;justify-content:center;flex-direction:column}.notificationList li{padding:15px;transition:.5s;cursor:pointer}@media screen and (max-width: 1600px){.notificationList li{font-size:12px}}.notificationList li:hover{color:var(--primary_blue_500)}.callModal .callModalwrap{height:600px;min-width:600px;padding:12px 25px 0 26px}.callModal .callModalwrap .loader-wrap{height:calc(100% - 40px)}.callModal .callModalwrap .sectionContainer{height:100%}.callModal .callModalwrap .sectionContainer .sectionBody{height:calc(100% - 50px)}.callModal .callWrap{display:flex;flex-direction:column;gap:20px;height:100%;align-items:center;padding:30px}.callModal .callWrap img{cursor:pointer;width:100px}.callModal .callWrap h2{font-size:20px;font-weight:700}.callModal .callWrap p{font-size:12px}.callModal .callWrap .callAttend{margin:auto auto 0;display:flex;gap:95px}.callModal .callWrap .callAttend img{width:75px}.global-pointer{cursor:pointer}.global-hide{visibility:hidden;pointer-events:none}.ysh-badge{position:absolute;top:50%;left:-24px;transform:translateY(-50%)}.arrowIcon{width:.7em!important;height:.7em!important}.ratingWrap{display:flex;align-items:center}.ratingWrap svg{width:17px;position:relative;top:-1px}.callModalbox{width:440px;display:flex;gap:21px;align-items:center;position:absolute;top:5px;right:5%;background:#ebebeb;padding:20px}.callModalbox .closeIcon{position:absolute;right:6px;top:-14px;width:30px}.callModalbox img{width:50px;height:50px;border-radius:50%;cursor:pointer}.callModalbox .namringArea{flex:100%}.callModalbox .namringArea h1{margin-bottom:7px;font-size:13px}.callModalbox .callArea{margin-left:auto}.callModalbox .timer{position:absolute;left:92px;top:71px;font-size:13px}.MuiTypography-h1{font-size:32px!important}.MuiTypography-h2{font-size:28px!important}.MuiTypography-h3{font-size:24px!important}.MuiTypography-h4{font-size:22px!important}.MuiTypography-h5{font-size:20px!important}.MuiTypography-h6,.MuiTypography-body1{font-size:18px!important}.MuiTypography-body2{font-size:16px!important}.MuiTypography-subtitle1{font-size:15px!important;line-height:1.4!important}.MuiTypography-subtitle2{font-size:13px!important}@media screen and (max-width: 1500px){.MuiTypography-subtitle1{font-size:14px!important}}@media screen and (max-width: 1366px){.MuiTypography-h1{font-size:30px!important}.MuiTypography-h2{font-size:26px!important}.MuiTypography-h3{font-size:22px!important}.MuiTypography-h4{font-size:20px!important}.MuiTypography-h5{font-size:19px!important}.MuiTypography-h6,.MuiTypography-body1{font-size:17px!important}.MuiTypography-body2{font-size:15px!important}.MuiTypography-subtitle2{font-size:12px!important}}@media screen and (max-width: 991px){.MuiTypography-h1{font-size:26px!important}.MuiTypography-h2{font-size:22px!important}.MuiTypography-h3{font-size:20px!important}.MuiTypography-h4{font-size:19px!important}.MuiTypography-h5{font-size:18px!important}.MuiTypography-h6{font-size:16px!important}.MuiTypography-body1{font-size:15px!important}.MuiTypography-body2{font-size:14px!important}.MuiTypography-subtitle1{font-size:13px!important}.MuiTypography-subtitle2{font-size:12px!important}}@media screen and (max-width: 767px){.MuiTypography-h1{font-size:24px!important}.MuiTypography-h2{font-size:20px!important}.MuiTypography-h3{font-size:19px!important}.MuiTypography-h4{font-size:18px!important}.MuiTypography-h5{font-size:17px!important}.MuiTypography-h6{font-size:15px!important}.MuiTypography-body1{font-size:14px!important}.MuiTypography-body2{font-size:13px!important}.MuiTypography-subtitle1{font-size:12px!important}.MuiTypography-subtitle2{font-size:11px!important}}@media screen and (max-width: 576px){.MuiTypography-h1{font-size:22px!important}.MuiTypography-h2{font-size:19px!important}.MuiTypography-h3{font-size:18px!important}.MuiTypography-h4{font-size:17px!important}.MuiTypography-h5{font-size:16px!important}.MuiTypography-h6{font-size:14px!important}.MuiTypography-body1{font-size:13px!important}.MuiTypography-body2{font-size:12px!important}.MuiTypography-subtitle1{font-size:11px!important}.MuiTypography-subtitle2{font-size:10px!important}}@media screen and (max-width: 450px){.MuiTypography-h1{font-size:20px!important}.MuiTypography-h2{font-size:18px!important}.MuiTypography-h3{font-size:17px!important}.MuiTypography-h4{font-size:16px!important}.MuiTypography-h5{font-size:15px!important}.MuiTypography-h6{font-size:13px!important}.MuiTypography-body1,.MuiTypography-body2{font-size:12px!important}.MuiTypography-subtitle1{font-size:10px!important}.MuiTypography-subtitle2{font-size:9px!important}}.m-0{margin:0!important}.mt-0{margin-top:0!important}.mb-0{margin-bottom:0!important}.ml-0{margin-left:0!important}.mr-0{margin-right:0!important}.mt-4{margin-top:4px!important}.mb-4{margin-bottom:4px!important}.ml-4{margin-left:4px!important}.mr-4{margin-right:4px!important}.mt-5{margin-top:5px!important}.mb-5{margin-bottom:5px!important}.ml-5{margin-left:5px!important}.mr-5{margin-right:5px!important}.mt-6{margin-top:6px!important}.mb-6{margin-bottom:6px!important}.ml-6{margin-left:6px!important}.mr-6{margin-right:6px!important}.mt-8{margin-top:8px!important}.mb-8{margin-bottom:8px!important}.ml-8{margin-left:8px!important}.mr-8{margin-right:8px!important}.mt-10{margin-top:10px!important}.mb-10{margin-bottom:10px!important}.ml-10{margin-left:10px!important}.mr-10{margin-right:10px!important}.mt-12{margin-top:12px!important}.mb-12{margin-bottom:12px!important}.ml-12{margin-left:12px!important}.mr-12{margin-right:12px!important}.mt-15{margin-top:15px!important}.mb-15{margin-bottom:15px!important}.ml-15{margin-left:15px!important}.mr-15{margin-right:15px!important}.mt-16{margin-top:16px!important}.mb-16{margin-bottom:16px!important}.ml-16{margin-left:16px!important}.mr-16{margin-right:16px!important}.mt-18{margin-top:18px!important}.mb-18{margin-bottom:18px!important}.ml-18{margin-left:18px!important}.mr-18{margin-right:18px!important}.mt-20{margin-top:20px!important}.mb-20{margin-bottom:20px!important}.ml-20{margin-left:20px!important}.mr-20{margin-right:20px!important}.mt-24{margin-top:24px!important}.mb-24{margin-bottom:24px!important}.ml-24{margin-left:24px!important}.mr-24{margin-right:24px!important}.mt-25{margin-top:25px!important}.mb-25{margin-bottom:25px!important}.ml-25{margin-left:25px!important}.mr-25{margin-right:25px!important}.mt-28{margin-top:28px!important}.mb-28{margin-bottom:28px!important}.ml-28{margin-left:28px!important}.mr-28{margin-right:28px!important}.mt-30{margin-top:30px!important}.mb-30{margin-bottom:30px!important}.ml-30{margin-left:30px!important}.mr-30{margin-right:30px!important}.mt-32{margin-top:32px!important}.mb-32{margin-bottom:32px!important}.ml-32{margin-left:32px!important}.mr-32{margin-right:32px!important}.mt-36{margin-top:36px!important}.mb-36{margin-bottom:36px!important}.ml-36{margin-left:36px!important}.mr-36{margin-right:36px!important}.mt-40{margin-top:40px!important}.mb-40{margin-bottom:40px!important}.ml-40{margin-left:40px!important}.mr-40{margin-right:40px!important}@media screen and (max-width: 992px){.mt-md-0{margin-top:0!important}.mb-md-0{margin-bottom:0!important}.ml-md-0{margin-left:0!important}.mr-md-0{margin-right:0!important}.mt-md-4{margin-top:4px!important}.mb-md-4{margin-bottom:4px!important}.ml-md-4{margin-left:4px!important}.mr-md-4{margin-right:4px!important}.mt-md-5{margin-top:5px!important}.mb-md-5{margin-bottom:5px!important}.ml-md-5{margin-left:5px!important}.mr-md-5{margin-right:5px!important}.mt-md-6{margin-top:6px!important}.mb-md-6{margin-bottom:6px!important}.ml-md-6{margin-left:6px!important}.mr-md-6{margin-right:6px!important}.mt-md-8{margin-top:8px!important}.mb-md-8{margin-bottom:8px!important}.ml-md-8{margin-left:8px!important}.mr-md-8{margin-right:8px!important}.mt-md-10{margin-top:10px!important}.mb-md-10{margin-bottom:10px!important}.ml-md-10{margin-left:10px!important}.mr-md-10{margin-right:10px!important}.mt-md-12{margin-top:12px!important}.mb-md-12{margin-bottom:12px!important}.ml-md-12{margin-left:12px!important}.mr-md-12{margin-right:12px!important}.mt-md-15{margin-top:15px!important}.mb-md-15{margin-bottom:15px!important}.ml-md-15{margin-left:15px!important}.mr-md-15{margin-right:15px!important}.mt-md-16{margin-top:16px!important}.mb-md-16{margin-bottom:16px!important}.ml-md-16{margin-left:16px!important}.mr-md-16{margin-right:16px!important}.mt-md-18{margin-top:18px!important}.mb-md-18{margin-bottom:18px!important}.ml-md-18{margin-left:18px!important}.mr-md-18{margin-right:18px!important}.mt-md-20{margin-top:20px!important}.mb-md-20{margin-bottom:20px!important}.ml-md-20{margin-left:20px!important}.mr-md-20{margin-right:20px!important}.mt-md-24{margin-top:24px!important}.mb-md-24{margin-bottom:24px!important}.ml-md-24{margin-left:24px!important}.mr-md-24{margin-right:24px!important}.mt-md-25{margin-top:25px!important}.mb-md-25{margin-bottom:25px!important}.ml-md-25{margin-left:25px!important}.mr-md-25{margin-right:25px!important}.mt-md-28{margin-top:28px!important}.mb-md-28{margin-bottom:28px!important}.ml-md-28{margin-left:28px!important}.mr-md-28{margin-right:28px!important}.mt-md-30{margin-top:30px!important}.mb-md-30{margin-bottom:30px!important}.ml-md-30{margin-left:30px!important}.mr-md-30{margin-right:30px!important}.mt-md-32{margin-top:32px!important}.mb-md-32{margin-bottom:32px!important}.ml-md-32{margin-left:32px!important}.mr-md-32{margin-right:32px!important}.mt-md-36{margin-top:36px!important}.mb-md-36{margin-bottom:36px!important}.ml-md-36{margin-left:36px!important}.mr-md-36{margin-right:36px!important}.mt-md-40{margin-top:40px!important}.mb-md-40{margin-bottom:40px!important}.ml-md-40{margin-left:40px!important}.mr-md-40{margin-right:40px!important}}@media screen and (max-width: 768px){.mt-sm-0{margin-top:0!important}.mb-sm-0{margin-bottom:0!important}.ml-sm-0{margin-left:0!important}.mr-sm-0{margin-right:0!important}.mt-sm-4{margin-top:4px!important}.mb-sm-4{margin-bottom:4px!important}.ml-sm-4{margin-left:4px!important}.mr-sm-4{margin-right:4px!important}.mt-sm-5{margin-top:5px!important}.mb-sm-5{margin-bottom:5px!important}.ml-sm-5{margin-left:5px!important}.mr-sm-5{margin-right:5px!important}.mt-sm-6{margin-top:6px!important}.mb-sm-6{margin-bottom:6px!important}.ml-sm-6{margin-left:6px!important}.mr-sm-6{margin-right:6px!important}.mt-sm-8{margin-top:8px!important}.mb-sm-8{margin-bottom:8px!important}.ml-sm-8{margin-left:8px!important}.mr-sm-8{margin-right:8px!important}.mt-sm-10{margin-top:10px!important}.mb-sm-10{margin-bottom:10px!important}.ml-sm-10{margin-left:10px!important}.mr-sm-10{margin-right:10px!important}.mt-sm-12{margin-top:12px!important}.mb-sm-12{margin-bottom:12px!important}.ml-sm-12{margin-left:12px!important}.mr-sm-12{margin-right:12px!important}.mt-sm-15{margin-top:15px!important}.mb-sm-15{margin-bottom:15px!important}.ml-sm-15{margin-left:15px!important}.mr-sm-15{margin-right:15px!important}.mt-sm-16{margin-top:16px!important}.mb-sm-16{margin-bottom:16px!important}.ml-sm-16{margin-left:16px!important}.mr-sm-16{margin-right:16px!important}.mt-sm-18{margin-top:18px!important}.mb-sm-18{margin-bottom:18px!important}.ml-sm-18{margin-left:18px!important}.mr-sm-18{margin-right:18px!important}.mt-sm-20{margin-top:20px!important}.mb-sm-20{margin-bottom:20px!important}.ml-sm-20{margin-left:20px!important}.mr-sm-20{margin-right:20px!important}.mt-sm-24{margin-top:24px!important}.mb-sm-24{margin-bottom:24px!important}.ml-sm-24{margin-left:24px!important}.mr-sm-24{margin-right:24px!important}.mt-sm-25{margin-top:25px!important}.mb-sm-25{margin-bottom:25px!important}.ml-sm-25{margin-left:25px!important}.mr-sm-25{margin-right:25px!important}.mt-sm-28{margin-top:28px!important}.mb-sm-28{margin-bottom:28px!important}.ml-sm-28{margin-left:28px!important}.mr-sm-28{margin-right:28px!important}.mt-sm-30{margin-top:30px!important}.mb-sm-30{margin-bottom:30px!important}.ml-sm-30{margin-left:30px!important}.mr-sm-30{margin-right:30px!important}.mt-sm-32{margin-top:32px!important}.mb-sm-32{margin-bottom:32px!important}.ml-sm-32{margin-left:32px!important}.mr-sm-32{margin-right:32px!important}.mt-sm-36{margin-top:36px!important}.mb-sm-36{margin-bottom:36px!important}.ml-sm-36{margin-left:36px!important}.mr-sm-36{margin-right:36px!important}.mt-sm-40{margin-top:40px!important}.mb-sm-40{margin-bottom:40px!important}.ml-sm-40{margin-left:40px!important}.mr-sm-40{margin-right:40px!important}}@media screen and (max-width: 576px){.mt-xs-0{margin-top:0!important}.mb-xs-0{margin-bottom:0!important}.ml-xs-0{margin-left:0!important}.mr-xs-0{margin-right:0!important}.mt-xs-4{margin-top:4px!important}.mb-xs-4{margin-bottom:4px!important}.ml-xs-4{margin-left:4px!important}.mr-xs-4{margin-right:4px!important}.mt-xs-5{margin-top:5px!important}.mb-xs-5{margin-bottom:5px!important}.ml-xs-5{margin-left:5px!important}.mr-xs-5{margin-right:5px!important}.mt-xs-6{margin-top:6px!important}.mb-xs-6{margin-bottom:6px!important}.ml-xs-6{margin-left:6px!important}.mr-xs-6{margin-right:6px!important}.mt-xs-8{margin-top:8px!important}.mb-xs-8{margin-bottom:8px!important}.ml-xs-8{margin-left:8px!important}.mr-xs-8{margin-right:8px!important}.mt-xs-10{margin-top:10px!important}.mb-xs-10{margin-bottom:10px!important}.ml-xs-10{margin-left:10px!important}.mr-xs-10{margin-right:10px!important}.mt-xs-12{margin-top:12px!important}.mb-xs-12{margin-bottom:12px!important}.ml-xs-12{margin-left:12px!important}.mr-xs-12{margin-right:12px!important}.mt-xs-15{margin-top:15px!important}.mb-xs-15{margin-bottom:15px!important}.ml-xs-15{margin-left:15px!important}.mr-xs-15{margin-right:15px!important}.mt-xs-16{margin-top:16px!important}.mb-xs-16{margin-bottom:16px!important}.ml-xs-16{margin-left:16px!important}.mr-xs-16{margin-right:16px!important}.mt-xs-18{margin-top:18px!important}.mb-xs-18{margin-bottom:18px!important}.ml-xs-18{margin-left:18px!important}.mr-xs-18{margin-right:18px!important}.mt-xs-20{margin-top:20px!important}.mb-xs-20{margin-bottom:20px!important}.ml-xs-20{margin-left:20px!important}.mr-xs-20{margin-right:20px!important}.mt-xs-24{margin-top:24px!important}.mb-xs-24{margin-bottom:24px!important}.ml-xs-24{margin-left:24px!important}.mr-xs-24{margin-right:24px!important}.mt-xs-25{margin-top:25px!important}.mb-xs-25{margin-bottom:25px!important}.ml-xs-25{margin-left:25px!important}.mr-xs-25{margin-right:25px!important}.mt-xs-28{margin-top:28px!important}.mb-xs-28{margin-bottom:28px!important}.ml-xs-28{margin-left:28px!important}.mr-xs-28{margin-right:28px!important}.mt-xs-30{margin-top:30px!important}.mb-xs-30{margin-bottom:30px!important}.ml-xs-30{margin-left:30px!important}.mr-xs-30{margin-right:30px!important}.mt-xs-32{margin-top:32px!important}.mb-xs-32{margin-bottom:32px!important}.ml-xs-32{margin-left:32px!important}.mr-xs-32{margin-right:32px!important}.mt-xs-36{margin-top:36px!important}.mb-xs-36{margin-bottom:36px!important}.ml-xs-36{margin-left:36px!important}.mr-xs-36{margin-right:36px!important}.mt-xs-40{margin-top:40px!important}.mb-xs-40{margin-bottom:40px!important}.ml-xs-40{margin-left:40px!important}.mr-xs-40{margin-right:40px!important}}@media screen and (max-width: 1600px){.header{padding:10px 20px}.header .logo img{height:50px}.pageBody .pageHeading .headings h3{font-size:18px}.sectionContainer{margin:0}.sectionContainer .sectionBody{padding:15px 0}.sectionContainer .sectionHeadings h3{font-size:14px}.formScroller{height:auto}.profileInfo{gap:10px}.profileInfo figure img{width:90px;height:90px}.profileInfo .UserDeatils{gap:0}.profileInfo .UserDeatils h3{font-size:14px}.profileInfo .UserDeatils p{font-size:12px}.MuiStack-root{margin-top:0!important}}.page-not-found{max-width:80%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:24px;margin:0 auto;height:calc(100% - 200px)}.page-not-found h3,.page-not-found p{font-family:Poppins!important;font-weight:400;font-size:14px!important;color:var(--black)!important;line-height:1.4!important;text-align:center}.page-not-found img{width:200px}.page-not-found.chat_no_data{height:calc(100% - 20px)}.page-not-found.vendor_manage{height:calc(100vh - 400px)}.page-not-found.order_no_data{height:calc(100vh - 300px)}.page-not-found.banner_no_data{height:calc(100vh - 380px)}.page-not-found.config_no_data{height:calc(100vh - 400px)}.page-not-found.user_manage_no_data{height:calc(100vh - 310px)}.page-not-found.product_no_data{height:calc(100vh - 370px)}.MuiIconButton-root.Mui-disabled{opacity:1;color:inherit!important}.p-0{padding:0}.pt-0{margin-top:0}.pb-0{margin-bottom:0}.pl-0{margin-left:0}.pr-0{margin-right:0}.pt-5{margin-top:5px}.pb-5{margin-bottom:5px}.pl-5{margin-left:5px}.pr-5{margin-right:5px}.pt-10{margin-top:10px}.pb-10{margin-bottom:10px}.pl-10{margin-left:10px}.pr-10{margin-right:10px}.pt-15{margin-top:15px}.pb-15{margin-bottom:15px}.pl-15{margin-left:15px}.pr-15{margin-right:15px}.pt-20{margin-top:20px}.pb-20{margin-bottom:20px}.pl-20{margin-left:20px}.pr-20{margin-right:20px}@media screen and (max-width: 992px){.pt-md-0{margin-top:0}.pb-md-0{margin-bottom:0}.pl-md-0{margin-left:0}.pr-md-0{margin-right:0}.pt-md-5{margin-top:5px}.pb-md-5{margin-bottom:5px}.pl-md-5{margin-left:5px}.pr-md-5{margin-right:5px}.pt-md-10{margin-top:10px}.pb-md-10{margin-bottom:10px}.pl-md-10{margin-left:10px}.pr-md-10{margin-right:10px}.pt-md-15{margin-top:15px}.pb-md-15{margin-bottom:15px}.pl-md-15{margin-left:15px}.pr-md-15{margin-right:15px}.pt-md-20{margin-top:20px}.pb-md-20{margin-bottom:20px}.pl-md-20{margin-left:20px}.pr-md-20{margin-right:20px}}@media screen and (max-width: 768px){.pt-sm-0{margin-top:0}.pb-sm-0{margin-bottom:0}.pl-sm-0{margin-left:0}.pr-sm-0{margin-right:0}.pt-sm-5{margin-top:5px}.pb-sm-5{margin-bottom:5px}.pl-sm-5{margin-left:5px}.pr-sm-5{margin-right:5px}.pt-sm-10{margin-top:10px}.pb-sm-10{margin-bottom:10px}.pl-sm-10{margin-left:10px}.pr-sm-10{margin-right:10px}.pt-sm-15{margin-top:15px}.pb-sm-15{margin-bottom:15px}.pl-sm-15{margin-left:15px}.pr-sm-15{margin-right:15px}.pt-sm-20{margin-top:20px}.pb-sm-20{margin-bottom:20px}.pl-sm-20{margin-left:20px}.pr-sm-20{margin-right:20px}}@media screen and (max-width: 576px){.pt-xs-0{margin-top:0}.pb-xs-0{margin-bottom:0}.pl-xs-0{margin-left:0}.pr-xs-0{margin-right:0}.pt-xs-5{margin-top:5px}.pb-xs-5{margin-bottom:5px}.pl-xs-5{margin-left:5px}.pr-xs-5{margin-right:5px}.pt-xs-10{margin-top:10px}.pb-xs-10{margin-bottom:10px}.pl-xs-10{margin-left:10px}.pr-xs-10{margin-right:10px}.pt-xs-15{margin-top:15px}.pb-xs-15{margin-bottom:15px}.pl-xs-15{margin-left:15px}.pr-xs-15{margin-right:15px}.pt-xs-20{margin-top:20px}.pb-xs-20{margin-bottom:20px}.pl-xs-20{margin-left:20px}.pr-xs-20{margin-right:20px}}body{font-family:Poppins,sans-serif}: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:hsla(0,0%,100%,.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(90deg,#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:translateZ(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-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.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:auto}}.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__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{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--colored.Toastify__toast--default,.Toastify__toast-theme--light{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--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{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:focus,.Toastify__close-button:hover{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:auto;transform-origin:right;border-bottom-left-radius:0;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--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-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(1turn)}}
