: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)}}.ps{overflow:hidden!important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;height:15px;bottom:0;position:absolute}.ps__rail-y{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;width:15px;right:0;position:absolute}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:transparent}.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y,.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y{opacity:.6}.ps .ps__rail-x:hover,.ps .ps__rail-y:hover,.ps .ps__rail-x:focus,.ps .ps__rail-y:focus,.ps .ps__rail-x.ps--clicking,.ps .ps__rail-y.ps--clicking{background-color:#eee;opacity:.9}.ps__thumb-x{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out;height:6px;bottom:2px;position:absolute}.ps__thumb-y{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px;right:2px;position:absolute}.ps__rail-x:hover>.ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x.ps--clicking .ps__thumb-x{background-color:#999;height:11px}.ps__rail-y:hover>.ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y.ps--clicking .ps__thumb-y{background-color:#999;width:11px}@supports (-ms-overflow-style: none){.ps{overflow:auto!important}}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.ps{overflow:auto!important}}.scrollbar-container{position:relative;height:100%}:export{paper:#fcfcfc;paperLight:#fefefe;paperMain:#fdfdfd;timelineseprtr:#4cbf22;primaryLight:#cccce6;primary200:#8080c0;primaryMain:#333399;primaryDark:#000080;primary800:#8080c0;primary100:#605fae;primaryWhite:#fff;sdmselectedBgclr:#253664;secondaryLight:#dddddf;secondary200:#8b859a;secondaryMain:#645d78;secondaryDark:#3d3456;secondary800:#8b859a;secondary100:#6e6e6e;successLight:#b9f6ca;success200:#69f0ae;successMain:#00e676;successDark:#00c853;errorLight:#ef9a9a;errorLight1:rgba(239,154,154,.1450980392);errorMain:#f44336;errorDark:#c62828;orangeLight:#fbe9e7;orangeMain:#ffab91;orangeDark:#d84315;warningLight:#fff8e1;warningMain:#ffe57f;warningDark:#ffc107;grey50:#f8fafc;grey100:#eef2f6;grey200:#e3e8ef;grey300:#cdd5df;grey500:#697586;grey600:#4b5565;grey700:#364152;grey900:#121926;gray400:rgba(112,112,112,.1803921569);grayLight:#f9fbff;grayBorder:#e6e6e6;semiBlack:rgba(204,202,202,.2);borderBoxColor:#e3e3e3;greyNewBorder:#707070;darkPaper:#111936;darkBackground:#1a223f;lightBackground:rgba(0,0,128,.11);darkLevel1:#29314f;darkLevel2:#212946;darkBtnColor:#43527a;textfieldbg:rgba(239,186,24,.0392156863);darkTextTitle:#d7dcec;darkTextPrimary:#bdc8f0;darkTextSecondary:#8492c4;darkBlue1:#1193f4;bgColorgreyBtn:#f6f6fb;darkPrimaryLight:#eef2f6;darkPrimaryMain:#2196f3;darkPrimaryDark:#1e88e5;darkPrimary200:#90caf9;darkPrimary800:#1565c0;primaryMainDark:#133e8d;BoxbgColor:#f2f4f8;BoxbgColor2:#eceff5;boxShadow:rgba(0,0,0,.2);darkSecondaryLight:#d1c4e9;darkSecondaryMain:#7c4dff;darkSecondaryDark:#651fff;darkSecondary200:#b39ddb;darkSecondary800:#6200ea;statusCreate:#166ade;statusInprogress:#f1c40f;statusComplete:#4dbf11;statusCompleted:#26ae60;statsPending:#3598db;statsGateIn:#3598db;statusReject:#e74c3c;statusSubmitted:#2ecc71;statusNew:#3498db;statusExpired:#aaaaaa;statusApproved:#27ae60;statusActive:#29b965;statusOpen:#3498db;statusClosed:#e74c3c;statusSend:#26ae60;VerifiedApproved:#0f8741;VerifiedCancelled:#616161;VerifiedExpired:#dc0000;titleBlackThin:#222222;UpdateHead1:#282524;yellowshade:rgba(239,186,24,.0509803922);TextColor:#5f5d5d;tableBackgroundColor:#f2f2f2;textSecColor:#515151;borderColor:#e6e6e6;text300:#919191;textTitle:#1b1b1b;textTitle400:rgba(0,0,128,.1019607843);Textgrey:#525252;primary600:#36369b;buttonColor:#ffffff;Backgroundgrey:#c6c6c6;tablecellColor:#4b4b4b;IconColor:#7e84a3;buttonBgColor:rgba(255,255,255,.1019607843);BoxColor1:#f5f5fa;IconColor2:#9d9da3;tablethColor:#b5b7c0;textBackgroundColor:rgba(0,0,128,.1019607843);typography400:#8b8b8b;buttonBg2:#eeeef8;textColor:#818181;textLightClr:#a2a2a2;ButtonTextColor:#121212;lightOrange:#f9f4e5;grayShade1:#f5f5f5;titleColor:#5a607f;totalColor:#131523;bgWarnIconColor:rgba(242,111,38,.1019607843);bgSuccIconColor:rgba(6,187,0,.1019607843);bgFailIconColor:rgba(255,0,0,.1019607843);spanColor:#7f7fbf;typoColor:#9e9e9e;typo2Color:#f0142f;infoColor:#7f7fbf;grnIconClr:#3dd598;redIconClr:#f0142f;bgRedColor:#ff0000;bgSuccColor:#06bb00;bgWarnColor:#f26f26;iconColr:#cccccc;eventClr:#b4b4b4;progbarClr:#176ade;dotbgClr:#7171b1;sepClr:#bdbdbd;msgClr:rgba(0,0,0,.1294117647);lowBtnClr:#11b51f;lowBtnbgClr:rgba(17,181,31,.2);SubTitle:#d4d4d4;ButtonTextTitle:#dcdcdc;CountButton:#133e8d;TextTileBlue:#086ad8;VerifiedStatus:#1193f4;VerifiedStatusBgClr:rgba(17,147,244,0);EditiconClr:#808080;BlackClr:#000000;subHeadColor:#d4d4d4;boxShade1:#429fd7;boxShade2:rgba(19,62,141,.0470588235);boxShade3:#707070;btnclr1:#808080;boxBorder:rgba(0,0,0,.2);boxBackground:#ebebeb;chargeHoverBg:#fafafa;chargeRowBg:#f9fafb;chargeRowBorder:#e0e0e0;chargeDisabledBg:#f0f0f0;cancelBtnBg:#eeeeee;cargoBadgeBg:#e4e4e4;rejectBtnBorder:#D32F2F;rejectBtnHoverBorder:#c62828;rejectBtnHoverBg:#ffebee;confirmBtnBg:#1B8147;confirmBtnHoverBg:#146c38;stampGradient1:#eef7f2;stampGradient2:#eef7f2;chargeLabelText:#282524;chargeLabelLightText:#515151;chipBackground:rgba(1,154,65,.0705882353);paperBackground:#003582;buttonBackground:rgba(139,166,204,.4862745098);btnClorbg:#f5f5f5;boxtext:#000000;darkGreen1:#0f8741;linkColor:#1D75B5;tableHead:#133e8d;TableHeadBg:#f2f2f9;primaryDarkTheme1:#000080;primaryDarkTheme2:#1e1e50;primaryDarkTheme3:#176ade;primaryDarkTheme4:#97084b;primaryDarkTheme5:#3498db;primaryDarkTheme6:#f8b4b4;primaryDarkTheme7:#bcbcf5;primaryDarkTheme8:rgba(243,141,128,.2);primaryDarkTheme9:rgba(255,0,0,.1019607843);whiteClr:#ffffff;textColor2:#d2d2d2;textColor3:#d4d4d4;blueShade1:#1d75b5;invBg:#f2f2f2;invDrawerTxt1:#1a1a1a;invDrawerTxt2:#bdbdbd;statusTextCreate:#1193f4;statusTextInprogress:#c89700;statusTextComplete:#0f8741;statusTextCompleted:#0f8741;statusTextCompletedOne:#ecf6f0;statsTextPending:#c79600;statsTextGateIn:#1193f4;statusTextReject:#aa0000;statusTextRejectOne:#fbebeb;statusTextSubmitted:#790c66;statusTextSubmittedOne:#f1e6ef;statusTextNew:#1193f4;statusTextNewone:#ecf7ff;statusTextOptioncreation:#ecf7ff;statusTextOptioncreationOne:#1193f4;statusTextExpired:#7b7b7b;statusTextApproved:#0f8741;statusTextApprovedone:#ecf6f0;statusTextActive:#0f8741;statusTextOpen:#1193f4;statusTextClosed:#e74c3c;statusTextClosed1:#aa0000;statusTextSend:#0f8741;statusTextVerified:#0f8741;statsTextVendorSelection:#7136ad;statsTextVendorSelectionOne:#f0eaf7;statsTextQuoteCreation:#002179;statsTextQuoteCreationOne:#e5e8f1;statsTextRFPcreation:#0c66cc;statsTextRFPcreationOne:#e6effa;statsTextYetToBeAuthorize:#c89700;statsTextAuthorized:#6e5204;statsTextAuthorizedOne:#f0ede5;statsTextHold:#7b7b7b;statsTextVerification:#1193f4;statsTextVerificationOne:#e7f4fe;statsTextBooking:#0c66cc;statsTextBookingOne:#e6effa;statsTextExecution:#c89700;statsTextExecutionOne:#f9f4e5;statusTextArrived:#0c66cc;statusTextArrivedOne:#e6effa;statusTextInvoicing:#1193f4;statusTextBlocked:#ec6f30;statusTextDue:#b61616;statusTextPaid:#0f8741;statusTextCancelled:#868686;statusTextCancelledOne:#f3f3f3;statusTextDraft:#1193f4;statusTextUnPaid:#c89700;TableStatusCreate:#ecf7fe;TableStatusInprogress:#f9f4e5;TableStatusComplete:#ecf6f0;TableStatusCompleted:#ecf6f0;TableStatusCompletedOne:rgba(15,135,65,.0901960784);TableStatsPending:#f9f4e5;TableStatsGateIn:#ecf7fe;TableStatusReject:#fbebeb;TableStatusRejectOne:#aa0000;TableStatusSubmitted:#f1e6ef;TableStatusSubmittedOne:#790c66;TableStatusNew:#ecf7ff;TableStatusNewone:#1193f4;TableStatusOptioncreation:#1193f4;TableStatusOptioncreationOne:#ecf7ff;TableStatusExpired:#f2f2f2;TableStatusApproved:#ecf6f0;TableStatusApprovedNewone:#0f8741;TableStatusActive:#ecf6f0;TableStatusOpen:#ecf7fe;TableStatusClosed:#fbebeb;TableStatusSend:#ecf6f0;TableStatusVerified:#ecf6f0;TableStatusCreated:#dae9ff;TableStatusVendorSelection:#f0eaf7;TableStatusVendorSelectionOne:#7136ad;TableStatusQuoteCreation:#e5e8f1;TableStatusQuoteCreationOne:#002179;TableStatusRFPcreation:#e6effa;TableStatusRFPcreationOne:#0c66cc;TableStatusYetToBeAuthorize:#f9f4e5;TableStatusAuthorized:#f0ede5;TableStatusAuthorizedOne:#6e5204;TableStatusHold:#f2f2f2;TableStatusVerification:#e7f4fe;TableStatusVerificationOne:#1193f4;TableStatusBooking:#e6effa;TableStatusBookingOne:#0c66cc;TableStatusExecution:#f9f4e5;TableStatusExecutionOne:#c89700;TableStatusArrived:#e6effa;TableStatusArrivedOne:#0c66cc;TableStatusInvoicing:#f9f4e5;TableStatusBlocked:#fdf0ea;TableStatusDue:#f8e7e7;TableStatusPaid:#e6f3eb;TableStatusCancelled:#f3f3f3;TableStatusCancelledOne:#868686;TableStatusDraft:#e6f4fe;TableStatusUnPaid:#f9f4e5;grayShade8:#e6e8ed;deletebtn:#e64553;editbtn:#a1a1a1;textHover:#086ad8;boxshadow:rgba(0,0,0,.1019607843);tableHead2:rgba(19,62,141,.0588235294);tableHead1:rgba(19,62,141,0);termcondition:#122557;borerblue:rgba(37,54,100,.6);textBtnColorBlue:rgba(37,54,100,.8509803922);sendButtonColor:#087234;termsandconditionText:#6e6e6e;TableHeadColor:#133e8d;TableBackgroundColor:#fcfcfc;TableTextColor:#7c7c7c;usedBlackText:#121212;useGrayText:#808080;useGrayMain:#707070;useLightGray:#ececec;useMainGreen:#0f8741;useDarkBlue:#122557;subTabBtnBgColor:rgba(196,193,193,.3450980392);subTabBtnBgColorhover:rgba(196,193,193,.1647058824);useWhite:#ffffff;useLightGreen:#f2f9f5;useLightBlue:#086ad8;useBorderGray:#bfbfbf;useLightGray2:#f7f7fb;useLightGray3:#f7f7f7;useExtraLightBlue:#f2f7fd;useLightBlue2:#f0f0f8;useLightGray4:#eaeaea;useLightGray5:#e7e7e7;useButtonGray:#e1e1e1;useButtonTextGray:#7d7d7d;sdmBgColor:#122557;TextIconClr:#5757ab;DeleteText:#b20101;assigncolor:#808080;disableBtnBg:#e9e9e9;hdrtogleIconColor1:#ffffff;pendingClr:#f8f8f8;activeClr:#2271ca;completedClr:#0f8741;notCompletedClr:#e9f4ee;pendingClr1:#efefef;activeClr1:#0b5e2d;completedClr1:#e4f6ec;borderBottomClr:rgba(144,144,144,.2);useLightGray6:#dfdfdf;useLightGreenShade2:#eaf5ef;dashborsdcardbor:rgba(0,0,0,.0784313725);dashboardtext:rgba(255,255,255,.7490196078);searchborder:rgba(255,255,255,.368627451);searchinput:#f5f5f5;tableheadbg:rgba(19,62,141,.0509803922);borderBottom:rgba(112,112,112,.3137254902);tabBg:#deeaf0;boxshadow1:rgba(0,0,0,.0509803922);borderBottom1:#f26f26;popupBoxShadow:rgba(0,0,0,.1607843137);chipcolor:#ff0f17;chipbgclr:rgba(255,15,23,.0784313725);mediumbtn:rgba(255,153,36,.1411764706);mediumbtnclr:#ff9924;chatborder:rgba(112,112,112,.3019607843);supportchatbg:rgba(0,0,0,.0509803922);supportchatmsg:rgba(54,54,155,.0784313725);cmnslectbox:#f9fbff;cmntextfieldborder:#e6e6e6;cmntrackandtrace:rgba(0,0,128,.1019607843);cmnhoverboxhadow:rgba(0,0,128,.1098039216);cmnnexbtnbg:#e0e3e9;useLightBlueShade1:#e6e7f0;cmnsubtitleclr:#d4d4d4;chipBoxClr:rgba(18,18,18,.1019607843);borderColors:rgba(112,112,112,.2509803922);cardLeftcrl:#f3f5f9;vendorId:#606060;badgeBox:rgba(8,106,216,.1098039216);viewBtn:#ffffff;txtClr:#7a7a7a;indicator:#ff8300;txtArea:#fefcf6;chipBx:rgba(37,54,100,.0705882353);headbx:rgba(198,209,237,.3607843137);layerBx:rgba(18,37,87,.1215686275);bdgBx:#1e90ff;divdTxt:rgba(0,0,0,.3411764706);cmnbtn:rgba(245,245,245,.2784313725);ntesTxt:rgba(239,186,24,.0392156863);poBxtxt:#646464;grosswgt:#7e7e7e;accrdian:white;fiberIcon:#696969;subtxt:rgba(18,18,18,.6509803922);viewBtn1:rgba(0,0,0,.1803921569);attachBx:rgba(6,5,5,.1294117647);actonClr:rgba(19,62,141,.0784313725);dateCrl:#1b1b1b;addrCrl:#555555;dashLine:rgba(112,112,112,.2509803922);drawerBtn:rgba(0,0,0,.368627451);box1:rgba(142,142,142,.4117647059);custmer:rgba(239,186,24,.1294117647);buyer:rgba(17,147,244,.1411764706);billing:rgba(15,135,65,.1215686275);seller:rgba(115,17,244,.1490196078);consigne:rgba(255,39,39,.1098039216);consignr:rgba(100,100,100,.2117647059);actnBx:rgba(0,128,0,.0784313725);stats:rgba(239,186,24,.3215686275);userbx:#ebeaea;boardDate:rgba(37,54,100,.1098039216);colorls:#dddddd;coloredIcn:#1293f4;upload:#d6d6d8;table:#d9d9d9;bxshadow:#e7e6e6;documentCrl:#76cc64;documentCrl1:#f1c42b;documentCrl2:#aaaaaa;actionBx:rgba(235,235,235,.6588235294);circlCrl:#d8d8d8;cmnRfqCrl:rgba(212,212,212,.5803921569);textAreaCrl:rgba(239,186,24,.3490196078);containerCrl:#919ab1;containerTotal:#536085;bordrCrl:#239151;quoteCrl:#f2f2f2;transCrl:#f0f8f4;originTtlCrl:#eef1f7;noteDetail:#f7f7f7;dashedBdr:#3b3b3b;drawerAccrdn:#d5d5d5;drawerAccrdn1:#aad6e8;drawerAccrdn2:#f3f4f6;negotBox:#fff9e5;negoTypo:#404040;quoteUse:#656565;quoteUse1:#b5b5b5;textArea:rgba(239,186,24,0);vendorCrl:#e9af10;arrowUp:#97cbac;acctTxt:#fbf5f5;datetxt:#3e3e3e;boxshdw:rgba(0,0,0,.0588235294);searchCrl:#2c2c2c;searchCrl1:rgba(0,0,0,.168627451);whiteCrl:#ffffff;searchIcon:rgba(0,0,0,.2784313725);containerTxt:#747474;cardbtn:rgba(222,222,222,.1607843137);searchIcon1:rgba(255,255,255,.6392156863);rfqCnt:#ebebeb;morebg:#e5e7ec;boxview:rgba(0,0,0,.031372549);cntTabBgColor:rgba(255,255,255,.1607843137);cntdeletebtnbg:rgba(222,127,142,.2196078431);cntDeleteIconClr:#be001f;cntcancelledchipbg:rgba(143,143,143,.1490196078);cntexpierdchipbg:rgba(220,0,0,.1215686275);cntrequstboxbg:rgba(0,0,128,.0705882353);primaryShade1:#5b5bac;bgboxcolor:#eff1f4;headerColor:#e8e8e8;dashSubHead:#575757;expierdBadge:#ac0000;attentionBadge:#e9af27;balanceAmount:#c93b3b;rejectedBg:#e4e4e4;searchbg:#264d96;searchColor:rgba(232,232,232,.5019607843);filterBorder:rgba(245,245,245,.5019607843);headerBox:rgba(230,232,238,.2392156863);partiesbox1:rgba(0,0,0,.031372549);partiesbox2:rgba(179,230,255,.1294117647);partiesbox3:rgba(162,253,200,.1490196078);partiesbox4:rgba(233,175,39,.0901960784);BoxHead:rgba(18,18,18,.0509803922);SummaryDot:#bbbbbb;staricon:#bebebe;quoteBorder:#e0e0e0;DrawersubHeadColor:#2f2f2f;hdrprofileBgColor1:#435481;partiesbox5:rgba(255,0,0,.0392156863);partiesbox6:rgba(255,255,0,.0588235294);partiesbox7:rgba(86,0,255,.0705882353);skipBg:#ecf4f9;skipMsg:#121212;lastBtnBg:#0f8741;positiveBtnBg:#133e8d;backBtnBg:#ececec;backBtnColor:#3b3b3b;Clickkyc:#0077FC;ContainerBg:rgba(185,187,193,.7294117647);pickupSubBg:#E3E8EB;pickupSubBg1:#D1D9E2;pickupSubBorder:#9AACCA;pickupHeader:#E1E6ED;timelineSeparator:#b8b9bd;chipBoxBg:#668ACE;commodityGradient:#eaebee;inputcolor:#8D8D8D;textMain:#313131;validationerror:#f54d4f;blueDarkAlpha17:rgba(17,37,87,.168627451);bidAwardedBorder:#d4edda;bidVendorName:#212121;bidAmountText:#424242;bidBtnHoverBg:#f5faff;bidDetailIcon:rgba(18,37,87,.6509803922);bidDetailContent:#434343;bidHeaderBg:#f1f8ff;pointLabelText:#777777;centralBoxDateBg:#edf2f9;specialInstructBg:#fdfaee;dashedBorderLabel:#bdbdbd;rankL1Bg:#E8F5E9;rankL1Text:#2E7D32;rankL2Bg:#FFF3E0;rankL2Text:#EF6C00;rankL3Bg:#FFEBEE;rankL3Text:#C62828;rankDefaultBg:#F5F5F5;rankDefaultText:#757575;rejectGradientStart:rgba(198,0,0,.1019607843);awardGradientStart:rgba(255,195,68,.1019607843);transparentCommon:rgba(255,255,255,0);bidBtnCancelBg:#EEEEEE;bidBtnCancelText:#121212;bidBtnSubmitBg:#122557;bidBtnSubmitText:#FFFFFF;bidSectionHeaderBorder:#e0e0e0;bidHeaderTitle:#333333;bidTextSubtle:#666666;bidLinkColor:#007bff;bidVendorSearchBg:#f5f5f5;bidVendorRowHover:#f0f4ff;bidVendorDivider:#dddddd;bidSubmitSuccessBg:#0f8741;bidReqLinkColor:#1544f5;bidReqBtnBg:#282524;bidReqHeaderTitle:#121212;bidReqHeaderSubtitle:#5E5E5E;mConstModalBg:#FFFFFF;mConstCloseIcon:#666666;mConstCloseHoverBg:rgba(0,0,0,.04);mConstModalTitle:#121212;mConstModalDesc:#424242;mConstConfirmBtnBg:#CC2929;mConstNotNowBtnBg:#EEEEEE;mConstAlertGradientStart:rgba(198,0,0,.1019607843);mConstAlertGradientEnd:rgba(255,255,255,0);mConstAvatarTextBlue:#1193F4;mConstAvatarTextOrange:#F8741A;mConstAvatarTextYellow:#EFBA18;mConstAvatarTextGreen:#0F8741;mConstAvatarTextPink:#FF6CDC;mConstPurchasersRowTextDark:#515151;mConstPurchasersRowTextLight:#364152;mConstPurchasersTrackingLink:#086AD8;statusNewBg:#eef4fc;statusNewDot:#086AD8;statusNewText:#086AD8;statusDraftBg:#f0f0f0;statusDraftDot:#707070;statusDraftText:#707070;statusPoIssuedBg:#eef7f2;statusPoIssuedDot:#0F8741;statusPoIssuedText:#0F8741;statusPoCancelledBg:#fcf0f0;statusPoCancelledDot:#9F0000;statusPoCancelledText:#9F0000;statusPartialBg:#FFF4E5;statusPartialDot:#FF9800;statusPartialText:#E65100;statusActiveBg:#E8F5E8;statusActiveText:#2E7D32;statusPendingBg:#FFF3E0;statusPendingText:#F57C00;statusCompletedBg:#E3F2FD;statusCompletedText:#1976D2;statusCancelledText:#D32F2F;statusDraftAltBg:#F3E5F5;statusDraftAltText:#7B1FA2;statusExpiredBg:#FAFAFA;statusExpiredText:#616161;statusDefaultBg:#F5F5F5;statusDefaultText:#666666;rootMSAsterisk:red;rootMSInputBg:#f8f9fa;rootMSPlaceholder:#9e9e9e;rootMSCloseBtnBg:#EEEEEE;rootMSCloseBtnText:#121212;rootMSProceedBtnBg:#0F8741;rootMSProceedBtnText:#ffffff;rootMSAlertBg:rgba(239,186,24,.0705882353);rootMSAlertText:#121212;rootMSAlertIcon:orange .5;rootMSLinkColor:#1544f5;rootMSCheckboxColor:#0F8741;rootMSYetToStartText:#505050;rootMSDynamicInputBg:#fafafa;rootMSDynamicInputHoverBg:#f5f5f5;rootMSDynamicInputFocusedBg:#ffffff;rootMSCardCompletedBg:#eef7f2;rootMSCardDefaultBg:#f7f7f7;rootMSCardCompletedBorder:#d4edda;rootMSCardDefaultBorder:#e9ecef;rootMSContentStepText:#08652F;rootMSContentTitleText:#121212;rootMSContentByText:#282524;rootMSConnectorDefault:#d0d0d0;rootMSModalHeaderGradientStart:#ffffff;rootMSModalHeaderGradientEnd:#e6e8ed;rootMSModalStepBg:#e8e1ce;rootMSModalStepText:#353535;rootMSModalTitleText:#121212;rootMSModalSubtitleText:#646464;rootMSModalCloseIcon:#666;rootMSModalCloseIconHover:#f5f5f5;rootMSModalSecBtnActiveBg:#253664;rootMSModalSecBtnInactiveBg:#EEEEEE;rootMSModalSecBtnActiveText:#ffffff;rootMSModalSecBtnInactiveText:#121212;rootMSModalPrimBtnBg:#0F8741;rootMSModalPrimBtnText:#ffffff;rootMSActionBtnBg:#282524;rootMSActionBtnText:#ffffff;rootMSConfirmCancelGradientStart:rgba(198,0,0,.1019607843);rootMSConfirmCancelGradientEnd:rgba(255,255,255,0);rootMSConfirmProceedGradientStart:rgba(255,195,68,.1019607843);rootMSConfirmProceedGradientEnd:rgba(255,255,255,0);rootMSConfirmCancelBtnBg:#D32F2F;rootMSConfirmProceedBtnBg:#0F8741;drawerBadgeBg:#e6f0ff;drawerBadgeText:#0052cc;drawerSecondaryText:#4e4d4d;asnNoLink:#1544f5;asnNoText:#5e5e5e;asnInnerBoxBg:#f2f9f5;asnScrollTrack:#dce3df;asnScrollThumb:#0f8741;asnGradientOverlay:#42a16a;asnTableHeadGradientStart:rgb(230,232,237);asnTableHeadBorder:#eaeaea;asnTableRowHover:#fafafa;asnTableRowBorder:#e0e0e0;asnBtnCancelBg:#eeeeee;asnBtnCreateBg:#282524;asnStepperActive:#253664;asnStepperPending:#bdbdbd;asnStepperCompleted:#4caf50;asnHeaderGradientEnd:#e6e8ed;asnHeaderSubtitle:#646464;asnCloseBtnColor:#666666;asnCloseBtnHoverBg:#f5f5f5;asnTableHeadBorderDashes:#cfcfcf;asnInputColor:#121212;asnSwitchTrackBg:#9e9e9e;asnSwitchChecked:#1976d2}.fullscreen .react-images__blanket{z-index:1200}.apexcharts-legend-series .apexcharts-legend-marker{margin-right:8px}.scrollbar-container .ps__rail-y:hover>.ps__thumb-y,.scrollbar-container .ps__rail-y:focus>.ps__thumb-y,.scrollbar-container .ps__rail-y.ps--clicking .ps__thumb-y{background-color:#697586;width:0px}.scrollbar-container .ps__thumb-y{background-color:#697586;border-radius:6px;width:0px;right:0}.scrollbar-container.ps.ps--active-y>.ps__rail-y,.scrollbar-container>.ps.ps--active-y>.ps__rail-y{width:0px;background-color:transparent!important;z-index:999}.scrollbar-container.ps.ps--active-y>.ps__rail-y:hover,.scrollbar-container.ps.ps--active-y>.ps__rail-y.ps--clicking,.scrollbar-container>.ps.ps--active-y>.ps__rail-y:hover,.scrollbar-container>.ps.ps--active-y>.ps__rail-y.ps--clicking{width:5px;background-color:transparent}.scrollbar-container.ps.ps--scrolling-y>.ps__rail-y,.scrollbar-container.ps.ps--scrolling-x>.ps__rail-x,.scrollbar-container>.ps.ps--scrolling-y>.ps__rail-y,.scrollbar-container>.ps.ps--scrolling-x>.ps__rail-x{opacity:.4;background-color:transparent}@keyframes wings{50%{transform:translateY(-40px)}to{transform:translateY(0)}}@keyframes blink{50%{opacity:0}to{opacity:1}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-5px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-7px,0)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}90%{transform:translate3d(0,-2px,0)}}@keyframes slideY{0%,50%,to{transform:translateY(0)}25%{transform:translateY(-10px)}75%{transform:translateY(10px)}}@keyframes slideX{0%,50%,to{transform:translate(0)}25%{transform:translate(-10px)}75%{transform:translate(10px)}}@font-face{font-family:MulishRegular;src:local("MulishRegular"),url(/assets/Mulish-Regular-DZytpjqR.ttf) format("opentype");font-weight:400}.css-ni5v2i-MuiTypography-root{margin:0;font-size:.875rem;font-weight:500;color:#121926;font-family:Roboto,sans-serif;line-height:1.75;color:#fff;background-color:#166ade;padding:5px;border-radius:5px;-webkit-text-decoration:none;text-decoration:none}.css-1w1oa89-MuiList-root:after{width:0}
