@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;500;600;700;800&display=swap);.Toastify__toast-container{z-index:9999;-webkit-transform:translateZ(9999px);position:fixed;padding:4px;width:320px;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:translateX(-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:translateX(-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-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:800px;overflow:hidden;font-family:sans-serif;cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--dark{background:#121212;color:#fff}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.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--default{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{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:9999;opacity:.7;background-color:hsla(0,0%,100%,.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:auto;transform-origin:right}.Toastify__progress-bar--default{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}.Toastify__progress-bar--dark{background:#bb86fc}@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--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}#body{font-family:Roboto,sans-serif;margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#e5e5e5}#appBar.MuiAppBar-colorPrimary{background-color:#000;height:3rem}#appBar .MuiToolbar-regular{min-height:48px}.MuiDrawer-paper .MuiIconButton-root{color:#636363}.listSidebar{overflow-y:auto}.listSidebar .MuiListItem-gutters{padding-left:1.5rem}.content{width:calc(100% - 300px);float:right;padding:1.25rem;margin-top:4rem}.connect-amazon{min-height:47.5rem;border-radius:.375rem;overflow-y:auto}.connect-amazon .store-name .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#000}.connect-amazon .store-name .MuiFormLabel-root.Mui-focused{color:#000}.connect-amazon .pb-75{color:#000;font-size:2.25rem;font-family:Roboto,sans-serif;font-weight:400;letter-spacing:0}.connect-amazon .region{cursor:pointer;position:relative;border:1px solid #edebe9}.connect-amazon .region .flags{min-height:10.625rem}@media (max-width:1480px){.connect-amazon .region .flags{min-height:13.4375rem}}@media (max-width:1280px){.connect-amazon .region .flags{min-height:7.1875rem}}.connect-amazon .region .flags .flag-img{margin:.3125rem .625rem}.connect-amazon .region .MuiCheckbox-root{position:absolute;right:0}.connect-amazon .region .MuiCheckbox-root.MuiCheckbox-colorSecondary.Mui-checked{color:#000}.connect-amazon .region.selected{border:1px solid #000}.connect-amazon .region.selected .checkChange{background-color:#000;color:#fff}.connect-amazon .amazon{margin-top:1.875rem;margin-bottom:1.25rem;font-size:1rem;font-weight:600}.connect-amazon .goAmazon{font-size:1rem;margin-bottom:.625rem}.bottom-header .deleteModal .filled:hover,.bottom-header .filled,.bottom-header .success .filled:hover,.deleteModal .bottom-header .filled:hover,.success .bottom-header .filled:hover{background-color:#000;color:#fff}.bottom-header .filled:hover{background-color:#000}.layout{display:-webkit-box;display:-ms-flexbox;display:flex}.layout .makeStyles-drawer-1 .MuiDrawer-docked .makeStyles-drawerPaper-5{margin-top:3.9375rem}.layout .MuiButton-outlinedSizeSmall{margin:.9375rem 0}.Mui-selected .MuiListItemIcon-root,.Mui-selected .MuiListItemText-root{color:#000}#customized-menu .MuiMenu-paper{margin-top:.625rem}#customized-menu .MuiMenu-list{padding-top:0;padding-bottom:0}.addAccount{border:2px solid #718690;cursor:pointer;padding:4.125rem 0}.addAccount .MuiSvgIcon-root{color:#bab5b5}.addAccount .MuiTypography-h6{color:#bab5b5;font-size:1.5rem;font-family:Roboto,sans-serif;font-weight:400}.selectAccount{cursor:pointer;border:2px solid #718690;padding:.9375rem 2.1875rem}.selectAccount .marketPlace,.selectAccount .name{color:#646464;font-size:.875rem;font-family:Roboto,sans-serif;font-weight:300}.selectAccount .region{color:#646464;font-size:1.125rem;font-family:Roboto,sans-serif;font-weight:400}.selectAccount .MuiCheckbox-colorSecondary.Mui-checked{color:#6bb700}.selectAccount .smallFlag{width:1.625rem;margin:.25rem}.selectAccount .action.MuiButton-text{color:#646464;font-size:.875rem;font-family:Roboto,sans-serif;font-weight:400;padding:0 .5rem}.table{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:100%;background-color:#fff}.table .MuiInputBase-input{border:1.5px solid #ededed}.table .MuiTab-root{color:#000;font-size:.875rem;font-family:Roboto,sans-serif;font-weight:400}.table .MuiAppBar-positionStatic{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.table .tabs .MuiAppBar-colorDefault{background-color:#fff}.inviteOther{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:5rem}.inviteOther .MuiButton-label{color:#000;font-size:.875rem;font-family:Roboto,sans-serif;font-weight:400}.inviteOther .MuiButton-startIcon{color:#000}.productModal{background-color:#fff}.productModal .headingModal{color:#000;font-size:1.25rem;font-family:Roboto,sans-serif;font-weight:400}.productModal .crossBox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1rem}.productModal .inputs{padding:1.875rem .9375rem}.productModal .inputs .MuiTextField-root{margin-bottom:2.1875rem}.productModal .submitButton{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:1rem}.productModal .submitButton .btn-save{background-color:#000;color:#fff;padding:.5rem 2.1875rem;margin-right:.9375rem}.productModal .submitButton .btn-save:hover{background-color:#000}.productModal .submitButton .btn-cancel{border:1 solid #263238;color:#000;padding:.5rem 2.1875rem}.productModal .submitButton .btn-cancel:hover{border:1 solid #263238}.cursor{cursor:pointer}.multiple .MuiFormControl-root{width:100%}.product{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;background-color:#fff}.product .MuiAppBar-colorPrimary{color:inherit;background-color:#fff;-webkit-box-shadow:none;box-shadow:none}.product .MuiAppBar-colorPrimary .MuiInputBase-input{border:1.5px solid #ededed}.product .import .MuiButton-startIcon{color:#000}.customers{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;background-color:#fff}.drawerForm{padding:1.25rem}.drawerForm:not(:has(.m-0)) .MuiFormControl-fullWidth{margin-bottom:1.25rem}.drawerForm .MuiOutlinedInput-root.Mui-focused:not(.Mui-error) .MuiOutlinedInput-notchedOutline{border-color:#000}.drawerForm .MuiAutocomplete-root{width:100%}.drawerForm .MuiFormLabel-root.Mui-focused{color:#000}#panel1a-header .MuiAccordionSummary-root{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.collapse{border:1px solid rgba(151,164,186,.28);width:100%;border-radius:.375rem}.collapse .MuiAccordion-root{position:unset}.collapse .collapseHeading{color:#7c828d;font-size:1rem;font-family:Roboto,sans-serif;font-weight:300}.collapse .MuiAccordionSummary-root{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.collapse .MuiAccordionSummary-root .MuiIconButton-label .MuiSvgIcon-root{color:#000}.collapse .MuiAccordionSummary-root .MuiAccordionSummary-expandIcon.Mui-expanded{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.collapse .innerList{padding-left:1.3125rem;padding-top:0;padding-bottom:0}.collapse .innerList .MuiListItem-root{padding-top:0;padding-right:0;color:#7c828d;font-size:1rem;font-family:Roboto,sans-serif;font-weight:300;cursor:pointer;padding-bottom:0}.collapse .innerList .MuiListItem-root .MuiListItemText-root{margin-right:.75rem}.collapse .MuiPaper-elevation1{-webkit-box-shadow:none;box-shadow:none}.collapse .text-right{text-align:right}.collapse .py-16{padding:.4375rem 1.25rem .4375rem 1.5rem;color:#212121}.selectOption .MuiFormLabel-root{font-size:.875rem}.selectOption .MuiOutlinedInput-input{padding:.875rem}.selectOption .MuiInputLabel-formControl{top:-.25rem}.w-100{width:100%}.productTable{border:1px solid rgba(151,164,186,.28);width:100%;border-radius:.375rem}.productTable .highcharts-axis-title,.productTable .highcharts-credits{display:none}.accounts{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;background-color:#fff}.accounts .addAccount .MuiSvgIcon-root{color:#000}.accounts .connected{background:#d6f3e9;color:#34c38f;padding:.1875rem .875rem;border-radius:3.125rem;font-size:.6875rem}.accounts .not-connected{color:#347fee;text-decoration:underline;cursor:pointer}.success{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:calc(100vh - 110px)}.success .heading{margin-bottom:.3125rem}.success .heading,.success .successHeading{color:#000;font-size:2rem;font-family:Roboto,sans-serif;font-weight:700}.success .lower-heading{color:#32394e;font-size:.875rem;font-family:Roboto,sans-serif;font-weight:300;margin-bottom:.5rem}.success .accountButton{margin-bottom:.9375rem}.success .accountButton button{margin:0 .625rem}.success .filled,.success .filled:hover{background-color:#000;color:#fff;padding:.3125rem 3.125rem}.deleteModal .filled,.deleteModal .filled:hover{background-color:#000;color:#fff;margin-right:1.25rem}.deleteModal .heading{color:#201f1e;font-size:1.5rem;font-family:Roboto,sans-serif;font-weight:700;padding-top:1.875rem;padding-bottom:0}.deleteModal .modalText{color:#32394e;font-size:.875rem;font-family:Roboto,sans-serif;font-weight:300;padding:.1875rem 0}.textSmall{font-size:.625rem}.textSmall.changeColor{color:#0052cc;padding:0 .125rem}.colorChange{color:#6bb700}.textDanger{color:#cd4b52}.mr-2{margin-right:.3125rem}.importStepper{width:55%;background-color:#fff;padding:2% 0}.importStepper .stepperClose{background-color:#000;color:#fff}.importStepper .selectType{color:#212121;font-size:.875rem;font-family:Roboto,sans-serif;font-weight:300}.importStepper .importButton,.importStepper .importButton:hover{background-color:#000;color:#fff;width:100%;margin-top:.9375rem;margin-bottom:1.25rem}.importStepper .disabled,.importStepper .disabled:hover{background-color:#eaeaf0;color:#afafaf;width:100%;margin-top:.9375rem;margin-bottom:1.25rem}.importStepper .centerText{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:65%;margin:0 auto}.importStepper .fileUpload{width:27.75rem;height:12.8125rem;border:3px dashed rgba(157,166,196,.71)}.importStepper .fileUpload,.importStepper .fileUpload:hover{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.importStepper #w-100{min-width:145px;margin-bottom:.625rem}.importStepper #w-100 .MuiInputLabel-formControl{top:4px}.importStepper #w-100 .MuiFormLabel-root{font-size:.875rem}.importStepper .mb-20{margin-bottom:1.25rem}.importStepper .colorCaption{margin-top:.625rem}.importStepper .colorCaption,.importStepper .listView__tr{color:#757575;font-size:.625rem}.importStepper .successUpload{text-align:center}.importStepper .successUpload .fileSuccess{margin-top:1.25rem;margin-bottom:.625rem;color:#212121;font-size:1.25rem;font-family:Roboto,sans-serif;font-weight:700}.importStepper .successUpload .successPara{color:#757575;font-size:.875rem;font-family:Roboto,sans-serif;font-weight:300}.no-product,.progress{position:absolute;left:50%;right:50%}.no-product{right:0}.tabTable .MuiBox-root{padding:0}.ml-20{margin-left:1.25rem}.h-100vh{height:calc(100vh - 193px)}.h-100vh .MuiTableCell-sizeSmall{padding:6px 0}#panel1a-header{padding:0 1.125rem 0 0}.product-small-image{height:40px;width:40px}.current-store-dropdown-main .MuiOutlinedInput-input{padding:14px}#daterangepicker .activeNotifier,#daterangepicker .fromDateHourContainer{display:none}#daterangepicker .buttonContainer{position:unset;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}#daterangepicker .buttonContainer .applyButton{background-color:#000!important;border:none}.custom-accordion{padding-left:35px;padding-right:18px}.MuiTablePagination-toolbar{border-top:1px solid #dedbdb}.userProfile:hover{opacity:.5}.selectedFilterStyle{display:none!important}.flex-center{display:flex;align-items:center}.avd-logo{border:1px solid #000;border-radius:10px;padding:10px}#combo-box-demo{border:none;padding:6px!important}.disabled input{color:rgba(0,0,0,.3)}.marketplaceModal{border-radius:5px;padding:10px}.marketplace-item{width:500px}.status-item{width:800px}.flag-container>img,.item-flag-container>img{margin-right:20px}.status-item-p{text-align:left}.item-search-container{display:flex;align-items:center;justify-content:space-between;padding:1.25rem}.item-search-container .btn-search{background-color:#000;color:#fff;padding:.5rem 2.1875rem;margin-right:.9375rem;margin-left:40px}.item-search-container .MuiOutlinedInput-input{padding:.875rem}.item-search-container .btn-search:hover{background-color:#000}.code-verify-container{width:auto!important}.regular{font-weight:400!important}.medBold{font-weight:500!important}.semiBold{font-weight:600!important}.bold{font-weight:700!important}.extraBold{font-weight:800!important}.animate{transition:.3s ease}.pointer{cursor:pointer}.progress{cursor:progress}.relative{position:relative}.textCenter{text-align:center}.textLeft{text-align:left}.textRight{text-align:right}.textJustifyInter{text-align:justify;text-justify:inter-word}.x100{width:100%}.active{border-bottom:2px solid var(--purple);color:var(--purple)}.tag{padding:5px 10px;margin:10px 0}.shadow{box-shadow:0 0 11px rgba(237,232,237,.5);-webkit-box-shadow:0 0 11px rgba(237,232,237,.5);-moz-box-shadow:0 0 11px rgba(237,232,237,.5)}.flex{display:flex}.inline{display:inline}.flexInline{display:inline-flex}.flexRightCenter{display:flex;justify-content:right;align-items:center}.flexLeftCenter{display:flex;justify-content:left;align-items:center}.flexColumn{display:flex}.flexColumn,.nullColumn{flex-direction:column}.flexColumnReverse{display:flex}.flexColumnReverse,.nullColumnReverse{flex-direction:column-reverse}.flexRow{display:flex}.flexRow,.nullRow{flex-direction:row}.flexCenter{align-items:center}.flexCenter,.flexCenterStart{display:flex;justify-content:center}.flexCenterStart{align-items:flex-start}.flexSBCenter,.flexSBNull{display:flex;justify-content:space-between}.flexSBCenter{align-items:center}.flexSACenter{align-items:center}.flexSACenter,.flexSANull{display:flex;justify-content:space-around}.flexSECenter,.flexSENull{display:flex;justify-content:space-evenly}.flexSECenter{align-items:center}.flexCenterNull{display:flex;justify-content:center}.flexNullCenter{display:flex;align-items:center}.flexNullEnd{display:flex;align-items:end}.flexEndNull{display:flex}.flexEndCenter,.flexEndNull,.nullEndNull{justify-content:flex-end}.flexEndCenter{display:flex;align-items:center}.flexStartCenter,.flexStartNull{display:flex;justify-content:flex-start}.flexStartCenter{align-items:center}.flexWrap{display:flex}.flexWrap,.nullWrap{flex-wrap:wrap}.nullNoWrap{flex-wrap:nowrap}.flex1{flex:1}.flex-auto{flex:0 1 auto}.flex-100{flex:0 1 100%}.flex-1-auto{flex:1 1 auto}.flex-1-50{flex:1 1 50%}.flex-50{flex:0 1 50%}.flex-45{flex:0 1 45%}.flex-0-1-12{flex:0 1 12%}.flex-0-1-45{flex:0 1 45%}.flex-0-1-50{flex:0 1 50%}.flex-0-1-55{flex:0 1 55%}.flex-0-1-65{flex:0 1 65%}.font11{font-size:.688rem!important}.font12{font-size:.75rem!important}.font13{font-size:.813rem!important}.font14{font-size:.875rem!important}.font15{font-size:.938rem!important}.font18{font-size:1.125rem!important}.font20{font-size:1.25rem!important}.font25{font-size:1.563rem!important}.font30{font-size:1.875rem!important}.font40{font-size:2.5rem!important}.font60{font-size:3.75rem!important;line-height:4.5rem!important}.p-0{padding:0!important}.pl10{padding-left:10px}.p-1{padding:.3125rem}.padding-icons5>a,.paddingLR5{padding:0 5px}.padding-icons10>a{padding:0 .3125rem}.m-0{margin:0!important}.ml-1{margin-left:.3125rem!important}.light{background-color:var(--white)!important;color:var(--black)!important}.lightNoShadow{background-color:var(--white);color:var(--black);box-shadow:none}.darkColor{color:var(--darkPurple)}.purpleColor{color:var(--purple)}.orangeColor{color:var(--orange)}.lightColor{color:var(--white)}.coralColor{color:var(--coral)}.greenColor{color:var(--green)}.greyColor{color:var(--grey)}.whiteColor{color:var(--white)}.darkBg{background-color:var(--darkPurple)}.purpleBg{background-color:var(--purple)}.orangeBg{background-color:var(--orange)}.lightBg{background-color:var(--light)}.coralBg{background-color:var(--coral)}.greenBg{background-color:var(--green)}.greyBg{background-color:var(--grey)}.whiteBg{background-color:var(--white)}.blueBg{background-color:var(--darkBlue)}:root{--darkBlue:#3d4afe;--blue:#1e90ff;--white:#fff;--darkPurple:#0b093b;--lightPurple:#9a80ff;--purple:#7620ff;--strangePurple:#727de9;--black:#000;--orange:#f2b300;--coral:#c4ffff;--green:#49cb86;--grey:#707070;--lightGrey:#666;--light:#f5f5f5}