html{height:100svh;width:100dvw;overflow:hidden}body,#root,#container{height:100%;width:100%;margin:0}html,body,*:not(input):not(textarea){-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@font-face{font-family:Samsung sharp sans medium;src:url(../fonts/samsungsharpsans.otf) format("opentype");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:Samsung sharp sans bold;src:url(../fonts/samsungsharpsans-medium.otf) format("opentype");font-weight:500;font-style:normal;font-display:block}@font-face{font-family:Samsung sharp sans strong;src:url(../fonts/samsungsharpsans-bold.otf) format("opentype");font-weight:700;font-style:normal;font-display:block}.device-unsupported-overlay{width:100vw;height:100vh;background-color:#0e0e0e73;display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;z-index:99999;font-family:Roboto,Montserrat,sans-serif}.system-warning-modal{background:#ffffff;width:500px;max-width:90%;min-height:240px;display:flex;flex-direction:column;box-shadow:0 10px 30px #0000001a;font-family:Samsung sharp sans medium,sans-serif}.system-warning-overlay{justify-content:center!important;padding-left:0!important}.system-warning-header{display:flex;align-items:center;padding:32px 32px 20px}.system-warning-title{font-size:22px;font-weight:400;color:#0e0e0e;margin:0;font-family:Samsung sharp sans strong,sans-serif}.system-warning-body{padding:0 32px 32px;font-size:15px;line-height:1.4;color:#000;text-align:left;flex-grow:1;font-family:Samsung sharp sans bold,sans-serif}.system-warning-footer{display:flex;justify-content:flex-end;padding:0 32px 32px}.system-warning-btn{min-width:65px;height:38px;display:flex;align-items:center;justify-content:center;cursor:pointer}.textButton{color:#fff;font-size:14px;padding:0 18px}@media screen and (max-width: 740px){.system-warning-header{padding:24px 24px 16px}.system-warning-title{font-size:20px}.system-warning-body{padding:0 24px 24px;font-size:15px}.system-warning-footer{padding:0 24px 24px}.system-warning-modal{min-height:200px}}html{height:-webkit-fill-available}body{padding:0;margin:0;font-family:Samsung sharp sans medium,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;background:#f3f4f6;overflow:hidden;color:#111827}h1,h2,h3,strong,b{font-weight:700}p,span,div{font-weight:400}div{overscroll-behavior:none}a{color:inherit}.app-container{width:100vw;height:100vh;position:relative}.needle-container{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.login-container{position:relative;width:100vw;height:100vh;background-color:#f4f6f9;overflow:hidden}.login-background-graphic{position:absolute;top:50%;left:55%;transform:translate(-50%,-50%);width:clamp(450px,50vw,900px);max-height:95vh;z-index:1;pointer-events:none;object-fit:contain}.login-content-wrapper{box-sizing:border-box;position:relative;z-index:2;display:grid;grid-template-columns:1fr auto;align-items:center;justify-content:space-between;height:100vh;width:100vw;margin:0 auto;padding:clamp(30px,8vh,100px) clamp(40px,8vw,120px)}.login-hero-text{align-self:start;justify-self:start;font-family:Samsung sharp sans bold,sans-serif}.login-hero-text h1{font-size:clamp(2.5rem,4vw,4.5rem);color:#b2bfd3;line-height:1.1;font-weight:700;letter-spacing:-.02em;margin:0}.login-card-container{width:clamp(340px,30vw,420px);align-self:center;font-family:Samsung sharp sans bold,sans-serif}.login-card{box-sizing:border-box;background:rgba(255,255,255,.65);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.8);border-radius:24px;padding:clamp(30px,5vh,50px) 35px clamp(25px,4vh,40px) 35px;box-shadow:0 20px 50px #0000000d;min-height:clamp(520px,75vh,650px);display:flex;flex-direction:column}.login-card h2{font-size:clamp(1.6rem,2vw,2.2rem);margin:0 0 8px;color:#000;font-weight:800;letter-spacing:-.02em}.login-card .subtitle{color:#1a1a1a;margin-top:0;margin-bottom:clamp(40px,6vh,60px);font-size:clamp(.95rem,1.1vw,1.05rem)}.error-message{display:flex;align-items:center;justify-content:center;text-align:center;gap:12px;color:#c9373d;padding:12px 16px;margin-top:35px;margin-bottom:16px;font-size:clamp(.95rem,1.1vw,1.05rem);font-family:Samsung sharp sans medium,sans-serif;font-weight:600;animation:fadeIn .3s ease-in-out}.error-message svg{width:22px;height:22px;flex-shrink:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.login-card form{display:flex;flex-direction:column;flex-grow:1}.input-group{display:flex;flex-direction:column;margin-bottom:24px}.input-group input{box-sizing:border-box;width:100%;padding:15px 16px;border:1px solid rgba(200,205,215,.8);border-radius:10px;font-size:clamp(.9rem,.95vw,1rem);background-color:#fff;color:#000;transition:all .2s ease;font-family:Samsung sharp sans medium,sans-serif;font-weight:600}.input-group input[type=password]{font-size:1.2rem;letter-spacing:1px;font-family:Verdana,sans-serif;color:#757575}.input-group input[type=password]::placeholder{font-size:clamp(.95rem,1vw,1.05rem);letter-spacing:normal;font-family:Samsung sharp sans medium,sans-serif;color:#aab3c6}.input-group input.input-error{border:1px solid #d56468;background-color:#fff}.input-group input.input-error:focus{border-color:#d56468;box-shadow:none}.input-group input::placeholder{color:#aab3c6}.input-group input:focus{outline:none;background-color:#fff;border-color:#ff30b4;color:#000;box-shadow:none}.input-group input[type=password]:focus{color:#757575}.input-group input:focus::placeholder{color:#aab3c6}.field-error-text{color:#c9373d;font-size:.8rem;font-family:Samsung sharp sans medium,sans-serif;margin-top:6px;margin-left:4px;font-weight:600;animation:fadeIn .2s ease-in-out}.forgot-password-container{display:flex;justify-content:flex-end;margin-top:4px;margin-bottom:16px}.forgot-password-link{font-family:Samsung sharp sans medium,sans-serif;font-size:.83rem;font-weight:600;color:#000;text-decoration:none}.forgot-password-link:hover{text-decoration:underline}.signup-prompt{font-family:Samsung sharp sans medium,sans-serif;font-weight:600;font-size:.85rem;text-align:center;margin-top:auto;margin-bottom:60px;color:#000}.signup-prompt a{font-family:Samsung sharp sans bold,sans-serif;color:#000;font-weight:700;text-decoration:none}.login-button{width:100%;padding:clamp(12px,2vh,16px);background-color:#000;color:#fff;border:none;border-radius:30px;font-size:clamp(.95rem,1.2vw,1.05rem);font-weight:700;cursor:pointer;transition:background-color .2s,transform .1s;font-family:Samsung sharp sans medium,sans-serif;min-height:48px}.login-button:hover:not(:disabled){background-color:#222}.login-button:active:not(:disabled){transform:scale(.98)}.login-button:disabled{opacity:.7;cursor:not-allowed}.btn-loading-state{display:flex;align-items:center;justify-content:center;gap:10px}.btn-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 900px){.login-content-wrapper{grid-template-columns:1fr;grid-template-rows:auto 1fr;justify-content:center;padding:6vh 6vw;gap:40px}.login-hero-text{align-self:center;justify-self:center;margin-top:0}.login-hero-text h1{text-align:center;font-size:clamp(2.5rem,6vw,3.5rem)}.login-background-graphic{left:50%;width:120vw;max-width:800px;opacity:.6}.login-card-container{justify-self:center;align-self:center;width:100%;max-width:400px}.login-card{min-height:auto}.signup-prompt{margin-top:60px}}span,p{font-family:inherit;font-weight:inherit;margin:0;line-height:normal}.sidebar{width:250px;height:100vh;background-color:#fff;border-right:1px solid #eaeaea;display:flex;flex-direction:column;flex-shrink:0;transition:width .3s ease}.brand{display:flex;align-items:center;padding:32px 20px;border-bottom:1px solid #eaeaea;gap:12px;overflow:hidden}.brand img{width:52px;height:auto;object-fit:contain;flex-shrink:0}.brand-text{display:flex;flex-direction:column;justify-content:center;white-space:nowrap}.brand-title-light{font-size:15px;font-family:Samsung sharp sans medium,sans-serif;font-weight:600;color:#121212;line-height:1.2}.brand-title-bold{font-size:16px;font-family:Samsung sharp sans bold,sans-serif;font-weight:700;color:#121212;line-height:1.2;margin-top:2px}.menu{padding:24px 16px;display:flex;flex-direction:column;gap:6px;flex:1;overflow-y:auto}.menu-item{display:flex;align-items:center;padding:10px 16px;border-radius:8px;cursor:pointer;gap:16px;color:#121212;font-size:13px;font-family:Samsung sharp sans medium,sans-serif;font-weight:600;transition:all .2s ease;white-space:nowrap;overflow:hidden}.menu-item span{display:inline-flex;align-items:center;line-height:1;padding-top:2px}.menu-item:hover{background-color:#f9fafb}.menu-item img{width:20px;height:20px;object-fit:contain;flex-shrink:0}.menu-item.active{background-color:#fce4ec;color:#e91e63;font-weight:600}.menu-item.active img{filter:invert(29%) sepia(92%) saturate(3015%) hue-rotate(320deg) brightness(92%) contrast(98%)}.submenu{display:flex;flex-direction:column;padding-left:48px;margin:0}.submenu-item{display:flex;align-items:center;gap:12px;padding:10px 0;font-size:13px;font-family:Samsung sharp sans medium,sans-serif;font-weight:600;color:#121212;cursor:pointer;transition:color .2s}.submenu-item.active{color:#e91e63;font-weight:700}.submenu-item img{width:20px;height:20px;opacity:.8;object-fit:contain}.submenu-item.active img{opacity:1;filter:invert(29%) sepia(92%) saturate(3015%) hue-rotate(320deg) brightness(92%) contrast(98%)}.submenu-item:hover{color:#4b5563}.submenu-item.active:hover{color:#e91e63}@media (max-width: 768px){.sidebar{width:80px}.brand{justify-content:center;padding-left:0;padding-right:0}.brand-text{display:none}.menu-item{justify-content:center;padding-left:0;padding-right:0}.menu-item span,.submenu{display:none}}.logout-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0006;display:flex;justify-content:center;align-items:center;z-index:1000;font-family:Samsung sharp sans medium,sans-serif}.logout-modal-card{width:440px;background-color:#fff;border-radius:16px;padding:56px 32px;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;box-sizing:border-box}.logout-modal-icon-wrapper{margin-bottom:36px;display:flex;justify-content:center;align-items:center}.logout-modal-icon{width:56px;height:56px;object-fit:contain}.logout-modal-heading{font-family:Samsung sharp sans medium,sans-serif;font-size:20px;font-weight:600;color:#121212;line-height:1.3;margin:0 0 16px}.logout-modal-btn-container{display:flex;gap:60px;justify-content:center;width:100%;margin-top:40px}.logout-modal-btn{background:none;border:none;padding:8px 16px;font-family:Samsung sharp sans medium,sans-serif;font-size:18px;font-weight:600;color:#121212;cursor:pointer;transition:color .2s}.logout-modal-btn:hover{color:#f02c9e}.user-menu-container{position:relative}.user-avatar{width:40px;height:40px;border-radius:50%;background:#9e9e9e;color:#fff;border:none;cursor:pointer;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;font-family:Samsung sharp sans medium,sans-serif;transition:.2s ease}.user-avatar:hover{transform:scale(1.05)}.user-dropdown{position:absolute;top:calc(100% + 12px);right:0;width:200px;background:#ffffff;border-radius:18px;padding:24px;box-shadow:0 10px 30px #00000014;z-index:100;animation:dropdownAnim .2s ease}@keyframes dropdownAnim{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.user-info{display:flex;flex-direction:column}.user-name{font-size:20px;font-family:Samsung sharp sans bold,sans-serif;color:#111;line-height:1.2;font-weight:600}.user-role{font-size:12px;font-weight:600;color:#8c8c8c;margin-top:4px;font-family:Samsung sharp sans medium,sans-serif}.user-email{font-size:13px;color:#3b3b3b;margin-top:16px;font-weight:600;word-break:break-word;font-family:Samsung sharp sans medium,sans-serif}.org-switch-wrapper{position:relative;margin-top:16px;width:fit-content}.switch-org-btn{height:30px;padding:0 12px;border-radius:7px;border:1px solid #bdbdbd;background:#ffffff;display:flex;align-items:center;gap:16px;cursor:pointer;font-size:12px;font-weight:600;color:#111;font-family:Samsung sharp sans medium,sans-serif;transition:.2s ease}.switch-org-btn:hover{background:#f8f8f8}.notification-dot{position:absolute;top:-3px;left:45%;width:6px;height:6px;border-radius:50%;background:red}.dropdown-divider{width:100%;height:1px;background:#dddddd;margin:20px 0}.sidebar-item{width:100%;border:none;background:transparent;text-align:left;padding:8px 0;cursor:pointer;font-size:15px;font-weight:600;color:#000;font-family:Samsung sharp sans medium,sans-serif;transition:.2s ease}.sidebar-item:hover{opacity:.7}.sidebar-item.logout{margin-top:2px}.arrow{display:flex;align-items:center;font-size:12px;font-weight:600}.dashboard{display:flex;height:100vh;background-color:#f4f6f9;overflow:hidden;font-family:Samsung sharp sans medium,sans-serif}.main-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.top-bar{padding:32px 36px 24px;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.content{padding:34px 36px 20px;display:flex;flex-direction:column;flex:1;overflow:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.content::-webkit-scrollbar{width:6px}.content::-webkit-scrollbar-track{background:transparent}.content::-webkit-scrollbar-thumb{background:#D1D5DB;border-radius:10px}.content::-webkit-scrollbar-thumb:hover{background:#9CA3AF}.top-bar-left{display:flex;align-items:center;gap:16px}.search{display:flex;align-items:center;background-color:#fff;border-radius:6px;padding:10px 16px;width:350px;gap:12px;border:1px solid #D1D5DB;transition:all .2s ease}.search:focus-within{border-color:#f02c9e}.search img{width:16px;height:16px;opacity:.5}.search input{border:none;outline:none;background:transparent;font-size:14px;width:100%;color:#121212;font-family:Samsung sharp sans medium,sans-serif;font-weight:600}.search input::placeholder{color:#9ca3af}.create-new-btn{background-color:#f02c9e;color:#fff;border:none;border-radius:6px;padding:10px 20px;font-family:Samsung sharp sans medium,sans-serif;font-weight:600;font-size:14px;cursor:pointer;transition:background-color .2s;white-space:nowrap}.create-new-btn:hover{background-color:#d02086}.empty-state-container{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;text-align:center;margin-top:-60px}.empty-state-icon{width:150px;height:150px;object-fit:contain;margin-bottom:15px}.empty-state-title{font-size:28px;font-family:Samsung Sharp Sans medium,sans-serif;color:#121212;margin-bottom:8px;margin-top:0;letter-spacing:-.3px}.empty-state-subtitle{font-size:14px;font-family:Samsung sharp sans medium,sans-serif;font-weight:600;color:#121212;line-height:1.5;margin:0}.stats-row{display:flex;flex-wrap:wrap;gap:24px;margin-bottom:48px;flex-shrink:0}.stat-card{background-color:#fff;border-radius:12px;padding:18px 28px;border:1px solid #E5E7EB;box-shadow:0 4px 6px #00000005;width:300px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;cursor:pointer}.stat-card:hover{border-color:#f02c9e;box-shadow:0 6px 12px #f02c9e1a}.stat-card.active{border:2px solid #F02C9E;background-color:#fdf2f8}.stat-number{color:#f02c9e;font-size:48px;font-family:Samsung sharp sans medium,sans-serif;font-weight:700;margin-bottom:4px;line-height:1}.stat-title{color:#121212;font-size:18px;font-family:Samsung sharp sans bold,sans-serif;font-weight:700;margin-bottom:8px;letter-spacing:-.3px}.stat-subtitle{color:#121212;font-size:13px;font-weight:600}.title{color:#f02c9e;font-size:36px;font-family:Samsung sharp sans bold,sans-serif;font-weight:700;margin-bottom:8px;margin-top:0;letter-spacing:-.5px;flex-shrink:0}.subtitle{color:#121212;font-size:15px;margin-bottom:24px;margin-top:0;font-weight:600;flex-shrink:0}.grid{display:flex;flex-wrap:wrap;gap:24px;pointer-events:auto;overflow-y:auto;max-height:calc(100vh - 320px);padding-right:6px;margin-right:15px;overscroll-behavior:contain}.grid::-webkit-scrollbar{width:6px}.grid::-webkit-scrollbar-thumb{background:#D1D5DB;border-radius:10px}.card{background-color:#fff;border-radius:12px;border:1px solid #E5E7EB;overflow:visible;display:flex;flex-direction:column;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 6px #00000005;width:320px;box-sizing:border-box}.card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000014}.card-image{height:180px;background-color:#f8f9fa;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.card-badge{position:absolute;top:12px;left:12px;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:600;font-family:Samsung sharp sans medium,sans-serif}.status-progress{background-color:#efece6;color:#7d6b5a}.status-approved{background-color:#d1fae5;color:#059669}.status-review{background-color:#fef3c7;color:#d97706}.card-text{padding:18px 20px;border-top:1px solid #E5E7EB;background-color:#fff}.card-text h3{font-size:16px;font-family:Samsung sharp sans bold,sans-serif;font-weight:700;color:#121212;margin-bottom:6px;margin-top:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-text span{font-size:13px;font-family:Samsung sharp sans medium,sans-serif;font-weight:600;color:#a3a3a3}.flex-dir-flex{display:flex;flex-direction:row}.projectView-content{width:400px;margin-top:20px;margin-left:20px;margin-bottom:20px;background-color:#fff;border-radius:24px;flex-shrink:0}.project-Image{flex:1;display:flex;align-items:center;justify-content:center}.project-Image img{max-width:75%;max-height:75%;object-fit:contain}.projectView-content .inner-container{display:flex;flex-direction:column;margin:0 15px;height:calc(100% - 30px)}.backButton{width:40px;height:40px;margin-top:15px;display:flex;justify-content:flex-start;align-items:center;cursor:pointer}.backButton img{height:30px}.productName{font-family:Samsung sharp sans medium,sans-serif;font-size:18px;font-weight:600;margin-top:25px;color:#8b8b8b}.modelName{font-family:Samsung sharp sans strong,sans-serif;font-size:36px;margin-top:5px;padding:5px 0;color:#000}.projectType{font-family:Samsung sharp sans medium,sans-serif;font-size:18px;font-weight:600;margin-top:5px;color:#8b8b8b}.projectStatusContainer{margin-top:25px;display:flex;justify-content:flex-start;gap:15px}.projectStatusContainer .projectStatus{height:40px;display:flex;justify-content:center;align-items:center;font-family:Samsung sharp sans bold,sans-serif;font-size:14px;background-color:#f0ede5;color:#78776f;border-radius:8px;padding:0 10px}.projectStatusContainer .projectVersion{height:40px;display:flex;justify-content:center;align-items:center;font-family:Samsung sharp sans bold,sans-serif;font-size:16px;color:#000}.actionButtons{display:flex;flex-direction:column;gap:12px;margin-top:auto}.actionButtons .btnPrimary{width:100%;height:52px;background:#f02c9e;color:#fff;border:none;border-radius:10px;font-family:Samsung sharp sans bold,sans-serif;font-size:15px;cursor:pointer;transition:background .2s ease}.actionButtons .btnPrimary:hover{background:#f02c9e;opacity:95%}.btnOutline{width:100%;height:52px;background:#fff;color:#f02c9e;border:1.5px solid #f02c9e;border-radius:10px;font-family:Samsung sharp sans bold,sans-serif;font-size:15px;cursor:pointer;transition:background .2s ease,color .2s ease}.btnOutline:hover:not(:disabled){background:#fdf0f6}.btnOutline:disabled{opacity:.5;cursor:not-allowed;background:#fff}.versionHistoryDropdownContainer label{font-weight:600}@media (max-width: 1499px) and (min-width: 1281px){.projectView-content{width:360px}.modelName{font-size:30px}}@media (max-width: 1280px) and (min-width: 1025px){.projectView-content{width:320px}.modelName{font-size:26px}.productName,.projectType{font-size:16px}.actionButtons{gap:10px}.btnPrimary,.btnOutline{height:46px;font-size:14px}}@media (max-width: 1024px){.flex-dir-flex{flex-direction:column}.projectView-content{width:calc(100% - 40px)}.project-Image{height:300px}}@media (max-height: 800px){.productName{font-size:16px;margin-top:15px}.modelName{font-size:30px;margin-top:3px}.projectType{font-size:16px;margin-top:3px}.projectStatusContainer{margin-top:15px}.projectStatusContainer .projectStatus,.projectStatusContainer .projectVersion{height:34px;font-size:13px}.versionHistoryDropdownContainer{margin-top:20px}.actionButtons{gap:8px}.btnPrimary,.btnOutline{height:46px;font-size:14px}.backButton{margin-top:10px}}@media (max-height: 700px){.productName{font-size:14px;margin-top:10px}.modelName{font-size:24px}.projectType{font-size:14px}.projectStatusContainer{margin-top:10px}.projectStatusContainer .projectStatus,.projectStatusContainer .projectVersion{height:30px;font-size:12px}.versionHistoryDropdownContainer{margin-top:14px}.versionHistoryDropdownContainer label{font-size:12px;margin-bottom:6px}.actionButtons{gap:6px}.btnPrimary,.btnOutline{height:40px;font-size:13px;border-radius:8px}.backButton{height:32px;width:32px;margin-top:8px}.backButton img{height:24px}}.versionHistoryDropdownContainer{margin-top:40px;display:flex;flex-direction:column}.versionHistoryDropdownContainer label{font-family:Samsung sharp sans medium,sans-serif;font-size:14px;color:#969696;margin-bottom:10px}.selectWrapper{position:relative}.dropdownTrigger{display:flex;align-items:center;justify-content:space-between;width:100%;height:50px;padding:0 14px;border:1.5px solid #969696;border-radius:5px;background:#fff;cursor:pointer;font-family:Samsung sharp sans strong,sans-serif;font-size:16px;color:#000}.dropdownTrigger.open{border-color:#c8006a;border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.selectArrow{width:18px;transition:transform .2s ease}.selectArrow.rotated{transform:rotate(180deg)}.dropdownPanel{position:absolute;top:100%;left:0;right:0;border:1.5px solid #c8006a;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background:#fff;z-index:100;padding-bottom:8px}.dropdownDivider{height:1px;background-color:#d1d5db;margin:0 14px}.dropdownScrollArea{max-height:196px;overflow-y:auto;margin-top:4px;margin-right:21px}.dropdownRow{display:grid;grid-template-columns:1fr 1.5fr 1fr;align-items:center;height:49px;padding:0 0 0 14px;cursor:pointer;border-bottom:1px solid #f0f0f0}.dropdownRow:last-child{border-bottom:none}.dropdownRow:hover{background:#fdf0f6}.versionLabel{font-family:Samsung sharp sans strong,sans-serif}.versionDate{color:#555;text-align:center}.versionAuthor{color:#555;text-align:left}.dropdownScrollArea::-webkit-scrollbar{width:4px}.dropdownScrollArea::-webkit-scrollbar-thumb{background:#c8006a;border-radius:2px}.dropdownScrollArea::-webkit-scrollbar-track{background:transparent}@media (max-width: 1280px) and (min-width: 1025px){.dropdownTrigger{height:44px;font-size:15px}.dropdownRow{height:44px}.dropdownScrollArea{max-height:176px}}@media (max-height: 800px){.dropdownTrigger{height:44px}.dropdownRow{height:42px}.dropdownScrollArea{max-height:168px}}@media (max-height: 700px){.dropdownTrigger{height:38px;font-size:14px}.dropdownRow{height:38px;font-size:13px}.dropdownScrollArea{max-height:152px}}.common-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0006;display:flex;justify-content:center;align-items:center;z-index:1000;font-family:Samsung sharp sans medium,sans-serif}.common-modal-wrapper{width:440px;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border-radius:16px;background-color:transparent}.common-modal-card{background-color:#fff;border:1px solid #E5E7EB;border-radius:16px;position:relative}.common-modal-header-layer{z-index:1;padding:20px 24px 32px;border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.common-modal-title{font-family:Samsung sharp sans bold,sans-serif;font-size:16px;font-weight:700;color:#121212;margin:0}.common-modal-body-layer{z-index:2;margin-top:-16px;padding:40px 32px 32px;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:none}.common-icon-wrapper{margin-bottom:24px}.common-icon{width:56px;height:56px}.common-modal-heading{font-family:Samsung sharp sans medium,sans-serif;font-size:18px;font-weight:600;color:#121212;line-height:1.3;margin:0 0 12px}.common-modal-text{font-family:Samsung sharp sans medium,sans-serif;font-size:14px;font-weight:600;color:#a3a3a3;margin:10px 0 40px}.common-modal-btn-container{display:flex;gap:40px;justify-content:center;width:100%}.common-modal-btn{background:none;border:none;padding:8px 16px;font-family:Samsung sharp sans medium,sans-serif;font-size:18px;font-weight:600;color:#121212;cursor:pointer;transition:color .2s}.common-modal-btn:hover{color:#f02c9e}.loading-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0006;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:1000;font-family:Samsung sharp sans medium,sans-serif}.loading-logo-wrapper{margin-bottom:24px}.loading-logo-mark{width:90px;height:auto;object-fit:contain}.loading-progress-track{width:320px;height:4px;background-color:#fff;border-radius:4px;margin-bottom:24px;position:relative;overflow:hidden}.loading-progress-indicator{position:absolute;top:0;left:0;height:100%;background:linear-gradient(90deg,#F02C9E 0%,#FF7EB3 100%);border-radius:4px;transition:width .1s linear}.loading-modal-text{color:#fff;font-size:20px;text-align:center;line-height:1.4;font-weight:600;text-shadow:0 2px 4px rgba(0,0,0,.2)}.org-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0006;display:flex;justify-content:center;align-items:center;z-index:1000;font-family:Samsung sharp sans medium,sans-serif}.org-modal-card{width:440px;background-color:#fff;border-radius:16px;padding:56px 32px;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;box-sizing:border-box}.org-modal-icon-wrapper{margin-bottom:36px}.org-modal-icon{width:72px;height:72px;object-fit:contain}.org-modal-heading{font-family:Samsung sharp sans medium,sans-serif;font-size:20px;font-weight:600;color:#121212;line-height:1.3;margin:0 0 24px}.org-modal-text{font-family:Samsung sharp sans medium,sans-serif;font-size:14px;font-weight:600;color:#121212;margin:0}.org-modal-btn-container{display:flex;gap:60px;justify-content:center;width:100%;margin-top:40px}.org-modal-btn{background:none;border:none;padding:8px 16px;font-family:Samsung sharp sans medium,sans-serif;font-size:18px;font-weight:600;color:#121212;cursor:pointer;transition:color .2s}.org-modal-btn:hover{color:#f02c9e}.create-org-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;z-index:1000}.create-org-modal{width:380px;background:#ffffff;border-radius:20px;padding:24px 32px 32px;position:relative;font-family:Samsung sharp sans bold,sans-serif}.close-modal-btn{position:absolute;top:24px;right:24px;border:none;background:transparent;font-size:22px;cursor:pointer;color:#777}.create-org-modal h2{font-size:24px;margin-bottom:8px}.modal-subtitle{font-size:12px;color:#000;margin-bottom:32px;font-weight:600;font-family:Samsung sharp sans medium,sans-serif}.modal-field{margin-bottom:24px}.modal-field label{display:block;margin-bottom:10px;font-family:Samsung sharp sans bold,sans-serif;font-size:14px;font-weight:600}.modal-field input,.modal-field select{width:100%;height:46px;border:1px solid #D1D5DB;border-radius:8px;padding:0 14px;font-size:14px;font-family:Samsung sharp sans medium,sans-serif;outline:none;box-sizing:border-box}.modal-field input::placeholder{color:#9ca3af;font-family:Samsung sharp sans medium,sans-serif;font-size:14px;font-weight:400}.modal-field input{color:#000;font-family:Samsung sharp sans bold,sans-serif;font-size:14px;font-weight:500}.modal-field input:focus,.modal-field select:focus{border:2px solid #FF2D96}.invite-row{display:flex;align-items:flex-start;gap:10px}.invite-input{color:#6b7280;font-family:Samsung sharp sans medium,sans-serif;font-size:14px}.add-btn{width:70px;height:46px;flex-shrink:0;border:1px solid #D1D5DB;border-radius:8px;background:#F9FAFB;font-family:Samsung sharp sans medium,sans-serif;font-weight:600;cursor:pointer}.add-btn:hover{border:2px solid #FF2D96;border-color:#ff2d96;color:#ff2d96;background-color:#f2f2f2;outline:none}.create-org-btn{width:100%;height:70px;border:none;border-radius:10px;background:#FF2D96;color:#fff;font-family:Samsung sharp sans medium,sans-serif;font-size:14px;font-weight:600;margin-top:60px;cursor:pointer}.custom-select-wrapper{position:relative;width:100%;font-family:Samsung sharp sans bold,sans-serif}.industry-select{width:100%;height:46px;border:1px solid #D1D5DB;border-radius:8px;padding:0 45px 0 14px;font-size:14px;font-family:Samsung sharp sans bold,sans-serif;font-weight:800;background-color:#fff;appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;background-image:none!important;outline:none;cursor:pointer}.industry-select::-ms-expand{display:none}.select-arrow{position:absolute;right:14px;top:50%;transform:translateY(-50%);width:20px;height:20px;pointer-events:none}.invite-members-field{margin-top:24px;font-family:Samsung sharp sans bold,sans-serif}.close{width:20px;height:20px;margin-top:22px}.invite-input-wrapper{flex:1;min-height:46px;width:100%;border:1px solid #D1D5DB;border-radius:8px;padding:0 6px;box-sizing:border-box;display:flex;align-items:center;flex-wrap:wrap;gap:8px;background-color:#fff}.invite-input{border:none!important;outline:none;min-width:120px;flex:1;font-size:14px;font-family:Samsung sharp sans medium,sans-serif;font-weight:400;color:#6b7280;background:transparent}.invite-input::placeholder{color:#9ca3af;font-size:14px;font-family:Samsung sharp sans medium,sans-serif;font-weight:400;position:relative;left:-5px}.email-tag{position:relative;background-color:#ffe4f1;color:#ff2d96;padding:5px 18px 5px 8px;border-radius:4px;font-size:13px;font-family:Samsung sharp sans medium,sans-serif;display:flex;align-items:center;max-width:fit-content;line-height:1.2;margin-top:10px}.remove-email-btn{position:absolute;top:-5px;right:-5px;width:14px;height:14px;border:none;border-radius:50%;background-color:#ff2d96;color:#fff;font-size:10px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.custom-dropdown{position:relative;width:100%}.dropdown-header{height:46px;border:1px solid #dddfe3;border-radius:8px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;background:#ffffff;cursor:pointer;font-size:14px;font-family:Samsung sharp sans bold,sans-serif;position:relative}.dropdown-header.active{border:2px solid #FF2D96;border-bottom:0px solid #D1D5DB;border-bottom-left-radius:0;border-bottom-right-radius:0}.arrow-rotate{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;right:0;margin-top:0;background:#ffffff;border:2px solid #FF2D96;border-top:none;border-bottom-left-radius:8px;border-bottom-right-radius:8px;overflow:hidden;z-index:100}.dropdown-header.open{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:none;position:relative}.dropdown-header.active:after{content:"";position:absolute;bottom:0;left:10px;right:10px;height:1px;background:#D1D5DB}.dropdown-item{padding:10px 15px;font-size:14px;font-family:Samsung sharp sans medium,sans-serif;cursor:pointer}.dropdown-item:hover{background:#FFF5FB}.dropdown-arrow{width:20px;height:20px;pointer-events:none}.table-container-org{flex:1;overflow-y:auto;background-color:#fff;border-radius:4px;padding:0 24px;box-shadow:0 2px 4px #00000005}.table-container-org::-webkit-scrollbar{width:6px}.table-container-org::-webkit-scrollbar-track{background:transparent}.table-container-org::-webkit-scrollbar-thumb{background:#D1D5DB;border-radius:10px}.table-container-org::-webkit-scrollbar-thumb:hover{background:#9CA3AF}.org-table{width:100%;border-collapse:collapse;text-align:left}.org-table th{position:sticky;top:0;background-color:#fff;padding:24px 16px 16px 0;font-size:13px;color:#121212;font-family:Samsung sharp sans medium,sans-serif;font-weight:600;border-bottom:1px solid #D1D5DB;z-index:10}.org-table td{padding:24px 16px 24px 0;font-size:13px;color:#121212;font-family:Samsung sharp sans medium,sans-serif;font-weight:600;border-bottom:1px solid #F3F4F6;vertical-align:middle}.org-name-cell{display:flex;align-items:center;gap:12px;padding-left:24px;font-family:Samsung sharp sans bold,sans-serif;font-weight:700;font-size:14px}.org-icon{width:25px;height:25px;background-color:#e5e7eb;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.org-icon svg{stroke:#4b5563;width:14px;height:14px}.highlight-org-row td{background-color:#fde7f3!important}.highlight-org-row td:first-child{padding-left:0!important}.org-text-active{color:#ff2d96!important}.org-icon-active{background-color:#ff2d96}.org-icon-active svg{stroke:#fff}.orglogo{width:25px;height:25px}.org-action-buttons{display:flex;align-items:center;gap:10px}.edit-org-btn{height:24px;padding:0 10px;border:1px solid #D1D5DB;border-radius:8px;background:#ffffff;color:#6b7280;font-size:12px;font-family:Samsung sharp sans medium,sans-serif;cursor:pointer}.leave-org-btn{height:24px;padding:0 12px;border:1px solid #FF6B6B;border-radius:8px;background:#ffffff;color:#ff6b6b;font-size:12px;font-family:Samsung sharp sans medium,sans-serif;cursor:pointer}.members-table-container{flex:1;overflow-y:auto;background-color:#fff;border-radius:4px;padding:0 24px;box-shadow:0 2px 4px #00000005}.members-table-container::-webkit-scrollbar{width:6px}.members-table-container::-webkit-scrollbar-track{background:transparent}.members-table-container::-webkit-scrollbar-thumb{background:#D1D5DB;border-radius:10px}.members-table-container::-webkit-scrollbar-thumb:hover{background:#9CA3AF}.members-table{width:100%;border-collapse:collapse;text-align:left}.members-table th{position:sticky;top:0;background-color:#fff;padding:24px 16px 16px 0;font-size:13px;color:#121212;font-family:Samsung sharp sans medium,sans-serif;font-weight:600;border-bottom:1px solid #D1D5DB;z-index:10}.members-table td{padding:24px 16px 24px 0;font-size:13px;color:#121212;font-family:Samsung sharp sans medium,sans-serif;font-weight:600;border-bottom:1px solid #F3F4F6;vertical-align:middle}.member-name-cell{display:flex;align-items:center;gap:12px;padding-left:24px;font-family:Samsung sharp sans bold,sans-serif;font-weight:700;font-size:14px}.member-avatar{width:28px;height:28px;min-width:28px;min-height:28px;border-radius:50%;background-color:#e5e7eb;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#4b5563;font-size:11px;font-family:Samsung sharp sans medium,sans-serif;box-sizing:border-box}.members-title{font-size:42px;font-family:Samsung sharp sans bold,sans-serif;color:#ff2d96;margin-bottom:8px}.members-subtitle{font-size:15px;color:#4b5563;margin-bottom:24px;font-family:Samsung sharp sans medium,sans-serif}.invite-btn{background:#FF2D96;color:#fff;border:none;padding:10px 18px;border-radius:8px;font-size:13px;cursor:pointer;font-family:Samsung sharp sans medium,sans-serif}.owner-btn{border:1px solid #D1D5DB;background:#fff;border-radius:10px;padding:6px 14px;font-size:12px;font-family:Samsung sharp sans medium,sans-serif;color:#4b5563}.status-active{color:#121212}.table-header-with-icon{display:flex;align-items:center;gap:30px;font:inherit;color:inherit}.table-header-with-icon img{width:15px;height:17px;object-fit:contain}.highlight-row td:first-child{padding-left:0!important}.highlight-row td{background-color:#fde7f3!important}.guest-text{color:#ff2d96!important}.guest-avatar{background-color:#ff2d96;color:#fff}.role-select{border:1px solid #D1D5DB;border-radius:8px;padding:6px 32px 6px 12px;font-size:12px;font-family:Samsung sharp sans medium,sans-serif;background-color:#fff;color:#121212;outline:none;cursor:pointer}.guest-role-select{border:1px solid #FF6B6B;color:#ff2d96;border-radius:8px;width:100px;height:25px;padding:0 10px;font-size:13px}.remove-btn{border:1px solid #FF6B6B;background:#ffffff;color:#ff6b6b;border-radius:20px;padding:6px 14px;font-size:12px;font-family:Samsung sharp sans medium,sans-serif;cursor:pointer}.owner-btn-active{border-color:#ff2d96;color:#ff2d96}.top-header{position:absolute;top:0;left:20px;right:20px;background-color:transparent;display:flex;justify-content:space-between;align-items:center;padding:10px 24px;border-bottom:1px solid #E5E7EB;border-top:none;border-left:none;border-right:none;border-bottom-left-radius:20px;border-bottom-right-radius:20px;z-index:50;font-family:Samsung sharp sans bold,sans-serif;color:#121212}.header-left{display:flex;align-items:center}.brand-section{display:flex;align-items:center;gap:12px;width:301px;cursor:pointer}.logo-graphic,.logo-graphic-placeholder{width:50px;height:50px;object-fit:contain}.brand-text{display:flex;flex-direction:column;line-height:1.15}.brand-title{font-family:Samsung sharp sans medium,sans-serif;font-size:15px;font-weight:600}.brand-subtitle{font-size:16px;font-weight:700}.vertical-divider{width:1px;height:38px;background-color:#d1d5db;margin-right:28px}.product-section{display:flex;flex-direction:column;line-height:1.15}.product-brand{font-family:Samsung sharp sans bold,sans-serif;font-size:17px}.product-name{font-family:Samsung sharp sans bold,sans-serif;font-size:17px;font-weight:600}.header-right{display:flex;align-items:center;gap:28px}.share-btn{display:flex;align-items:center;gap:5px;background:none;border:none;font-size:15px;font-weight:600;color:#121212;cursor:pointer;padding:0;font-family:Samsung sharp sans medium,sans-serif;margin-right:12px}.share-icon-wrapper{display:flex;align-items:center;justify-content:center;width:26px;height:26px}.share-icon{width:100%;height:100%;object-fit:contain}.version-status-container{display:flex;flex-direction:column;align-items:flex-end;margin-right:12px;position:relative}.version-selector-btn{display:flex;align-items:center;gap:6px;font-family:Samsung sharp sans medium,sans-serif;font-size:15px;font-weight:600;color:#121212;background:none;border:none;cursor:pointer;padding:0;margin-bottom:4px;transition:color .2s;user-select:none}.version-selector-btn:hover{color:#f02c9e}.version-selector-btn svg{transition:transform .2s ease}.version-selector-btn svg.rotated{transform:rotate(180deg)}.version-dropdown-menu{position:absolute;top:24px;right:0;background-color:#fff;border:1px solid #E5E7EB;border-radius:8px;box-shadow:0 4px 15px #0000001a;z-index:100;min-width:140px;overflow:hidden;margin-top:4px}.version-option{padding:10px 16px;font-size:13px;font-family:Samsung sharp sans medium,sans-serif;font-weight:600;color:#121212;cursor:pointer;transition:background-color .2s;text-align:right}.version-option:hover{background-color:#f9fafb}.version-option.active{color:#f02c9e;background-color:#fce4ec}.status-pill{background-color:#f3f4f6;color:#6b7280;font-size:11px;padding:2px 8px;border-radius:12px;font-family:Samsung sharp sans bold,sans-serif}.edit-review-header-btn{position:relative;display:flex;align-items:center;gap:8px;background-color:#fff;border:1px solid #E5E7EB;border-radius:8px;padding:8px 16px;font-family:Samsung sharp sans medium,sans-serif;font-weight:600;font-size:14px;color:#121212;cursor:pointer;transition:all .2s;margin-right:12px}.edit-review-header-btn:hover{background-color:#f9fafb;border-color:#d1d5db}.comment-notification-badge{position:absolute;top:-6px;right:-6px;width:18px;height:18px;border-radius:50%;background:#F92FB0;color:#fff;font-size:10px;font-family:Samsung sharp sans medium,sans-serif;display:flex;align-items:center;justify-content:center;padding:0;line-height:1;box-shadow:0 2px 6px #e91e634d}.edit-doc-img{width:24px;height:24px;object-fit:contain}.edit-badge{position:absolute;top:-8px;right:-8px;background-color:#e91e63;color:#fff;font-size:11px;font-family:Samsung sharp sans bold,sans-serif;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #e91e634d}.edit-review-panel{position:fixed;top:85px;left:20px;right:20px;bottom:20px;background-color:#fff;border-radius:16px;box-shadow:0 10px 30px #00000026;border:1px solid #E5E7EB;display:flex;flex-direction:column;padding:32px 32px 24px;overflow:hidden;z-index:55;font-family:Samsung sharp sans medium,sans-serif;box-sizing:border-box}.close-btn{position:absolute;top:24px;right:24px;background:none;border:none;cursor:pointer;color:#6b7280;transition:color .2s;z-index:50}.close-btn:hover{color:#121212}.modal-header-filters{display:flex;align-items:flex-end;flex-wrap:wrap;gap:24px;padding-bottom:32px;margin-bottom:12px;border-bottom:1px solid #E5E7EB;padding-right:40px;flex-shrink:0}.custom-filter-group{display:flex;flex-direction:column;gap:12px;position:relative}.custom-filter-group label{font-size:13px;color:#121212;font-family:Samsung sharp sans medium,sans-serif;font-weight:600}.custom-select{position:relative;display:flex;align-items:center;justify-content:space-between;padding:10px 16px;border:1px solid #D1D5DB;border-radius:8px;font-size:13px;font-family:Samsung sharp sans medium,sans-serif;font-weight:600;color:#f02c9e;background-color:#fff;cursor:pointer;user-select:none;transition:all .2s}.custom-select.open{border-color:#e5e7eb;border-bottom-color:transparent;border-radius:8px 8px 0 0;z-index:101}.select-divider{position:absolute;bottom:0;left:16px;right:16px;height:1px;background-color:#d1d5db}.selected-value{white-space:nowrap;overflow-x:auto;text-overflow:clip;margin-right:8px;padding-bottom:2px}.selected-value::-webkit-scrollbar{height:4px}.selected-value::-webkit-scrollbar-thumb{background:transparent;border-radius:4px}.custom-select:hover .selected-value::-webkit-scrollbar-thumb{background:#E5E7EB}.selected-value::-webkit-scrollbar-thumb:hover{background:#D1D5DB}.chevron{transition:transform .2s;flex-shrink:0;margin-left:8px}.chevron.up{transform:rotate(180deg)}.custom-options{position:absolute;top:100%;left:0;right:0;background-color:#fff;border:1px solid #E5E7EB;border-top:none;border-radius:0 0 8px 8px;z-index:100;padding:8px 0;box-shadow:0 10px 15px -3px #0000001a}.custom-options-scroll-area{max-height:300px;overflow-y:auto;overflow-x:auto;margin-right:22px}.custom-options-scroll-area::-webkit-scrollbar{width:4px;height:4px;display:block}.custom-options-scroll-area::-webkit-scrollbar-track{background:transparent;margin-top:8px;margin-bottom:8px}.custom-options-scroll-area::-webkit-scrollbar-thumb{background-color:#d4d4d4;border-radius:10px}.custom-options-scroll-area::-webkit-scrollbar-thumb:hover{background-color:#a7a7a7}.custom-option{padding:12px 16px;font-size:13px;color:#121212;font-family:Samsung sharp sans medium,sans-serif;font-weight:600;cursor:pointer;transition:background-color .2s;white-space:nowrap}.custom-option:hover{background-color:#f9fafb}.submit-review-btn{margin-left:auto;padding:10px 24px;background-color:#f9fafb;border:1px solid #D1D5DB;border-radius:8px;color:#121212;font-family:Samsung sharp sans medium,sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.submit-review-btn:hover{background-color:#f3f4f6;border-color:#9ca3af}.table-container{flex:1;overflow-y:auto;margin-top:0;border-bottom:1px solid #E5E7EB;border-radius:8px;min-height:0;padding-right:8px}.review-table{width:100%;border-collapse:collapse;text-align:left}.review-table th{position:sticky;top:0;background-color:#fff;padding:24px 16px 16px 0;font-size:13px;color:#121212;font-family:Samsung sharp sans medium,sans-serif;font-weight:600;border-bottom:1px solid #D1D5DB;z-index:10}.review-table td{padding:24px 16px 24px 0;font-size:13px;color:#121212;font-family:Samsung sharp sans medium,sans-serif;font-weight:600;border-bottom:1px solid #F3F4F6;vertical-align:middle}.review-table td strong{font-family:Samsung sharp sans bold,sans-serif;font-weight:700}.review-table td span{color:#121212;font-size:13px;display:block;margin-top:6px;font-family:Samsung sharp sans medium,sans-serif}.comments-cell{max-width:320px;line-height:1.5}.edit-comment-textarea{width:100%;min-height:70px;padding:10px 12px;border:1px solid #D1D5DB;border-radius:8px;resize:vertical;font-family:inherit;font-size:13px;color:#121212;outline:none;background-color:#fff;transition:border-color .2s,box-shadow .2s;box-sizing:border-box;line-height:1.4}.edit-comment-textarea:focus{border-color:#f02c9e;box-shadow:0 0 0 3px #f02c9e26}.status-badge{display:inline-block;padding:6px 16px;border-radius:30px;font-size:12px;font-family:Samsung sharp sans medium,sans-serif;font-weight:600;text-align:center;width:30px}.status-badge.new{background-color:#fce4ec;color:#121212}.actions-cell{display:flex;gap:16px}.action-btn{background:none;border:none;cursor:pointer;color:#d1d5db;transition:color .2s;padding:4px;display:flex;align-items:center;justify-content:center}.action-btn:hover{color:#9ca3af}.table-container::-webkit-scrollbar{width:4px;display:block}.table-container::-webkit-scrollbar-track{background:transparent;margin-top:8px;margin-bottom:8px}.table-container::-webkit-scrollbar-thumb{background-color:#d4d4d4;border-radius:10px}.table-container::-webkit-scrollbar-thumb:hover{background-color:#a7a7a7}.modules-sidebar{position:absolute;top:95px;left:20px;width:325px;display:flex;flex-direction:column;font-family:Samsung sharp sans medium,sans-serif;z-index:40;max-height:calc(100vh - 100px)}.modules-sidebar *{box-sizing:border-box}.modules-card{background-color:#fff;border:1px solid #E5E7EB;border-radius:15px;position:relative}.layer-1{z-index:1;padding:16px 17px 32px 24px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 4px #00000005;border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:none}.modules-title{color:#b724b0;font-size:18px;font-family:Samsung sharp sans bold,sans-serif;font-weight:700}.layer-2{z-index:2;margin-top:-20px;padding:16px 20px 32px 24px;box-shadow:0 -2px 10px #0000000a;border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:none}.parts-toggle{display:flex;align-items:center;gap:12px;cursor:pointer}.parts-text{font-size:16px;font-family:Samsung sharp sans bold,sans-serif;font-weight:700;color:#121212;flex-grow:1}.layer-3{z-index:3;margin-top:-20px;padding:24px 24px 0;box-shadow:0 -2px 10px #0000000d;display:flex;flex-direction:column;flex-grow:1;min-height:0;overflow:hidden}.main-assembly-title{font-size:20px;font-family:Samsung sharp sans bold,sans-serif;font-weight:700;color:#121212;margin:0 0 20px;line-height:1.3;min-height:52px;display:flex;align-items:flex-start}.tabs-container{display:flex;position:relative;z-index:2}.tab-btn{flex:1;background:none;border:none;padding:12px 0;font-size:16px;cursor:pointer;text-align:center;position:relative}.tab-btn.active{color:#121212;font-family:Samsung sharp sans bold,sans-serif;font-weight:700}.tab-btn.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:3px;background-color:#121212;border-radius:3px 3px 0 0;z-index:3}.tab-btn:not(.active){color:#b2b2b2;font-family:Samsung sharp sans medium,sans-serif;font-weight:500}.content-wrapper{position:relative;flex-grow:1;margin:0 -24px;display:flex;flex-direction:column;min-height:0;padding-top:16px}.content-wrapper:before{content:"";position:absolute;top:0;left:0;right:0;height:60px;border-top:1px solid #E5E7EB;border-left:1px solid #E5E7EB;border-right:1px solid #E5E7EB;border-radius:20px 20px 0 0;pointer-events:none;z-index:5;-webkit-mask-image:linear-gradient(to bottom,black 0%,transparent 100%);mask-image:linear-gradient(to bottom,black 0%,transparent 100%)}.modules-content-area{flex-grow:1;overflow-y:auto;overflow-x:hidden;padding:15px 12px 36px 24px;margin-right:28px;min-height:0}.modules-content-area::-webkit-scrollbar{width:4px;display:block}.modules-content-area::-webkit-scrollbar-track{background:transparent;margin-top:24px;margin-bottom:24px}.modules-content-area::-webkit-scrollbar-thumb{background-color:#d4d4d4;border-radius:10px}.items-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:24px}.list-item{font-size:16px;font-family:Samsung sharp sans medium,sans-serif;font-weight:500;color:#a7a7a7;line-height:1.35;cursor:pointer;transition:color .2s ease}.list-item.active{color:#b724b0;font-family:Samsung sharp sans bold,sans-serif;font-weight:700;font-size:17px}.icon-placeholder{display:flex;align-items:center;justify-content:center;flex-shrink:0}.icon-placeholder.dots-icon{width:26px;height:26px}.icon-placeholder.parts-icon{width:30px;height:30px}.icon-placeholder.caret-icon{width:20px;height:20px}.icon-placeholder img,.icon-placeholder svg{width:100%;height:100%;object-fit:contain}.sequences-sidebar{position:absolute;top:95px;right:20px;display:flex;align-items:flex-start;font-family:Samsung sharp sans medium,sans-serif;z-index:40}.sequences-sidebar *{box-sizing:border-box}.sequences-sidebar-left{display:flex;flex-direction:column;align-items:flex-end;position:relative;z-index:50}.side-tabs{display:flex;flex-direction:column;margin-top:50px;position:relative;z-index:50;width:48px;background-color:#ddd;border:1px solid #E5E7EB;border-right:none;border-radius:14px 0 0 14px;margin-right:-1px}.side-tabs:after{content:"";position:absolute;top:100%;right:0;width:14px;height:14px;background:radial-gradient(circle at bottom left,transparent 0,transparent 12.5px,#E5E7EB 13px,#E5E7EB 14px,#DDDDDD 14.5px,#DDDDDD 100%);pointer-events:none;z-index:60}.side-tab{width:100%;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;background-color:transparent;z-index:51}.side-tab.active,.side-tab.deactive{background-color:#fff;border-radius:14px 0 0 14px;border-right:1px solid #ffffff;width:calc(100% + 1px);z-index:55;position:relative}.side-tab.active:after,.side-tab.deactive:after{content:"";position:absolute;top:100%;right:0;width:14px;height:14px;background:radial-gradient(circle at bottom left,transparent 13.5px,#ffffff 14px);pointer-events:none;z-index:60}.side-tab-icon{width:30px;object-fit:contain}.sidebar-vertical-items{display:flex;flex-direction:column;align-items:center;width:48px;margin-top:15px;gap:16px;z-index:50}.caution-wrapper{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.caution-image{width:48px;height:48px;object-fit:contain;z-index:52}.caution-text-box{width:160px;text-align:right;font-size:12px;color:#121212;line-height:1.45;font-family:Samsung sharp sans medium,sans-serif;margin-top:8px;margin-bottom:4px;transform:translate(-64px)}.nested-steps-list{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%}.nested-step-circle{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-family:Samsung sharp sans bold,sans-serif;font-weight:700;cursor:pointer;background-color:#fff;color:#a3a3a3;border:1.5px solid #D4D4D4;transition:all .2s ease;z-index:55}.nested-step-circle.active{background-color:#ff007f;color:#fff;border-color:#ff007f}.sequences-panel{width:340px;background-color:#fff;border:1px solid #E5E7EB;border-radius:15px;display:flex;flex-direction:column;box-shadow:0 4px 12px #0000000d;position:relative;z-index:10;max-height:calc(100vh - 100px)}.top-controls{display:flex;height:50px;border-bottom:1px solid #E5E7EB;flex-shrink:0}.top-control-btn{flex:1;background:none;border:none;border-right:1px solid #E5E7EB;cursor:pointer;display:flex;align-items:center;justify-content:center}.top-control-btn:last-child{border-right:none}.top-control-icon{width:24px;height:24px;object-fit:contain}.is-editing .top-control-icon{opacity:.15;filter:grayscale(100%)}.sequences-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;flex-shrink:0}.sequences-title-black{color:#121212;font-size:20px;font-weight:700;margin:0;letter-spacing:-.3px}.sequences-title-pink{font-family:Samsung sharp sans bold,sans-serif;color:#ff30b4;font-size:18px;margin:0}.scroll-arrow-btn{background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:opacity .2s ease}.scroll-arrow-btn:hover{opacity:.7}.scroll-arrow-btn:active{opacity:.5}.sequences-content-area{padding:0 16px 8px 24px;margin-right:8px;overflow-y:auto;overflow-x:hidden;flex:1;min-height:0}.sequences-content-area::-webkit-scrollbar{width:4px;display:block}.sequences-content-area::-webkit-scrollbar-track{background:transparent;margin-top:8px;margin-bottom:8px}.sequences-content-area::-webkit-scrollbar-thumb{background-color:#d4d4d4;border-radius:10px}.procedures-list{display:flex;flex-direction:column;gap:2px;margin:0 -12px}.procedure-item{padding:10px 12px;font-weight:600;font-size:13px;color:#121212;cursor:pointer;border-radius:8px;font-family:Samsung sharp sans medium,sans-serif;line-height:1.5}.procedure-item:hover{background-color:#fff0f5}.procedure-item.active{background-color:#fff0f5;color:#ff007f;font-family:Samsung sharp sans bold,sans-serif;font-weight:700}.steps-list{display:flex;flex-direction:column;gap:4px;margin:0 -12px}.step-item{display:flex;gap:12px;cursor:pointer;padding:10px 12px;border-radius:8px;background-color:#fff2d900}.step-item.active{background-color:#fef3f7}.step-left-col{display:flex;flex-direction:column;align-items:center;min-width:24px;gap:4px}.step-number{font-size:13px;font-weight:500;color:#121212;padding-top:2px}.step-actions{display:flex;flex-direction:column;gap:4px;visibility:hidden;pointer-events:none}.step-item.active .step-actions{visibility:visible;pointer-events:auto}.step-action-icon-btn{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#8c8c8c}.step-action-icon-btn:hover{color:#121212}.step-content{display:flex;flex-direction:column;gap:4px;padding-top:2px}.step-title{font-family:Samsung sharp sans bold,sans-serif;font-size:14px;font-weight:700;color:#121212;line-height:1.2}.step-item.active .step-title{font-family:Samsung sharp sans bold,sans-serif;color:#ff30b4}.step-description{font-size:13px;font-weight:400;color:#838383;line-height:1.4}.step-item.active .step-description{font-weight:600;color:#121212}.sequences-footer{display:flex;justify-content:flex-end;padding:8px 24px 16px;border-top:1px solid transparent;flex-shrink:0}.comments-footer{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;border-top:1px solid #E5E7EB;color:#121212;font-size:13px;font-family:Samsung sharp sans bold,sans-serif;font-weight:700;cursor:pointer;background-color:#f9fafb;border-radius:0 0 12px 12px;flex-shrink:0}.comments-footer-left{display:flex;align-items:center;gap:10px;font-weight:600}.comments-chevron{color:#8c8c8c;font-family:Samsung sharp sans medium,sans-serif;font-weight:400}.sequence-edit-form{display:flex;flex-direction:column;gap:16px;width:100%;padding-bottom:16px}.preview-box{width:100%;height:120px;border:1px solid #A3A3A3;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#8c8c8c;font-size:14px;background-color:#fff}.live-preview-card{width:100%;background-color:#fff0f5;border:1px solid #A3A3A3;border-radius:8px;padding:12px 16px;display:flex;flex-direction:column;gap:8px}.preview-row{display:flex;align-items:flex-start;gap:12px}.preview-label{font-size:10px;color:#121212;width:100px;flex-shrink:0;padding-top:2px}.preview-value{font-size:12px;color:#121212;flex:1;word-break:break-word;line-height:1.3}.title-highlight{color:#ff007f;font-weight:600;font-size:14px}.form-row{display:flex;align-items:center;gap:12px;width:100%}.form-row.align-start{align-items:flex-start}.no-label-input{border:1px solid #A3A3A3;border-radius:4px;padding:8px 10px;color:#121212;font-size:13px;background-color:#fff;width:40px;text-align:center;outline:none}.flex-1{flex:1;width:100%}.form-input{border:1px solid #A3A3A3;border-radius:4px;padding:8px 12px;font-size:13px;color:#121212;outline:none;width:100%}.form-input::placeholder,.form-textarea::placeholder{color:#8c8c8c}.form-group{display:flex;flex-direction:column;gap:6px;width:100%}.form-label{font-size:13px;font-weight:500;color:#121212}.textarea-wrapper{position:relative;width:100%;display:flex}.form-textarea{border:1px solid #A3A3A3;border-radius:4px;padding:10px 12px 24px;font-size:13px;color:#121212;outline:none;resize:none;font-family:inherit;width:100%}.char-count{position:absolute;bottom:8px;left:12px;font-size:9px;color:#a3a3a3;margin:0;pointer-events:none}.upload-box{width:80px;min-width:80px;height:80px;border:1px solid #A3A3A3;border-radius:4px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;text-align:center;cursor:pointer;background-color:#fff;margin-top:22px}.upload-text{font-size:10px;color:#8c8c8c;line-height:1.2}.upload-hint{font-size:9px;color:#a3a3a3}.form-actions{display:flex;justify-content:center;gap:24px;margin-top:16px;padding-bottom:8px;width:100%}.action-btn{display:flex;align-items:center;gap:8px;background:none;border:none;font-size:14px;font-weight:500;color:#121212;cursor:pointer;padding:8px 16px}.side-tab-icon-wrapper,.top-control-icon-wrapper{display:flex;align-items:center;justify-content:center}.reload-icon-size{width:16px;height:16px}.step-action-icon-wrapper{display:flex;align-items:center;justify-content:center}.step-action-icon{width:18px;height:18px;object-fit:contain}.arrow-icon{width:20px;height:20px;display:block;object-fit:contain}.approve-btn-icon{width:16px;height:16px;object-fit:contain}.cancel-btn-icon{width:12px;height:12px;object-fit:contain}.comments-view-container{display:flex;flex-direction:column;height:100%}.share-comments-section{display:flex;flex-direction:column;gap:8px;padding-bottom:16px;border-bottom:1px solid #E5E7EB}.share-comments-label{font-size:13px;font-weight:600;color:#121212}.comments-input-wrapper{position:relative;width:100%}.comments-textarea-box{border:1px solid #A3A3A3;border-radius:8px;padding:10px 32px 10px 12px;font-size:13px;font-weight:600;color:#121212;outline:none;resize:none;font-family:inherit;width:100%;min-height:60px}.comments-textarea-box:focus,.comments-textarea-box.has-text{border-color:#ff30b4}.input-document-icon{position:absolute;top:10px;right:10px;width:18px;height:18px;opacity:.5}.comments-list{display:flex;flex-direction:column;margin-top:16px}.comment-item{display:flex;flex-direction:column;gap:6px;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid #E5E7EB}.comment-item:last-child{border-bottom:none}.comment-header{display:flex;flex-direction:column}.comment-author{font-size:13px;font-weight:700;color:#121212}.comment-date{font-size:10px;color:#a3a3a3;margin-top:2px}.comment-text{font-size:13px;color:#121212;line-height:1.4;margin-top:4px}.comment-actions{display:flex;gap:16px;margin-top:4px}.comment-action-btn{background:none;border:none;padding:0;font-size:11px;color:#8c8c8c;cursor:pointer}.comment-action-btn:hover{color:#121212}.delete-confirm-box{margin-top:16px;display:flex;flex-direction:column;gap:12px}.delete-confirm-title{font-size:13px;font-weight:700;color:#121212}.delete-confirm-text{font-size:13px;color:#121212;line-height:1.4}.delete-btn-text{color:#ff30b4}.bottom-actions{margin-top:auto;padding:16px 24px;background-color:#fff;border-top:1px solid transparent;justify-content:flex-start;gap:32px;border-radius:0 0 15px 15px}.pink-filter{filter:brightness(0) saturate(100%) invert(29%) sepia(85%) saturate(3015%) hue-rotate(315deg) brightness(101%) contrast(106%)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#f3f4f666;display:flex;align-items:center;justify-content:center;z-index:1000}.share-modal-content{background-color:#fff;border-radius:12px;width:480px;box-shadow:0 4px 20px #00000026;display:flex;flex-direction:column;font-family:Samsung sharp sans medium,sans-serif;box-sizing:border-box}.share-modal-header{padding:16px 24px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #F3F4F6}.share-title{font-size:18px;font-weight:700;color:#000}.close-btn{background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:4px}.close-x-icon{width:20px;height:20px;object-fit:contain}.share-modal-body{padding:24px 32px 32px;display:flex;flex-direction:column}.share-subtitle-center{font-size:18px;font-weight:700;color:#000;margin:0 0 24px;text-align:center}.share-platforms{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px}.share-platform-item{display:flex;flex-direction:column;align-items:center;gap:8px;width:76px;text-align:center}.share-platform-item.clickable{cursor:pointer;transition:transform .2s ease,opacity .2s ease}.share-platform-item.clickable:hover{transform:scale(1.05);opacity:.8}.share-platform-item.clickable:active{transform:scale(.95)}.platform-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;position:relative}.platform-img{width:48px;height:48px;object-fit:contain}.stacked-icons{position:relative}.stacked-icons .rhea-logo-black{position:relative;z-index:1;width:48px;height:48px;filter:grayscale(100%) brightness(0)}.stacked-icons .rhea-logo-white{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:24px;height:24px;z-index:2}.platform-name{font-size:10px;font-weight:600;color:#000;line-height:1.2}.copy-section{display:flex;flex-direction:column;gap:12px;font-weight:600}.copy-label{font-size:14px;font-weight:600;color:#000}.copy-input-container{display:flex;align-items:center;border:1px solid #A3A3A3;border-radius:8px;padding:4px 4px 4px 12px;background-color:#fff}.share-input{flex:1;border:none;outline:none;font-size:12px;color:#000;background:transparent}.copy-btn{background:none;border:1px solid #E5E7EB;border-radius:6px;padding:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;background-color:#fff;min-width:30px;height:30px;transition:all .2s ease}.copy-btn:active{transform:scale(.95)}.copy-btn.copied{background-color:#e6ffed;border-color:#28a745}.copied-text{font-size:12px;font-weight:600;color:#28a745}.copy-icon{width:16px;height:16px;object-fit:contain}.loading-screen{width:100vw;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#f4f6f9;position:absolute;top:0;left:0;z-index:9999}.loading-logo-wrapper{position:relative;width:90px;height:90px;margin-bottom:24px;margin-top:-10vh}.loading-logo{width:100%;height:100%;object-fit:contain}.loading-bar-container{width:300px;height:4px;background-color:#fff;border-radius:4px;overflow:hidden;position:relative}.loading-bar-fill{height:100%;background-color:#ff30b4;border-radius:4px;transition:width .3s ease-out;position:absolute;top:0;left:0}.sequence-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0006;display:flex;align-items:center;justify-content:center;z-index:9999;font-family:Samsung sharp sans medium,sans-serif}.sequence-modal-overlay *{box-sizing:border-box}.sequence-modal-container{background-color:#fff;border-radius:16px;padding:32px 40px;box-shadow:0 8px 30px #0000001f;display:flex;flex-direction:column;max-width:95vw;max-height:95vh}.standard-modal{width:960px}.wide-modal{width:1260px}.video-mode.standard-modal{width:820px}.config-mode{min-height:520px}.video-mode{height:auto}.sequence-modal-title{font-size:20px;font-family:Samsung sharp sans bold,sans-serif;font-weight:700;color:#121212;margin:0 0 16px;flex-shrink:0}.sequence-modal-content{display:flex;width:100%;flex:1;align-items:flex-start;position:relative;padding:32px 0 0}.sequence-modal-content:before{content:"";position:absolute;top:0;left:-40px;right:-40px;height:120px;border-top:1px solid #D4D4D4;border-left:1px solid #D4D4D4;border-right:1px solid #D4D4D4;border-radius:16px 16px 0 0;pointer-events:none;-webkit-mask-image:linear-gradient(to bottom,black 0px,transparent 60px);mask-image:linear-gradient(to bottom,black 0px,transparent 60px)}.config-layout{display:flex;width:100%;gap:32px;height:100%;align-items:flex-start}.config-layout.no-text{justify-content:center}.config-description{min-width:240px;flex:1;font-size:16px;color:#121212;line-height:1.5;margin-top:4px}.config-description p{font-weight:600;margin:0 0 16px}.config-options{display:flex;gap:20px;flex:2;justify-content:flex-end;align-items:stretch}.config-options.centered{flex:none;justify-content:center}.option-container{display:flex;flex-direction:column;gap:16px;cursor:pointer;width:270px;flex-shrink:0}.option-image-box{width:100%;height:auto;border:1px solid #D4D4D4;border-radius:18px;overflow:hidden;background-color:#fff;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.option-image{width:100%;height:auto;display:block;object-fit:contain}.option-label-box{display:flex;justify-content:space-between;align-items:center;width:100%;min-height:40px;padding:10px 16px;border:1px solid #D4D4D4;border-radius:15px;background-color:#fff;transition:all .2s ease;flex:1}.option-name{font-size:14px;font-family:Samsung sharp sans medium,sans-serif;font-weight:600;color:#121212;line-height:1.3;padding-right:12px;flex:1}.radio-circle{width:30px;height:30px;border-radius:50%;border:1px solid #D4D4D4;display:flex;align-items:center;justify-content:center;background-color:#fff;flex-shrink:0}.radio-circle.active{background-color:#ff007f;border-color:#ff007f}.check-icon{width:20px;height:20px;fill:#fff}.video-layout{width:100%;display:flex;justify-content:center}.video-wrapper{width:100%;aspect-ratio:16 / 9;background-color:#121212;border-radius:8px;overflow:hidden;position:relative}.modal-video{width:100%;height:100%;object-fit:cover}.video-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#2c2c2c}.play-button-mock{width:64px;height:64px;border-radius:50%;border:3px solid #ffffff;display:flex;align-items:center;justify-content:center}.play-triangle{width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:20px solid #ffffff;margin-left:6px}.sequence-modal-actions{display:flex;justify-content:flex-end;margin-top:auto;padding-top:24px;width:100%;flex-shrink:0}.modal-next-btn{background:none;border:none;color:#121212;font-family:Samsung sharp sans bold,sans-serif;font-weight:700;font-size:15px;display:flex;align-items:center;gap:8px;cursor:pointer;padding:0}.modal-next-btn .chevron{display:flex;align-items:center;justify-content:center}.modal-next-btn .chevron img{width:18px;height:18px;object-fit:contain}.cp-layout{display:flex;flex-direction:column;height:100vh;background-color:#fff;font-family:Samsung sharp sans medium,sans-serif;overflow:hidden}.cp-header{display:flex;align-items:center;padding:16px 36px;background-color:#fff;border-bottom:1px solid #E5E7EB;flex-shrink:0;z-index:10;flex-wrap:nowrap}.cp-header-left{display:flex;align-items:center;width:600px;flex-shrink:0;gap:0}.cp-company-branding{display:flex;align-items:center;gap:12px;width:280px;flex-shrink:0;cursor:pointer;box-sizing:border-box;padding-right:20px}.cp-logo{width:48px;height:auto;flex-shrink:0}.cp-company-text{display:flex;flex-direction:column;white-space:nowrap}.cp-company-text-light{font-size:15px;font-family:Samsung sharp sans medium,sans-serif;font-weight:600;color:#121212;line-height:1.2;display:block}.cp-company-text-bold{font-size:16px;font-family:Samsung sharp sans bold,sans-serif;font-weight:700;color:#121212;line-height:1.2;margin-top:2px;display:block}.cp-page-branding{width:320px;display:flex;flex-direction:column;flex-shrink:0;box-sizing:border-box;padding-right:20px}.cp-page-title{font-size:22px;font-family:Samsung sharp sans bold,sans-serif;font-weight:700;color:#f02c9e;line-height:1.2;white-space:nowrap}.cp-page-subtitle{font-size:13px;font-weight:600;color:#121212;margin-top:4px;white-space:nowrap}.cp-stepper-container{display:flex;align-items:flex-start;justify-content:flex-start;flex:1;max-width:800px;margin-top:4px;margin-left:0}.cp-step-item{display:flex;flex-direction:column;align-items:center;gap:8px;width:90px;cursor:pointer;position:relative;z-index:2;flex-shrink:0}.cp-step-circle{width:32px;height:32px;border-radius:50%;border:2px solid #D1D5DB;background-color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-family:Samsung sharp sans bold,sans-serif;font-weight:700;color:#9ca3af;transition:all .2s;box-sizing:border-box;position:relative;z-index:2}.cp-step-label{font-family:Samsung sharp sans medium,sans-serif;font-size:12px;font-weight:600;color:#9ca3af;text-align:center;white-space:nowrap}.cp-step-item.cp-active .cp-step-circle,.cp-step-item.cp-completed .cp-step-circle{border-color:#f02c9e;background-color:#f02c9e;color:#fff}.cp-step-item.cp-active .cp-step-label,.cp-step-item.cp-completed .cp-step-label{color:#f02c9e;font-family:Samsung sharp sans bold,sans-serif;font-size:13px}.cp-step-divider{flex:1;height:2px;background-color:#d1d5db;margin-top:15px;margin-left:-29px;margin-right:-29px;min-width:10px;position:relative;z-index:1}.cp-step-divider.cp-active{background-color:#f02c9e}.cp-header-right{display:flex;align-items:center;justify-content:flex-end;gap:24px;width:auto;flex-shrink:0;margin-left:auto}.cp-submit-btn{background-color:#fce4ec;color:#fff;border:none;border-radius:8px;padding:12px 24px;font-family:Samsung sharp sans bold,sans-serif;font-weight:700;font-size:14px;cursor:not-allowed;transition:background-color .2s;white-space:nowrap}.cp-submit-btn.cp-ready{background-color:#f02c9e;cursor:pointer}.cp-submit-btn.cp-ready:hover{background-color:#d02086}.cp-body-wrapper{flex:1;display:flex;overflow:hidden;padding-top:24px;padding-bottom:24px}.cp-scroll-container{flex:1;overflow-y:auto;padding-right:24px;margin-right:49px}.cp-scroll-container::-webkit-scrollbar{width:6px}.cp-scroll-container::-webkit-scrollbar-track{background:#F3F4F6;border-radius:10px}.cp-scroll-container::-webkit-scrollbar-thumb{background:#D1D5DB;border-radius:10px}.cp-scroll-container::-webkit-scrollbar-thumb:hover{background:#9CA3AF}.cp-step-section{display:flex;padding:64px 36px;min-height:70vh}.cp-step-left{margin-left:280px;width:320px;flex-shrink:0;padding-right:40px;box-sizing:border-box}.cp-step-left h1{font-size:28px;font-family:Samsung sharp sans bold,sans-serif;font-weight:700;color:#121212;margin-bottom:12px;margin-top:0;letter-spacing:-.5px}.cp-step-left p{font-size:16px;font-weight:600;color:#121212;margin:0}.cp-step-right{flex:1;max-width:960px;padding-left:29px;padding-top:8px;box-sizing:border-box}.cp-form-container{display:flex;flex-direction:column;gap:32px;width:100%;margin-top:0;box-sizing:border-box}.cp-step1-spacing{margin-top:64px}@media (min-width: 1025px) and (min-height: 900px){.cp-step1-spacing{margin-top:120px}}@media (min-width: 1025px) and (min-height: 1050px){.cp-step1-spacing{margin-top:180px}}.cp-form-group{display:flex;flex-direction:column;gap:12px}.cp-form-group label{font-size:15px;font-family:Samsung sharp sans bold,sans-serif;font-weight:700;color:#121212}.cp-form-group input{padding:16px;border:1px solid #D1D5DB;border-radius:6px;font-family:Samsung sharp sans medium,sans-serif;font-size:15px;font-weight:600;color:#121212}.cp-form-group input::placeholder{color:#9ca3af;font-weight:600}.cp-form-group input:focus{outline:none;border-color:#f02c9e}.cp-invite-input-wrapper{display:flex;align-items:center;border:1px solid #D1D5DB;border-radius:6px;padding-right:16px;background-color:#fff;transition:border-color .2s;overflow-x:auto;padding-left:8px}.cp-invite-input-wrapper::-webkit-scrollbar{height:6px}.cp-invite-input-wrapper::-webkit-scrollbar-thumb{background:#D1D5DB;border-radius:6px}.cp-invite-input-wrapper:focus-within{border-color:#f02c9e}.cp-invite-input-wrapper input{flex:1;border:none;padding:16px 8px;font-size:15px;font-family:Samsung sharp sans medium,sans-serif;color:#121212;background:transparent;min-width:250px}.cp-invite-input-wrapper input::placeholder{color:#9ca3af;font-weight:600}.cp-invite-input-wrapper input:focus{outline:none}.cp-tags-container{display:flex;gap:8px;white-space:nowrap}.cp-member-tag{background-color:#fce4ec;color:#e91e63;padding:6px 12px;border-radius:4px;font-size:13px;font-family:Samsung sharp sans bold,sans-serif;font-weight:700;flex-shrink:0}.cp-add-member-btn{background:none;border:none;font-size:26px;font-weight:300;color:#9ca3af;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;margin-left:8px}.cp-add-member-btn:hover{color:#121212}.cp-upload-dropzone{border:2px dashed #D1D5DB;border-radius:24px;height:520px;position:relative;display:flex;flex-direction:column;background-color:#fff;transition:border-color .2s,background-color .2s;width:100%;overscroll-behavior:auto}.cp-populated-dropzone{display:flex;align-items:center;justify-content:flex-start;padding:24px 48px}.cp-dropzone-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:12px;cursor:pointer;padding:40px;border-radius:12px}.cp-upload-icon-svg{margin-bottom:4px}.cp-dropzone-title{font-size:16px;font-weight:600;color:#121212;margin:0}.cp-dropzone-subtitle{position:absolute;bottom:40px;left:50%;transform:translate(-50%);font-size:13px;font-weight:600;color:#6b7280;white-space:nowrap}.cp-preview-card-container{border:1px solid #D1D5DB;border-radius:24px;width:100%;height:520px;display:flex;flex-direction:column;background-color:#fff;padding:16px;box-sizing:border-box;position:relative;overscroll-behavior:auto}.cp-close-upload{position:absolute;top:24px;right:24px;width:32px;height:32px;background:white;border:1px solid #D1D5DB;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;cursor:pointer;z-index:20;color:#6b7280;transition:all .2s}.cp-close-upload:hover{background:#F02C9E;color:#fff;border-color:#f02c9e}.cp-preview-image-box{flex:1;background-color:#f4f5f7;border-radius:12px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.cp-actual-pdf-preview{width:300px;height:420px;overflow:hidden;position:relative;background:transparent}.cp-actual-pdf-preview canvas{width:300px!important;height:420px!important;object-fit:cover}.cp-cad-preview{flex-direction:column;gap:16px}.cp-model-viewer{width:100%;height:100%;background-color:transparent;outline:none}.cp-cad-preview-text{font-size:16px;font-family:Samsung sharp sans bold,sans-serif;font-weight:700;color:#121212}.cp-placeholder-image-graphic{width:100%;height:100%;background-color:#e5e7eb;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-family:Samsung sharp sans bold,sans-serif;font-weight:700;font-size:24px}.cp-preview-footer{padding:16px 8px 4px;background-color:#fff}.cp-preview-filename{font-size:16px;font-family:Samsung sharp sans medium,sans-serif;font-weight:600;color:#121212}.cp-gallery-overlap-container{display:flex;align-items:center;height:100%;width:100%;overflow-x:auto;overflow-y:visible;padding:0 48px;box-sizing:border-box}.cp-gallery-overlap-item{width:220px;height:280px;border-radius:20px;overflow:hidden;box-shadow:-12px 0 24px #00000014;margin-left:-110px;position:relative;background:#ffffff;transition:transform .3s ease;flex-shrink:0;border:1px solid #E5E7EB;cursor:default}.cp-gallery-overlap-item:first-child{margin-left:0;box-shadow:0 4px 12px #0000000d}.cp-gallery-overlap-item:hover{transform:translateY(-8px);z-index:10}.cp-close-image{position:absolute;top:12px;left:12px;width:26px;height:26px;background:rgba(255,255,255,.9);border:1px solid #E5E7EB;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;cursor:pointer;z-index:5;color:#6b7280;transition:all .2s;padding:0}.cp-close-image:hover{background:#F02C9E;color:#fff;border-color:#f02c9e}.cp-actual-image-preview{width:100%;height:100%;object-fit:cover}.cp-scroll-container{overflow-y:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;transform:translateZ(0);will-change:scroll-position;backface-visibility:hidden}.cp-preview-image-box,.cp-gallery-overlap-container,.cp-actual-pdf-preview,.cp-actual-image-preview{pointer-events:none;transform:translateZ(0);backface-visibility:hidden;will-change:transform}.cp-close-upload,.cp-close-image{pointer-events:auto}.cp-model-viewer{width:100%;height:100%;pointer-events:auto;transform:translateZ(0);backface-visibility:hidden;will-change:transform}@media (max-width: 1400px){.cp-header-left{width:520px}.cp-company-branding{width:240px;padding-right:16px}.cp-page-branding{width:280px;padding-right:16px}.cp-step-left{margin-left:240px;width:280px;padding-right:24px}.cp-step-right{padding-left:24px}.cp-page-title{font-size:20px}.cp-step-left h1{font-size:24px}.cp-step1-spacing{margin-top:48px}.cp-step-item{width:80px}.cp-step-divider{margin-left:-24px;margin-right:-24px}.cp-header-right{gap:16px}}@media (max-width: 1200px){.cp-header{padding:16px 24px}.cp-step-section{padding:48px 24px}.cp-scroll-container{margin-right:37px;padding-right:16px}.cp-header-left{width:480px}.cp-company-branding,.cp-page-branding{width:240px;padding-right:12px}.cp-step-left{margin-left:240px;width:240px;padding-right:16px}.cp-step-right{padding-left:21px}.cp-logo{width:40px}.cp-page-title{font-size:18px}.cp-page-subtitle{font-size:12px}.cp-step-left h1{font-size:22px}.cp-step-left p{font-size:14px}.cp-step1-spacing{margin-top:32px}.cp-submit-btn{padding:12px 16px;font-size:12px}.cp-step-item{width:70px}.cp-step-circle{width:28px;height:28px;font-size:13px}.cp-step-divider{margin-left:-21px;margin-right:-21px;min-width:8px}.cp-upload-dropzone,.cp-preview-card-container{height:440px}.cp-gallery-overlap-item{width:180px;height:240px;margin-left:-90px}}@media (max-width: 1024px){.cp-header{flex-wrap:wrap;justify-content:space-between}.cp-header-left{width:auto;order:1}.cp-header-right{order:2}.cp-stepper-container{display:flex;order:3;width:100%;max-width:100%;flex:0 0 100%;justify-content:center;margin-top:24px;margin-left:0}.cp-step-section{padding:48px 36px}.cp-step-left{margin-left:0;width:260px;padding-right:24px;margin-bottom:0}.cp-step-right{flex:1;padding-left:0;padding-top:0}.cp-step1-spacing{margin-top:0}.cp-upload-dropzone,.cp-preview-card-container{height:380px}.cp-gallery-overlap-item{width:160px;height:220px;margin-left:-80px}}@media (max-width: 768px){.cp-header{flex-wrap:wrap;gap:16px;padding:16px}.cp-header-left{order:1}.cp-stepper-container{order:2;justify-content:flex-start;margin-top:0;overflow-x:auto;flex:0 0 100%}.cp-header-right{margin-left:0;width:100%;justify-content:flex-start;order:3}.cp-scroll-container{margin-right:16px;padding-right:12px}.cp-step-section{flex-direction:column;padding:36px 24px}.cp-step-left{margin-left:0;width:100%;padding-right:0;margin-bottom:32px}.cp-step-right{padding-left:0;padding-top:0}}.edit-org-container{display:flex;background:#ffffff;border:1px solid #D1D5DB;margin-top:20px;min-height:600px}.edit-org-left{flex:1;padding:32px;position:relative;min-width:0}.edit-field input{width:100%;max-width:420px;height:46px;border:1px solid #D1D5DB;border-radius:8px;padding:0 14px;box-sizing:border-box;background-color:#fff;font-size:14px;font-family:Samsung sharp sans bold,sans-serif;font-weight:600;outline:none;transition:border .2s ease}.edit-field input:focus{border:2px solid #FF2D96}.edit-field input::placeholder{color:#9ca3af;font-size:14px;font-family:Samsung sharp sans medium,sans-serif;font-weight:400}.edit-org-right{width:320px;padding:24px 16px;position:relative}.edit-org-right:before{content:"";position:absolute;left:0;top:24px;bottom:24px;width:1px;background-color:#e5e7eb}.back-btn{display:flex;align-items:center;gap:15px;cursor:pointer;width:fit-content;margin-bottom:24px;font-size:14px;font-weight:600;color:#121212;font-family:Samsung sharp sans medium,sans-serif}.back-arrow{width:14px;height:14px;transform:rotate(90deg);margin-left:-10px;object-fit:contain}.edit-field{margin-bottom:16px}.edit-field label{display:block;margin-bottom:12px;font-size:15px;font-family:Samsung sharp sans medium,sans-serif;font-weight:600}.edit-divider{height:1px;background:#E5E7EB;margin-top:0;margin-bottom:24px}.org-actions{position:absolute;top:78px;right:32px;display:flex;gap:16px}@media (max-width: 1500px){.org-actions{position:static;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:12px;margin-bottom:24px;flex-wrap:wrap}.save-org-btn,.remove-org-btn{width:auto;max-width:none}.edit-org-container{display:flex;flex-direction:row;width:100%;overflow:hidden}.edit-org-left{flex:1;min-width:0;padding:16px}.edit-org-right{width:320px;flex-shrink:0;border-top:none}.edit-org-right:before{display:block}.edit-field{width:100%}.edit-field input,.edit-dropdown,.edit-dropdown-header,.edit-dropdown-menu{width:100%;max-width:420px;min-width:0;box-sizing:border-box}.edit-dropdown{position:relative}.edit-dropdown-header{height:46px}.edit-dropdown-menu{position:absolute;top:calc(100% + 2px);left:0;z-index:100;overflow-y:auto;max-height:220px}.edit-dropdown-header.edit-dropdown-active{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}}.save-org-btn{height:32px;padding:0 16px;border:none;border-radius:8px;background:#FF2D96;color:#fff;cursor:pointer;font-size:13px;font-weight:600;font-family:Samsung sharp sans bold,sans-serif}.save-org-btn:disabled{opacity:.7;cursor:not-allowed}.remove-org-btn{height:32px;padding:0 16px;border:1px solid #FF6B6B;border-radius:8px;background:#ffffff;color:#ff6b6b;cursor:pointer;font-size:13px;font-weight:600;font-family:Samsung sharp sans bold,sans-serif}.edit-org-right h3{margin-bottom:24px;font-size:16px;font-family:Samsung sharp sans bold,sans-serif}.member-row{display:flex;align-items:center;justify-content:space-between;padding:16px 0;border-bottom:1px solid #F3F4F6}.member-info{display:flex;align-items:center;gap:10px}.member-avatar{width:28px;height:28px;border-radius:50%;background:#D1D5DB;display:flex;align-items:center;justify-content:center;font-size:11px;color:#fff;font-family:Samsung sharp sans medium,sans-serif}.member-name{font-size:14px;font-family:Samsung sharp sans bold,sans-serif;font-weight:600}.member-role{font-size:13px;color:#6b7280;margin-top:2px;font-family:Samsung sharp sans medium,sans-serif}.member-remove-btn{height:28px;padding:0 12px;border:1px solid #FF6B6B;border-radius:8px;background:#ffffff;color:#ff6b6b;font-size:12px;cursor:pointer;font-family:Samsung sharp sans medium,sans-serif}.edit-dropdown{position:relative;width:100%;max-width:420px}.edit-dropdown-header{height:46px;border:1px solid #D1D5DB;border-radius:8px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;background:#ffffff;cursor:pointer;font-size:14px;font-family:Samsung sharp sans bold,sans-serif;font-weight:600;position:relative}.edit-dropdown-active{border:2px solid #FF2D96;border-bottom-left-radius:0;border-bottom-right-radius:0}.edit-dropdown-active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background-color:#e5e7eb}.edit-dropdown-arrow{width:16px;height:16px;transition:transform .2s ease}.edit-arrow-rotate{transform:rotate(180deg)}.edit-dropdown-item{padding:12px 14px;font-size:14px;font-family:Samsung sharp sans medium,sans-serif;cursor:pointer}.edit-dropdown-item:hover{background:#FFF5FB}.edit-dropdown-menu{position:absolute;top:45px;left:0;right:0;background:#ffffff;border:2px solid #FF2D96;border-top:none;border-bottom-left-radius:8px;border-bottom-right-radius:8px;overflow:hidden;z-index:100}.edit-dropdown-menu:before{content:"";display:block;height:1px;margin:0 14px;background-color:#e5e7eb}.edit-org-input{width:100%;max-width:420px;height:46px;border:1px solid #D1D5DB;border-radius:8px;padding:0 14px;box-sizing:border-box;background:#ffffff;font-size:14px;font-family:Samsung sharp sans bold,sans-serif;font-weight:600;outline:none}.edit-org-input:focus{border:1px solid #FF2D96}html{overflow:hidden;user-select:none;-webkit-user-drag:none}body{font-family:Roboto;overflow:hidden}.row{margin:0;padding:0}.debugCamera{position:absolute;top:20px;right:20px;border:1px solid black;cursor:pointer;padding:5px}.header1{background:#ffffff;padding-right:0}.p-0{padding:0}.topIcon{width:30px;height:30px;margin-left:-2px;cursor:pointer;z-index:1}.topIcon.active{z-index:0}.title{display:flex;justify-content:left;align-items:center;font-size:1.2rem;color:#000}.imgTitle{display:flex;justify-content:right;align-items:center;padding-right:5px}.centerArea{text-align:center;height:199.5px}.header1,.title,.imgTitle{height:40px}.header2{background:#eeeeee}.title2{display:flex;justify-content:left;align-items:center;font-size:1.2rem;color:#1f75cc;font-weight:700}.imgTitle2{display:flex;justify-content:center;align-items:center;color:#767676}.header1 .title{font-size:1.4rem;font-weight:700}.text1{display:flex;justify-content:center;align-items:center;font-weight:700;font-size:1.2rem;cursor:pointer;margin-right:10px;padding:10px}.text1.active{color:#0076ce;border-bottom:3px solid #0672cb;height:30px}.header2,.title2,.text1{height:30px}.header3{background:#1f75cc}.Previous_button{margin-left:-1px}.header3,.Previous_button,.nextBtn,.text2{height:30px}.nextBtn{float:right;cursor:pointer}.Previous_button{cursor:pointer}.popupTxt1{font-weight:500}.modal-title{font-weight:400}.text2{display:flex;justify-content:left;align-items:center;font-size:1.2rem;color:#fff}.textBtm1{padding-left:15px}.subNoArea{width:30px;text-align:center}.textBtm3{padding-left:45px}.moreOptions{width:4px;margin-top:6px;margin-right:10px;float:right;cursor:pointer}.header4{background:#d9f5fd}.header4,.text3{height:25px}.text4{padding:5px 5px 5px 0;background:#fff;font-size:1.2rem;line-height:1.3}.text3{display:flex;justify-content:left;align-items:center;font-size:1.2rem;font-weight:700;color:#000}.header5{height:35px;background:#ffffff}.btmmIcon{width:25px;margin-right:15px;padding-top:4px;cursor:pointer}.btmmIcon.active{width:33px}.iconArea{display:flex;justify-content:left;align-items:center;padding-left:45px}.topRow{position:absolute;top:0px;width:100%;background:transparent}.btmRow{position:absolute;bottom:0px;width:100%;background:transparent}.popup1{display:block;top:85px;color:#fff;font-size:17px}.popup1 .modal-content{color:#000;background-color:#fff;font-size:33px;font-size:17px;border-radius:0}.closeBtn{position:absolute;top:13px;width:20px;right:22px}.popup1 .modal-header{padding:10px 0;border-bottom:1.5px solid #000000;margin:0 25px}.popup1 .modal-body{padding:15px 25px}img.bodyImg{width:90px}@media (min-width: 741px){img.bodyImg{width:auto!important;height:40px}}.popupTxt2{font-size:2 rem;margin-top:0;color:#000}.stepArea{display:flex;justify-content:center}.popupTxt3{font-weight:lighter}.startProcedureArea{text-align:center;margin-top:25px}.Start_ArrowArea{text-align:left;padding:2px 0 0}.StpeImg{margin-right:5px;width:10px}.Start_Arrow{width:10px;margin-left:5px}.moreOptionPopup{bottom:50px;max-height:230px;position:absolute;width:80.34%;background:#fff;left:9.66%;padding:0 15px;box-shadow:0 0 10px #00000080;overflow-y:auto;cursor:pointer}.txtSelectArea{text-transform:uppercase;height:30px;vertical-align:middle;display:flex;justify-content:left;align-items:center;font-size:12px;color:#000;border-bottom:2px solid #eeeeee}.txtSelectArea.active{color:#0672cb}.weight500{font-weight:500}@media (max-width: 991px){.moreOptionPopup{bottom:30px;height:400px}.txtSelectArea{height:50px;font-size:15px}}@media (min-width: 320px){.moreOptionPopup{bottom:40px}.header1,.title,.imgTitle{height:50px}.title,.title2,.text2,.text3,.text4,.text1,.popupTxt3,.popupTxt4{font-size:1.2rem}.popupTxt1{font-size:12px}.topIcon{width:40px;height:40px}.header2,.title2,.text1{height:40px}.text1.active{height:40px;border-bottom:3px solid #1f75cc}.header5{height:45px}.btmmIcon.active{width:43px}.btmmIcon{width:35px;padding-top:3px}.header3,.Previous_button,.nextBtn,.text2{height:40px}.moreOptions{width:5px;margin-top:9px}.subNoArea{width:40px}.header4,.text3{height:35px}.text4{height:80px}}@media (min-width: 741px){.moreOptionPopup{bottom:30px}.header1,.title,.imgTitle{height:40px}.title,.title2,.text2,.text3,.text4,.text1,.popupTxt1,.popupTxt3,.popupTxt4{font-size:1.2rem}.topIcon{width:30px;height:30px}.header2,.title2,.text1{height:30px}.text1.active{height:30px;border-bottom:3px solid #1f75cc}.header5{height:35px}.btmmIcon.active{width:33px}.btmmIcon{width:25px;padding-top:4px}.header3,.Previous_button,.nextBtn,.text2{height:30px}.moreOptions{width:3px;margin-top:9px}.subNoArea{width:30px}.header4,.text3{height:25px}.text4{height:70px}}@media (min-width: 1224px){.popup1 .modal-dialog{width:33.33%}.moreOptionPopup{bottom:50px}.header1,.title,.imgTitle{height:60px}.title,.title2,.text2,.text3,.text4,.text1,.popupTxt1,.popupTxt3,.popupTxt4{font-size:1.7rem}.topIcon{width:50px;height:50px}.header2,.title2,.text1{height:50px}.text1.active{height:50px;border-bottom:4px solid #1f75cc}.header5{height:55px}.btmmIcon.active{width:53px}.btmmIcon{width:45px;padding-top:4px}.header3,.Previous_button,.nextBtn,.text2{height:50px}.moreOptions{width:7px;margin-top:9px}.subNoArea{width:50px}.header4,.text3{height:45px}}@media (max-width: 500px){.popupTxt3{font-size:19px;font-weight:lighter;margin-top:25px;height:40px}.startProcedureArea{margin-top:25px}.lastRow{padding-top:0}}@media (min-width: 501px) and (max-width: 1279px){.pt1-20{padding:0}}@media only screen and (max-width: 333px){.title{font-size:1rem!important}.title2,.text2,.text1,.text3{font-size:1rem}}.pointer{cursor:pointer}.displayNone{display:none!important}.loader{display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#ffffffb0;user-select:none;-webkit-user-drag:none}.loaderImg{width:100px;height:100px;animation:spin 2s linear infinite;z-index:5}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.FrontLoadingPage1{width:100vw;height:100vh;background:#ffffff;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.loadingBars{position:absolute;bottom:12.5%;height:7.1px;width:300px;display:flex;flex-direction:column}.page1Img1{position:absolute;top:8%;height:auto}.page1Img1 img{width:140px}.page1Img2{position:absolute;width:100%;height:100%}.page1Img3{position:absolute;bottom:5%;left:50%;transform:translate(-50%);width:140px}.loadingPercent{position:absolute;bottom:15%;color:#6e6e6e;font-size:18px}.FrontLoadingPage2{width:100vw;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#fff;text-align:center;color:#5cc1ee}.page2Header{color:#000;font-size:18px;position:absolute;top:30%}.page2{position:relative;top:-100px}.page2Img1{width:224px;height:auto}.page2Txt1,.page2Txt2,.page2Txt3{font-size:14px;margin:20px 0}.page2Img3{position:absolute;bottom:50px;left:50%;transform:translate(-50%);width:129px}.page2Txt1{font-size:34px}.rigthTopSlider{position:absolute;width:30%;right:-14px}.rigthTopSlider2{position:absolute;width:30%;right:-30px;bottom:0px}.SidePannel{position:absolute;width:18%;top:0px;bottom:0px;left:0px;border:1px solid #cccccc}.DellTechnologies{width:70%;margin-left:10%;margin-top:25px}.Dropdown_downImg{position:absolute;right:7px;width:29px}.btmLeftArea{position:absolute;bottom:18px;width:100%}.rightSideArea{position:absolute;top:0px;bottom:0px;width:100%;background:transparent}.button-container{text-align:left;padding:0% 7%;margin:10px 0 20px;font-size:14px}.btn-review{background:#ffffff;border:2px solid #cccccc;padding:3px 16px;border-radius:0}.btn-install{background:#ffffff;border:2px solid #cccccc;padding:3px 16px;border-radius:0;margin:-4px}.btn-review.active,.btn-install.active{color:#0076ce}.btn-review:hover,.btn-install:hover{background:#f0f0f0}.titletxt{color:#0e0e0e;font-size:24px;font-weight:700;padding:5% 7%;margin:0;font-weight:400;letter-spacing:1.12px}.titletxt2{color:#6e6e6e;font-size:18px;padding:0% 8% 0% 7%;font-weight:400;margin:5% 0}.switch{position:relative;display:inline-block;width:60px;height:34px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s}.slider:before{position:absolute;content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:#fff;-webkit-transition:.4s;transition:.4s}input:focus+.slider{box-shadow:0 0 1px #2196f3}input:checked+.slider:before{-webkit-transform:translateX(26px);-ms-transform:translateX(26px);transform:translate(26px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}.btmRow2{position:absolute;bottom:0px;width:40%;background:transparent;left:38%}.Box_with_line{border:1.5px solid #1f75cc;background:#ffffff;width:80%;height:102px}.centerBtmRow{display:flex;margin-bottom:25px}.leftArrow,.rightArrow{margin-top:21.5px;height:35px;cursor:pointer}.leftArrow{padding-right:3%}.rightArrow{padding-left:3%}.Slider_line{height:1.5px;background:#2076ce;width:80%;margin:0 10%}.LocatePart{color:#2076ce;padding:6px 0 0;font-size:14px;margin:0 10%;height:30px;display:flex;overflow:hidden;justify-content:space-between;align-items:center}.Identifytxt{padding:3px 0 0;font-size:14px;font-weight:500;width:80%;margin:0 10%;display:block;overflow:hidden;line-height:1.14;max-height:4.8em}.stepTxt{height:100%;width:auto;display:flex;justify-content:flex-end;white-space:nowrap;flex-shrink:0}.stepCount{color:#b2b2b2}.AR_iconRow{position:absolute;top:0px;left:0px;width:75%;margin-left:11.5%}.AR_iconImg{position:relative;width:25px;height:25px;top:-1px;margin-right:12px;cursor:pointer}.AR_iconImg:hover{width:30px;height:30px}.AR_iconImg.active{width:35px;height:35px;pointer-events:none}.height100dvh{height:100dvh}.height100vh{height:100vh}.navigationControlsArea{position:absolute;top:80px;right:25px;width:100%;text-align:right}.navigationControls{width:145px;height:190px}.slider-container1{width:45%;position:absolute;top:35px;right:78px}.slider-container2{width:45%;position:absolute;bottom:35px;left:15%}.btn{width:25px;height:25px;background-size:cover;cursor:pointer;border-radius:0;border:.75px solid #989898;position:absolute;bottom:-11px}.btn-minus{background-image:url(./src/assets/images/Desktop/Zoom/-Box.png)}.btn-plus{background-image:url(./src/assets/images/Desktop/Zoom/+Box.png);right:-52px}.sliderCustom{-webkit-appearance:none;width:100%;height:4px;border-radius:0;background:url(./src/assets/images/Desktop/Zoom/Slider_line.png) no-repeat center;background-size:cover;outline:none;transition:background .3s;margin-left:26px}.sliderCustom::-webkit-slider-thumb{-webkit-appearance:none;width:19px;height:37px;background:url(./src/assets/images/Desktop/Zoom/Button_slider.png) no-repeat center;background-size:contain;cursor:pointer}.sliderCustom::-moz-range-thumb{width:19px;height:37px;background:url(./src/assets/images/Desktop/Zoom/Button_slider.png) no-repeat center;background-size:contain;cursor:pointer}.resetDivArea{height:40px;border:1px solid #adadad;width:68%;position:absolute;bottom:75px;left:15%;text-align:center}.resetIcon{width:40px;margin-left:5px}.ResetTxt{font-size:19px;padding-top:6px;padding-left:9%}.resetIcon{width:40px;height:40px;position:absolute;bottom:75px;left:16%}.imagegeArea{height:34px}.containerArea{width:100%;display:flex;align-items:center;justify-content:flex-start;padding:0 10px 0 0;border:.75px solid #cccccc;border-left:none;font-size:19px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.containerText{font-size:1.2rem}.containerTextHeader{font-size:17px}.containerArea2{width:100%;display:flex;align-items:center;justify-content:flex-start;padding:5px 10px;border-left:none;border-right:none;font-size:19px;cursor:pointer;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:3.75rem}.containerArea2:hover{background:#f0f0f0}.containerArea2.active{background:#d9f5fd}.textDropDown{width:15px;height:19px;color:#000;text-align:center;line-height:16px;border-radius:5px;cursor:pointer;font-size:12px;margin-right:8px}.image-textArea{display:flex;align-items:center;gap:8px;padding-left:5%}.switchCustom{position:relative;display:inline-block;width:33.75px;height:19px;margin-left:auto;margin-top:7px}.switchCustom input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;border-radius:24px;transition:.4s}.slider:before{position:absolute;content:"";height:14px;width:14px;left:3px;bottom:3px;background-color:#fff;border-radius:50%;transition:.4s}input:checked+.slider{background-color:#0076ce}input:checked+.slider:before{transform:translate(26px);left:-9px}.navControlImg{width:15%;height:220px;position:absolute;bottom:25px;left:19%;border:1px solid #707070;padding:0 6px;background:#ffffff;z-index:1;max-width:200px}.height1{height:16%}.height2{height:28%}.NavTxt1{position:relative;top:5px;font-weight:700;font-size:13px}.NavTxt2{position:relative;top:15px;width:50%;font-size:12px;color:#000}.txtCenter{text-align:center}.navImg1{width:25%;height:auto;max-height:100%}@media (min-width: 1023px){.resetDivArea{width:65%}}@media (min-width: 1200px){.navControlImg{width:14%;height:210px}.AR_iconRow{margin-left:10%}.slider-container2{left:15%}.resetDivArea{width:63%}.AR_iconImg{width:28px;height:28px;margin-right:6px}.AR_iconImg:hover{width:33px;height:33px}}@media (min-width: 1300px){.navControlImg{width:12.5%;height:210px}}@media (min-width: 1400px){.navControlImg{width:12%;height:210px}.AR_iconRow{margin-left:9%}.AR_iconImg{width:30px;height:30px;margin-right:8px}.AR_iconImg:hover{width:35px;height:35px}.slider-container2{left:15%}.resetDivArea{width:61%}.resetIcon{left:15.5%}}@media (min-width: 1500px){.navControlImg{width:11.5%;height:210px}}@media (min-width: 1600px){.navControlImg{width:11%;height:210px}.AR_iconRow{margin-left:8%}.slider-container2{left:20%}.resetDivArea{left:20%;width:58%}.resetIcon{left:20%}}@media (min-width: 1700px){.navControlImg{width:10.5%;height:220px}}@media (min-width: 1800px){.navControlImg{width:10%;height:210px}}@media (min-width: 1900px){.navControlImg{width:9.5%;height:220px}}@media (min-width: 2000px){.navControlImg{width:9%;height:210px}.AR_iconRow{margin-left:7%}.slider-container2{left:25%}.resetDivArea{left:25%;width:57%}.resetIcon{left:26%}}.DropDownListArea{overflow-y:auto;padding:0;height:100%;scrollbar-width:thin;scrollbar-color:#cccccc #fcfcfc}.btmRow3{position:absolute;bottom:150px;width:100%;background:transparent;left:0;display:flex;justify-content:center;align-items:center}.pageActive,.pageInactive{text-align:center;width:20px;height:20px;border:1px solid #ffffff;background:#f1ae00;border-radius:50%;display:flex;justify-content:center;align-items:center;color:#fff;margin-right:5px;font-size:12px}.pageInactive{cursor:pointer;background:transparent}.subMenu{position:absolute;bottom:104px;width:91%;background:transparent;left:14px;display:flex;justify-content:center;align-items:center}.submenuNumber{display:flex;justify-content:center;align-items:center;border:1px solid #ffffff;background:#f1ae00;border-radius:50%;color:#fff;width:20px;height:20px;pointer-events:none;font-size:11px;position:relative;top:0px;margin-right:8px}.submenuNumber:hover{width:20px;height:20px}.submenuNumber.inactive{background:transparent;pointer-events:visible;cursor:pointer}.inactive:hover{background:var(--inactive-hover-bg, #f1ae00)}.activeIconArea{display:flex;justify-content:center;align-items:center;position:relative;left:0px}.bgBule{display:flex;justify-content:center;align-items:center;background:#2076ce;border-top-right-radius:15px;border-bottom-right-radius:15px;padding-right:4px;height:25px;position:relative;left:-17px;padding-left:8px}.AR_iconImg.active{z-index:1}.optionsParent{width:60%;height:50%;position:absolute;top:20%;left:20%;display:flex;justify-content:space-evenly;align-items:center;background:#d9f5fd}.optionsChild{height:100%;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;border:1px solid #707070}.optionsChild img{max-height:80%;max-width:100%}.optionsChild .optionalName{position:absolute;bottom:10px}.popup3imgDiv{display:flex;justify-content:center;align-items:center;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden}.popup3imgDiv video{object-fit:fill}.popup4imgDiv{display:flex;justify-content:left;align-items:center;width:100%;height:170px;max-width:229px}.popup3img{width:100%;max-height:100%;object-fit:contain;background:white;opacity:1}.nextDiv{display:flex;justify-content:right;cursor:pointer}.nextDivTxt{padding-top:5px;font-size:1.2rem;margin-right:10px}.nextDivimg{width:15px;height:12px;margin-top:4px}.buttonBtnBlue{background:#2076ce 0% 0% no-repeat padding-box;border:2px solid #ffffff;border-radius:16px;text-align:center;padding:6px;width:180px;cursor:pointer}.checkBoxWhiteDiv{background:#fff;color:#000;max-width:229px;width:100%;float:left;margin-top:6px;display:flex;justify-content:flex-end;align-items:center}.checkBoxGrayDiv{background:#f5f6f7;color:#000;max-width:229px;width:100%;float:left;display:flex;justify-content:flex-end;align-items:center;border:1px solid #c9c9c9}.floatLeft{float:left}.maxWidth100{max-width:100%}.WhiteBoxTxt{font-size:1.3rem;padding:6px;word-break:break-word;flex:1;min-width:0}.check_false{width:21px;height:21px;margin-left:auto;margin-right:4px;cursor:pointer;flex-shrink:0}.bgWhite{background:#ffffff}.justify_content{justify-content:left}.paddBtmPopuptype4{padding-bottom:7px}.buttonBtnBlue2{background:#2076ce 0% 0% no-repeat padding-box;border:2px solid #ffffff;border-radius:10px;text-align:center;padding:6px;width:205px;cursor:pointer;color:#fff;margin-left:8px}.buttonBtnWhiteBlue{background-color:#1e72cb;border-radius:0;text-align:center;padding:6px;width:205px;cursor:pointer;color:#fff;margin-left:8px}.popuptxt4Div{display:flex;justify-content:center;align-items:center}.paddBtmPopuptype5{padding-bottom:7px}.paddBtmpopupType9{padding-bottom:18px}.popupType13 .modal-content{height:290px}.modelBodyContent{display:flex;justify-content:space-evenly}.control-panel{position:absolute;right:40px;bottom:50px;display:flex;flex-direction:column;align-items:center;z-index:1;gap:40px}.control-group{display:flex;flex-direction:column;align-items:center}.control-title{font-weight:700;margin-bottom:8px}.control-row{display:flex;flex-direction:row;align-items:center}.control-arrow{cursor:pointer;width:50px}.zoom-row{gap:48px}.zoom-icon{cursor:pointer;width:50px}.modal-btn{padding:4px 10px;cursor:pointer;border:1px solid #2076ce;outline:none;background-color:#fff;color:#2076ce;transition:background-color .2s,color .2s;width:150px}.modal-btn:hover,.modal-btn:focus{background-color:#2076ce;border:none;color:#fff}.accessibilityModalDialog{border:1px solid #ccc;background-color:#fff;box-shadow:0 4px 12px #0000001a}.accessibilityModalHeader{position:relative;padding:16px;display:flex;align-items:center}.accessibilityModalHeaderTitle{font-weight:700;position:absolute;left:50%;transform:translate(-50%)}.accessibilityModalHeaderClose{cursor:pointer;margin-left:auto;width:15px}.accessibilityModalBody{width:350px;margin:0 auto}.flex-center{display:flex;align-items:center;justify-content:center}.justify-flexStart{justify-content:flex-start}#myModal_6 .optionalSequenceSplitter{flex:1;max-width:205px;display:flex;flex-direction:column}#myModal_6 .popup4imgDiv .popup3img{width:100%;height:100%}#myModal_6 .checkBoxGrayDiv{flex-grow:1}@media (max-width: 1224px){.popup4imgDiv{height:150px}#myModal_6 .checkBoxWhiteDiv,#myModal_6 .optionalSequenceSplitter{max-width:181px}}@media (min-width: 1224px){.popupType10 .modal-content{height:310px}}@media (min-width: 1400px){.paddBtmPopuptype4{padding-bottom:14px}.paddBtmPopuptype5{padding-bottom:10px}}@media (min-width: 1500px){.paddBtmPopuptype5{padding-bottom:17px}}.modalPopup{top:0;display:flex;align-items:center;height:100%;width:100%;position:absolute;z-index:1;background-color:#0e0e0e73}@media screen and (min-width: 1024px){.modalPopup{display:flex;align-items:center;height:100%;width:100%;padding-left:18%;position:absolute;z-index:1;background-color:#0e0e0e73}.modalPopup .modal-dialog{width:73%;background:#fff;box-shadow:none;z-index:1;margin:0;left:12%}}@media (max-width: 1250px){.SidePannel{width:20%}.navControlImg{left:20.5%}}@media screen and (min-width: 1024px) and (max-width: 1120px){.modalPopup .modal-dialog{left:0%;width:83%}.SidePannel{width:23%}.navControlImg{width:14.5%;left:23.5%}}@media (min-width: 1440px){.modalPopup .modal-dialog{left:16%;width:62%}.modalPopup .vdeoFullMdlDlg{left:25.5%;width:43%}}@media (min-width: 2560px){.modalPopup .modal-dialog{left:18%;width:54%}.modalPopup .vdeoFullMdlDlg{left:28%;width:35%}}@media (min-width: 3840px){.modalPopup .modal-dialog{left:22%;width:48%}.modalPopup .vdeoFullMdlDlg{left:28%;width:36%}}@media (min-width: 1440px){.imagegeArea{height:40px}.titletxt{font-size:2.7rem}.btn-install,.btn-review,.titletxt2{font-size:1.7rem}.titletxt2{font-size:2.2rem}.containerArea2{padding:8px 10px}.textDropDown{line-height:17px}.modalPopup .modal-dialog{transform:scale(1.2)}.modalPopup .modal-title,.stepTxtDesPopup{font-size:1.6rem}}.bottom-70vh{bottom:70vh}.bottom-50vh{bottom:50vh}@media (min-width: 2000px){.modalPopup .modal-dialog{transform:scale(1.2)}.imagegeArea{height:45px}.btn-install,.btn-review{font-size:1.8rem}.titletxt2{font-size:2.5rem}.titletxt{font-size:3rem}}@media (min-width: 2560px){.modalPopup .modal-dialog{transform:scale(1.3)}}.modalPopup .modal-content{box-shadow:none!important;border:none;border-radius:0!important;background:#fff}.modalPopup .centerArea{height:auto}.popupBgBlue .modal-dialog{background:#2076ce;color:#fff;opacity:.9;border:0px}.modalPopup .modal-title,.modalPopup .popupTxt1,.modalPopup .popupTxt2,.modalPopup .popupTxt3,.modalPopup .popupTxt4{font-weight:500!important}.modalPopup .modal-header{padding:10px 15px;margin:0 15px;border-bottom:none}.popupBgBlue .modal-header{border-bottom:1px solid #fff}.modalPopup .nextDivTxt{color:#1e72cb;font-weight:500}.popupBgBlue .nextDivTxt{color:#fff}.switchType2{left:24%!important;width:470px!important}.switchType3{left:11%!important;width:600px!important}@media (min-width: 1100px){.switchType2{left:15%!important;width:670px!important}}@media (min-width: 1225px){.switchType2{left:16%!important;width:670px!important}.switchType3{left:9%!important;width:800px!important}}@media (min-width: 1350px){.switchType3{left:12%!important}}@media (min-width: 1440px){.switchType2{left:21%!important}.switchType3{left:16%!important}}@media (min-width: 1550px){.switchType3{left:20%!important}}@media (min-width: 1750px){.switchType3{left:22%!important}}@media (min-width: 1920px){.switchType2{left:26%!important}.switchType3{left:25%!important}}@media (min-width: 2560px){.switchType2{left:31%!important}.switchType3{left:30%!important}}@media (min-width: 3860px){.switchType2{left:42%!important}.switchType3{left:34%!important}}.blue_background{position:absolute;width:25px;height:25px;top:-7px;margin-right:12px;cursor:pointer}.submenu2{position:absolute;min-width:100%;background:transparent;display:flex;justify-content:left;align-items:center;height:35px;bottom:126px;left:17.325%}.dubmenuContentDiv{width:35px;height:35px;position:relative}.AR_iconImg_blue{position:absolute;width:35px;height:35px;top:0px;cursor:pointer}.AR_iconImg_iconActive{position:absolute;width:25px;height:25px;top:5px;cursor:pointer;left:5px}.AR_iconImg_icon2{position:absolute;width:24px;height:24px;top:5px;cursor:pointer;left:5px}.AR_iconImg_icon2:hover{position:absolute;width:28px;height:28px;top:5px;cursor:pointer;left:5px}.visiblityHidden{visibility:hidden}.activeIconArea2{display:flex;justify-content:left;align-items:center;position:relative;left:0px;height:35px;margin-right:-6px}.bgBule2{display:flex;justify-content:center;align-items:center;background:#2076ce;border-top-right-radius:15px;border-bottom-right-radius:15px;padding-right:4px;height:25px;position:relative;left:-6px;padding-left:8px}.zIndex1{z-index:1}.cautionOuterDiv{position:absolute;bottom:50vh;transform:translateY(50%);text-align:right;right:30px;font-size:1.3rem;line-height:19px;width:150px;min-width:min-content}.cautionOuterDivMobile{top:145px;transform:translateY(0)}.cautiontxt1{font-size:1.7rem;font-weight:500;margin-bottom:7px}.cautiontxt2{font:italic 1.8rem Roboto;background-color:#fff;color:#000}.cautionImg{padding-bottom:4px;width:43px;height:43px}.optSeqArea{position:absolute;bottom:30vh;transform:translateY(50%);right:65px;width:176px;height:57px;background:#2e9dee 0% 0% no-repeat padding-box;border-radius:65px;font-size:1.2rem;color:#000;line-height:15px;transform:scale(1.5)}.optSeq_Next_arrow{position:absolute;right:-7px;top:9px;height:38px;width:33px}.optSeqtxt1,.optSeqtxt2,.optSeqtxt3{position:relative;left:15px;top:7px}.optSeqtxt1{color:#fff;font-size:1.3rem;top:6px}.optSeqtxt2{font-style:italic}.image-style{height:40px;object-fit:contain}@media (min-width: 1600px){.submenu2{transform:scale(1.3);bottom:132px;left:30.975%}}@media (min-width: 1920px){.submenu2{transform:scale(1.5);bottom:135px;left:40.425%}}@media (min-width: 3840px){.submenu2{left:39.375%}}#videoDivParent{z-index:-1;opacity:1}.climaxPopup{height:30%;box-shadow:0 5px 10px #505050!important}.climaxPopupBody{width:100%;height:100%}.climaxPopupHeader{height:20%;display:flex;align-items:center;font-size:16px;font-weight:600!important}.climaxPopupContent{height:100%;width:100%;display:flex;flex-direction:column}.climaxPopupHeaderDiv{margin-left:5%}.climaxPopupContent .text-content{font-size:16px}.climaxPopupbuttonBtnBlue2{width:107px}.modalPopup .normalFont{font-weight:400!important;line-height:1.4}.videoModelTitle{display:flex;font-weight:700!important;position:absolute;top:0px;padding:5px 20px;width:89%;border-bottom:1px solid #fff;margin:0 20px}.closeBtnVideo{position:absolute;top:6px;width:20px;right:22px}.nextDiv2{width:100%;display:flex;justify-content:right;cursor:pointer;position:absolute;bottom:12px}.videoFullPopup{padding:10px 15px}.causionDiv{width:100%;background:#fdefca 0% 0% no-repeat padding-box;border:1px solid #e4e0d2;color:#000;font-weight:400}.Caution_icon{height:10px}.causionColDiv{display:flex;justify-content:center;padding:5px 2px}.flex-justify-start{display:flex;justify-content:flex-start}.Caution_iconTxt{font-size:11px}#videoPopup .modal-dialog{opacity:1}@media (min-width: 1440px){.Caution_iconTxt{font-size:12px}}@media (min-width: 1540px){.Caution_iconTxt{font-size:13px}}@media (min-width: 1750px){.Caution_iconTxt{font-size:1.3rem}}@media (min-width: 2560px){.Caution_icon{width:17px;height:17px}}@media (max-width: 1999px){.popup4imgDiv{justify-content:center}}#myModal_2 .modal-title{font-size:2.1rem;font-weight:400!important;color:#0e0e0e}.modal-heading{font-size:1.4rem}.width-fit-content{width:fit-content}.padding-10{padding:10px}.justify-evenly{justify-content:space-evenly!important}.customTextSmall{font-size:10px;margin:7px 0}.popup-header{font-size:32px;font-weight:450!important}.popup-description{font-size:17px;font-weight:430;height:auto}.caution-content{align-items:flex-start;padding-left:10px}.optionalSeq-wrapper{color:#000;height:100%}.optionalSeq-header{font-weight:400}.optionalSeq-item{display:flex;flex-direction:column;align-items:center}.optionalSeq-checkbox{margin-bottom:15px;width:160px}.optionalSeq-nextBtn{text-align:center}@media screen and (min-width: 741px){.optionalSeq-item{flex-direction:row}.optionalSeq-checkbox{margin-bottom:0;width:300px}.optionalSeq-content{display:flex;flex-direction:column;height:80%;justify-content:space-around;align-items:center}}.textOptionalSeq-content{box-shadow:none;display:flex;flex-direction:column;color:#000;height:100%}.modal-header.textOptionalSeq-header{border-color:#fff}.textOptionalSeq-header{border-color:#fff;font-size:14px}.textOptionalSeq-title{font-weight:400;font-size:15px}.textOptionalSeq-subtitle{font-size:13px}.textOptionalSeq-item{cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}.textOptionalSeq-imgWrapper{object-fit:contain}@media screen and (max-width: 1023px){.textOptionalSeq-img{width:160px}.modalContentBody>.height100{display:flex;flex-direction:column;height:100%}.box-flex-col{flex:1 1 auto;min-height:0;overflow:hidden;margin-bottom:15px;padding-right:8px;box-sizing:border-box}.stepArea{flex-shrink:0;height:auto!important;padding-bottom:5px;margin-top:auto}.box-flex-col::-webkit-scrollbar{width:6px;-webkit-appearance:none}.box-flex-col::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.box-flex-col::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.box-flex-col::-webkit-scrollbar-thumb:hover{background:#a8a8a8}}@media screen and (max-width: 389px){.textOptionalSeq-img{width:125px}}.textOptionalSeq-checkbox{display:flex;align-items:center;justify-content:space-between;padding:4px;font-size:10px}.textOptionalSeq-checkIcon{width:20px;height:20px}.textOptionalSeq-footer{text-align:center;padding-bottom:12px}.custom-header{margin:0 15px;padding:10px;font-weight:500}.custom-body{padding:15px;font-size:14px}.body-texts{display:flex;flex-direction:column;gap:20px}.support-btn-container{justify-content:flex-start}.support-btn{border-radius:5px;margin-left:0;width:auto;font-size:14px}.footer-next{display:flex;color:#2076ce;justify-content:center;font-weight:700;padding-top:10px}.custom-climax-dialog{background-color:#fff;color:#000}.custom-description{font-size:14px}.custom-install-dialog{background-color:#fff;color:#000;opacity:1}.modalHeightLarge{height:82%}.modalTextMedium{font-weight:500}.modalTextSmall{font-size:14px;font-weight:500}.videoDialog{background-color:#2076ce;color:#fff}.videoHeader{border-color:#fff}.videoHeaderTitle{font-size:14px;font-weight:400}.modalContentBody{display:flex;flex-direction:column;justify-content:center}.videoNextWrapper{display:flex;justify-content:center}.modalVisible{visibility:visible}.modalBodyRow{display:flex;flex-direction:row;justify-content:space-between;height:75vh}.modalHeaderWhite{border-color:#fff}.modalTitleNormal,.popupTextSmall{font-size:14px}.nextDivCenter{justify-content:center}.nextTextBlue{color:#2076ce}.weight300{font-weight:300!important}.weight400{font-weight:400!important}.weight450{font-weight:450!important}.prepPopup .popupTxt2{font-weight:400!important}.prepPopup .des{color:#000;font-size:1.1rem}.install-removal-toggle-wrapper{width:100%;display:flex;justify-content:space-between;padding:0% 7%}.install-removal-toggle-wrapper .toggleContainer{width:50%;font-weight:400;font-size:1.4rem;margin-right:0}.sequencesTextWrapper{width:100%;height:3.75rem;padding:5% 7%}.sequencesTextWrapper .sequencesTextContainer{width:100%;padding:0}.w100{width:100%}.sequencesTextWrapper .sequencesTextContainer .sequencetextSpan{font-size:1.2rem;font-weight:400;color:#0e0e0e;margin-left:15%}.size135{font-size:1.35rem}.noBorder{border:none!important}.controlPanelArea{height:3rem;width:100%;display:flex;align-items:center;justify-content:flex-start;padding:0 10px 0 0}.controlPanelArea-reset{margin-bottom:10px}.controlPanelArea-reset-innerDiv{border:1px solid #0063b8;font-size:.95rem;padding:0 15px;margin-left:5%;min-width:max(33%,11rem);width:max-content;max-width:90%;height:100%;display:flex;justify-content:center;align-items:center;gap:15px}.controlPanelArea-reset-text{font-size:1.1rem;color:#0063b8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.controlPanelArea-reset-image{height:15px}.imagegeAreaV2{max-height:3.4rem}.fixedSizeBox{width:750px!important;height:430px!important}.paddingTop10{padding-top:10px}.modalHeaderFlex{display:flex;align-items:center;justify-content:space-between;padding:15px 28px;font-weight:400}.flexColumnGap20{display:flex;flex-direction:column;gap:20px;text-align:left;font-size:14px}.spaceBetweenPad{display:flex;justify-content:space-between}.noRadius{border-radius:0}.flexColBetween{display:flex;flex-direction:column;justify-content:space-between;height:88%}.borderRadius5{border-radius:5px}.font19Medium{font-weight:400;font-size:19px}.flexCenterGap25{display:flex;justify-content:center;gap:25px}.padding20{padding:20px}.mb10{margin-bottom:10px}.mb20p{margin-bottom:20%}.font14MediumPt10{font-weight:500;font-size:14px;word-break:break-word}.borderGray{border:1px solid #c9c9c9}.heightAuto{height:auto!important}.height10{height:10%}.height15{height:15%}.height20{height:20%}.height30{height:30%}.height40{height:40%}.height60{height:60%}.height70{height:70%}.height80{height:80%!important}.height100{height:100%}.height430{height:430px}.bottom20{bottom:20%}.width48{width:48%!important}.width50{width:50%!important}.width90{width:90%!important}.width95{width:95%!important}.width100{width:100%!important}.left0{left:0%!important}.left205{left:2.5%!important}.left5{left:5%!important}.left13{left:13%}.top45{top:45%!important}.d_flex{display:flex!important}.flex_direction_row{flex-direction:row!important}.flex_direction_column{flex-direction:column}.justify_content_between{justify-content:space-between!important}.align_items_end{align-items:flex-end!important}.justify_content_start{justify-content:flex-start!important}.right-box{display:flex;justify-content:flex-end;padding:30px}.width25{width:25px}.video-border{border:1px solid #0063b8}.paddedBox{padding:15px 28px}.fixedBox{height:500px!important;width:700px!important}.configPage{height:60%;display:flex;flex-direction:column;padding-top:40px}.modalBodyScrollable{margin-top:10px;overflow-y:auto}.imageGrid{display:grid}@media screen and (min-width: 1023px){.imageGrid{display:grid;gap:40px 30px;margin-top:20px;align-items:center;position:relative;top:20px}.imageGrid:has(.imageCard:nth-child(1):last-child){grid-template-columns:1fr;grid-template-rows:150px;justify-items:center;align-items:center}.imageGrid:has(.imageCard:nth-child(2):last-child),.imageGrid:has(.imageCard:nth-child(3):last-child),.imageGrid:has(.imageCard:nth-child(4):last-child){grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,150px)}.imageGrid:has(.imageCard:nth-child(5)){grid-template-columns:repeat(3,1fr);overflow-y:auto;grid-auto-rows:150px}}@media screen and (max-width: 740px){.imageGrid{grid-template-columns:1fr;justify-items:center;gap:10px}}.imageCard{position:relative;height:160px;cursor:pointer;overflow:hidden;transition:background-color .3s ease}.imageCard:after{content:"";position:absolute;inset:0;border:2px solid #5cc1ee;opacity:0;pointer-events:none}.imageCard:hover{background-color:#d9f5fd}.imageCard:hover:after{opacity:0}.imageCard:not(:hover):after{animation:borderFlash .3s ease}@keyframes borderFlash{20%{opacity:1}80%{opacity:1}to{opacity:0}}@media screen and (min-width: 1023px){.imageCard img{width:85%;object-fit:cover;transition:opacity .4s ease,transform .4s ease}}@media screen and (max-width: 740px){.imageCard{height:auto}.imageCard img{width:80%;transition:opacity .4s ease,transform .4s ease}}.imageCard:hover img{opacity:.9;transform:scaleX(1.1)}.imageCard .overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;color:#2972cb;font-weight:500;border:1px solid #d9f5fd;padding:8px 16px;width:25%;opacity:0;transition:opacity .4s ease}@media screen and (max-width: 740px){.imageCard{width:90%;padding-bottom:10px}.imageCard .overlay{font-size:14px;padding:4px 8px}}.imageCard.selected{opacity:1}.imageGrid.selected .imageCard:not(.selected){opacity:.4;transition:opacity .3s ease}.imageCard:hover .overlay{opacity:1}.imageHeading{margin:20px 0;font-size:16px;font-weight:600;transition:transform .4s ease}@media screen and (max-width: 740px){.imageHeading{font-size:14px}}.imageCard:hover .imageHeading{font-weight:500;transform:scale(1.2)}.stepCircle{width:8px;height:8px;border-radius:50%;border:1px solid #707070;margin:0 8px}.stepCircle.active{background:#333}.height90{height:90%}.height50{height:50%}.custom-box{padding:15px 26px 15px 20px;height:8%}@media screen and (min-width: 741px){.custom-box{height:10%}}.width15p{width:15px}.width20{width:20%}.width8p{width:8px}.sup-btn{width:135px;height:38px;display:flex;justify-content:center;align-items:center}.width150{width:150px}.width160{width:160px}.content-box{padding:20px;height:82%}.center-flex-5{height:5%;display:flex;justify-content:center;align-items:center}.icon-small{width:17px;margin-left:10px}.flex-wrap-gap{display:grid;grid-template-columns:repeat(2,auto);justify-content:start;gap:10px;margin-top:5px}.bottom-offset{position:relative;bottom:12px}@media screen and (max-width: 389px){.flex-wrap-gap{gap:10px}}@media screen and (max-width: 740px){.modal-dialog{height:90%;margin-top:0}.modal-content{height:100%}}@media screen and (min-width: 741px) and (max-width: 1023px){.modal-dialog{height:100%}.modal-content{height:520px;width:100%}.flex-wrap-gap{grid-template-columns:repeat(3,auto)}}.flex-column-gap{display:flex;flex-direction:column;gap:15px}.scale-x-15{transform:scale(1.5)}.justify-content-start{justify-content:flex-start}.header-border{margin:0 26px 0 15px;padding:15px 0;border-bottom:1.5px solid #9f9f9f}.flexCenterBox{border:1px solid #2076ce;display:flex;justify-content:center;align-items:center}.opacity04{opacity:.4}.customModalBody{display:flex;flex-direction:column;height:80%;padding:35px 15px 15px 20px}.configGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.semiBoldText{font-weight:450;font-size:15px}.fontWeight400{font-weight:400}.height375{height:3.75rem}.toggleStateIndicator{height:100%;display:flex;align-items:center;justify-content:flex-start;margin-left:4%;color:#0e0e0e}.color0E0E0E{color:#0e0e0e}.v-center-carousel{color:#0e0e0e;font-weight:400}.v-center-carousel .slick-slide{text-align:center;transition:all .4s ease;opacity:.4;transform:scale(.9)}.v-center-carousel .slick-center{opacity:1;transform:scale(1);font-size:36px}.v-center-carousel .slide{height:100px;display:flex!important;align-items:center;justify-content:center;font-size:27px;text-align:left}.v-center-carousel .slide img{padding:0% 10px;max-height:100%}.loadingTipsContainer{position:absolute;top:25%;width:60%;height:50%}.loadingTipsContainer .header{position:absolute;top:0;width:100%;height:20%;font-size:24px;color:#0e0e0e;letter-spacing:0px;display:flex;justify-content:center;align-items:center}.loadingTipsContainer .howToUseContainer{position:absolute;width:80%;height:80%;bottom:0;left:10%;background:#ffffff 0% 0% no-repeat padding-box;border:1px solid #707070;border-radius:8px}.loadingTipsContainer .howToUseContainer .mouseControlsContainer{position:absolute;top:0;left:10%;width:80%;height:40%;display:flex;align-items:center}.loadingTipsContainer .howToUseContainer .mouseControlsContainer .mouseControlsText{width:30%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;font-size:18px}.loadingTipsContainer .howToUseContainer .mouseControlsContainer .mouseControlsText span{width:100%;text-align:left}.loadingTipsContainer .howToUseContainer .mouseControlsContainer .mouseControlsImages{width:70%;height:80%;display:flex;justify-content:center;align-items:center}.loadingTipsContainer .howToUseContainer .mouseControlsContainer .mouseControlsImages .mouseControlsImagesColumn{position:relative;width:30%;height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;border-right:2px solid #cccccc}.loadingTipsContainer .howToUseContainer .mouseControlsContainer .mouseControlsImages .mouseControlsImagesColumn .mouseControlsImagesColumnText{width:100%;height:20%;font-size:15px;display:flex;justify-content:center;align-items:center}.loadingTipsContainer .howToUseContainer .mouseControlsContainer .mouseControlsImages .mouseControlsImagesColumn img{max-width:100%;display:flex;justify-content:center;align-items:flex-end;padding:0 5px}.loadingTipsContainer .howToUseContainer .partitionLine{position:absolute;top:47.5%;width:90%;left:5%;height:1px;border:1px solid #cccccc}.loadingTipsContainer .howToUseContainer .keyboardControlsContainer{position:absolute;bottom:0%;left:10%;height:50%;width:80%;display:flex}.keyboardControlsText{width:30%;height:100%;display:flex;flex-direction:column;justify-content:space-between}.keyboardControlsTextHeader{width:100%;height:30%;display:flex;align-items:flex-start;color:#0e0e0e;font-size:18px;text-align:left}.keyboardControlsTextContent{width:100%;height:65%;color:#000;font-size:12px;text-align:left}.keyboardControlImages{width:70%;height:100%;display:flex;justify-content:center;align-items:center}.keyboardControlImages .cont1{width:30%;height:100%;display:flex;flex-direction:column}.keyboardControlImages .cont2{width:70%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.keyboardControlImages .cont1 .item{width:100%;height:50%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.keyboardControlImages .cont1 .item .itemImage{width:100%;height:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;border:1px solid #000000;border-radius:2px;font-size:10px}.keyboardControlImages .cont1 .item .itemLabel{width:100%;text-align:left;margin-bottom:5px;font-size:12px}.keyboardControlImages .cont2 .wrapper{position:relative;width:100%;height:50%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.keyboardControlImages .cont2 .wrapper .itemLabel{position:absolute;top:1%;margin-left:6%}.keyboardControlImages .cont2 .wrapper .innerWrapper{width:100%;height:50%;display:flex;align-items:center;justify-content:flex-start;margin-left:6%}.keyboardControlImages .cont2 .wrapper .innerWrapper span{margin:0 5px}.keyboardControlImages .cont2 .wrapper .innerWrapper .item{width:42%;height:100%;font-size:10px;border:1px solid #000000;display:flex;justify-content:center;align-items:center}.skippableSequenceContainer{position:absolute;width:12%;height:7%;top:30%;right:30px;border:2px solid #2076ce;border-radius:5px;display:flex;cursor:pointer}.skippableSequenceContainer .textContainer{width:80%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:1px}.skippableSequenceContainer .textContainer .header{width:90%;font-size:12px;color:#2076ce;font-weight:500;text-align:left;margin-left:10%}.skippableSequenceContainer .textContainer .description{width:90%;font-size:10px;color:#000;font-style:italic;text-align:left;margin-left:10%}.skippableSequenceContainer .imageContainer{width:20%;height:100%;display:flex;justify-content:center;align-items:center}.skippableSequenceContainer .imageContainer img{max-height:50%}.boldFont{font-weight:700}.noMarginLeft{margin-left:0}.topContainer{position:relative;width:100%;height:135px;background-color:#fff}.mobileModelName{width:100%;height:60%;gap:10px;display:flex;flex-direction:column;justify-content:center;font-weight:400}.mobileModelName .modelDisplayName{font-size:24px;color:#0e0e0e;margin-left:15px}.mobileModelName .procedureName{font-size:16px;color:#000;margin-left:15px}.mobileTopBar{position:relative;width:100%;height:40%;border-bottom:2px solid #e1e1e1;display:flex;align-items:center}.backgroundWhite{background-color:#fff}.justify-flexEnd{justify-content:flex-end!important}.mobileTopBar .toggleContainer{position:absolute;left:15px;min-width:40%;width:fit-content;max-width:calc(100% - 160px);height:100%;display:flex}.toggleContainer .toggle{display:flex;justify-content:center;align-items:center;flex:1;padding:0 10px;height:100%;color:#797979;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.toggleContainer .toggle.active{color:#1e72cb;border-bottom:2px solid #1f75cc}.mobileTopBar .settingsContainer{position:absolute;right:15px;width:auto;height:100%;display:flex;justify-content:flex-end;align-items:center;gap:clamp(12px,5vw,24px)}@media (max-width: 360px){.toggleContainer .toggle{font-size:13px;padding:0 5px}}.mobileTopBar .settingsContainer img{height:18px}.btmRow .topNav{width:100%;height:30%;display:flex;justify-content:flex-start;align-items:center}.btmRow .topNav .navButtonContainer{width:13%;height:100%;display:flex;justify-content:flex-start;align-items:center;border:1px solid #e1e1e1}.mobilePreviousArrow{height:24px;margin-left:15px}.mobileNextArrow{height:24px;margin-right:15px}.mobileNavMainContent{width:74%;height:100%;display:flex;justify-content:center;align-items:center;background-color:#f8f8f8;border-top:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1}.mobileNavMainContent .innerContainer{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.mobileNavMainContent .innerContainer .textContent{width:90%;height:100%}.mobileNavMainContent .innerContainer .textContent .wrapper{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5px;margin:0 10px;color:#191918;font-size:15px}.mobileNavMainContent .innerContainer .textContent .wrapper .sequenceLength{font-size:12px}.mobileNavMainContent .innerContainer .imageContent{width:10%;height:100%;display:flex;justify-content:center;align-items:center}.mobileNavMainContent .innerContainer .imageContent img{height:24px}.scrollBarContainerWrapper{position:absolute;top:0;width:100%;height:80%;background-color:#0e0e0e73;z-index:1}.scrollBarContainer{position:absolute;left:13%;bottom:0%;width:74%;height:50%;margin:0;padding:0;color:#000;font-weight:500;font-size:14px;background-color:#fff;overflow-y:auto;z-index:1}.scrollBarContainer .innerContainer{width:100%;height:12.5%;list-style:none}.scrollBarContainer .innerContainer.active{color:#1f75cc}.scrollBarContainer .innerContainer .wrapper{height:100%;display:flex;justify-content:flex-start;align-items:center;margin:0 10px;gap:.75rem;border-bottom:1px solid #707070}.btmRow .contentArea{width:100%;height:70%;display:flex;justify-content:center}.btmRow .contentArea .wrapper{width:74%;height:100%}.btmRow .contentArea .wrapper .stepInfoTxt{text-align:left;font: 16px Roboto;color:#191918;display:block;overflow-y:hidden;height:100%;width:100%;padding:10px}.optionalSequenceSplitter{display:flex;flex-direction:column;gap:10px}.ptb-0{padding-top:0;padding-bottom:0}.keyboardControlsContainer .keyboardControlImages .mobileInnerContainer{width:100%;display:flex;justify-content:space-between}.keyboardControlsContainer .keyboardControlImages .mobileInnerContainer .item{width:45%;text-align:left}.keyboardControlsContainer .keyboardControlImages .mobileInnerContainer .itemImage{width:min(100%,75px);height:30px;display:flex;align-items:center;border:1px solid #707070}.calculatedmargin{margin-bottom:min(10%,35px)}.ml5{margin-left:5px}.moveUp7{position:relative;bottom:7px}.flexColumnSpace{display:flex;flex-direction:column;justify-content:center}.paddedBox15x28{padding:15px 28px}.nextButton{background-color:#1e72cb;cursor:pointer;border:none}.nextButtonText{color:#fff;padding:10px;font-size:1.2rem}.height25{height:25%!important}.height35{height:35%!important}.box-flex-col{height:62%;display:flex;flex-direction:column;gap:10px}.width92{width:92%}.text-underline{text-decoration:underline}.video-responsive{max-height:100dvh}.flex-grow-equal{flex:1 1 0}.scrollBarContainer .wrapper .num{display:inline-block;width:2ch;text-align:right;white-space:nowrap}.textButton{color:#fff;font-size:12px;padding:0 18px}.btnPrimary{background-color:#1e72cb;border-radius:2px}.videoNextBtn{min-width:65px;width:fit-content;height:37px;padding:0}.exploreBtn{position:absolute;bottom:20%;width:250px;padding:10px}.p5w450{padding:5px;font-weight:450}.w500{font-weight:500}.mt20{margin-top:20px}.textLarge{font-size:2.1rem!important;font-weight:400!important;color:#0e0e0e}.centerBox{min-width:65px;width:fit-content;height:38px;margin:0 auto}.exploreContainer{width:600px;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.flexBetweenCenter{display:flex;flex-direction:column;justify-content:space-around;align-items:center;width:95%;height:auto;gap:12px;color:#fff;position:relative;bottom:10%}.explore3d-control-item{display:flex;align-items:center;justify-content:space-between;text-align:center;width:35%}.explore3d-control-item h3{font-size:1.7rem;margin:5px 0}.explore3d-control-item img{width:100px;margin:5px 0}.pointerText{font-size:1.5rem;cursor:pointer}.pt-120{padding:120px 15px 15px}.w-100px{width:100px}.mb-20{margin-bottom:20px}.mt-40{margin-top:40px}.p5w450{padding:5px 0;font-weight:450}.textLarge{font-size:2.1rem!important}.flexRelative{display:flex;position:relative;left:5px}.blockWithMargin{display:block;margin-top:10px}.m-0{margin:0}.service-mode-box{width:40%;overflow-y:auto;background-color:#fff;border-radius:10px;padding:5px 16px;line-height:1.2;color:#000;font-size:12px;scrollbar-width:thin;scrollbar-color:#c9c9c9 #f1f1f1}.service-mode-box::-webkit-scrollbar{width:8px}.service-mode-box::-webkit-scrollbar-track{background:#c9c9c9}.service-mode-box::-webkit-scrollbar-thumb{background-color:#fff;border-radius:8px;border:2px solid transparent;background-clip:content-box}.service-mode-box ol li,.service-mode-box ul li{margin-bottom:10px}.service-mode-box ol li:last-child,.service-mode-box ul li:last-child{margin-bottom:0}.note{background-color:#f2f8fc;color:#000;display:flex;padding:8px 10px;border-radius:3px;margin:10px 0;font-size:.95em;border:1px solid #b5d2e9}.note-icon{width:16px;height:16px;margin-right:8px;position:relative;bottom:2px}.pl16{padding-left:16px}.justify-content-center{justify-content:center!important}.service-box{width:auto;margin-top:20px;padding:0 15px 0 0;border-radius:0}.height5{height:5%}.sm-video-responsive{width:100%!important}.climaxPopupComplete{font-size:32px}.justify-content-right{justify-content:right}.caution-box{display:flex;align-items:flex-start;gap:10px;background-color:#fef7e5;border:1px solid #e6cf91;padding:10px;font-size:12px!important}.caution-box .caution-text a{color:#0a66c2;text-decoration:underline}.highlight-owner-tag{background-color:#000;color:#fff;padding:2px 4px;border-radius:2px}.highlight-bold{font-weight:700}.warrantyWarning{width:100%;display:flex;background:#fdefca;border:1px solid #e4e0d2;padding:5px;font-size:12px!important;gap:5px}.warrantyWarning img{height:17px}.modalWithWarrantyWarning,.flex_space_around{display:flex;flex-direction:column;justify-content:space-around}.dellSupport{color:#2972cb;text-decoration:underline}.font-size10{font-size:1rem}.warrantyWarningDesktop{min-height:35px;height:auto}.html{scroll-behavior:smooth}.is-mac *::-webkit-scrollbar{width:8px}.is-mac *::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.is-mac *{scrollbar-width:auto}.LocatePartContent{flex:1;height:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-right:15px}@media (max-width: 1450px){.skippableSequenceContainer{width:15%}.skippableSequenceContainer .textContainer .header{font-size:10px}}@media (max-width: 1023px){.v-center-carousel .slide{font-size:21px}.v-center-carousel .slide img{max-height:45%;padding:0;margin:0 5%}.loadingTipsContainer .header{font-size:20px}.skippableSequenceContainer{width:20%}.Caution_icon{position:relative;bottom:5px}.navControlImg{width:150px;height:200px;position:unset}.navControlArea{display:flex;justify-content:flex-end;margin:10px 15px 15px}.NavTxt1{font-size:12px}.navControlImg .flexRelative{justify-content:space-between;margin:0;left:0;width:100%;box-sizing:border-box}.navControlImg .NavTxt2{font-size:12px;color:#000;top:0;width:auto;margin:0;display:flex;align-items:center;justify-content:center;height:100%;min-width:60px}.navControlImg .navImg1{width:auto;height:auto;max-height:40px;margin:0}}@media (max-width: 740px){.v-center-carousel .slide{font-size:16px}.loadingTipsContainer{width:90%}.loadingTipsContainer .header{font-size:18px}.skippableSequenceContainer{width:25%;top:180px;background-color:#fff;right:10px}.cautionOuterDiv{right:10px}.cautionOuterDiv .cautionImg{height:25px;width:auto}.cautionOuterDiv .cautiontxt1,.cautionOuterDiv .cautiontxt2{font-size:12px}.page1Img1 h2{font-size:20px}.page1Img1 img{height:100px;width:auto}.flexBetweenCenter{bottom:14%}}@media (max-width: 600px){.skippableSequenceContainer{width:30%}}@media (max-width: 500px){.skippableSequenceContainer{width:43%}}@media (max-width: 400px){.loadingBars{bottom:15%}.loadingPercent{bottom:17.5%}.page1Img3{width:100px}.v-center-carousel .slide{font-size:12.5px}.loadingTipsContainer .header{font-size:15px}.skippableSequenceContainer .textContainer .header{font-size:10px}.skippableSequenceContainer .imageContainer img{max-height:30%}}@media screen and (min-width: 741px){.content-box{height:80%}.flexBetweenCenter{margin-top:0;flex-direction:row;height:auto}.explore3d-control-item{flex-direction:column;align-items:center;text-align:left;width:auto;gap:10px}.explore3d-control-item h3{font-size:2.1rem;margin:5px 0}.centerBox{height:35px}.exploreBtn{bottom:17%}.pt-120{padding:100px 15px 15px}}@media (min-width: 2000px){.install-removal-toggle-wrapper .toggleContainer,.textDropDown{font-size:18px}.sequencesTextWrapper .sequencesTextContainer .sequencetextSpan,.containerText,.LocatePart,.Identifytxt{font-size:16px}}@media screen and (min-width: 741px) and (max-width: 1023px){.modal-dialog{width:700px;margin:auto;display:flex;align-items:center;justify-content:center}.popup1{top:0}.modalHeightLarge{height:80%}.page1Img1 h2{font-size:24px}.explore3d-control-item img{margin:5px 0}.flexBetweenCenter{width:80%}.justify-flexEnd,.justify-flexStart{justify-content:center!important}.flex-wrap-gap{column-gap:60px}.sm-video-responsive{width:60%!important}}@media screen and (max-height: 650px){.DropDownListArea{height:80%}.btmLeftArea{bottom:10px}.scrollLI{height:14.286%}.titletxt2{margin:3% 0}.titletxt{padding:3% 7%}}@media screen and (max-height: 750px){.height375{height:auto}.titletxt{font-size:1.8rem}.titletxt2{font-size:1.5rem}.containerText{font-size:1rem}.size135{font-size:1.1rem}.install-removal-toggle-wrapper .toggleContainer{font-size:12px}.sequencesTextWrapper .sequencesTextContainer .sequencetextSpan{font-size:1.1rem}.content-box{padding:10px 20px}.popupTextSmall{font-size:13px}.flex-column-gap{gap:10px}.cautionOuterDiv{width:max-content;max-width:220px;transform:translateY(0)}.cautionOuterDiv .cautionImg{width:32px;height:32px;padding-bottom:2px}.cautiontxt1{font-size:1.6rem}.cautiontxt2{font:italic 1.6rem Roboto}.control-panel{gap:20px;bottom:25px}.control-arrow,.zoom-icon{width:40px}.zoom-row{gap:30px}}@media screen and (min-width: 1023px){.explore3d-control-item img{width:85%;margin:5px 0}.exploreBtn{bottom:22%}.flexBetweenCenter{width:100%}.exploreContainer{width:680px}}@media screen and (max-width: 450px){.mobileNavMainContent .innerContainer .textContent .wrapper{font-size:13px;line-height:1.2}.btmRow .contentArea .wrapper .stepInfoTxt{font-size:14px}.btmRow .topNav{height:40%}.btmRow .contentArea{height:60%}.scrollBarContainer{font-size:12px}.scrollBarContainer .innerContainer{height:15%}}.textOptionalSeq-content .content-box{padding:10px 20px!important;height:calc(82% - 20px)!important;max-height:70dvh!important;margin-bottom:20px!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#c1c1c1 #f1f1f1}.textOptionalSeq-content .content-box::-webkit-scrollbar{width:6px;-webkit-appearance:none}.textOptionalSeq-content .content-box::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.textOptionalSeq-content .content-box::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.textOptionalSeq-content .content-box::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@media screen and (min-width: 600px) and (max-width: 740px){.flex-wrap-gap{gap:25px;grid-template-columns:repeat(3,auto)}}.gap-10{gap:10px}.caution-content-box,.textOptionalSeq-scroll-body,.textOptionalSeq-content .content-box,.service-mode-box{box-sizing:border-box;overflow-y:auto;-webkit-overflow-scrolling:touch}.caution-content-box>*:last-child,.textOptionalSeq-scroll-body>*:last-child,.textOptionalSeq-content .content-box>*:last-child,.service-mode-box>*:last-child{margin-bottom:0}.caution-content-box::-webkit-scrollbar,.textOptionalSeq-scroll-body::-webkit-scrollbar,.textOptionalSeq-content .content-box::-webkit-scrollbar{width:8px}.caution-content-box::-webkit-scrollbar-track,.textOptionalSeq-scroll-body::-webkit-scrollbar-track,.textOptionalSeq-content .content-box::-webkit-scrollbar-track{background:#cccccc;border-radius:8px}.caution-content-box::-webkit-scrollbar-thumb,.textOptionalSeq-scroll-body::-webkit-scrollbar-thumb,.textOptionalSeq-content .content-box::-webkit-scrollbar-thumb{background-color:#fff;border-radius:8px;border:2px solid transparent;background-clip:content-box}.caution-content-box{padding-bottom:15px}.textOptionalSeq-scroll-body{padding-bottom:15px;padding-right:5px}.textOptionalSeq-content .content-box{padding:10px 20px 15px}.explore3d-control-item-mobile{height:50px;width:auto!important}@media screen and (min-width: 1024px) and (max-width: 1300px){.btmRow2{width:45%;left:37%}.submenu2{left:15%}.LocatePart,.Slider_line,.Identifytxt{width:86%;margin:0 7%}}@media (max-width: 1023px){.btmRow .contentArea .wrapper{width:74%;margin:0 auto}}@media (max-width: 740px){.btmRow .contentArea .wrapper.expandedWidth{width:95%}}@media (min-width: 741px) and (max-width: 1023px){.btmRow .contentArea .wrapper.expandedWidth{width:88%}}.touch-mode-row img.navImg1{margin-left:20px}.step-text-clamper{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:4}@media screen and (max-height: 680px){.step-text-clamper{-webkit-line-clamp:3}}@media screen and (max-height: 550px){.step-text-clamper{max-height:2.6em}}.switchCustom,.toggleStateIndicator,.height375 .image-textArea img{flex-shrink:0}.height375 .image-textArea{flex:1;min-width:0;padding-right:5px;box-sizing:border-box}.height375 .image-textArea .containerText{white-space:normal;line-height:1.2}.text-wrap{word-break:break-word;min-width:0}@media screen and (max-height: 700px){.flexBetweenCenter{bottom:3%}}#myModal_6 .optionalSequenceSplitter{display:flex;flex-direction:column}#myModal_6 .checkBoxGrayDiv{flex:1}.server-heading-bold{font-size:26px;font-weight:500;color:#000;line-height:1;letter-spacing:normal;margin:0}.server-tablet-grid-override,.server-desktop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;width:100%}.server-desktop-icon{height:40px;width:auto;object-fit:contain;margin-bottom:12px}.server-desktop-step-label{font-size:15px;color:#636363;font-weight:400;margin:0 0 6px;opacity:.8}.server-desktop-step-title{font-size:21px;font-weight:500;color:#000;margin:0 0 16px;line-height:1.2;letter-spacing:normal}.server-desktop-step-desc{font-size:13px;color:#000;line-height:1.5;font-weight:400;margin:0;padding-right:15px}.server-tools-divider{border-bottom:1px solid #c9c9c9;margin:12px 0 15px;width:100%}.server-tablet-tools-grid,.server-desktop-tools-grid{display:grid;grid-template-columns:repeat(3,1fr);row-gap:12px;column-gap:20px;width:100%}.server-tools-grid{display:grid;grid-template-columns:repeat(2,1fr);row-gap:8px;column-gap:10px;border-top:1px solid #e1e1e1;padding-top:12px;margin-top:5px}.server-tool-item,.server-desktop-tool-item{font-size:13px;color:#000;font-weight:450;line-height:1.4}.mb-10{margin-bottom:10px}.w-100{width:100%}.stepCircle{background:transparent;border:1px solid #707070}.stepCircle.active{background:#000;border-color:#000}.server-mobile-scroll-container .server-mobile-step-label{color:#636363;font-weight:400}.server-mobile-scroll-container .server-mobile-desc{color:#000;font-weight:400;font-size:17px}@media screen and (max-width: 740px){.server-mobile-scroll-container{height:90%;overflow-y:auto;padding-right:5px;box-sizing:border-box;scrollbar-width:thin;scrollbar-color:#c1c1c1 #f1f1f1;display:flex;flex-direction:column;justify-content:flex-start}.server-mobile-scroll-container::-webkit-scrollbar{width:4px;-webkit-appearance:none}.server-mobile-scroll-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.server-mobile-scroll-container::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.server-mobile-scroll-container::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.server-mobile-scroll-container .height35{height:auto;min-height:auto;margin-top:5px;margin-bottom:12px;flex-shrink:0}.server-mobile-scroll-container .box-flex-col{height:auto;overflow:visible;display:flex;flex-direction:column;gap:10px;flex-shrink:0}.caution-content-box,.textOptionalSeq-scroll-body,.textOptionalSeq-content .content-box{height:calc(82% - 8px);margin-bottom:8px;scrollbar-width:thin;scrollbar-color:#cccccc #f1f1f1}.server-heading-bold{font-size:32px}}
