@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Syne:wght@700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap";header.ns-header{position:fixed;top:0;left:0;width:100%;z-index:999;font-family:var(--brand-font);background:var(--brand-black);border-bottom:2px solid var(--brand-yellow);display:flex;align-items:center;height:56px;padding:0 20px;gap:16px}.ns-header-left{display:flex;align-items:center;gap:14px;flex-shrink:0}.ns-logo-block{display:flex;align-items:center;gap:10px;text-decoration:none}.ns-logo-block .ns-logo-stripes{display:flex;flex-direction:column;gap:3px;flex-shrink:0}.ns-logo-block .ns-logo-stripes span{display:block;height:3px;background:var(--brand-yellow);border-radius:2px}.ns-logo-block .ns-logo-stripes span:nth-child(1){width:26px}.ns-logo-block .ns-logo-stripes span:nth-child(2){width:18px}.ns-logo-block .ns-logo-stripes span:nth-child(3){width:26px}.ns-logo-block .ns-logo-img{height:34px;width:auto;object-fit:contain;display:block}.ns-store-info{border-left:1px solid #2a2a2a;padding-left:14px;cursor:pointer;transition:opacity .15s}.ns-store-info:hover{opacity:.8}.ns-store-info .ns-store-name{font-family:var(--brand-font);font-size:12px;font-weight:600;color:#fff;white-space:nowrap;max-width:200px;overflow:hidden;text-overflow:ellipsis}.ns-store-info .ns-store-pin{font-family:var(--brand-font);font-size:10px;color:#777;margin-top:1px}.ns-search-wrap{flex:1;max-width:460px;margin:0 auto}.ns-search-wrap .MuiAutocomplete-root .MuiOutlinedInput-root{height:34px;background:#1a1a1a;border-radius:4px;font-family:var(--brand-font)!important;font-size:12px;color:#fff;padding:0 10px!important}.ns-search-wrap .MuiAutocomplete-root .MuiOutlinedInput-root fieldset{border-color:#2e2e2e!important}.ns-search-wrap .MuiAutocomplete-root .MuiOutlinedInput-root:hover fieldset{border-color:#444!important}.ns-search-wrap .MuiAutocomplete-root .MuiOutlinedInput-root.Mui-focused fieldset{border-color:var(--brand-yellow)!important;border-width:1.5px!important}.ns-search-wrap .MuiAutocomplete-root .MuiOutlinedInput-root input{color:#fff!important;font-family:var(--brand-font)!important;font-size:12px!important;padding:0!important}.ns-search-wrap .MuiAutocomplete-root .MuiOutlinedInput-root input::placeholder{color:#666!important;opacity:1}.ns-search-wrap .MuiAutocomplete-root .MuiInputLabel-root{font-family:var(--brand-font)!important;font-size:12px!important;color:#666!important;transform:translate(12px,9px) scale(1)}.ns-search-wrap .MuiAutocomplete-root .MuiInputLabel-root.MuiInputLabel-shrink{transform:translate(12px,-6px) scale(.85);color:var(--brand-yellow)!important}.ns-search-wrap .MuiAutocomplete-root .MuiAutocomplete-endAdornment svg{color:#555}.MuiAutocomplete-option{display:flex;align-items:center;gap:10px;padding:4px 0}.MuiAutocomplete-option .ns-search-opt-img{width:44px;height:44px;object-fit:contain;border-radius:4px;background:var(--brand-bg-sec);border:1px solid var(--brand-border);flex-shrink:0}.MuiAutocomplete-option .ns-search-opt-name{font-family:var(--brand-font);font-size:13px;font-weight:500;color:var(--brand-text)}.ns-header-right{display:flex;align-items:center;gap:8px;margin-left:auto;flex-shrink:0}.ns-wallet-chip{display:flex;align-items:center;gap:7px;background:rgba(251,191,36,.08);border:1px solid rgba(251,191,36,.25);border-radius:8px;padding:5px 12px 5px 9px;cursor:default;transition:background .18s,border-color .18s}.ns-wallet-chip:hover{background:rgba(251,191,36,.14);border-color:#fbbf2473}.ns-wallet-chip .ns-wallet-icon{font-size:14px;color:var(--brand-yellow);line-height:1;flex-shrink:0}.ns-wallet-chip .ns-wallet-info{display:flex;flex-direction:column;gap:1px}.ns-wallet-chip .ns-wallet-label{font-family:var(--brand-font);font-size:8.5px;font-weight:700;color:#fbbf2499;letter-spacing:.1em;text-transform:uppercase;line-height:1}.ns-wallet-chip .ns-wallet-bal{font-family:var(--brand-font);font-size:13px;font-weight:700;color:var(--brand-yellow);line-height:1;letter-spacing:-.01em}.ns-wallet-chip{cursor:pointer}.dialog_pop .MuiPaper-root{border-radius:16px!important}.ns-wallet-dialog{width:400px;max-width:96vw;font-family:var(--brand-font);display:flex;flex-direction:column;overflow:hidden}.ns-wallet-dialog .ns-wallet-dialog-header{background:var(--brand-black);padding:16px 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:2px solid rgba(251,191,36,.3)}.ns-wallet-dialog .ns-wallet-dialog-title{display:flex;align-items:center;gap:12px}.ns-wallet-dialog .ns-wallet-dialog-icon{font-size:22px;color:var(--brand-yellow);line-height:1}.ns-wallet-dialog .ns-wallet-dialog-name{font-family:var(--brand-font);font-size:10px;font-weight:700;color:#fbbf2499;letter-spacing:.12em;text-transform:uppercase;line-height:1;margin-bottom:3px}.ns-wallet-dialog .ns-wallet-dialog-bal{font-family:var(--brand-font);font-size:20px;font-weight:700;color:var(--brand-yellow);letter-spacing:-.02em;line-height:1}.ns-wallet-dialog .ns-wallet-close-btn{width:30px;height:30px;border-radius:6px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.05);color:#ffffff80;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .15s,background .15s,color .15s}.ns-wallet-dialog .ns-wallet-close-btn:hover{border-color:#fbbf2466;background:rgba(251,191,36,.08);color:var(--brand-yellow)}.ns-wallet-dialog .ns-wallet-txn-label{padding:12px 20px 8px;font-size:9.5px;font-weight:700;color:#bbb;letter-spacing:.12em;text-transform:uppercase;border-bottom:1px solid #f0f0ec;background:#fafaf8}.ns-wallet-dialog .ns-wallet-txn-list{max-height:380px;overflow-y:auto;background:#ffffff;scrollbar-width:thin;scrollbar-color:#e0e0dc transparent}.ns-wallet-dialog .ns-wallet-txn-list::-webkit-scrollbar{width:4px}.ns-wallet-dialog .ns-wallet-txn-list::-webkit-scrollbar-thumb{background:#e0e0dc;border-radius:4px}.ns-wallet-dialog .ns-wallet-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:48px 24px;color:#bbb;font-size:12px;font-weight:500}.ns-wallet-dialog .ns-wallet-spinner{display:block;width:28px;height:28px;border:2px solid #eaeae6;border-top-color:var(--brand-yellow);border-radius:50%;animation:wallet-spin .7s linear infinite}.ns-wallet-dialog .ns-wallet-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;gap:10px}.ns-wallet-dialog .ns-wallet-empty .ns-wallet-empty-icon{font-size:32px;color:#ddd}.ns-wallet-dialog .ns-wallet-empty .ns-wallet-empty-text{font-size:13px;font-weight:600;color:#ccc}.ns-wallet-dialog .ns-wallet-txn-row{display:flex;align-items:center;justify-content:space-between;padding:13px 20px;border-bottom:1px solid #f4f4f1;transition:background .12s}.ns-wallet-dialog .ns-wallet-txn-row:last-child{border-bottom:none}.ns-wallet-dialog .ns-wallet-txn-row:hover{background:#fafaf8}.ns-wallet-dialog .ns-wallet-txn-row .ns-txn-left{display:flex;align-items:center;gap:12px}.ns-wallet-dialog .ns-wallet-txn-row .ns-txn-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.ns-wallet-dialog .ns-wallet-txn-row .ns-txn-meta{display:flex;flex-direction:column;gap:3px}.ns-wallet-dialog .ns-wallet-txn-row .ns-txn-desc{font-size:12.5px;font-weight:600;color:var(--brand-black);text-transform:capitalize}.ns-wallet-dialog .ns-wallet-txn-row .ns-txn-date{font-size:10.5px;font-weight:500;color:#aaa}.ns-wallet-dialog .ns-wallet-txn-row .ns-txn-balance{display:flex;align-items:center;gap:5px;margin-top:2px}.ns-wallet-dialog .ns-wallet-txn-row .ns-txn-balance .ns-txn-balance-before{font-size:10px;font-weight:500;color:#bbb}.ns-wallet-dialog .ns-wallet-txn-row .ns-txn-balance .ns-txn-balance-arrow{font-size:10px;color:#ccc}.ns-wallet-dialog .ns-wallet-txn-row .ns-txn-balance .ns-txn-balance-after{font-size:10px;font-weight:600;color:var(--brand-black)}.ns-wallet-dialog .ns-wallet-txn-row .ns-txn-amount{font-family:var(--brand-font);font-size:14px;font-weight:700;letter-spacing:-.01em}.ns-wallet-dialog .ns-wallet-txn-row.credit .ns-txn-dot{background:var(--brand-success);box-shadow:0 0 5px #10b98166}.ns-wallet-dialog .ns-wallet-txn-row.credit .ns-txn-amount{color:#059669}.ns-wallet-dialog .ns-wallet-txn-row.debit .ns-txn-dot{background:var(--brand-danger)}.ns-wallet-dialog .ns-wallet-txn-row.debit .ns-txn-amount{color:var(--brand-danger)}@keyframes wallet-spin{to{transform:rotate(360deg)}}.ns-icon-btn{width:34px;height:34px;border-radius:4px;border:1px solid #2e2e2e;background:transparent;color:#ccc;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .16s,color .16s;position:relative;padding:0}.ns-icon-btn:hover{border-color:var(--brand-yellow);color:var(--brand-yellow)}.ns-icon-btn img{width:18px;height:18px;object-fit:contain;filter:brightness(0) invert(1);opacity:.8}.ns-icon-btn .MuiBadge-badge{background:var(--brand-danger)!important;color:#fff!important;font-family:var(--brand-font)!important;font-size:8px!important;font-weight:700!important;min-width:15px!important;height:15px!important;padding:0 3px!important;top:-4px!important;right:-4px!important}.ns-select-store{width:420px;max-height:80vh;display:flex;flex-direction:column;padding:4px;overflow:hidden}.ns-select-store .ns-store-dialog-title{flex-shrink:0;font-family:var(--brand-font);font-size:1rem;font-weight:700;color:var(--brand-black);margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid var(--brand-yellow)}.ns-select-store .ns-store-search-wrap{flex-shrink:0;position:relative;display:flex;align-items:center;margin-bottom:12px;background:#f7f7f5;border:1.5px solid #eaeae6;border-radius:10px;padding:0 10px;transition:border-color .15s}.ns-select-store .ns-store-search-wrap:focus-within{border-color:var(--brand-yellow);background:#fff;box-shadow:0 0 0 3px #fbbf241f}.ns-select-store .ns-store-search-icon{font-size:16px;color:#bbb;flex-shrink:0;line-height:1;margin-right:6px}.ns-select-store .ns-store-search-input{flex:1;border:none;outline:none;background:transparent;font-family:var(--brand-font);font-size:13px;font-weight:500;color:var(--brand-black);padding:10px 0}.ns-select-store .ns-store-search-input::placeholder{color:#bbb;font-weight:400}.ns-select-store .ns-store-search-clear{background:none;border:none;cursor:pointer;color:#bbb;font-size:11px;padding:4px;line-height:1;flex-shrink:0;border-radius:50%;transition:color .12s,background .12s}.ns-select-store .ns-store-search-clear:hover{color:var(--brand-black);background:#eaeae6}.ns-select-store .ns-store-list{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:6px;margin-bottom:4px;scrollbar-width:thin;scrollbar-color:#d8d8d4 transparent}.ns-select-store .ns-store-list::-webkit-scrollbar{width:4px}.ns-select-store .ns-store-list::-webkit-scrollbar-track{background:transparent}.ns-select-store .ns-store-list::-webkit-scrollbar-thumb{background:#d8d8d4;border-radius:4px}.ns-select-store .ns-store-list-item{position:relative;display:flex;flex-direction:column;gap:3px;padding:12px 40px 12px 14px;border:1.5px solid #eaeae6;border-radius:10px;cursor:pointer;transition:border-color .15s,background .15s,box-shadow .15s;background:#ffffff}.ns-select-store .ns-store-list-item:hover{border-color:var(--brand-yellow);background:var(--brand-yellow-pale)}.ns-select-store .ns-store-list-item.selected{border-color:var(--brand-yellow);background:var(--brand-yellow-pale);box-shadow:0 0 0 3px #fbbf2426}.ns-select-store .ns-store-list-name{font-family:var(--brand-font);font-size:13px;font-weight:700;color:var(--brand-black)}.ns-select-store .ns-store-list-pin{font-family:var(--brand-font);font-size:11px;font-weight:500;color:#999}.ns-select-store .ns-store-list-check{position:absolute;top:50%;right:14px;transform:translateY(-50%);width:20px;height:20px;border-radius:50%;background:var(--brand-yellow);color:var(--brand-black);font-size:11px;font-weight:800;display:flex;align-items:center;justify-content:center}.ns-select-store .ns-store-list-empty{font-family:var(--brand-font);font-size:12.5px;color:#aaa;text-align:center;padding:24px 0}.ns-select-store .ns-store-dialog-actions{flex-shrink:0;display:flex;justify-content:flex-end;margin-top:0;padding-top:14px;border-top:1px solid #eaeae6}.ns-select-store .ns-store-dialog-actions button{font-family:var(--brand-font)!important;font-size:13px!important;font-weight:700!important;background:var(--brand-yellow)!important;color:var(--brand-black)!important;border:none!important;padding:8px 24px!important;border-radius:6px!important;text-transform:none!important;box-shadow:none!important}.ns-select-store .ns-store-dialog-actions button:hover{background:var(--brand-yellow-sec)!important}.ns-profile-drawer{padding:20px;font-family:var(--brand-font)}.ns-profile-drawer .ns-drawer-title{font-family:var(--brand-font);font-size:1rem;font-weight:700;color:var(--brand-black);padding-bottom:12px;margin-bottom:20px;border-bottom:2px solid var(--brand-yellow)}.ns-profile-drawer .ns-profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px 20px;margin-bottom:20px}.ns-profile-drawer .ns-profile-grid .ns-profile-field .ns-field-label{font-size:10px;font-weight:700;color:var(--brand-text-ter);letter-spacing:.06em;text-transform:uppercase;margin-bottom:4px}.ns-profile-drawer .ns-profile-grid .ns-profile-field .ns-field-value{font-size:13px;font-weight:500;color:var(--brand-text)}.ns-profile-drawer .ns-orders-btn,.ns-profile-drawer .ns-logout-btn{width:100%;margin-top:10px;font-family:var(--brand-font)!important;font-size:13px!important;font-weight:700!important;padding:10px 0!important;border-radius:6px!important;text-transform:none!important;cursor:pointer;border:none;transition:background .16s}.ns-profile-drawer .ns-orders-btn{background:var(--brand-yellow-light)!important;color:var(--brand-black)!important;border:1.5px solid var(--brand-yellow)!important}.ns-profile-drawer .ns-orders-btn:hover{background:var(--brand-yellow-light)!important}.ns-profile-drawer .ns-logout-btn{background:var(--brand-black)!important;color:#fff!important}.ns-profile-drawer .ns-logout-btn:hover{background:var(--brand-black-sec)!important}.MuiFormControl-root.onboarding-input .MuiFormLabel-root.Mui-focused:before,.MuiFormControl-root.onboarding-input .MuiFormLabel-root.MuiFormLabel-filled:before{background:black!important}.ns-header-spacer{height:56px}.MuiAutocomplete-popper .MuiPaper-root{background:#ffffff!important;border:1px solid var(--brand-border)!important;border-radius:6px!important;box-shadow:0 8px 24px #0000001f!important;margin-top:4px}.MuiAutocomplete-popper .MuiAutocomplete-listbox{padding:6px!important}.MuiAutocomplete-popper .MuiAutocomplete-listbox .MuiAutocomplete-option{font-family:var(--brand-font)!important;font-size:13px!important;color:var(--brand-text)!important;border-radius:5px!important;padding:6px 10px!important}.MuiAutocomplete-popper .MuiAutocomplete-listbox .MuiAutocomplete-option[aria-selected=true],.MuiAutocomplete-popper .MuiAutocomplete-listbox .MuiAutocomplete-option.Mui-focused{background:var(--brand-yellow-pale)!important;color:var(--brand-black)!important}.MuiAutocomplete-popper .MuiAutocomplete-listbox .MuiAutocomplete-option:hover{background:var(--brand-yellow-pale)!important}.MuiAutocomplete-popper .MuiAutocomplete-noOptions,.MuiAutocomplete-popper .MuiAutocomplete-loading{font-family:var(--brand-font)!important;font-size:12px!important;color:var(--brand-text-ter)!important;background:#ffffff!important}.MuiAutocomplete-clearIndicator{width:12px;height:12px}.drawer_wrap{width:52.5rem;max-width:100%;position:relative}.drawer_wrap.small-drawer{width:43.75rem}.drawer_wrap .drawer_wrap_content{padding:1.875rem;overflow:auto;max-height:100vh;min-height:100vh;position:relative}@media screen and (max-width: 1536px){.drawer_wrap{width:45rem}.drawer_wrap .drawer_wrap_content{padding:1.25rem}}@media screen and (max-width: 1024px){.drawer_wrap{width:37.5rem}.drawer_wrap .drawer_wrap_content{padding:.9375rem}}.drawer_wrap .close{position:fixed!important;margin:10px 0 0 -40px;width:2.5rem;min-width:auto;border-radius:12px 0 0 12px;background-color:#f0142f;display:flex;align-items:center;justify-content:center}.drawer_wrap .close.for-mob{display:none}@media screen and (max-width: 767px){.drawer_wrap .close{right:.625rem;top:.625rem;left:auto;margin:0;width:1.875rem;height:1.875rem;border-radius:6px;position:absolute}.drawer_wrap .close svg{width:20px}.drawer_wrap .close.for-mob{display:flex}.drawer_wrap .close.for-desktop{display:none}}@media screen and (max-width: 576px){.drawer_wrap .close{width:1.5625rem;height:1.5625rem;top:.75rem}}.drawer_wrap .hd{font-size:1.5rem;font-weight:600;text-align:center;padding-bottom:30px;margin-bottom:2.5rem;border-bottom:1px solid var(--bs-border)}@media screen and (max-width: 1536px){.drawer_wrap .hd{font-size:1.25rem;padding-bottom:20px}}@media screen and (max-width: 767px){.drawer_wrap .hd{font-size:1.125rem;margin-bottom:.625rem}}.drawer_wrap.notificationDrawer{width:34.375rem}.drawer_wrap.notificationDrawer .niti_header{padding:0 20px 20px;margin:0 -20px;border-bottom:1px solid var(--bs-border)}@media screen and (max-width: 1024px){.drawer_wrap.notificationDrawer .niti_header{padding:0 15px 20px;margin:0 -15px}}@media screen and (max-width: 767px){.drawer_wrap.notificationDrawer .niti_header{text-align:center}}.drawer_wrap.notificationDrawer .noti_internal_list{max-height:none!important;padding-top:.9375rem}.drawer_wrap.notificationDrawer .noti_internal_list li .noti_media{padding-left:0;padding-right:0}.drawer_wrap .MuiAccordionSummary-content{color:var(--bs-cellhead);font-weight:500;font-size:1rem;margin:0!important}@media screen and (max-width: 1536px){.drawer_wrap .MuiAccordionSummary-content{font-size:.875rem}}@media screen and (max-width: 1024px){.drawer_wrap .MuiAccordionSummary-content{font-size:.75rem}}.drawer_wrap.filterDrawer{width:25.875rem}.drawer_wrap.filterDrawer .hd{font-weight:600;font-size:1rem;letter-spacing:-.01875rem;color:var(--bs-secondary-black);margin-bottom:20px}@media screen and (max-width: 767px){.drawer_wrap.filterDrawer .hd{margin-bottom:10px}}.drawer_wrap.filterDrawer .categoryList{background:var(--bs-white);border:1px solid #d3d3d3;max-height:15.625rem;overflow:auto;border-radius:.625rem;padding:.5rem 1.25rem}.drawer_wrap.filterDrawer .MuiAccordion-root{margin-top:0}.drawer_wrap.filterDrawer .MuiAccordionSummary-root{transform:none}.drawer_wrap.filterDrawer .MuiAccordionSummary-root.Mui-expanded{min-height:48px!important}:root{--bs-red: #d32f2f;--bs-orange: #ff9f0c;--bs-yellow: #f9e80d;--bs-green: #1ecc33;--bs-white: #ffffff;--bs-lightWhite: #fcfdff;--bs-black: #000000;--bs-bar: #f8f9fa;--bs-gray: #eef0fe;--bs-nav-icon: #f5f5f5;--bs-grey: #a6a5b4;--bs-gray-txt: #949494;--bs-shadow: 0px 20px 50px rgba(132, 39, 225, .2);--bs-blockShadow: 0 6px 20px rgb(30 54 206 / 8%);--bs-error-filed: rgb(211 47 47 / 13%);--bs-field-shadow: rgba(132, 39, 225, .2);--bs-tooltip-shadow: rgba(154, 154, 154, .2);--bs-breadcrum-shadow: rgba(185, 185, 185, .25);--bs-lightBorder: #dce0ff;--bs-lightBg: #dfd9fa;--bs-primary: #ffde59;--bs-primaryBorder: #792ca2;--bs-primaryHover: #48006f;--bs-primaryLight: #7638ff;--bs-secondary: #0019dc;--bs-textColor: #57546d;--bs-nav-color: #ffde59;--bs-secondaryHover: #ffde59;--bs-navDark: #1e074f;--bs-subText: #575473;--bs-bgColor: #f8f8ff;--bs-bgGray: #e9e9e9;--bs-tableBorder: #e0e4ff;--bs-slate: #d3d3d3;--bs-borderBtm: #eef0ff;--bs-input-bg: #f3f2f1;--bs-warning: #ffac3f;--bs-danger: #fd6061;--bs-pending: #ff9913;--bs-toggleGreen: #1db9aa;--bs-success: #17d1af;--bs-paid-green: #19d1af;--bs-border: #b5b5b5;--bs-info: #00c3ff;--bs-placeholder: #9897a5;--bs-inputBorder: #dfebfe;--bs-font-tertiary: #2a262c;--bs-secondary-black: #171b2f;--bs-graphic-color: linear-gradient(180deg, #ffd572 0%, #febd38 100%);--bs-btn-shadow: linear-gradient(180deg, #7ad3ff 0%, #4fbaf0 100%);--bs-bank-interest: linear-gradient(180deg, #7ad3ff 0%, #4fbaf0 100%);--bs-profit-on-sale: linear-gradient(180deg, #ffd572 0%, #febd38 100%);--bs-body-font-family: "Space Grotesk", sans-serif;--bs-body-font-size: .875rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: #f6f8fa;--bs-bg-opacity: .05;--bs-border-opacity: .3;--bs-error-border-color: #ff3f4f;--bs-table-header: #f8f9fa;--bs-text-color: #ffffff;--bs-low-stock: #ff737b;--bs-out-of-stock: #f0142f;--bs-stock-bg: #efefef;--bs-cellhead: #111f72;--bs-cellbody: #000b45;--bs-switch-bg: #1db9aa;--bs-cencel: #f3f3f3;--bs-input-border: #c4c4c4;--bs-iconColor: #ccb5f3;--bs-table-dot: #ecf0f8;--bs-resend-disable: #5d5fef;--bs-filter-checklabel: #8b8e97;--bs-img-border: #eaeaea;--bs-tb-active: rgba(1, 188, 130, .1);--bs-tb-inacctive: rgba(248, 204, 209, .4);--bs-ls-blue: #5910ec;--bs-btn-gradient: #ffde59;--brand-font: "Space Grotesk", "Inter", sans-serif;--brand-yellow: #fbbf24;--brand-yellow-sec: #f59e0b;--brand-yellow-dark: #d97706;--brand-yellow-light: #fef3c7;--brand-yellow-pale: #fffbeb;--brand-black: #1a1a1a;--brand-black-sec: #2d2d2d;--brand-bg: #ffffff;--brand-bg-sec: #fafafa;--brand-bg-alt: #f5f5f5;--brand-text: #1a1a1a;--brand-text-sec: #555555;--brand-text-ter: #999999;--brand-border: #ebebeb;--brand-success: #10b981;--brand-danger: #ef4444;--brand-shadow: 0 2px 16px rgb(0 0 0 / .08), 0 1px 4px rgb(0 0 0 / .04)}.MuiTypography-root{font-weight:500}.MuiTypography-h1,.MuiTypography-h2,.MuiTypography-h3,.MuiTypography-h4,.MuiTypography-h5,.MuiTypography-h6{font-weight:600!important}@media screen and (max-width: 1560px){.MuiTypography-h4{font-size:26px!important}.MuiTypography-h5{font-size:20px!important}.MuiTypography-h6{font-size:18px!important}.MuiTypography-body1{font-size:17px!important}.MuiTypography-body2{font-size:16px!important}.MuiTypography-subtitle1{font-size:15px!important}.MuiTypography-subtitle2{font-size:13px!important}}@media screen and (max-width: 991px){.MuiTypography-h4{font-size:22px!important}.MuiTypography-h5{font-size:18px!important}.MuiTypography-h6{font-size:17px!important}.MuiTypography-body1{font-size:16px!important}.MuiTypography-body2{font-size:15px!important}.MuiTypography-subtitle1{font-size:13px!important}.MuiTypography-subtitle2{font-size:12px!important}}@media screen and (max-width: 767px){.MuiTypography-h4{font-size:20px!important}.MuiTypography-h5{font-size:17px!important}.MuiTypography-h6{font-size:16px!important}.MuiTypography-body1{font-size:15px!important}.MuiTypography-body2{font-size:14px!important}.MuiTypography-subtitle1{font-size:12px!important}.MuiTypography-subtitle2{font-size:11px!important}}@media screen and (max-width: 576px){.MuiTypography-h4{font-size:19px!important}.MuiTypography-h5{font-size:16px!important}.MuiTypography-h6{font-size:15px!important}.MuiTypography-body1{font-size:14px!important}.MuiTypography-body2{font-size:13px!important}.MuiTypography-subtitle1{font-size:11px!important}.MuiTypography-subtitle2{font-size:10px!important}}*,:after,:before{box-sizing:border-box;word-break:break-word}*{border:0;outline:0;padding:0;margin:0;box-sizing:border-box;-webkit-appearance:value;-moz-appearance:value;appearance:value}html{height:100%}body{height:100%;position:relative;font-family:var(--bs-body-font-family);font-size:.875rem;text-align:left;min-height:calc(100vh - 80px);font-weight:400;line-height:1;font-variant-numeric:tabular-nums;overflow:auto;user-select:none;background-color:var(--bs-bgColor)}body.body-overflow.inherit-scroller{overflow:hidden!important;padding-right:0!important}ol,ul,li{list-style:none;list-style-type:none;margin:0;padding:0}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}a,img,img a{border:0;outline:0;text-decoration:none;-webkit-transition:all .3s ease-in;-moz-transition:all .3s ease-in;-ms-transition:all .3s ease-in;-o-transition:all .3s ease-in;transition:all .3s ease-in}aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,article{display:block;margin:0;padding:0}img{display:block}:focus{outline:0}.clear{clear:both}.clearfix:after{clear:both}.clearfix:before,.clearfix:after{content:" ";display:table}.large_heading,.MuiTypography-root.large_heading{font-size:22px}@media screen and (max-width: 1800px){.large_heading,.MuiTypography-root.large_heading{font-size:20px}}@media screen and (max-width: 1600px){.large_heading,.MuiTypography-root.large_heading{font-size:18px}}@media screen and (max-width: 1536px){.large_heading,.MuiTypography-root.large_heading{font-size:18px}}@media screen and (max-width: 1440px){.large_heading,.MuiTypography-root.large_heading{font-size:18px}}@media screen and (max-width: 1280px){.large_heading,.MuiTypography-root.large_heading{font-size:16px}}.paraText,.MuiTypography-root.paraText{font-size:15px;letter-spacing:normal}@media screen and (max-width: 1800px){.paraText,.MuiTypography-root.paraText{font-size:14px}}@media screen and (max-width: 1536px){.paraText,.MuiTypography-root.paraText{font-size:13px}}@media screen and (max-width: 1440px){.paraText,.MuiTypography-root.paraText{font-size:12px}}@media screen and (max-width: 1280px){.paraText,.MuiTypography-root.paraText{font-size:11px}}.paraText.small,.MuiTypography-root.paraText.small{font-size:13px}@media screen and (max-width: 1600px){.paraText.small,.MuiTypography-root.paraText.small{font-size:12px}}@media screen and (max-width: 1440px){.paraText.small,.MuiTypography-root.paraText.small{font-size:11px}}@media screen and (max-width: 1280px){.paraText.small,.MuiTypography-root.paraText.small{font-size:10px}}.subtitle,.MuiTypography-root.subtitle{font-size:14px}@media screen and (max-width: 1600px){.subtitle,.MuiTypography-root.subtitle{font-size:13px}}@media screen and (max-width: 1440px){.subtitle,.MuiTypography-root.subtitle{font-size:12px}}@media screen and (max-width: 1280px){.subtitle,.MuiTypography-root.subtitle{font-size:11px}}.sm_para,.MuiTypography-root.sm_para{font-size:14px;line-height:normal}@media screen and (max-width: 1600px){.sm_para,.MuiTypography-root.sm_para{font-size:13px}}@media screen and (max-width: 1536px){.sm_para,.MuiTypography-root.sm_para{font-size:12px}}@media screen and (max-width: 1440px){.sm_para,.MuiTypography-root.sm_para{font-size:11px}}@media screen and (max-width: 1280px){.sm_para,.MuiTypography-root.sm_para{font-size:10px}}.xs_para,.MuiTypography-root.sm_para{font-size:12px}@media screen and (max-width: 1440px){.xs_para,.MuiTypography-root.sm_para{font-size:11px}}@media screen and (max-width: 1280px){.xs_para,.MuiTypography-root.sm_para{font-size:10px}}.n_title{letter-spacing:normal;font-size:18px}@media screen and (max-width: 1800px){.n_title{font-size:16px}}@media screen and (max-width: 1600px){.n_title{font-size:15px}}@media screen and (max-width: 1536px){.n_title{font-size:14px}}@media screen and (max-width: 1440px){.n_title{font-size:13px}}@media screen and (max-width: 1280px){.n_title{font-size:12px}}.h_title,.MuiTypography-root.h_title{letter-spacing:normal;font-size:18px;font-weight:500;color:var(--bs-navDark)}@media screen and (max-width: 1800px){.h_title,.MuiTypography-root.h_title{font-size:17px}}@media screen and (max-width: 1440px){.h_title,.MuiTypography-root.h_title{font-size:16px}}@media screen and (max-width: 1280px){.h_title,.MuiTypography-root.h_title{font-size:14px}}.h_title.subtitle,.MuiTypography-root.h_title.subtitle{font-size:20px}@media screen and (max-width: 1800px){.h_title.subtitle,.MuiTypography-root.h_title.subtitle{font-size:19px}}@media screen and (max-width: 1600px){.h_title.subtitle,.MuiTypography-root.h_title.subtitle{font-size:18px}}@media screen and (max-width: 1440px){.h_title.subtitle,.MuiTypography-root.h_title.subtitle{font-size:17px}}@media screen and (max-width: 1280px){.h_title.subtitle,.MuiTypography-root.h_title.subtitle{font-size:16px}}.required{color:var(--bs-danger)}.grid_error_wrap{padding-top:10px!important}.grid_error{padding-top:0}.MuiList-root.link_list{padding:0;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin-bottom:48px}@media screen and (max-width: 1600px){.MuiList-root.link_list{margin-bottom:40px}}@media screen and (max-width: 1536px){.MuiList-root.link_list{margin-bottom:30px}}.MuiList-root.link_list .MuiListItem-root{width:50%;padding:0}.MuiList-root.link_list .MuiListItem-root .MuiListItemAvatar-root{min-width:auto}.MuiList-root.link_list .MuiListItem-root .MuiAvatar-root{background:var(--bs-white);border:2px solid #eef0ff;box-shadow:0 6px 20px #1e36ce14;border-radius:50%;width:50px;height:50px;margin-right:15px;background-repeat:no-repeat;background-position:center;background-size:20px}@media screen and (max-width: 1536px){.MuiList-root.link_list .MuiListItem-root .MuiAvatar-root{width:45px;height:45px;background-size:16px;margin-right:10px}}@media screen and (max-width: 1280px){.MuiList-root.link_list .MuiListItem-root .MuiAvatar-root{width:40px;height:40px;background-size:13px;margin-right:8px}}.MuiList-root.link_list .MuiListItem-root .MuiAvatar-root svg{display:none}.MuiList-root.link_list .MuiListItem-root .MuiAvatar-root.receive{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='22' viewBox='0 0 18 22' fill='none'%3E%3Cpath d='M10.7629 17.1143C10.5733 17.1143 10.4785 16.9248 10.4785 16.6404C10.4785 16.356 10.5733 16.1665 10.7629 16.1665H12.1847C13.0378 16.1665 13.6065 15.8821 13.7013 15.2186H10.7629C10.5733 15.2186 10.4785 15.029 10.4785 14.7447C10.4785 14.4603 10.5733 14.2707 10.7629 14.2707H13.7961C13.7013 13.9864 13.5117 13.7968 13.3221 13.6072C13.0378 13.4177 12.8482 13.3229 12.5638 13.3229H10.7629C10.5733 13.3229 10.4785 13.1333 10.4785 12.8489C10.4785 12.5646 10.5733 12.375 10.7629 12.375H16.1657C16.3553 12.375 16.4501 12.5646 16.4501 12.8489C16.4501 13.1333 16.3553 13.3229 16.1657 13.3229H14.5543C14.6491 13.4177 14.8387 13.6072 14.8387 13.702C14.9335 13.8916 15.0283 13.9864 15.0283 14.1759H16.1657C16.3553 14.1759 16.4501 14.3655 16.4501 14.6499C16.4501 14.9342 16.3553 15.1238 16.1657 15.1238H14.9335C14.8387 15.4082 14.6491 15.7873 14.3648 16.0717C14.0804 16.356 13.7013 16.5456 13.2273 16.7352C13.4169 16.83 13.5117 16.9248 13.7013 17.0195C13.8908 17.1143 13.9856 17.3039 14.0804 17.3987C14.27 17.5883 14.4596 17.8726 14.8387 18.3466L16.2605 20.2423C16.4501 20.5267 16.5449 20.6214 16.5449 20.7162C16.5449 20.9058 16.3553 21.0006 15.9761 21.0006C15.6918 21.0006 15.597 21.0006 15.5022 20.9058C15.4074 20.9058 15.3126 20.811 15.2179 20.6214L13.8908 18.5361C13.6065 18.157 13.3221 17.7778 13.1325 17.6831C12.943 17.4935 12.7534 17.3987 12.469 17.3039C12.1847 17.2091 11.9951 17.1143 11.7107 17.1143H10.7629Z' fill='%231E36CE' stroke='%231E36CE' stroke-width='0.3' stroke-miterlimit='10'/%3E%3Cpath d='M17.1137 9.81517V5.77726C17.1137 1.95736 16.2227 1 12.6398 1H5.47393C1.891 1 1 1.95736 1 5.77726V16.4502C1 18.9716 2.3839 19.5687 4.06162 17.7678L4.07108 17.7583C4.84833 16.9337 6.03317 17 6.70615 17.9005L7.66351 19.1801' stroke='%231E36CE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.26562 5.73926H12.8486' stroke='%231E36CE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.21289 9.53125H11.9001' stroke='%231E36CE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.MuiList-root.link_list .MuiListItem-root .MuiAvatar-root.withdraw{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M13.2232 17.5926L11.7802 19.0186V11.7812C11.7802 11.3498 11.4304 11 10.999 11C10.5675 11 10.2177 11.3498 10.2177 11.7812V18.9414L8.85283 17.5926C8.54592 17.2894 8.05128 17.2923 7.748 17.5992C7.44472 17.9061 7.44769 18.4007 7.75456 18.704L9.37911 20.3094C9.82234 20.7547 10.4113 20.9998 11.038 20.9998C11.6648 20.9998 12.2537 20.7547 12.6969 20.3094L14.3215 18.704C14.6284 18.4007 14.6313 17.9061 14.3281 17.5992C14.0247 17.2923 13.5301 17.2893 13.2232 17.5926Z' fill='%231E36CE' stroke='white' stroke-width='0.2'/%3E%3Cpath d='M20.2167 11.7822C19.7852 11.7822 19.4355 12.132 19.4355 12.5635C19.4355 13.425 18.7345 14.1259 17.873 14.1259H14.123C13.6916 14.1259 13.3418 14.4757 13.3418 14.9072C13.3418 15.3387 13.6916 15.6884 14.123 15.6884H17.873C19.5961 15.6884 20.9979 14.2866 20.9979 12.5635C20.9979 12.132 20.6482 11.7822 20.2167 11.7822Z' fill='%231E36CE' stroke='white' stroke-width='0.2'/%3E%3Cpath d='M13.156 10.9125C13.2869 10.9967 13.4334 11.037 13.5783 11.037C13.835 11.037 14.0865 10.9105 14.2358 10.6786C14.7005 9.95698 14.9462 9.13367 14.9462 8.29778C14.9462 5.97161 13.1763 4.0791 11.0009 4.0791C8.82552 4.0791 7.05566 5.97161 7.05566 8.29778C7.05566 9.19254 7.28214 9.99455 7.72882 10.6815C7.96401 11.0432 8.44795 11.1458 8.80962 10.9106C9.17133 10.6754 9.27391 10.1915 9.03872 9.82979C8.75966 9.40054 8.61814 8.88516 8.61814 8.29778C8.61814 6.83316 9.68703 5.64158 11.0009 5.64158C12.3148 5.64158 13.3837 6.83316 13.3837 8.29778C13.3837 8.83301 13.2241 9.36378 12.9222 9.83264C12.6886 10.1954 12.7933 10.6789 13.156 10.9125Z' fill='%231E36CE' stroke='white' stroke-width='0.2'/%3E%3Cpath d='M17.2119 9.08494C17.6434 9.08494 17.9931 8.73516 17.9931 8.3037C17.9931 7.87223 17.6434 7.52246 17.2119 7.52246C16.7804 7.52246 16.4307 7.87223 16.4307 8.3037C16.4307 8.73516 16.7804 9.08494 17.2119 9.08494Z' fill='%231E36CE' stroke='white' stroke-width='0.2'/%3E%3Cpath d='M4.79198 9.08494C5.22345 9.08494 5.57322 8.73516 5.57322 8.3037C5.57322 7.87223 5.22345 7.52246 4.79198 7.52246C4.36051 7.52246 4.01074 7.87223 4.01074 8.3037C4.01074 8.73516 4.36051 9.08494 4.79198 9.08494Z' fill='%231E36CE' stroke='white' stroke-width='0.2'/%3E%3Cpath d='M17.8747 1H4.12495C2.40185 1 1 2.40185 1 4.12495V12.5623C1 14.2854 2.40185 15.6873 4.12495 15.6873H7.87489C8.30637 15.6873 8.65613 15.3375 8.65613 14.906C8.65613 14.4746 8.30637 14.1248 7.87489 14.1248H4.12495C3.2634 14.1248 2.56248 13.4239 2.56248 12.5623V4.12495C2.56248 3.2634 3.2634 2.56248 4.12495 2.56248H17.8747C18.7363 2.56248 19.4372 3.2634 19.4372 4.12495V8.65613C19.4372 9.08761 19.787 9.43737 20.2184 9.43737C20.6499 9.43737 20.9997 9.08761 20.9997 8.65613V4.12495C20.9997 2.40185 19.5978 1 17.8747 1Z' fill='%231E36CE' stroke='white' stroke-width='0.2'/%3E%3C/svg%3E")}.MuiList-root.link_list .MuiListItem-root .MuiListItemText-primary{font-weight:600;font-size:16px;line-height:19px;color:var(--bs-navDark);margin-bottom:4px}@media screen and (max-width: 1600px){.MuiList-root.link_list .MuiListItem-root .MuiListItemText-primary{font-size:15px}}@media screen and (max-width: 1536px){.MuiList-root.link_list .MuiListItem-root .MuiListItemText-primary{font-size:14px;margin-bottom:0}}@media screen and (max-width: 1440px){.MuiList-root.link_list .MuiListItem-root .MuiListItemText-primary{font-size:13px}}@media screen and (max-width: 1280px){.MuiList-root.link_list .MuiListItem-root .MuiListItemText-primary{font-size:12px}}.MuiList-root.link_list .MuiListItem-root .MuiListItemText-secondary{color:#1e074fcc;font-size:13px}@media screen and (max-width: 1536px){.MuiList-root.link_list .MuiListItem-root .MuiListItemText-secondary{font-size:12px}}@media screen and (max-width: 1440px){.MuiList-root.link_list .MuiListItem-root .MuiListItemText-secondary{font-size:11px}}@media screen and (max-width: 1280px){.MuiList-root.link_list .MuiListItem-root .MuiListItemText-secondary{font-size:10px}}.MuiList-root.link_list .MuiListItem-root:not(:nth-last-of-type(1)){margin-right:15px}.show-counter-arrow input::-webkit-outer-spin-button,.show-counter-arrow input::-webkit-inner-spin-button{-webkit-appearance:auto;appearance:auto;opacity:1}.show-counter-arrow.p-10 .MuiInputBase-root{padding-right:10px}.globle_loader{position:absolute;left:0;top:0;width:100%;height:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center}.globle_loader .MuiCircularProgress-root{color:var(--bs-theme)}@media (prefers-reduced-motion: no-preference){:root{scroll-behavior:smooth}}.container{width:90rem;max-width:100%;margin:0 auto}.left{text-align:left}.center{text-align:center}.semi-bold{font-weight:500}.bold{font-weight:600}.extra-bold{font-weight:700}.pointer{cursor:pointer}.h-100{height:100%}.wrap{flex-wrap:wrap}.react-datepicker-popper{z-index:99!important}.w-100{width:100%!important}.mb-10{margin-bottom:10px}.block{display:block}.nowrap{white-space:nowrap}.text_center{text-align:center!important}.text_left{text-align:left}.text_right{text-align:right!important}.text_name{max-width:150px}.no_decoration{text-decoration:none!important}.visually_hidden{overflow:hidden;opacity:0;visibility:hidden}.hide-sort .MuiTableSortLabel-icon{display:none!important}.m-b-0{margin-bottom:0!important}.b-none{border:0!important}.noTransform{transform:none!important}.color-purple{color:var(--bs-primary)}.color-blue{color:var(--bs-nav-color)}.color-darkNav{color:var(--bs-navDark)}.color-label{color:var(--bs-textColor)}.color-white{color:var(--bs-white)}.color-red{color:var(--bs-danger)}.color-placeholder{color:var(--bs-placeholder)}.color-subText{color:var(--bs-subText)}.color-gray{color:var(--bs-gray-txt)}.Dflex{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.Dflex.sp-bt{-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between}.Dflex.sp-ard{-webkit-justify-content:space-around;-moz-justify-content:space-around;-ms-justify-content:space-around;justify-content:space-around;-ms-flex-pack:space-around}.Dflex.al-cnt{-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center}.Dflex.js-cnt{-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center}.Dflex.js-end{-webkit-justify-content:flex-end;-moz-justify-content:flex-end;-ms-justify-content:flex-end;justify-content:flex-end;-ms-flex-pack:flex-end}.Dflex.al-tp{-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start}.Dflex.al-end{-webkit-align-items:flex-end;-moz-align-items:flex-end;-ms-align-items:flex-end;align-items:flex-end}.Dflex.fl-wp{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.Dflex.fl-end{-webkit-justify-content:flex-end;-moz-justify-content:flex-end;-ms-justify-content:flex-end;justify-content:flex-end;-ms-flex-pack:flex-end}.space-between{justify-content:space-between}.sliderValue{color:var(--bs-gray-txt)}.sliderValue i{font-weight:500;font-size:14px;color:var(--bs-textColor);font-style:normal}@media screen and (max-width: 1536px){.sliderValue i{font-size:13px}}@media screen and (max-width: 1440px){.sliderValue i{font-size:12px}}@media screen and (max-width: 1280px){.sliderValue i{font-size:11px}}.sliderValue i~i{margin-left:45px}.MuiInputBase-root,.MuiTable-root,.MuiTableCell-root,.MuiTypography-root{font-family:var(--bs-body-font-family)!important}.text_nav{font-weight:400;padding-bottom:1px;position:relative;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))}.text_nav.wht:before{background:rgba(var(--bs-white-rgb))}.text_nav.wht:hover{color:rgba(var(--bs-white-rgb))}.text_nav.themeBlack:before{background:var(--bs-secondary-black)}.text_nav.themeBlack:hover{color:var(--bs-secondary-black)}.text_nav.themeBlue{color:var(--bs-nav-color)}.text_nav.themeBlue:before{background:var(--bs-nav-color)}.text_nav:before{position:absolute;content:"";left:0;bottom:0;width:100%;height:1px;-webkit-transform:scaleX(0) translateZ(0);-moz-transform:scaleX(0) translateZ(0);-ms-transform:scaleX(0) translateZ(0);transform:scaleX(0) translateZ(0);-webkit-transform-origin:100% 100%;-moz-transform-origin:100% 100%;-ms-transform-origin:100% 100%;transform-origin:100% 100%;-webkit-transition:transform .5s cubic-bezier(.19,1,.22,1);-moz-transition:transform .5s cubic-bezier(.19,1,.22,1);-ms-transition:transform .5s cubic-bezier(.19,1,.22,1);-o-transition:transform .5s cubic-bezier(.19,1,.22,1);transition:transform .5s cubic-bezier(.19,1,.22,1)}.text_nav:hover:before{-webkit-transform:scaleX(1) translateZ(0);-moz-transform:scaleX(1) translateZ(0);-ms-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.MuiButtonBase-root{font-family:var(--bs-body-font-family)!important}.MuiButtonBase-root:active{-webkit-transform:scale(.95);-moz-transform:scale(.95);-ms-transform:scale(.95);transform:scale(.95)}a:active{-webkit-transform:scale(.98);-moz-transform:scale(.98);-ms-transform:scale(.98);transform:scale(.98)}input[type=text]::placeholder,input[type=email]::placeholder,input[type=number]::placeholder,input[type=password]::placeholder{opacity:1}input[type=text]:-ms-input-placeholder,input[type=email]:-ms-input-placeholder,input[type=number]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder{opacity:1}input[type=text]::-ms-input-placeholder,input[type=email]::-ms-input-placeholder,input[type=number]::-ms-input-placeholder,input[type=password]::-ms-input-placeholder{opacity:1}.filterSlider .MuiSlider-rail{background-color:var(--bs-grey);border-color:var(--bs-lightwhite)}.filterSlider .MuiSlider-track{background-color:var(--bs-nav-color);border-color:var(--bs-nav-color)}.filterSlider .MuiSlider-thumb{background-color:var(--bs-white);border:1px solid var(--bs-nav-color)}.filterSlider .MuiSlider-valueLabel{display:none;line-height:1.2;font-size:.875rem;padding:0rem;width:1.375rem;height:1.375rem;border-radius:50% 50% 50% 0rem;background-color:var(--bs-nav-color);-webkit-transform:translate(34%,-120%) rotate(-45deg) scale(1);-moz-transform:translate(34%,-120%) rotate(-45deg) scale(1);-ms-transform:translate(34%,-120%) rotate(-45deg) scale(1);transform:translate(34%,-120%) rotate(-45deg) scale(1)}.filterSlider .MuiSlider-valueLabel.MuiSlider-valueLabelOpen{-webkit-transform:translate(34%,-120%) rotate(-45deg) scale(1);-moz-transform:translate(34%,-120%) rotate(-45deg) scale(1);-ms-transform:translate(34%,-120%) rotate(-45deg) scale(1);transform:translate(34%,-120%) rotate(-45deg) scale(1)}.filterSlider .MuiSlider-valueLabel:before{display:none}.filterSlider .MuiSlider-valueLabelCircle{display:none!important;position:absolute;top:3.125rem;color:var(--bs-gray-txt);-webkit-transform-origin:bottom left;-moz-transform-origin:bottom left;-ms-transform-origin:bottom left;transform-origin:bottom left;font-family:var(--bs-body-font-family);font-weight:500;tab-size:.875rem;left:50%;-webkit-transform:translate(-2.8125rem,0%) rotate(45deg);-moz-transform:translate(-2.8125rem,0%) rotate(45deg);-ms-transform:translate(-2.8125rem,0%) rotate(45deg);transform:translate(-2.8125rem) rotate(45deg)}.filterSlider .MuiSlider-valueLabelCircle:before{position:absolute;content:"";left:0;top:0;content:"\20b9";left:-.625rem}.MuiMenu-list .MuiMenuItem-root{font-size:.875rem;-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none}@media screen and (max-width: 1440px){.MuiMenu-list .MuiMenuItem-root img{max-width:20px}}@media screen and (max-width: 1280px){.MuiMenu-list .MuiMenuItem-root img{max-width:16px}}@media screen and (max-width: 1600px){.MuiMenu-list .MuiMenuItem-root{font-size:.8125rem}.MuiMenu-list .MuiMenuItem-root .MuiSvgIcon-root{width:20px;height:20px;font-size:20px}}@media screen and (max-width: 1536px){.MuiMenu-list .MuiMenuItem-root{font-size:12px}}@media screen and (max-width: 1440px){.MuiMenu-list .MuiMenuItem-root{font-size:.6875rem}.MuiMenu-list .MuiMenuItem-root .MuiSvgIcon-root{width:18px;height:18px;font-size:20px}}@media screen and (max-width: 1280px){.MuiMenu-list .MuiMenuItem-root{font-size:.625rem}}@media screen and (max-width: 576px){.MuiMenu-list .MuiMenuItem-root{font-size:.625rem;padding:4px 8px}.MuiMenu-list .MuiMenuItem-root .MuiSvgIcon-root{width:16px;height:16px;font-size:16px}}.MuiMenu-list .MuiMenuItem-root .MuiTypography-subtitle2{font-weight:400;color:var(--bs-textColor);font-size:.875rem;margin-left:0}@media screen and (max-width: 1600px){.MuiMenu-list .MuiMenuItem-root .MuiTypography-subtitle2{font-size:.8125rem}}@media screen and (max-width: 1440px){.MuiMenu-list .MuiMenuItem-root .MuiTypography-subtitle2{font-size:.75rem}}@media screen and (max-width: 1280px){.MuiMenu-list .MuiMenuItem-root .MuiTypography-subtitle2{font-size:.6875rem}}.MuiMenu-list .MuiMenuItem-root.Mui-selected{background-color:transparent;color:var(--bs-primary)}.MuiTooltip-tooltip{font-family:var(--bs-body-font-family)!important;font-size:10px!important;line-height:normal;display:flex;letter-spacing:.2px;transform:none!important;padding:4px 6px!important}@media screen and (max-width: 1536px){.MuiTooltip-tooltip{font-size:9px!important}}@media screen and (max-width: 1280px){.MuiTooltip-tooltip{font-size:8px!important}}.Toastify__toast-body{font-size:14px!important;line-height:1.67}@media screen and (max-width: 1600px){.Toastify__toast-body{font-size:13px!important;line-height:18px;padding:0 6px!important}}@media screen and (max-width: 1440px){.Toastify__toast-body{font-size:12px!important}}@media screen and (max-width: 1280px){.Toastify__toast-body{font-size:11px!important}}@media screen and (max-width: 1280px){.Toastify__toast-icon{max-width:16px}}.MuiAutocomplete-root .MuiInputBase-root{padding:0!important}.MuiAutocomplete-root .MuiAutocomplete-endAdornment{top:50%!important;transform:translateY(-50%)}.MuiAutocomplete-root.MuiAutocomplete-hasClearIcon .MuiAutocomplete-input{padding-right:36px!important}.MuiTableCell-root .MuiFormControl-root .MuiInputBase-input{min-width:6.25rem}.capitalize{text-transform:capitalize}.buttonWithIcon.detailsEdit{width:35px!important;height:35px!important;padding:0;border:0!important;display:inline-flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;background:rgba(89,9,215,.1);margin-right:15px}@media screen and (max-width: 1600px){.buttonWithIcon.detailsEdit{width:30px;height:30px}}@media screen and (max-width: 1440px){.buttonWithIcon.detailsEdit{width:25px;height:25px}}@media screen and (max-width: 1280px){.buttonWithIcon.detailsEdit{width:24px;height:24px}}.buttonWithIcon.detailsEdit .MuiButton-startIcon,.buttonWithIcon.detailsEdit img{margin:0}@media screen and (max-width: 1600px){.buttonWithIcon.detailsEdit img{width:14px}}@media screen and (max-width: 1440px){.buttonWithIcon.detailsEdit img{width:13px}}@media screen and (max-width: 1280px){.buttonWithIcon.detailsEdit img{width:12px}}.brtop_none{border-top:0!important}.partner_img img{max-width:150px}@media screen and (max-width: 1600px){.partner_img img{max-width:130px}}@media screen and (max-width: 1536px){.partner_img img{max-width:110px}}.header-top{position:sticky;top:0;background-color:var(--bs-white);z-index:10;padding:20px;color:var(--bs-textColor);display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between}@media screen and (max-width: 1536px){.header-top{padding:15px}}.header-top .status{min-width:72px;height:30px;display:inline-flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center}.bg-white{padding:1.5625rem;background-color:var(--bs-white);box-shadow:0 6px 20px #1e36ce14;border-radius:5px}@media screen and (max-width: 1536px){.bg-white{padding:1.25rem}}@media screen and (max-width: 1024px){.bg-white{padding:.9375rem;box-shadow:0 6px 20px #1e36ce0d;margin-bottom:20px}}.bg_card{background-color:var(--bs-white);box-shadow:0 6px 20px #1e36ce14;border-radius:5px}.border-card{box-shadow:0 6px 20px #1e36ce14;padding:20px;position:relative;border-radius:5px;background:var(--white)}.border-card .border-head{padding-top:25px;padding-bottom:5px}@media screen and (max-width: 1536px){.border-card .border-head{padding-top:20px;padding-bottom:0}}.border-card .legend{font-weight:500;font-size:18px;line-height:17px;letter-spacing:normal;color:var(--bs-navDark)}@media screen and (max-width: 1800px){.border-card .legend{font-size:17px}}@media screen and (max-width: 1600px){.border-card .legend{font-size:16px}}@media screen and (max-width: 1440px){.border-card .legend{font-size:14px}}@media screen and (max-width: 1280px){.border-card .legend{font-size:13px}}.btn-group{margin-top:1.875rem}.btn-group.al-cnt button{width:18.75rem}.btn-group.al-cnt button:first-child{margin-right:1.25rem}hr{border-top:1px solid var(--bs-stock-bg)}.parent_grid{width:100%;padding:0 20px 20px}.dashboard_sales{width:100%}.grid_600{max-width:520px;width:100%;flex-shrink:0}@media screen and (max-width: 1600px){.grid_600{max-width:500px}}@media screen and (max-width: 1440px){.grid_600{max-width:450px}}@media screen and (max-width: 1280px){.grid_600{max-width:400px}}.grid_flex_1{flex:1}.MuiTabs-root{min-height:unset!important}.MuiTabs-scroller .MuiTabs-flexContainer{width:100%;margin-bottom:0;padding:0 25px;max-width:100%;background-color:var(--bs-white);border-bottom:1px solid var(--bs-lightBorder);border-radius:5px 5px 0 0;overflow:hidden}@media screen and (max-width: 1600px){.MuiTabs-scroller .MuiTabs-flexContainer{padding:0}}.MuiTabs-scroller .MuiTabs-flexContainer .MuiTab-root{min-width:140px;font-weight:500;height:60px;font-size:1rem;line-height:normal;text-transform:none;border-radius:5px 5px 0 0;color:var(--bs-navDark);transform:none;letter-spacing:-.1px;min-height:unset}@media screen and (max-width: 1600px){.MuiTabs-scroller .MuiTabs-flexContainer .MuiTab-root{font-size:14px;min-width:130px}}@media screen and (max-width: 1536px){.MuiTabs-scroller .MuiTabs-flexContainer .MuiTab-root{font-size:13px;min-width:120px;height:50px}}@media screen and (max-width: 1280px){.MuiTabs-scroller .MuiTabs-flexContainer .MuiTab-root{font-size:.75rem}}.MuiTabs-scroller .MuiTabs-flexContainer .MuiTab-root.Mui-selected{background:var(--bs-white);color:var(--bs-primary)}.MuiTabs-scroller .MuiTabs-flexContainer .MuiTab-root:not(:nth-last-of-type(1)){margin-right:2px}.MuiTabs-scroller .MuiTabs-indicator{height:2px;background-color:var(--bs-primary)}.MuiTabPanel-root{padding:10px 0 0!important}@media screen and (max-width: 767px){.MuiTabPanel-root{padding:0!important}}.dataTabs_wrapper .MuiTabs-scroller .MuiTabs-flexContainer{padding:0;border-color:var(--bs-lightBorder)}.dataTabs_wrapper .MuiTabs-scroller .MuiTabs-flexContainer .MuiTab-root{background:var(--bs-nav-icon);border:1px solid var(--bs-lightBorder);border-radius:5px 5px 0 0;border-bottom:0;min-width:167px;justify-content:space-between;font-weight:400!important;line-height:24px;color:var(--bs-textColor);border-bottom:2px solid transparent;margin-right:20px;height:55px;min-height:unset}@media screen and (max-width: 1600px){.dataTabs_wrapper .MuiTabs-scroller .MuiTabs-flexContainer .MuiTab-root{height:50px}}@media screen and (max-width: 1800px){.dataTabs_wrapper .MuiTabs-scroller .MuiTabs-flexContainer .MuiTab-root{font-size:14px!important;min-width:140px}}@media screen and (max-width: 1536px){.dataTabs_wrapper .MuiTabs-scroller .MuiTabs-flexContainer .MuiTab-root{margin-right:10px;height:48px}}@media screen and (max-width: 1440px){.dataTabs_wrapper .MuiTabs-scroller .MuiTabs-flexContainer .MuiTab-root{font-size:13px!important;min-width:130px;height:45px}}@media screen and (max-width: 1280px){.dataTabs_wrapper .MuiTabs-scroller .MuiTabs-flexContainer .MuiTab-root{font-size:12px!important;min-width:120px}}.dataTabs_wrapper .MuiTabs-scroller .MuiTabs-flexContainer .MuiTab-root.success{color:#19d1af}.dataTabs_wrapper .MuiTabs-scroller .MuiTabs-flexContainer .MuiTab-root.failed{color:var(--bs-danger)}.dataTabs_wrapper .MuiTabs-scroller .MuiTabs-flexContainer .MuiTab-root.duplicate{color:var(--bs-warning)}.dataTabs_wrapper .MuiTabs-scroller .MuiTabs-flexContainer .MuiTab-root.Mui-selected{background-color:var(--bs-white);border-bottom-color:var(--bs-primary)}.dataTabs_wrapper.no_border .MuiTabs-scroller .MuiTabs-flexContainer{border:0}.tab-noPadding .MuiTabs-scroller .MuiTabs-flexContainer{padding-left:0;padding-right:180px}.radio-buttons .MuiTypography-root{font-size:.9375rem;color:var(--bs-textColor)}@media screen and (max-width: 1600px){.radio-buttons .MuiTypography-root{font-size:14px}}@media screen and (max-width: 1536px){.radio-buttons .MuiTypography-root{font-size:13px}}@media screen and (max-width: 1280px){.radio-buttons .MuiTypography-root{font-size:12px}}@media screen and (max-width: 1600px){.radio-buttons .MuiFormControlLabel-root img{max-width:20px}}@media screen and (max-width: 1440px){.radio-buttons .MuiFormControlLabel-root img{max-width:18px}}.radio-buttons .MuiRadio-root.Mui-checked+.MuiFormControlLabel-label{color:var(--bs-primary);font-weight:500}.radio-buttons.sm-radio .MuiTypography-root{font-size:.875rem;color:var(--bs-textColor)}@media screen and (max-width: 1600px){.radio-buttons.sm-radio .MuiTypography-root{font-size:13px}}@media screen and (max-width: 1440px){.radio-buttons.sm-radio .MuiTypography-root{font-size:12px}}@media screen and (max-width: 1280px){.radio-buttons.sm-radio .MuiTypography-root{font-size:11px}}.radio-buttons.sm-radio .MuiFormControlLabel-root{margin-left:0}.radio-buttons.sm-radio.m-l--10{margin-left:-10px}::-webkit-scrollbar{width:3px;height:3px}::-webkit-scrollbar-track{width:3px;height:3px;border-radius:5px;background-color:transparent}::-webkit-scrollbar-thumb{background-color:#d4d4d7;opacity:.5!important;border-radius:5px;width:3px;height:3px}::-webkit-scrollbar-thumb:hover{opacity:1}@media screen and (max-width: 1024px){::-webkit-scrollbar{width:3px;height:3px}::-webkit-scrollbar-track{width:3px;height:3px}::-webkit-scrollbar-thumb{width:3px;height:3px}}.MuiPaper-root:has(.filterDrawer){max-width:90%}@media screen and (max-width: 576px){.Toastify__toast-container{width:90vw!important;left:auto!important;right:0!important}}.Toastify__toast-container .Toastify__toast{font-family:var(--bs-body-font-family);min-height:auto;padding:15px 8px}.MuiAutocomplete-popper.MuiPopper-root>div{border-radius:5px;border:1px solid var(--bs-lightBorder);background:var(--bs-lightWhite);box-shadow:0 5px 15px #1e36ce0d}.MuiAutocomplete-popper.MuiPopper-root>div:empty{border:0;box-shadow:none}.MuiAutocomplete-popper ul{padding:0!important}.MuiAutocomplete-popper li,.MuiAutocomplete-popper .MuiAutocomplete-option{font-family:var(--bs-body-font-family)!important;font-size:.875rem!important;background-color:transparent!important;color:var(--bs-subText);height:auto;min-height:44px;padding:10px 20px!important}@media screen and (max-width: 1600px){.MuiAutocomplete-popper li,.MuiAutocomplete-popper .MuiAutocomplete-option{font-size:13px!important;padding:12px!important}}@media screen and (max-width: 1536px){.MuiAutocomplete-popper li,.MuiAutocomplete-popper .MuiAutocomplete-option{height:auto;font-size:12px!important;padding:5px 20px!important}}@media screen and (max-width: 1440px){.MuiAutocomplete-popper li,.MuiAutocomplete-popper .MuiAutocomplete-option{font-size:11px}}@media screen and (max-width: 1280px){.MuiAutocomplete-popper li,.MuiAutocomplete-popper .MuiAutocomplete-option{font-size:10px!important;height:auto}}.MuiAutocomplete-popper li:not(:nth-last-of-type(1)),.MuiAutocomplete-popper .MuiAutocomplete-option:not(:nth-last-of-type(1)){border-bottom:1px solid var(--bs-gray)}.MuiAutocomplete-popper li:hover,.MuiAutocomplete-popper li:focus,.MuiAutocomplete-popper li:focus-within,.MuiAutocomplete-popper li.Mui-focused,.MuiAutocomplete-popper .MuiAutocomplete-option:hover,.MuiAutocomplete-popper .MuiAutocomplete-option:focus,.MuiAutocomplete-popper .MuiAutocomplete-option:focus-within,.MuiAutocomplete-popper .MuiAutocomplete-option.Mui-focused{background:rgba(89,9,215,.1)!important}.MuiAutocomplete-popper li[aria-selected=true],.MuiAutocomplete-popper .MuiAutocomplete-option[aria-selected=true]{color:var(--bs-primary)!important}.bottom-margin{margin-bottom:15px!important}@media screen and (max-width: 1600px){.bottom-margin{margin-bottom:10px!important}}@media screen and (max-width: 1440px){.bottom-margin{margin-bottom:5px!important}}@media screen and (max-width: 1280px){.bottom-margin{margin-bottom:0!important}}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;margin:0}a.disabled{pointer-events:none;opacity:.6}#quick_menu .MuiMenu-paper{margin-top:10px!important}#quick_menu .MuiMenu-paper:before{width:15px;height:15px;right:111px}@media screen and (max-width: 1600px){#quick_menu .MuiMenu-paper:before{right:105px}}@media screen and (max-width: 1440px){#quick_menu .MuiMenu-paper:before{right:95px}}@media screen and (max-width: 1280px){#quick_menu .MuiMenu-paper:before{right:88px}}#quick_menu .MuiMenu-list{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;padding:10px 20px;min-width:530px;gap:20px}#quick_menu .MuiMenu-list .menu_item{display:block;width:50%}#quick_menu .MuiMenu-list .menu_item h2{font-weight:500;font-size:15px;line-height:32px;color:var(--bs-nav-color);border-bottom:1px solid var(--bs-bgGray);padding-bottom:4px;max-width:195px}@media screen and (max-width: 1440px){#quick_menu .MuiMenu-list .menu_item h2{font-size:14px}}#quick_menu .MuiMenu-list .menu_item .anchor_list{margin-top:15px}#quick_menu .MuiMenu-list .menu_item .anchor_list li{cursor:pointer}#quick_menu .MuiMenu-list .menu_item .anchor_list li p{font-weight:500;font-size:14px;line-height:20px;color:var(--bs-subText)}@media screen and (max-width: 1600px){#quick_menu .MuiMenu-list .menu_item .anchor_list li p{font-size:13px}}@media screen and (max-width: 1280px){#quick_menu .MuiMenu-list .menu_item .anchor_list li p{font-size:12px}}#quick_menu .MuiMenu-list .menu_item .anchor_list li p:before{content:"";display:inline-block;vertical-align:middle;width:12px;height:14px;margin-right:5px;display:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='14' viewBox='0 0 12 14' fill='none'%3E%3Cpath d='M10.75 5.90116C11.75 6.47851 11.75 7.92188 10.75 8.49923L3.25 12.8294C2.25 13.4067 0.999999 12.685 0.999999 11.5303L1 2.87006C1 1.71537 2.25 0.993679 3.25 1.57103L10.75 5.90116Z' fill='white' stroke='%23B2B1BC'/%3E%3C/svg%3E")}#quick_menu .MuiMenu-list .menu_item .anchor_list li span{font-size:12px;line-height:18px;color:#9897a5;margin-bottom:15px;display:block}@media screen and (max-width: 1440px){#quick_menu .MuiMenu-list .menu_item .anchor_list li span{font-size:11px}}@media screen and (max-width: 1280px){#quick_menu .MuiMenu-list .menu_item .anchor_list li span{font-size:10px}}#quick_menu .MuiMenu-list .menu_item .anchor_list li:hover p{color:var(--bs-nav-color)}#acSetting-menu .MuiMenu-paper:before{width:15px;height:15px;left:120px}.custom-slider{position:relative;display:inline-block;width:46px;height:21px}.custom-slider input{opacity:0;width:0;height:0}.custom-slider .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;border-radius:34px;background-color:#e9e9e9;border:1.5px solid #e9e9e9;-webkit-transition:.4s;transition:.4s}.custom-slider .slider:before{position:absolute;content:"";height:15px;width:15px;left:2px;bottom:2px;border-radius:50%;background-color:var(--bs-white);-webkit-transition:.4s;transition:.4s}@media screen and (max-width: 1440px){.custom-slider .slider:before{bottom:1.5px}}.custom-slider input:checked+.slider{background-color:var(--bs-toggleGreen);border-color:var(--bs-toggleGreen)}.custom-slider input:checked+.slider:before{-webkit-transform:translateX(24px);-ms-transform:translateX(24px);transform:translate(24px);background:var(--bs-white)}.checkbox_wrap .MuiFormControlLabel-root{margin-left:-8px}.checkbox_wrap .MuiFormControlLabel-root .MuiTypography-body1{color:var(--bs-placeholder);font-size:14px}@media screen and (max-width: 1440px){.checkbox_wrap .MuiFormControlLabel-root .MuiTypography-body1{font-size:.8125rem}}@media screen and (max-width: 1280px){.checkbox_wrap .MuiFormControlLabel-root .MuiTypography-body1{font-size:.75rem}}.checkbox_wrap .checkbox.MuiCheckbox-root{min-width:43px;margin-right:4px}@media screen and (max-width: 1600px){.checkbox_wrap .checkbox.MuiCheckbox-root{min-width:38px}}.checkbox_svg svg{width:24px;height:24px}.checkbox_svg svg rect{stroke:#b2bcff}@media screen and (max-width: 1600px){.checkbox_svg svg{width:20px;height:20px}}.radio_svg svg{width:22px;height:22px}@media screen and (max-width: 1600px){.radio_svg svg{width:20px;height:20px}}.sm-checkbox .MuiFormControlLabel-label{color:var(--bs-textColor);font-size:14px;font-weight:400}@media screen and (max-width: 1600px){.sm-checkbox .MuiFormControlLabel-label{font-size:13px}}@media screen and (max-width: 1440px){.sm-checkbox .MuiFormControlLabel-label{font-size:12px}}@media screen and (max-width: 1280px){.sm-checkbox .MuiFormControlLabel-label{font-size:11px}}.switch_box.MuiSwitch-root{width:2.5rem;height:1.25rem;padding:0;border-radius:6.25rem;background-color:var(--bs-input-border);outline:3px solid #eee6fb}@media screen and (max-width: 1600px){.switch_box.MuiSwitch-root{width:36px;height:16px}}@media screen and (max-width: 1536px){.switch_box.MuiSwitch-root{width:32px;height:15px}}.switch_box.MuiSwitch-root .MuiButtonBase-root{padding:0;top:3px;left:4px}@media screen and (max-width: 1600px){.switch_box.MuiSwitch-root .MuiButtonBase-root{left:3px;top:2.5px}}@media screen and (max-width: 1536px){.switch_box.MuiSwitch-root .MuiButtonBase-root{left:1px}}.switch_box.MuiSwitch-root .MuiButtonBase-root .MuiSwitch-thumb{width:.875rem;height:.875rem;transform:none;box-shadow:0 0 10px 2px #7c0f1180}@media screen and (max-width: 1600px){.switch_box.MuiSwitch-root .MuiButtonBase-root .MuiSwitch-thumb{width:11px;height:11px}}@media screen and (max-width: 1536px){.switch_box.MuiSwitch-root .MuiButtonBase-root .MuiSwitch-thumb{width:10px;height:10px}}.switch_box.MuiSwitch-root .MuiButtonBase-root.Mui-checked{top:3px;left:4px}@media screen and (max-width: 1600px){.switch_box.MuiSwitch-root .MuiButtonBase-root.Mui-checked{left:2px;top:2.5px}}@media screen and (max-width: 1536px){.switch_box.MuiSwitch-root .MuiButtonBase-root.Mui-checked{left:0px;top:2.5px}}.switch_box.MuiSwitch-root .MuiButtonBase-root.Mui-checked .MuiSwitch-thumb{background-color:var(--bs-white);transform:none;box-shadow:0 0 10px 2px #0b484180}.switch_box.MuiSwitch-root .MuiButtonBase-root.Mui-checked+.MuiSwitch-track{background-color:var(--bs-switch-bg);opacity:1}.switch_box.MuiSwitch-root .MuiSwitch-input{left:0;right:auto}.switch_box.MuiSwitch-root .MuiSwitch-track{background-color:var(--bs-placeholder)}.switch_box.MuiSwitch-root .Mui-checked .MuiSwitch-input{left:auto;right:0}.switch_box.MuiSwitch-root:has(.MuiButtonBase-root.Mui-checked){background-color:var(--bs-switch-bg)}.switch_box.red_disable.MuiSwitch-root,.switch_box.red_disable.MuiSwitch-root .MuiSwitch-track{background-color:var(--bs-danger)}@media screen and (max-width: 1600px){.gridColumn4.MuiGrid-container .MuiGrid-item{-webkit-flex-basis:33.33%;-moz-flex-basis:33.33%;-ms-flex-basis:33.33%;flex-basis:33.33%;max-width:33.33%}}@media screen and (max-width: 1440px){.gridColumn4.MuiGrid-container .MuiGrid-item{-webkit-flex-basis:50%;-moz-flex-basis:50%;-ms-flex-basis:50%;flex-basis:50%;max-width:50%}}.gridColumn4.MuiGrid-container .MuiGrid-item.w-100{-webkit-flex-basis:100%;-moz-flex-basis:100%;-ms-flex-basis:100%;flex-basis:100%;max-width:100%}.check_icon{position:relative;display:block;width:22px;height:22px;border:2px solid transparent;border-radius:100px;z-index:2}.check_icon:after{content:"";display:block;box-sizing:border-box;position:absolute;left:0;top:0;width:9px;height:18px;border-radius:2px;border-width:0 3px 3px 0;border-style:solid;transform-origin:bottom left;transform:rotate(45deg);border-color:var(--bs-placeholder)}.selected-card .check_icon:after{border-color:var(--bs-white)}.sync-progress{animation:spin 2s linear infinite}@-moz-keyframes spin{to{-moz-transform:rotate(360deg)}}@-webkit-keyframes spin{to{-webkit-transform:rotate(360deg)}}@keyframes spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.react-datepicker__day--selected{background-color:var(--bs-primary)!important}@media screen and (max-width: 1600px){.radio_group .MuiFormControlLabel-root img{max-width:20px}}@media screen and (max-width: 1440px){.radio_group .MuiFormControlLabel-root img{max-width:18px}}.radio_group .MuiFormControlLabel-root .MuiFormControlLabel-label{font-size:14px;font-weight:400;transform:none;color:var(--bs-placeholder)}@media screen and (max-width: 1600px){.radio_group .MuiFormControlLabel-root .MuiFormControlLabel-label{font-size:13px}}@media screen and (max-width: 1440px){.radio_group .MuiFormControlLabel-root .MuiFormControlLabel-label{font-size:12px}}@media screen and (max-width: 1280px){.radio_group .MuiFormControlLabel-root .MuiFormControlLabel-label{font-size:11px}}.radio_group .MuiFormControlLabel-root .Mui-checked+.MuiFormControlLabel-label{color:var(--bs-primary)}.radio_group .MuiFormControlLabel-root~.MuiFormControlLabel-root{margin-left:20px}.block_card{background-color:var(--bs-white);box-shadow:0 6px 20px #1e36ce14;border-radius:5px}.block_card .block_header{padding:15px 20px;border-bottom:1px solid var(--bs-lightBorder);display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between;height:60px}@media screen and (max-width: 1536px){.block_card .block_header{height:50px}}.block_card .block_header .block_heading{font-weight:500;font-size:18px;color:var(--bs-navDark)}@media screen and (max-width: 1800px){.block_card .block_header .block_heading{font-size:17px}}@media screen and (max-width: 1600px){.block_card .block_header .block_heading{font-size:16px}}@media screen and (max-width: 1536px){.block_card .block_header .block_heading{font-size:15px}}@media screen and (max-width: 1440px){.block_card .block_header .block_heading{font-size:14px}}@media screen and (max-width: 1280px){.block_card .block_header .block_heading{font-size:13px}}.block_card .block_header.has_buttons{padding:12px 20px;height:60px}@media screen and (max-width: 1536px){.block_card .block_header.has_buttons{height:50px}}.block_card .block_header.has_buttons .header_btns{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center}.block_card .block_header.has_buttons .header_btns button{height:35px;min-width:90px;font-size:14px}@media screen and (max-width: 1600px){.block_card .block_header.has_buttons .header_btns button{font-size:13px}}@media screen and (max-width: 1440px){.block_card .block_header.has_buttons .header_btns button{font-size:12px;height:30px}}@media screen and (max-width: 1280px){.block_card .block_header.has_buttons .header_btns button{font-size:11px;height:28px;min-width:80px}}.block_card .block_header.has_buttons .header_btns button~button{margin-left:18px}@media screen and (max-width: 1440px){.block_card .block_header.has_buttons .header_btns button~button{margin-left:12px}}@media screen and (max-width: 1280px){.block_card .block_header.has_buttons .header_btns button~button{margin-left:10px}}.block_card .block_header.no_border{border-bottom:0;padding-top:30px;padding-bottom:30px}@media screen and (max-width: 1536px){.block_card .block_header.no_border{padding-top:20px;padding-bottom:20px}}.block_card .block_header.left_aligned{-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:flex-start}.block_card .block_content{padding:20px}.block_card .block_content .block_box{margin:15px 20px 0}@media screen and (max-width: 1536px){.block_card .block_content .block_box{margin:10px 15px 0}}.block_card .block_content .MuiTabPanel-root{padding-top:0!important}.block_card .block_content.p-0{padding:0}.block_card .tabs_with_btn{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between}.block_card .pagination-cover h6{color:var(--bs-subText)}.block_card .block_legend{font-weight:500;font-size:18px;color:var(--bs-navDark);padding:15px 20px;border-bottom:1px solid var(--bs-lightBorder);height:60px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center}@media screen and (max-width: 1800px){.block_card .block_legend{font-size:17px}}@media screen and (max-width: 1600px){.block_card .block_legend{font-size:16px}}@media screen and (max-width: 1536px){.block_card .block_legend{height:50px;padding:15px 25px;font-size:15px}}@media screen and (max-width: 1440px){.block_card .block_legend{padding:12px 20px}}@media screen and (max-width: 1280px){.block_card .block_legend{font-size:14px}}.block_card .block_legend.has_buttons{-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between}.block_card .block_legend.has_buttons .btn{height:42px;width:162px}.block_card .block_legend.h-auto{height:auto;padding:20px 0 0}.block_card .block_legend.sideSpace{padding:15px 0;margin:0 20px;height:auto}.block_card .block_legend.m-0{margin:0}.block_card .block_legend.mr-0{margin-right:0}.block_card .block_legend.b-t-1{border-top:1px solid var(--bs-lightBorder)!important}.block_card .block_description{color:var(--bs-placeholder);font-size:16px;line-height:26px;margin-bottom:10px}@media screen and (max-width: 1800px){.block_card .block_description{font-size:15px}}@media screen and (max-width: 1600px){.block_card .block_description{font-size:14px;line-height:24px}}@media screen and (max-width: 1536px){.block_card .block_description{font-size:13px}}@media screen and (max-width: 1440px){.block_card .block_description{font-size:12px;line-height:22px}}@media screen and (max-width: 1280px){.block_card .block_description{font-size:11px;line-height:20px}}.block_card .block_description .sub_text{margin-top:20px}@media screen and (max-width: 1440px){.block_card .block_description .sub_text{margin-top:15px}}.block_card .block_description .sub_text a{color:var(--bs-primary);text-decoration:underline}.buttons_wrapper{margin-top:40px}.buttons_wrapper .btn{min-width:190px;font-size:16px;height:45px}@media screen and (max-width: 1800px){.buttons_wrapper .btn{font-size:15px}}@media screen and (max-width: 1600px){.buttons_wrapper .btn{font-size:14px;height:40px;min-width:160px}}@media screen and (max-width: 1536px){.buttons_wrapper .btn{font-size:13px;height:40px;min-width:140px}}@media screen and (max-width: 1440px){.buttons_wrapper .btn{font-size:12px;height:36px}}@media screen and (max-width: 1280px){.buttons_wrapper .btn{height:32px;font-size:11px}}.buttons_wrapper .btn~button{margin-left:22px}@media screen and (max-width: 1280px){.buttons_wrapper .btn~button{margin-left:20px}}.formFlex .buttons_wrapper{padding:0 20px 20px;margin-top:80px}@media screen and (max-width: 1440px){.formFlex .buttons_wrapper{margin-top:50px}}.form_field .form_label{font-size:15px;line-height:22px;color:var(--bs-placeholder);margin-bottom:10px;display:block}@media screen and (max-width: 1600px){.form_field .form_label{font-size:14px}}@media screen and (max-width: 1536px){.form_field .form_label{font-size:13px}}@media screen and (max-width: 1440px){.form_field .form_label{font-size:12px}}.upload_bulk_products{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between;height:calc(100vh - 140px);overflow-y:auto}.upload_bulk_products::-webkit-scrollbar{width:2px;height:2px}.upload_bulk_products::-webkit-scrollbar-thumb{border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;background:transparent}.upload_bulk_products::-webkit-scrollbar-thumb:hover{background:transparent}.upload_bulk_products::-webkit-scrollbar-corner{background-color:transparent;border-color:transparent}.upload_bulk_products::-webkit-scrollbar-track-piece{background-color:transparent}.upload_bulk_products::-webkit-scrollbar-thumb:vertical{height:8px;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;background-color:var(--bs-slate)}.upload_bulk_products::-moz-scrollbar{width:2px;height:2px}.upload_bulk_products::-webkit-scrollbar-track{background:transparent}.upload_bulk_products::-moz-scrollbar-track{background:transparent}.upload_bulk_products::-moz-scrollbar-thumb{border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;background:var(--bs-slate)}.upload_bulk_products::-moz-scrollbar-thumb:hover{background:transparent}@media screen and (max-width: 1536px){.upload_bulk_products{height:calc(100vh - 125px)}}.upload_bulk_products .upload_template{width:100%;max-width:600px;margin:15px auto;text-align:center}@media screen and (max-width: 1600px){.upload_bulk_products .upload_template{max-width:550px}}@media screen and (max-width: 1536px){.upload_bulk_products .upload_template{max-width:500px}}.upload_bulk_products .upload_template .choose-file{margin-bottom:20px;height:auto}@media screen and (max-width: 1536px){.upload_bulk_products .upload_template .choose-file{padding:20px}}.upload_bulk_products .upload_template .choose-file .instruction{max-width:305px}.choose-file{background-color:var(--bs-lightWhite);border:1px solid var(--bs-inputBorder);border-radius:5px;padding:25px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;color:var(--bs-primary);cursor:pointer;height:100%;position:relative;overflow:hidden;margin-bottom:30px}.choose-file .upload_img{max-width:100%;max-height:100%;height:auto}.choose-file .upload_text{color:var(--bs-textColor);font-size:15px;margin-top:10px;margin-bottom:8px;text-align:center}@media screen and (max-width: 1600px){.choose-file .upload_text{font-size:14px}}@media screen and (max-width: 1536px){.choose-file .upload_text{font-size:13px}}@media screen and (max-width: 1440px){.choose-file .upload_text{font-size:12px;margin-bottom:4px}}@media screen and (max-width: 1280px){.choose-file .upload_text{font-size:11px}}.choose-file .upload_text span{color:var(--bs-primary);font-weight:600}.choose-file .instruction{color:var(--bs-textColor);font-size:13px;line-height:20px;margin:0 auto;text-align:center}@media screen and (max-width: 1536px){.choose-file .instruction{font-size:12px}}@media screen and (max-width: 1280px){.choose-file .instruction{font-size:11px}}.choose-file input{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;cursor:pointer}.choose-file.sm{height:140px}.uploader_wrap{background:var(--bs-lightWhite);border:1px solid var(--bs-inputBorder);box-shadow:0 5px 15px #1e36ce0d;border-radius:5px;padding:15px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;color:var(--bs-primary);height:100%;position:relative;overflow:hidden;margin-bottom:0;height:150px}.uploader_wrap .upload-img-cover{border:0;background-color:transparent;box-shadow:none}.uploader_wrap .upload-img-cover .MuiButtonBase-root{width:40px;min-width:40px;height:40px}.uploader_wrap .upload_img{max-width:100%;max-height:100%;height:auto}.uploader_wrap .upload_text{color:var(--bs-textColor);font-size:15px;margin-top:10px;margin-bottom:8px;text-align:center}@media screen and (max-width: 1600px){.uploader_wrap .upload_text{font-size:14px}}@media screen and (max-width: 1536px){.uploader_wrap .upload_text{font-size:13px}}@media screen and (max-width: 1440px){.uploader_wrap .upload_text{font-size:12px;margin-bottom:4px}}@media screen and (max-width: 1280px){.uploader_wrap .upload_text{font-size:11px}}.uploader_wrap .upload_text span{color:var(--bs-primary);font-weight:600}.uploader_wrap .upload_instruction{color:var(--bs-textColor);font-size:12px;line-height:20px;margin:12px auto 0;text-align:center;max-width:unset}@media screen and (max-width: 1536px){.uploader_wrap .upload_instruction{font-size:12px}}@media screen and (max-width: 1280px){.uploader_wrap .upload_instruction{font-size:11px}}.uploader_wrap .upload_text+.upload_instruction{margin-top:0}.uploader_wrap input{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;cursor:pointer}.uploader_wrap.sm{height:140px}.uploader_wrap.file{padding:0}.uploader_wrap.file .sm_image_wrapper{width:100%;display:block}.uploader_wrap.file .sm_image_wrapper .uploaded-file{border:0}.uploader_wrap.file .upload_instruction,.uploader_wrap.file .upload_text{display:none}.uploaded-file{border:1px solid var(--bs-inputBorder);padding:10px 12px;background-color:var(--bs-lightWhite);border-radius:5px;height:150px;overflow:hidden}.uploaded-file .upload-box{position:relative;border-radius:5px;border:1px dashed var(--bs-lightBorder);display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;padding:10px;aspect-ratio:4/1;height:100%;width:100%}.uploaded-file .upload-box .upload_img{max-width:100%;height:auto;max-height:100%}.uploaded-file .upload-box .uploadEditEel{bottom:0;position:absolute;right:0;background:var(--bs-white);padding:.1875rem;box-shadow:-2px -1px 3px var(--bs-breadcrum-shadow);border-radius:10px 0 0;-webkit-border-radius:10px 0 0 0;-moz-border-radius:10px 0 0 0;-ms-border-radius:10px 0 0 0;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center}.uploaded-file .upload-box .uploadEditEel svg{width:1.25rem;margin:0 .125rem;cursor:pointer}@media screen and (max-width: 1600px){.uploaded-file .upload-box .uploadEditEel svg{width:16px}}@media screen and (max-width: 1536px){.uploaded-file .upload-box .uploadEditEel svg{width:14px}}@media screen and (max-width: 1280px){.uploaded-file .upload-box .uploadEditEel svg{width:14px}}@media screen and (max-width: 1600px){.uploaded-file .upload-box .uploadEditEel svg.edit{width:15px}}@media screen and (max-width: 1536px){.uploaded-file .upload-box .uploadEditEel svg.edit{width:13px}}@media screen and (max-width: 1280px){.uploaded-file .upload-box .uploadEditEel svg.edit{width:12px}}.uploaded-file .upload-box .uploadEditEel svg[data-testid=DeleteIcon]{color:var(--bs-red)}.uploaded-file .upload-box .uploadEditEel svg[data-testid=EditIcon]{color:var(--bs-primary)}.uploaded-file .upload-actions{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;position:absolute;bottom:12px;right:12px}.uploaded-file .upload-actions li:not(:nth-last-of-type(1)){margin-right:4px}.upload_box .uploader_wrap{height:120px}.upload_box .uploader_wrap .upload-img-cover{padding:10px 0}.upload_box .uploader_wrap .upload-img-cover .MuiButtonBase-root{width:100%;height:100%}.upload_box .upload_instruction{max-width:100%;margin:20px 0 0}.upload_box .upload_instruction strong{display:block;font-weight:500;color:var(--bs-subText);margin-bottom:5px}.upload_box.profile_upload{display:flex;align-items:center}.upload_box.profile_upload .uploader_wrap{flex-shrink:0;width:120px}.upload_box.profile_upload .upload_instruction{margin:0 0 0 30px}.upload_box.profile_upload .upload_instruction strong{max-width:170px}.multiple_docs_upload .uploaded-file .upload-box{aspect-ratio:unset;height:130px}@media screen and (max-width: 1600px){.multiple_docs_upload.MuiGrid-root{-webkit-flex-basis:100%;-moz-flex-basis:100%;-ms-flex-basis:100%;flex-basis:100%;max-width:100%}}.attach_signature .choose-file,.attach_signature .uploaded-file{height:135px}.attach_signature .uploaded-file .upload-box{width:auto;height:100%;aspect-ratio:unset}.sm_actions{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center}.sm_actions .action_btn{width:30px;height:30px;padding:10px;border-radius:5px;background:rgba(89,9,215,.1);color:var(--bs-primary)}.sm_actions .action_btn~.action_btn{margin-left:8px}.apikeys_list .apikeys_listitem{padding:10px 15px;border:1px solid var(--bs-lightBorder);margin-bottom:20px;border-radius:5px;align-items:center}.apikeys_list .apikeys_listitem .MuiListItemText-primary,.apikeys_list .apikeys_listitem .MuiListItemText-secondary{font-size:15px}@media screen and (max-width: 1600px){.apikeys_list .apikeys_listitem .MuiListItemText-primary,.apikeys_list .apikeys_listitem .MuiListItemText-secondary{font-size:14px}}@media screen and (max-width: 1536px){.apikeys_list .apikeys_listitem .MuiListItemText-primary,.apikeys_list .apikeys_listitem .MuiListItemText-secondary{font-size:13px}}@media screen and (max-width: 1280px){.apikeys_list .apikeys_listitem .MuiListItemText-primary,.apikeys_list .apikeys_listitem .MuiListItemText-secondary{font-size:12px}}.apikeys_list .apikeys_listitem .MuiListItemText-primary{color:var(--bs-placeholder)}.apikeys_list .apikeys_listitem .MuiListItemText-secondary{color:var(--bs-textColor)}.apikeys_list .apikeys_listitem .copy-code svg{width:20px;height:20px}.horizontal_or{position:relative;height:20px;margin:10px auto;display:flex;align-items:center;justify-content:center;max-width:140px}.horizontal_or:before{content:"";position:absolute;background-color:var(--bs-lightBorder);top:50%;left:-5px;width:40%;height:1px}.horizontal_or:after{content:"";position:absolute;background-color:var(--bs-lightBorder);top:50%;right:-5px;width:40%;height:1px}.horizontal_or span{font-size:14px;line-height:32px;color:#9897a5}@media screen and (max-width: 1536px){.horizontal_or span{font-size:13px}}@media screen and (max-width: 1280px){.horizontal_or span{font-size:12px}}.desc_list{padding:20px 20px 15px}@media screen and (max-width: 1536px){.desc_list{padding:20px}}@media screen and (max-width: 1440px){.desc_list{padding:15px}}.desc_list h2{font-weight:500;font-size:18px;line-height:27px;color:var(--bs-subText);margin-bottom:20px}@media screen and (max-width: 1800px){.desc_list h2{font-size:16px}}@media screen and (max-width: 1600px){.desc_list h2{font-size:15px}}@media screen and (max-width: 1536px){.desc_list h2{font-size:14px;margin-bottom:15px}}@media screen and (max-width: 1440px){.desc_list h2{font-size:13px}}@media screen and (max-width: 1280px){.desc_list h2{font-size:12px;margin-bottom:12px}}.desc_list dl dt{color:var(--bs-textColor);font-size:16px;font-weight:500;margin-bottom:10px}@media screen and (max-width: 1800px){.desc_list dl dt{font-size:15px}}@media screen and (max-width: 1600px){.desc_list dl dt{font-size:14px}}@media screen and (max-width: 1536px){.desc_list dl dt{font-size:13px;margin-bottom:8px}}@media screen and (max-width: 1440px){.desc_list dl dt{font-size:12px;line-height:normal;margin-bottom:6px}}@media screen and (max-width: 1280px){.desc_list dl dt{font-size:11px}}.desc_list dl dd{color:var(--bs-placeholder);font-size:15px;line-height:24px;margin-bottom:15px}@media screen and (max-width: 1800px){.desc_list dl dd{font-size:14px;line-height:normal}}@media screen and (max-width: 1600px){.desc_list dl dd{font-size:13px}}@media screen and (max-width: 1536px){.desc_list dl dd{font-size:12px}}@media screen and (max-width: 1440px){.desc_list dl dd{font-size:11px}}@media screen and (max-width: 1280px){.desc_list dl dd{font-size:10px}}.MuiAccordion-root.accordion{background-color:#f6f8fa;border:1px solid var(--bs-inputBorder)!important;border-radius:5px;box-shadow:none}.MuiAccordion-root.accordion:before{display:none}.MuiAccordion-root.accordion .MuiAccordionSummary-root{height:55px;transform:none;background-color:transparent;border-bottom:1px solid transparent;background-repeat:no-repeat;background-position-x:calc(100% - 20px);background-position-y:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='18' viewBox='0 0 10 18' fill='none'%3E%3Cpath d='M1.37124 16.84L7.89125 10.32C8.66125 9.55002 8.66125 8.29002 7.89125 7.52002L1.37124 1' stroke='%2357546D' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}@media screen and (max-width: 1800px){.MuiAccordion-root.accordion .MuiAccordionSummary-root{height:55px;background-size:9px}}@media screen and (max-width: 1440px){.MuiAccordion-root.accordion .MuiAccordionSummary-root{height:50px;background-size:7px}}@media screen and (max-width: 1280px){.MuiAccordion-root.accordion .MuiAccordionSummary-root{height:48px;background-size:6px}}.MuiAccordion-root.accordion .MuiAccordionSummary-root .h_title{color:var(--bs-navDark)}@media screen and (max-width: 1800px){.MuiAccordion-root.accordion .MuiAccordionSummary-root .h_title{font-size:18px}}@media screen and (max-width: 1600px){.MuiAccordion-root.accordion .MuiAccordionSummary-root .h_title{font-size:16px}}@media screen and (max-width: 1440px){.MuiAccordion-root.accordion .MuiAccordionSummary-root .h_title{font-size:14px}}@media screen and (max-width: 1280px){.MuiAccordion-root.accordion .MuiAccordionSummary-root .h_title{font-size:13px}}@media screen and (max-width: 1600px){.MuiAccordion-root.accordion .MuiAccordionSummary-root .h_title svg{width:22px}}@media screen and (max-width: 1440px){.MuiAccordion-root.accordion .MuiAccordionSummary-root .h_title svg{width:18px}}@media screen and (max-width: 1280px){.MuiAccordion-root.accordion .MuiAccordionSummary-root .h_title svg{width:16px}}.MuiAccordion-root.accordion .MuiAccordionSummary-root.Mui-expanded{min-height:auto;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='9' viewBox='0 0 18 9' fill='none'%3E%3Cpath d='M16.84 8.09751L10.32 1.5775C9.55002 0.8075 8.29002 0.8075 7.52002 1.5775L1 8.09751' stroke='%2357546D' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");border-bottom-color:var(--bs-inputBorder)}@media screen and (max-width: 1800px){.MuiAccordion-root.accordion .MuiAccordionSummary-root.Mui-expanded{background-size:16px}}@media screen and (max-width: 1536px){.MuiAccordion-root.accordion .MuiAccordionSummary-root.Mui-expanded{height:50px;background-size:13px}}@media screen and (max-width: 1280px){.MuiAccordion-root.accordion .MuiAccordionSummary-root.Mui-expanded{height:48px;background-size:10px}}@media screen and (max-width: 1536px){.MuiAccordion-root.accordion .MuiAccordionSummary-root.Mui-expanded .MuiAccordionSummary-content{margin:10px 0}}.MuiAccordion-root.accordion .MuiAccordionDetails-root{padding:20px}.MuiAccordion-root.accordion:not(:nth-last-of-type(1)){margin-bottom:30px}@media screen and (max-width: 1600px){.MuiAccordion-root.accordion:not(:nth-last-of-type(1)){margin-bottom:20px}}@media screen and (max-width: 1440px){.MuiAccordion-root.accordion:not(:nth-last-of-type(1)){margin-bottom:16px}}.no-data-text{font-size:14px}@media screen and (max-width: 1280px){.no-data-text{font-size:13px}}.radio_label{font-weight:500;color:var(--bs-subText);margin-bottom:10px;display:block}@media screen and (max-width: 1600px){.radio_label{font-size:13px}}@media screen and (max-width: 1440px){.radio_label{font-size:12px}}@media screen and (max-width: 1280px){.radio_label{font-size:11px}}.upload_file_label{color:var(--bs-subText);font-size:14px;font-weight:400}.CmpDetails .uploaded-file .upload-box{aspect-ratio:auto}.TB_GST{white-space:nowrap}.preview-table .item_table td:last-child{white-space:nowrap}.uploader_wrap.CmpDelImg{padding:0}.uploader_wrap.CmpDelImg .doc-view-wrapper,.uploader_wrap.CmpDelImg .sm_image_wrapper{width:100%}.uploader_wrap.CmpDelImg .upload-img-cover{width:100%;height:150px;aspect-ratio:1}.uploader_wrap.CmpDelImg .upload-img-cover .MuiButtonBase-root{width:100%!important;height:100%!important}.uploader_wrap.CmpDelImg .uploaded-file{border:0;width:100%;padding:0}.uploader_wrap.CmpDelImg .uploaded-file .upload-box{aspect-ratio:1;border:0;width:100%;padding:0}.uploader_wrap.CmpDelImg .uploaded-file .upload-box>div{width:100%;height:100%!important;position:relative;display:flex;align-items:center;justify-content:center}.uploader_wrap.CmpDelImg .uploaded-file .upload-box .uploadEditEel{position:absolute;right:0;bottom:0;width:auto;height:auto!important}.uploader_wrap.CmpDelImg .uploaded-file .upload-box img{width:100%;height:100%;object-fit:contain;object-position:center;padding:0 30px;max-height:100%}.mxw-100{max-width:100%!important}.ppDetailsWrap .doc-view-wrapper{width:120px}.ppDetailsWrap .doc-view-wrapper .uploaded-file{padding:0;height:120px}.ppDetailsWrap .doc-view-wrapper .uploaded-file .upload-box{border:0;padding:0}.ppDetailsWrap .doc-view-wrapper .uploaded-file .upload-box>div{width:100%;height:100%!important;position:relative}.ppDetailsWrap .doc-view-wrapper .uploaded-file .upload-box .uploadEditEel{position:absolute;right:0;bottom:0;width:auto;height:auto!important}.ppDetailsWrap .doc-view-wrapper .uploaded-file .upload-box img{width:100%;height:100%;object-fit:cover;object-position:center}header{position:fixed;top:0;left:0;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between;padding-right:1.5625rem;width:100%;background-color:var(--bs-body-color);z-index:99}@media screen and (max-width: 992px){header .lt{position:fixed;z-index:99}}header .lg_wrap{position:relative;border-radius:0;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:flex-start;width:17.5rem;height:75px;-webkit-transition:width 195ms cubic-bezier(.4,0,.6,1) 0ms;-moz-transition:width 195ms cubic-bezier(.4,0,.6,1) 0ms;-ms-transition:width 195ms cubic-bezier(.4,0,.6,1) 0ms;-o-transition:width 195ms cubic-bezier(.4,0,.6,1) 0ms;transition:width 195ms cubic-bezier(.4,0,.6,1) 0ms}@media screen and (max-width: 1536px){header .lg_wrap{width:15.625rem}}@media screen and (max-width: 1440px){header .lg_wrap{width:14.6875rem}}@media screen and (max-width: 1280px){header .lg_wrap{width:13.75rem}}header .lg_wrap .ar_nv{position:absolute;right:-.625rem;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;width:20px;height:20px;background:var(--bs-white);border-radius:50%;padding:0;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;box-shadow:0 6px 10px #3c00f233}header .lg_wrap .ar_nv img{transform:rotate(180deg)}header .lg_wrap a img{object-fit:contain;-webkit-transition:all 195ms cubic-bezier(.4,0,.6,1) 0ms;-moz-transition:all 195ms cubic-bezier(.4,0,.6,1) 0ms;-ms-transition:all 195ms cubic-bezier(.4,0,.6,1) 0ms;-o-transition:all 195ms cubic-bezier(.4,0,.6,1) 0ms;transition:all 195ms cubic-bezier(.4,0,.6,1) 0ms}header .lg_wrap a .lgsm{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:0;width:calc(100% - 20px);height:calc(100% - 20px)}header .rt{flex:auto;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:flex-end;-moz-justify-content:flex-end;-ms-justify-content:flex-end;justify-content:flex-end;-ms-flex-pack:flex-end}header .rt .header_user_del{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;position:absolute;right:20px}header .rt .header_user_del .last-login{font-size:10px;text-align:center;line-height:1.4;padding:5px 10px;border-radius:5px;background:var(--bs-white);margin-right:20px;display:none}header .rt .header_user_del .quick_links{position:relative;margin-right:10px;text-transform:none;font-weight:500;line-height:22px;color:var(--bs-textColor);transform:none}@media screen and (max-width: 1440px){header .rt .header_user_del .quick_links{margin-right:8px}}header .rt .header_user_del .quick_links:before{width:1px;height:31px;background-color:var(--bs-primary);content:"";display:block;position:absolute;right:-12px}header .rt .header_user_del .quick_links img{margin-right:.625rem}@media screen and (max-width: 1440px){header .rt .header_user_del .quick_links img{max-width:24px}}@media screen and (max-width: 1280px){header .rt .header_user_del .quick_links img{max-width:20px}}header .rt .header_user_del .quick_links .text{font-weight:500;font-size:15px}@media screen and (max-width: 1600px){header .rt .header_user_del .quick_links .text{font-size:14px}}@media screen and (max-width: 1536px){header .rt .header_user_del .quick_links .text{font-size:13px}}@media screen and (max-width: 1280px){header .rt .header_user_del .quick_links .text{font-size:12px}}header .rt .header_user_del .notification_wrapper{position:relative;margin-right:1.25rem;margin-left:1.375rem}@media screen and (max-width: 1536px){header .rt .header_user_del .notification_wrapper{margin-right:.9375rem}}@media screen and (max-width: 992px){header .rt .header_user_del .notification_wrapper{margin-right:1.25rem}}@media screen and (max-width: 767px){header .rt .header_user_del .notification_wrapper{margin-right:.9375rem}}header .rt .header_user_del .notification_wrapper .notification{min-width:auto;padding:0}header .rt .header_user_del .notification_wrapper .notification .num{position:absolute;width:1.25rem;height:1.25rem;background:var(--bs-toggleGreen);color:var(--bs-white);top:-.4375rem;right:-.4375rem;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;border-radius:50%;font-size:.75rem;font-weight:500;line-height:normal}@media screen and (max-width: 1536px){header .rt .header_user_del .notification_wrapper .notification .num{width:1.125rem;height:1.125rem;font-size:.6875rem}}@media screen and (max-width: 992px){header .rt .header_user_del .notification_wrapper .notification .num{width:1rem;height:1rem;font-size:.625rem;right:-8px}}@media screen and (max-width: 767px){header .rt .header_user_del .notification_wrapper .notification .num{width:.875rem;height:.875rem;font-size:.5625rem;right:-6px}}header .rt .header_user_del .notification_wrapper .notification_listing_box{position:absolute;right:-2.5rem;border-radius:5px;top:calc(100% + 12px);background:var(--bs-white);box-shadow:0 10px 10px #1e36ce14;-webkit-box-shadow:0px 10px 10px rgba(30,54,206,.08);-moz-box-shadow:0px 10px 10px rgba(30,54,206,.08);-ms-box-shadow:0px 10px 10px rgba(30,54,206,.08);width:25.625rem;z-index:999}@media screen and (max-width: 1536px){header .rt .header_user_del .notification_wrapper .notification_listing_box{top:42px}}@media screen and (max-width: 767px){header .rt .header_user_del .notification_wrapper .notification_listing_box{right:calc(-50% + 32px);transform:translate(50%)}}@media screen and (max-width: 576px){header .rt .header_user_del .notification_wrapper .notification_listing_box{right:calc(-50% + 50px);transform:translate(50%);width:18.75rem}}header .rt .header_user_del .notification_wrapper .notification_listing_box:before{content:"";display:block;position:absolute;top:0;right:50px;width:10px;height:10px;background-color:var(--bs-white);transform:translateY(-50%) rotate(45deg);z-index:0}header .rt .header_user_del .notification_wrapper .notification_listing_box .noti_head{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between;padding:.9375rem;font-size:.875rem;font-weight:500;color:var(--bs-navDark);border-bottom:1px solid var(--bs-gray)}header .rt .header_user_del .notification_wrapper .notification_listing_box .noti_head .btn_grp button{padding:0;font-size:.75rem;text-transform:none;color:var(--bs-placeholder)}@media screen and (max-width: 1280px){header .rt .header_user_del .notification_wrapper .notification_listing_box .noti_head .btn_grp button{font-size:.6875rem}}header .rt .header_user_del .notification_wrapper .notification_listing_box .noti_head .btn_grp button:hover{text-decoration:none;background-color:transparent;color:var(--bs-textColor)}header .rt .header_user_del .notification_wrapper .notification_listing_box .noti_foot{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;padding:.625rem 0}header .rt .header_user_del .notification_wrapper .notification_listing_box .noti_foot button{padding:.3125rem 1.25rem;width:100%;margin:0 15px;font-size:.875rem;color:var(--bs-white);text-transform:none}header .rt .header_user_del .notification_wrapper .notification_listing_box .noti_foot button:hover{text-decoration:none;background:var(--bs-btn-gradient)}header .rt .header_user_del .user_del{font-family:var(--bs-body-font-family);text-transform:none;transform:none}header .rt .header_user_del .user_del .srtName{width:1.875rem;height:1.875rem;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;overflow:hidden;border:1px solid #9aa6ff;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;margin-right:.625rem;text-transform:uppercase;font-weight:500;font-size:14px;color:var(--bs-textColor)}@media screen and (max-width: 1600px){header .rt .header_user_del .user_del .srtName{margin-right:15px;width:2.1875rem;height:2.1875rem}}@media screen and (max-width: 1280px){header .rt .header_user_del .user_del .srtName{width:1.875rem;height:1.875rem;margin-right:12px}}@media screen and (max-width: 767px){header .rt .header_user_del .user_del .srtName{font-size:.8125rem}}header .rt .header_user_del .user_del .srtName img{width:100%;height:100%;object-fit:cover}header .rt .header_user_del .user_del .profile_name{font-weight:500;font-size:15px;line-height:22px;text-transform:capitalize;color:#565472;margin-right:12px;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media screen and (max-width: 1600px){header .rt .header_user_del .user_del .profile_name{font-size:14px}}@media screen and (max-width: 1440px){header .rt .header_user_del .user_del .profile_name{font-size:13px}}@media screen and (max-width: 1280px){header .rt .header_user_del .user_del .profile_name{font-size:12px}}header .rt .header_user_del .user_del .profile_name+img{max-width:10px}header .rt.goBackBtn{padding-left:24px;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between}header .rt.goBackBtn .btn_back{padding:5px 10px 5px 40px;color:var(--bs-subText);font-weight:400;font-size:16px;background-position-y:center;background-position-x:10px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' viewBox='0 0 18 14' fill='none'%3E%3Cpath d='M6.71289 12.4258L0.999926 6.71285L6.71289 0.999881' stroke='%2357546D' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17 6.71289L1.15994 6.71289' stroke='%2357546D' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat}@media screen and (max-width: 1600px){header .rt.goBackBtn .btn_back{font-size:14px;background-size:10px}}header .hidden_noti{overflow:hidden}.sticky{background:var(--bs-white);transition:all .2s;box-shadow:0 6px 20px #1e36ce14}.noti_internal_list{position:relative}.noti_internal_list ul li{display:block;cursor:pointer}.noti_internal_list ul li.stk{position:sticky;top:0;padding:.5rem .9375rem;background-color:var(--bs-white);font-weight:400;color:var(--bs-gray-txt)}.noti_internal_list ul li.stk .st_tp{text-transform:uppercase}.noti_internal_list ul li .noti_media{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.875rem 1rem}.noti_internal_list ul li .noti_media.read{background-color:var(--bs-white)}.noti_internal_list ul li .noti_media.unread{background:var(--bs-body-color)}.noti_internal_list ul li .noti_media:hover{background:rgba(var(--bs-black),.03)}@media screen and (max-width: 1440px){.noti_internal_list ul li .noti_media{font-size:13px}}.noti_internal_list ul li .noti_media .ur_img{width:1.875rem;height:1.875rem;overflow:hidden;border-radius:50%;background:var(--bs-gray);border:.5px solid var(--bs-lightBorder);display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;margin-right:15px;flex-shrink:0}.noti_internal_list ul li .noti_media .ur_img img{width:100%;height:100%;object-fit:cover;object-position:center}.noti_internal_list ul li .noti_media .nt_ls_rt{flex:1;position:relative;padding-right:20px}.noti_internal_list ul li .noti_media .nt_ls_rt h6{color:var(--bs-textColor);margin-bottom:5px;line-height:18px;font-weight:400;font-size:13px}@media screen and (max-width: 1440px){.noti_internal_list ul li .noti_media .nt_ls_rt h6{font-size:12px}}@media screen and (max-width: 1280px){.noti_internal_list ul li .noti_media .nt_ls_rt h6{font-size:11px}}.noti_internal_list ul li .noti_media .nt_ls_rt .dt{color:var(--bs-placeholder);font-size:.75rem}@media screen and (max-width: 1280px){.noti_internal_list ul li .noti_media .nt_ls_rt .dt{font-size:10px}}.noti_internal_list ul li .noti_media .notify_actions{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.noti_internal_list ul li .noti_media .notify_actions .MuiIconButton-root{width:18px;height:18px;background-color:var(--bs-lightBg);padding:0}.noti_internal_list ul li .noti_media .notify_actions .MuiIconButton-root~.MuiIconButton-root{margin-top:6px}.noti_internal_list ul li:not(:nth-last-of-type(1)){border-bottom:1px solid var(--bs-tableBorder)}.noti_internal_list .no-record{padding-top:140px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.noti_internal_list .no-record img{margin:0 auto}.af_login_header{display:flex;padding:0 25px 0 0;height:100px;background-color:var(--bs-bgColor);background-size:cover;background-repeat:no-repeat;background-position:right center}.setting-menu-popper .MuiPaper-root{margin-top:10px;right:15px;left:auto!important;transition:none;width:200px}.setting-menu-popper .MuiMenu-list .MuiMenuItem-root{padding:12px 15px}.setting-menu-popper .MuiMenu-list .MuiMenuItem-root.border_btm{border-bottom:1px solid var(--bs-tableBorder)}.MuiBreadcrumbs-root .MuiBreadcrumbs-ol .MuiBreadcrumbs-li{min-height:30px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center}.MuiBreadcrumbs-root .MuiBreadcrumbs-ol .MuiBreadcrumbs-li .MuiTypography-root{display:block;font-size:1rem;text-transform:capitalize;color:var(--bs-textColor);text-decoration:none;font-weight:400}@media screen and (max-width: 1800px){.MuiBreadcrumbs-root .MuiBreadcrumbs-ol .MuiBreadcrumbs-li .MuiTypography-root{font-size:.9375rem}}@media screen and (max-width: 1600px){.MuiBreadcrumbs-root .MuiBreadcrumbs-ol .MuiBreadcrumbs-li .MuiTypography-root{font-size:.875rem}}@media screen and (max-width: 1440px){.MuiBreadcrumbs-root .MuiBreadcrumbs-ol .MuiBreadcrumbs-li .MuiTypography-root{font-size:.8125rem}}@media screen and (max-width: 1280px){.MuiBreadcrumbs-root .MuiBreadcrumbs-ol .MuiBreadcrumbs-li .MuiTypography-root{font-size:.75rem}}@media screen and (max-width: 576px){.MuiBreadcrumbs-root .MuiBreadcrumbs-ol .MuiBreadcrumbs-li .MuiTypography-root{font-size:.6875rem}}.MuiBreadcrumbs-root .MuiBreadcrumbs-ol .MuiBreadcrumbs-li a{position:relative;color:var(--bs-textColor);cursor:pointer}.MuiBreadcrumbs-root .MuiBreadcrumbs-ol .MuiBreadcrumbs-li a:hover h6{color:var(--bs-primaryHover)}.MuiBreadcrumbs-root .MuiBreadcrumbs-ol .MuiBreadcrumbs-li:last-of-type h6{color:var(--bs-primary)}.MuiBreadcrumbs-root .MuiBreadcrumbs-ol .MuiBreadcrumbs-li:only-child h6{color:var(--bs-textColor)}.MuiBreadcrumbs-root .MuiBreadcrumbs-ol .MuiBreadcrumbs-separator{font-size:1.25rem;color:var(--bs-textColor)}@media screen and (max-width: 1536px){.MuiBreadcrumbs-root .MuiBreadcrumbs-ol .MuiBreadcrumbs-separator{font-size:1.125rem}}@media screen and (max-width: 1440px){.MuiBreadcrumbs-root .MuiBreadcrumbs-ol .MuiBreadcrumbs-separator{font-size:1rem}}@media screen and (max-width: 1280px){.MuiBreadcrumbs-root .MuiBreadcrumbs-ol .MuiBreadcrumbs-separator{font-size:.875rem}}.MuiButton-root.btn{width:auto;min-width:auto;font-size:1rem;padding-left:1.25rem;padding-right:1.25rem;border:0;background-color:var(--bs-primary);color:#000;font-weight:500;text-transform:none;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;height:2.8125rem;border-radius:.3125rem;min-height:auto;-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none;transform:none!important;letter-spacing:normal}@media screen and (max-width: 1800px){.MuiButton-root.btn{font-size:.9375rem}}@media screen and (max-width: 1600px){.MuiButton-root.btn{font-size:14px}}@media screen and (max-width: 1536px){.MuiButton-root.btn{height:2.5rem;font-size:.8125rem;padding-left:1.125rem;padding-right:1.125rem}}@media screen and (max-width: 1440px){.MuiButton-root.btn{font-size:.75rem}}@media screen and (max-width: 1280px){.MuiButton-root.btn{font-size:.6875rem}}@media screen and (max-width: 992px){.MuiButton-root.btn{height:2.125rem;font-size:.75rem;padding-left:.9375rem;padding-right:.9375rem}}@media screen and (max-width: 767px){.MuiButton-root.btn{height:1.875rem;font-size:.6875rem;padding-left:.625rem;padding-right:.625rem}}@media screen and (max-width: 576px){.MuiButton-root.btn{height:1.625rem;font-size:.625rem;padding-left:.5rem;padding-right:.5rem}}.MuiButton-root.btn:hover{background:var(--bs-primary);box-shadow:none}.MuiButton-root.btn.btn-onboarding{width:100%;max-width:100%;margin:auto;color:var(--bs-white);display:block;font-size:1.125rem;height:3.125rem;background:var(--bs-nav-color);border:1px solid var(--bs-inputBorder);box-shadow:0 10px 40px #1e36ce33;transform:none}@media screen and (max-width: 1800px){.MuiButton-root.btn.btn-onboarding{font-size:1rem}}@media screen and (max-width: 1536px){.MuiButton-root.btn.btn-onboarding{height:3.125rem;font-size:.9375rem}}@media screen and (max-width: 1440px){.MuiButton-root.btn.btn-onboarding{height:3.125rem;font-size:.875rem}}@media screen and (max-width: 1280px){.MuiButton-root.btn.btn-onboarding{height:2.8125rem;font-size:.8125rem}}.MuiButton-root.btn.btn-purple{background-color:var(--bs-nav-color);color:var(--bs-black);box-shadow:0 6px 15px #1227af26}.MuiButton-root.btn.btn-purple.Mui-disabled{background-color:var(--bs-nav-color);color:var(--bs-white);opacity:.5}.MuiButton-root.btn.btn-primary{background-color:var(--bs-primary);color:var(--bs-white);box-shadow:0 6px 15px #48006e14}.MuiButton-root.btn.btn-primary.Mui-disabled{background-color:var(--bs-primary);color:var(--bs-white);opacity:.5}.MuiButton-root.btn.btn-purple-border{background:var(--bs-white);border:1px solid var(--bs-switch-bg);color:var(--bs-switch-bg);box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.MuiButton-root.btn.btn-primary-outline{background-color:var(--bs-white);border:1px solid var(--bs-primary);color:var(--bs-primary);line-height:normal}.MuiButton-root.btn.btn-simple{background-color:var(--bs-lightWhite);color:var(--bs-textColor);box-shadow:0 6px 15px #88888814;border:1px solid var(--bs-iconColor)}.MuiButton-root.btn.btn-simple:hover{background:#f8f4ff}.MuiButton-root.btn.btn-download{border:0;width:2.1875rem;height:2.1875rem;margin-left:.625rem;background:rgba(89,9,215,.1);border-radius:5px;padding:0}@media screen and (max-width: 1600px){.MuiButton-root.btn.btn-download{width:1.875rem;height:1.875rem}}@media screen and (max-width: 1440px){.MuiButton-root.btn.btn-download{width:1.75rem;height:1.75rem}}@media screen and (max-width: 1280px){.MuiButton-root.btn.btn-download{width:1.5rem;height:1.5rem;margin-left:6px}}.MuiButton-root.btn.btn-download img{width:12px}@media screen and (max-width: 1600px){.MuiButton-root.btn.btn-download img{width:10px}}@media screen and (max-width: 1440px){.MuiButton-root.btn.btn-download img{width:9px}}.MuiButton-root.btn.btn-download .MuiButton-startIcon{margin:0}.MuiButton-root.btn.btn-download .MuiButton-endIcon{display:none}.MuiButton-root.btn.light-color{background-color:var(--bs-cencel);color:var(--bs-black)}.MuiButton-root.btn.Mui-disabled{opacity:.5}.MuiButton-root.btn.btn-lg{min-width:200px}@media screen and (max-width: 1600px){.MuiButton-root.btn.btn-lg{min-width:180px;height:40px}}@media screen and (max-width: 1440px){.MuiButton-root.btn.btn-lg{min-width:150px;height:36px}}@media screen and (max-width: 1280px){.MuiButton-root.btn.btn-lg{min-width:130px;height:32px}}.MuiButton-root.btn.btn-active{background-color:var(--bs-toggleGreen);box-shadow:0 6px 15px #1db9aa1a}.MuiButton-root.btn.btn-danger{background-color:var(--bs-danger);box-shadow:0 6px 15px #fe60611a}.MuiButton-root.btn.btn-add{padding:0;width:35px;height:35px;font-size:20px;transition:none!important;margin-right:10px}@media screen and (max-width: 1600px){.MuiButton-root.btn.btn-add{width:1.875rem;height:1.875rem}}@media screen and (max-width: 1440px){.MuiButton-root.btn.btn-add{width:1.75rem;height:1.75rem;font-size:14px}}@media screen and (max-width: 1280px){.MuiButton-root.btn.btn-add{width:1.5rem;height:1.5rem}}.MuiButton-root.btn.create_role{height:35px;font-size:14px;margin-top:-47px;margin-right:20px;border:0}@media screen and (max-width: 1600px){.MuiButton-root.btn.create_role{font-size:13px}}@media screen and (max-width: 1440px){.MuiButton-root.btn.create_role{font-size:12px;height:30px;margin-top:-40px}}@media screen and (max-width: 1280px){.MuiButton-root.btn.create_role{font-size:11px}}.MuiButton-root.uploadSign{background:var(--bs-lightWhite);border:2px dashed var(--bs-inputBorder);box-shadow:0 5px 15px #1e36ce0d;border-radius:5px;width:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between;height:55px;color:var(--bs-placeholder);font-weight:400;transform:none!important}.MuiButton-root.uploadSign:hover{background-color:var(--bs-white)}.button~.button{margin-left:10px}.MuiIconButton-root.download_action{width:30px;height:30px;background:var(--bs-nav-icon);border:1px solid rgba(87,84,115,.5);border-radius:5px}.MuiIconButton-root.download_action svg{font-size:15px;fill:var(--bs-grey)}.MuiIconButton-root.copy_code{padding:3px;margin-left:8px;margin-top:-2px}@media screen and (max-width: 1280px){.MuiIconButton-root.copy_code{margin-left:5px}}@media screen and (max-width: 1440px){.MuiIconButton-root.copy_code img{max-width:15px}}@media screen and (max-width: 1280px){.MuiIconButton-root.copy_code img{max-width:13px}}.MuiIconButton-root.btn-upload-action{width:30px;height:30px;background:var(--bs-iconColor);border-radius:5px}@media screen and (max-width: 1536px){.MuiIconButton-root.btn-upload-action{width:28px;height:28px}}@media screen and (max-width: 1440px){.MuiIconButton-root.btn-upload-action{width:26px;height:26px}}@media screen and (max-width: 1280px){.MuiIconButton-root.btn-upload-action{width:25px;height:25px}}.MuiIconButton-root.btn-upload-action:hover{background-color:var(--bs-lightBg)}.MuiButtonBase-root.MuiAutocomplete-clearIndicator{background-color:var(--bs-white);right:5px}.MuiButtonBase-root.MuiAutocomplete-clearIndicator svg{width:18px;color:var(--bs-placeholder)}@media screen and (max-width: 1536px){.MuiButtonBase-root.MuiAutocomplete-clearIndicator svg{width:16px}}@media screen and (max-width: 1280px){.MuiButtonBase-root.MuiAutocomplete-clearIndicator svg{width:14px}}.MuiButtonBase-root.MuiAutocomplete-clearIndicator:hover{background-color:var(--bs-white)}.MuiButtonBase-root.MuiTableSortLabel-root.Mui-active{color:var(--bs-placeholder)}.dialog_pop .MuiModal-backdrop{background-color:#00000040;backdrop-filter:blur(5px)}.dialog_pop .MuiPaper-root{width:500px;max-width:100%;padding:25px 22px 30px;border-radius:.3125rem;-webkit-border-radius:.3125rem;-moz-border-radius:.3125rem;-ms-border-radius:.3125rem;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;overflow-y:auto;overflow-x:hidden}@media screen and (max-width: 1440px){.dialog_pop .MuiPaper-root{padding:20px 20px 30px;width:31.25rem}}@media screen and (max-width: 1280px){.dialog_pop .MuiPaper-root{padding:20px;width:30rem}}.dialog_pop .MuiPaper-root .icon{margin-top:10px;margin-bottom:15px}.dialog_pop .MuiPaper-root .icon img{max-width:60px}@media screen and (max-width: 1536px){.dialog_pop .MuiPaper-root .icon img{max-width:50px}}@media screen and (max-width: 1280px){.dialog_pop .MuiPaper-root .icon img{max-width:45px}}.dialog_pop .MuiPaper-root .dialog_box{overflow:unset}.dialog_pop .MuiPaper-root .subtitle1{font-size:.875rem;line-height:normal}@media screen and (max-width: 1536px){.dialog_pop .MuiPaper-root .subtitle1{font-size:13px}}@media screen and (max-width: 1440px){.dialog_pop .MuiPaper-root .subtitle1{font-size:12px}}@media screen and (max-width: 1280px){.dialog_pop .MuiPaper-root .subtitle1{font-size:11px}}.dialog_pop .MuiPaper-root h2{color:var(--bs-navDark);font-size:1.125rem;padding:0 0 5px;font-weight:500;text-align:center}@media screen and (max-width: 1800px){.dialog_pop .MuiPaper-root h2{font-size:1rem}}@media screen and (max-width: 1600px){.dialog_pop .MuiPaper-root h2{font-size:.9375rem}}@media screen and (max-width: 1440px){.dialog_pop .MuiPaper-root h2{font-size:.875rem}}@media screen and (max-width: 1280px){.dialog_pop .MuiPaper-root h2{font-size:.8125rem}}.dialog_pop .MuiPaper-root h2.dialog_title{font-size:1.125rem;font-weight:500;color:var(--bs-navDark);padding-bottom:10px}.dialog_pop .MuiPaper-root>p{text-align:center;margin-bottom:1.875rem}.dialog_pop .MuiPaper-root>p .MuiTypography-subtitle1{font-size:.875rem}@media screen and (max-width: 1440px){.dialog_pop .MuiPaper-root>p .MuiTypography-subtitle1{font-size:.8125rem}}@media screen and (max-width: 1280px){.dialog_pop .MuiPaper-root>p .MuiTypography-subtitle1{font-size:.75rem}}.dialog_pop .MuiPaper-root .MuiDialogActions-root{padding:0;width:100%}.dialog_pop .MuiPaper-root .MuiDialogActions-root .MuiButton-root{width:50%;height:40px;font-size:14px}@media screen and (max-width: 1600px){.dialog_pop .MuiPaper-root .MuiDialogActions-root .MuiButton-root{font-size:13px}}@media screen and (max-width: 1440px){.dialog_pop .MuiPaper-root .MuiDialogActions-root .MuiButton-root{font-size:12px;height:36px}}@media screen and (max-width: 1280px){.dialog_pop .MuiPaper-root .MuiDialogActions-root .MuiButton-root{height:32px;font-size:11px}}.dialog_pop .MuiPaper-root .MuiDialogActions-root .MuiButton-root.btn-simple{box-shadow:0 6px 15px #cbcbcb1a}.dialog_pop .MuiPaper-root .MuiDialogActions-root .MuiButton-root.btn-yes{background-color:var(--bs-danger)}.dialog_pop .MuiPaper-root .MuiDialogActions-root .MuiButton-root.btn-success{background-color:var(--bs-toggleGreen)}.dialog_pop .MuiPaper-root .MuiDialogActions-root .MuiButton-root:only-child{width:100%}.dialog_pop .MuiPaper-root .MuiDialogActions-root>:not(:first-of-type){margin-left:22px}.dialog_pop .MuiDialogContent-root{padding:0}.dialog_pop.addcategory .MuiPaper-root .MuiDialogContent-root{padding:1.25rem 0;overflow:inherit}.dialog_pop.salesOrder .MuiPaper-root{width:28.125rem}.dialog_pop.salesOrder .MuiPaper-root .MuiDialogContent-root{padding:1.25rem 0}.dialog_pop.dialog_popup_left .MuiPaper-root{-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start}.dialog_pop.dialog_popup_left .MuiPaper-root h2{padding:0;margin-bottom:7px}@media screen and (max-width: 1440px){.dialog_pop.dialog_popup_left .MuiPaper-root h2{margin-bottom:4px;font-size:13px}}.dialog_pop.dialog_popup_left .MuiPaper-root .MuiTypography-body1{max-width:100%;text-align:left;font-size:.875rem;margin:0;color:var(--bs-placeholder)}@media screen and (max-width: 1536px){.dialog_pop.dialog_popup_left .MuiPaper-root .MuiTypography-body1{font-size:.8125rem}}@media screen and (max-width: 1440px){.dialog_pop.dialog_popup_left .MuiPaper-root .MuiTypography-body1{font-size:.75rem;max-width:90%}}@media screen and (max-width: 1280px){.dialog_pop.dialog_popup_left .MuiPaper-root .MuiTypography-body1{font-size:.6875rem}}.dialog_pop.dialog_popup_left .MuiPaper-root .MuiTypography-body1.body1{margin-bottom:20px}@media screen and (max-width: 1536px){.dialog_pop.dialog_popup_left .MuiPaper-root .MuiTypography-body1.body1{margin-bottom:10px}}.dialog_pop.dialog_popup_left .MuiPaper-root .member_list{padding:0;margin-bottom:35px}@media screen and (max-width: 1536px){.dialog_pop.dialog_popup_left .MuiPaper-root .member_list{margin-bottom:20px}}.dialog_pop.dialog_popup_left .MuiPaper-root .member_list .MuiListItemAvatar-root{min-width:auto}.dialog_pop.dialog_popup_left .MuiPaper-root .member_list .MuiAvatar-root{background-color:var(--bs-white);color:var(--bs-primary);font-family:var(--bs-body-font-family);border:1px solid var(--bs-primary);font-size:.875rem;margin-right:20px}@media screen and (max-width: 1536px){.dialog_pop.dialog_popup_left .MuiPaper-root .member_list .MuiAvatar-root{font-size:.875rem;width:35px;height:35px}}@media screen and (max-width: 1440px){.dialog_pop.dialog_popup_left .MuiPaper-root .member_list .MuiAvatar-root{font-size:.8125rem;width:30px;height:30px;margin-right:15px}}@media screen and (max-width: 1280px){.dialog_pop.dialog_popup_left .MuiPaper-root .member_list .MuiAvatar-root{font-size:.75rem}}.dialog_pop.dialog_popup_left .MuiPaper-root .member_list .MuiListItemText-root .MuiListItemText-primary{font-size:.9375rem;color:var(--bs-textColor)}@media screen and (max-width: 1600px){.dialog_pop.dialog_popup_left .MuiPaper-root .member_list .MuiListItemText-root .MuiListItemText-primary{font-size:.875rem}}@media screen and (max-width: 1536px){.dialog_pop.dialog_popup_left .MuiPaper-root .member_list .MuiListItemText-root .MuiListItemText-primary{font-size:.8125rem}}@media screen and (max-width: 1440px){.dialog_pop.dialog_popup_left .MuiPaper-root .member_list .MuiListItemText-root .MuiListItemText-primary{font-size:.75rem}}@media screen and (max-width: 1280px){.dialog_pop.dialog_popup_left .MuiPaper-root .member_list .MuiListItemText-root .MuiListItemText-primary{font-size:.6875rem}}.dialog_pop.dialog_popup_left .MuiPaper-root .member_list .MuiListItemText-root .MuiListItemText-secondary{font-size:.875rem}@media screen and (max-width: 1600px){.dialog_pop.dialog_popup_left .MuiPaper-root .member_list .MuiListItemText-root .MuiListItemText-secondary{font-size:.8125rem}}@media screen and (max-width: 1536px){.dialog_pop.dialog_popup_left .MuiPaper-root .member_list .MuiListItemText-root .MuiListItemText-secondary{font-size:.75rem}}@media screen and (max-width: 1440px){.dialog_pop.dialog_popup_left .MuiPaper-root .member_list .MuiListItemText-root .MuiListItemText-secondary{font-size:.6875rem}}@media screen and (max-width: 1280px){.dialog_pop.dialog_popup_left .MuiPaper-root .member_list .MuiListItemText-root .MuiListItemText-secondary{font-size:.625rem}}.dialog_pop.dialog_popup_left .MuiPaper-root .member_list .MuiListItemText-root .MuiListItemText-secondary span{color:var(--bs-primary)}.dialog_pop.dialog_popup_left .MuiPaper-root .member_list .MuiListItemText-root .MuiListItemText-secondary span del{color:var(--bs-textColor)}.dialog_pop.dialog_popup_left .MuiPaper-root .MuiDialogActions-root{width:100%;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between}.dialog_pop.dialog_popup_left .MuiPaper-root .MuiDialogActions-root .MuiButton-root{width:50%}.dialog_pop.dialogbox_wrapper .MuiPaper-root{max-width:560px;width:100%}@media screen and (max-width: 1600px){.dialog_pop.dialogbox_wrapper .MuiPaper-root{max-width:500px}}@media screen and (max-width: 1440px){.dialog_pop.dialogbox_wrapper .MuiPaper-root{max-width:450px;padding:20px 25px 30px}}.dialog_pop.dialogbox_wrapper .MuiPaper-root h2{font-weight:500;line-height:30px;font-size:1.25rem;margin-bottom:5px}@media screen and (max-width: 1600px){.dialog_pop.dialogbox_wrapper .MuiPaper-root h2{font-size:1.125rem}}@media screen and (max-width: 1440px){.dialog_pop.dialogbox_wrapper .MuiPaper-root h2{font-size:1rem;margin-bottom:0}}.dialog_pop.dialogbox_wrapper .MuiPaper-root .dialog_para{color:var(--bs-textColor);font-size:.875rem;margin:0 auto 20px;line-height:normal}@media screen and (max-width: 1800px){.dialog_pop.dialogbox_wrapper .MuiPaper-root .dialog_para{font-size:.9375rem}}@media screen and (max-width: 1536px){.dialog_pop.dialogbox_wrapper .MuiPaper-root .dialog_para{font-size:.875rem}}@media screen and (max-width: 1440px){.dialog_pop.dialogbox_wrapper .MuiPaper-root .dialog_para{font-size:.8125rem}}@media screen and (max-width: 1280px){.dialog_pop.dialogbox_wrapper .MuiPaper-root .dialog_para{font-size:.75rem}}.dialog_pop.dialogbox_wrapper .MuiPaper-root .MuiDialogContent-root{overflow:unset;width:100%;text-align:center}.dialog_pop.dialogbox_wrapper .MuiPaper-root .resend_codeWrap{font-size:.9375rem;margin-bottom:30px}@media screen and (max-width: 1600px){.dialog_pop.dialogbox_wrapper .MuiPaper-root .resend_codeWrap{font-size:.875rem}}@media screen and (max-width: 1536px){.dialog_pop.dialogbox_wrapper .MuiPaper-root .resend_codeWrap{font-size:.8125rem}}@media screen and (max-width: 1440px){.dialog_pop.dialogbox_wrapper .MuiPaper-root .resend_codeWrap{font-size:.75rem}}@media screen and (max-width: 1280px){.dialog_pop.dialogbox_wrapper .MuiPaper-root .resend_codeWrap{font-size:.6875rem}}.dialog_pop.sm_modal .MuiPaper-root{width:25rem;max-width:100%;padding:30px 25px 40px}.dialog_pop.sm_modal .MuiPaper-root .otp_wrapper{margin-bottom:20px}.dialog_pop.sm_modal .MuiPaper-root .resend_codeWrap{margin-top:0;margin-bottom:20px}.dialog_pop.setTime_out .MuiPaper-root{position:relative;max-width:330px}.dialog_pop.setTime_out .MuiPaper-root:before{content:"";display:block;position:absolute;width:50%;left:0;top:0;height:6px;background-color:var(--bs-primary);border-top-left-radius:5px}.dialog_pop.setTime_out .MuiPaper-root:after{content:"";display:block;position:absolute;width:50%;right:0;top:0;height:6px;background-color:var(--bs-nav-color);border-top-right-radius:5px}.dialog_pop.setTime_out .timer_count{font-size:22px;font-weight:500;margin-top:30px;padding-bottom:10px}.dialog_pop.setTime_out .timer_count svg path{stroke-width:5px}.dialog_pop.setTime_out .timer_count svg path~path{stroke:var(--bs-nav-color)}.dialog_pop.setTime_out .MuiDialogContentText-root{color:var(--bs-subText);font-weight:500;text-align:center}.dialog_pop.confirmation_popup .MuiDialogContent-root .MuiTypography-subtitle1{text-align:center;line-height:normal}.dialog_pop.initiate_refund_dialog .MuiPaper-root{width:550px;padding:0}.dialog_pop.initiate_refund_dialog .MuiPaper-root .refund_text{font-size:15px;margin-top:15px;text-align:center;color:var(--bs-placeholder);margin-bottom:10px}.dialog_pop.initiate_refund_dialog .MuiPaper-root .transactionId{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;font-size:14px;color:var(--bs-subText);line-height:normal;margin-bottom:25px}.dialog_pop.initiate_refund_dialog .MuiPaper-root .transactionId span{font-weight:500}.dialog_pop.initiate_refund_dialog .MuiPaper-root .transactionId span .copy_code img{max-width:14px}.dialog_pop.initiate_refund_dialog .MuiPaper-root .label{font-weight:500;color:var(--bs-subText);margin-bottom:12px;display:block}.dialog_pop.initiate_refund_dialog .MuiPaper-root .max_refund{margin-top:12px;margin-bottom:20px}.dialog_pop.initiate_refund_dialog .MuiPaper-root .m_body{width:100%;padding:20px;text-align:left}.dialog_pop.initiate_refund_dialog .MuiPaper-root .priceField .MuiInputAdornment-root{display:flex;align-items:center;justify-content:center;width:38px;background:rgba(223,235,254,.5);height:50px;margin:0;max-height:100%;overflow:hidden;border-radius:5px 0 0 5px;font-weight:500;color:var(--bs-subText);font-size:14px}.dialog_pop.initiate_refund_dialog .MuiPaper-root .MuiDialogActions-root{width:100%;padding:0 20px 30px}.dialog_pop.initiate_refund_dialog .MuiPaper-root .MuiDialogActions-root .MuiButton-root{width:50%;height:45px;font-size:16px}.dialog_pop.verify_aadhaar .MuiPaper-root{padding-bottom:30px}.dialog_pop.verify_aadhaar .txt{display:none}.dialog_pop.verify_aadhaar .disableResendOtp{color:var(--bs-subText)}.close{margin:0;width:2.5rem;min-width:auto;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;background-color:transparent;box-shadow:none;color:var(--bs-navDark)!important;cursor:pointer}@media screen and (max-width: 1600px){.close{width:1.875rem;height:1.875rem}}@media screen and (max-width: 1280px){.close{top:.5rem}}@media screen and (max-width: 767px){.close{right:.625rem;top:.625rem;left:auto;margin:0rem;width:1.875rem;height:1.875rem}}@media screen and (max-width: 576px){.close{width:1.5625rem;height:1.5625rem;top:.75rem}}@media screen and (max-width: 1536px){.close svg{width:1.25rem}}.close:hover{background-color:transparent;box-shadow:none}.MuiDrawer-modal .MuiModal-backdrop{background-color:#00000040;backdrop-filter:blur(5px)}.image_preview_modal .MuiPaper-root{position:relative;background-color:var(--bs-white);display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.image_preview_modal .MuiPaper-root .modal_header{height:65px;border-bottom:1px solid var(--bs-inputBorder);width:100%;flex-shrink:0;padding:0 30px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between;position:sticky;position:-webkit-sticky;top:0;background-color:var(--bs-white);z-index:1}@media screen and (max-width: 1536px){.image_preview_modal .MuiPaper-root .modal_header{height:3.75rem}}@media screen and (max-width: 1440px){.image_preview_modal .MuiPaper-root .modal_header{height:3.125rem;padding:0 1.25rem}}.image_preview_modal .MuiPaper-root .modal_header h1{color:var(--bs-navDark)}.image_preview_modal .MuiPaper-root .inner_preview{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;flex:1;padding:1.875rem}@media screen and (max-width: 1440px){.image_preview_modal .MuiPaper-root .inner_preview{padding:1.25rem}}.image_preview_modal .MuiPaper-root .inner_preview img{max-width:100%;max-height:100%;height:auto}.MuiDialogContentText-root{font-size:1rem}@media screen and (max-width: 1800px){.MuiDialogContentText-root{font-size:.9375rem}}@media screen and (max-width: 1536px){.MuiDialogContentText-root{font-size:.875rem}}@media screen and (max-width: 1440px){.MuiDialogContentText-root{font-size:.8125rem}}@media screen and (max-width: 1280px){.MuiDialogContentText-root{font-size:.75rem}}.popup_loader{display:flex;align-items:center;justify-content:center;width:100%;height:100%;position:absolute;top:0;left:0;right:0;bottom:0;background-color:#ffffff80}.preview-dialog-cover .MuiDialog-paper{width:100%;max-width:780px;box-shadow:none;background:transparent;padding:10px;overflow:hidden}@media screen and (max-width: 1600px){.preview-dialog-cover .MuiDialog-paper{max-width:670px}}@media screen and (max-width: 1440px){.preview-dialog-cover .MuiDialog-paper{max-width:620px}}.preview-dialog-cover .MuiDialog-paper .preview-wrap{background-color:var(--bs-white);overflow-y:auto}.close{position:absolute;right:0;top:0;margin:0;width:1.875rem;height:1.875rem;min-width:auto;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;box-shadow:none;color:var(--bs-navDark);cursor:pointer;padding:0;border-radius:50%;border:1px solid var(--bs-lightBorder);background-color:var(--bs-white)}.close img{max-width:100%}.close:hover{background-color:var(--bs-white)}.preview-table,.preview-table table{width:100%}.preview-table .main_td{padding:0 10px}.preview-table thead th{padding:28px 0;width:50%;border-bottom:1px solid var(--bs-lightBorder)}.preview-table thead th .text_right_credit{white-space:nowrap}@media screen and (max-width: 1800px){.preview-table thead th{padding:25px 0}}@media screen and (max-width: 1600px){.preview-table thead th{padding:20px 0}}@media screen and (max-width: 1536px){.preview-table thead th{padding:18px 0}}.preview-table thead th .company_logo{max-width:200px;width:100%;aspect-ratio:4/2;height:100%;max-height:40px;object-fit:contain;object-position:left}@media screen and (max-width: 1600px){.preview-table thead th .company_logo{max-width:150px}}@media screen and (max-width: 1536px){.preview-table thead th .company_logo{max-width:120px}}@media screen and (max-width: 1280px){.preview-table thead th .company_logo{max-width:110px}}.preview-table thead th .company_logo.placeholder{max-width:unset;width:80px;height:80px;border-radius:5px;border:1px solid var(--bs-lightBorder)}.preview-table thead th .invoice{font-weight:600;font-size:30px;text-transform:uppercase;color:var(--bs-primary)}@media screen and (max-width: 1800px){.preview-table thead th .invoice{font-size:27px}}@media screen and (max-width: 1600px){.preview-table thead th .invoice{font-size:24px}}@media screen and (max-width: 1536px){.preview-table thead th .invoice{font-size:22px}}@media screen and (max-width: 1280px){.preview-table thead th .invoice{font-size:20px}}.preview-table thead th .invoice_no{color:var(--bs-subText);font-size:14px;margin-top:12px;font-weight:400}@media screen and (max-width: 1800px){.preview-table thead th .invoice_no{font-size:13px}}@media screen and (max-width: 1536px){.preview-table thead th .invoice_no{font-size:12px;margin-top:10px}}@media screen and (max-width: 1280px){.preview-table thead th .invoice_no{font-size:11px}}.preview-table td{color:#1e074f}.preview-table .border_btm td{border-bottom:1px solid var(--bs-lightBorder)}.preview-table .pb-10{padding-bottom:10px}.preview-table .v-top{vertical-align:top}.preview-table .details{margin-bottom:12px;line-height:24px;font-size:15px}@media screen and (max-width: 1800px){.preview-table .details{font-size:14px}}@media screen and (max-width: 1600px){.preview-table .details{font-size:13px;line-height:normal}}@media screen and (max-width: 1536px){.preview-table .details{font-size:12px}}@media screen and (max-width: 1440px){.preview-table .details{font-size:11px;margin-bottom:8px}}@media screen and (max-width: 1280px){.preview-table .details{font-size:10px}}.preview-table .details img{margin-right:15px}@media screen and (max-width: 1800px){.preview-table .details img{max-width:15px;margin-right:12px}}@media screen and (max-width: 1536px){.preview-table .details img{margin-right:10px;max-width:13px}}@media screen and (max-width: 1280px){.preview-table .details img{margin-right:8px}}.preview-table .flex_row{padding:30px 0;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:flex-start;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between;font-size:14px;line-height:21px}@media screen and (max-width: 1600px){.preview-table .flex_row{padding:24px 0;font-size:13px}}@media screen and (max-width: 1536px){.preview-table .flex_row{font-size:12px;line-height:normal}}@media screen and (max-width: 1440px){.preview-table .flex_row{padding:20px 0;font-size:11px}}@media screen and (max-width: 1280px){.preview-table .flex_row{padding:15px 0;font-size:10px}}.preview-table .flex_row .col-4{max-width:33.3333333333%}.preview-table .flex_row .heading{margin-bottom:10px}.preview-table .flex_row .company{font-size:15px;font-weight:500;margin-bottom:10px;color:var(--bs-navDark)}@media screen and (max-width: 1800px){.preview-table .flex_row .company{font-size:14px}}@media screen and (max-width: 1600px){.preview-table .flex_row .company{font-size:13px;line-height:normal}}@media screen and (max-width: 1536px){.preview-table .flex_row .company{font-size:12px}}@media screen and (max-width: 1440px){.preview-table .flex_row .company{font-size:11px;margin-bottom:8px}}@media screen and (max-width: 1280px){.preview-table .flex_row .company{font-size:10px}}.preview-table .flex_row address{font-style:normal}.preview-table .flex_row .place{font-size:15px;font-weight:500}@media screen and (max-width: 1800px){.preview-table .flex_row .place{font-size:14px}}@media screen and (max-width: 1600px){.preview-table .flex_row .place{font-size:13px;line-height:normal}}@media screen and (max-width: 1536px){.preview-table .flex_row .place{font-size:12px}}@media screen and (max-width: 1440px){.preview-table .flex_row .place{font-size:11px}}@media screen and (max-width: 1280px){.preview-table .flex_row .place{font-size:10px}}.preview-table .col-3{width:33.3333333333%}.preview-table .company_name{padding:20px 0;color:var(--bs-navDark);font-size:18px;font-weight:500}@media screen and (max-width: 1800px){.preview-table .company_name{font-size:17px}}@media screen and (max-width: 1600px){.preview-table .company_name{font-size:16px}}@media screen and (max-width: 1536px){.preview-table .company_name{font-size:15px}}@media screen and (max-width: 1280px){.preview-table .company_name{font-size:14px}}.preview-table .info_box{margin-bottom:12px;font-size:14px}@media screen and (max-width: 1600px){.preview-table .info_box{font-size:13px}}@media screen and (max-width: 1536px){.preview-table .info_box{font-size:12px}}@media screen and (max-width: 1440px){.preview-table .info_box{font-size:11px;margin-bottom:8px}}@media screen and (max-width: 1280px){.preview-table .info_box{font-size:10px}}.preview-table .info_box .txt{font-size:15px;font-weight:500;margin-left:10px;display:inline-block;line-height:24px}@media screen and (max-width: 1800px){.preview-table .info_box .txt{font-size:14px}}@media screen and (max-width: 1600px){.preview-table .info_box .txt{font-size:13px;line-height:normal}}@media screen and (max-width: 1536px){.preview-table .info_box .txt{font-size:12px}}@media screen and (max-width: 1440px){.preview-table .info_box .txt{font-size:11px}}@media screen and (max-width: 1280px){.preview-table .info_box .txt{font-size:10px}}.preview-table .words{font-size:11px;margin-bottom:12px}@media screen and (max-width: 1600px){.preview-table .words{font-size:11px;margin-bottom:10px}}@media screen and (max-width: 1440px){.preview-table .words{font-size:10px;margin-bottom:8px}}@media screen and (max-width: 1280px){.preview-table .words{font-size:9px}}.preview-table p.amount{margin-bottom:0}.preview-table .amount{margin-bottom:20px;font-size:12px;font-weight:400}@media screen and (max-width: 1600px){.preview-table .amount{font-size:13px}}@media screen and (max-width: 1536px){.preview-table .amount{font-size:12px;margin-bottom:15px}}@media screen and (max-width: 1440px){.preview-table .amount{font-size:11px}}@media screen and (max-width: 1280px){.preview-table .amount{font-size:10px;margin-bottom:10px}}.preview-table .pt-20{padding-top:20px}.preview-table .cost{font-size:16px;font-weight:500;color:var(--bs-navDark)}.preview-table .item_table th{font-size:12px;text-transform:uppercase;background-color:#000;color:#fff;padding:12px 10px;font-weight:400}@media screen and (max-width: 1600px){.preview-table .item_table th{font-size:11px}}@media screen and (max-width: 1440px){.preview-table .item_table th{font-size:10px;padding:10px 8px}}@media screen and (max-width: 1280px){.preview-table .item_table th{font-size:9px}}.preview-table .item_table td{padding:10px;font-size:13px;line-height:15px;color:#1e074f}.preview-table .item_table td p{color:#1e074f}@media screen and (max-width: 1800px){.preview-table .item_table td{font-size:12px}}@media screen and (max-width: 1536px){.preview-table .item_table td{font-size:11px;padding:12px 10px;line-height:13px}}@media screen and (max-width: 1440px){.preview-table .item_table td{font-size:10px;padding:10px 8px}}@media screen and (max-width: 1280px){.preview-table .item_table td{font-size:9px}}.preview-table .item_table .subtotal td{padding-top:25px}.preview-table .item_table .igst td{padding:8px 10px}.preview-table .item_table .gst-style{display:flex;flex-direction:column;justify-content:flex-start;align-items:start}.preview-table .terms{border-top:1px solid var(--bs-lightBorder);padding-top:15px;font-size:12px;padding-bottom:40px}@media screen and (max-width: 1600px){.preview-table .terms{font-size:11px}}@media screen and (max-width: 1440px){.preview-table .terms{font-size:10px}}@media screen and (max-width: 1280px){.preview-table .terms{font-size:9px}}.preview-table .terms .sm{font-weight:500;margin-bottom:15px}.preview-table .terms ol{padding-right:10px;white-space:pre-wrap}.preview-table .terms ol li{line-height:20px;padding-left:5px}@media screen and (max-width: 1536px){.preview-table .terms ol li{margin-bottom:5px}}.preview-table .terms .CusaccountDetails{border-bottom:1px solid var(--bs-lightBorder);padding:20px;margin:-15px 0 0 -20px}.preview-table .terms .CusaccountDetails .Hlb{margin-bottom:10px}.preview-table .terms .CusaccountDetails .Hlb,.preview-table .terms .CusaccountDetails .vl{font-size:12px;font-weight:500}.preview-table .terms .CusaccountDetails .lb{margin-bottom:5px}.preview-table .terms .flex_col{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between;-webkit-align-items:end;-moz-align-items:end;-ms-align-items:end;align-items:end}.preview-table .terms .flex_col .authorized{font-weight:500;margin-top:5px}.preview-table .terms~.terms{padding-left:20px;padding-bottom:10px;border-left:1px solid var(--bs-lightBorder)}.preview-table .sign{height:130px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center}.preview-table .sign img{aspect-ratio:4/2;width:150px;object-fit:contain}@media screen and (max-width: 1800px){.preview-table .sign img{max-width:130px}}@media screen and (max-width: 1600px){.preview-table .sign img{max-width:120px}}@media screen and (max-width: 1536px){.preview-table .sign img{max-width:110px}}@media screen and (max-width: 1280px){.preview-table .sign img{max-width:100px}}.preview-table .poweredBy{font-size:14px;font-weight:500;font-style:italic;display:flex;align-items:center;justify-content:center;color:var(--bs-subText);padding:15px 20px}@media screen and (max-width: 1600px){.preview-table .poweredBy{font-size:13px;line-height:normal}}@media screen and (max-width: 1536px){.preview-table .poweredBy{font-size:12px}}@media screen and (max-width: 1280px){.preview-table .poweredBy{font-size:11px}}.preview-table .poweredBy img{max-width:70px}.MuiDrawer-paper{max-width:100%}.drawer_wrap{position:relative;width:34.375rem;max-width:100%}@media screen and (max-width: 1600px){.drawer_wrap{width:31.25rem}}@media screen and (max-width: 1440px){.drawer_wrap{width:30rem}}@media screen and (max-width: 1280px){.drawer_wrap{width:25rem}}.drawer_wrap .drawer_wrap_content{position:relative;padding:0rem;max-height:100vh;min-height:100vh;overflow-y:auto}.drawer_wrap .close{position:absolute;right:1.25rem;top:.625rem;margin:0;width:2.5rem;height:2.5rem;min-width:auto;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;background-color:transparent;box-shadow:none;color:var(--bs-navDark);cursor:pointer;border-radius:50%}@media screen and (max-width: 1600px){.drawer_wrap .close{width:2.25rem;height:2.25rem;top:14px}}@media screen and (max-width: 1536px){.drawer_wrap .close{top:6px}}@media screen and (max-width: 1280px){.drawer_wrap .close{top:.5625rem}}@media screen and (max-width: 1536px){.drawer_wrap .close svg{font-size:20px}}@media screen and (max-width: 1280px){.drawer_wrap .close svg{font-size:18px}}.drawer_wrap .close:hover{box-shadow:none;background-color:var(--bs-gray);border-radius:50%}.drawer_wrap .hd{padding:.625rem 1.25rem;font-size:1.25rem;font-weight:500;text-align:left;height:60px;display:flex;align-items:center;color:var(--bs-navDark);border-bottom:1px solid var(--bs-inputBorder);margin-bottom:0}@media screen and (max-width: 1800px){.drawer_wrap .hd{font-size:1.125rem}}@media screen and (max-width: 1600px){.drawer_wrap .hd{font-size:1rem}}@media screen and (max-width: 1536px){.drawer_wrap .hd{font-size:.9375rem;height:50px}}@media screen and (max-width: 1280px){.drawer_wrap .hd{font-size:.875rem}}.drawer_wrap .drawer_body{padding:1.875rem 1rem}@media screen and (max-width: 1800px){.drawer_wrap .drawer_body{padding:1.25rem 16px}}.drawer_wrap .drawer_body.overflow_body{height:calc(100vh - 127px);overflow-y:auto;overflow-x:hidden;padding-top:20px}@media screen and (max-width: 1536px){.drawer_wrap .drawer_body.overflow_body{height:calc(100vh - 108px)}}@media screen and (max-width: 1280px){.drawer_wrap .drawer_body.overflow_body{height:calc(100vh - 107px)}}@media screen and (max-width: 1280px){.drawer_wrap .drawer_body .MuiGrid-container .MuiGrid-item:not(:nth-of-type(1)){padding-top:1.25rem!important}}.drawer_wrap .drawer_body .drawer_actions{position:absolute;bottom:0;left:0;right:0;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;padding:0rem;border-top:1px solid var(--bs-lightBorder)}.drawer_wrap .drawer_body .drawer_actions .drawer_button{width:50%;height:2.8125rem;font-size:1rem;box-shadow:none;border:0}@media screen and (max-width: 1800px){.drawer_wrap .drawer_body .drawer_actions .drawer_button{font-size:.875rem}}@media screen and (max-width: 1536px){.drawer_wrap .drawer_body .drawer_actions .drawer_button{font-size:.8125rem;height:2.5rem}}@media screen and (max-width: 1440px){.drawer_wrap .drawer_body .drawer_actions .drawer_button{font-size:.75rem;height:36px}}.drawer_wrap .drawer_body .drawer_actions .drawer_button~.drawer_button{margin-left:0rem;border-radius:0;box-shadow:none}.drawer_wrap .stocks{width:15rem}@media screen and (max-width: 1536px){.drawer_wrap .stocks{width:13.125rem}}@media screen and (max-width: 520px){.drawer_wrap .stocks{width:100%}}.drawer_wrap.notificationDrawer{width:31.25rem}.drawer_wrap.notificationDrawer .niti_header{padding:15px 16px;height:60px;border-bottom:1px solid var(--bs-tableBorder);display:flex;align-items:center}@media screen and (max-width: 1536px){.drawer_wrap.notificationDrawer .niti_header{height:50px}}.drawer_wrap.notificationDrawer .niti_header .markAsRead{height:28px;font-size:12px;color:var(--bs-subText);padding:0 6px;margin-left:8px;text-decoration:underline}.drawer_wrap.notificationDrawer .noti_internal_list li:first-child{border-top:0}.drawer_wrap.filterDrawer{width:28.125rem}@media screen and (max-width: 1600px){.drawer_wrap.filterDrawer{width:25rem}}.drawer_wrap.filterDrawer .hd{font-weight:500;color:var(--bs-navDark)}.drawer_wrap.filterDrawer .MuiPaper-root{box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none}.drawer_wrap.filterDrawer .MuiPaper-root:before{display:none}.drawer_wrap.filterDrawer .MuiPaper-root .MuiAccordionSummary-root,.drawer_wrap.filterDrawer .MuiPaper-root .MuiAccordionDetails-root{padding:0}.drawer_wrap.filterDrawer .categoryList{background:var(--bs-white);border:1px solid var(--bs-slate);max-height:15.625rem;overflow:auto;border-radius:.625rem;padding:.5rem 1.25rem}@media screen and (max-width: 1536px){.drawer_wrap.filterDrawer .categoryList{padding:.34375rem .9375rem}}@media screen and (max-width: 1024px){.drawer_wrap.filterDrawer .categoryList{padding:.0625rem .75rem;border-radius:.3125rem}}.drawer_wrap.filterDrawer .categoryList .MuiFormControlLabel-root{width:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between;margin-left:0}.drawer_wrap.filterDrawer .field_label{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between;margin-bottom:1.25rem;color:var(--bs-textColor);font-weight:500}@media screen and (max-width: 1536px){.drawer_wrap.filterDrawer .field_label{font-size:.75rem;margin-bottom:.625rem}}@media screen and (max-width: 1440px){.drawer_wrap.filterDrawer .field_label{font-size:.6875rem}}@media screen and (max-width: 1280px){.drawer_wrap.filterDrawer .field_label{font-size:.625rem}}.drawer_wrap.filterDrawer.createContactDrawer{width:40.625rem;height:100vh}@media screen and (max-width: 1800px){.drawer_wrap.filterDrawer.createContactDrawer{width:37.5rem}}@media screen and (max-width: 1440px){.drawer_wrap.filterDrawer.createContactDrawer{width:34.375rem}}@media screen and (max-width: 1280px){.drawer_wrap.filterDrawer.createContactDrawer{width:31.25rem}}.drawer_wrap.addRoleDrawer{width:38.75rem}@media screen and (max-width: 1536px){.drawer_wrap.addRoleDrawer{width:34.375rem}}@media screen and (max-width: 1440px){.drawer_wrap.addRoleDrawer{width:31.25rem}}@media screen and (max-width: 1280px){.drawer_wrap.addRoleDrawer{width:450px}}.drawer_wrap.editProductDrawer{width:40.625rem}@media screen and (max-width: 1800px){.drawer_wrap.editProductDrawer{width:37.5rem}}@media screen and (max-width: 1440px){.drawer_wrap.editProductDrawer{width:45.3125rem}}@media screen and (max-width: 1280px){.drawer_wrap.editProductDrawer{width:31.25rem}}.drawer_wrap.sm_drawer{width:450px}@media screen and (max-width: 1800px){.drawer_wrap.sm_drawer{width:400px}}.onboarding_wrapper{position:relative;border-radius:20px;background-color:var(--bs-borderBtm)}@media screen and (max-width: 767px){.onboarding_wrapper{overflow:hidden}}.onboarding_wrapper .logo-cover{padding:40px 0 0 40px}@media screen and (max-width: 1440px){.onboarding_wrapper .logo-cover{padding:30px 0 0 30px}}.onboarding_wrapper .logo-cover img{width:9.375rem}@media screen and (max-width: 767px){.onboarding_wrapper .logo-cover img{width:7.5rem}}.onboarding_wrapper .skw{transform:skew(10deg);background-image:url(assets/images/bg-2.png);width:100%;height:100%;position:absolute;top:0;z-index:-1;left:-75px}.onboarding_wrapper .container{width:100%}.onboarding_wrapper .container .lt{position:relative;z-index:99;overflow:hidden;border-radius:20px;flex-shrink:0;padding-right:0;width:52%;text-align:center;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center}@media screen and (max-width: 992px){.onboarding_wrapper .container .lt{width:45%}}@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){.onboarding_wrapper .container .lt{display:none}}@media screen and (max-width: 767px){.onboarding_wrapper .container .lt{display:none}}.onboarding_wrapper .container .lt .inner_lt{position:relative;height:100%;width:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;justify-content:space-between;background-repeat:no-repeat;background-size:cover}.onboarding_wrapper .container .lt .auth-img{margin:30px 0 40px -120px}.onboarding_wrapper .container .lt .auth-img img{margin:0 auto;max-width:80%;object-fit:contain;max-height:517px}@media screen and (max-height: 960px){.onboarding_wrapper .container .lt .auth-img img{max-height:428px}}@media screen and (max-height: 800px){.onboarding_wrapper .container .lt .auth-img img{max-height:350px}}.onboarding_wrapper .container .lt .auth_para{margin-bottom:3.75rem;margin-left:3.125rem;padding-right:6.25rem;border-left:4px solid var(--bs-white);text-align:left}@media screen and (max-width: 1440px){.onboarding_wrapper .container .lt .auth_para{margin-bottom:1.875rem;padding-right:5rem}}@media screen and (max-width: 1280px){.onboarding_wrapper .container .lt .auth_para{margin-left:2.5rem;margin-bottom:1.5625rem;padding-right:3.125rem}}@media screen and (max-width: 1024px){.onboarding_wrapper .container .lt .auth_para{margin-left:20px;padding-right:30px}}.onboarding_wrapper .container .lt .auth_para>p{padding-left:.875rem}.onboarding_wrapper .container .lt .auth_para p{font-weight:500;font-size:1.375rem;line-height:34px;color:var(--bs-white)}@media screen and (max-width: 1800px){.onboarding_wrapper .container .lt .auth_para p{font-size:1.375rem}}@media screen and (max-width: 1536px){.onboarding_wrapper .container .lt .auth_para p{font-size:1.25rem}}@media screen and (max-width: 1280px){.onboarding_wrapper .container .lt .auth_para p{font-size:1.125rem;line-height:normal}}@media screen and (max-width: 1024px){.onboarding_wrapper .container .lt .auth_para p{font-size:1rem}}.onboarding_wrapper .container .rt{position:relative;flex:1;height:100%;background-repeat:no-repeat;background-position-x:-300px;background-position-y:bottom;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;overflow-x:hidden;padding:10px 20px;background-image:none}@media screen and (max-width: 1024px){.onboarding_wrapper .container .rt{flex-direction:column;padding:40px 20px}}@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){.onboarding_wrapper .container .rt{width:100%}}@media screen and (max-width: 650px){.onboarding_wrapper .container .rt{padding:50px 15px 30px}}@media screen and (max-width: 360px){.onboarding_wrapper .container .rt{padding:50px 10px 30px}}.onboarding_wrapper .container .rt .logo-wrap{display:none;margin:0 auto 100px}@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){.onboarding_wrapper .container .rt .logo-wrap{display:block}}@media screen and (max-width: 767px){.onboarding_wrapper .container .rt .logo-wrap{display:block}}@media screen and (max-width: 650px){.onboarding_wrapper .container .rt .logo-wrap{margin-bottom:60px}}.onboarding_wrapper .container .rt .logo-wrap img{width:9.375rem}.onboarding_wrapper .container .rt .authWrap{position:relative;border-radius:5px;width:100%;max-width:38.75rem;padding:34px 50px;margin:0 auto}@media screen and (max-width: 1800px){.onboarding_wrapper .container .rt .authWrap{padding:30px 40px;max-width:36.25rem}}@media screen and (max-width: 1440px){.onboarding_wrapper .container .rt .authWrap{max-width:31.25rem;padding:30px}}@media screen and (max-width: 1280px){.onboarding_wrapper .container .rt .authWrap{max-width:450px}}@media screen and (max-width: 1250px){.onboarding_wrapper .container .rt .authWrap{width:45vw}}@media screen and (max-width: 1024px){.onboarding_wrapper .container .rt .authWrap{width:100%;max-width:420px;padding:1.875rem 1.5625rem}}@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){.onboarding_wrapper .container .rt .authWrap{width:100%}}@media screen and (max-width: 767px){.onboarding_wrapper .container .rt .authWrap{width:100%}}@media screen and (max-width: 576px){.onboarding_wrapper .container .rt .authWrap{padding-left:16px;padding-right:16px}}@media screen and (max-width: 360px){.onboarding_wrapper .container .rt .authWrap{padding:30px 15px}}.onboarding_wrapper .container .rt .authWrap h1{font-size:1.75rem;font-weight:600;margin-bottom:.3125rem;line-height:normal;color:var(--bs-navDark)}@media screen and (max-width: 1800px){.onboarding_wrapper .container .rt .authWrap h1{font-size:1.5rem}}@media screen and (max-width: 1440px){.onboarding_wrapper .container .rt .authWrap h1{font-size:1.25rem}}@media screen and (max-width: 1024px){.onboarding_wrapper .container .rt .authWrap h1{font-size:1.125rem}}@media screen and (max-width: 767px){.onboarding_wrapper .container .rt .authWrap h1{font-size:1.125rem}}@media screen and (max-width: 360px){.onboarding_wrapper .container .rt .authWrap h1{font-size:1.125rem}}.onboarding_wrapper .container .rt .authWrap h1.f-500{font-weight:500}.onboarding_wrapper .container .rt .authWrap h2.sub_head{font-size:15px;line-height:normal;color:var(--bs-placeholder);font-weight:400;margin-bottom:20px}@media screen and (max-width: 1800px){.onboarding_wrapper .container .rt .authWrap h2.sub_head{font-size:.875rem}}@media screen and (max-width: 1440px){.onboarding_wrapper .container .rt .authWrap h2.sub_head{font-size:.8125rem}}@media screen and (max-width: 1280px){.onboarding_wrapper .container .rt .authWrap h2.sub_head{font-size:.75rem}}.onboarding_wrapper .container .rt .authWrap h2.head{text-align:left;font-size:.9375rem;line-height:32px;color:var(--bs-placeholder);font-weight:400;padding-bottom:10px;border-bottom:1px solid var(--bs-inputBorder);margin-bottom:.5rem}@media screen and (max-width: 1800px){.onboarding_wrapper .container .rt .authWrap h2.head{font-size:.875rem;line-height:normal}}@media screen and (max-width: 1440px){.onboarding_wrapper .container .rt .authWrap h2.head{font-size:.8125rem}}@media screen and (max-width: 1280px){.onboarding_wrapper .container .rt .authWrap h2.head{font-size:.75rem}}.onboarding_wrapper .container .rt .authWrap h2.head .email{color:var(--bs-textColor);word-break:break-word;text-transform:uppercase}.onboarding_wrapper .container .rt .authWrap h2.head.no_border{border-bottom:0}.onboarding_wrapper .container .rt .authWrap .acs-verify-wrap .otp_para.para{margin-top:0;margin-bottom:5px;font-size:15px;line-height:26px}.onboarding_wrapper .container .rt .authWrap .para{font-size:15px;line-height:22px;color:var(--bs-textColor);margin-bottom:1.5rem}@media screen and (max-width: 1600px){.onboarding_wrapper .container .rt .authWrap .para{font-size:.875rem}}@media screen and (max-width: 1440px){.onboarding_wrapper .container .rt .authWrap .para{font-size:.8125rem;line-height:normal}}@media screen and (max-width: 1280px){.onboarding_wrapper .container .rt .authWrap .para{font-size:.75rem}}.onboarding_wrapper .container .rt .authWrap .para.borderBtm{border-bottom:1px solid var(--bs-borderBtm);padding-bottom:10px;margin-bottom:10px}.onboarding_wrapper .container .rt .authWrap .googleBtn{color:var(--bs-gray-txt);margin:0 auto;border-radius:.3125rem;-webkit-border-radius:.3125rem;-moz-border-radius:.3125rem;-ms-border-radius:.3125rem;text-transform:capitalize;font-size:.875rem;transform:none!important;font-weight:400;justify-content:space-between;padding:.625rem 1.25rem;width:100%;height:3.125rem;background:var(--bs-lightWhite);border:1px solid var(--bs-inputBorder)}.onboarding_wrapper .container .rt .authWrap .googleBtn>span{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center}@media screen and (max-width: 576px){.onboarding_wrapper .container .rt .authWrap .googleBtn img{width:15px}}@media screen and (max-width: 1440px){.onboarding_wrapper .container .rt .authWrap .googleBtn{font-size:.8125rem}}@media screen and (max-width: 1280px){.onboarding_wrapper .container .rt .authWrap .googleBtn{font-size:.75rem}}@media screen and (max-width: 1536px){.onboarding_wrapper .container .rt .authWrap .googleBtn{padding:.5625rem 1.125rem}}@media screen and (max-width: 767px){.onboarding_wrapper .container .rt .authWrap .googleBtn{font-size:.8125rem;padding:.4375rem .875rem;border-radius:5px;height:2.75rem}}@media screen and (max-width: 576px){.onboarding_wrapper .container .rt .authWrap .googleBtn{font-size:.75rem;padding:.375rem .75rem;height:2.5rem}}@media screen and (max-width: 767px){.onboarding_wrapper .container .rt .authWrap .MuiInputBase-root img{width:20px}}.onboarding_wrapper .container .rt .authWrap .MuiButtonBase-root span img{margin-right:.75rem}.onboarding_wrapper .container .rt .authWrap .bottomLink{text-align:center;margin-top:1.25rem;font-size:.9375rem;color:var(--bs-textColor)}@media screen and (max-width: 1600px){.onboarding_wrapper .container .rt .authWrap .bottomLink{font-size:14px}}@media screen and (max-width: 1440px){.onboarding_wrapper .container .rt .authWrap .bottomLink{font-size:.8125rem}}@media screen and (max-width: 1280px){.onboarding_wrapper .container .rt .authWrap .bottomLink{font-size:.75rem}}.onboarding_wrapper .container .rt .authWrap .bottomLink .text_nav{display:inline-flex;line-height:14px;color:var(--bs-nav-color)}.onboarding_wrapper .container .rt .authWrap .bottomLink .text_nav:hover{color:var(--bs-nav-color)}.onboarding_wrapper .container .rt .authWrap .bottomLink .text_nav:before{background:var(--bs-nav-color)}.onboarding_wrapper .container .rt .authWrap .bottomLink .disableResendOtp{opacity:.5;color:var(--bs-resend-disable);text-decoration-line:underline;cursor:not-allowed}.onboarding_wrapper .container .rt .authWrap .topLink{text-align:center;margin-top:.625rem;font-size:1rem}.onboarding_wrapper .container .rt .authWrap .topLink .text_nav{color:var(--bs-nav-color)}.onboarding_wrapper .container .rt .authWrap .authForm .insideWrap .checkbox .Mui-checked svg{fill:var(--bs-nav-color)}.onboarding_wrapper .container .rt .authWrap .authForm .insideWrap .checkbox .MuiTypography-root{font-size:.875rem;font-weight:400;color:var(--bs-placeholder)}@media screen and (max-width: 1280px){.onboarding_wrapper .container .rt .authWrap .authForm .insideWrap .checkbox .MuiTypography-root{font-size:.8125rem}}.onboarding_wrapper .container .rt .authWrap .authForm .insideWrap .lg_inp{position:relative}@media screen and (max-width: 767px){.onboarding_wrapper .container .rt .authWrap .authForm .insideWrap .lg_inp.m-b-30,.onboarding_wrapper .container .rt .authWrap .authForm .insideWrap .lg_inp .m-b-25{margin-bottom:20px!important}}.onboarding_wrapper .container .rt .authWrap .authForm .insideWrap .lg_inp .pass_info{position:absolute;right:.625rem;top:1.0625rem}.onboarding_wrapper .container .rt .authWrap .authForm .insideWrap .lg_inp .pass_info svg{fill:var(--bs-btn-gradient)}.onboarding_wrapper .container .rt .authWrap .authForm .insideWrap .lg_inp .pass_info .pass_info_wrap{position:absolute;left:100%;z-index:9}.onboarding_wrapper .container .rt .authWrap .authForm .insideWrap .btn-wrapper{display:grid;grid-template-columns:50% auto;align-items:center;gap:20px}.onboarding_wrapper .signupWrap .lt .auth-img img{max-height:620px}@media screen and (max-height: 960px){.onboarding_wrapper .signupWrap .lt .auth-img img{max-height:580px}}@media screen and (max-height: 900px){.onboarding_wrapper .signupWrap .lt .auth-img img{max-height:500px}}@media screen and (max-height: 800px){.onboarding_wrapper .signupWrap .lt .auth-img img{max-height:480px}}.onboarding_wrapper .thanksContaine{width:100%}.onboarding_wrapper .auth_header{background-color:transparent!important;display:inline-block}@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){.onboarding_wrapper .auth_header{margin-bottom:1.875rem}}@media screen and (max-width: 767px){.onboarding_wrapper .auth_header{margin-bottom:3.125rem;position:inherit}}.confirmationCard{width:56.25rem}.terms{color:var(--bs-nav-color);font-weight:400!important}.alignItemCenter{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center}.alignItemCenter .rt{height:100vh;padding:20px!important}.t_c_wrap{justify-content:space-between}.t_c_wrap .t_c{flex-wrap:wrap;justify-content:flex-start;color:var(--bs-placeholder)}@media screen and (max-width: 576px){.t_c_wrap .t_c{padding-left:5px}}.t_c_wrap .terms{font-size:14px;margin:-2px 5px 0!important}@media screen and (max-width: 1440px){.t_c_wrap .terms{font-size:.8125rem}}@media screen and (max-width: 1280px){.t_c_wrap .terms{font-size:.75rem}}.btns_wrap{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:flex-end;-moz-justify-content:flex-end;-ms-justify-content:flex-end;justify-content:flex-end;-ms-flex-pack:flex-end;margin-top:20px}.btns_wrap .back_btn{color:var(--bs-textColor);font-size:.875rem}@media screen and (max-width: 1440px){.btns_wrap .back_btn{font-size:.8125rem}}@media screen and (max-width: 1280px){.btns_wrap .back_btn{font-size:.75rem}}.btns_wrap .back_btn a{color:var(--bs-nav-color)}.passwordCriteria{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;font-size:.875rem;color:var(--bs-placeholder)}@media screen and (max-width: 1440px){.passwordCriteria{font-size:.8125rem}}@media screen and (max-width: 1280px){.passwordCriteria{font-size:.75rem}}.passwordCriteria img{padding:5px}.passwordCriteria .MuiButtonBase-root{padding:0;min-width:20px;width:20px;height:20px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;border-radius:50%;margin-right:7px}@media screen and (max-width: 576px){.passwordCriteria .MuiButtonBase-root{min-width:18px;height:18px}}.passwordCriteria .MuiButtonBase-root img{margin-right:0!important;padding:0}@media screen and (max-width: 576px){.passwordCriteria .MuiButtonBase-root img{width:18px}}.passwordCriteria .PsCriteria{position:absolute;background:var(--bs-white);padding:1.25rem;width:21.875rem;border:1px solid var(--bs-inputBorder);box-shadow:0 0 20px 10px var(--bs-tooltip-shadow);border-radius:5px;top:calc(100% + .625rem);right:0;z-index:999}@media screen and (max-width: 1536px){.passwordCriteria .PsCriteria{padding:.9375rem}}@media screen and (max-width: 1024px){.passwordCriteria .PsCriteria{padding:.75rem}}@media screen and (max-width: 767px){.passwordCriteria .PsCriteria{width:16.25rem;border-radius:5px}}.passwordCriteria .PsCriteria h6{color:var(--bs-secondary-black)}@media screen and (max-width: 1536px){.passwordCriteria .PsCriteria h6{font-size:.875rem}}@media screen and (max-width: 1280px){.passwordCriteria .PsCriteria h6{font-size:.8125rem}}.passwordCriteria .PsCriteria ul{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.passwordCriteria .PsCriteria ul li{color:var(--bs-gray-txt);padding:5px 0;list-style-type:disc;list-style:inside;font-size:14px;width:max-content}@media screen and (max-width: 1536px){.passwordCriteria .PsCriteria ul li{font-size:13px}}@media screen and (max-width: 1440px){.passwordCriteria .PsCriteria ul li{font-size:12px}}@media screen and (max-width: 1280px){.passwordCriteria .PsCriteria ul li{font-size:11px}}@media screen and (max-width: 1024px){.passwordCriteria .PsCriteria ul li{font-size:12px}}@media screen and (max-width: 767px){.passwordCriteria .PsCriteria ul li{font-size:10px;width:auto}}.passwordCriteria .PsCriteria ul li:last-child{margin-bottom:0}.main_container{position:relative;width:100%;color:var(--bs-placeholder)}.main_container:before{width:100%;content:"";display:none;pointer-events:none;position:absolute;height:170px;z-index:-1;background-size:cover;background-color:var(--bs-bgColor);background-repeat:no-repeat;background-position:right center}@media screen and (max-width: 1600px){.main_container:before{height:140px}}@media screen and (max-width: 1536px){.main_container:before{height:130px}}.main_container .menuBar .MuiDrawer-paper{width:16.25rem;top:3.75rem;left:0rem;bottom:0rem;height:calc(100% - 3.75rem);padding-bottom:3.125rem;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;justify-content:space-between;overflow:hidden;background-color:var(--bs-primary);background-repeat:no-repeat;background-position:left bottom;background-size:contain;border-radius:0}@media screen and (max-width: 1536px){.main_container .menuBar .MuiDrawer-paper{width:15.625rem}}@media screen and (max-width: 1440px){.main_container .menuBar .MuiDrawer-paper{padding-bottom:40px;width:14.6875rem}}@media screen and (max-width: 1280px){.main_container .menuBar .MuiDrawer-paper{padding-bottom:30px;width:13.75rem}}.main_container .menuBar .MuiDrawer-paper>.MuiList-root{border-top:1px solid var(--bs-primaryBorder);max-height:calc(100vh - 149px);overflow-y:overlay;overflow-x:hidden;padding:0}.main_container .menuBar .MuiDrawer-paper>.MuiList-root::-webkit-scrollbar{width:2px;height:2px}.main_container .menuBar .MuiDrawer-paper>.MuiList-root::-webkit-scrollbar-track{width:2px;height:2px;background-color:transparent!important}.main_container .menuBar .MuiDrawer-paper>.MuiList-root::-webkit-scrollbar-thumb{background-color:#ddd!important;width:2px;height:2px}@media screen and (max-width: 1536px){.main_container .menuBar .MuiDrawer-paper>.MuiList-root{max-height:calc(100vh - 138px)}}.main_container .MuiBreadcrumbs-root{position:fixed;top:15px;z-index:99}.main_container main{padding:10px 20px 20px;min-height:calc(100vh - 6.25rem);padding-left:16.875rem;padding-top:4.375rem;min-height:100vh;-webkit-transition:all 225ms cubic-bezier(.4,0,.6,1) 0ms;-moz-transition:all 225ms cubic-bezier(.4,0,.6,1) 0ms;-ms-transition:all 225ms cubic-bezier(.4,0,.6,1) 0ms;-o-transition:all 225ms cubic-bezier(.4,0,.6,1) 0ms;transition:all 225ms cubic-bezier(.4,0,.6,1) 0ms}@media screen and (max-width: 1800px){.main_container main{padding-left:270px;padding-right:20px}}@media screen and (max-width: 1536px){.main_container main{padding-left:255px;padding-right:15px;padding-bottom:15px}}@media screen and (max-width: 1440px){.main_container main{padding-left:240px}}@media screen and (max-width: 1280px){.main_container main{padding-left:225px}}.main_container main .rightContainer{padding:0 0 0 10px}@media screen and (max-width: 1800px){.main_container main .rightContainer{padding-right:0}}.main_container.collapsed .MuiDrawer-root .nvBx .MuiTypography-subtitle2{opacity:0}.main_container.collapsed .MuiDrawer-root .nvBx .MuiListItemIcon-root{margin-right:0;margin-left:0}.main_container.collapsed .MuiDrawer-root .nvBx .nv_icon{opacity:0}.main_container.collapsed .MuiDrawer-root .MuiCollapse-entered{display:none}@media screen and (max-width: 992px){.main_container.collapsed .MuiDrawer-root .MuiDrawer-paper{width:0}}.main_container.collapsed .MuiDrawer-root .listContainer>.MuiListItem-root:last-child{width:4.3125rem}.main_container.collapsed .menuBar .MuiDrawer-paper{width:3.75rem}@media screen and (max-width: 992px){.main_container.collapsed .menuBar .MuiDrawer-paper{width:0}}.main_container.collapsed .menuBar .MuiDrawer-paper:before{width:3.6875rem}@media screen and (max-width: 992px){.main_container.collapsed .menuBar .MuiDrawer-paper:before{width:0}}.main_container.collapsed .ar_nv img{transform:none}.main_container.collapsed main{padding-left:4.6875rem;-webkit-transition:all 195ms cubic-bezier(.4,0,.6,1) 0ms;-moz-transition:all 195ms cubic-bezier(.4,0,.6,1) 0ms;-ms-transition:all 195ms cubic-bezier(.4,0,.6,1) 0ms;-o-transition:all 195ms cubic-bezier(.4,0,.6,1) 0ms;transition:all 195ms cubic-bezier(.4,0,.6,1) 0ms}@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){.main_container.collapsed main{padding-left:2.8125rem}}@media screen and (max-width: 992px){.main_container.collapsed main{padding-left:1.25rem;padding-right:1.25rem}}@media screen and (max-width: 576px){.main_container.collapsed main{padding-left:.9375rem;padding-right:.9375rem}}.main_container.collapsed .lg_wrap{width:3.75rem}.main_container.collapsed .lg_wrap a{overflow:hidden}.main_container.collapsed .lg_wrap a .lgb{opacity:0}.main_container.collapsed .lg_wrap a .lgsm{opacity:1}.main_container.collapsed .navi_dp{width:60px}.main_container.collapsed .navi_dp .MuiTypography-subtitle2{display:none}@media screen and (max-width: 992px){.main_container.collapsed .navi_dp{display:none!important}}@media screen and (max-width: 992px){.main_container .navi_dp{display:block!important}}.dateRangePicker .css-1d3z3hw-MuiOutlinedInput-notchedOutline{border:none}.dateRangePickerText{font-size:1rem;font-weight:400;color:var(--bs-placeholder);line-height:1.1875rem}.dateRangePickerText.css-1at62qq{margin-right:0}.ph_code{font-size:1rem;padding:0 .9375rem 0 .625rem;line-height:1.5;white-space:nowrap}@media screen and (max-width: 1536px){.ph_code{font-size:.875rem}}@media screen and (max-width: 1024px){.ph_code{font-size:.8125rem}}@media screen and (max-width: 767px){.ph_code{font-size:.75rem}}.searchInput{width:100%!important}.closeIcon{position:absolute;top:50%;right:1.25rem;transform:translateY(-50%);cursor:pointer}@media screen and (max-width: 1440px){.closeIcon{right:.9375rem;max-width:1.125rem}}.selectPicker{width:100%}@keyframes muierror{0%{transform:translateY(-.625rem);opacity:0}to{transform:translateY(0);opacity:1}}.MuiFormControl-root{width:100%}.MuiFormControl-root.formControl-input .MuiInputBase-root{box-shadow:none!important;padding:0;border-radius:.3125rem;-webkit-border-radius:.3125rem;-moz-border-radius:.3125rem;-ms-border-radius:.3125rem;background-color:var(--bs-lightWhite);box-shadow:0 5px 15px #1e36ce0d;-webkit-box-shadow:0 5px 15px rgba(30,54,206,.05);-moz-box-shadow:0 5px 15px rgba(30,54,206,.05);-ms-box-shadow:0 5px 15px rgba(30,54,206,.05)}.MuiFormControl-root.formControl-input .MuiInputBase-input{height:50px;border-radius:5;-webkit-border-radius:5;-moz-border-radius:5;-ms-border-radius:5;font-family:var(--bs-body-font-family);color:var(--bs-textColor);font-size:.9375rem;padding:0 15px;z-index:5}@media screen and (max-width: 1800px){.MuiFormControl-root.formControl-input .MuiInputBase-input{font-size:.875rem}}@media screen and (max-width: 1536px){.MuiFormControl-root.formControl-input .MuiInputBase-input{font-size:.8125rem}}@media screen and (max-width: 1440px){.MuiFormControl-root.formControl-input .MuiInputBase-input{font-size:.75rem;height:2.8125rem}}@media screen and (max-width: 1280px){.MuiFormControl-root.formControl-input .MuiInputBase-input{font-size:.6875rem;height:2.5rem}}.MuiFormControl-root.formControl-input .MuiInputBase-input::placeholder{color:var(--bs-placeholder)}.MuiFormControl-root.formControl-input .MuiInputBase-input.MuiSelect-select{line-height:initial;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;padding-right:40px}.MuiFormControl-root.formControl-input .MuiFormLabel-root{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transform:translate(15px,14px) scale(1);-moz-transform:translate(15px,14px) scale(1);-ms-transform:translate(15px,14px) scale(1);transform:translate(15px,14px) scale(1);font-family:var(--bs-body-font-family);font-size:.9375rem;padding:0;color:var(--bs-placeholder);background-color:transparent;z-index:5}@media screen and (max-width: 1800px){.MuiFormControl-root.formControl-input .MuiFormLabel-root{font-size:.875rem;-webkit-transform:translate(15px,15px) scale(1);-moz-transform:translate(15px,15px) scale(1);-ms-transform:translate(15px,15px) scale(1);transform:translate(15px,15px) scale(1)}}@media screen and (max-width: 1600px){.MuiFormControl-root.formControl-input .MuiFormLabel-root{-webkit-transform:translate(15px,14px) scale(1);-moz-transform:translate(15px,14px) scale(1);-ms-transform:translate(15px,14px) scale(1);transform:translate(15px,14px) scale(1)}}@media screen and (max-width: 1536px){.MuiFormControl-root.formControl-input .MuiFormLabel-root{font-size:.8125rem;-webkit-transform:translate(15px,15px) scale(1);-moz-transform:translate(15px,15px) scale(1);-ms-transform:translate(15px,15px) scale(1);transform:translate(15px,15px) scale(1)}}@media screen and (max-width: 1440px){.MuiFormControl-root.formControl-input .MuiFormLabel-root{font-size:.75rem;-webkit-transform:translate(15px,13px) scale(1);-moz-transform:translate(15px,13px) scale(1);-ms-transform:translate(15px,13px) scale(1);transform:translate(15px,13px) scale(1)}}@media screen and (max-width: 1280px){.MuiFormControl-root.formControl-input .MuiFormLabel-root{-webkit-transform:translate(15px,12px) scale(1);-moz-transform:translate(15px,12px) scale(1);-ms-transform:translate(15px,12px) scale(1);transform:translate(15px,12px) scale(1);font-size:.6875rem}}.MuiFormControl-root.formControl-input .MuiFormLabel-root.Mui-error{color:var(--bs-red)}.MuiFormControl-root.formControl-input .MuiFormLabel-root.Mui-focused,.MuiFormControl-root.formControl-input .MuiFormLabel-root.MuiFormLabel-filled{-webkit-transform:translate(.7rem,-.56rem) scale(.75);-moz-transform:translate(.7rem,-.56rem) scale(.75);-ms-transform:translate(.7rem,-.56rem) scale(.75);transform:translate(.7rem,-.56rem) scale(.75);border-radius:5px;color:var(--bs-placeholder);padding:0 6px;margin:0;z-index:5}@media screen and (max-width: 1800px){.MuiFormControl-root.formControl-input .MuiFormLabel-root.Mui-focused,.MuiFormControl-root.formControl-input .MuiFormLabel-root.MuiFormLabel-filled{-webkit-transform:translate(.7rem,-.42rem) scale(.75);-moz-transform:translate(.7rem,-.42rem) scale(.75);-ms-transform:translate(.7rem,-.42rem) scale(.75);transform:translate(.7rem,-.42rem) scale(.75)}}@media screen and (max-width: 1280px){.MuiFormControl-root.formControl-input .MuiFormLabel-root.Mui-focused,.MuiFormControl-root.formControl-input .MuiFormLabel-root.MuiFormLabel-filled{-webkit-transform:translate(.7rem,-.4rem) scale(.75);-moz-transform:translate(.7rem,-.4rem) scale(.75);-ms-transform:translate(.7rem,-.4rem) scale(.75);transform:translate(.7rem,-.4rem) scale(.75)}}.MuiFormControl-root.formControl-input .MuiFormLabel-root.Mui-focused:before,.MuiFormControl-root.formControl-input .MuiFormLabel-root.MuiFormLabel-filled:before{content:"";display:block;width:100%;height:4px;background:var(--bs-lightWhite);position:absolute;top:10px;left:0;z-index:-1}@media screen and (max-width: 1536px){.MuiFormControl-root.formControl-input .MuiFormLabel-root.Mui-focused:before,.MuiFormControl-root.formControl-input .MuiFormLabel-root.MuiFormLabel-filled:before{height:4px}}.MuiFormControl-root.formControl-input .MuiFormLabel-root.Mui-focused+.MuiInputBase-root legend span,.MuiFormControl-root.formControl-input .MuiFormLabel-root.MuiFormLabel-filled+.MuiInputBase-root legend span{display:inline-block}.MuiFormControl-root.formControl-input .MuiInputAdornment-root:has(.notranslate:only-child){display:none}.MuiFormControl-root.formControl-input .MuiFormHelperText-root{font-family:var(--bs-body-font-family);font-size:12px;color:var(--bs-red)}@media screen and (max-width: 1600px){.MuiFormControl-root.formControl-input .MuiFormHelperText-root{font-size:11px}}@media screen and (max-width: 1536px){.MuiFormControl-root.formControl-input .MuiFormHelperText-root{font-size:10px}}@media screen and (max-width: 1280px){.MuiFormControl-root.formControl-input .MuiFormHelperText-root{font-size:9px}}.MuiFormControl-root.formControl-input .MuiFormHelperText-root.Mui-error{margin:.3125rem 0 -.9375rem;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);transform:translateY(0);animation-name:muierror;animation-duration:.5s;animation-fill-mode:forwards;text-align:left}.MuiFormControl-root.formControl-input .MuiInputAdornment-positionEnd{margin-right:15px}.MuiFormControl-root.formControl-input .MuiOutlinedInput-notchedOutline{top:0}.MuiFormControl-root.formControl-input .MuiOutlinedInput-notchedOutline legend{display:none}.MuiFormControl-root.formControl-input .Mui-error .MuiInputBase-input::placeholder{color:var(--bs-red)}.MuiFormControl-root.formControl-input .Mui-error:hover .MuiInputBase-input::placeholder,.MuiFormControl-root.formControl-input .Mui-error.Mui-focused .MuiInputBase-input::placeholder{color:var(--bs-placeholder)}.MuiFormControl-root.formControl-input.disabled_field .MuiInputBase-root{background-color:#f2f2f2!important}.MuiFormControl-root.formControl-inputIcon .MuiFormLabel-root{margin-left:20px}.MuiFormControl-root.formControl-inputIcon .MuiInputAdornment-root{font-size:15px;z-index:5}@media screen and (max-width: 1800px){.MuiFormControl-root.formControl-inputIcon .MuiInputAdornment-root{font-size:.875rem}}@media screen and (max-width: 1536px){.MuiFormControl-root.formControl-inputIcon .MuiInputAdornment-root{font-size:.8125rem}}@media screen and (max-width: 1440px){.MuiFormControl-root.formControl-inputIcon .MuiInputAdornment-root{height:45px;font-size:.75rem}}@media screen and (max-width: 1280px){.MuiFormControl-root.formControl-inputIcon .MuiInputAdornment-root{font-size:.6875rem;height:40px}}.MuiFormControl-root.formControl-inputIcon .MuiInputAdornment-root .currency{margin-left:10px}.MuiFormControl-root.formControl-inputIcon .MuiInputBase-input{padding-left:0}.MuiFormControl-root.onboarding-input .MuiInputBase-root{padding:0 15px;background-color:var(--bs-white);border:1px solid var(--bs-input-border);border-radius:5px;height:3.125rem}@media screen and (max-width: 1536px){.MuiFormControl-root.onboarding-input .MuiInputBase-root{height:3.125rem;padding:0 12px}}@media screen and (max-width: 1280px){.MuiFormControl-root.onboarding-input .MuiInputBase-root{height:2.8125rem}}.MuiFormControl-root.onboarding-input .MuiInputBase-root .MuiSvgIcon-root{color:var(--bs-nav-color)}.MuiFormControl-root.onboarding-input .MuiInputBase-root.Mui-error{border-color:var(--bs-error-border-color)}.MuiFormControl-root.onboarding-input .MuiInputBase-input{padding:4px 10px;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;color:var(--bs-textColor);font-size:.9375rem}@media screen and (max-width: 1800px){.MuiFormControl-root.onboarding-input .MuiInputBase-input{font-size:.875rem}}@media screen and (max-width: 1536px){.MuiFormControl-root.onboarding-input .MuiInputBase-input{font-size:.8125rem}}@media screen and (max-width: 1440px){.MuiFormControl-root.onboarding-input .MuiInputBase-input{font-size:.75rem}}@media screen and (max-width: 1280px){.MuiFormControl-root.onboarding-input .MuiInputBase-input{font-size:.6875rem}}.MuiFormControl-root.onboarding-input .MuiInputBase-input::placeholder{color:var(--bs-placeholder)}.MuiFormControl-root.onboarding-input .MuiFormLabel-root{-webkit-transform:translate(55px,14px) scale(1);-moz-transform:translate(55px,14px) scale(1);-ms-transform:translate(55px,14px) scale(1);transform:translate(55px,14px) scale(1);font-family:var(--bs-body-font-family);font-size:.9375rem;padding:0;color:var(--bs-placeholder);background-color:transparent}@media screen and (max-width: 1800px){.MuiFormControl-root.onboarding-input .MuiFormLabel-root{font-size:.875rem;-webkit-transform:translate(22px,18px) scale(1);-moz-transform:translate(22px,18px) scale(1);-ms-transform:translate(22px,18px) scale(1);transform:translate(22px,18px) scale(1)}}@media screen and (max-width: 1600px){.MuiFormControl-root.onboarding-input .MuiFormLabel-root{-webkit-transform:translate(22px,17px) scale(1);-moz-transform:translate(22px,17px) scale(1);-ms-transform:translate(22px,17px) scale(1);transform:translate(22px,17px) scale(1)}}@media screen and (max-width: 1536px){.MuiFormControl-root.onboarding-input .MuiFormLabel-root{font-size:.8125rem;-webkit-transform:translate(22px,15px) scale(1);-moz-transform:translate(22px,15px) scale(1);-ms-transform:translate(22px,15px) scale(1);transform:translate(22px,15px) scale(1)}}@media screen and (max-width: 1280px){.MuiFormControl-root.onboarding-input .MuiFormLabel-root{-webkit-transform:translate(22px,13px) scale(1);-moz-transform:translate(22px,13px) scale(1);-ms-transform:translate(22px,13px) scale(1);transform:translate(22px,13px) scale(1);font-size:.75rem}}.MuiFormControl-root.onboarding-input .MuiFormLabel-root.Mui-error{color:var(--bs-red)}.MuiFormControl-root.onboarding-input .MuiFormLabel-root.Mui-focused,.MuiFormControl-root.onboarding-input .MuiFormLabel-root.MuiFormLabel-filled{-webkit-transform:translate(20px,-7px) scale(.75);-moz-transform:translate(20px,-7px) scale(.75);-ms-transform:translate(20px,-7px) scale(.75);transform:translate(20px,-7px) scale(.75);border-radius:5px;color:var(--bs-placeholder);padding:0 6px;margin:0}@media screen and (max-width: 1536px){.MuiFormControl-root.onboarding-input .MuiFormLabel-root.Mui-focused,.MuiFormControl-root.onboarding-input .MuiFormLabel-root.MuiFormLabel-filled{-webkit-transform:translate(18px,-6px) scale(.75);-moz-transform:translate(18px,-6px) scale(.75);-ms-transform:translate(18px,-6px) scale(.75);transform:translate(18px,-6px) scale(.75)}}.MuiFormControl-root.onboarding-input .MuiFormLabel-root.Mui-focused:before,.MuiFormControl-root.onboarding-input .MuiFormLabel-root.MuiFormLabel-filled:before{content:"";display:block;width:100%;height:4px;background:var(--bs-lightWhite);position:absolute;top:8px;left:0;z-index:-1}.MuiFormControl-root.onboarding-input .MuiFormLabel-root.Mui-error,.MuiFormControl-root.onboarding-input .MuiFormHelperText-root{color:var(--bs-red)}.MuiFormControl-root.onboarding-input .MuiFormHelperText-root.Mui-error{margin:2px 0 0;padding:0 2px;line-height:normal;font-family:var(--bs-body-font-family);bottom:-7px;right:10px}@media screen and (max-width: 1600px){.MuiFormControl-root.onboarding-input .MuiFormHelperText-root.Mui-error{font-size:11px}}@media screen and (max-width: 1536px){.MuiFormControl-root.onboarding-input .MuiFormHelperText-root.Mui-error{font-size:10px}}@media screen and (max-width: 1280px){.MuiFormControl-root.onboarding-input .MuiFormHelperText-root.Mui-error{font-size:9px}}@media screen and (max-width: 576px){.MuiFormControl-root.onboarding-input .MuiFormHelperText-root.Mui-error{padding:0 15px}}@media screen and (max-width: 360px){.MuiFormControl-root.onboarding-input .MuiFormHelperText-root.Mui-error{padding:0 12px}}.MuiFormControl-root.onboarding-input .MuiOutlinedInput-notchedOutline{display:none}.MuiFormControl-root.textarea-cover .MuiFormLabel-root{color:var(--bs-placeholder);font-family:var(--bs-body-font-family);font-size:.9375rem;-webkit-transform:translate(15px,13px) scale(1);-moz-transform:translate(15px,13px) scale(1);-ms-transform:translate(15px,13px) scale(1);transform:translate(15px,13px) scale(1)}@media screen and (max-width: 1800px){.MuiFormControl-root.textarea-cover .MuiFormLabel-root{font-size:.875rem;-webkit-transform:translate(15px,15px) scale(1);-moz-transform:translate(15px,15px) scale(1);-ms-transform:translate(15px,15px) scale(1);transform:translate(15px,15px) scale(1)}}@media screen and (max-width: 1600px){.MuiFormControl-root.textarea-cover .MuiFormLabel-root{-webkit-transform:translate(15px,14px) scale(1);-moz-transform:translate(15px,14px) scale(1);-ms-transform:translate(15px,14px) scale(1);transform:translate(15px,14px) scale(1)}}@media screen and (max-width: 1536px){.MuiFormControl-root.textarea-cover .MuiFormLabel-root{font-size:.8125rem;-webkit-transform:translate(15px,15px) scale(1);-moz-transform:translate(15px,15px) scale(1);-ms-transform:translate(15px,15px) scale(1);transform:translate(15px,15px) scale(1)}}@media screen and (max-width: 1440px){.MuiFormControl-root.textarea-cover .MuiFormLabel-root{font-size:.75rem;-webkit-transform:translate(15px,13px) scale(1);-moz-transform:translate(15px,13px) scale(1);-ms-transform:translate(15px,13px) scale(1);transform:translate(15px,13px) scale(1)}}@media screen and (max-width: 1280px){.MuiFormControl-root.textarea-cover .MuiFormLabel-root{-webkit-transform:translate(15px,15px) scale(1);-moz-transform:translate(15px,15px) scale(1);-ms-transform:translate(15px,15px) scale(1);transform:translate(15px,15px) scale(1);font-size:.6875rem}}.MuiFormControl-root.textarea-cover .MuiFormLabel-root.Mui-error{color:var(--bs-red)}.MuiFormControl-root.textarea-cover .MuiFormLabel-root.Mui-focused,.MuiFormControl-root.textarea-cover .MuiFormLabel-root.MuiFormLabel-filled{-webkit-transform:translate(1rem,-.56rem) scale(.75);-moz-transform:translate(1rem,-.56rem) scale(.75);-ms-transform:translate(1rem,-.56rem) scale(.75);transform:translate(1rem,-.56rem) scale(.75)}@media screen and (max-width: 1800px){.MuiFormControl-root.textarea-cover .MuiFormLabel-root.Mui-focused,.MuiFormControl-root.textarea-cover .MuiFormLabel-root.MuiFormLabel-filled{-webkit-transform:translate(1rem,-.42rem) scale(.75);-moz-transform:translate(1rem,-.42rem) scale(.75);-ms-transform:translate(1rem,-.42rem) scale(.75);transform:translate(1rem,-.42rem) scale(.75)}}@media screen and (max-width: 1280px){.MuiFormControl-root.textarea-cover .MuiFormLabel-root.Mui-focused,.MuiFormControl-root.textarea-cover .MuiFormLabel-root.MuiFormLabel-filled{-webkit-transform:translate(1rem,-.4rem) scale(.75);-moz-transform:translate(1rem,-.4rem) scale(.75);-ms-transform:translate(1rem,-.4rem) scale(.75);transform:translate(1rem,-.4rem) scale(.75)}}.MuiFormControl-root.textarea-cover .MuiInputBase-root{background-color:var(--bs-lightWhite);padding:10px 15px;min-height:50px}@media screen and (max-width: 1440px){.MuiFormControl-root.textarea-cover .MuiInputBase-root{min-height:45px}}@media screen and (max-width: 1280px){.MuiFormControl-root.textarea-cover .MuiInputBase-root{min-height:40px}}.MuiFormControl-root.textarea-cover .MuiInputBase-root textarea{color:var(--bs-textColor);font-family:var(--bs-body-font-family);font-size:.9375rem}@media screen and (max-width: 1800px){.MuiFormControl-root.textarea-cover .MuiInputBase-root textarea{font-size:.875rem}}@media screen and (max-width: 1536px){.MuiFormControl-root.textarea-cover .MuiInputBase-root textarea{font-size:.8125rem}}@media screen and (max-width: 1440px){.MuiFormControl-root.textarea-cover .MuiInputBase-root textarea{font-size:.75rem;height:2.8125rem}}@media screen and (max-width: 1280px){.MuiFormControl-root.textarea-cover .MuiInputBase-root textarea{font-size:.6875rem}}.MuiFormControl-root.textarea-cover .MuiInputBase-root textarea::placeholder{color:var(--bs-placeholder)}.MuiFormControl-root.textarea-cover .MuiFormHelperText-root{text-align:right;font-size:12px;box-shadow:none;font-family:var(--bs-body-font-family);color:var(--bs-placeholder)}@media screen and (max-width: 1600px){.MuiFormControl-root.textarea-cover .MuiFormHelperText-root{font-size:11px}}@media screen and (max-width: 1536px){.MuiFormControl-root.textarea-cover .MuiFormHelperText-root{font-size:10px}}@media screen and (max-width: 1280px){.MuiFormControl-root.textarea-cover .MuiFormHelperText-root{font-size:9px}}.MuiFormControl-root.textarea-cover .MuiFormHelperText-root.Mui-error{text-align:left;color:var(--bs-red);margin:4px 0 0}.MuiFormControl-root.textarea-cover.minHeight-70 .MuiInputBase-root{min-height:70px}.MuiFormControl-root.hide-password-icon .MuiInputAdornment-positionEnd,.MuiFormControl-root.hide-key-icon .field_img{display:none}.MuiFormControl-root .MuiOutlinedInput-notchedOutline{border-radius:5px;border-color:var(--bs-inputBorder)}.MuiFormControl-root .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline,.MuiFormControl-root .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-width:1px;border-color:var(--bs-inputBorder)}.MuiFormControl-root .MuiOutlinedInput-root.Mui-disabled .MuiInputBase-input{cursor:not-allowed;-webkit-text-fill-color:var(--bs-placeholder)}.MuiFormControl-root .MuiOutlinedInput-root.Mui-disabled .MuiOutlinedInput-notchedOutline{border-color:var(--bs-inputBorder)}.MuiFormControl-root:has(.MuiSelect-select) .MuiSelect-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M9 1L5.70707 4.67453C5.31818 5.10849 4.68182 5.10849 4.29293 4.67453L1 1' stroke='%239897A5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position-x:calc(100% - 15px);background-position-y:center}.MuiFormControl-root:has(.MuiSelect-select) .MuiSelect-icon{display:none}.MuiFormControl-root.selectBox{max-width:110px!important}.MuiFormControl-root.selectBox .MuiInputBase-root{height:30px;background:var(--bs-nav-icon);border-radius:5px;margin-right:0;max-width:140px;border:1px solid var(--bs-inputBorder);box-shadow:none;box-sizing:content-box}@media screen and (max-width: 1800px){.MuiFormControl-root.selectBox .MuiInputBase-root{height:28px}}@media screen and (max-width: 1600px){.MuiFormControl-root.selectBox .MuiInputBase-root{font-size:12px;height:26px}}@media screen and (max-width: 1440px){.MuiFormControl-root.selectBox .MuiInputBase-root{font-size:10px;height:24px}}@media screen and (max-width: 1280px){.MuiFormControl-root.selectBox .MuiInputBase-root{font-size:9px;height:22px}}.MuiFormControl-root.selectBox .MuiSelect-outlined{height:100%;padding:6px 8px;box-sizing:border-box;font-size:14px;background-color:var(--bs-white);color:var(--bs-textColor)}@media screen and (max-width: 1800px){.MuiFormControl-root.selectBox .MuiSelect-outlined{font-size:13px}}@media screen and (max-width: 1600px){.MuiFormControl-root.selectBox .MuiSelect-outlined{font-size:12px}}@media screen and (max-width: 1440px){.MuiFormControl-root.selectBox .MuiSelect-outlined{font-size:11px}}@media screen and (max-width: 1280px){.MuiFormControl-root.selectBox .MuiSelect-outlined{font-size:10px}}.MuiFormControl-root.selectBox .MuiSelect-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M9 1L5.70707 4.67453C5.31818 5.10849 4.68182 5.10849 4.29293 4.67453L1 1' stroke='%239897A5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position-x:calc(100% - 20px);background-position-y:center}.MuiFormControl-root.selectBox .MuiSelect-icon,.MuiFormControl-root.selectBox .MuiOutlinedInput-notchedOutline{display:none}.MuiFormControl-root.selectBox.team .MuiSelect-select{background-position-x:calc(100% - 10px);padding-right:28px;min-width:auto;background-color:var(--bs-nav-icon)}@media screen and (max-width: 1440px){.MuiFormControl-root.selectBox.team .MuiSelect-select{padding-right:22px;background-size:8px;background-position-x:calc(100% - 8px)}}.MuiFormControl-root .MuiFormLabel-asterisk{color:var(--bs-danger);font-size:.9375rem;line-height:1.2;margin-top:0}@media screen and (max-width: 767px){.MuiFormControl-root .MuiFormLabel-asterisk{font-size:.875rem}}.label-error .MuiFormLabel-root{color:var(--bs-red)!important}.mob-number .MuiInputBase-root .ph_code{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;color:var(--bs-placeholder);border-right:0;border-left:1px solid var(--bs-placeholder);padding-right:0;display:none}.MuiAutocomplete-root .MuiOutlinedInput-root .MuiAutocomplete-input{height:50px;padding:0 40px 0 15px!important;box-sizing:border-box;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M9 1L5.70707 4.67453C5.31818 5.10849 4.68182 5.10849 4.29293 4.67453L1 1' stroke='%239897A5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position-x:calc(100% - 20px);background-position-y:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}@media screen and (max-width: 1800px){.MuiAutocomplete-root .MuiOutlinedInput-root .MuiAutocomplete-input{font-size:.875rem}}@media screen and (max-width: 1536px){.MuiAutocomplete-root .MuiOutlinedInput-root .MuiAutocomplete-input{font-size:.8125rem}}@media screen and (max-width: 1440px){.MuiAutocomplete-root .MuiOutlinedInput-root .MuiAutocomplete-input{height:45px;font-size:.75rem}}@media screen and (max-width: 1280px){.MuiAutocomplete-root .MuiOutlinedInput-root .MuiAutocomplete-input{font-size:.6875rem;height:40px}}.not-showing-close-icon .MuiAutocomplete-endAdornment{display:none}.MuiAutocomplete-endAdornment{top:calc(50% - 19px)!important}.checkboxImg{width:22px}@media screen and (max-width: 1600px){.checkboxImg{width:20px}}@media screen and (max-width: 1440px){.checkboxImg{width:18px}}@media screen and (max-width: 1280px){.checkboxImg{width:16px}}.filterDate{position:relative;width:100%}.filterDate label{position:absolute;left:15px;font-family:var(--bs-body-font-family);font-size:.9375rem;padding:0;color:var(--bs-placeholder);background-color:transparent;z-index:1;transition:color .2s cubic-bezier(0,0,.2,1) 0ms,transform .2s cubic-bezier(0,0,.2,1) 0ms,max-width .2s cubic-bezier(0,0,.2,1) 0ms;pointer-events:none;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transform:translateY(18px) scale(1);-moz-transform:translateY(18px) scale(1);-ms-transform:translateY(18px) scale(1);transform:translateY(18px) scale(1)}@media screen and (max-width: 1800px){.filterDate label{font-size:.875rem;-webkit-transform:translateY(18px) scale(1);-moz-transform:translateY(18px) scale(1);-ms-transform:translateY(18px) scale(1);transform:translateY(18px) scale(1)}}@media screen and (max-width: 1600px){.filterDate label{-webkit-transform:translateY(18px) scale(1);-moz-transform:translateY(18px) scale(1);-ms-transform:translateY(18px) scale(1);transform:translateY(18px) scale(1)}}@media screen and (max-width: 1536px){.filterDate label{font-size:.8125rem;-webkit-transform:translateY(19px) scale(1);-moz-transform:translateY(19px) scale(1);-ms-transform:translateY(19px) scale(1);transform:translateY(19px) scale(1)}}@media screen and (max-width: 1440px){.filterDate label{font-size:.75rem;-webkit-transform:translateY(17px) scale(1);-moz-transform:translateY(17px) scale(1);-ms-transform:translateY(17px) scale(1);transform:translateY(17px) scale(1)}}@media screen and (max-width: 1280px){.filterDate label{-webkit-transform:translateY(15px) scale(1);-moz-transform:translateY(15px) scale(1);-ms-transform:translateY(15px) scale(1);transform:translateY(15px) scale(1);font-size:.6875rem}}.filterDate label.required span{display:block;color:var(--bs-red)}.filterDate i{position:absolute;right:15px;top:50%;transform:translateY(-50%);margin-right:0;z-index:9;pointer-events:none}.filterDate i img{width:20px}@media screen and (max-width: 1536px){.filterDate i img{width:17px}}@media screen and (max-width: 1280px){.filterDate i img{width:15px}}@media screen and (max-width: 767px){.filterDate i{left:10px}}.filterDate input{background-color:var(--bs-lightWhite);position:relative;width:100%;border:1px solid var(--bs-inputBorder);border-radius:.3125rem;-webkit-border-radius:.3125rem;-moz-border-radius:.3125rem;-ms-border-radius:.3125rem;padding:0 15px;color:var(--bs-textColor);font-size:.9375rem;height:3.125rem;font-family:var(--bs-body-font-family);line-height:1.1;box-shadow:none!important;cursor:pointer}.filterDate input::placeholder{color:var(--bs-placeholder)}@media screen and (max-width: 1800px){.filterDate input{font-size:.875rem}}@media screen and (max-width: 1536px){.filterDate input{font-size:.8125rem}}@media screen and (max-width: 1440px){.filterDate input{height:45px;font-size:.75rem}}@media screen and (max-width: 1280px){.filterDate input{font-size:.6875rem;height:40px}}.filterDate:has(.react-datepicker__tab-loop) label,.filterDate:has(input:not([value=""])) label{position:absolute;-webkit-transform:translateY(-.56rem) scale(.75);-moz-transform:translateY(-.56rem) scale(.75);-ms-transform:translateY(-.56rem) scale(.75);transform:translateY(-.56rem) scale(.75);border-radius:5px;color:var(--bs-placeholder);padding:0 6px;left:2px}@media screen and (max-width: 1800px){.filterDate:has(.react-datepicker__tab-loop) label,.filterDate:has(input:not([value=""])) label{-webkit-transform:translateY(-.42rem) scale(.75);-moz-transform:translateY(-.42rem) scale(.75);-ms-transform:translateY(-.42rem) scale(.75);transform:translateY(-.42rem) scale(.75)}}@media screen and (max-width: 1280px){.filterDate:has(.react-datepicker__tab-loop) label,.filterDate:has(input:not([value=""])) label{left:2.5px;-webkit-transform:translateY(-.4rem) scale(.75);-moz-transform:translateY(-.4rem) scale(.75);-ms-transform:translateY(-.4rem) scale(.75);transform:translateY(-.4rem) scale(.75)}}.filterDate:has(.react-datepicker__tab-loop) label:before,.filterDate:has(input:not([value=""])) label:before{content:"";display:block;width:100%;height:6px;background:transparent;backdrop-filter:blur(60px);-webkit-backdrop-filter:blur(60px);position:absolute;top:55%;left:50%;transform:translate(-50%,-50%);z-index:-1}@media screen and (max-width: 1536px){.filterDate:has(.react-datepicker__tab-loop) label:before,.filterDate:has(input:not([value=""])) label:before{height:4px}}.filterDate.rangePicker:has(.react-datepicker__tab-loop) label,.filterDate.rangePicker:has(input:not([value=""])) label{position:absolute;-webkit-transform:translateY(-.56rem) scale(.75);-moz-transform:translateY(-.56rem) scale(.75);-ms-transform:translateY(-.56rem) scale(.75);transform:translateY(-.56rem) scale(.75);border-radius:5px;color:var(--bs-placeholder);padding:0 6px;left:-9px}@media screen and (max-width: 1800px){.filterDate.rangePicker:has(.react-datepicker__tab-loop) label,.filterDate.rangePicker:has(input:not([value=""])) label{-webkit-transform:translateY(-.42rem) scale(.75);-moz-transform:translateY(-.42rem) scale(.75);-ms-transform:translateY(-.42rem) scale(.75);transform:translateY(-.42rem) scale(.75)}}@media screen and (max-width: 1536px){.filterDate.rangePicker:has(.react-datepicker__tab-loop) label,.filterDate.rangePicker:has(input:not([value=""])) label{left:-7px}}@media screen and (max-width: 1280px){.filterDate.rangePicker:has(.react-datepicker__tab-loop) label,.filterDate.rangePicker:has(input:not([value=""])) label{left:-5px;-webkit-transform:translateY(-.4rem) scale(.75);-moz-transform:translateY(-.4rem) scale(.75);-ms-transform:translateY(-.4rem) scale(.75);transform:translateY(-.4rem) scale(.75)}}.filterDate.h-40 input,.filterDate.h-40 input[type=date]{height:40px}.filterDateError{color:var(--bs-red);font-weight:400;font-size:.75rem;line-height:1.6;padding-left:0rem;animation-name:muierror;animation-duration:.5s;animation-fill-mode:forwards;margin-top:5px}@media screen and (max-width: 1440px){.filterDateError{font-size:11px}}@media screen and (max-width: 1280px){.filterDateError{font-size:10px}}@media screen and (max-width: 767px){.filterDateError{font-size:9px;margin-top:2px}}.filter-range-picker{z-index:9}.eye-icon{width:20px;height:20px;cursor:pointer}@media screen and (max-width: 1440px){.eye-icon{width:15px;height:15px}}.eye-icon.hide{top:3px;position:relative}.boxShadow_checkbox{box-shadow:0 5px 15px #1e36ce0d}.MuiCheckbox-colorPrimary .MuiSvgIcon-root{fill:var(--bs-inputBorder);width:30px;height:30px}.MuiCheckbox-colorPrimary.Mui-checked .MuiSvgIcon-root{fill:var(--bs-primary)}.dynamic-menu{margin-top:10px}@media screen and (max-width: 767px){.dynamic-menu{margin-top:0}}.dynamic-menu button{min-width:30px;border:1px solid var(--bs-inputBorder);border-radius:50%;padding:0;width:30px;height:30px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;margin:0 auto;color:var(--bs-placeholder)}.dynamic-menu button.disable{pointer-events:none;opacity:.5}.priviewIcon{max-width:20px}.node{list-style:none;white-space:nowrap;padding:4px}.node.leaf.collapsed{display:none}.node.disabled>*{color:gray;cursor:not-allowed}.node.match-in-children.hide .node-label{opacity:.5}.toggle{white-space:pre;margin-right:4px}.toggle:after{content:" "}.toggle.collapsed:after{cursor:pointer;content:"+"}.toggle.expanded:after{cursor:pointer;content:"-"}.searchModeOn .toggle{display:none}.checkbox-item{vertical-align:middle;margin:0 4px 0 0}.checkbox-item.simple-select{display:none}.add-edit-form{overflow-y:auto;height:calc(100vh - 80px)}.add-edit-form .header-top{border-bottom:1px solid var(--bs-lightBorder)}@media screen and (max-width: 1600px){.add-edit-form .header-top{height:60px}}@media screen and (max-width: 1536px){.add-edit-form .header-top{height:60px}}@media screen and (max-width: 1600px){.add-edit-form .MuiTable-root .MuiTableBody-root .MuiFormControl-root.formControl-input .MuiFormLabel-root{font-size:13px;-webkit-transform:translate(15px,11px) scale(1);-moz-transform:translate(15px,11px) scale(1);-ms-transform:translate(15px,11px) scale(1);transform:translate(15px,11px) scale(1)}}@media screen and (max-width: 1536px){.add-edit-form .MuiTable-root .MuiTableBody-root .MuiFormControl-root.formControl-input .MuiFormLabel-root{font-size:12px}}@media screen and (max-width: 1440px){.add-edit-form .MuiTable-root .MuiTableBody-root .MuiFormControl-root.formControl-input .MuiFormLabel-root{-webkit-transform:translate(15px,10px) scale(1);-moz-transform:translate(15px,10px) scale(1);-ms-transform:translate(15px,10px) scale(1);transform:translate(15px,10px) scale(1);font-size:11px}}@media screen and (max-width: 1280px){.add-edit-form .MuiTable-root .MuiTableBody-root .MuiFormControl-root.formControl-input .MuiFormLabel-root{-webkit-transform:translate(15px,9px) scale(1);-moz-transform:translate(15px,9px) scale(1);-ms-transform:translate(15px,9px) scale(1);transform:translate(15px,9px) scale(1);font-size:10px}}@media screen and (max-width: 1600px){.add-edit-form .MuiTable-root .MuiTableBody-root .MuiFormControl-root.formControl-input .MuiFormLabel-root.Mui-focused,.add-edit-form .MuiTable-root .MuiTableBody-root .MuiFormControl-root.formControl-input .MuiFormLabel-root.MuiFormLabel-filled{-webkit-transform:translate(15px,-6px) scale(.75);-moz-transform:translate(15px,-6px) scale(.75);-ms-transform:translate(15px,-6px) scale(.75);transform:translate(15px,-6px) scale(.75)}}@media screen and (max-width: 1536px){.add-edit-form .MuiTable-root .MuiTableBody-root .MuiFormControl-root.formControl-input .MuiFormLabel-root.Mui-focused,.add-edit-form .MuiTable-root .MuiTableBody-root .MuiFormControl-root.formControl-input .MuiFormLabel-root.MuiFormLabel-filled{-webkit-transform:translate(15px,-6px) scale(.75);-moz-transform:translate(15px,-6px) scale(.75);-ms-transform:translate(15px,-6px) scale(.75);transform:translate(15px,-6px) scale(.75)}}.add-edit-form .MuiTable-root .MuiTableBody-root .MuiFormControl-root.formControl-input .MuiInputBase-root{padding:0 7px}@media screen and (max-width: 1280px){.add-edit-form .MuiTable-root .MuiTableBody-root .MuiFormControl-root.formControl-input .MuiInputBase-root{padding:0 2px}}.add-edit-form .MuiTable-root .MuiTableBody-root .MuiFormControl-root.formControl-input .MuiInputBase-root .MuiInputBase-input{height:50px;min-width:unset;padding-right:0}@media screen and (max-width: 1600px){.add-edit-form .MuiTable-root .MuiTableBody-root .MuiFormControl-root.formControl-input .MuiInputBase-root .MuiInputBase-input{height:40px;font-size:13px}}@media screen and (max-width: 1536px){.add-edit-form .MuiTable-root .MuiTableBody-root .MuiFormControl-root.formControl-input .MuiInputBase-root .MuiInputBase-input{font-size:12px}}@media screen and (max-width: 1440px){.add-edit-form .MuiTable-root .MuiTableBody-root .MuiFormControl-root.formControl-input .MuiInputBase-root .MuiInputBase-input{height:36px;font-size:11px}}@media screen and (max-width: 1280px){.add-edit-form .MuiTable-root .MuiTableBody-root .MuiFormControl-root.formControl-input .MuiInputBase-root .MuiInputBase-input{height:32px;font-size:10px}}@media screen and (max-width: 1280px){.add-edit-form .MuiTable-root .MuiTableBody-root .MuiFormControl-root.formControl-input .MuiSelect-select{background-size:8px}}@media screen and (max-width: 1440px){.add-edit-form .MuiTable-root .MuiTableBody-root .MuiFormControl-root.formControl-input .MuiFormLabel-asterisk{font-size:10px}}@media screen and (max-width: 1440px){.add-edit-form .MuiTable-root .MuiTableBody-root .MuiFormControl-root.formControl-input .MuiInputAdornment-root{font-size:10px}}.add-edit-form .MuiTable-root .MuiTableBody-root .MuiFormControl-root.formControl-input .MuiInputAdornment-positionEnd:empty{margin:0}.add-edit-form .MuiTable-root .MuiTableBody-root .MuiFormControl-root.formControl-input.quantity .MuiInputBase-root{padding-right:0;padding-left:15px;justify-content:space-between}@media screen and (max-width: 1536px){.add-edit-form .MuiTable-root .MuiTableBody-root .MuiFormControl-root.formControl-input.quantity .MuiInputBase-root{padding-left:15px}}.add-edit-form .MuiTable-root .MuiTableBody-root .MuiFormControl-root.formControl-input.quantity .MuiInputBase-input{width:30px;padding:0 5px 0 0;flex:1}.add-edit-form .MuiTable-root .MuiTableBody-root .MuiFormControl-root.formControl-input.quantity .MuiInputAdornment-positionEnd{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;height:50px;min-height:50px;background:#f8fafb;margin:0;border-left:1px solid var(--bs-inputBorder);padding:0 20px}@media screen and (max-width: 1800px){.add-edit-form .MuiTable-root .MuiTableBody-root .MuiFormControl-root.formControl-input.quantity .MuiInputAdornment-positionEnd{padding:0 15px;font-size:13px}}@media screen and (max-width: 1600px){.add-edit-form .MuiTable-root .MuiTableBody-root .MuiFormControl-root.formControl-input.quantity .MuiInputAdornment-positionEnd{height:40px;min-height:40px}}@media screen and (max-width: 1536px){.add-edit-form .MuiTable-root .MuiTableBody-root .MuiFormControl-root.formControl-input.quantity .MuiInputAdornment-positionEnd{font-size:12px}}@media screen and (max-width: 1440px){.add-edit-form .MuiTable-root .MuiTableBody-root .MuiFormControl-root.formControl-input.quantity .MuiInputAdornment-positionEnd{min-height:36px;height:36px;font-size:11px;padding:0 10px}}@media screen and (max-width: 1280px){.add-edit-form .MuiTable-root .MuiTableBody-root .MuiFormControl-root.formControl-input.quantity .MuiInputAdornment-positionEnd{height:32px;font-size:10px;min-height:32px}}@media screen and (max-width: 1600px){.add-edit-form .MuiTable-root .MuiTableBody-root .MuiFormControl-root.textarea-cover .MuiFormLabel-root{font-size:13px;-webkit-transform:translate(15px,11px) scale(1);-moz-transform:translate(15px,11px) scale(1);-ms-transform:translate(15px,11px) scale(1);transform:translate(15px,11px) scale(1)}}@media screen and (max-width: 1536px){.add-edit-form .MuiTable-root .MuiTableBody-root .MuiFormControl-root.textarea-cover .MuiFormLabel-root{font-size:12px}}@media screen and (max-width: 1440px){.add-edit-form .MuiTable-root .MuiTableBody-root .MuiFormControl-root.textarea-cover .MuiFormLabel-root{-webkit-transform:translate(15px,10px) scale(1);-moz-transform:translate(15px,10px) scale(1);-ms-transform:translate(15px,10px) scale(1);transform:translate(15px,10px) scale(1);font-size:11px}}@media screen and (max-width: 1280px){.add-edit-form .MuiTable-root .MuiTableBody-root .MuiFormControl-root.textarea-cover .MuiFormLabel-root{-webkit-transform:translate(15px,9px) scale(1);-moz-transform:translate(15px,9px) scale(1);-ms-transform:translate(15px,9px) scale(1);transform:translate(15px,9px) scale(1);font-size:10px}}@media screen and (max-width: 1600px){.add-edit-form .MuiTable-root .MuiTableBody-root .MuiFormControl-root.textarea-cover .MuiFormLabel-root.Mui-focused,.add-edit-form .MuiTable-root .MuiTableBody-root .MuiFormControl-root.textarea-cover .MuiFormLabel-root.MuiFormLabel-filled{-webkit-transform:translate(15px,-6px) scale(.75);-moz-transform:translate(15px,-6px) scale(.75);-ms-transform:translate(15px,-6px) scale(.75);transform:translate(15px,-6px) scale(.75)}}@media screen and (max-width: 1536px){.add-edit-form .MuiTable-root .MuiTableBody-root .MuiFormControl-root.textarea-cover .MuiFormLabel-root.Mui-focused,.add-edit-form .MuiTable-root .MuiTableBody-root .MuiFormControl-root.textarea-cover .MuiFormLabel-root.MuiFormLabel-filled{-webkit-transform:translate(15px,-6px) scale(.75);-moz-transform:translate(15px,-6px) scale(.75);-ms-transform:translate(15px,-6px) scale(.75);transform:translate(15px,-6px) scale(.75)}}.add-edit-form .MuiTable-root .MuiTableBody-root .MuiFormControl-root.textarea-cover .MuiInputBase-root{padding:8px 15px}@media screen and (max-width: 1600px){.add-edit-form .MuiTable-root .MuiTableBody-root .MuiFormControl-root.textarea-cover .MuiInputBase-root .MuiInputBase-input{font-size:13px}}@media screen and (max-width: 1536px){.add-edit-form .MuiTable-root .MuiTableBody-root .MuiFormControl-root.textarea-cover .MuiInputBase-root .MuiInputBase-input{font-size:12px}}@media screen and (max-width: 1440px){.add-edit-form .MuiTable-root .MuiTableBody-root .MuiFormControl-root.textarea-cover .MuiInputBase-root .MuiInputBase-input{font-size:11px}}@media screen and (max-width: 1280px){.add-edit-form .MuiTable-root .MuiTableBody-root .MuiFormControl-root.textarea-cover .MuiInputBase-root .MuiInputBase-input{font-size:10px}}.add-edit-form .MuiTable-root .MuiTableBody-root .MuiAutocomplete-root{min-width:190px}.add-edit-form .MuiTable-root .MuiTableBody-root .product-dropdown{min-width:120px}.add-edit-form .MuiTable-root .MuiTableBody-root .product-dropdown .MuiSelect-select{background-position-x:calc(100% - 10px)}.add-edit-form .MuiTable-root .MuiTableBody-root .amount-input{width:120px}.add-edit-form .MuiTable-root .currency{margin-top:0}@media screen and (max-width: 1800px){.add-edit-form .MuiTable-root .currency{margin-top:1px}}@media screen and (max-width: 1600px){.add-edit-form .MuiTable-root .currency{margin-left:5px}}@media screen and (max-width: 1440px){.add-edit-form .MuiTable-root .currency{margin-top:0}}.add-edit-form .gst_wrap{padding-left:20px}.add-edit-form .salePurchase_table{overflow-x:auto;margin-top:40px}@media screen and (max-width: 1600px){.add-edit-form .salePurchase_table{margin-top:30px;overflow:hidden}}.add-edit-form .salePurchase_table .MuiTableCell-head{background-color:var(--bs-primary);color:var(--bs-white);text-align:center;font-weight:400;font-size:14px;height:35px;padding:0 20px;white-space:nowrap}@media screen and (max-width: 1600px){.add-edit-form .salePurchase_table .MuiTableCell-head{font-size:13px;height:35px}}@media screen and (max-width: 1536px){.add-edit-form .salePurchase_table .MuiTableCell-head{font-size:12px;height:30px}}@media screen and (max-width: 1440px){.add-edit-form .salePurchase_table .MuiTableCell-head{font-size:11px}}@media screen and (max-width: 1280px){.add-edit-form .salePurchase_table .MuiTableCell-head{font-size:10px;height:28px}}.add-edit-form .salePurchase_table .MuiTableCell-head:first-child{border-radius:5px 0 0 5px}.add-edit-form .salePurchase_table .MuiTableCell-head:last-child{border-radius:0 5px 5px 0;white-space:nowrap}.add-edit-form .salePurchase_table .MuiTableCell-head.rate,.add-edit-form .salePurchase_table .MuiTableCell-head.amount{width:120px}.add-edit-form .salePurchase_table .MuiTableCell-head:not(:nth-last-of-type(1)){border-right:1px solid #dccdfa}.add-edit-form .salePurchase_table .MuiTableCell-body{border:0;padding:10px 10px 0;vertical-align:top}@media screen and (max-width: 1600px){.add-edit-form .salePurchase_table .MuiTableCell-body{padding:6px 6px 0}}.add-edit-form .salePurchase_table .MuiTableCell-body:first-child{padding-left:0}.add-edit-form .salePurchase_table .MuiTableCell-body:not(:nth-last-of-type(1)){border-right:1px solid #dccdfa}.add-edit-form .salePurchase_table .MuiFormControl-root.formControl-input .MuiFormLabel-root.MuiFormLabel-filled{display:none}.add-edit-form .salePurchase_table .MuiFormControl-root.textarea-cover{margin-top:8px!important}.add-edit-form .price-distribution-wrapper{justify-content:flex-end;border-bottom:1px solid var(--bs-lightBorder);margin-bottom:30px}@media screen and (max-width: 1600px){.add-edit-form .price-distribution-wrapper{margin-bottom:20px}}.add-edit-form .price-distribution{background-color:var(--bs-bar);margin-top:-20px;max-width:400px;width:100%;margin-bottom:30px}@media screen and (max-width: 1600px){.add-edit-form .price-distribution{margin-bottom:20px}}@media screen and (max-width: 1536px){.add-edit-form .price-distribution{padding:.9375rem;margin-top:20px;max-width:350px}}@media screen and (max-width: 1280px){.add-edit-form .price-distribution{max-width:300px}}@media screen and (max-width: 1024px){.add-edit-form .price-distribution{padding:.75rem}}.add-edit-form .price-distribution ul li{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between;padding:8px 20px 8px 60px;width:100%}@media screen and (max-width: 1536px){.add-edit-form .price-distribution ul li{padding:5px 15px 5px 40px}}@media screen and (max-width: 1280px){.add-edit-form .price-distribution ul li{padding-left:30px}}.add-edit-form .price-distribution ul li h6{color:var(--bs-subText);font-weight:400;font-size:16px}@media screen and (max-width: 1800px){.add-edit-form .price-distribution ul li h6{font-size:15px}}@media screen and (max-width: 1600px){.add-edit-form .price-distribution ul li h6{font-size:14px}}@media screen and (max-width: 1536px){.add-edit-form .price-distribution ul li h6{font-size:13px}}@media screen and (max-width: 1440px){.add-edit-form .price-distribution ul li h6{font-size:12px}}@media screen and (max-width: 1280px){.add-edit-form .price-distribution ul li h6{font-size:11px}}.add-edit-form .price-distribution ul li .title{min-width:145px;text-align:right}.add-edit-form .price-distribution ul li:not(:nth-last-of-type(1)){border-bottom:1px solid var(--bs-inputBorder)}.add-edit-form .price-distribution ul li:last-of-type h6{font-weight:500}.add-edit-form .form_body{padding:0 20px 20px}@media screen and (max-width: 1536px){.add-edit-form .form_body{padding:0 15px 15px}}.add-edit-form .basic_info_box{margin-bottom:30px}.add-edit-form .title{font-weight:700}.add-edit-form .invoice-detail-header ul{width:100%}.add-item-link{font-weight:600;font-size:15px;color:var(--bs-primary)!important;display:block;white-space:nowrap}@media screen and (max-width: 1800px){.add-item-link{font-size:14px}}@media screen and (max-width: 1600px){.add-item-link{font-size:13px}}@media screen and (max-width: 1440px){.add-item-link{font-size:12px}}@media screen and (max-width: 1280px){.add-item-link{font-size:11px}}.add-item-link.description{font-size:12px;font-weight:400;text-transform:none}@media screen and (max-width: 1600px){.add-item-link.description{font-size:11px}}@media screen and (max-width: 1440px){.add-item-link.description{font-size:10px}}@media screen and (max-width: 1280px){.add-item-link.description{font-size:9px}}@media screen and (max-width: 1800px){.deleteIcon{width:20px;height:20px}}@media screen and (max-width: 1536px){.deleteIcon{width:18px;height:18px}}@media screen and (max-width: 1440px){.deleteIcon{width:16px;height:16px}}@media screen and (max-width: 767px){.MuiPaper-root .MuiMenu-list li{min-height:auto;padding:6px 10px}.MuiPaper-root .MuiMenu-list li .MuiSvgIcon-root{width:16px;height:16px}}@media screen and (max-width: 767px){.MuiPaper-root .MuiMenu-list li p{font-size:12px}}.partner_img img{margin-block:5px;width:100%;max-width:150px;max-height:35px;border-radius:5px;border:0px solid var(--bs-lightBorder);margin:-5px 0}.gstTb_bx{height:50px;justify-content:center;box-shadow:none!important;display:flex;border-radius:.3125rem;-webkit-border-radius:.3125rem;-moz-border-radius:.3125rem;-ms-border-radius:.3125rem;background-color:var(--bs-lightWhite);box-shadow:0 5px 15px #1e36ce0d;-webkit-box-shadow:0 5px 15px rgba(30,54,206,.05);-moz-box-shadow:0 5px 15px rgba(30,54,206,.05);-ms-box-shadow:0 5px 15px rgba(30,54,206,.05);border:0px solid var(--bs-inputBorder);padding:5px 15px;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;color:#575473;font-size:12px;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center}@media screen and (max-width: 1536px){.gstTb_bx{height:40px}}.selectRowPerpage{width:fit-content;height:36px;background:var(--bs-white);border:1px solid var(--bs-gray);box-shadow:0 25px 50px #8427e117;border-radius:5px;font-size:16px}@media screen and (max-width: 1800px){.selectRowPerpage{height:34px}}@media screen and (max-width: 1536px){.selectRowPerpage{height:32px}}@media screen and (max-width: 1280px){.selectRowPerpage{height:28px}}.selectRowPerpage .MuiOutlinedInput-notchedOutline{display:none}.options{font-size:1rem}.listContainer .MuiListItem-root{padding:.3125rem 0;min-height:50px}@media screen and (max-height: 800px){.listContainer .MuiListItem-root{padding:.125rem 0}}@media screen and (max-width: 1440px){.listContainer .MuiListItem-root{min-height:40px}}@media screen and (max-width: 1280px){.listContainer .MuiListItem-root{padding:0}}.listContainer .MuiListItem-root .nvBx{position:relative;display:block;padding:0 .625rem;width:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;cursor:pointer;color:var(--bs-secondary-black);transform:none}.listContainer .MuiListItem-root .nvBx .MuiListItemIcon-root{min-width:auto;width:2.5rem;height:2.5rem;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;border-radius:.3125rem;-webkit-border-radius:.3125rem;-moz-border-radius:.3125rem;-ms-border-radius:.3125rem;margin-right:.625rem;flex-shrink:0}@media screen and (max-width: 1536px){.listContainer .MuiListItem-root .nvBx .MuiListItemIcon-root{width:2.25rem;height:2.25rem}}@media screen and (max-width: 992px){.listContainer .MuiListItem-root .nvBx .MuiListItemIcon-root{width:2rem;height:2rem}}@media screen and (max-width: 767px){.listContainer .MuiListItem-root .nvBx .MuiListItemIcon-root{width:1.75rem;height:1.75rem}}@media screen and (max-width: 576px){.listContainer .MuiListItem-root .nvBx .MuiListItemIcon-root{width:1.5rem;height:1.5rem}.listContainer .MuiListItem-root .nvBx .MuiListItemIcon-root img{width:55%}}.listContainer .MuiListItem-root .nvBx .MuiListItemIcon-root img{max-width:20px;opacity:1;-webkit-filter:brightness(0) invert(1);-moz-filter:brightness(0) invert(1);-ms-filter:brightness(0) invert(1);-o-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}@media screen and (max-width: 1440px){.listContainer .MuiListItem-root .nvBx .MuiListItemIcon-root img{max-width:17px}}.listContainer .MuiListItem-root .nvBx h6{font-weight:400;font-size:14px;line-height:21px;color:#ffffffb3;flex:1}@media screen and (max-width: 1600px){.listContainer .MuiListItem-root .nvBx h6{font-size:13px}}@media screen and (max-width: 1440px){.listContainer .MuiListItem-root .nvBx h6{font-size:12px}}@media screen and (max-width: 1280px){.listContainer .MuiListItem-root .nvBx h6{font-size:11px}}.listContainer .MuiListItem-root .nvBx.active{color:var(--bs-nav-color)}.listContainer .MuiListItem-root .nvBx.active .MuiListItemIcon-root img{-webkit-filter:brightness(0) invert(1);-moz-filter:brightness(0) invert(1);-ms-filter:brightness(0) invert(1);-o-filter:brightness(0) invert(1);filter:brightness(0) invert(1);opacity:1}.listContainer .MuiListItem-root .nvBx.active h6{color:var(--bs-white)}.listContainer .MuiListItem-root .nvBx:hover img{opacity:1}.listContainer .MuiListItem-root .nvBx:hover h6{color:var(--bs-white)}.listContainer .MuiListItem-root .nvBx .nv_icon{position:absolute;right:1rem;color:var(--bs-white);flex-shrink:0}.listContainer .MuiListItem-root .nvBx .nv_icon img{width:10px;height:10px}.listContainer .MuiListItem-root .nvBx .MuiButton-root{width:100%;padding:.625rem .625rem .625rem 1.125rem;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:flex-start}.listContainer .MuiListItem-root .nvBx .MuiButton-root .MuiSvgIcon-root{font-size:1.375rem}.listContainer .MuiListItem-root .add-icon{margin-left:auto}.listContainer .MuiListItem-root:has(.nvBx.active){background-color:#701e9c}.listContainer .MuiListItem-root:hover{background-color:#701e9c}.listContainer .inside_nv_list{padding-left:3.0625rem;padding-bottom:0;max-height:unset;overflow:hidden}@media screen and (max-width: 1440px){.listContainer .inside_nv_list{padding-left:2.875rem}}.listContainer .inside_nv_list:before{content:"";display:inline-block;width:1px;background:var(--bs-white);position:absolute;left:26px;top:10px;height:calc(100% - 20px);margin:-15px 0 0}@media screen and (max-width: 1440px){.listContainer .inside_nv_list:before{left:26px;top:15px}}@media screen and (max-width: 1280px){.listContainer .inside_nv_list:before{left:25px}}.listContainer .inside_nv_list .MuiListItem-root{padding:0}.listContainer .inside_nv_list .MuiListItem-root .nvBx{padding:.625rem}@media screen and (max-width: 1440px){.listContainer .inside_nv_list .MuiListItem-root .nvBx{padding:8px}}@media screen and (max-width: 1440px){.listContainer .inside_nv_list .MuiListItem-root .nvBx{padding:6px 8px}}.listContainer .inside_nv_list .MuiListItem-root .nvBx h6{font-size:12px}@media screen and (max-width: 1440px){.listContainer .inside_nv_list .MuiListItem-root .nvBx h6{font-size:11px}}@media screen and (max-width: 1280px){.listContainer .inside_nv_list .MuiListItem-root .nvBx h6{font-size:10px}}.listContainer .inside_nv_list .MuiListItem-root .nvBx .nv_icon{top:1rem}.listContainer .inside_nv_list .MuiListItem-root{position:relative}.listContainer .inside_nv_list .MuiListItem-root:before{content:"";display:inline-block;width:24px;height:0;position:absolute;left:-23px;top:25px;border-top:1px solid var(--bs-white);border-radius:0;border-right:0;background:transparent}@media screen and (max-width: 1600px){.listContainer .inside_nv_list .MuiListItem-root:before{top:24px}}@media screen and (max-width: 1440px){.listContainer .inside_nv_list .MuiListItem-root:before{width:20px;left:-20px;top:20px}}.listContainer .inside_nv_list .prt_drop{position:relative}.listContainer .inside_nv_list .prt_drop:last-child:before{background:#701e9c;content:"";display:inline-block;width:1px;position:absolute;left:-23px;bottom:20px;top:auto;height:calc(100% - 45px)}@media screen and (max-width: 1440px){.listContainer .inside_nv_list .prt_drop:last-child:before{left:-20px;bottom:16px;height:calc(100% - 36px)}}@media screen and (max-width: 1280px){.listContainer .inside_nv_list .prt_drop:last-child:before{left:-21px;height:calc(100% - 37px)}}.listContainer .inside_nv_list .inside_nv_list{padding-left:1.25rem}.listContainer .inside_nv_list .inside_nv_list:before{left:10px}@media screen and (max-width: 1440px){.listContainer .inside_nv_list .inside_nv_list:before{left:9px;top:15px}}.listContainer .inside_nv_list .inside_nv_list .MuiListItem-root{position:relative}.listContainer .inside_nv_list .inside_nv_list .MuiListItem-root:before{width:15px;left:-10px}@media screen and (max-width: 1440px){.listContainer .inside_nv_list .inside_nv_list .MuiListItem-root:before{top:20px;left:-11px}}.prt_drop.prt_drop_open{background-color:#701e9c}.prt_drop.prt_drop_open>.MuiListItem-root .nvBx .MuiListItemIcon-root img{opacity:1}.prt_drop.prt_drop_open>.MuiListItem-root h6{color:var(--bs-white)}.kyc_wrapper{margin:60px 16px 20px;padding:37px 10px 20px;text-align:center;background:var(--bs-white);border-radius:5px}.kyc_wrapper .kyc_img{margin:-70px auto 5px;width:65px;height:65px;background-color:var(--bs-white);border:4px solid var(--bs-primary);display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;border-radius:50%}@media screen and (max-width: 1600px){.kyc_wrapper .kyc_img img{max-width:30px}}@media screen and (max-width: 1280px){.kyc_wrapper .kyc_img img{max-width:26px}}@media screen and (max-width: 1600px){.kyc_wrapper .kyc_img{width:50px;height:50px}}@media screen and (max-width: 1280px){.kyc_wrapper .kyc_img{width:45px;height:45px}}.kyc_wrapper h3{color:var(--bs-navDark);font-weight:500;font-size:17px;line-height:32px}@media screen and (max-width: 1600px){.kyc_wrapper h3{font-size:16px}}@media screen and (max-width: 1800px){.kyc_wrapper h3{font-size:15px}}@media screen and (max-width: 1536px){.kyc_wrapper h3{font-size:14px}}@media screen and (max-width: 1280px){.kyc_wrapper h3{font-size:13px}}.kyc_wrapper .para{font-size:12px;line-height:18px;color:var(--bs-subText);white-space:normal;font-weight:500}@media screen and (max-width: 1600px){.kyc_wrapper .para{font-size:11px}}@media screen and (max-width: 1440px){.kyc_wrapper .para{font-size:10px;line-height:normal;margin-bottom:5px}}@media screen and (max-width: 1280px){.kyc_wrapper .para{font-size:9px}}.kyc_wrapper .progress_value{font-size:12px;line-height:14px;text-align:left;display:block;margin:7px 0 4px;color:var(--bs-navDark)}@media screen and (max-width: 1280px){.kyc_wrapper .progress_value{font-size:11px}}.kyc_wrapper .MuiLinearProgress-determinate{background:var(--bs-gray);border-radius:5px;height:6px}.kyc_wrapper .MuiLinearProgress-determinate .MuiLinearProgress-bar{background:var(--bs-toggleGreen);border-radius:5px}.kyc_wrapper .btn.submit_kyc{position:relative;margin-bottom:-55px;text-transform:none;background:var(--bs-nav-color);border-radius:5px;font-size:14px;max-width:160px;height:40px;line-height:40px;width:100%!important;justify-content:flex-start}@media screen and (max-width: 1600px){.kyc_wrapper .btn.submit_kyc{font-size:13px}}@media screen and (max-width: 1440px){.kyc_wrapper .btn.submit_kyc{font-size:12px;height:36px;line-height:36px;max-width:130px}}@media screen and (max-width: 1280px){.kyc_wrapper .btn.submit_kyc{height:32px;line-height:32px;font-size:11px;max-width:120px;padding:0 15px}}.kyc_wrapper .btn.submit_kyc:before{content:"";display:inline-block;position:absolute;background-repeat:no-repeat;width:16px;height:16px;top:13px;right:20px;background-size:15px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.70723 0.292893C8.3167 -0.0976311 7.68354 -0.0976311 7.29302 0.292893C6.90249 0.683417 6.90249 1.31658 7.29302 1.70711L12.5859 7H1.00012C0.447837 7 0.00012207 7.44772 0.00012207 8C0.00012207 8.55229 0.447837 9 1.00012 9H12.5859L7.29302 14.2929C6.90249 14.6834 6.90249 15.3166 7.29302 15.7071C7.68354 16.0976 8.3167 16.0976 8.70723 15.7071L15.7065 8.70782C15.7089 8.70541 15.7113 8.70298 15.7137 8.70055C15.8902 8.52079 15.9993 8.27463 16.0001 8.003C16.0001 8.002 16.0001 8.001 16.0001 8C16.0001 7.999 16.0001 7.998 16.0001 7.997C15.9997 7.8625 15.9728 7.73425 15.9242 7.61722C15.8766 7.50195 15.8064 7.3938 15.7137 7.29945C15.7114 7.29705 15.709 7.29466 15.7066 7.29228M8.70723 0.292893L15.7066 7.29228L8.70723 0.292893Z' fill='white'/%3E%3C/svg%3E")}@media screen and (max-width: 1536px){.kyc_wrapper .btn.submit_kyc:before{top:11px;right:16px;background-size:12px}}@media screen and (max-width: 1280px){.kyc_wrapper .btn.submit_kyc:before{top:11px;background-size:10px;right:14px}}.kyc_wrapper .btn.submit_kyc:hover{background:var(--bs-secondaryHover)}.subheader-container{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between;background-color:var(--bs-table-header);border-radius:5px;margin:10px;padding:20px}.subheader-leftContent{font-weight:700;font-size:24px;line-height:29px}.table-cover{max-width:100%;overflow:auto}.table-cover table{width:100%}.High{color:#fe6061}.Medium{color:#ffa937}.Low{color:#1db9aa}.search_bar{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:flex-end;-moz-justify-content:flex-end;-ms-justify-content:flex-end;justify-content:flex-end;-ms-flex-pack:flex-end;max-width:100%;width:100%}@media screen and (max-width: 767px){.search_bar{width:calc(100% - 10px);margin:.3125rem}}.search_bar .searchInput{flex:1;max-width:300px;margin-right:5px;margin-left:10px;width:100%!important}@media screen and (max-width: 1800px){.search_bar .searchInput{margin-right:0;width:100%}}@media screen and (max-width: 1440px){.search_bar .searchInput{max-width:200px;width:100%}}@media screen and (max-width: 1280px){.search_bar .searchInput{max-width:150px}}.search_bar .MuiOutlinedInput-root{height:35px;width:35px;cursor:pointer;width:100%!important}@media screen and (max-width: 1600px){.search_bar .MuiOutlinedInput-root{width:1.9375rem;height:1.9375rem}}@media screen and (max-width: 1440px){.search_bar .MuiOutlinedInput-root{width:1.8125rem;height:1.8125rem}}@media screen and (max-width: 1280px){.search_bar .MuiOutlinedInput-root{width:1.5625rem;height:1.5625rem}}.search_bar .MuiOutlinedInput-root .MuiInputBase-input{width:100%;padding:0 16px;height:100%}@media screen and (max-width: 1440px){.search_bar .MuiOutlinedInput-root .MuiInputBase-input{padding:0 12px;font-size:12px}}@media screen and (max-width: 1280px){.search_bar .MuiOutlinedInput-root .MuiInputBase-input{padding:0 10px;font-size:11px}}.search_bar .MuiOutlinedInput-root .closeIcon{right:10px;max-width:16px}@media screen and (max-width: 1600px){.search_bar .MuiOutlinedInput-root .closeIcon{right:8px;max-width:15px}}@media screen and (max-width: 1536px){.search_bar .MuiOutlinedInput-root .closeIcon{right:9px;max-width:13px}}@media screen and (max-width: 1280px){.search_bar .MuiOutlinedInput-root .closeIcon{right:8px;max-width:11px}}.search_bar.full_width .MuiOutlinedInput-root{width:100%}.search_bar.column_left{justify-content:flex-start}.btn{width:auto;font-size:1.125rem!important;padding-left:1.875rem!important;padding-right:1.875rem!important;border:0;font-family:var(--bs-body-font-family);border:none!important;text-transform:uppercase;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;height:3.125rem;border-radius:.625rem!important;min-height:auto!important}@media screen and (max-width: 1536px){.btn{font-size:.8125rem!important;height:2.5rem;padding-left:1.125rem!important;padding-right:1.125rem!important}}@media screen and (max-width: 992px){.btn{font-size:.75rem!important;height:2.125rem;padding-left:.9375rem!important;padding-right:.9375rem!important}}@media screen and (max-width: 767px){.btn{font-size:.6875rem!important;height:1.875rem;padding-left:.625rem!important;padding-right:.625rem!important;border-radius:6px!important}}@media screen and (max-width: 576px){.btn{font-size:.625rem!important;height:1.625rem;padding-left:.5rem!important;padding-right:.5rem!important}}.btn.btn-onboarding{width:300px!important;max-width:100%;margin:auto;background:var(--bs-btn-gradient);color:var(--bs-black)!important;display:block;font-size:1.5rem!important;height:4.375rem}@media screen and (max-width: 1536px){.btn.btn-onboarding{font-size:1.25rem!important;height:3.75rem}}@media screen and (max-width: 992px){.btn.btn-onboarding{font-size:1rem!important;height:3.125rem}}@media screen and (max-width: 767px){.btn.btn-onboarding{font-size:.875rem!important;height:2.75rem}}@media screen and (max-width: 576px){.btn.btn-onboarding{font-size:.75rem!important;height:2.25rem}}.btn.btn-purple{background:var(--bs-btn-gradient)!important;color:var(--bs-black)!important}.btn.btn-purple-border{background:var(--bs-black)!important;border:1px solid var(--bs-switch-bg)!important;color:var(--bs-switch-bg)!important;box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.btn.btn-purple-border:hover{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.btn.btn-simple{background:#f3f3f3!important;color:var(--bs-black)!important}.btn.buttonWithIcon{background:var(--bs-btn-gradient);color:var(--bs-black)!important}.btn.buttonWithIcon.c-purple{color:var(--bs-nav-color)!important}@media screen and (max-width: 992px){.btn.buttonWithIcon{padding:.4375rem 1.5625rem!important}.btn.buttonWithIcon img{max-height:22px}}@media screen and (max-width: 767px){.btn.buttonWithIcon{padding:.375rem 1.25rem!important}.btn.buttonWithIcon img{max-height:19px}}@media screen and (max-width: 576px){.btn.buttonWithIcon{padding:.3125rem .75rem!important}.btn.buttonWithIcon img{max-height:16px}}.btn.btn-download{border:0;min-width:auto;padding:0!important;width:3.125rem;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;margin-left:.9375rem;min-width:auto!important}@media screen and (max-width: 1536px){.btn.btn-download{width:2.5rem}}@media screen and (max-width: 992px){.btn.btn-download{width:2.125rem}}@media screen and (max-width: 767px){.btn.btn-download{width:1.875rem}}@media screen and (max-width: 576px){.btn.btn-download{width:1.625rem}}.btn.btn-download img{width:22px}@media screen and (max-width: 576px){.btn.btn-download img{width:.9375rem}}.btn.btn-download .MuiButton-endIcon{display:none}.btn.btn-download .MuiButton-startIcon{margin:0}.btn.light-color{background-color:#f3f3f3;color:#000}.btn.less-radius{border-radius:10px}.btn.w-auto{width:auto!important}.btn.h-auto{height:auto!important}.thanksSmile{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;text-align:center}.thanksSmile .thanks{max-width:260px;margin-bottom:26px}@media screen and (max-width: 1536px){.thanksSmile .thanks{max-width:200px}}.thanksSmile p{text-align:center;font-size:.9375rem;line-height:22px;margin:0 auto 1.875rem;color:var(--bs-textColor);max-width:25rem}@media screen and (max-width: 1800px){.thanksSmile p{font-size:.875rem}}@media screen and (max-width: 1440px){.thanksSmile p{font-size:.8125rem;line-height:normal}}.onboarding_wrapper .container .rt .authWrap .heading{text-align:center;font-size:28px;margin-bottom:.1875rem}@media screen and (max-width: 1800px){.onboarding_wrapper .container .rt .authWrap .heading{font-size:1.5625rem;margin-bottom:.125rem}}@media screen and (max-width: 1440px){.onboarding_wrapper .container .rt .authWrap .heading{font-size:1.375rem}}@media screen and (max-width: 1280px){.onboarding_wrapper .container .rt .authWrap .heading{font-size:1.3125rem}}@media screen and (max-width: 1024px){.onboarding_wrapper .container .rt .authWrap .heading{font-size:1.25rem}}@media screen and (max-width: 767px){.onboarding_wrapper .container .rt .authWrap .heading{font-size:1.125rem}}.onboarding_wrapper .container .rt .authWrap .para{color:var(--bs-placeholder);font-size:15px}@media screen and (max-width: 1800px){.onboarding_wrapper .container .rt .authWrap .para{font-size:.9375rem}}@media screen and (max-width: 1440px){.onboarding_wrapper .container .rt .authWrap .para{font-size:.875rem}}@media screen and (max-width: 1280px){.onboarding_wrapper .container .rt .authWrap .para{font-size:.8125rem}}.MuiDialog-root.preview-dialog-cover button.close{position:absolute;right:0;background:var(--bs-bgGray)}ul.MuiList-root.MuiList-padding.MuiMenu-list{padding-top:0;padding-bottom:0;border-radius:5px;overflow:hidden}ul.MuiList-root.MuiList-padding.MuiMenu-list li.MuiButtonBase-root.MuiMenuItem-root.MuiMenuItem-gutters.MuiMenuItem-root.MuiMenuItem-gutters:hover{background:rgba(89,9,215,.1)}.tableContainer .MuiTable-root .highlightRow.activeRow .MuiTableCell-body:first-child{position:relative}.tableContainer .MuiTable-root .highlightRow.activeRow .MuiTableCell-body:first-child:before{content:"";display:inline-block;width:4px;height:70%;border-radius:0 10px 10px 0;background-color:var(--bs-nav-color);position:absolute;left:0;transform:translateY(-50%);top:50%}.tableContainer .MuiTable-root .MuiTableCell-head{background:#f6f8fa;border-bottom:1px solid var(--bs-lightBorder)}.tableContainer .MuiTable-root{border-collapse:collapse}.tableContainer .MuiTable-root .highlightRow.activeRow .MuiTableCell-body{background-color:#f1f0ff}.MuiTableRow-root.tableRow.no_more_row{border-bottom:0}.report_overflow .tableContainer .MuiTable-root .MuiTableCell-head{background:transparent;border-bottom:0px solid var(--bs-lightBorder)}.MuiTypography-root.MuiTypography-subtitle2.lg_pop_trm.color-label{margin:14px 0 0!important;line-height:1}.btn-open:hover{box-shadow:0 6px 20px #1e36ce14!important}.MuiPaper-root.MuiPaper-elevation.MuiPaper-rounded.MuiPaper-elevation8.MuiPopover-paper.MuiMenu-paper.MuiMenu-paper{box-shadow:0 6px 20px #1e36ce14!important;border:1px solid #dfebfe}.info_card:last-child .info_div{border:0}.MuiPaper-root.MuiPaper-elevation.MuiPaper-elevation16.MuiDrawer-paper.MuiDrawer-paperAnchorRight{box-shadow:-10px 0 20px #0023ff0f}.drawer_body .MuiGrid-root.MuiGrid-item.MuiGrid-grid-xs-12{padding-top:20px}.personal_kyc_block .MuiFormControl-root.formControl-input .MuiInputBase-root{background-color:#fff}.MuiGrid-root.MuiGrid-item.MuiGrid-grid-xs-12.MuiGrid-grid-md-12.MuiGrid-grid-lg-12.MuiGrid-grid-xl-4.subcards_wrapper{flex-basis:100%;-webkit-box-flex:0;flex-grow:0;max-width:100%}.MuiGrid-root.MuiGrid-item.MuiGrid-grid-lg-3.MuiGrid-grid-xl-6{flex-basis:25%;-webkit-box-flex:0;flex-grow:0;max-width:25%}.drawer_body>form>.MuiDialogContent-root{flex:auto;overflow-y:inherit;padding:inherit}.MuiPaper-root.MuiPaper-elevation.MuiPaper-elevation0.MuiAccordion-root{position:relative;margin-left:75px}.fileuploadfull{width:100%;background:#fff;border:1px solid #d2d6f4;border-radius:5px;display:grid;grid-template-columns:50% auto;align-items:center;padding:0 0 0 15px;gap:20px;justify-content:space-between}.fileuploadfull-preview{width:100%;background:#eef0ff;border:1px solid #d2d6f4;border-radius:5px;display:grid;gap:20px;grid-template-columns:auto 50px;align-items:center;padding:0 15px;height:50px;justify-content:space-between;line-height:1}.fileuploadfull-preview .actbuttons img{width:24px}.fileuploadfull-preview span{line-height:18px;font-size:13px}.accordion-button h5{margin-bottom:0;font-size:18px;font-weight:500}.docuploads+.docuploads{margin-top:20px}.buttonfile{position:relative;background:#ece5fb;height:50px;display:flex;align-items:center;justify-content:center;gap:10px;color:var(--color-1);font-weight:500;font-size:17px;max-width:190px;padding:0 30px}.buttonfile input{position:absolute;width:100%;height:100%;z-index:11;opacity:0;cursor:pointer}.fieldtitle{font-size:13px;font-weight:500;color:var(--text-color-1)}.filepreview{width:100%;background:#f2f6ff;border:1px solid #d2d6f4;border-radius:5px;display:grid;grid-template-columns:auto auto;align-items:center;padding:8px 15px;margin:10px 0 0;justify-content:space-between}.kyc-guide .separator{max-width:100%;margin:15px 0;border-top:1px solid var(--bs-lightBorder)}.instantswitch{display:flex;align-items:center;justify-content:space-between;gap:30px}.flex-start{justify-content:flex-start}.intlabel img{width:18px}.intlabel{color:var(--color-3)}.fileuploadsingle p{margin:15px 0;font-weight:600}.fileuploadsingle .buttonfile{background:var(--color-7);border:1px solid #d2d6f4;border-radius:5px;height:38px;font-size:15px;max-width:200px;margin:0 auto}.fileuploadsingle{text-align:center}.fileuploadpair{position:relative;background:#ffffff;display:grid;grid-template-columns:repeat(2,1fr);gap:30px;padding:20px;border-radius:5px;border:1px solid #d2d6f4}.fileuploadpair:after{content:"";border-right:1px solid #d2d6f4;position:absolute;right:50%;height:100%}.fileupload-2{background:transparent;border:0;padding:0}.fileupload-2 .buttonfile{border-radius:5px}.account_actions{display:none}div.Mui-disabled:after{content:"";background-image:repeating-linear-gradient(45deg,rgba(145,145,145,.1) 0px,rgba(145,145,145,.1) 2px,transparent 2px,transparent 4px),linear-gradient(90deg,rgb(255,255,255),rgb(255,255,255),rgb(255,255,255));position:absolute;width:100%;height:100%;z-index:1;border:1px solid var(--bs-inputBorder);border-radius:5px;left:0;right:0}.select-store{width:400px}.select-store .chose-store{margin:10px 0}.select-store .btn-store{display:flex;justify-content:flex-end;margin-top:15px}.select-store .btn-store button{margin:10px}.header_icon_border{border:1px solid #e6e9ef;border-radius:100px;display:flex;cursor:pointer;align-items:center;justify-content:center;padding:12px}.header_icon_border img{width:100%;height:24px}.header_icon_border span{min-width:28px}.m-auto{width:90%;margin:0px,auto!important}.category .card{padding-left:6px;padding-right:6px;padding-bottom:16px;background-color:#fff;box-shadow:0 1px 4px #1c1c1c0f;border-radius:24px;margin-right:16px;width:136px;height:152px;margin-top:16px}.category .card img{width:100%;height:80px;-o-object-fit:contain;object-fit:contain}.category .card .text{font-size:16px;text-align:center;padding-top:16px}.category .heading{font-size:28px;font-family:OurLexend-SemiBold,Helvetica,sans-serif}.m-x-20{margin:0 20px}.m-t-5{margin-top:5px}.m-t-10{margin-top:10px}.m-b-10{margin-bottom:10px}.m0-a{margin:0 auto}.m-l-20{margin-left:20px}.fw-600{font-weight:600;color:#000!important}.f-s-16{font-size:16px}.category_bar{display:flex;align-items:center;width:100%;background:#fff;border:1px solid #ebebeb;box-shadow:0 1px 4px #1c1c1c0f;border-radius:24px;padding:15px 5px;position:relative}.category_bar img{height:40px;width:40px}.category_bar .activeSubCategory{background-color:#ffde59;padding:10px;border-radius:10px}.category_bar .inner{width:100%}.category_bar .scroll1{position:absolute;right:10px}.inner_bar{display:flex;overflow-x:scroll;width:95%;-ms-overflow-style:none;scrollbar-width:none}.category_name{font-size:18px;margin-left:1rem;width:max-content!important;color:#696969}.row{width:82%;height:fit-content}.row .img{margin-left:auto;margin-right:auto;height:122px;width:122px}.p-card{cursor:pointer;overflow:hidden;text-align:center;position:relative;border:1px solid #ebebeb;box-shadow:0 1px 4px #1c1c1c0f;border-radius:24px;padding:15px;margin:5px;width:32%;background-color:#fff;height:auto}.p-card .desc{border-radius:8px;display:flex;flex-direction:column;align-items:flex-end}.p-card .mrp{width:60%;padding:2px}.p-card .mrp div:nth-child(1){flex:1.5}.p-card .mrp div:nth-child(2){flex:.5}.p-card .mrp div{text-align:left;flex:1;font-size:12px}.p-card .gray-mrp{color:gray;font-size:16px}.p-card .discount-red-strip{background-color:red;padding:7px;position:absolute;width:100px;color:#fff;font-weight:500;font-size:14px;top:30px;right:0;border-top-left-radius:20px;border-bottom-left-radius:20px}.p-card .mrp-count{margin-top:20px}.product_body{padding:15px 10px;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;font-size:19px;font-weight:600;line-height:1.2;-webkit-box-orient:vertical}.add-button{border:1px solid var(--bs-secondaryHover)!important;color:#000!important;background-color:#fffde8!important}.subcategory{width:18%;height:max-content;margin-right:20px;margin-top:15px;background:#fff;border:1px solid #ebebeb;box-shadow:0 1px 4px #1c1c1c0f;border-radius:24px;overflow-y:scroll;position:sticky;-ms-overflow-style:none;scrollbar-width:none}.category-text{font-size:16px;margin:16px 10px;padding:10px}.p-x-10{padding:0 10px}.p-card_crousel{display:flex;flex-direction:column;width:500px;height:inherit;position:sticky;justify-content:flex-end;background:white;border-radius:24px;margin-right:40px}.p-card_crousel .img_row{width:80px;height:80px;border-radius:12px;margin:0 5px;border:1px solid #d6d6d6;font-size:0;cursor:pointer}.crousel{height:-webkit-fill-available;align-items:center;justify-content:center}.crousel .left_icon{height:60px;width:60px}.crousel .p-img{width:300px;height:300px;cursor:pointer;margin-bottom:40px;border-radius:24px}.p-detail{width:100%;padding:40px;margin-right:auto;margin-left:auto;border:1px solid #ebebeb;border-radius:48px;background-color:#fff}.p-detail .product-heading{margin-top:20px;font-size:30px;font-family:OurLexend-SemiBold,Helvetica,sans-serif}.p-detail .unit{font-size:18px;font-weight:400;color:#828282;margin:20px}.p-detail .description{color:#696969;font-family:OurLexend-Regular,Helvetica,sans-serif;margin:10px 20px}.p-detail .add-cart{margin:50px 0;padding:24px;border:2px solid #f4f6fb;border-radius:32px;background-color:#fff}.cart .clear-cart{padding:10px}.cart .left_section{width:60%}.cart .prod-img{flex:2;max-height:60px;max-width:92px;min-height:48px;min-width:48px}.cart .prod-img img{width:100%}.cart .cent-content{margin-left:10px;flex:4}.cart .products{background:#fff;border-bottom:#e6e9ef!important;border-radius:24px;color:#767c8f;font-weight:600;padding:25px;margin-top:15px}.cart .products .m-t-20{margin-top:20px}.cart .right_section{border-radius:24px;box-shadow:0 1px 4px #1c1c1c0f;width:40%;background-color:#fff;padding:20px;margin:24px}.cart .right_section .text,.cart .right_section .price{font-size:16px}.cart .right_section .total{font-size:16px;font-weight:700}.cart .right_section .m-t-10{margin-top:12px}.cart .product-name{font-weight:500;font-family:OurLexend-Regular,Helvetica,sans-serif;color:#000;font-size:16px}.cart .price{font-weight:400;font-size:14px;margin-top:10px}.cart .view_more_cart{width:180px;font-weight:400!important;font-size:14px!important;padding:0!important}.count{flex:2;align-items:flex-end}.count-main .count-1{display:flex;align-items:stretch;border:1px solid var(--bs-secondaryHover);border-radius:8px;align-items:center;font-size:16px;overflow:hidden}.count-main .count-minus{padding:6.182px 5px;align-items:center;cursor:pointer;color:#000!important;background-color:#fffde8!important;border:1px solid var(--bs-secondaryHover)!important}.count-main .count-minus svg{font-size:18px}.count-main .count-input{font-size:18px;padding:0 4px!important}.count-main .count-input input{width:25px!important;text-align:center}.activeCategory{background-color:#ffde59;border-radius:15px}.searchOption .option-text{font-size:18px!important;font-weight:500}.empty_cart{width:50%;margin:0 auto;align-items:center;flex-direction:column}.empty_cart img{width:50%;margin:0 auto}.empty_cart p{margin:15px 0;text-align:center}.empty_cart button{width:50%}.search .MuiInputLabel-outlined{transform:translate(14px,13px) scale(1)}.search .MuiInputLabel-outlined .MuiInputLabel-shrink{transform:translate(14px,-6px) scale(.75)}.brandSelect{margin:20px 0}.brandSelect .MuiInputLabel-outlined{transform:translate(14px,13px) scale(1)}.brandSelect .MuiInputLabel-outlined .MuiInputLabel-shrink{transform:translate(14px,-6px) scale(.75)}.profileDrawer{margin:20px}.profileDrawer h1{font-size:1.125rem;border-bottom:1px solid black;margin-bottom:20px;padding:10px 0}.profileDrawer button{margin-top:20px}.payment-dialog .MuiDialog-paperScrollPaper{width:95%;height:98vh}.brand-banner{margin-bottom:30px}.brand-banner .MuiPaper-elevation3{margin:10px;padding-bottom:40x;border-radius:12px}.brand-banner h2{margin:20px 0}.brand-banner .category{width:100%}.brand-banner .brand{background-color:#fff;border-radius:4px;width:100%}.brand-banner .brand img{width:100%;border-radius:4px}.react-datepicker-wrapper,.react-datepicker-wrapper input{width:100%}.react-datepicker-wrapper input::-webkit-input-placeholder:after{color:var(--bs-red);content:"*";opacity:1}.react-datepicker__input-container input::-webkit-calendar-picker-indicator{background:transparent;bottom:0;color:transparent;cursor:pointer;height:auto;left:0;position:absolute;right:0;top:0;width:auto}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{display:none}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{display:none}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{display:none}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after{display:none}.react-datepicker{border:none!important;padding:6px;box-shadow:0 4px 10px 1px #0003;font-family:var(--bs-body-font-family)!important}@media screen and (max-width: 767px){.react-datepicker{padding:4px}}.react-datepicker>.react-datepicker__navigation{top:13px}.react-datepicker>.react-datepicker__navigation.react-datepicker__navigation--previous{left:7px}@media screen and (max-width: 767px){.react-datepicker>.react-datepicker__navigation.react-datepicker__navigation--previous{right:2px}}.react-datepicker>.react-datepicker__navigation.react-datepicker__navigation--next{right:10px}@media screen and (max-width: 767px){.react-datepicker>.react-datepicker__navigation.react-datepicker__navigation--next{right:5px}}.react-datepicker .react-datepicker__navigation-icon{width:25px;height:25px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;border:2px solid var(--bs-white);border-radius:50%;top:3px}@media screen and (max-width: 767px){.react-datepicker .react-datepicker__navigation-icon{width:20px;height:20px;top:-3px}}.react-datepicker .react-datepicker__navigation-icon:before{border-color:var(--bs-white);height:8px;width:8px;top:7px;position:absolute;left:5px;border-width:2px 2px 0 0}@media screen and (max-width: 767px){.react-datepicker .react-datepicker__navigation-icon:before{height:6px;width:6px;top:5px;left:4px}}.react-datepicker .react-datepicker__navigation-icon.react-datepicker__navigation-icon--previous:before{left:8px}@media screen and (max-width: 767px){.react-datepicker .react-datepicker__navigation-icon.react-datepicker__navigation-icon--previous:before{left:6px}}.react-datepicker .react-datepicker__navigation-icon--next{left:0}.react-datepicker .react-datepicker__header{padding:0;border:none;background:var(--bs-white)}.react-datepicker .react-datepicker__header .react-datepicker__current-month{background-color:var(--bs-primary);color:var(--bs-white);font-weight:500;padding:20px 10px;border-radius:5px 5px 0 0}@media screen and (max-width: 767px){.react-datepicker .react-datepicker__header .react-datepicker__current-month{padding:15px 6px;font-size:14px}}.react-datepicker .react-datepicker__header .react-datepicker__header__dropdown{padding:10px;display:flex;align-items:center;justify-content:space-between}.react-datepicker .react-datepicker__header .react-datepicker__header__dropdown .react-datepicker__month-dropdown-container,.react-datepicker .react-datepicker__header .react-datepicker__header__dropdown .react-datepicker__year-dropdown-container{margin:0;position:relative}.react-datepicker .react-datepicker__header .react-datepicker__header__dropdown .react-datepicker__month-dropdown{width:100%;left:0;font-size:12px;background-color:var(--bs-white);border-color:var(--bs-lightBorder);max-height:200px;overflow-y:auto}.react-datepicker .react-datepicker__header .react-datepicker__header__dropdown .react-datepicker__month-dropdown .react-datepicker__month-option{color:var(--bs-subText);padding:4px}.react-datepicker .react-datepicker__header .react-datepicker__header__dropdown .react-datepicker__month-dropdown .react-datepicker__month-option .react-datepicker__month-option--selected{display:none}.react-datepicker .react-datepicker__header .react-datepicker__header__dropdown .react-datepicker__month-dropdown .react-datepicker__month-option.react-datepicker__month-option--selected_month{color:var(--bs-primary)}.react-datepicker .react-datepicker__header .react-datepicker__header__dropdown .react-datepicker__month-dropdown .react-datepicker__month-option:hover{background-color:#0000000a}.react-datepicker .react-datepicker__header .react-datepicker__header__dropdown .react-datepicker__year-dropdown{width:100%;left:0;font-size:12px;background-color:var(--bs-white);border-color:var(--bs-lightBorder);max-height:200px;overflow-y:auto}.react-datepicker .react-datepicker__header .react-datepicker__header__dropdown .react-datepicker__year-dropdown .react-datepicker__navigation--years{width:25px;height:25px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;border-radius:50%;top:3px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M9 1L5.70707 4.67453C5.31818 5.10849 4.68182 5.10849 4.29293 4.67453L1 1' stroke='%239897A5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.react-datepicker .react-datepicker__header .react-datepicker__header__dropdown .react-datepicker__year-dropdown .react-datepicker__navigation--years.react-datepicker__navigation--years-upcoming{transform:rotate(180deg)}.react-datepicker .react-datepicker__header .react-datepicker__header__dropdown .react-datepicker__year-dropdown .react-datepicker__year-option{color:var(--bs-subText);padding:4px}.react-datepicker .react-datepicker__header .react-datepicker__header__dropdown .react-datepicker__year-dropdown .react-datepicker__year-option .react-datepicker__year-option--selected{display:none}.react-datepicker .react-datepicker__header .react-datepicker__header__dropdown .react-datepicker__year-dropdown .react-datepicker__year-option.react-datepicker__year-option--selected_month{color:var(--bs-primary)}.react-datepicker .react-datepicker__header .react-datepicker__header__dropdown .react-datepicker__year-dropdown .react-datepicker__year-option:hover{background-color:#0000000a}.react-datepicker .react-datepicker__header .react-datepicker__header__dropdown .react-datepicker__month-read-view,.react-datepicker .react-datepicker__header .react-datepicker__header__dropdown .react-datepicker__year-read-view{display:flex;flex-direction:row-reverse;align-items:center;border:1px solid var(--bs-lightBorder);border-radius:5px;padding:6px 8px;color:var(--bs-subText);font-size:13px;visibility:visible!important;min-width:90px;justify-content:space-between}@media screen and (max-width: 1280px){.react-datepicker .react-datepicker__header .react-datepicker__header__dropdown .react-datepicker__month-read-view,.react-datepicker .react-datepicker__header .react-datepicker__header__dropdown .react-datepicker__year-read-view{font-size:12px}}.react-datepicker .react-datepicker__header .react-datepicker__header__dropdown .react-datepicker__month-read-view .react-datepicker__month-read-view--down-arrow,.react-datepicker .react-datepicker__header .react-datepicker__header__dropdown .react-datepicker__month-read-view .react-datepicker__year-read-view--down-arrow,.react-datepicker .react-datepicker__header .react-datepicker__header__dropdown .react-datepicker__year-read-view .react-datepicker__month-read-view--down-arrow,.react-datepicker .react-datepicker__header .react-datepicker__header__dropdown .react-datepicker__year-read-view .react-datepicker__year-read-view--down-arrow{position:static;right:unset;transform:none;border:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M9 1L5.70707 4.67453C5.31818 5.10849 4.68182 5.10849 4.29293 4.67453L1 1' stroke='%239897A5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.react-datepicker .react-datepicker__header .react-datepicker__header__dropdown .react-datepicker__month-read-view .react-datepicker__month-read-view--selected-month,.react-datepicker .react-datepicker__header .react-datepicker__header__dropdown .react-datepicker__month-read-view .react-datepicker__year-read-view--selected-year,.react-datepicker .react-datepicker__header .react-datepicker__header__dropdown .react-datepicker__year-read-view .react-datepicker__month-read-view--selected-month,.react-datepicker .react-datepicker__header .react-datepicker__header__dropdown .react-datepicker__year-read-view .react-datepicker__year-read-view--selected-year{margin-right:8px}.react-datepicker .react-datepicker__header .react-datepicker__header__dropdown .react-datepicker__year-read-view{min-width:unset}.react-datepicker .react-datepicker__header .react-datepicker__day-names{margin-top:0;background:var(--bs-gray);margin-bottom:0}.react-datepicker .react-datepicker__header .react-datepicker__day-names .react-datepicker__day-name{color:var(--bs-primary);font-weight:600}@media screen and (max-width: 767px){.react-datepicker .react-datepicker__header .react-datepicker__day-names .react-datepicker__day-name{margin:2px;width:24px;height:24px;font-size:12px;line-height:24px}}.react-datepicker .react-datepicker__day{border-radius:50%!important}@media screen and (max-width: 767px){.react-datepicker .react-datepicker__day{margin:2px;width:24px;height:24px;font-size:12px;line-height:24px}}.react-datepicker .react-datepicker__day--keyboard-selected{background-color:var(--bs-gray);color:var(--bs-primary);font-weight:500}.react-datepicker .react-datepicker__current-month,.react-datepicker .react-datepicker-time__header,.react-datepicker .react-datepicker-year-header,.react-datepicker .react-datepicker__day-name,.react-datepicker .react-datepicker__time-name{color:var(--bs-white)}.react-datepicker__close-icon:after{height:20px;width:20px;padding:0;font-size:20px;background-color:var(--bs-gray-txt);display:none!important}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#5d008f4d!important}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover,.react-datepicker__year-text--keyboard-selected:hover{background-color:var(--bs-primary)!important;color:var(--bs-white)}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{background-color:var(--bs-primary)!important;color:var(--bs-white)!important}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:active,input:-webkit-autofill:focus{border-radius:0!important;font-family:var(--bs-body-font-family)!important;background-color:var(--bs-white)!important;color:var(--bs-textColor)!important;-webkit-box-shadow:0 0 0 1000px var(--bs-white) inset!important;-webkit-text-fill-color:var(--bs-textColor)!important}@media screen and (max-width: 1536px){.react-datepicker{font-size:.7rem!important}}@media screen and (max-width: 1536px){.react-datepicker .react-datepicker__header .react-datepicker__current-month{font-size:.8rem!important}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
