.template-page-form .header-wrapper{display:none}.template-page-form footer.footer{display:none}:root{--primary: #3f37c9;--primary-light: #f0efff;--primary-border: #b8b4f0;--success: #22c55e;--text-dark: #1e1e2e;--text-mid: #4b5563;--text-light: #9ca3af;--border: #e5e7eb;--bg: #f4f4f8;--white: #ffffff;--sidebar-w: 260px}.custom-partner-form .banner{background:var(--primary);color:#fff;text-align:center;padding:10px 20px;font-size:13px;line-height:1.6}.custom-partner-form .banner strong{font-weight:600}.custom-partner-form .banner a{color:#c7d2fe;text-decoration:none}.custom-partner-form .navbar{background:#fff;border-bottom:1px solid var(--border);display:flex;align-items:center;padding:0 24px;height:56px;gap:32px;position:sticky;top:0;z-index:3}.custom-partner-form .navbar-brand{display:flex;align-items:center;gap:8px;font-weight:700;font-size:15px;color:var(--primary);letter-spacing:-.3px}.custom-partner-form .navbar-brand .logo-box{background:var(--primary);color:#fff;width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800}.custom-partner-form .navbar-links{display:flex;gap:0;height:100%}.custom-partner-form .navbar-links a{display:flex;align-items:center;padding:0 16px;font-size:14px;font-weight:500;color:var(--text-mid);text-decoration:none;border-bottom:3px solid transparent;transition:color .2s,border-color .2s}.custom-partner-form .navbar-links a.active{color:var(--primary);border-bottom-color:var(--primary);font-weight:600}.custom-partner-form .navbar-links a svg{margin-right:6px}.custom-partner-form .navbar-profile{margin-left:auto;width:36px;height:36px;border-radius:50%;background:var(--primary-light);border:2px solid var(--primary-border);display:flex;align-items:center;justify-content:center;color:var(--primary);cursor:pointer}.custom-partner-form .page-wrapper{display:flex;min-height:calc(100vh - 116px)}.custom-partner-form .sidebar{width:var(--sidebar-w);background:#fff;border-right:1px solid var(--border);padding:20px 12px;flex-shrink:0;position:sticky;top:0;align-self:flex-start}.custom-partner-form .progress-block{background:#fdf6f0;border:1px solid #fde8d4;border-radius:10px;padding:14px 16px;margin-bottom:20px}.custom-partner-form .progress-label{display:flex;justify-content:space-between;font-size:12px;font-weight:600;color:var(--text-mid);margin-bottom:8px}.custom-partner-form .progress-label span:last-child{color:var(--primary)}.custom-partner-form .progress-bar-track{height:5px;background:#f0efff;border-radius:99px;overflow:hidden}.custom-partner-form .progress-bar-fill{height:100%;width:15%;background:linear-gradient(90deg,var(--primary),#818cf8);border-radius:99px;transition:width .4s ease}.custom-partner-form .nav-items{display:flex;flex-direction:column;gap:6px}.custom-partner-form .nav-item{display:flex;align-items:center;gap:10px;padding:11px 14px;border-radius:10px;border:1.5px solid transparent;cursor:pointer;font-size:13.5px;font-weight:500;color:var(--text-mid);background:transparent;transition:all .18s ease;text-decoration:none}.custom-partner-form .nav-item:hover{background:var(--primary-light);color:var(--primary);border-color:var(--primary-border)}.custom-partner-form .nav-item.active{background:var(--primary-light);border-color:var(--primary);color:var(--primary);font-weight:600}.custom-partner-form .nav-item .nav-icon{width:32px;height:32px;background:var(--primary-light);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.custom-partner-form .nav-item.active .nav-icon{background:var(--primary)}.custom-partner-form .nav-item .nav-icon svg{width:16px;height:16px;color:var(--primary)}.custom-partner-form .nav-item.active .nav-icon svg{color:#fff}.custom-partner-form .nav-item .check-badge{margin-left:auto;width:22px;height:22px;background:var(--success);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.custom-partner-form .nav-item .check-badge svg{width:12px;height:12px;color:#fff}.custom-partner-form .main-content{flex:1;padding:36px 48px;min-width:0}.custom-partner-form .tab-section{display:none}.custom-partner-form .tab-section.active{display:block}.custom-partner-form .section-title{font-size:22px;font-weight:700;color:var(--text-dark);letter-spacing:-.4px;margin-bottom:6px}.custom-partner-form .section-divider{border:none;border-top:1.5px solid var(--border);margin:18px 0 26px}.custom-partner-form .sub-section-title{font-size:13.5px;font-weight:700;color:var(--text-dark);margin-bottom:18px;padding-bottom:10px;border-bottom:1.5px solid var(--border)}.custom-partner-form .section-separator{border:none;border-top:1px solid var(--border);margin:24px 0}.custom-partner-form .form-row{display:grid;gap:16px;margin-bottom:20px}.custom-partner-form .form-row.cols-4{grid-template-columns:repeat(4,1fr)}.custom-partner-form .form-row.cols-3{grid-template-columns:repeat(3,1fr)}.custom-partner-form .form-row.cols-2{grid-template-columns:repeat(2,1fr)}.custom-partner-form .form-row.cols-1{grid-template-columns:1fr}.custom-partner-form .form-group{display:flex;flex-direction:column}.custom-partner-form .form-label{font-size:12px;font-weight:600;color:var(--text-mid);margin-bottom:6px;display:flex;align-items:center;gap:5px}.custom-partner-form .form-label .req{color:#ef4444}.custom-partner-form .form-label .info-icon{width:15px;height:15px;background:var(--primary);border-radius:50%;color:#fff;font-size:9px;font-style:normal;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.custom-partner-form .form-hint{font-size:11px;color:var(--text-light);margin-top:4px}.custom-partner-form .form-hint.error{color:#ef4444}.custom-partner-form .form-input{width:100%;height:44px;border:1.5px solid var(--border);border-radius:8px;padding:0 14px;font-family:DM Sans,sans-serif;font-size:13.5px;color:var(--text-dark);background:#fff;outline:none;transition:border-color .2s,box-shadow .2s}.custom-partner-form .form-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #3f37c914}.custom-partner-form .form-input::placeholder{color:var(--text-light)}.custom-partner-form .form-input:disabled{background:#f9fafb;color:var(--text-mid);cursor:not-allowed}.custom-partner-form .form-select{width:100%;height:44px;border:1.5px solid var(--border);border-radius:8px;padding:0 36px 0 14px;font-family:DM Sans,sans-serif;font-size:13.5px;color:var(--text-mid);appearance:none;-webkit-appearance:none;outline:none;cursor:pointer;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%239ca3af' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 12px center;transition:border-color .2s,box-shadow .2s}.custom-partner-form .form-select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #3f37c914}.custom-partner-form .file-upload-wrap{position:relative;height:44px}.custom-partner-form .file-upload-wrap input[type=file]{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer;width:100%;height:100%}.custom-partner-form .file-upload-label{width:100%;height:44px;border:1.5px solid var(--border);border-radius:8px;padding:0 14px;font-family:DM Sans,sans-serif;font-size:13.5px;color:var(--text-light);background:#fff;display:flex;align-items:center;justify-content:space-between;pointer-events:none}.custom-partner-form .file-upload-label svg{width:16px;height:16px;color:var(--text-light)}.custom-partner-form .file-upload-row{display:flex;gap:0}.custom-partner-form .file-upload-row .file-field{flex:1;height:44px;border:1.5px solid var(--border);border-right:none;border-radius:8px 0 0 8px;padding:0 14px;font-family:DM Sans,sans-serif;font-size:13.5px;color:var(--text-light);background:#fff;display:flex;align-items:center}.custom-partner-form .file-upload-row input[type=file]{display:none}.custom-partner-form .file-upload-row .btn-upload{height:44px;padding:0 18px;border:1.5px solid var(--border);border-radius:0 8px 8px 0;background:#fff;font-family:DM Sans,sans-serif;font-size:13px;font-weight:600;color:var(--text-mid);cursor:pointer;transition:all .18s}.custom-partner-form .file-upload-row .btn-upload:hover{background:var(--primary-light);color:var(--primary);border-color:var(--primary)}.custom-partner-form .info-text{font-size:14px;color:var(--text-mid);margin-bottom:8px;line-height:1.6}.custom-partner-form .info-text.note{margin-bottom:28px}.custom-partner-form .field-label{font-size:12px;font-weight:600;color:var(--text-mid);margin-bottom:8px;display:flex;align-items:center;gap:6px}.custom-partner-form .field-label .info-icon{width:16px;height:16px;background:var(--primary);border-radius:50%;color:#fff;font-size:10px;display:flex;align-items:center;justify-content:center;cursor:pointer}.custom-partner-form .input-row{display:flex;gap:12px;align-items:flex-end;margin-bottom:28px}.custom-partner-form .input-wrap{flex:1}.custom-partner-form .gst-input{width:100%;height:46px;border:1.5px solid var(--border);border-radius:8px;padding:0 14px;font-family:DM Sans,sans-serif;font-size:14px;color:var(--text-dark);background:#fff;outline:none;transition:border-color .2s}.custom-partner-form .gst-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #3f37c914}.custom-partner-form .gst-input::placeholder{color:var(--text-light)}.custom-partner-form .btn-verify{height:46px;padding:0 28px;background:#fff;border:1.5px solid #d1d5db;border-radius:8px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:600;color:var(--text-mid);cursor:pointer;transition:all .18s;letter-spacing:.4px}.custom-partner-form .btn-verify:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-light)}.custom-partner-form .business-section{margin-top:8px}.custom-partner-form .business-heading{font-size:14px;color:var(--text-mid);margin-bottom:20px}.custom-partner-form .details-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1.5px solid var(--border);border-radius:12px;overflow:hidden}.custom-partner-form .details-grid .cell{padding:14px 18px;border-right:1px solid var(--border);border-bottom:1px solid var(--border)}.custom-partner-form .details-grid .cell:nth-child(4n){border-right:none}.custom-partner-form .details-grid .cell.no-bottom{border-bottom:none}.custom-partner-form .cell-label{font-size:11px;font-weight:600;color:var(--text-light);text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.custom-partner-form .cell-value{font-size:13.5px;font-weight:600;color:var(--text-dark);line-height:1.4}.custom-partner-form .wh-tabs-bar{display:flex;align-items:center;gap:0;border-bottom:1px solid var(--border);margin-bottom:28px;background:#fff;margin-left:-48px;margin-right:-48px;padding:0 48px}.custom-partner-form .wh-tab{padding:12px 22px;font-size:13.5px;font-weight:600;cursor:pointer;border-bottom:3px solid transparent;color:var(--text-mid);background:none;border-top:none;border-left:none;border-right:none;font-family:DM Sans,sans-serif;transition:all .18s}.custom-partner-form .wh-tab.active{color:var(--primary);border-bottom-color:var(--primary);background:var(--primary-light)}.custom-partner-form .wh-tab-add{display:flex;align-items:center;gap:6px;padding:10px 18px;font-size:13px;font-weight:600;color:var(--primary);background:none;border:none;cursor:pointer;font-family:DM Sans,sans-serif}.custom-partner-form .wh-delete-btn{margin-left:auto;display:flex;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;color:#ef4444;border:1.5px solid #fca5a5;border-radius:8px;background:#fff;cursor:pointer;font-family:DM Sans,sans-serif;transition:all .18s}.custom-partner-form .wh-delete-btn:hover{background:#fef2f2}.custom-partner-form .wh-top-row{display:flex;align-items:flex-start;gap:12px;margin-bottom:20px}.custom-partner-form .wh-top-row .form-group:first-child{width:180px;flex-shrink:0}.custom-partner-form .wh-top-row .form-group:nth-child(2){flex:1}.custom-partner-form .wh-top-row .btn-verify{align-self:flex-end}.custom-partner-form .custom-select-wrap{position:relative}.custom-partner-form .custom-select-trigger{width:100%;height:44px;border:1.5px solid var(--border);border-radius:8px;padding:0 36px 0 14px;font-family:DM Sans,sans-serif;font-size:13.5px;color:var(--text-mid);background:#fff;display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;transition:border-color .2s}.custom-partner-form .custom-select-trigger.open{border-color:var(--primary);border-radius:8px 8px 0 0}.custom-partner-form .custom-select-trigger:after{content:"";position:absolute;right:12px;top:50%;transform:translateY(-50%);border:5px solid transparent;border-top-color:var(--text-light);margin-top:3px}.custom-partner-form .custom-select-dropdown{display:none;position:absolute;top:100%;left:0;right:0;z-index:50;background:#fff;border:1.5px solid var(--primary);border-top:none;border-radius:0 0 8px 8px;max-height:240px;overflow-y:auto}.custom-partner-form .custom-select-dropdown.open{display:block}.custom-partner-form .custom-select-option{display:flex;align-items:center;gap:10px;padding:10px 14px;font-size:13.5px;color:var(--text-dark);cursor:pointer}.custom-partner-form .custom-select-option:hover{background:var(--primary-light)}.custom-partner-form .custom-select-option input[type=radio]{accent-color:var(--primary);flex-shrink:0}.custom-partner-form .oms-guide-link{font-size:13px;color:var(--primary);text-decoration:none;font-weight:600}.custom-partner-form .oms-guide-link:hover{text-decoration:underline}.custom-partner-form .brand-question{font-size:14px;color:var(--text-mid);margin-bottom:20px;line-height:1.6}.custom-partner-form .declaration-box{border:1.5px solid var(--border);border-radius:10px;padding:20px 22px;margin-bottom:16px;display:flex;align-items:flex-start;gap:14px}.custom-partner-form .declaration-box input[type=checkbox]{width:16px;height:16px;accent-color:var(--primary);flex-shrink:0;margin-top:2px;cursor:pointer}.custom-partner-form .declaration-text{font-size:14px;color:var(--text-dark);line-height:1.7}.custom-partner-form .declaration-text a{color:var(--primary);text-decoration:none;font-weight:600}.custom-partner-form .declaration-text a:hover{text-decoration:underline}.custom-partner-form .footer-bar{background:#fff;border-top:1px solid var(--border);display:flex;justify-content:flex-end;align-items:center;padding:14px 48px 50px;gap:12px}.custom-partner-form .btn-save{height:44px;padding:0 28px;background:#fff;border:1.5px solid #d1d5db;border-radius:8px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;color:var(--text-mid);cursor:pointer;transition:all .18s}.custom-partner-form .btn-save:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-light)}.custom-partner-form .btn-confirm{height:44px;padding:0 32px;background:var(--primary);color:#fff;border:none;border-radius:8px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:background .18s,transform .1s;letter-spacing:.2px}.custom-partner-form .btn-confirm:hover{background:#3730a3}.custom-partner-form .btn-confirm:active{transform:scale(.98)}.custom-partner-form .btn-next-disabled{height:44px;padding:0 32px;background:#d1d5db;color:#fff;border:none;border-radius:8px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;cursor:not-allowed;letter-spacing:.2px}.custom-partner-form .btn-proceed{height:40px;padding:0 22px;background:#fff;border:1.5px solid #d1d5db;border-radius:8px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:600;color:var(--text-mid);cursor:pointer;transition:all .18s}.custom-partner-form .btn-proceed:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-light)}.custom-partner-form .btn-submit{height:44px;padding:0 32px;background:#d1d5db;color:#fff;border:none;border-radius:8px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;cursor:not-allowed;letter-spacing:.2px}@media(min-width:750px)and (max-width:1080px){.custom-partner-form .sidebar{width:200px;padding:16px 8px}.custom-partner-form .nav-item{padding:10px;font-size:12.5px;gap:8px}.custom-partner-form .nav-item .nav-icon{width:28px;height:28px}.custom-partner-form .main-content{padding:28px}.custom-partner-form .footer-bar{padding:14px 28px 40px}.custom-partner-form .wh-tabs-bar{margin-left:-28px;margin-right:-28px;padding:0 28px}.custom-partner-form .form-row.cols-4,.custom-partner-form .form-row.cols-3,.custom-partner-form .details-grid{grid-template-columns:repeat(2,1fr)}.custom-partner-form .details-grid .cell:nth-child(4n){border-right:1px solid var(--border)}.custom-partner-form .details-grid .cell:nth-child(2n){border-right:none}.custom-partner-form .details-grid .cell.no-bottom{border-bottom:1px solid var(--border)}.custom-partner-form .details-grid .cell:nth-last-child(-n+2).no-bottom,.custom-partner-form .details-grid .cell:last-child{border-bottom:none}.custom-partner-form #tab-business>div:first-of-type{flex-direction:column;align-items:flex-start}.custom-partner-form #tab-business>div:first-of-type>div:first-child{width:100%}.custom-partner-form #tab-business>div:first-of-type>div:last-child{margin-left:0;padding-top:0}.custom-partner-form #tab-warehouse>div:first-of-type{flex-wrap:wrap}.custom-partner-form #tab-warehouse>div:first-of-type .wh-delete-btn{margin-left:0}}@media(max-width:749px){:root{--sidebar-w: 0px}.custom-partner-form .banner{font-size:11.5px;padding:8px 14px}.custom-partner-form .navbar{padding:0 16px;height:52px;gap:12px}.custom-partner-form .navbar-links{display:none}.custom-partner-form .navbar-brand{font-size:13px}.custom-partner-form .page-wrapper{flex-direction:column;min-height:unset}.custom-partner-form .sidebar{width:100%;border-right:none;border-bottom:1px solid var(--border);padding:12px 16px;position:static;overflow-x:auto;-webkit-overflow-scrolling:touch}.custom-partner-form .progress-block{display:none}.custom-partner-form .nav-items{flex-direction:row;flex-wrap:nowrap;gap:8px;width:max-content}.custom-partner-form .nav-item{flex-direction:row;padding:8px 14px;border-radius:99px;font-size:12px;white-space:nowrap;gap:6px}.custom-partner-form .nav-item .nav-icon,.custom-partner-form .nav-item .check-badge{display:none}.custom-partner-form .main-content{padding:20px 16px;min-width:0}.custom-partner-form .section-title{font-size:18px}.custom-partner-form .form-row.cols-4,.custom-partner-form .form-row.cols-3,.custom-partner-form .form-row.cols-2,.custom-partner-form .details-grid{grid-template-columns:1fr}.custom-partner-form .details-grid .cell{border-right:none}.custom-partner-form .details-grid .cell.no-bottom{border-bottom:1px solid var(--border)}.custom-partner-form .details-grid .cell:last-child{border-bottom:none}.custom-partner-form .input-row{flex-direction:column;align-items:stretch;gap:10px}.custom-partner-form .btn-verify{width:100%;height:44px}.custom-partner-form #tab-business>div:first-of-type{flex-direction:column;align-items:flex-start;gap:0}.custom-partner-form #tab-business>div:first-of-type>div:first-child{width:100%;grid-template-columns:1fr}.custom-partner-form #tab-business>div:first-of-type>div:last-child{margin-left:0;padding-top:4px;margin-bottom:16px}.custom-partner-form .wh-tabs-bar{margin-left:-16px;margin-right:-16px;padding:0 16px;overflow-x:auto;-webkit-overflow-scrolling:touch;flex-wrap:nowrap}.custom-partner-form .wh-tab{white-space:nowrap;flex-shrink:0;padding:10px 16px;font-size:13px}.custom-partner-form #tab-warehouse>div:nth-of-type(1){flex-wrap:wrap;gap:10px}.custom-partner-form #tab-warehouse>div:nth-of-type(1) .form-group{width:100%!important;max-width:100%!important;flex:unset!important}.custom-partner-form #tab-warehouse>div:nth-of-type(1) .btn-verify{width:100%}.custom-partner-form .wh-delete-btn{width:100%;justify-content:center;margin-left:0!important}.custom-partner-form .file-upload-row .file-field{font-size:12px}.custom-partner-form .file-upload-row .btn-upload{padding:0 14px;font-size:12px;flex-shrink:0}.custom-partner-form .footer-bar{padding:12px 16px 28px;gap:10px;flex-wrap:wrap}.custom-partner-form .btn-save,.custom-partner-form .btn-confirm,.custom-partner-form .btn-next-disabled,.custom-partner-form .btn-submit{width:100%;justify-content:center}.custom-partner-form #tab-brand .form-row{max-width:100%!important}.custom-partner-form .custom-select-wrap{width:100%}.custom-partner-form .form-row[style*=max-width],.custom-partner-form #tab-warehouse .form-row.cols-3{max-width:100%!important}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/partners-form-section.css.map */
