#CommonLayout{display:flex;flex-grow:1;overflow-wrap:anywhere;background-color:#121212}#CommonLayout .ChildrenWrapper{display:flex;flex-direction:column;flex-grow:1;padding:60px 40px;margin-left:30px;overflow-x:hidden}@media screen and (max-width: 1100px){#CommonLayout .ChildrenWrapper{padding-left:20px;padding-right:20px}}#CommonEmailWrapper{gap:13px;align-items:center}#CommonEmailWrapper .FirstLetterWrapper{height:32px;width:32px;border-radius:50%;background-color:darkenHex(primaryColor,.4)}body{background-color:#fff0!important}body.NoBackGround{background-color:transparent!important}body.NoBackGround canvas{background-color:transparent!important}.extraSmallSelect .MuiSelect-select{font-size:14px;padding-block:6px;line-height:20px}.scene-loader__overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#000c;z-index:1000}.scene-loader__title{font-weight:400!important;color:#fff!important;margin-bottom:8px!important;font-size:16px!important}.scene-loader__progress-container{width:400px;margin-bottom:16px}.scene-loader__progress-bar{height:8px!important;border-radius:4px!important;background-color:#ffffff4d!important}.scene-loader__progress-bar .MuiLinearProgress-bar{border-radius:4px!important;background-color:var(--primary-color)}.scene-loader__percentage{color:#fff!important;text-align:center!important;font-size:14px!important;opacity:.8!important}.LinkExpiredScreen{background-color:#202020;height:100%;display:flex;align-items:center;justify-content:center}.LinkExpiredScreen img{margin-bottom:33px}#AuthenticationLayout{background-color:#121212;display:flex;flex-direction:column;height:100%}#AuthenticationLayout .LogoWrapper{padding-top:60px}#AuthenticationLayout .LogoWrapper .MuiToolbar-root{padding-left:60px;padding-right:60px}#AuthenticationLayout .LogoWrapper .MuiToolbar-root .Logo{height:unset;width:unset}#AuthenticationLayout .ChildrenWrapper{display:flex;flex-direction:row;height:100%;justify-content:space-between;align-items:center;padding:0 188px 0 80px;gap:40px}@media screen and (min-width: 1401px){#AuthenticationLayout .ChildrenWrapper{gap:277px;justify-content:center}}@media screen and (max-width: 1200px){#AuthenticationLayout .ChildrenWrapper{padding:0 60px}}@media screen and (max-width: 767px){#AuthenticationLayout .ChildrenWrapper{flex-direction:column}}@media screen and (max-width: 767px){#AuthenticationLayout .ChildrenWrapper .Left{display:none}}#AuthenticationLayout .ChildrenWrapper .Right{display:grid;place-items:center;height:100%}#AuthenticationLayout .ChildrenWrapper .Right .MuiContainer-root .Head{text-align:center}#AuthenticationLayout .ChildrenWrapper .Right .MuiContainer-root .Head .Title{font-weight:500;color:var(--primary-color);max-width:446px;margin-inline:auto}#AuthenticationLayout .ChildrenWrapper .Right .MuiContainer-root .Head .Subtitle{color:#f2f2f2;margin-top:22px;font-weight:400;max-width:338px;margin-inline:auto}#AuthenticationLayout .ChildrenWrapper .Right .MuiContainer-root form{margin-top:40px;max-width:320px;margin-left:auto;margin-right:auto}#AuthenticationLayout .ChildrenWrapper .Right .MuiContainer-root form .FormAction{margin-top:24px}#AuthenticationLayout .ChildrenWrapper .Right .MuiContainer-root form .FormAction .MuiButton-root:not(:first-of-type){margin-top:16px}#AuthenticationLayout .ChildrenWrapper .Right #ResetPassword .MuiContainer-root .Head .Subtitle{max-width:260px}#Loader{display:grid;place-items:center;position:fixed;overflow:hidden;top:0;bottom:0;left:0;right:0;z-index:10001}#Loader .Wrapper{flex-direction:column;align-items:center;gap:30px}#Loader .Wrapper .Logo{height:unset;width:unset}#Loader .Wrapper .MuiCircularProgress-root{color:#f2f2f2}#Loader .Wrapper .MuiCircularProgress-root circle{stroke-width:2.5px}#LoaderBackdrop{color:#f2f2f2;z-index:15001;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}#Sidebar.MuiDrawer-root{position:relative;transition:.3s all ease}#Sidebar.MuiDrawer-root .MuiPaper-root{top:30px;left:30px;bottom:30px;width:inherit;border-right:unset;overflow:initial;height:calc(100vh - 60px);border-radius:10px;background-color:#232323;padding:30px 20px}@media screen and (max-width: 900px){#Sidebar.MuiDrawer-root .MuiPaper-root{padding:20px}}#Sidebar.MuiDrawer-root .MuiPaper-root .SidebarWrapper{gap:20px;flex-direction:column;justify-content:space-between;height:100%}#Sidebar.MuiDrawer-root .MuiPaper-root .SidebarWrapper .Top{width:100%}#Sidebar.MuiDrawer-root .MuiPaper-root .SidebarWrapper .Top .LogoContainer{justify-content:space-between}#Sidebar.MuiDrawer-root .MuiPaper-root .SidebarWrapper .Top .LogoContainer .MuiIconButton-root{color:#f2f2f2}#Sidebar.MuiDrawer-root .MuiPaper-root .SidebarWrapper .Top .NavList{margin-top:80px;max-width:250px}@media screen and (max-width: 900px){#Sidebar.MuiDrawer-root .MuiPaper-root .SidebarWrapper .Top .NavList{margin-top:30px}}#Sidebar.MuiDrawer-root .MuiPaper-root .SidebarWrapper .Top .NavList .MuiListItem-root:not(:last-child){margin-bottom:16px}#Sidebar.MuiDrawer-root .MuiPaper-root .SidebarWrapper .Top .NavList .MuiListItem-root .MuiListItemButton-root{border-radius:10px;color:#f2f2f2;padding:12px 20px;transition:.3s all ease}#Sidebar.MuiDrawer-root .MuiPaper-root .SidebarWrapper .Top .NavList .MuiListItem-root .MuiListItemButton-root:hover,#Sidebar.MuiDrawer-root .MuiPaper-root .SidebarWrapper .Top .NavList .MuiListItem-root .MuiListItemButton-root.Mui-selected{background-color:var(--primary-color)}#Sidebar.MuiDrawer-root .MuiPaper-root .SidebarWrapper .Top .NavList .MuiListItem-root .MuiListItemButton-root .MuiListItemIcon-root{min-width:fit-content;color:inherit}#Sidebar.MuiDrawer-root .MuiPaper-root .SidebarWrapper .Top .NavList .MuiListItem-root .MuiListItemButton-root .MuiListItemIcon-root svg{font-size:20px}#Sidebar.MuiDrawer-root .MuiPaper-root .SidebarWrapper .Top .NavList .MuiListItem-root .MuiListItemButton-root .MuiListItemText-root{margin:0}#Sidebar.MuiDrawer-root .MuiPaper-root .SidebarWrapper .Top .NavList .MuiListItem-root .MuiListItemButton-root .MuiListItemText-root .MuiTypography-root{font-size:16px;line-height:24px}#Sidebar.MuiDrawer-root .MuiPaper-root .SidebarWrapper .Bottom{width:100%}#Sidebar.MuiDrawer-root .MuiPaper-root .SidebarWrapper .Bottom .UserInfo{background-color:#333535;border-radius:10px;padding:10px;margin-bottom:20px;gap:20px}#Sidebar.MuiDrawer-root .MuiPaper-root .SidebarWrapper .Bottom .UserInfo .UserAvatar{width:45px;height:45px;font-size:18px}#Sidebar.MuiDrawer-root .MuiPaper-root .SidebarWrapper .Bottom .UserInfo .MuiListItemText-root{color:#fff}#Sidebar.MuiDrawer-root .MuiPaper-root .SidebarWrapper .Bottom .UserInfo .MuiListItemText-root .MuiListItemText-primary{line-height:21px}#Sidebar.MuiDrawer-root .MuiPaper-root .SidebarWrapper .Bottom .UserInfo .MuiListItemText-root .MuiListItemText-secondary{color:#606868;font-weight:500}#Sidebar.MuiDrawer-root .MuiPaper-root .SidebarWrapper .Bottom .LogoutButton{padding:12px 16px 2px;color:#fff;display:inline-flex}#Sidebar.MuiDrawer-root .MuiPaper-root .SidebarWrapper .Bottom .LogoutButton .MuiListItemIcon-root{min-width:fit-content;color:inherit}#Sidebar.MuiDrawer-root .MuiPaper-root .SidebarWrapper .Bottom .LogoutButton .MuiListItemIcon-root svg{font-size:20px}#Sidebar.MuiDrawer-root .MuiPaper-root .SidebarWrapper .Bottom .LogoutButton .MuiListItemText-root{margin:0}#Sidebar.MuiDrawer-root .MuiPaper-root .SidebarWrapper .Bottom .LogoutButton .MuiListItemText-root .MuiTypography-root{font-weight:500}#Sidebar.MuiDrawer-root.Open{width:350px}#Sidebar.MuiDrawer-root.Open .MuiPaper-root .MuiListItemIcon-root{margin-right:19px}#Sidebar.MuiDrawer-root.Open .MuiPaper-root .MuiListItemText-root{opacity:1;width:auto}#Sidebar.MuiDrawer-root.Close{width:90px}#Sidebar.MuiDrawer-root.Close .MuiPaper-root .SidebarWrapper .Top .LogoContainer{justify-content:center}#Sidebar.MuiDrawer-root.Close .MuiPaper-root .SidebarWrapper .Top .LogoContainer .AppLogo{display:none}#Sidebar.MuiDrawer-root.Close .MuiPaper-root .SidebarWrapper .Top .LogoContainer .MuiIconButton-root{margin:0}#Sidebar.MuiDrawer-root.Close .MuiPaper-root .SidebarWrapper .Top .MuiListItemButton-root{justify-content:center}#Sidebar.MuiDrawer-root.Close .MuiPaper-root .SidebarWrapper .Top .MuiListItemButton-root .MuiListItemIcon-root{margin-right:0}#Sidebar.MuiDrawer-root.Close .MuiPaper-root .SidebarWrapper .Top .MuiListItemButton-root .MuiListItemText-root{display:none}#Sidebar.MuiDrawer-root.Close .MuiPaper-root .SidebarWrapper .Bottom .UserInfo{justify-content:center}#Sidebar.MuiDrawer-root.Close .MuiPaper-root .SidebarWrapper .Bottom .UserInfo .UserAvatar{width:30px;height:30px;font-size:14px}#Sidebar.MuiDrawer-root.Close .MuiPaper-root .SidebarWrapper .Bottom .UserInfo .MuiListItemText-root,#Sidebar.MuiDrawer-root.Close .MuiPaper-root .SidebarWrapper .Bottom .MuiListItemButton-root .MuiListItemText-root{display:none}.InputRow:first-of-type .MuiFormControl-root.MuiFormControl-marginNormal,.InputRow:first-of-type .MuiFormControl-root.MuiFormControl-marginDense{margin-top:0;margin-bottom:0}.InputRow:not(:first-of-type) .MuiFormControl-root.MuiFormControl-marginNormal,.InputRow:not(:first-of-type) .MuiFormControl-root.MuiFormControl-marginDense{margin-bottom:unset}.InputRow.FullWidth{width:100%}.InputRow.CheckboxField .MuiFormControl-root .MuiFormGroup-root{display:grid;grid-template-columns:repeat(3,1fr);align-items:flex-start;gap:30px 40px}@media screen and (max-width: 900px){.InputRow.CheckboxField .MuiFormControl-root .MuiFormGroup-root{gap:20px;grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 600px){.InputRow.CheckboxField .MuiFormControl-root .MuiFormGroup-root{gap:16px;grid-template-columns:repeat(1,1fr)}}.InputRow.CheckboxField .MuiFormControl-root .MuiFormGroup-root .MuiFormControlLabel-root.FilledCheckbox{border:1px solid #f2f2f2;border-radius:10px;color:#121212;padding:5px 16px 5px 7px;background-color:#f2f2f2;margin-inline:0;transition:.3s all ease}.InputRow.CheckboxField .MuiFormControl-root .MuiFormGroup-root .MuiFormControlLabel-root.FilledCheckbox .MuiCheckbox-root{margin-right:9px}.InputRow.CheckboxField .MuiFormControl-root .MuiFormGroup-root .MuiFormControlLabel-root.FilledCheckbox .MuiFormControlLabel-label{font-weight:400}@media screen and (max-width: 1100px){.InputRow.CheckboxField .MuiFormControl-root .MuiFormGroup-root .MuiFormControlLabel-root.FilledCheckbox .MuiFormControlLabel-label{font-size:.875rem;line-height:1.375rem}}.InputRow.CheckboxField .MuiFormControl-root .MuiFormGroup-root .MuiFormControlLabel-root.FilledCheckbox.Checked{background-color:#f2f2f2}.SelectOptionsWrapper .MuiMenu-list .MuiMenuItem-root{border-bottom:1px solid #3e4746}.SelectOptionsWrapper .MuiMenu-list .MuiMenuItem-root:last-of-type{border-bottom:none}.MuiRadioGroup-root.CustomRadioButtonGroup{justify-content:space-between}.MuiRadioGroup-root.CustomRadioButtonGroup .MuiFormControlLabel-root{margin-left:0}.MuiRadioGroup-root.CustomRadioButtonGroup .MuiRadio-root{padding:2px}.MuiRadioGroup-root.CustomRadioButtonGroup .MuiFormControlLabel-label{font-size:14px;line-height:20px;font-weight:500;margin-left:10px}.MaterialPropertyInput{width:40px}.MaterialPropertyInput .MuiInputBase-root{font-size:12px;line-height:20px;font-weight:500;color:#fff;background-color:#3e4746;border-color:#3e4746;box-shadow:0 1px 2px #1018280d;border-radius:4px}.MaterialPropertyInput .MuiInputBase-root:hover{background-color:#3e4746}.MaterialPropertyInput .MuiInputBase-root:hover .MuiInputBase-input{border:none}.MaterialPropertyInput .MuiInputBase-root .MuiInputBase-input{padding:6px 5px;border:none;display:flex;justify-content:center;align-items:center;text-align:center;border-radius:4px;transition:.3s all ease}.MaterialPropertyInput .MuiInputBase-root .MuiInputBase-input:focus{background-color:#3e4746;box-shadow:0 0 0 2px #455a5b}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.MuiFormControl-root .MuiPickersSectionList-root{height:38px;border-top-left-radius:10px;border-bottom-left-radius:10px;display:flex;align-items:center;padding:7px 12px}.MuiFormControl-root .MuiPickersInputBase-root{border:1px solid var(--primary-color);border-radius:10px;background-color:#232424}.MuiFormControl-root .MuiPickersInputBase-root:hover{border-color:var(--primary-color);background-color:#232424}.MuiFormControl-root .MuiPickersInputBase-root:before{border-bottom:none!important}.MuiFormControl-root .MuiPickersInputBase-root:after{border-bottom:none!important}.MuiPickersArrowSwitcher-root .MuiIconButton-root,.MuiDayCalendar-header .MuiTypography-caption{color:#f2f2f2}.MuiPickersSectionList-sectionContent{font-size:14px}.MuiDateCalendar-root .MuiPickersCalendarHeader-root .MuiIconButton-root{color:#fff}.MuiDateCalendar-root .MuiDateCalendar-viewTransitionContainer .MuiPickersDay-root{color:#fff!important}.CommonTable .MuiTableContainer-root{max-height:500px;overflow-y:auto}.CommonTable .MuiTableContainer-root::-webkit-scrollbar{height:5px;width:5px;background:#121212}.CommonTable .MuiTableContainer-root::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:10px}.CommonTable .MuiTableContainer-root::-webkit-scrollbar-thumb:horizontal{background:var(--primary-color)}.CommonTable .MuiTableHead-root .MuiTableRow-head th{font-weight:600}.CommonTable .MuiTableHead-root .TableHeadAction{visibility:hidden}.CommonTable .TableFooterWrapper{margin-top:50px}#MainHeader{padding:16px 50px 16px 30px;width:100%;position:fixed;left:0;top:0;right:0;z-index:1201;background-color:#f2f2f2}#MainHeader.MuiAppBar-colorInherit{border-bottom:1px solid #f2f2f2}#MainHeader .MuiToolbar-root{justify-content:space-between;gap:16px}.HeaderContainer{background-color:#202020;padding:20px 40px;border-radius:10px}.HeaderContainer .ProfileSection{display:flex;gap:24px;justify-content:space-between;align-items:center}.HeaderContainer .ProfileSection .InfoGrid{display:grid;grid-template-columns:repeat(2,1fr);column-gap:130px;row-gap:12px;align-items:center}@media screen and (max-width: 1200px){.HeaderContainer .ProfileSection .InfoGrid{column-gap:80px}}.HeaderContainer .ProfileSection .InfoGrid .InfoGridWrapper{min-width:250px;display:flex;flex-direction:row;align-items:center;gap:20px}.HeaderContainer .ProfileSection .InfoGrid .InfoGridWrapper svg{color:var(--primary-color);font-size:16px}body{overscroll-behavior:none}#CommonLayout .Component_PageContainer .Wrapper{flex-direction:column;gap:40px}@media screen and (max-width: 1100px){#CommonLayout .Component_PageContainer .Wrapper{gap:30px}}#CommonLayout .Component_PageContainer.CustomersProjectList{padding:30px 15px;background-color:#202020;border-radius:10px;margin-top:40px}#CommonLayout .Component_PageContainer.CustomersProjectList .Wrapper{gap:25px}#CommonLayout .Component_PageContainer.CustomersProjectList .Wrapper .CommonTable .MuiTableContainer-root{margin-bottom:-12px}#CommonLayout .Component_PageContainer.CustomersProjectList .Wrapper .CommonTable .MuiTableContainer-root table{position:relative;top:-6px;border-spacing:0px 6px}#CommonLayout .Component_PageContainer.CustomersProjectList .Wrapper .CommonTable .MuiTableContainer-root table th,#CommonLayout .Component_PageContainer.CustomersProjectList .Wrapper .CommonTable .MuiTableContainer-root table td{background-color:#202020}#CommonLayout .Component_PageContainer.CustomersProjectList .Wrapper .CommonTable .MuiTableContainer-root table th:first-child,#CommonLayout .Component_PageContainer.CustomersProjectList .Wrapper .CommonTable .MuiTableContainer-root table th:last-child,#CommonLayout .Component_PageContainer.CustomersProjectList .Wrapper .CommonTable .MuiTableContainer-root table td:first-child,#CommonLayout .Component_PageContainer.CustomersProjectList .Wrapper .CommonTable .MuiTableContainer-root table td:last-child{border-radius:0}#CommonLayout .Component_PageHeader{justify-content:space-between;align-items:center;gap:20px}@media screen and (max-width: 425px){#CommonLayout .Component_PageHeader{flex-wrap:wrap}}#CommonLayout .Component_PageHeader .LeftPart{align-items:center;gap:inherit}#CommonLayout .Component_PageHeader .LeftPart .Title{font-weight:500}#CommonLayout .Component_PageHeader .LeftPart .InfoTooltip{font-size:20px;padding:0}#CommonLayout .Component_FilterSelect{flex-direction:column;min-width:150px}#CommonLayout .Component_FilterSelect .DummyLabel{position:absolute;visibility:hidden;width:fit-content;opacity:0}#CommonLayout .Component_FilterSelect.LabelInsideField{position:relative}#CommonLayout .Component_FilterSelect.LabelInsideField .MuiFormLabel-root{position:static;position:absolute;top:50%;left:14px;z-index:1;transform:translateY(-50%);font-size:1rem;line-height:1.5rem;font-weight:400;color:#606868;margin-bottom:0}@media screen and (max-width: 1100px){#CommonLayout .Component_FilterSelect.LabelInsideField .MuiFormLabel-root{font-size:.875rem;line-height:1.25rem}}#CommonLayout .Component_FilterSelect.LabelInsideField .MuiInputBase-root{color:#606868}#CommonLayout .Component_FilterSelect.LabelInsideField .MuiInputBase-root.Mui-disabled{pointer-events:auto}#CommonLayout .Component_FilterSelect.LabelInsideField .MuiInputBase-root.Mui-disabled .MuiOutlinedInput-notchedOutline{border-color:#343434}#CommonLayout .Component_FilterSelect.LabelInsideField .MuiInputBase-root .MuiSelect-select{z-index:2;color:#606868;margin-left:10px}#CommonLayout .Component_FilterSelect.LabelInsideField .MuiInputBase-root .MuiSelect-select.Mui-disabled{-webkit-text-fill-color:#606868;cursor:not-allowed}#CommonLayout .Component_FilterSelect .FilterWrapper{background-color:#2d2d2d;border-radius:8px}#CommonLayout .Component_FilterSelect .FilterWrapper .MuiMenuItem-root{color:#f2f2f2;font-size:12px;line-height:18px;box-shadow:inset 0 -.5px #94a9a7;padding:11px 17px}#CommonLayout .Component_FilterSelect .FilterWrapper .MuiMenuItem-root:last-of-type{border-bottom:0;box-shadow:none}#CommonLayout .Component_CustomSelect{flex-direction:column}#CommonLayout .Component_TableFilter{justify-content:space-between;gap:16px;margin-bottom:50px}#CommonLayout .Component_TableFilter .SearchField{width:200px}@media screen and (min-width: 1101px){#CommonLayout .Component_TableFilter .SearchField{width:320px}}#CommonLayout .Component_TableFilter .SearchField .MuiOutlinedInput-root.Mui-disabled{pointer-events:auto}#CommonLayout .Component_TableFilter .SearchField .MuiOutlinedInput-root.Mui-disabled .MuiOutlinedInput-notchedOutline{border-color:#343434}#CommonLayout .Component_TableFilter .SearchField .MuiOutlinedInput-input.Mui-disabled{-webkit-text-fill-color:#606868;cursor:not-allowed}#CommonLayout .Component_TableFilter .ActionWrapper{align-items:center;flex-wrap:wrap;gap:inherit}#CommonLayout .TimelineWrapper .MuiTypography-body2{margin-bottom:7px}#CommonLayout .TimelineWrapper .Component_Timeline{gap:20px;border:1px solid var(--primary-color);padding:52px 50px 28px;border-radius:10px}@media screen and (max-width: 1200px){#CommonLayout .TimelineWrapper .Component_Timeline{padding-inline:30px;flex-wrap:wrap}}@media screen and (max-width: 900px){#CommonLayout .TimelineWrapper .Component_Timeline{flex-direction:column}}#CommonLayout .TimelineWrapper .Component_Timeline .TimelineItem{flex-direction:column;width:200px;gap:15px}@media screen and (max-width: 1440px){#CommonLayout .TimelineWrapper .Component_Timeline .TimelineItem{width:140px}}@media screen and (max-width: 1200px){#CommonLayout .TimelineWrapper .Component_Timeline .TimelineItem{width:130px}}@media screen and (max-width: 900px){#CommonLayout .TimelineWrapper .Component_Timeline .TimelineItem{position:relative;flex-direction:row}}#CommonLayout .TimelineWrapper .Component_Timeline .TimelineItem .VisualWrapper{align-items:center;gap:20px}#CommonLayout .TimelineWrapper .Component_Timeline .TimelineItem .VisualWrapper .IconWrapper{pointer-events:none;padding:0}#CommonLayout .TimelineWrapper .Component_Timeline .TimelineItem .VisualWrapper .IconWrapper .MuiSvgIcon-root{font-size:30px}#CommonLayout .TimelineWrapper .Component_Timeline .TimelineItem .VisualWrapper .IconWrapper .MuiSvgIcon-colorPrimary,#CommonLayout .TimelineWrapper .Component_Timeline .TimelineItem .VisualWrapper .IconWrapper .MuiSvgIcon-colorError{color:#121212}@media screen and (min-width: 601px) and (max-width: 900px){#CommonLayout .TimelineWrapper .Component_Timeline .TimelineItem .VisualWrapper .MuiTooltip-popper .MuiTooltip-tooltip{width:50vw}}#CommonLayout .TimelineWrapper .Component_Timeline .TimelineItem .VisualWrapper .LineHolder{height:3px;flex-grow:1;width:150px}@media screen and (max-width: 900px){#CommonLayout .TimelineWrapper .Component_Timeline .TimelineItem .VisualWrapper .LineHolder{position:absolute;top:100%;left:15px;width:3px;height:20px}}#CommonLayout .TimelineWrapper .Component_Timeline .TimelineItem .VisualWrapper .LineHolder.Active{background-color:var(--primary-color)}#CommonLayout .TimelineWrapper .Component_Timeline .TimelineItem .VisualWrapper .LineHolder.Disabled{background-color:#e1d6f0}#CommonLayout .TimelineWrapper .Component_Timeline .TimelineItem .ContentWrapper{flex-direction:column;gap:4px;font-weight:500}#CommonLayout .TimelineWrapper .Component_Timeline .TimelineItem .ContentWrapper .Status{font-weight:500}#CommonLayout .TimelineWrapper .Component_Timeline .TimelineItem .ContentWrapper .SubTitleWrapper{gap:10px}#CommonLayout .TimelineWrapper .Component_Timeline .TimelineItem .ContentWrapper .SubTitleWrapper .MuiSvgIcon-root{font-size:18px}#CommonLayout .TimelineWrapper .Component_Timeline .TimelineItem .ContentWrapper .SubTitleWrapper .Time{font-weight:500}#CommonLayout .TableActionIcon{color:#f2f2f2}#CommonLayout .TableActionIcon svg{transform:rotate(90deg)}.TableActionList{min-width:120px}.Component_FormActionWrapper{gap:30px;margin-top:20px}.Component_FormActionWrapper.isCenterAligned{justify-content:center}@media screen and (max-width: 900px){.Component_FormActionWrapper{margin-top:10px}}.Clickable{cursor:pointer}.CustomerDetailsTop .CustomerDetailsTitleWrapper{align-items:center;gap:24px}.CustomerDetailsTop .CustomerDetailsTitleWrapper .BackIcon{padding:0}.CustomerDetailsTop .CustomerDetailsTitleWrapper .BackIcon svg{font-size:36px}.CustomerDetailsTop .CustomerDetailsTitleWrapper .CustomerDetailsTitle{font-weight:500}.CustomerDetailsTop .ProfileWrapper{margin-top:40px}.Mui-error{color:red;font-size:14px;line-height:20px;font-weight:400}textarea::-webkit-scrollbar{height:5px;width:5px}textarea::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:10px}textarea::-webkit-scrollbar-thumb:vertical{background:var(--primary-color)}textarea::-webkit-scrollbar-track{background:transparent}.OverflowText{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:150px}.MarginBottomZero{margin-bottom:0}#CustomDivider{height:1px;background-color:#3e4746}::-webkit-scrollbar{width:5px;border-radius:10px}::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:10px}::-webkit-scrollbar-track{background:#121212;border-radius:10px}.ImageTooltip{padding:6px;background-color:#3e4746;border-radius:6px 6px 0;position:relative;z-index:1}.ImageTooltip img{border-radius:6px 6px 0;width:155px;height:85px}.ImageTooltip .TooltipText{color:#fff;position:absolute;bottom:10px;left:14px;z-index:2}.MuiDialog-root .MuiDialog-container form .MuiDialogContent-root .FormGrid{display:flex;flex-wrap:wrap;gap:32px}.MuiDialog-root .MuiDialog-container form .MuiDialogContent-root .FormGrid .InputRow{flex:0 0 auto;width:calc(50% - 16px)}.MuiDialog-root .MuiDialog-container form .MuiDialogContent-root .FormGrid .InputRow.w-100{width:100%}.MuiDialog-root .MuiDialog-container form .MuiDialogContent-root .FormGrid .InputRow .MuiFormControl-root{margin:0}.MuiDialog-root .MuiDialog-container form .MuiDialogContent-root .FormGrid .InputRow .MuiFilledInput-multiline{overflow:hidden;border-radius:10px}.MuiDialog-root#VersionDialog .MuiBackdrop-root{background-color:#000c}.MuiDialog-root#VersionDialog .MuiPaper-root{max-width:1154px}.MuiDialog-root#VersionDialog .MuiPaper-root .MuiDialogTitle-root{padding-block:24px}.MuiDialog-root#VersionDialog .MuiPaper-root form .MuiDialogContent-root{display:flex;height:100%;padding:0}.MuiDialog-root#VersionDialog .MuiPaper-root form .MuiDialogContent-root .Left{width:50%;border-right:1px solid #3e4746;padding:48px 45px;flex-direction:column}.MuiDialog-root#VersionDialog .MuiPaper-root form .MuiDialogContent-root .Right{width:50%;padding:48px 45px 0}.MuiDialog-root#VersionDialog .MuiPaper-root form .MuiDialogContent-root .Right .tabsContainer{background-color:#3e4746;border-radius:10px}.MuiDialog-root#VersionDialog .MuiPaper-root form .MuiDialogContent-root .Right .tabsContainer .MuiButtonBase-root{height:36px}.MuiDialog-root#VersionDialog .MuiPaper-root form .MuiDialogContent-root .Right .accordionContainer{background-color:#121212;padding:20px;border-radius:10px;border:1px solid #232424;max-height:400px;overflow:auto;margin-bottom:20px}.MuiDialog-root#VersionDialog .MuiPaper-root form .MuiDialogContent-root .Right .mainAccordion{margin-bottom:16px;border:1px solid #232424;border-radius:10px!important}.MuiDialog-root#VersionDialog .MuiPaper-root form .MuiDialogContent-root .Right .mainAccordion .accordion-summary{background-color:#1d1d1d;border-radius:10px}.MuiDialog-root#VersionDialog .MuiPaper-root form .MuiDialogContent-root .Right .mainAccordion .accordion-summary .category-title{padding-left:10px;font-size:16px;font-weight:600;line-height:24px;text-transform:capitalize}.MuiDialog-root#VersionDialog .MuiPaper-root form .MuiDialogContent-root .Right .mainAccordion .accordion-summary .starIcon{height:22px;width:22px}.MuiDialog-root#VersionDialog .MuiPaper-root form .MuiDialogContent-root .Right .mainAccordion .accordion-details{background-color:#1d1d1d;border-radius:10px;margin-bottom:20px}.MuiDialog-root#VersionDialog .MuiPaper-root form .MuiDialogContent-root .Right .mainAccordion .accordion-details .tree-container{color:#f2f2f2;margin:0 20px 0 21px}.MuiDialog-root#VersionDialog .MuiPaper-root form .MuiDialogContent-root .Right .mainAccordion .accordion-details .tree,.MuiDialog-root#VersionDialog .MuiPaper-root form .MuiDialogContent-root .Right .mainAccordion .accordion-details .tree ul{list-style:none;padding-left:1em;position:relative;margin:0}.MuiDialog-root#VersionDialog .MuiPaper-root form .MuiDialogContent-root .Right .mainAccordion .accordion-details .tree ul:before{content:"";position:absolute;top:0;left:.5em;bottom:21px;width:0;border-left:1px solid #606868;z-index:1}.MuiDialog-root#VersionDialog .MuiPaper-root form .MuiDialogContent-root .Right .mainAccordion .accordion-details .tree li{margin:0;padding:0 0 0 1em;position:relative}.MuiDialog-root#VersionDialog .MuiPaper-root form .MuiDialogContent-root .Right .mainAccordion .accordion-details .tree li:not(:first-child) .item-container{margin-top:10px}.MuiDialog-root#VersionDialog .MuiPaper-root form .MuiDialogContent-root .Right .mainAccordion .accordion-details .tree li:before{content:"";position:absolute;top:22px;left:-.5em;width:22px;height:0;border-top:1px solid #606868;z-index:1}.MuiDialog-root#VersionDialog .MuiPaper-root form .MuiDialogContent-root .Right .mainAccordion .accordion-details .item-container{position:relative;z-index:2;padding:.5rem;display:flex;margin-left:5px;align-items:center;border:1px solid #232424;border-radius:10px;font-size:12px;line-height:18px;font-weight:500;color:#f2f2f2}.MuiDialog-root#VersionDialog .MuiPaper-root form .MuiDialogContent-root .Right .mainAccordion .accordion-details .item-container .variationPreview{background-image:url(https://varius-cards.s3.us-west-1.amazonaws.com/Public/chipBGimage.png);height:25px;width:40px;display:flex;align-items:center;justify-content:center;margin-left:10px;border-radius:3px}.MuiDialog-root#VersionDialog .MuiPaper-root form .MuiDialogContent-root .Right .mainAccordion .accordion-details .item-container .variationPreview img{width:29px;height:18px;border-radius:3px;margin-top:1.5px}.MuiDialog-root#VersionDialog .MuiPaper-root form .MuiDialogContent-root .Right .mainAccordion .accordion-details .item-container .variationName{margin-left:16px}.MuiDialog-root#VersionDialog .MuiPaper-root form .MuiDialogActions-root{padding-bottom:60px;border-top:1px solid #3e4746}#AddNewCategoryDialogue{z-index:13000}#AddNewCategoryDialogue .CompanyCategoryLogo .AvatarWrapper{display:flex;justify-content:center;padding:0;position:relative;overflow:visible;margin-bottom:20px}#AddNewCategoryDialogue .CompanyCategoryLogo .AvatarWrapper label{overflow:visible}#AddNewCategoryDialogue .CompanyCategoryLogo .AvatarWrapper .MuiAvatar-circular img{border-radius:50%}#AddNewCategoryDialogue .CompanyCategoryLogo .UpdatePenIcon{position:absolute;bottom:10px;right:10px;background-color:var(--primary-color);border-radius:50%;padding:6px;border:2px solid white;display:flex;align-items:center;justify-content:center}#AddNewCategoryDialogue .globalStatusChecker{display:flex;margin-top:15px;gap:15px}#AddNewCategoryDialogue .MuiDialog-paper{max-width:696px}#AddNewCategoryDialogue .MuiDialogTitle-root{padding-inline:37px}#AddNewCategoryDialogue .MuiDialogContent-root{padding-inline:100px}#AddNewCategoryDialogue .MuiDialogActions-root .Component_FormActionWrapper{margin-top:0}#ConfirmationDialog{z-index:13000}#ConfirmationDialog .MuiDialog-paper{max-width:430px}#ConfirmationDialog .MuiDialogTitle-root{text-align:center}#ConfirmationDialog .MuiDialogContent-root{text-align:center;padding:30px 40px 40px}#ConfirmationDialog .MuiDialogContent-root .ExtraTitle{color:var(--primary-color);margin-bottom:17px}#ConfirmationDialog .MuiDialogActions-root{padding-top:0;padding-bottom:40px}#ConfirmationDialog .MuiDialogActions-root .Component_FormActionWrapper{margin-top:0}#AddNewObjectDialogue .MuiDialog-paper{max-width:780px}#AddNewObjectDialogue .MuiDialogContent-root .FormGrid{margin-bottom:40px}#AddNewObjectDialogue .MuiDialogContent-root .FormGrid .InputRow{max-width:315px}#AddNewObjectDialogue .MuiDialogActions-root{justify-content:end;padding-top:0}#AddNewObjectDialogue .MuiDialogActions-root .Component_FormActionWrapper{margin-top:0}#ShareDesignDialogue{z-index:9999}#ShareDesignDialogue .MuiButton-root{min-width:126px}#ShareDesignDialogue .MuiDialogContent-root{padding-bottom:0}#ShareDesignDialogue .MuiDialogContent-root .FormGrid{gap:26px;margin-bottom:32px}#ShareDesignDialogue .MuiDialogContent-root .FormGrid .InputRow{flex:1}#ShareDesignDialogue .MuiDialogActions-root{padding-top:40px;padding-bottom:34px}#ShareDesignDialogue .MuiDialogActions-root .Component_FormActionWrapper{margin-top:0}#ShareDesignDialogue .MuiDialogActions-root .Component_FormActionWrapper .MuiButton-root{padding-block:10px}#DuplicateMaterialDialog .MuiDialogActions-root .Component_FormActionWrapper{margin-top:0}#GenerateLinkDailog{z-index:9997}#GenerateLinkDailog .PreviewAndApprovalPills{text-transform:none;color:#f2f2f2;border-radius:10px;min-height:36px;height:36px;font-weight:500;font-size:14px}#GenerateLinkDailog .PreviewAndApprovalPills.Mui-selected{background-color:var(--primary-color);color:#f2f2f2}#GenerateLinkDailog .MuiTabs-root{min-height:40px;background-color:#3e4746;border-radius:10px;padding:2px 8px;margin:40px 50px 0}#GenerateLinkDailog .MuiTabs-indicator{display:none}#GenerateLinkDailog .mainAccordion{margin-bottom:16px;border:1px solid #232424;border-radius:10px!important}#GenerateLinkDailog .mainAccordion .accordion-summary{background-color:#232424;border:1px solid #3e4746;border-radius:10px;padding:0 18px;min-height:auto}#GenerateLinkDailog .mainAccordion .accordion-summary.Mui-expanded{border:0}#GenerateLinkDailog .mainAccordion .accordion-summary .MuiAccordionSummary-content{margin:15px 0}#GenerateLinkDailog .mainAccordion #CustomDivider{background-color:#3e4746}#GenerateLinkDailog .mainAccordion .accordion-details{background-color:#232424;padding-block:20px}#GenerateLinkDailog .mainAccordion .accordion-details .MuiAutocomplete-tag{background-color:var(--primary-color);color:#f2f2f2;font-size:14px;margin-left:7px}#GenerateLinkDailog .mainAccordion .accordion-details .MuiAutocomplete-tag .MuiChip-label{margin-left:4px;text-transform:none}#GenerateLinkDailog .mainAccordion .accordion-details .MuiAutocomplete-tag .MuiChip-deleteIcon{height:11.67px;width:11.67px;margin-left:12px}#GenerateLinkDailog .capitalize_link_type .MuiInputBase-root{text-transform:capitalize}#GenerateLinkDailog .animationOptionsContiner{display:flex;gap:16px;flex-wrap:wrap}#GenerateLinkDailog .selectedAnimationButton{border-radius:4px;border:1px solid var(--primary-color);color:#fff}#GenerateLinkDailog .animationButton{border-radius:4px;border:1px solid rgba(255,255,255,.2);color:#ffffffb3}#GenerateLinkDailog .animationChipContainer{display:flex;gap:39px;margin-top:10px}#GenerateLinkDailog .animationChip{min-width:42px;height:10px;border-radius:18px;gap:10px;padding:14px 8px;font-size:small;color:#fff;border:1px solid var(--primary-color);background-color:transparent;font-weight:700;transition:background-color .2s ease;cursor:pointer}#GenerateLinkDailog .accessControlContainer{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;row-gap:28px}#GenerateLinkDailog .accessControlCheckboxesContainer{display:flex;align-items:center;gap:10px}#PreviewPagePasswordDialog .MuiPaper-root{display:flex;align-items:center;width:566px}#PreviewPagePasswordDialog .preview-password-header{padding:20px}#PreviewPagePasswordDialog .preview-password-content{width:378px;padding:0;margin:34px 20px 20px;text-align:center}#PreviewPagePasswordDialog .preview-password-content .heading{margin-bottom:15px;margin-top:12px}#UiKit{max-width:500px;margin-left:auto;margin-right:auto}#UiKit form .FormAction{margin-top:16px}#UiKit form .FormAction :not(:first-child){margin-left:8px}#Profile{flex-grow:1}#Profile .Component_PageContainer{display:flex;height:100%;width:100%}#Profile .Component_PageContainer .Wrapper{width:100%}#Profile .Component_PageContainer .Wrapper .PaperContainer{display:flex;flex-direction:column;height:100%;flex:1;flex-grow:1}#Profile .Component_PageContainer .Wrapper .PaperContainer .AvatarWrapper .MuiButtonBase-root{position:relative;overflow:visible;padding:0}#Profile .Component_PageContainer .Wrapper .PaperContainer .AvatarWrapper .MuiButtonBase-root .MuiAvatar-circular{margin:0;width:90px;height:90px;border:4px solid var(--primary-color)}#Profile .Component_PageContainer .Wrapper .PaperContainer .AvatarWrapper .MuiButtonBase-root .UpdatePenIcon{color:#f2f2f2;background-color:var(--primary-color);width:35px;height:35px;border-radius:50%;border:1.5px solid #ffffff;position:absolute;bottom:0;right:0;display:grid;place-items:center}#Profile .Component_PageContainer .Wrapper .PaperContainer .AvatarWrapper .MuiButtonBase-root .UpdatePenIcon svg{font-size:16px}#Profile .Component_PageContainer .Wrapper .PaperContainer .ProfileContainer{flex-grow:1;background-color:#202020;padding:50px;margin:42px 0 30px;border-radius:30px}#Profile .Component_PageContainer .Wrapper .PaperContainer .ProfileContainer .SubTitle{margin:10px 0 30px;color:#6b7280}#Profile .Component_PageContainer .Wrapper .PaperContainer .ProfileContainer .Content form{flex-grow:1}#Profile .Component_PageContainer .Wrapper .PaperContainer .ProfileContainer .Content form .FormGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:34px 51px}#Profile .Component_PageContainer .Wrapper .PaperContainer .ProfileContainer .Content form .FormGrid .InputRow .MuiFormControl-root{margin-top:unset}#Profile .Component_PageContainer .Wrapper .PaperContainer .ProfileContainer .Content form .FormGrid .InputRow .MuiFormControl-root .MuiSvgIcon-root{font-size:24px}#Profile .Component_PageContainer .Wrapper .PaperContainer .ProfileContainer .Content form .PasswordGrid{margin-top:50px}#Profile .Component_PageContainer .Wrapper .PaperContainer .ProfileContainer .Content form .PasswordGrid .PasswordAccordian .MuiAccordionSummary-root{padding:0 16px 0 0}#Profile .Component_PageContainer .Wrapper .PaperContainer .ProfileContainer .Content form .PasswordGrid .PasswordAccordian .MuiAccordionSummary-root .MuiAccordionSummary-content{margin:24px 0}#Profile .Component_PageContainer .Wrapper .PaperContainer .ProfileContainer .Content form .PasswordGrid .PasswordAccordian .MuiAccordionSummary-root .MuiAccordionSummary-content .MuiTypography-root{color:#f2f2f2}#Profile .Component_PageContainer .Wrapper .PaperContainer .ProfileContainer .Content form .PasswordGrid .PasswordAccordian .MuiAccordionSummary-root .MuiAccordionSummary-expandIconWrapper{color:#f2f2f2;transition:.3s all ease}#Profile .Component_PageContainer .Wrapper .PaperContainer .ProfileContainer .Content form .PasswordGrid .PasswordAccordian .MuiAccordionSummary-root .MuiAccordionSummary-expandIconWrapper.Mui-expanded{transform:rotate(180deg)}#Profile .Component_PageContainer .Wrapper .PaperContainer .ProfileContainer .Content form .PasswordGrid .PasswordAccordian .MuiAccordionSummary-root .MuiAccordionSummary-expandIconWrapper .MuiSvgIcon-root{height:unset;width:unset}#Profile .Component_PageContainer .Wrapper .PaperContainer .ProfileContainer .Content form .PasswordGrid .PasswordAccordian .MuiAccordionDetails-root{padding:0 0 8px}#Profile .Component_PageContainer .Wrapper .PaperContainer .ProfileContainer .Content form .PasswordGrid .PasswordAccordian .MuiAccordionDetails-root .FieldWrapper{max-width:400px;display:grid;grid-template-columns:repeat(1,1fr);gap:32px}#Profile .Component_PageContainer .Wrapper .PaperContainer .ProfileContainer .Content form .PasswordGrid .PasswordAccordian .MuiAccordionDetails-root .FieldWrapper .InputRow .MuiFormControl-root{margin-top:unset}#Profile .Component_PageContainer .Wrapper .PaperContainer .ProfileContainer .Content form .PasswordGrid .SaveButton{margin-top:50px}#Profile .Component_PageContainer .Wrapper .PaperContainer .ProfileContainer .Content form .PasswordGrid .SaveButton .MuiButton-root{padding:8px 10px;font-weight:500;min-width:120px}#adminProfile .adminProfileTabs{width:520px;border-radius:10px;background-color:#3e4746;overflow:hidden}#adminProfile .adminProfileTabs .MuiTabs-indicator{display:none}#adminProfile .adminProfileTabs .MuiTab-root{transition:background-color .3s ease}#adminProfile .adminProfileTabs .MuiTab-root.Mui-selected{background-color:var(--primary-color);color:#f2f2f2}#adminProfile .AvatarWrapper{margin-bottom:60px}#adminProfile .AdminProfileContainer{flex-grow:1;background-color:#202020;padding:50px;border-radius:30px}#adminProfile .AdminProfileContainer .SubTitle{margin:10px 0 30px;color:#6b7280}#adminProfile .AdminProfileContainer .Content form{flex-grow:1}#adminProfile .AdminProfileContainer .Content form .FormGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:34px 51px;margin-bottom:32px}#adminProfile .AdminProfileContainer .Content form .FormGrid .InputRow .MuiFormControl-root{margin-top:unset}#adminProfile .AdminProfileContainer .Content form .FormGrid .InputRow .MuiFormControl-root .MuiSvgIcon-root{font-size:24px}#adminProfile .AdminProfileContainer .Content form .AccentColorSection{margin-bottom:2rem}#adminProfile .AdminProfileContainer .Content form .AccentColorSection .defaultColors .MuiTypography-subtitle1{color:#fff;font-weight:500;margin-bottom:1rem}#adminProfile .AdminProfileContainer .Content form .AccentColorSection .defaultColors .MuiStack-root{display:flex;gap:8px}#adminProfile .AdminProfileContainer .Content form .AccentColorSection .defaultColors .MuiStack-root .color-circle{width:32px;height:32px;border-radius:50%;cursor:pointer;box-sizing:border-box;transition:all .2s ease}#adminProfile .AdminProfileContainer .Content form .AccentColorSection .defaultColors .MuiStack-root .color-circle:hover{transform:scale(1.1)}#adminProfile .AdminProfileContainer .Content form .AccentColorSection .defaultColors .MuiStack-root .color-circle.selected{border:3px solid white}#adminProfile .AdminProfileContainer .Content form .AccentColorSection .defaultColors .MuiStack-root .color-circle.unselected{border:2px solid transparent}#adminProfile .AdminProfileContainer .Content form .AccentColorSection .customColorText{color:#888;margin-bottom:.5rem;display:block}#adminProfile .AdminProfileContainer .Content form .AccentColorSection .colorInputSection{display:flex;align-items:center;justify-content:flex-end;gap:16px}#adminProfile .AdminProfileContainer .Content form .AccentColorSection .colorInputSection .label{color:#888;font-size:14px}#adminProfile .AdminProfileContainer .Content form .AccentColorSection .colorInputSection .input-box{background-color:#222;color:#fff;font-family:monospace;height:40px;width:247px;padding:4px 8px;border-radius:8px;font-size:14px}#adminProfile .AdminProfileContainer .Content form .AccentColorSection .colorInputSection .color-picker-wrapper{position:relative}#adminProfile .AdminProfileContainer .Content form .AccentColorSection .colorInputSection .color-picker-wrapper input[type=color]{position:absolute;opacity:0;width:100%;height:100%;cursor:pointer}#adminProfile .AdminProfileContainer .Content form .AccentColorSection .colorInputSection .color-picker-wrapper .color-preview{width:32px;height:32px;border-radius:50%;border:2px solid white;cursor:pointer}#adminProfile .AdminProfileContainer .Content form .AccentColorSection .error-text{margin-top:1rem;color:#ce4040;font-weight:400;letter-spacing:2%}#adminProfile .AdminProfileContainer .Content form .PasswordGrid{margin-top:50px}#adminProfile .AdminProfileContainer .Content form .PasswordGrid .PasswordAccordian .MuiAccordionSummary-root{padding:0 16px 0 0}#adminProfile .AdminProfileContainer .Content form .PasswordGrid .PasswordAccordian .MuiAccordionSummary-root .MuiAccordionSummary-content{margin:24px 0}#adminProfile .AdminProfileContainer .Content form .PasswordGrid .PasswordAccordian .MuiAccordionSummary-root .MuiAccordionSummary-content .MuiTypography-root{color:#f2f2f2}#adminProfile .AdminProfileContainer .Content form .PasswordGrid .PasswordAccordian .MuiAccordionSummary-root .MuiAccordionSummary-expandIconWrapper{color:#f2f2f2;transition:.3s all ease}#adminProfile .AdminProfileContainer .Content form .PasswordGrid .PasswordAccordian .MuiAccordionSummary-root .MuiAccordionSummary-expandIconWrapper.Mui-expanded{transform:rotate(180deg)}#adminProfile .AdminProfileContainer .Content form .PasswordGrid .PasswordAccordian .MuiAccordionSummary-root .MuiAccordionSummary-expandIconWrapper .MuiSvgIcon-root{height:unset;width:unset}#adminProfile .AdminProfileContainer .Content form .PasswordGrid .PasswordAccordian .MuiAccordionDetails-root{padding:0 0 8px}#adminProfile .AdminProfileContainer .Content form .PasswordGrid .PasswordAccordian .MuiAccordionDetails-root .FieldWrapper{max-width:400px;display:grid;grid-template-columns:repeat(1,1fr);gap:32px}#adminProfile .AdminProfileContainer .Content form .PasswordGrid .PasswordAccordian .MuiAccordionDetails-root .FieldWrapper .InputRow .MuiFormControl-root{margin-top:unset}#adminProfile .AdminProfileContainer .Content form .PasswordGrid .SaveButton{margin-top:50px}#adminProfile .AdminProfileContainer .Content form .PasswordGrid .SaveButton .MuiButton-root{padding:8px 10px;font-weight:500;min-width:120px}#adminProfile .AdminProfileContainer .Content form .defaultColors{display:flex;margin-top:2rem;justify-content:space-between;align-items:center}#adminProfile .AdminProfileContainer .Content form .customColorInput{background-color:#3e4746;border:1px solid var(--primary-color);border-radius:4px;padding:4px 8px;min-width:207px;height:40px;align-items:center;display:flex}#PageProjectDetails .PaperContainer{background-color:#202020;padding:40px}#PageProjectDetails .PaperContainer .FormGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px 40px}#PageProjectDetails .PaperContainer .FormGrid .InputRow:first-child .MuiFormControl-root{width:70%}#PageProjectDetails .PaperContainer .FormGrid .InputRow .MuiFormControl-root{margin:0}#PageProjectDetails .PaperContainer .FormGrid .InputRow .MuiFormControl-root textarea{height:122px!important}#PageProjectDetails .PaperContainer .FormGrid .InputRow:last-child{grid-column:1/-1}#PageProjectDetails .PaperContainer .TimelineWrapper{margin-top:26px}#PageProjectDetails .PaperContainer .TimelineWrapper.FeedbackSection .FeedbackCard{margin-bottom:16px;padding:16px;border:1px solid #455a5b;border-radius:8px;background-color:#1a1a1a;box-shadow:0 2px 4px #0000004d}#PageProjectDetails .PaperContainer .TimelineWrapper.FeedbackSection .FeedbackCard .FeedbackHeader{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}#PageProjectDetails .PaperContainer .TimelineWrapper.FeedbackSection .FeedbackCard .FeedbackHeader .UserInfo{display:flex;align-items:flex-start;gap:12px}#PageProjectDetails .PaperContainer .TimelineWrapper.FeedbackSection .FeedbackCard .FeedbackHeader .UserInfo .UserAvatar{font-size:40px;color:#666;flex-shrink:0;margin-top:4px}#PageProjectDetails .PaperContainer .TimelineWrapper.FeedbackSection .FeedbackCard .FeedbackHeader .UserInfo .UserDetails{flex:1}#PageProjectDetails .PaperContainer .TimelineWrapper.FeedbackSection .FeedbackCard .FeedbackHeader .UserInfo .UserDetails .UserNameStatus{display:flex;align-items:center;gap:12px;margin-bottom:4px}#PageProjectDetails .PaperContainer .TimelineWrapper.FeedbackSection .FeedbackCard .FeedbackHeader .UserInfo .UserDetails .UserNameStatus .UserName{font-weight:600;color:#fff;font-size:.9rem}#PageProjectDetails .PaperContainer .TimelineWrapper.FeedbackSection .FeedbackCard .FeedbackHeader .UserInfo .UserDetails .UserNameStatus .StatusChip{font-size:.75rem;height:24px;text-transform:capitalize}#PageProjectDetails .PaperContainer .TimelineWrapper.FeedbackSection .FeedbackCard .FeedbackHeader .UserInfo .UserDetails .UserNameStatus .StatusChip.rejected{background:#6b3838;border:1px solid #A92828}#PageProjectDetails .PaperContainer .TimelineWrapper.FeedbackSection .FeedbackCard .FeedbackHeader .UserInfo .UserDetails .UserNameStatus .StatusChip.approved{background:#236133;border:1px solid #3E9E56}#PageProjectDetails .PaperContainer .TimelineWrapper.FeedbackSection .FeedbackCard .FeedbackHeader .UserInfo .UserDetails .UserEmail{color:#888;font-size:.8rem}#PageProjectDetails .PaperContainer .TimelineWrapper.FeedbackSection .FeedbackCard .FeedbackHeader .DateInfo{display:flex;align-items:center;gap:4px}#PageProjectDetails .PaperContainer .TimelineWrapper.FeedbackSection .FeedbackCard .FeedbackHeader .DateInfo .CalendarIcon{font-size:14px;color:var(--primary-color)}#PageProjectDetails .PaperContainer .TimelineWrapper.FeedbackSection .FeedbackCard .FeedbackHeader .DateInfo .DateText{color:#94a9a7;font-size:.8rem}#PageProjectDetails .PaperContainer .TimelineWrapper.FeedbackSection .FeedbackCard .FeedbackComment{padding-left:50px}#PageProjectDetails .PaperContainer .TimelineWrapper.FeedbackSection .FeedbackCard .FeedbackComment .CommentText{color:#ccc;line-height:1.6;font-size:.85rem}.NoProjectsPage{flex:1}.NoProjectsPage .Wrapper{padding:30px 20px;height:100%;gap:0;margin-top:40px;border-radius:10px;background-color:#202020}.NoProjectsPage .Wrapper .PaperContainer{height:100%}.NoProjectsPage .Wrapper .PaperContainer .NoProjectScreen{background-color:#202020;height:100%;display:flex;align-items:center;justify-content:center}.NoProjectsPage .Wrapper .PaperContainer .NoProjectScreen img{margin-bottom:33px}.ConfiguratorContainer{background-color:#121212;padding:30px 0;display:flex;position:relative;height:100vh}.ConfiguratorContainer .LeftSidebar{transition:.3s all ease;position:relative;z-index:9995;height:100%}.ConfiguratorContainer .LeftSidebar .SidebarHeader{width:350px;padding:14px 20px;border-radius:0 10px 10px 0;background-color:#232323;display:flex;gap:10px;align-items:center;color:#e4e4e4;position:absolute;top:0;left:0}.ConfiguratorContainer .LeftSidebar .SidebarHeader .ellipsis-text{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;cursor:pointer}.ConfiguratorContainer .LeftSidebar .SidebarHeader .BackIcon{color:inherit;padding:0}.ConfiguratorContainer .LeftSidebar .SidebarHeader .BackIcon svg{font-size:20px}.ConfiguratorContainer .LeftSidebar .SidebarBody{border-radius:0 10px 10px 0;margin-top:66px;transition:.3s all ease;background-color:#232323}.ConfiguratorContainer .LeftSidebar .SidebarBody.OpenPanel{width:350px}.ConfiguratorContainer .LeftSidebar .SidebarBody.ClosePanel{width:70px}.ConfiguratorContainer .LeftSidebar .SidebarBody.ClosePanel .CustomeTabs{border-radius:0 10px 10px 0;border:0}.ConfiguratorContainer .LeftSidebar .SidebarBody .MuiTabs-vertical.CustomeTabs{padding:30px 0;border-color:#3e4746;width:70px;flex:0 0 auto}@media screen and (max-width: 900px){.ConfiguratorContainer .LeftSidebar .SidebarBody .MuiTabs-vertical.CustomeTabs{padding:20px 0}}.ConfiguratorContainer .LeftSidebar .SidebarBody .MuiTabs-vertical.CustomeTabs .MuiTabs-flexContainer{gap:30px;height:100%;overflow-y:auto}.ConfiguratorContainer .LeftSidebar .SidebarBody .MuiTabs-vertical.CustomeTabs .MuiButtonBase-root{padding:0;min-width:49px}.ConfiguratorContainer .LeftSidebar .SidebarBody .MuiTabs-vertical.CustomeTabs .MuiButtonBase-root .MuiTab-icon{margin-bottom:11px}.ConfiguratorContainer .LeftSidebar .SidebarBody .TabContentWrapper{border-radius:0 10px 10px 0;position:relative;transition:all .5s ease;width:280px;flex:0 0 auto}.ConfiguratorContainer .LeftSidebar .SidebarBody .TabContentWrapper .CloseButton{position:absolute;z-index:99;left:100%;top:0;margin-left:11px;padding:8px;background-color:#232323;border-radius:50%;color:#f2f2f2}.ConfiguratorContainer .LeftSidebar .SidebarBody .TabContentWrapper .CloseButton:hover{background-color:#232323}.ConfiguratorContainer .LeftSidebar .SidebarBody .TabContentWrapper .ChildrenContentWrapper{max-height:100%}.ConfiguratorContainer .LeftSidebar .SidebarBody .TabContentWrapper .ChildrenContentWrapper .UploadContentWrapper,.ConfiguratorContainer .LeftSidebar .SidebarBody .TabContentWrapper .ChildrenContentWrapper .DesignContentWrapper #SearchFrontBack{padding:30px 20px;border-bottom:1px solid #3e4746}.ConfiguratorContainer .LeftSidebar .SidebarBody .TabContentWrapper .ChildrenContentWrapper .DesignContentWrapper #SearchFrontBack .SearchField{width:100%}.ConfiguratorContainer .LeftSidebar .SidebarBody .TabContentWrapper .ChildrenContentWrapper .DesignContentWrapper .LayersWrapper{max-height:calc(100vh - 447px);overflow-y:auto}.ConfiguratorContainer .LeftSidebar .SidebarBody .TabContentWrapper .ChildrenContentWrapper .DesignContentWrapper .LayersWrapper::-webkit-scrollbar{width:5px}.ConfiguratorContainer .LeftSidebar .SidebarBody .TabContentWrapper .ChildrenContentWrapper .DesignContentWrapper .LayersWrapper::-webkit-scrollbar-thumb{background:var(--primary-color)}.ConfiguratorContainer .LeftSidebar .SidebarBody .TabContentWrapper .ChildrenContentWrapper .DesignContentWrapper .LayersWrapper::-webkit-scrollbar-track{background:transparent}.ConfiguratorContainer .LeftSidebar .SidebarBody .TabContentWrapper .ChildrenContentWrapper .ObjectsContentWrapper #SearchFrontBack{padding:30px 20px;border-bottom:1px solid #3e4746}.ConfiguratorContainer .LeftSidebar .SidebarBody .TabContentWrapper .ChildrenContentWrapper .ObjectsContentWrapper #Objects .ObjectsChipsWrapper #CommonAccordionWrapper{max-height:calc(100vh - 441px);overflow-y:auto;scrollbar-gutter:stable both-edges}.ConfiguratorContainer .LeftSidebar .SidebarBody .TabContentWrapper .ChildrenContentWrapper .ObjectsContentWrapper #Objects .ObjectsChipsWrapper #CommonAccordionWrapper::-webkit-scrollbar{width:5px}.ConfiguratorContainer .LeftSidebar .SidebarBody .TabContentWrapper .ChildrenContentWrapper .ObjectsContentWrapper #Objects .ObjectsChipsWrapper #CommonAccordionWrapper::-webkit-scrollbar-thumb{background:var(--primary-color)}.ConfiguratorContainer .LeftSidebar .SidebarBody .TabContentWrapper .ChildrenContentWrapper .ObjectsContentWrapper #Objects .ObjectsChipsWrapper #CommonAccordionWrapper::-webkit-scrollbar-track{background:transparent}.ConfiguratorContainer .LeftSidebar .SidebarBody .TabContentWrapper .ChildrenContentWrapper .ObjectsContentWrapper #Objects .ObjectsChipsWrapper #IndividualMaterialWrapper .MaterialImage{border-radius:0;width:42px;height:25px}.ConfiguratorContainer .LeftSidebar .SidebarBody .TabContentWrapper .ChildrenContentWrapper .ObjectsContentWrapper #Objects .ObjectsChipsWrapper .CustomTabContentWrapper{padding-inline:8px}.ConfiguratorContainer .LeftSidebar .SidebarBody .TabContentWrapper .ChildrenContentWrapper .MeterialsContentWrapper .SearchField{padding:32px 20px;border-bottom:1px solid #3e4746;width:100%}.ConfiguratorContainer .LeftSidebar .SidebarBody .TabContentWrapper .ChildrenContentWrapper .MeterialsContentWrapper #CommonAccordionWrapper{max-height:calc(100vh - 321px);overflow-y:auto;scrollbar-gutter:stable both-edges}.ConfiguratorContainer .LeftSidebar .SidebarBody .TabContentWrapper .ChildrenContentWrapper .MeterialsContentWrapper #CommonAccordionWrapper::-webkit-scrollbar{width:5px}.ConfiguratorContainer .LeftSidebar .SidebarBody .TabContentWrapper .ChildrenContentWrapper .MeterialsContentWrapper #CommonAccordionWrapper::-webkit-scrollbar-thumb{background:var(--primary-color)}.ConfiguratorContainer .LeftSidebar .SidebarBody .TabContentWrapper .ChildrenContentWrapper .MeterialsContentWrapper #CommonAccordionWrapper::-webkit-scrollbar-track{background:transparent}.ConfiguratorContainer .LeftSidebar .SidebarBody .TabContentWrapper .ChildrenContentWrapper .MeterialsContentWrapper .CommonAccordianContent .CustomTabContentWrapper{padding-inline:22px;grid-row-gap:10px;display:grid;grid-column-gap:17px;grid-template-columns:1fr 1fr;place-content:center}.ConfiguratorContainer .LeftSidebar .SidebarBody .TabContentWrapper .ChildrenContentWrapper .MeterialsContentWrapper .CommonAccordianContent .CustomTabContentWrapper p:only-child{grid-column:span 2;width:100%}.ConfiguratorContainer .LeftSidebar .SidebarBody .TabContentWrapper .ChildrenContentWrapper .MeterialsContentWrapper .CommonAccordianContent .MaterialBox{flex-direction:column;background-color:#3e4746;border-radius:10px;padding:5px;justify-content:space-between;text-align:center;min-width:95px;cursor:pointer;transition:transform .3s ease;position:relative;transition:.3s all ease}.ConfiguratorContainer .LeftSidebar .SidebarBody .TabContentWrapper .ChildrenContentWrapper .MeterialsContentWrapper .CommonAccordianContent .MaterialBox:hover{background-color:#606868}.ConfiguratorContainer .LeftSidebar .SidebarBody .TabContentWrapper .ChildrenContentWrapper .MeterialsContentWrapper .CommonAccordianContent .MaterialBox:hover .ThreeDotsIcon{color:#f2f2f2}.ConfiguratorContainer .LeftSidebar .SidebarBody .TabContentWrapper .ChildrenContentWrapper .MeterialsContentWrapper .CommonAccordianContent .MaterialBox .ThreeDotsIcon{color:#606868;position:absolute;top:5px;right:5px;transition:.3s all ease}.ConfiguratorContainer .LeftSidebar .SidebarBody .TabContentWrapper .ChildrenContentWrapper .MeterialsContentWrapper .CommonAccordianContent .MaterialBox .ThreeDotsIcon svg{font-size:14px}.ConfiguratorContainer .LeftSidebar .SidebarBody .TabContentWrapper .ChildrenContentWrapper .MeterialsContentWrapper .CommonAccordianContent .MaterialBox .MaterialImage{width:58px;height:58px;border-radius:50%;object-fit:cover;margin:0 auto 7px;display:inline-block}.ConfiguratorContainer .LeftSidebar .SidebarBody .TabContentWrapper .ChildrenContentWrapper .MeterialsContentWrapper .CommonAccordianContent .MaterialBox .MaterialName{color:#f2f2f2;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:66px}.ConfiguratorContainer .LeftSidebar .SidebarBody .TabContentWrapper .ChildrenContentWrapper .ScenesContentWrapper .SearchField{padding:32px 20px;border-bottom:1px solid #3e4746;width:100%}.ConfiguratorContainer .LeftSidebar .SidebarBody .TabContentWrapper .ChildrenContentWrapper .ScenesContentWrapper .CommonLeftDropdown{border-bottom:1px solid #3e4746}.ConfiguratorContainer .LeftSidebar .SidebarBody .TabContentWrapper .ChildrenContentWrapper .ScenesContentWrapper .custom-menu .MuiPaper-root{background-color:var(--primary-color);border-radius:8px;padding:8px 0;min-width:180px;box-shadow:0 4px 20px #0000001a}.ConfiguratorContainer .LeftSidebar .SidebarBody .TabContentWrapper .ChildrenContentWrapper .ScenesContentWrapper .custom-menu .MuiMenuItem-root{color:#f2f2f2;font-size:14px}.ConfiguratorContainer .LeftSidebar .SidebarBody .TabContentWrapper .ChildrenContentWrapper .ScenesContentWrapper .custom-menu .MuiMenuItem-root:hover{background-color:var(--primary-color)}.ConfiguratorContainer .LeftSidebar .SidebarBody .TabContentWrapper .ChildrenContentWrapper .ScenesContentWrapper .ScenesTabsContentWrapper #CustomTabsWrapper .CustomTabContentWrapper{padding:0 20px;gap:10px;display:flex;flex-wrap:wrap;max-height:calc(100vh - 425px);overflow-y:auto}.ConfiguratorContainer .LeftSidebar .SidebarBody .TabContentWrapper .ChildrenContentWrapper .ScenesContentWrapper .ScenesTabsContentWrapper #CustomTabsWrapper .CustomTabContentWrapper::-webkit-scrollbar{width:5px}.ConfiguratorContainer .LeftSidebar .SidebarBody .TabContentWrapper .ChildrenContentWrapper .ScenesContentWrapper .ScenesTabsContentWrapper #CustomTabsWrapper .CustomTabContentWrapper::-webkit-scrollbar-thumb{background:var(--primary-color)}.ConfiguratorContainer .LeftSidebar .SidebarBody .TabContentWrapper .ChildrenContentWrapper .ScenesContentWrapper .ScenesTabsContentWrapper #CustomTabsWrapper .CustomTabContentWrapper::-webkit-scrollbar-track{background:transparent}.ConfiguratorContainer .LeftSidebar .SidebarBody .TabContentWrapper .ChildrenContentWrapper .ScenesContentWrapper .ScenesTabsContentWrapper #CustomTabsWrapper .CustomTabContentWrapper .EnvironmentBox{padding:5px;flex-direction:column;gap:5px;background-color:#323232;border-radius:8px;width:calc(50% - 5px);flex:0 0 auto;position:relative;transition:.3s all ease}.ConfiguratorContainer .LeftSidebar .SidebarBody .TabContentWrapper .ChildrenContentWrapper .ScenesContentWrapper .ScenesTabsContentWrapper #CustomTabsWrapper .CustomTabContentWrapper .EnvironmentBox.ActiveEnvironmentBox{background-color:#606868}.ConfiguratorContainer .LeftSidebar .SidebarBody .TabContentWrapper .ChildrenContentWrapper .ScenesContentWrapper .ScenesTabsContentWrapper #CustomTabsWrapper .CustomTabContentWrapper .EnvironmentBox.ActiveEnvironmentBox .EnvironmentBottomContent .ThreeDotsIcon{color:#f2f2f2}.ConfiguratorContainer .LeftSidebar .SidebarBody .TabContentWrapper .ChildrenContentWrapper .ScenesContentWrapper .ScenesTabsContentWrapper #CustomTabsWrapper .CustomTabContentWrapper .EnvironmentBox .EyeIcon{position:absolute;top:5px;right:9px;cursor:pointer;font-size:24px;color:#f2f2f2;z-index:99}.ConfiguratorContainer .LeftSidebar .SidebarBody .TabContentWrapper .ChildrenContentWrapper .ScenesContentWrapper .ScenesTabsContentWrapper #CustomTabsWrapper .CustomTabContentWrapper .EnvironmentBox .EnvironmentTopImageWrapper{position:relative;z-index:1;border-radius:5px;height:78px}.ConfiguratorContainer .LeftSidebar .SidebarBody .TabContentWrapper .ChildrenContentWrapper .ScenesContentWrapper .ScenesTabsContentWrapper #CustomTabsWrapper .CustomTabContentWrapper .EnvironmentBox .EnvironmentTopImageWrapper:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:#3e474633;z-index:-1;border-radius:5px}.ConfiguratorContainer .LeftSidebar .SidebarBody .TabContentWrapper .ChildrenContentWrapper .ScenesContentWrapper .ScenesTabsContentWrapper #CustomTabsWrapper .CustomTabContentWrapper .EnvironmentBox .EnvironmentBottomContent{justify-content:space-between;align-items:center}.ConfiguratorContainer .LeftSidebar .SidebarBody .TabContentWrapper .ChildrenContentWrapper .ScenesContentWrapper .ScenesTabsContentWrapper #CustomTabsWrapper .CustomTabContentWrapper .EnvironmentBox .EnvironmentBottomContent .ThreeDotsIcon{color:#606868}.ConfiguratorContainer .LeftSidebar .SidebarBody .TabContentWrapper .ChildrenContentWrapper .ScenesContentWrapper .ScenesTabsContentWrapper #CustomTabsWrapper .CustomTabContentWrapper .EnvironmentBox .EnvironmentBottomContent .ThreeDotsIcon svg{font-size:14px}.ConfiguratorContainer .LeftSidebar .SidebarBody .TabContentWrapper .CommonLeftDropdown{justify-content:space-between;padding:32px 20px;cursor:pointer}.ConfiguratorContainer .VersionDropdown{position:absolute;align-items:center;left:50%;top:30px;gap:10px;z-index:99;width:180px}.ConfiguratorContainer .VersionDropdown .MuiInputBase-root{width:100%;background-color:#232323;color:#fff;font-size:14px;line-height:20px;box-shadow:0 1px 2px #1018280d;font-weight:500}.ConfiguratorContainer .VersionDropdown .MuiInputBase-root .MuiInputBase-input{padding:10px 28px 10px 19px}.ConfiguratorContainer .VersionDropdown .MuiInputBase-root .MuiOutlinedInput-notchedOutline{border:none}.ConfiguratorContainer .VersionDropdown .actionButtons{background-color:#202020;width:98px;padding:8px;height:40px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;cursor:pointer;border-radius:10px}.ConfiguratorContainer .VersionDropdown .iconDivider{width:.5px;height:100%;background-color:#555}.ConfiguratorContainer .BottomScreenOptions{position:absolute;left:50%;bottom:30px;z-index:99}.ConfiguratorContainer .MiddlePart{flex-grow:1;transition:.3s all ease;width:calc(100vw - 708px)}.ConfiguratorContainer .RightSidebar{display:flex;align-items:center;position:relative;transition:.3s all ease;z-index:9995;height:100%}.ConfiguratorContainer .RightSidebar.Open{width:358px}.ConfiguratorContainer .RightSidebar.Close{width:0}.ConfiguratorContainer .RightSidebar.Close .OpenCloseArrow svg{transform:rotate(270deg)}.ConfiguratorContainer .RightSidebar .OpenCloseArrow{width:fit-content;color:#fff;background-color:#232323;padding:76px 2px 76px 1px;border-radius:10px 0 0 10px;position:absolute;right:100%;z-index:99}.ConfiguratorContainer .RightSidebar .OpenCloseArrow svg{transform:rotate(90deg)}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper{width:355px;background-color:#232323;border-radius:10px 0 0 10px;height:100%;overflow-y:auto;scrollbar-gutter:stable both-edges;display:flex;flex-direction:column;margin-left:3px;transition:.3s all ease}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #RightSidebarHeader{padding:24px 20px;border-bottom:1px solid #3e4746;justify-content:space-between;align-items:center}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #RightSidebarHeader .LeftPart .MuiButtonGroup-root .MuiButtonBase-root{padding:7px 12px;min-width:54px;border:1px solid;box-shadow:0 1px 2px #1018280d}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #RightSidebarHeader .LeftPart .MuiButtonGroup-root .MuiButtonBase-root.MuiButtonGroup-firstButton{border-right:none}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #RightSidebarHeader .RightPart{gap:20px;align-items:center}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #RightSidebarHeader .RightPart .MuiIconButton-root{color:#f2f2f2;padding:0}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #RightSidebarHeader .RightPart .MuiIconButton-root svg{font-size:24px}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #PropertiesWrapper{border-bottom:1px solid #3e4746}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #PropertiesWrapper .SearchField{padding:26px 20px;width:100%}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #PropertiesWrapper .Properties{padding:16px 0 0}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #PropertiesWrapper .Properties .MuiTypography-root{color:#f2f2f2;font-weight:500}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #PropertiesWrapper .Properties .IndividualPropertiesWrapper{align-items:center;gap:5px;justify-content:space-between;margin-bottom:12px}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #PropertiesWrapper .Properties .IndividualPropertiesWrapper:last-of-type{margin-bottom:0}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #PropertiesWrapper .Properties .IndividualPropertiesWrapper .InputsWrapper{display:flex;align-items:center;gap:5px}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #PropertiesWrapper .Properties .IndividualPropertiesWrapper .InputsWrapper .InputWithAxis{display:flex;align-items:center;gap:15px;background-color:#202020;border:1px solid #343434;border-radius:5px;max-width:80px;position:relative}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #PropertiesWrapper .Properties .IndividualPropertiesWrapper .InputsWrapper .InputWithAxis .Placeholder{position:absolute;left:18px;z-index:999;color:#606868}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #PropertiesWrapper .Properties .IndividualPropertiesWrapper .InputsWrapper .InputWithAxis .MuiFormControl-root .MuiInputBase-root{background-color:transparent;border-radius:0}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #PropertiesWrapper .Properties .IndividualPropertiesWrapper .InputsWrapper .InputWithAxis .MuiFormControl-root .MuiInputBase-root input{padding-block:6px;padding-right:6px;padding-left:42px;border:0;font-size:12px;line-height:18px;font-weight:400;color:#f2f2f2}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #PropertiesWrapper .Properties .IndividualPropertiesWrapper.CornerWrapper .InputsWrapper{gap:8px}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #PropertiesWrapper .Properties .IndividualPropertiesWrapper.CornerWrapper .InputsWrapper .FirstInput{max-width:30px}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #PropertiesWrapper .Properties .IndividualPropertiesWrapper.CornerWrapper .InputsWrapper .FirstInput input{padding:6px 8px;border:1px solid #343434;font-size:12px;line-height:18px;font-weight:400;border-radius:5px}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #PropertiesWrapper .Properties .IndividualPropertiesWrapper.CornerWrapper .InputsWrapper .InputWithAxis{max-width:46px}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #PropertiesWrapper .Properties .IndividualPropertiesWrapper.CornerWrapper .InputsWrapper .InputWithAxis .MuiSvgIcon-root{font-size:11px;position:absolute;left:8px;z-index:99}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #PropertiesWrapper .Properties .IndividualPropertiesWrapper.CornerWrapper .InputsWrapper .InputWithAxis .MuiFormControl-root .MuiInputBase-root input{font-size:12px;line-height:18px;font-weight:400;padding-block:6px;padding-left:25px;padding-right:6px}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper .CommonDropdown{justify-content:space-between;padding:16px 15px;border-bottom:1px solid #3e4746;cursor:pointer;align-items:center}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper .CommonDropdown .MuiTypography-root{font-weight:500;color:#f2f2f2}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #Settings.ContentOpen .CommonDropdown,.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #Orientation.ContentOpen .CommonDropdown{border-bottom:0}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #Orientation .OrientationContent .ButtonsWrapper{align-items:center;justify-content:space-between;margin-bottom:20px}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #Orientation .OrientationContent .ButtonsWrapper:last-of-type{margin-bottom:0}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #Orientation .OrientationContent .ButtonsWrapper .MuiButton-root{min-width:100px;max-height:32px}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #Orientation .OrientationContent .ButtonsWrapperRotation{align-items:center;justify-content:space-between;margin-bottom:12px}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #Orientation .OrientationContent .ButtonsWrapperRotation:last-of-type{margin-bottom:0}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #Orientation .OrientationContent .ButtonsWrapperRotation .ButtonsRotation{align-items:center;justify-content:space-around;gap:8px}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #Orientation .OrientationContent .ButtonsWrapperRotation .ButtonsRotation .MuiButton-root{min-width:80px;max-height:42px}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #Orientation .OrientationContent .ButtonsWrapperRotation .no-hover-button{height:32px;min-width:32px;width:32px;background-color:#3e4746;border-color:#3e4746}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #Orientation .OrientationContent .ButtonsWrapperRotation .no-hover-button:hover{background-color:#3e4746;border-color:#3e4746}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #Orientation .OrientationContent .ButtonsWrapperRotation .no-hover-button.active{background-color:var(--primary-color);color:#f2f2f2;border:1px solid var(--primary-color)}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #Orientation .OrientationContent .speed-button{min-width:42px;height:10px;border-radius:18px;gap:"10px";padding:14px 8px;font-size:small;color:#fff;border:1px solid var(--primary-color);background-color:transparent;font-weight:700;transition:background-color .2s ease}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #Orientation .OrientationContent .speed-button:hover{background-color:var(--primary-color);border-color:var(--primary-color)}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #Orientation .OrientationContent .speed-button.active{background-color:var(--primary-color)}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #PricingWrapper.ContentOpen .CommonDropdown{border-bottom:0}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #PricingWrapper .PricingWrapperContent{padding:0 15px 26px}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #PricingWrapper .PricingWrapperContent .ButtonsWrapper{align-items:center;margin-bottom:12px}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #PricingWrapper .PricingWrapperContent .ButtonsWrapper .TextContent{width:100px;height:25px}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #PricingWrapper .PricingWrapperContent .ButtonsWrapper .PriceInput{display:flex;align-items:center;gap:10px;background-color:#202020;border:1px solid #343434;border-radius:5px;max-width:70px;height:24px;position:relative}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #PricingWrapper .PricingWrapperContent .ButtonsWrapper .PriceInput .Placeholder{position:absolute;left:18px;z-index:999;color:#606868}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #PricingWrapper .PricingWrapperContent .ButtonsWrapper .PriceInput .MuiFormControl-root .MuiInputBase-root{background-color:transparent!important}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #PricingWrapper .PricingWrapperContent .ButtonsWrapper .PriceInput .MuiFormControl-root .MuiInputBase-root input{padding-block:6px;padding-right:6px;padding-left:3px;border:0;font-size:12px;line-height:18px;font-weight:400;color:#f2f2f2;background-color:transparent!important}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #PricingWrapper .PricingWrapperContent .ButtonsWrapper:last-of-type{margin-bottom:0}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #PricingWrapper .PricingWrapperContent .ButtonsWrapper .MuiButton-root{min-width:100px;max-height:32px}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #PricingWrapper .IndividualSideOfCard{width:100%;height:30px}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #PricingWrapper .IndividualSideOfCard .layerSide{justify-content:space-between}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #PricingWrapper .IndividualSideOfCard .layerSide .priceHeader{gap:20px;align-items:center;width:45px;height:20px}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #PricingWrapper .IndividualSideOfCard .layerSide .priceHeader .priceHeaderText{padding:8px 14px;background-color:#3e4746;border-radius:8px;color:var(--primary-color) Pastel}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #PricingWrapper .IndividualSideOfCard .layerSide .priceHeader .currencySymbol{color:var(--primary-color)}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #PricingWrapper .DesignContentPrice{width:"100%";background-color:#202020;border-radius:"8px";overflow:"hidden";margin-bottom:"4px"}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #PricingWrapper .DesignContentPrice .HeaderStyles{display:flex;justify-content:space-between;align-items:center;padding:8px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #PricingWrapper .DesignContentPrice .HeaderStyles:hover{background-color:#333}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #PricingWrapper .DesignContentPrice .HeaderStyles .sideIndicatorStyles{background-color:#3e4746;color:var(--primary-color);padding:6px 12px;border-radius:4px;font-size:12px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #PricingWrapper .DesignContentPrice .HeaderStyles .priceStyles{color:var(--primary-color);font-weight:"600";font-size:"12px"}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #PricingWrapper .DesignContentPrice .tableHeader{font-weight:"400";font-size:12px;color:#94a9a7;padding:12px 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background-color:#232323}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #PricingWrapper .DesignContentPrice .tableHeader:nth-child(1){width:50%;padding:0 9px}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #PricingWrapper .DesignContentPrice .tableHeader:nth-child(2),.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #PricingWrapper .DesignContentPrice .tableHeader:nth-child(3){width:16%}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #PricingWrapper .DesignContentPrice .tableHeader:nth-child(4){width:18%}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #PricingWrapper .DesignContentPrice .tableCell,.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #PricingWrapper .DesignContentPrice .tableCellTotal,.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #PricingWrapper .DesignContentPrice .tableCellName{color:#94a9a7;background-color:#232323;padding:12px 8px;font-size:12px}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #PricingWrapper .DesignContentPrice .tableCellName,.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #PricingWrapper .DesignContentPrice .tableCellTotal{color:#fff}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #PricingWrapper .DesignContentPrice .strikethrough-row{position:relative}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #PricingWrapper .DesignContentPrice .strikethrough-row:after{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);width:100%;height:1px;background-color:#ffffff80;pointer-events:none;z-index:2}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #PricingWrapper .DesignContentPrice .strikethrough-row td{position:relative;z-index:1}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #Material.ContentOpen .CommonDropdown{border-bottom:0}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #Material .MaterialTextButton{color:#f2f2f2;font-size:16px;text-decoration:underline;padding:0;min-width:auto}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #Material .ResetButtonwrapper{margin:0 20px 16px;align-items:center;justify-content:start;gap:7px}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #Material .ResetButtonwrapper .LayerName{border-radius:8px;padding:7px 20px;background-color:#3e4746}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #Mapping.ContentOpen .CommonDropdown{border-bottom:0}.ConfiguratorContainer .RightSidebar .RightSidebarContentWrapper #saveButton{margin:1rem 3rem;position:sticky;top:60rem}.ConfiguratorContainer .ConfiguratorPricing{margin-top:96px;margin-inline:50px;max-width:calc(100vw - 170px)}.ConfiguratorContainer .ConfiguratorPricing .Wrapper{flex-direction:column;gap:40px}.ConfiguratorContainer .ConfiguratorPricing .Wrapper .CommonTable .MuiTableContainer-root{max-height:calc(100vh - 430px)}.ConfiguratorContainer .ConfiguratorPricing .Component_FilterSelect{flex-direction:column;min-width:150px}.ConfiguratorContainer .ConfiguratorPricing .Component_FilterSelect .DummyLabel{position:absolute;visibility:hidden;width:fit-content;opacity:0}.ConfiguratorContainer .ConfiguratorPricing .Component_FilterSelect.LabelInsideField{position:relative}.ConfiguratorContainer .ConfiguratorPricing .Component_FilterSelect.LabelInsideField .MuiFormLabel-root{position:static;position:absolute;top:50%;left:14px;z-index:1;transform:translateY(-50%);font-size:1rem;line-height:1.5rem;font-weight:400;color:#606868;margin-bottom:0}@media screen and (max-width: 1100px){.ConfiguratorContainer .ConfiguratorPricing .Component_FilterSelect.LabelInsideField .MuiFormLabel-root{font-size:.875rem;line-height:1.25rem}}.ConfiguratorContainer .ConfiguratorPricing .Component_FilterSelect.LabelInsideField .MuiInputBase-root{color:#606868}.ConfiguratorContainer .ConfiguratorPricing .Component_FilterSelect.LabelInsideField .MuiInputBase-root.Mui-disabled{pointer-events:auto}.ConfiguratorContainer .ConfiguratorPricing .Component_FilterSelect.LabelInsideField .MuiInputBase-root.Mui-disabled .MuiOutlinedInput-notchedOutline{border-color:#343434}.ConfiguratorContainer .ConfiguratorPricing .Component_FilterSelect.LabelInsideField .MuiInputBase-root .MuiSelect-select{z-index:2;color:#606868;margin-left:10px}.ConfiguratorContainer .ConfiguratorPricing .Component_FilterSelect.LabelInsideField .MuiInputBase-root .MuiSelect-select.Mui-disabled{-webkit-text-fill-color:#606868;cursor:not-allowed}.ConfiguratorContainer .ConfiguratorPricing .Component_FilterSelect .FilterWrapper{background-color:#2d2d2d;border-radius:8px}.ConfiguratorContainer .ConfiguratorPricing .Component_FilterSelect .FilterWrapper .MuiMenuItem-root{color:#f2f2f2;font-size:12px;line-height:18px;box-shadow:inset 0 -.5px #94a9a7;padding:11px 17px}.ConfiguratorContainer .ConfiguratorPricing .Component_FilterSelect .FilterWrapper .MuiMenuItem-root:last-of-type{border-bottom:0;box-shadow:none}.ConfiguratorContainer .ConfiguratorPricing .Component_TableFilter{justify-content:space-between;gap:16px;margin-bottom:50px}.ConfiguratorContainer .ConfiguratorPricing .Component_TableFilter .SearchField{width:200px}@media screen and (min-width: 1101px){.ConfiguratorContainer .ConfiguratorPricing .Component_TableFilter .SearchField{width:320px}}.ConfiguratorContainer .ConfiguratorPricing .Component_TableFilter .SearchField .MuiOutlinedInput-root.Mui-disabled{pointer-events:auto}.ConfiguratorContainer .ConfiguratorPricing .Component_TableFilter .SearchField .MuiOutlinedInput-root.Mui-disabled .MuiOutlinedInput-notchedOutline{border-color:#343434}.ConfiguratorContainer .ConfiguratorPricing .Component_TableFilter .SearchField .MuiOutlinedInput-input.Mui-disabled{-webkit-text-fill-color:#606868;cursor:not-allowed}.ConfiguratorContainer .ConfiguratorPricing .Component_TableFilter .ActionWrapper{align-items:center;flex-wrap:wrap;gap:inherit}.ConfiguratorContainer .ConfiguratorShare{margin-top:96px;margin-inline:50px;max-width:calc(100vw - 170px)}.ConfiguratorContainer .ConfiguratorShare .Wrapper{flex-direction:column;gap:40px}.ConfiguratorContainer .ConfiguratorShare .Wrapper .CommonTable .MuiTableContainer-root{max-height:calc(100vh - 484px)}.ConfiguratorContainer .ConfiguratorShare .Component_FilterSelect{flex-direction:column;min-width:150px}.ConfiguratorContainer .ConfiguratorShare .Component_FilterSelect .DummyLabel{position:absolute;visibility:hidden;width:fit-content;opacity:0}.ConfiguratorContainer .ConfiguratorShare .Component_FilterSelect.LabelInsideField{position:relative}.ConfiguratorContainer .ConfiguratorShare .Component_FilterSelect.LabelInsideField .MuiFormLabel-root{position:static;position:absolute;top:50%;left:14px;z-index:1;transform:translateY(-50%);font-size:1rem;line-height:1.5rem;font-weight:400;color:#606868;margin-bottom:0}@media screen and (max-width: 1100px){.ConfiguratorContainer .ConfiguratorShare .Component_FilterSelect.LabelInsideField .MuiFormLabel-root{font-size:.875rem;line-height:1.25rem}}.ConfiguratorContainer .ConfiguratorShare .Component_FilterSelect.LabelInsideField .MuiInputBase-root{color:#606868}.ConfiguratorContainer .ConfiguratorShare .Component_FilterSelect.LabelInsideField .MuiInputBase-root.Mui-disabled{pointer-events:auto}.ConfiguratorContainer .ConfiguratorShare .Component_FilterSelect.LabelInsideField .MuiInputBase-root.Mui-disabled .MuiOutlinedInput-notchedOutline{border-color:#343434}.ConfiguratorContainer .ConfiguratorShare .Component_FilterSelect.LabelInsideField .MuiInputBase-root .MuiSelect-select{z-index:2;color:#606868;margin-left:10px}.ConfiguratorContainer .ConfiguratorShare .Component_FilterSelect.LabelInsideField .MuiInputBase-root .MuiSelect-select.Mui-disabled{-webkit-text-fill-color:#606868;cursor:not-allowed}.ConfiguratorContainer .ConfiguratorShare .Component_FilterSelect .FilterWrapper{background-color:#2d2d2d;border-radius:8px}.ConfiguratorContainer .ConfiguratorShare .Component_FilterSelect .FilterWrapper .MuiMenuItem-root{color:#f2f2f2;font-size:12px;line-height:18px;box-shadow:inset 0 -.5px #94a9a7;padding:11px 17px}.ConfiguratorContainer .ConfiguratorShare .Component_FilterSelect .FilterWrapper .MuiMenuItem-root:last-of-type{border-bottom:0;box-shadow:none}.ConfiguratorContainer .ConfiguratorShare .Component_TableFilter{justify-content:space-between;gap:16px;margin-bottom:50px}.ConfiguratorContainer .ConfiguratorShare .Component_TableFilter .SearchField{width:200px}@media screen and (min-width: 1101px){.ConfiguratorContainer .ConfiguratorShare .Component_TableFilter .SearchField{width:320px}}.ConfiguratorContainer .ConfiguratorShare .Component_TableFilter .SearchField .MuiOutlinedInput-root.Mui-disabled{pointer-events:auto}.ConfiguratorContainer .ConfiguratorShare .Component_TableFilter .SearchField .MuiOutlinedInput-root.Mui-disabled .MuiOutlinedInput-notchedOutline{border-color:#343434}.ConfiguratorContainer .ConfiguratorShare .Component_TableFilter .SearchField .MuiOutlinedInput-input.Mui-disabled{-webkit-text-fill-color:#606868;cursor:not-allowed}.ConfiguratorContainer .ConfiguratorShare .Component_TableFilter .ActionWrapper{align-items:center;flex-wrap:wrap;gap:inherit}.ConfiguratorContainer .PricingContent{height:100%;width:100%}.ConfiguratorContainer .PricingContent .Component_PageContainer .Wrapper{flex-direction:column;gap:40px}@media screen and (max-width: 1100px){.ConfiguratorContainer .PricingContent .Component_PageContainer .Wrapper{gap:30px}}.ConfiguratorContainer .PricingContent .Component_PageContainer.CustomersProjectList{padding:30px 15px;background-color:#202020;border-radius:10px;margin-top:40px}.ConfiguratorContainer .PricingContent .Component_PageContainer.CustomersProjectList .Wrapper{gap:25px}.ConfiguratorContainer .PricingContent .Component_PageContainer.CustomersProjectList .Wrapper .CommonTable .MuiTableContainer-root{margin-bottom:-12px}.ConfiguratorContainer .PricingContent .Component_PageContainer.CustomersProjectList .Wrapper .CommonTable .MuiTableContainer-root table{position:relative;top:-6px;border-spacing:0px 6px}.ConfiguratorContainer .PricingContent .Component_PageContainer.CustomersProjectList .Wrapper .CommonTable .MuiTableContainer-root table th,.ConfiguratorContainer .PricingContent .Component_PageContainer.CustomersProjectList .Wrapper .CommonTable .MuiTableContainer-root table td{background-color:#202020}.ConfiguratorContainer .PricingContent .Component_PageContainer.CustomersProjectList .Wrapper .CommonTable .MuiTableContainer-root table th:first-child,.ConfiguratorContainer .PricingContent .Component_PageContainer.CustomersProjectList .Wrapper .CommonTable .MuiTableContainer-root table th:last-child,.ConfiguratorContainer .PricingContent .Component_PageContainer.CustomersProjectList .Wrapper .CommonTable .MuiTableContainer-root table td:first-child,.ConfiguratorContainer .PricingContent .Component_PageContainer.CustomersProjectList .Wrapper .CommonTable .MuiTableContainer-root table td:last-child{border-radius:0}#MaterialPropertyWrapper{padding-inline:15px;margin-bottom:20px}#MaterialPropertyWrapper .TopWrapper{margin-bottom:11px;justify-content:space-between;align-items:center}#MaterialPropertyWrapper .TopWrapper .LeftWrapper{align-items:center}#MaterialPropertyWrapper .CentreWrapper{align-items:center;margin-bottom:8px}#MaterialPropertyWrapper .BottomWrapper{align-items:center;justify-content:space-between}#MaterialPropertyWrapper .BottomWrapper .MuiSlider-root{flex:1;margin-inline:20px}#MaterialPropertyWrapper #ColorPicker{padding:0;flex:1}.VersionWrapper .MuiList-root .MuiMenuItem-root{background-color:#202020;box-shadow:inset 0 -.1px #94a9a7;font-size:14px;line-height:20px;font-weight:400;color:#f2f2f2;padding:10px 18px}.VersionWrapper .MuiList-root .MuiMenuItem-root:last-child{border-bottom:none;box-shadow:none}#ColorPicker{padding:0 20px 27px}#ColorPicker .ColorPickerTopWrapper{gap:10px}#ColorPicker .ColorPickerTopWrapper .ColorPickerTopLeftWrapper{flex:1}#ColorPicker .ColorPickerTopWrapper .ColorPickerTopLeftWrapper .ColorSelected{height:32px;width:32px;border-radius:8px}#ColorPicker .ColorPickerTopWrapper .ColorPickerTopLeftWrapper .ColorCode{flex:1;padding:4px 17px;border-radius:8px;background-color:#3e4746;border:1px solid #3e4746}#ColorPicker .ColorOptionsWrapper{display:flex;align-items:center;gap:5px;margin-top:16px}#ColorPicker .ColorOptionsWrapper .ColorOption{background-color:#3e4746;padding:11px;border-radius:10px}#ColorPicker .ColorOptionsWrapper .ColorOption img{height:38px;width:38px;object-fit:cover}#ColorPicker .custom-color-picker-input{color-scheme:dark}#GlossyPlasticWrapper{justify-content:space-between;align-items:center;border-radius:10px;background-color:#3e4746;padding:11px 20px 11px 11px;margin-inline:15px;margin-bottom:13px}#GlossyPlasticWrapper .LeftWrapper{align-items:center;gap:18px}#GlossyPlasticWrapper .LeftWrapper img{object-fit:contain;max-width:38px;max-height:38px}#CommonAccordionWrapper{flex-direction:column;padding:0 20px}#CommonAccordionWrapper .CommonAccordionInsideWrapper{background-color:#1d1d1d;border-radius:10px;margin-bottom:16px}#CommonAccordionWrapper .CommonAccordianContent{width:100%;text-align:center}#IndividualMaterialWrapper{padding:11px;background-color:#3e4746;height:60px;border-radius:10px;display:flex;align-items:center;justify-content:start;gap:18px;cursor:pointer}#IndividualMaterialWrapper .MaterialImage{width:38px;height:38px;border-radius:50%;flex:0 0 auto;object-fit:contain!important}#IndividualMaterialWrapper .MaterialInfo{flex-direction:column;align-items:flex-start;flex:1}#IndividualChipWrapper{padding:8px;background-color:#323232;border-radius:8px;align-items:center;justify-content:space-between;margin-bottom:10px;transition:.3s all ease}#IndividualChipWrapper:hover,#IndividualChipWrapper.ActiveChipWrapper{background-color:#606868}#IndividualChipWrapper:hover .IconsWrapper .NoEffectIconButton,#IndividualChipWrapper.ActiveChipWrapper .IconsWrapper .NoEffectIconButton{opacity:1;visibility:visible}#IndividualChipWrapper:last-of-type{margin-bottom:0}#IndividualChipWrapper .ImageNameWrapper{gap:14px;align-items:center}#IndividualChipWrapper .ImageNameWrapper .ImageWrapper{background-color:#fff;border-radius:5px;width:36px;height:25px;padding:5px}#IndividualChipWrapper .ImageNameWrapper .ImageWrapper img{object-fit:contain}#IndividualChipWrapper .IconsWrapper{align-items:center;gap:10px}#IndividualChipWrapper .IconsWrapper .NoEffectIconButton{opacity:0;visibility:hidden}#IndividualChipWrapper .IconsWrapper .NoEffectIconButton.ThreeDotsIcon{opacity:1;visibility:visible}#CustomTabsWrapper .CustomTabs{margin-bottom:40px}#CustomTabsWrapper .CustomTabs .MuiTabs-flexContainer .MuiTab-root{width:50%;font-size:12px;line-height:18px;font-weight:400;color:#fff;border-bottom:.5px solid darkenHex(primaryColor,.4);padding-block:12px}#CustomTabsWrapper .CustomTabs .MuiTabs-flexContainer .MuiTab-root.Mui-selected{border-bottom-width:2px}#ThreeDotsContentPaper{border-radius:10px;min-width:182px}#ThreeDotsContentPaper #ThreeDotsContent .ThreeDotsMenuItem{border-bottom:1px solid #232424;color:#f2f2f2;padding:10px 14px;background-color:#606868;min-width:169px;box-shadow:0 4px 14px #0000000d}#ThreeDotsContentPaper #ThreeDotsContent .ThreeDotsMenuItem:first-child{border-radius:10px 10px 0 0}#ThreeDotsContentPaper #ThreeDotsContent .ThreeDotsMenuItem:last-child{border-radius:0 0 10px 10px;border-bottom:0}#LightsContent .LightsMenuItem{font-size:12px;line-height:18px;font-weight:500;color:#f2f2f2;padding:7px 10px;background-color:#3e4746;border-bottom:1px solid #232424;box-shadow:none;min-width:127px}#LightsContent .LightsMenuItem:first-child{border-radius:10px 10px 0 0}#LightsContent .LightsMenuItem:last-child{border-radius:0 0 10px 10px;border-bottom:0}#LightsControl .CommonDropdown{cursor:auto}#LightsControl #CommonLightControl .CommonDropdown{cursor:pointer}.CommonPositionWrapper{align-items:center;gap:11px;margin-bottom:16px}.CommonPositionWrapper .MuiSlider-root{flex:1;margin-left:10px}#CommonLightControl.ContentOpen .CommonDropdown{border-bottom:0}#CommonLightControl .LightAllContentWrapper{padding-inline:15px}#CommonLightControl .LightAllContentWrapper #ColorPicker{padding:0}#CustomTogglesWrapper .TogglesButtonsWrapper{border:1px solid darkenHex(primaryColor,.4);width:100%}#CustomTogglesWrapper .TogglesButtonsWrapper .CustomToggleButton{font-size:14px;line-height:20px;font-weight:500;color:#fff;padding:8px 21px;background-color:#232424;box-shadow:0 1px 2px #1018280d;width:100%}#CustomTogglesWrapper .TogglesButtonsWrapper .CustomToggleButton.Mui-selected{background-color:darkenHex(primaryColor,.4)}#CustomTogglesWrapper .TogglesButtonsWrapper .CustomToggleButton.Mui-selected.MuiToggleButtonGroup-firstButton{border-top-left-radius:8px;border-bottom-left-radius:8px}#CustomTogglesWrapper .TogglesButtonsWrapper .CustomToggleButton.Mui-selected.MuiToggleButtonGroup-lastButton{border-top-right-radius:8px;border-bottom-right-radius:8px}#CustomTogglesWrapper .TogglesButtonsWrapper .CustomToggleButton:not(:first-child){border-left:2px solid darkenHex(primaryColor,.4)}#ShareContent{z-index:9997;width:481px}#ShareContent .PreviewAndApprovalPills{text-transform:none;color:#f2f2f2;border-radius:10px;min-height:36px;height:36px;font-weight:500;font-size:14px}#ShareContent .PreviewAndApprovalPills.Mui-selected{background-color:var(--primary-color);color:#f2f2f2}#ShareContent .MuiTabs-root{min-height:40px;background-color:#3e4746;border-radius:10px;padding:3px 2px;margin-bottom:20px}#ShareContent .MuiTabs-indicator{display:none}.LightPositionsWrapper,.LightSettingsWrapper{margin-block:32px}.LightSettingsWrapper .LightPropertyWrapper{flex-direction:column;margin-bottom:16px}.LightSettingsWrapper .LightPropertyWrapper:last-of-type{margin-bottom:0}.LightSettingsWrapper .LightPropertyWrapper .SliderInputWrapper{gap:20px}.LightSettingsWrapper .LightPropertyWrapper .SliderInputWrapper .MuiSlider-root{flex:1}.MaterialSidebar{background-color:#232323;border-radius:10px;width:322px;position:fixed!important;top:30px!important;right:358px!important;transform:none!important}.MaterialSidebar #CustomTabsWrapper .CustomTabs{margin-bottom:20px}.MaterialSidebar .MaterialSidebarTopWrapper{padding:15px}.MaterialSidebar .MaterialSidebarMiddlePart .SwatchLibraryButton{padding:8px 0}.MaterialSidebar .MaterialSidebarMiddlePart .SwatchLibraryButton .MuiButton-startIcon{margin-left:0}.MaterialSidebar .MaterialSidebarMiddlePart .SearchField{padding:15px 15px 0;width:100%}.MaterialSidebar .MaterialSidebarMiddlePart .MaterialsContainer{display:grid;grid-template-columns:repeat(4,1fr);grid-column-gap:16px;grid-row-gap:8px;padding:18px 17px}.MaterialSidebar .MaterialSidebarMiddlePart .MaterialsContainer .MaterialWrapper{padding:11px;background-color:#3e4746;border-radius:10px;transition:.3s all ease}.MaterialSidebar .MaterialSidebarMiddlePart .MaterialsContainer .MaterialWrapper .ImageWraper{height:38px;width:38px;position:relative}.MaterialSidebar .MaterialSidebarMiddlePart .MaterialsContainer .MaterialWrapper .ImageWraper img{width:100%;height:100%;object-fit:cover}.MaterialSidebar .MaterialSidebarMiddlePart .MaterialsContainer .MaterialWrapper .ImageWraper .MaterialName{color:#f2f2f2;font-weight:500;position:absolute;bottom:-6px;opacity:0;visibility:hidden;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:38px}.MaterialSidebar .MaterialSidebarMiddlePart .MaterialsContainer .MaterialWrapper:hover{background-color:#606868}.MaterialSidebar .MaterialSidebarMiddlePart .MaterialsContainer .MaterialWrapper:hover .ImageWraper .MaterialName{opacity:1;visibility:visible}.MaterialSidebar .MaterialSidebarMiddlePart #CommonAccordionWrapper{margin:15px 15px 24px;padding:0;max-height:65vh;overflow-y:auto}.MaterialSidebar .MaterialSidebarMiddlePart #CommonAccordionWrapper::-webkit-scrollbar{width:5px;border-radius:20px}.MaterialSidebar .MaterialSidebarMiddlePart #CommonAccordionWrapper::-webkit-scrollbar-thumb{background:#455a5b;border-radius:20px}.MaterialSidebar .MaterialSidebarMiddlePart #CommonAccordionWrapper::-webkit-scrollbar-track{background:transparent;border-radius:20px}.MaterialSidebar .MaterialSidebarMiddlePart #CommonAccordionWrapper .CommonAccordionInsideWrapper{margin-bottom:10px;background-color:transparent}.MaterialSidebar .MaterialSidebarMiddlePart #CommonAccordionWrapper .CommonAccordionInsideWrapper:last-of-type{margin-bottom:0}.MaterialSidebar .MaterialSidebarMiddlePart #CommonAccordionWrapper .CommonAccordionInsideWrapper #IndividualMaterialWrapper{gap:14px}.MaterialSidebar .MaterialSidebarMiddlePart #CommonAccordionWrapper .CommonAccordianContent .InsideMaterialWrapper{display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:15px;grid-row-gap:9px;padding:15px 15px 12px}.MaterialSidebar .MaterialSidebarMiddlePart #CommonAccordionWrapper .CommonAccordianContent .InsideMaterialWrapper .IndividualMaterialWrapper{flex-direction:column;gap:4px;padding:5px;background-color:#121212;justify-content:space-between;border-radius:5px;transition:.3s all ease}.MaterialSidebar .MaterialSidebarMiddlePart #CommonAccordionWrapper .CommonAccordianContent .InsideMaterialWrapper .IndividualMaterialWrapper:hover{background-color:#606868}.MaterialSidebar .MaterialSidebarMiddlePart #CommonAccordionWrapper .CommonAccordianContent .InsideMaterialWrapper .IndividualMaterialWrapper .ImageWraper{height:39px;width:39px}.MaterialSidebar .MaterialSidebarMiddlePart #CommonAccordionWrapper .CommonAccordianContent .InsideMaterialWrapper .IndividualMaterialWrapper .ImageWraper img{height:100%;width:100%;object-fit:cover}.MaterialSidebar .MaterialSidebarMiddlePart #CommonAccordionWrapper .CommonAccordianContent .InsideMaterialWrapper .IndividualMaterialWrapper .MaterialName{font-size:8px;line-height:18px;font-weight:500;color:#f2f2f2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:60px}.MaterialSidebar .MaterialSidebarMiddlePart #CommonAccordionWrapper .CommonAccordianContent .InsideMaterialWrapper p:only-child{grid-column:span 3;width:100%}.MaterialSidebar .MaterialSidebarBottomPart{border-top:1px solid #3e4746;padding:15px 0;text-align:center}.MaterialSidebar .MaterialSidebarBottomPart .SearchLibraryButton{padding:8px 2px}.MaterialSidebar .MaterialSidebarBottomPart .SearchLibraryButton .MuiButton-startIcon{margin-left:0}.BottomScreenOptions{align-items:center;gap:35px;padding:12px 24px;background:#232323;box-shadow:0 1px 2px #1018280d;border-radius:10px}.BottomScreenOptions .NoEffectIconButton{color:#fff;padding:3px!important}.BottomScreenOptions .NoEffectIconButton svg{font-size:18px}.performanceMonitor{position:absolute!important;top:30px!important;left:auto!important;right:370px!important;cursor:pointer!important;opacity:.9!important;z-index:10000!important;padding:1px;border-radius:1px;background-color:var(--primary-color)!important}.performanceMonitor.closed-sidebar{right:23px!important}.performanceMonitor canvas{background-color:red}.indicator-after{border-top:2px solid var(--primary-color);margin-top:-1px;position:absolute;width:100%;top:0;z-index:10}.indicator-before{border-bottom:2px solid var(--primary-color);margin-bottom:-1px;position:absolute;width:100%;bottom:0;z-index:10}.indicator-inside{box-shadow:inset 0 0 0 2px var(--primary-color);position:absolute;width:100%;height:100%;top:0;left:0;z-index:5;pointer-events:none}#SearchFrontBack .SearchField{margin-bottom:30px}#SearchFrontBack .ToggleButtons,#SearchFrontBack .ToggleButtons .MuiButtonGroup-root{width:100%}#SearchFrontBack .ToggleButtons .MuiButtonGroup-root .MuiButtonGroup-grouped{width:50%;box-shadow:none}#Uploadpopup{z-index:9999}#Uploadpopup .MuiDialog-paper{background-color:#232323;padding:30px;max-width:738px;z-index:999}#Uploadpopup .MuiDialog-paper .DialogHeader{align-items:center;justify-content:space-between}#Uploadpopup .MuiDialog-paper .DialogHeader .MuiTypography-root{font-weight:500}#Uploadpopup .MuiDialog-paper .SupportedFormat{font-weight:500;margin-top:4px;margin-bottom:50px}#Uploadpopup .MuiDialog-paper .ChipsWrapper{display:grid;grid-template-columns:1fr;grid-column-gap:18px;grid-row-gap:10px;margin-top:37px;box-shadow:0 1px 2px #1018280d}#Uploadpopup .MuiDialog-paper .ChipsWrapper .ToggleButtons .MuiButtonGroup-firstButton,#Uploadpopup .MuiDialog-paper .ChipsWrapper .ToggleButtons .MuiButtonGroup-middleButton{border-color:var(--primary-color)}#Uploadpopup .MuiDialog-paper .ChipsWrapper .ToggleButtons .MuiButtonGroup-grouped{border-radius:4px;min-width:70px;padding:5px 16px;font-size:12px;line-height:18px;font-weight:400}#Uploadpopup .MuiDialog-paper .ChipsWrapper .ToggleButtons .MuiButtonGroup-grouped.MuiButtonGroup-middleButton{border-radius:0}#Uploadpopup .MuiDialog-paper .ChipsWrapper .ToggleButtons .MuiButtonGroup-grouped.MuiButtonGroup-firstButton{border-top-right-radius:0;border-bottom-right-radius:0}#Uploadpopup .MuiDialog-paper .ChipsWrapper .ToggleButtons .MuiButtonGroup-grouped.MuiButtonGroup-lastButton{border-top-left-radius:0;border-bottom-left-radius:0}#FileUploadWrapper{padding:43px 24px;background-color:#121212;text-align:center;border-radius:12px;cursor:pointer;background-image:repeating-linear-gradient(-4deg,var(--primary-color),var(--primary-color) 20px,transparent 20px,transparent 35px,var(--primary-color) 35px),repeating-linear-gradient(86deg,var(--primary-color),var(--primary-color) 20px,transparent 20px,transparent 35px,var(--primary-color) 35px),repeating-linear-gradient(176deg,var(--primary-color),var(--primary-color) 20px,transparent 20px,transparent 35px,var(--primary-color) 35px),repeating-linear-gradient(266deg,var(--primary-color),var(--primary-color) 20px,transparent 20px,transparent 35px,var(--primary-color) 35px);background-size:2px 100%,100% 2px,2px 100%,100% 2px;background-position:0 0,0 0,100% 0,0 100%;background-repeat:no-repeat}#FileUploadWrapper .FileUploadIcon{display:inline-flex;padding:9px;border:1px solid darkenHex(primaryColor,.4);box-shadow:0 1px 2px #1018280d;background-color:#232424;border-radius:8px;margin-bottom:12px}#FileUploadWrapper .FileUploadIcon svg{color:var(--primary-color)}#FileUploadWrapper .HourGlassIcon{color:var(--primary-color);font-size:32px;margin-bottom:10px}#FileUploadWrapper .ClickText{color:#f2f2f2;margin-bottom:4px}#FileUploadWrapper .ClickText span{color:var(--primary-color);font-weight:600}#IndividualLayerWrapper{flex:1;align-items:center;justify-content:space-between;padding:8px 17px 8px 8px;background-color:#121212;border-radius:10px;gap:20px}#IndividualLayerWrapper .LeftWrapper{flex:1}#IndividualLayerWrapper .ImageWrapper{background-image:url(https://varius-cards.s3.us-west-1.amazonaws.com/Public/chipBGimage.png);height:34px;width:56px;display:flex;align-items:center;justify-content:center}#IndividualLayerWrapper .ImageWrapper img{max-width:33px;max-height:22px;object-fit:contain}#IndividualLayerWrapper input{background-color:#121212;font-size:14px;line-height:20px;font-weight:500;color:#fff;outline:none;border:none;transition:.3s all ease;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;flex:1}#IndividualLayerWrapper input.EditableName{border:1px solid #606868;border-radius:8px;padding:6px 12px}#IndividualLayerWrapper.DesignLayerWrapper{background-color:#232323;padding:8px 20px;border-radius:8px;transition:.3s all ease;position:relative}#IndividualLayerWrapper.DesignLayerWrapper:hover,#IndividualLayerWrapper.DesignLayerWrapper.ActiveLayer,#IndividualLayerWrapper.DesignLayerWrapper:hover input,#IndividualLayerWrapper.DesignLayerWrapper.ActiveLayer input{background-color:#3e3f3f}#IndividualLayerWrapper.DesignLayerWrapper:hover .SvgWrapper,#IndividualLayerWrapper.DesignLayerWrapper.ActiveLayer .SvgWrapper{background-color:#232424;opacity:1;visibility:visible}#IndividualLayerWrapper.DesignLayerWrapper:hover .IconsWrapper .NoEffectIconButton,#IndividualLayerWrapper.DesignLayerWrapper.ActiveLayer .IconsWrapper .NoEffectIconButton{opacity:1;visibility:visible}#IndividualLayerWrapper.DesignLayerWrapper.ActiveLayer .MageBoxIcon{color:var(--primary-color)}#IndividualLayerWrapper.DesignLayerWrapper.FolderName{background-color:#232323}#IndividualLayerWrapper.DesignLayerWrapper.FolderName:hover,#IndividualLayerWrapper.DesignLayerWrapper.FolderName.ActiveLayer,#IndividualLayerWrapper.DesignLayerWrapper.FolderName:hover input,#IndividualLayerWrapper.DesignLayerWrapper.FolderName.ActiveLayer input{background-color:#3e3f3f}#IndividualLayerWrapper.DesignLayerWrapper.FolderName:hover .SvgWrapper,#IndividualLayerWrapper.DesignLayerWrapper.FolderName.ActiveLayer .SvgWrapper{background-color:#232424;opacity:1;visibility:visible}#IndividualLayerWrapper.DesignLayerWrapper.FolderName:hover .IconsWrapper .NoEffectIconButton,#IndividualLayerWrapper.DesignLayerWrapper.FolderName.ActiveLayer .IconsWrapper .NoEffectIconButton{opacity:1;visibility:visible}#IndividualLayerWrapper.DesignLayerWrapper.FolderName input{background-color:#232323}#IndividualLayerWrapper.DesignLayerWrapper input{background-color:#232323;transition:.3s all ease;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:90px;display:block}#IndividualLayerWrapper.DesignLayerWrapper input.EditableName{max-width:160px;border:1px solid #606868;border-radius:8px;padding:6px 12px}#IndividualLayerWrapper.DesignLayerWrapper .SvgWrapper{position:absolute;width:11px;height:43px;left:0;padding:2px;background-color:#3e4746;border-radius:0 2px 2px 0;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:.3s all ease;opacity:0;visibility:hidden}#IndividualLayerWrapper.DesignLayerWrapper .SvgWrapper .MuiTypography-root{font-size:6px;line-height:10px;font-weight:400;color:#f2f2f2}#IndividualLayerWrapper.DesignLayerWrapper .IconsWrapper{gap:10px;align-items:center}#IndividualLayerWrapper.DesignLayerWrapper .IconsWrapper .NoEffectIconButton{opacity:0;visibility:hidden}#IndividualLayerWrapper.DesignLayerWrapper .IconsWrapper .NoEffectIconButton.LayerOff{opacity:1;visibility:visible}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.HourGlassIcon{animation:rotate 2s linear infinite}.versions-container{position:fixed;left:0;top:0;bottom:0;z-index:1000;display:flex}.versions-sidebar{width:275px;height:70vh;margin-top:33px;background-color:#1e1e1e;display:flex;flex-direction:column;border-top-right-radius:10px;border-bottom-right-radius:10px}.versions-header{padding:16px 20px;height:48px;border-bottom:1px solid #3e4746;box-sizing:border-box}.versions-header .versions-title{color:#fff;font-weight:600;font-size:14px}.versions-list{flex:1}.version-item{display:flex;align-items:center;height:48px;padding-left:25px;border-bottom:1px solid #3e4746;cursor:pointer;background-color:transparent;transition:all .15s ease}.version-item:hover{background-color:#2a2a2a}.version-item.active,.version-item.active:hover{background-color:#3e4746}.version-item.active .version-name{color:#fff}.version-item .version-name{font-size:14px;font-weight:400;color:#aaa}.toggle-button{width:27.05px;height:172px;margin-top:calc(-53px + 40vh);margin-left:1px;align-self:flex-start;background-color:#1e1e1e;border-radius:0 10px 10px 0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.toggle-button:hover{background-color:#2a2a2a}.toggle-button:hover .toggle-arrow{color:#fff}.toggle-button .toggle-arrow{color:#aaa;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.toggle-button .toggle-arrow.open{transform:rotate(0)}.toggle-button .toggle-arrow.closed{transform:rotate(180deg)}.toggle-button .toggle-arrow .chevron-icon{font-size:16px}.variations-dropdown{position:fixed;right:0;top:0;bottom:0;z-index:1000;display:flex}.variations-dropdown__toggle{width:27.05px;height:172px;margin-top:calc(-53px + 40vh);align-self:flex-start;background-color:#1e1e1e;border-radius:10px 0 0 10px;display:flex;margin-right:1px;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.variations-dropdown__toggle:hover{background-color:#2a2a2a}.variations-dropdown__toggle-icon{color:#aaa;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.variations-dropdown__toggle-icon:hover{color:#fff}.variations-dropdown__toggle-icon--rotated{transform:rotate(180deg)}.variations-dropdown__chevron{font-size:16px}.variations-dropdown__panel{width:275px;height:70vh;margin-top:33px;background-color:#1e1e1e;display:flex;flex-direction:column;border-top-left-radius:10px;border-bottom-left-radius:10px}.variations-dropdown__header{padding:16px 20px 8px;height:48px;border-bottom:1px solid #3e4746}.variations-dropdown__title{color:#fff!important;font-weight:600!important;font-size:14px!important}.variations-dropdown__content{flex:1;overflow:auto}.variations-dropdown__content::-webkit-scrollbar{width:6px}.variations-dropdown__content::-webkit-scrollbar-track{background:#2a2a2a}.variations-dropdown__content::-webkit-scrollbar-thumb{background:#555;border-radius:3px}.variations-dropdown__list{padding:0}.variations-dropdown__section-item{padding:0;border-bottom:1px solid #3e4746}.variations-dropdown__section-button{padding:12px 16px}.variations-dropdown__section-button:hover{background-color:#2a2a2a}.variations-dropdown__section-icon{min-width:32px}.variations-dropdown__star-icon{color:#fff}.variations-dropdown__section-text{color:#fff!important;font-size:14px!important;font-weight:500!important}.variations-dropdown__expand-icon{color:#fff;font-size:20px}.variations-dropdown__item{padding:0;border-bottom:1px solid #2a2a2a}.variations-dropdown__item-button{padding:8px 8px 8px 32px}.variations-dropdown__item-icon{min-width:24px}.variations-dropdown__item-text{color:#fff!important;font-size:13px!important;font-weight:400!important}.variations-dropdown__visibility-button--visible{color:#fff}.variations-dropdown__visibility-button--hidden{color:#666}.variations-dropdown__visibility-button:hover{background-color:#3a3a3a}.approval-dropdown{position:fixed;bottom:0;left:0;right:0;z-index:1000;display:flex;justify-content:center}.approval-dropdown__toggle{width:172px;height:27px;position:absolute;top:-27px;left:50%;transform:translate(-50%);background-color:#1e1e1e;border-top-left-radius:10px;border-top-right-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.approval-dropdown__toggle:hover{background-color:#2a2a2a}.approval-dropdown__toggle-icon{color:#aaa;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.approval-dropdown__toggle-icon:hover{color:#fff}.approval-dropdown__toggle-icon--rotated{transform:rotate(180deg)}.approval-dropdown__chevron{font-size:16px}.approval-dropdown__panel{width:60vw;min-height:20vh;background-color:#1e1e1e;display:flex;flex-direction:column;border-top-left-radius:10px;border-top-right-radius:10px;box-shadow:0 -4px 20px #0000004d;transition:all .2s ease}.approval-dropdown__header{padding:16px 20px 8px;height:48px;border-bottom:1px solid #444}.approval-dropdown__title{color:#fff!important;font-weight:600!important;font-size:14px!important}.approval-dropdown__content{flex:1;padding:20px;overflow:auto}.approval-dropdown__content::-webkit-scrollbar{width:6px}.approval-dropdown__content::-webkit-scrollbar-track{background:#2a2a2a}.approval-dropdown__content::-webkit-scrollbar-thumb{background:#555;border-radius:3px}.DescriptionBox{position:fixed;top:40px;left:300px;background-color:#232424;border-radius:10px;width:380px;height:117px;padding:16px;display:flex;align-items:flex-start;justify-content:flex-start;overflow-y:auto;overflow-x:hidden;z-index:10;word-wrap:break-word}.DescriptionBox .MuiTypography-root{font-size:14px;color:#fff;line-height:20px;word-break:break-word;white-space:pre-wrap;width:100%}.DescriptionBox.closeDescription{left:40px;top:40px}.expiryLink{position:fixed;top:0;left:50%;transform:translate(-50%);background-color:#232424;color:#fda29b;font-size:12px;font-weight:400;width:100%;text-align:center;height:22px;display:flex;align-items:center;justify-content:center;z-index:1000}.bottomOptoins{position:fixed;left:46.6%;top:70%}.bottomOptoins.closeBottom{top:90%}:root{--primary-color: #28a99e}
