: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{sdmBgColor:#122557;sdmBgColorBottomGradiant:#0c193a;sdmGroupHdColor:#fcfae5;sdmTextColor:#8f9fbc;sdmSelectedText:#f2f2f2;sdmselectedBgclr:#253664;sdmBorderLine:#8f9baf;textfieldbg:rgba(239,186,24,.0392156863);bgboxcolor:#eff1f4;disblbgcolor:#efefef;hdrgradientTop:#415486;hdrgradientBottom:#112456;hdrtoglebgColor:#455381;hdrtogleIconColor:#ffffff;hdrtogleHovrColor:#253664;hdrprofileBgColor:#435481;hdrprofileIconColor:#f5f5f5;sdmBgColor1:#075e82;sdmBgColorBottomGradiant1:#073e55;sdmGroupHdColor1:#cfcfcf;sdmTextColor1:#8fbdce;sdmSelectedText1:#f2f2f2;sdmselectedBgclr1:#1d6d8d;hdrgradientTop1:#5aa1be;hdrgradientBottom1:#095f82;hdrtoglebgColor1:#3f88a7;hdrtogleIconColor1:#ffffff;hdrtogleHovrColor1:#1d6d8d;hdrprofileBgColor1:#3f88a7;hdrprofileIconColor1:#f5f5f5;sdmBgColorMB:#121212;sdmBgColorBottomGradiantMB:#1f1f1f;sdmGroupHdColorMB:#cfcfcf;sdmTextColorMB:#dadada;sdmSelectedTextMB:#f2f2f2;sdmselectedBgclrMB:#202020;hdrgradientTop1:#1e1e1e;hdrgradientBottomMB:#191919;hdrtoglebgColorMB:#1a1a1a;hdrtogleIconColorMB:#f9f9f9;hdrtogleHovrColorMB:#191919;hdrprofileBgColorMB:#252525;hdrprofileIconColorMB:#f5f5f5;blacklabel:#282524;bgnotificn:#E16266;boxBackground1:#f8fbff;boxBackground2:#d3e3f1;primaryDark:#253664;primaryLight:#ffffff;primaryTextDark:#253664;blueMain:#1193f4;hoverColor:#294fb2;bgmassage:#A3A3CC;progress:#176ade;bgsearch:#223262;grayShade1:#f5f5f5;grayShade2:#424f5c;assigncolor:#808080;grayShade3:#515151;grayShade4:#dedfe3;grayShade5:#707070;grayShade6:#c6c6c6;timelineInactive:#d0d0d0;orangeShade:#f26f26;aciveGreen:#04bc50;stepperCompleted:#4caf50;blackColor:#000000;blackShade1:#151515;grayShade7:#787878;modalHeaderStepBg:#e8e1ce;modalHeaderStepText:#353535;milestoneStepText:#08652F;milestoneCheckBg:#eef7f2;milestoneBorderCompleted:#d4edda;milestoneBorderDefault:#e9ecef;linkBlue:#1544f5;milestoneInputBg:#fafafa;milestoneInputHover:#f5f5f5;deliveryAlertBg:rgba(239,186,24,.0705882353);deliveryAlertText:#121212;milestoneSecondaryText:#505050;neutralGray:#9e9e9e;buttonGrayBg:#EEEEEE;inputvalue:#747474;optiontext:#4e4e4e;grayShade8:#e6e8ed;notificnicon:rgba(237,152,106,.1490196078);notificnicon2:rgba(225,98,102,.1490196078);notificnicon3:rgba(163,163,204,.1490196078);notifBgGrey:rgba(128,128,128,.1294117647);notifTextBlack:rgba(0,0,0,.6392156863);notifBorder:#E0E0E0;notifUnreadDot:rgba(0,128,0,.6117647059);notifTimeText:#6C6C6C;notifDetailBorder:rgba(112,112,112,.4);lightGreen1:#ecf6f0;darkGreen1:#0f8741;lightYellow1:#f9f4e5;darkYellow1:#c89700;lightGray1:#f2f2f2;darkGray1:#7b7b7b;lightBlue1:#ecf7ff;darkBlue1:#1193f4;lightRed1:#fbebeb;darkRed1:#aa0000;lightOrange:#f9f4e5;darkOrange:#c89700;paper:#fcfcfc;lightBgBlue:#a2c3e6;lightBgGray:rgba(202,202,202,.6196078431);lightBgRed:#e8a2a0;lightBgDarkBlue:#0d47a1;paperLight:#fefefe;paperMain:#fdfdfd;timelineseprtr:#4cbf22;boxbackground:#f8f9fa;copyright:#121212;pickSub:#646464;iconbg1:#ED986A;primary200:#8080c0;primaryMain:#282524;primary800:#8080c0;primary100:#605fae;secondaryLight:#d8d6dd;secondary200:#8b859a;secondaryMain:#645d78;secondaryDark:#3d3456;secondary800:#8b859a;secondary100:#6e6e6e;morebg:#e5e7ec;successLight:#b9f6ca;success200:#69f0ae;successMain:#00e676;successDark:#00c853;errorLight:#ef9a9a;errorMain:#f44336;errorDark:#c62828;redDelete:#be001f;validationerror:#f54d4f;orangeLight:#fbe9e7;orangeMain:#ffab91;orangeDark:#d84315;warningLight:#fff8e1;warningMain:#ffe57f;warningDark:#ffc107;servicebox:#112557;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;headingClr:#9a9a9a;greyNewBorder:#707070;greyUnderLine:#dedfe3;greyBoderBox:#787878;borderBoxColor:#e3e3e3;ShadedTextColor:#6f6f6f;disableBorder:#b0b0b0;darkPaper:#111936;darkBackground:#1a223f;boxcolor:#eaeaea;themelight:#46dabe;notchedborder:#294fb2;darkLevel1:#29314f;darkLevel2:#212946;darkTextTitle:#d7dcec;darkTextPrimary:#bdc8f0;darkTextSecondary:#8492c4;textUnSelectTab:#424f5c;textPlaceholder:#151515;textBtnColorBlue:rgba(37,54,100,.8509803922);bgColorgreyBtn:#f6f6fb;darkPrimaryLight:#eef2f6;darkPrimaryMain:#2196f3;darkPrimaryDark:#1e88e5;darkPrimary200:#90caf9;darkPrimary800:#1565c0;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:#3498db;statusSend:#26ae60;lightGreen:#edf6f0;lightGray:#f2f2f2;hoverLink:#086ad8;statusTextRaised:#9c5b1c;statusTextCreate:#1193f4;statusTextInprogress:#c89700;statusTextComplete:#0f8741;statusTextCompleted:#0f8741;statsTextPending:#c79600;statsTextGateIn:#1193f4;statusTextReject:#aa0000;statusTextSubmitted:#790c66;statusTextNew:#1193f4;statusTextExpired:#7b7b7b;statusTextApproved:#0f8741;statusTextActive:#0f8741;statusTextOpen:#1193f4;statusTextClosed:#aa0000;statusTextSend:#0f8741;statusTextVerified:#0f8741;statsTextVendorSelection:#7136ad;statsTextQuoteCreation:#002179;statsTextRFPcreation:#0c66cc;statsTextYetToBeAuthorize:#c89700;statsTextAuthorized:#6e5204;statsTextHold:#7b7b7b;statsTextVerification:#1193f4;statsTextBooking:#0c66cc;statsTextExecution:#c89700;statusTextArrived:#0c66cc;statusTextInvoicing:#1193f4;statusTextBlocked:#ec6f30;TableStatusRaised:#fff3e1;TableStatusCreate:#ecf7fe;TableStatusInprogress:#f9f4e5;TableStatusComplete:#ecf6f0;TableStatusCompleted:#ecf6f0;TableStatsPending:#f9f4e5;TableStatsGateIn:#ecf7fe;TableStatusReject:#fbebeb;TableStatusSubmitted:#f1e6ef;TableStatusNew:#ecf7ff;TableStatusExpired:#f2f2f2;TableStatusApproved:#ecf6f0;TableStatusActive:#ecf6f0;TableStatusOpen:#ecf7fe;TableStatusClosed:#fbebeb;TableStatusSend:#ecf6f0;TableStatusVerified:#ecf6f0;TableStatusCreated:#dae9ff;TableStatusVendorSelection:#f0eaf7;TableStatusQuoteCreation:#e5e8f1;TableStatusRFPcreation:#e6effa;TableStatusYetToBeAuthorize:#f9f4e5;TableStatusAuthorized:#f0ede5;TableStatusHold:#f2f2f2;TableStatusVerification:#e7f4fe;TableStatusBooking:#e6effa;TableStatusExecution:#f9f4e5;TableStatusArrived:#e6effa;TableStatusInvoicing:#f9f4e5;TableStatusBlocked:#fdf0ea;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;textLightClr:#a2a2a2;textLight:#767676;TextIconClr:#5757ab;head1clr:#6f7389;boxtext:#000000;textred:#ff0f17;textnew:#a6a6a6;inputcolor:#8d8d8d;cardHeadColor:#444444;boxTotal:#e1e1e7;boxPending:#e2e2e7;boxCompleted:#dee6e5;boxClosed:#ece3e8;boxShadow:rgba(0,0,0,.1607843137);boxNewBg:rgba(255,178,87,.1803921569);boxDebitBg:#fff2f4;boxCreditBg:#ebf6e6;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);borderColordsbd:#c4c4c4;progresscolor:#019a41;progresscomplte:#253664;dashboardcolor:#5f666c;bordercommonColor:#dcdcdc;BoxborderLight:rgba(18,37,87,.4);hoverbgColor:rgba(8,106,216,.1411764706);textColor:#818181;borderColors:rgba(112,112,112,.2509803922);colorls:#dddddd;coloredIcn:#1293f4;vendorCrl:#e9af10;boxShade1:#429fd7;boxbgColor:#324354;deletebtn:#e64553;editbtn:#a1a1a1;editbtnPick:#122557;yellowshade:rgba(239,186,24,.0509803922);DshbrdBorder:rgba(231,230,230,.8901960784);dashYellow1:#e1a63b;boxWhite:rgba(254,254,254,0);darkBtnColor:#43527a;disableBtnBg:#e9e9e9;lightblueColor:#f2f7fd;warningModalGradient1:rgba(255,195,68,.1019607843);warningModalGradient2:rgba(255,195,68,.2);modalGradientTransparent:rgba(255,255,255,0);backdropColor:rgba(0,0,0,.08);lightGray2:#f3f3f3;shadowHover:#d9d9d9;borderDashed:#dbdbdb;bgUpload:#f5f8ff;vendorSelectedBg:#f3f9f5;vendorUnselectedBg:#f7f7f7;vendorSwitchTrack:#0F8741;vendorHeaderTitle:#121212;vendorHeaderSubtitle:#646464;vendorInventoryBg:#fcfcfc;vendorInventoryText:#151515;vendorAsterisk:red;vendorCancelBg:#EEEEEE;vendorCancelHover:#DDDDDD;vendorCancelDisabledBg:#F5F5F5;vendorCancelDisabledText:#999999;vendorProceedBg:#122557;vendorProceedText:#FFFFFF;vendorProceedHover:#0D1A3F;vendorProceedDisabledBg:#cccccc;vendorProceedDisabledText:#666666;vendorDivider:#eeeeee;vendorBorder:#1f2d57;switchCheckBgDark:#177ddc;switchTrackDark:rgba(255,255,255,.35);switchThumbShadow:rgba(0,35,11,.2);serviceHeaderDivider:#eeeeee;errorRowBg:#fff0f0;errorRowHover:#ffe0e0;soSelectionBg:#f0f8ff;soSelectionHover:#e6f3ff;soRowHover:#f5f5f5;tableDelete:#B20101;tableEdit:#222222;accrualBlue:#1193f4;neutralGrey:#7b7b7b;invoicedGreen:#008000;filterborder:#f9fbff;filterbg:#e6e6e6;border1:rgba(0,0,128,.6);tableHeadNew:rgba(37,54,100,.1098039216);borerblue:rgba(37,54,100,.6);lightborer:rgba(0,0,0,.1411764706);primaryDarkTheme1:#000080;primaryDarkTheme2:#1e1e50;primaryDarkTheme3:#176ade;primaryDarkTheme4:#1c7599;primaryDarkTheme5:#3498db;primaryDarkTheme6:#ffffff;primaryDarkTheme7:#ffffff;primaryDarkTheme8:#ffffff;primaryDarkTheme9:rgba(255,0,0,.1019607843);boardDate:rgba(37,54,100,.1098039216);useLightBlueShade1:#e6e7f0;partiesbox1:rgba(0,0,0,.031372549);usedBlackText:#121212;useGrayMain:#707070;primaryMainDark:#133e8d;headerColor:#e8e8e8;BoxHead:rgba(18,18,18,.0509803922);primaryDarkThemeMB1:#121212;primaryDarkThemeMB2:#ffffff;chipMain:#323232;optLigText:#868686;costTitle:#606060;vendTitle:#086ad8;suppTitle:#575757;margColor:#b83a3a;amountCol:#0f8741;detTitle:#181818;detTabCell:#253664;chipbgclr:#e5e5f2;subCopyright:#222222;DueColor:#ca2121;DueBoxColor:rgba(202,33,33,.3098039216);DueStatusColor:rgba(202,33,33,.1215686275);cancelRed:#d13131;cargoBadgeBg:#ebeef6;addressGreyBg:#f5f5f5;addressIconGrey:#757575;addressTextDark:#333;addressInputTextReadOnly:#666;tableScrollbarTrack:#dce3df;tableRowAltBg:#eaf5ef;errorTextDark:#121926;errorButtonBg:#253664;greyBorder80:#808080;useLightGreen:#f2f9f5;useMainGreen:#0f8741;asnSummaryBg:#f2f9f5;asnSummaryGradientGreen:#42a16a;asnSummaryScrollbarTrack:#dce3df;asnSummaryScrollbarThumb:#0f8741;asnSummaryScrollbarHover:rgba(0,0,0,.5);tableHeaderSeparator:#cfcfcf;syncGradientBlue:rgba(64,128,254,.0901960784)}.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:ProximaNovaRegular;src:local("ProximaNovaRegular"),url(/assets/ProximaNovaRegular-6iL5fLYO.otf) format("opentype");font-weight:400}@font-face{font-family:MulishRegular;src:local("MulishRegular"),url(/assets/Mulish-Regular-DZytpjqR.ttf) format("truetype");font-weight:400;font-style:normal}.css-ni5v2i-MuiTypography-root{margin:0;font-size:.875rem;font-weight:500;color:#121926;font-family:Roboto,sans-serif;line-height:1.75;background-color:#166ade;padding:5px;border-radius:5px;-webkit-text-decoration:none;text-decoration:none}.css-1w1oa89-MuiList-root:after{width:0}
