.input{-webkit-appearance:none;appearance:none;background:#f2f2f2;border:0;border-radius:4px;box-sizing:border-box;font-family:SulSans,sans-serif;font-size:18px;margin:0;max-width:100%;padding:16px;vertical-align:middle}.input::-webkit-search-decoration{-webkit-appearance:none;appearance:none}.input::-ms-expand{display:none}.input:focus{outline:none}.input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none}.input[disabled]{background:#f2f2f2}.input--block{width:100%}.input--error{border:.5px solid #ef5753}.outlined-label-wrap{position:relative}.outlined-label{display:block;font:inherit;line-height:1;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-user-select:none;user-select:none;width:100%;z-index:1500}.outlined-label-field{display:block;font:inherit;position:relative;width:100%;z-index:2000}.outlined-label-field+.outlined-label{color:#a6a6a6;display:inline-block;margin:0;padding:.75em;position:absolute;-webkit-transform-origin:0 0;transform-origin:0 0;transition:opacity .25s,padding .25s ease-in-out,-webkit-transform .25s;transition:transform .25s,opacity .25s,padding .25s ease-in-out;transition:transform .25s,opacity .25s,padding .25s ease-in-out,-webkit-transform .25s;width:auto}.outlined-label-field:focus,.outlined-label-field:not(:placeholder-shown){border-color:#dcdcdc}.outlined-label-field:focus+.outlined-label,.outlined-label-field:not(:placeholder-shown)+.outlined-label{background-color:#fff;color:#a6a6a6;margin-left:11px;padding:0 5px;top:1.5em;-webkit-transform:translateY(-2em) scale(.9);transform:translateY(-2em) scale(.9);z-index:2500}.outlined-label-field:not(textarea){max-height:4em}.outlined-label-field::-webkit-input-placeholder{color:transparent}.outlined-label-field::placeholder{color:transparent}.outlined-label-field--border{background-color:initial;border:1px solid #dcdcdc;border-radius:5px;transition:border-color .25s ease-in-out}.button{align-items:center;background:#ea1d2c;border:1px solid #ea1d2c;border-radius:5px;color:#fff;cursor:pointer;display:inline-flex;font-family:SulSans,sans-serif;font-size:18px;min-height:48px;outline:none;overflow:hidden;padding:8px 16px;position:relative;transition:background-color .2s ease-in-out,color .2s ease-in-out,border-color .2s ease-in-out;vertical-align:middle}.button>span{margin:0 8px}.button svg{vertical-align:middle}.button--disabled{background:#dcdcdc!important;border:none!important;color:#a6a6a6!important;cursor:auto!important}.button--success{border-color:#50a773;color:#50a773}.button--warning{border-color:#ea1d2c;color:#ea1d2c}.button--danger{border-color:#ff7752;color:#ff7752}.button--muted{background:#dcdcdc;border-color:#dcdcdc;color:#a6a6a6}.button--white{background:#fff;border-color:#f2f2f2;color:#3e3e3e}.button--block{justify-content:center;width:100%}.button--block-spaced{justify-content:space-between;width:100%}.button--fill{color:#fff}.button--fill.button{background:#2e6788}.button--fill.button--success{background:#50a773}.button--fill.button--warning{background:#ea1d2c}.button--fill.button--danger{background:#ff7752}.button--fill.button--facebook{background:#315f9e}.button--fill.button--loading{background:#fff}.button--small{min-height:32px;padding:4px 8px}.button--thin{border-width:1px}.button--loading{background-color:#fff;border-color:#909090;color:transparent;cursor:default;opacity:.5;position:relative}.button--loading:after{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;border:3px solid #8e8e8e;border-bottom-color:transparent;border-radius:50%;bottom:0;content:" ";height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.modal-wrapper{align-items:center;display:flex;height:100vh;justify-content:center;position:fixed;top:0;width:100vw;z-index:150}.modal-wrapper>.modal-backdrop{background-color:#3e3e3e40;content:"";height:100%;position:absolute;width:100%;z-index:auto}.modal-wrapper>.modal{background-color:#fff;border-radius:6px;display:inline;display:initial;margin:0 16px;max-height:90vh;min-width:250px;overflow-y:auto;padding:24px;position:relative;z-index:10}.modal-wrapper>.modal>.modal__close{color:#ea1d2c;cursor:pointer;font-size:16px;position:absolute;right:16px;top:16px}.modal-wrapper>.modal>.modal__back{color:#ea1d2c;cursor:pointer;font-size:16px;left:24px;position:absolute;top:46px}.modal-wrapper>.modal>.modal__title{font-size:24px;font-weight:500;font-weight:700;line-height:32px;margin:0;width:calc(100% - 24px)}@media (max-width:600px){.modal-wrapper>.modal>.modal__title{font-size:18px}}.modal-wrapper>.modal>.modal__body{margin-top:24px}.typography{color:#3e3e3e;font-weight:400}.typography.typography--block{display:block}.typography.typography--thin{font-weight:300}.typography.typography--regular{font-weight:500}.typography.typography--bold{font-weight:700}.typography.typography--offwhite{color:#f7f7f7;font-size:45px}.typography.typography--white{color:#fff}.typography.typography--lightgrey{color:#f2f2f2}.typography.typography--regulargrey{color:#dcdcdc}.typography.typography--mediumgrey{color:#a6a6a6}.typography.typography--heavygrey{color:#717171}.typography.typography--ifood{color:#ea1d2c}.typography.typography--avocado{color:#50a773}.typography.typography--blueberry{color:#2e6788}.typography.typography--mustard{color:#e7a74e}.typography.typography--orange{color:#ff7752}.typography.typography--bubblegum{color:#fcebea}.link{color:#ea1d2c;display:inline-block;text-decoration:underline}.ripple{bottom:0;left:0;position:absolute;right:0;top:0}.ripple span{-webkit-animation-duration:1.2s;animation-duration:1.2s;-webkit-animation-name:ripple;animation-name:ripple;background-color:#a6a29f;border-radius:100%;opacity:.75;position:absolute;-webkit-transform:scale(0);transform:scale(0)}@-webkit-keyframes ripple{to{opacity:0;-webkit-transform:scale(2);transform:scale(2)}}@keyframes ripple{to{opacity:0;-webkit-transform:scale(2);transform:scale(2)}}.list-item{margin-bottom:16px;padding:16px;transition:all .2s ease-in-out}.list-item:last-child{margin-bottom:0}.list-item--border{border:1px solid #f2f2f2;border-radius:4px}.list-item--active,.list-item--hover:hover{border-color:transparent;box-shadow:0 4px 10px rgba(0,0,0,.05),0 4px 16px rgba(0,0,0,.08);color:#3e3e3e}.list-item--clickable{cursor:pointer;overflow:hidden;position:relative}.list{list-style:none;margin:16px 0;padding:0}.list--horizontal{margin:0 auto}.list--horizontal li{display:inline-block;margin:0}*{box-sizing:border-box}.flex-grid{display:flex;margin:0 -.5em}.flex-grid--wrap{flex-wrap:wrap;margin:0 auto;max-width:1366px}.flex-grid--direction-row{flex-direction:row}.flex-grid--direction-row-reverse{flex-direction:row-reverse}.flex-grid--direction-column{flex-direction:column}.flex-grid--direction-column-reverse{flex-direction:column-reverse}.flex-grid--justify-flex-start{justify-content:flex-start}.flex-grid--justify-flex-end{justify-content:flex-end}.flex-grid--justify-center{justify-content:center}.flex-grid--justify-space-between{justify-content:space-between}.flex-grid--justify-space-around{justify-content:space-around}.flex-grid--align-flex-start{align-items:flex-start}.flex-grid--align-flex-end{align-items:flex-end}.flex-grid--align-center{align-items:center}.flex-grid--align-baseline{align-items:baseline}.flex-grid--align-stretch{align-items:stretch}.flex-grid__item{flex:0 0 auto;min-width:0;padding:0 .5em}.flex-grid__item--grow{flex-grow:1}.flex-grid__item--shrink{flex-shrink:1}.flex-grid__item--flex{display:flex}.flex-grid__item--align-flex-start{align-self:flex-start}.flex-grid__item--align-flex-end{align-self:flex-end}.flex-grid__item--align-center{align-self:center}.flex-grid__item--align-baseline{align-self:baseline}.flex-grid__item--align-stretch{align-self:stretch}@media screen and (min-width:0){.flex-grid__item--xs-1{width:8.33333%}.flex-grid__item--xs-2{width:16.66667%}.flex-grid__item--xs-3{width:25%}.flex-grid__item--xs-4{width:33.33333%}.flex-grid__item--xs-5{width:41.66667%}.flex-grid__item--xs-6{width:50%}.flex-grid__item--xs-7{width:58.33333%}.flex-grid__item--xs-8{width:66.66667%}.flex-grid__item--xs-9{width:75%}.flex-grid__item--xs-10{width:83.33333%}.flex-grid__item--xs-11{width:91.66667%}.flex-grid__item--xs-12{width:100%}}@media screen and (min-width:480px){.flex-grid__item--sm-1{width:8.33333%}.flex-grid__item--sm-2{width:16.66667%}.flex-grid__item--sm-3{width:25%}.flex-grid__item--sm-4{width:33.33333%}.flex-grid__item--sm-5{width:41.66667%}.flex-grid__item--sm-6{width:50%}.flex-grid__item--sm-7{width:58.33333%}.flex-grid__item--sm-8{width:66.66667%}.flex-grid__item--sm-9{width:75%}.flex-grid__item--sm-10{width:83.33333%}.flex-grid__item--sm-11{width:91.66667%}.flex-grid__item--sm-12{width:100%}}@media screen and (min-width:768px){.flex-grid__item--md-1{width:8.33333%}.flex-grid__item--md-2{width:16.66667%}.flex-grid__item--md-3{width:25%}.flex-grid__item--md-4{width:33.33333%}.flex-grid__item--md-5{width:41.66667%}.flex-grid__item--md-6{width:50%}.flex-grid__item--md-7{width:58.33333%}.flex-grid__item--md-8{width:66.66667%}.flex-grid__item--md-9{width:75%}.flex-grid__item--md-10{width:83.33333%}.flex-grid__item--md-11{width:91.66667%}.flex-grid__item--md-12{width:100%}}@media screen and (min-width:1366px){.flex-grid__item--lg-1{width:8.33333%}.flex-grid__item--lg-2{width:16.66667%}.flex-grid__item--lg-3{width:25%}.flex-grid__item--lg-4{width:33.33333%}.flex-grid__item--lg-5{width:41.66667%}.flex-grid__item--lg-6{width:50%}.flex-grid__item--lg-7{width:58.33333%}.flex-grid__item--lg-8{width:66.66667%}.flex-grid__item--lg-9{width:75%}.flex-grid__item--lg-10{width:83.33333%}.flex-grid__item--lg-11{width:91.66667%}.flex-grid__item--lg-12{width:100%}}.main{display:flex}.section-title{color:#3e3e3e;font-size:20px;font-weight:500;margin-bottom:8px;margin-top:0}.section-title--discount-form{margin:56px 0 24px}.form-subtitle{color:#717171;font-size:20px;margin:30px 0 0}.content-body{margin-left:180px;padding:48px 32px 32px 64px;width:100%}.content-body .container{width:643px}.content-body .modal-wrapper .modal-vehicle{padding:8px 24px 24px}.content-body .modal-wrapper .modal-vehicle .modal__body{margin-top:12px}.content-body .modal-wrapper .modal-vehicle .modal__close{margin-right:18px;margin-top:4px}.content-body__box{display:flex;flex-flow:row wrap}.content-body .text-small{font-size:12px}.content-body .align-items-bottom{align-items:flex-end}.content-body .togglebutton-ifood{border-radius:6px}.content-body .togglebutton-ifood__item{background:#f7f7f7;border:1px solid #dcdcdc;border-radius:6px;color:#a6a6a6;font-family:SulSans,sans-serif;font-size:14px;font-weight:400;height:auto;line-height:16px;padding:9px 9px 6px;text-transform:none}.content-body .togglebutton-ifood__item:not(:first-child) .MuiTouchRipple-root{border-left:1px solid #dcdcdc}.content-body .togglebutton-ifood__item.Mui-selected{background:#ea1d2c;color:#fff}.content-body .togglebutton-ifood__item.Mui-selected:hover{background:#ea1d2c}.content-body .MuiToggleButtonGroup-grouped:not(:first-child){border-left:none}.content-body .MuiInputLabel-outlined{font-family:SulSans,sans-serif;-webkit-transform:translate(14px,20px) scale(1);transform:translate(14px,20px) scale(1)}.content-body .MuiInputLabel-outlined.MuiInputLabel-shrink{padding:0 4px;-webkit-transform:translate(14px,-8px) scale(1);transform:translate(14px,-8px) scale(1)}.content-body .react-datepicker-popper{z-index:999}.content-body .MuiInputLabel-outlined{-webkit-transform:translate(14px,12px) scale(1);transform:translate(14px,12px) scale(1)}.content-body .MuiTab-root,.content-body .MuiTypography-root{font-family:SulSans,sans-serif}.content-body .MuiInputLabel-outlined.MuiInputLabel-shrink{background:#fff;color:#a6a6a6;font-size:16px}.modal-wrapper{right:0}.modal-wrapper>.modal>.modal__title{font-size:20px;text-align:center;width:100%}.btn{max-height:40px}.btn-secondary{cursor:pointer;font-size:14px;font-weight:500;padding:16px;text-decoration:none}.btn--white,.btn-secondary{background:#fff;border:1px solid #ea1d2c;color:#ea1d2c}.btn--white{border-radius:4px;font-size:18px;padding:10px 12px;text-align:center}.link{cursor:pointer}.link[disabled]{color:#a6a6a6;cursor:default;pointer-events:none}.link[disabled] path,.link[disabled] svg{fill:#a6a6a6}.go-back{background:url(/static/media/icon-goback.b72a61706c48d85cc26f.svg) no-repeat;height:40px;left:210px;position:absolute;top:48px;width:10px}.go-back--btn{border:none;cursor:pointer}.outlined-label{z-index:auto}.outlined-label-field{z-index:9}.outlined-label-field:not(:placeholder-shown).outlined-label-field--error{background:#fcebea;border:.5px solid #ef5753}.outlined-label-field:focus+.outlined-label,.outlined-label-field:not(:placeholder-shown)+.outlined-label{z-index:10}.list-sample{list-style:none;padding:0 16px}.list-sample li{margin-bottom:16px}.outlined-label-wrap{margin-right:16px}.outlined-label-wrap.outlined-date{margin-right:0}.outlined-label-wrap.outlined-date .form-brand__input{background:transparent}.outlined-label-wrap.outlined-date .outlined-label{color:#a6a6a6;padding:.75em;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transform-origin:0 0;transform-origin:0 0;transition:opacity .25s,padding .25s ease-in-out,-webkit-transform .25s;transition:transform .25s,opacity .25s,padding .25s ease-in-out;transition:transform .25s,opacity .25s,padding .25s ease-in-out,-webkit-transform .25s;width:auto;z-index:-1}.outlined-label-wrap.outlined-date .react-datepicker__tab-loop+.outlined-label,.outlined-label-wrap.outlined-date.active .outlined-label{background-color:#fff;margin-left:11px;padding:0 5px;top:1.5em;-webkit-transform:translateY(-2em) scale(.9);transform:translateY(-2em) scale(.9);z-index:10}.react-datepicker{width:330px}.react-datepicker__input-container .form-brand__input{width:233px}.MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline{border:1px solid #dcdcdc!important}.MuiOutlinedInput-root:hover{border-color:#dcdcdc!important}.MuiFormLabel-root.Mui-focused{background:#fff;color:#a6a6a6!important;font-size:20px;padding:2px 5px}.description-form{margin:0 0 40px}.form-admin__group{display:flex;flex-flow:row wrap;margin-bottom:24px}.form-admin__group--author{justify-content:space-between}.form-admin__group .outlined-label-wrap{height:40px}.form-admin__input-percent{width:120px}.author{bottom:8px;color:#717171;font-size:12px;position:fixed;right:8px}.react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track{background-color:#dcdcdc}.react-toggle-track{background:#dcdcdc;height:16px}.react-toggle-track-check,.react-toggle-track-x{display:none}.react-toggle-thumb{background:#f2f2f2;border-color:#f2f2f2;box-shadow:0 2px 2px rgba(0,0,0,.24);height:24px;top:-5px;width:24px}.react-toggle--checked .react-toggle-track{background:#ef5753}.react-toggle--checked .react-toggle-thumb{background:#ea1d2c;border-color:#ea1d2c}.react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track{background:#ef5753}.react-toggle--focus .react-toggle-thumb,.react-toggle:active:not(.react-toggle--disabled) .react-toggle-thumb{box-shadow:0 2px 2px rgba(0,0,0,.24)}.react-toggle:hover .react-toggle-track{background:#dcdcdc}.link:hover{color:#bc002d;cursor:pointer}.link--disabled,.link--disabled:hover{color:#a6a6a6;cursor:default}.MuiTooltip-popper{font-family:SulSans,sans-serif}.MuiTooltip-popper .MuiTooltip-tooltip{background:#717171;box-shadow:0 2px 6px rgba(0,0,0,.24);color:#fff;font-family:SulSans,sans-serif;font-size:12px;font-weight:400;margin:8px 0;text-shadow:none}.MuiAutocomplete-inputRoot[class*=MuiOutlinedInput-root],.outlined-label-field:not(textarea){height:40px;min-height:auto}.MuiFormControl-root.disabled{background:#f2f2f2}.MuiFormLabel-root.MuiInputLabel-root.MuiInputLabel-formControl.MuiInputLabel-animated.MuiInputLabel-outlined{color:#a6a6a6;font-family:SulSans,sans-serif;font-size:16px}.MuiInputBase-input.MuiOutlinedInput-input.MuiAutocomplete-input.MuiAutocomplete-inputFocused.MuiInputBase-inputAdornedEnd.MuiOutlinedInput-inputAdornedEnd{font-family:SulSans,sans-serif;font-size:16px;padding:0 4px}.button{font-size:14px}.button-lg{font-size:16px;padding-left:24px;padding-right:24px}.table-box{display:inline-block;width:100%}.MuiAutocomplete-popper{min-width:400px}.MuiAutocomplete-option,.MuiInputLabel-outlined{font-family:SulSans,sans-serif;font-size:16px}.MuiInputBase-root.Mui-disabled{background:#f7f7f7}.input[disabled]{z-index:0}.toggle-wrap__label{margin-right:12px}.label-error{font-size:12px;margin:0;padding:4px}.colored,.label-error{color:#ea1d2c}.MuiGrid-root .outlined-label-wrap{margin-right:0}.form-brand__search .dropdown-label-wrap label[data-shrink=false],.form-brand__suggest .dropdown-label-wrap label[data-shrink=false]{top:-7px}.form-brand__search .dropdown-label-wrap .Mui-focused,.form-brand__suggest .dropdown-label-wrap .Mui-focused{top:0}.options-link .dropdown-ifood a{background-color:#fff;color:#717171;text-decoration:none;width:100%}.options-link .dropdown-ifood a:hover{background-color:#f2f2f2;color:#717171;text-decoration:none}.options-link .dropdown-ifood label{background-color:#fff;color:#717171;text-decoration:none;width:100%}.options-link .dropdown-ifood label:hover{background-color:#f2f2f2;color:#717171;text-decoration:none}.menu-myData .MuiTabs-root{max-width:-webkit-max-content;max-width:max-content;min-height:0}.menu-myData .MuiTab-root{margin-left:32px;min-height:0;min-width:0;padding:0}.menu-myData .MuiTab-root:first-child{margin-left:0}.menu-myData .MuiTab-wrapper{color:#717171;font-size:18px;font-weight:400;letter-spacing:0;line-height:24px;text-align:right;text-transform:capitalize}.menu-myData .Mui-selected .MuiTab-wrapper{color:#ea1d2c;font-weight:500}.menu-myData .MuiTabs-flexContainer{border-bottom:3px solid #dcdcdc}.menu-myData .PrivateTabIndicator-colorSecondary-3{background-color:#ea1d2c}@font-face{font-display:swap;font-family:iFood RC Textos;font-style:normal;font-weight:100;src:url(/static/media/iFoodRCTextos-Thin.3d300fa1ab0d1383ab87.woff2) format("woff2"),url(/static/media/iFoodRCTextos-Thin.4e379f460c1494e5cd09.woff) format("woff")}@font-face{font-display:swap;font-family:iFood RC Textos;font-style:normal;font-weight:300;src:url(/static/media/iFoodRCTextos-Light.b2d7f10ff86b0a944b8a.woff2) format("woff2"),url(/static/media/iFoodRCTextos-Light.423b5abd86775d0c2973.woff) format("woff")}@font-face{font-display:swap;font-family:iFood RC Textos;font-style:normal;font-weight:500;src:url(/static/media/iFoodRCTextos-Medium.2c1f9f23b4280e30a9cf.woff2) format("woff2"),url(/static/media/iFoodRCTextos-Medium.801546ef1bc39a2c74dd.woff) format("woff")}@font-face{font-display:swap;font-family:iFood RC Textos;font-style:normal;font-weight:400;src:url(/static/media/iFoodRCTextos-Regular.699e45aed18e77d18e41.woff2) format("woff2"),url(/static/media/iFoodRCTextos-Regular.f1728f1e290450996c33.woff) format("woff")}@font-face{font-display:swap;font-family:iFood RC Textos;font-style:normal;font-weight:700;src:url(/static/media/iFoodRCTextos-Bold.b503618f0e978a5e2483.woff2) format("woff2"),url(/static/media/iFoodRCTextos-Bold.b17e54fad783ff3ff3cc.woff) format("woff")}@font-face{font-display:swap;font-family:iFood RC Textos;font-style:normal;font-weight:800;src:url(/static/media/iFoodRCTextos-ExtraBold.765f24d7ee812019930f.woff2) format("woff2"),url(/static/media/iFoodRCTextos-ExtraBold.018341120cc1bf2d1fa0.woff) format("woff")}@font-face{font-display:swap;font-family:iFood RC Títulos;font-style:normal;font-weight:100;src:url(/static/media/iFoodRCTitulos-Thin.7e080c78f7b5d0491a5d.woff2) format("woff2"),url(/static/media/iFoodRCTitulos-Thin.3ebd286b0f84f42fdfbb.woff) format("woff")}@font-face{font-display:swap;font-family:iFood RC Títulos;font-style:normal;font-weight:300;src:url(/static/media/iFoodRCTitulos-Light.77133b5cb4032b4acd25.woff2) format("woff2"),url(/static/media/iFoodRCTitulos-Light.3c1965d0a80abe43bf76.woff) format("woff")}@font-face{font-display:swap;font-family:iFood RC Títulos;font-style:normal;font-weight:500;src:url(/static/media/iFoodRCTitulos-Medium.bf12b70096dac677a88d.woff2) format("woff2"),url(/static/media/iFoodRCTitulos-Medium.5c09593259126d827170.woff) format("woff")}@font-face{font-display:swap;font-family:iFood RC Títulos;font-style:normal;font-weight:400;src:url(/static/media/iFoodRCTitulos-Regular.83450d79f2412d44c09b.woff2) format("woff2"),url(/static/media/iFoodRCTitulos-Regular.2697b52109c9c12a7ef1.woff) format("woff")}@font-face{font-display:swap;font-family:iFood RC Títulos;font-style:normal;font-weight:700;src:url(/static/media/iFoodRCTitulos-Bold.c29dbb6c801b7124d893.woff2) format("woff2"),url(/static/media/iFoodRCTitulos-Bold.8cd0f92e51ca551eb345.woff) format("woff")}@font-face{font-display:swap;font-family:iFood RC Títulos;font-style:normal;font-weight:800;src:url(/static/media/iFoodRCTitulos-ExtraBold.86646a31a1e7e175f813.woff2) format("woff2"),url(/static/media/iFoodRCTitulos-ExtraBold.bf3ca5df9e5def19da9e.woff) format("woff")}.nav-aside{background:#f7f7f7;border-right:1px solid #dcdcdc;display:flex;flex-direction:column;min-height:100vh;min-width:183px;padding:40px 16px 120px 32px;position:absolute;width:183px;z-index:1}.nav-aside__brand{margin-bottom:64px;padding-right:16px;text-align:center}.nav-aside__nav{list-style:none;margin-bottom:0;margin-top:0;padding:0}.nav-aside__nav .nav-aside__nav-link,.nav-aside__nav .nav-aside__submenu-link{display:block;text-decoration:none}.nav-aside__nav .nav-aside__nav-link.active,.nav-aside__nav .nav-aside__nav-link:hover,.nav-aside__nav .nav-aside__submenu-link.active,.nav-aside__nav .nav-aside__submenu-link:hover{color:#ea1d2c}.nav-aside__nav .nav-aside__submenu-link{color:#717171;font-size:14px;line-height:16px;margin-bottom:16px}.nav-aside__nav-menu{margin-bottom:24px}.nav-aside__nav-menu .nav-aside__nav-link{color:#3e3e3e;font-size:16px;line-height:24px;margin-bottom:16px}.nav-aside__nav-menu:last-child{margin-bottom:0}.nav-aside__submenu{list-style:none;margin:0;padding:0 0 0 16px}.nav-aside__actions{background-color:#f7f7f7;border-right:1px solid #dcdcdc;bottom:0;left:88px;min-width:190px;padding:16px 0;position:fixed;-webkit-transform:translate(-50%);transform:translate(-50%)}.nav-aside__actions-user{align-items:center;display:flex;justify-content:center}.nav-aside__actions-user:before{background-image:url(/static/media/User.f0fcfc9a72d9ba7f8ba6.svg);background-repeat:no-repeat;content:"";display:inline-block;height:17px;margin-right:4px;width:16px}.nav-aside__actions-name{word-wrap:break-word;font-size:14px;max-width:130px;text-align:center;text-transform:capitalize}.nav-aside__actions .nav-aside__btn{color:#ea1d2c;display:block;margin-top:24px;text-align:center}.badwords-register .outlined-label-wrap{margin-bottom:24px;width:400px}.badwords-register .toggle-wrap{align-items:center;display:flex;margin-bottom:24px}.badwords-register .toggle-wrap__label{margin-right:16px}.header-beta{background:#fff;padding:16px 0;position:fixed;text-align:center;width:100%}.header-beta a{color:#ea1d2c}.Dropdown-root{position:relative}.Dropdown-control{background-color:#fff;border:1px solid #ccc;border-radius:2px;box-sizing:border-box;color:#333;cursor:default;outline:none;overflow:hidden;padding:8px 52px 8px 10px;position:relative;transition:all .2s ease}.Dropdown-control:hover{box-shadow:0 1px 0 rgba(0,0,0,.06)}.Dropdown-arrow{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 0;content:" ";display:block;height:0;margin-top:-ceil(2.5);position:absolute;right:10px;top:14px;width:0}.is-open .Dropdown-arrow{border-color:transparent transparent #999;border-width:0 5px 5px}.Dropdown-menu{-webkit-overflow-scrolling:touch;background-color:#fff;border:1px solid #ccc;box-shadow:0 1px 0 rgba(0,0,0,.06);box-sizing:border-box;margin-top:-1px;max-height:200px;overflow-y:auto;position:absolute;top:100%;width:100%;z-index:1000}.Dropdown-menu .Dropdown-group>.Dropdown-title{color:#333;font-weight:700;padding:8px 10px;text-transform:capitalize}.Dropdown-option{box-sizing:border-box;color:rgba(51,51,51,.8);cursor:pointer;display:block;padding:8px 10px}.Dropdown-option:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.Dropdown-option.is-selected,.Dropdown-option:hover{background-color:#f2f9fc;color:#333}.Dropdown-noresults{box-sizing:border-box;color:#ccc;cursor:default;display:block;padding:8px 10px}.dropdown-label-wrap{position:relative;transition:border-color .25s}.dropdown-label-wrap .dropdown-label{background:#fff;color:#a6a6a6;display:inline-block;left:12px;margin:0;padding:2px;position:absolute;top:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:opacity .25s,padding .25s ease-in-out,-webkit-transform .25s;transition:transform .25s,opacity .25s,padding .25s ease-in-out;transition:transform .25s,opacity .25s,padding .25s ease-in-out,-webkit-transform .25s;width:auto;z-index:auto}.dropdown-label-wrap .dropdown-ifood__control{border-radius:5px;cursor:pointer;min-height:40px;padding:12px 35px 8px 15px}.dropdown-label-wrap .dropdown-ifood__control.Dropdown-disabled,.dropdown-label-wrap .dropdown-ifood__control.disabled{background:#f2f2f2;border-color:#dcdcdc;color:silver;cursor:default}.dropdown-label-wrap .dropdown-ifood__control.Dropdown-disabled .dropdown-ifood__arrow,.dropdown-label-wrap .dropdown-ifood__control.disabled .dropdown-ifood__arrow{opacity:.3}.dropdown-label-wrap .dropdown-ifood__arrow{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAALCAYAAAByF90EAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADkSURBVHgBldHRDYIwEADQthLCJ05AR/CTkEDqJjqCE4iT6CY0kBD+dANhA74JAXt4JIil4n1wtLl7cC0hGEIIl/wZ0x4GjzAMk67rnkEQ7NYiUAs9URTdYU1BhQ31Dnrdtu0+z/PHL8SyrAR7CGNsy6SUdd/3J6xxocD3fU6Wx+FTRPUewRhGy7LsBhsjZtu2FgNE/f0HAr3DaNNCdVYHSukVl2XTNPuiKMoZwufIF7SEOY5DTIgWglA3Eat0HjHMHPMlTdN43rPRQVVVSc/z4COCvM/DNSGLkAYzIqsCxsRRjfEC30R6fOnOENIAAAAASUVORK5CYII=) no-repeat;background-size:contain;border:none;height:10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .3s;width:16px}.dropdown-label-wrap .dropdown-ifood__menu{border:1px solid #dcdcdc;border-radius:4px;box-shadow:0 2px 6px rgba(0,0,0,.24);z-index:9999}.dropdown-label-wrap .dropdown-ifood__menu .Dropdown-option{border-bottom:1px solid #f2f2f2;color:#717171;padding:12px 11px}.dropdown-label-wrap .dropdown-ifood__menu .Dropdown-option:last-child{border-bottom:none}.dropdown-label-wrap .dropdown-ifood__menu .Dropdown-option.is-selected{background:#fff;border-right:1px solid #dcdcdc;color:#3e3e3e}.dropdown-label-wrap .dropdown-ifood__menu .Dropdown-option:hover{background:#f2f2f2}.dropdown-label-wrap .dropdown-ifood.is-open .dropdown-ifood__arrow{-webkit-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.dropdown-label-wrap .dropdown-ifood.MuiAutocomplete-root .dropdown-ifood__arrow{-webkit-transform:translateY(0);transform:translateY(0)}.brand-reg__fields{width:240px}.brand-reg__fields .outlined-label-wrap{margin-bottom:24px;margin-right:0}.brand-reg__fields .dropd-input__state{min-width:auto;width:100%}.brand-reg__brand{margin-bottom:8px;margin-top:48px}.brand-reg__text{color:#717171;font-size:16px;margin-bottom:40px;margin-top:0;min-width:176px;text-align:left}.brand-reg .btn{margin-top:32px}.brand-reg__path-btn{height:40px;margin-left:-66px;margin-right:0;margin-top:48px;position:absolute;width:10px}.brand-reg .modal-wrapper{z-index:99999}@-webkit-keyframes animationLoading{0%{-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg)}to{-webkit-transform:translate(-50%,-50%) rotate(1turn);transform:translate(-50%,-50%) rotate(1turn)}}@keyframes animationLoading{0%{-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg)}to{-webkit-transform:translate(-50%,-50%) rotate(1turn);transform:translate(-50%,-50%) rotate(1turn)}}.loading{background:none;display:inline-block;height:200px;overflow:hidden;width:200px}.loading__box{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100%;position:relative;-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1);-webkit-transform-origin:0 0;transform-origin:0 0;width:100%}.loading__animate{-webkit-animation:animationLoading 1s linear infinite;animation:animationLoading 1s linear infinite;border:5px solid #ea1d2c;border-radius:50%;border-top-color:transparent;box-sizing:initial;height:70px;left:100px;position:absolute;top:100px;width:70px}.modal-wrapper>.modal.modal-loading{background:transparent}.header-search-carrier .dropdown-label-wrap .dropdown-ifood--autocomplete{width:330px}.select-links{max-width:176px;position:relative}.select-links__button{align-items:baseline;border:1px solid #dcdcdc;border-radius:4px;color:#a6a6a6;cursor:pointer;float:left;justify-content:space-between;line-height:24px;padding:8px 16px 6px}.select-links__icon{margin-left:9px;transition:all .4s}.select-links__icon>*{fill:#ea1d2c}.select-links__icon.open{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.select-links__list{border:1px solid #dcdcdc;border-radius:3px;box-shadow:inset 0 0 6px -1px rgba(0,0,0,.11);display:flex;flex-flow:column;padding:8px 0;position:absolute;top:40px;width:100%}.select-links__list .item{border-bottom:1px solid #f2f2f2;padding:12px 20px}.select-links__list .item:last-child{border-bottom:none}.select-links.disabled .select-links__button{cursor:not-allowed}.select-links.disabled .select-links__icon>*{fill:#dcdcdc}.message{color:#717171;width:452px}.message__called{background:#f2f2f2;display:block;font-size:18px;line-height:24px;margin-bottom:16px;padding:20px;text-align:center}.message__actions{display:flex;justify-content:flex-end;margin-top:26px}.message .link{display:block;text-align:center}.modal-wrapper .modal.modal--import-product{max-height:98vh;padding:24px}.modal-wrapper .modal.modal--import-product .modal__body{margin-top:16px}.modal-wrapper .modal.modal--import-product .modal__title{color:#3e3e3e;font-size:24px;font-weight:500;line-height:32px;padding-left:0;text-align:left}.modal-wrapper .modal.modal--import-product .modal__subtitle{color:#717171}.modal-wrapper .modal.modal--import-product .modal__import-zone{background:#f2f2f2;border:1px solid #f2f2f2;border-radius:6px;margin-bottom:20px;padding:36px 16px;transition:all .4s;width:100%}.modal-wrapper .modal.modal--import-product .modal__import-zone--active{background:transparent;border:1px dashed #ea1d2c}.modal-wrapper .modal.modal--import-product .modal__import-zone__header{border-bottom:1px solid #dcdcdc;display:flex;justify-content:space-between;padding:0 16px 16px}.modal-wrapper .modal.modal--import-product .modal__import-zone__max-size{color:#717171}.modal-wrapper .modal.modal--import-product .modal__import-zone__body{align-items:center;display:flex;flex-direction:column;padding:40px 0 16px}.modal-wrapper .modal.modal--import-product .modal__import-zone__body .icon{max-width:180px}.modal-wrapper .modal.modal--import-product .modal__import-zone__info{color:#717171;display:flex;flex-direction:column;text-align:center}.modal-wrapper .modal.modal--import-product .modal__import-zone__label-import{color:#ea1d2c;cursor:pointer}.modal-wrapper .modal.modal--import-product .modal__import-zone__status{align-items:center;background:#fff;border-radius:6px;display:flex;flex-flow:row wrap;overflow:hidden;padding:16px 28px 16px 20px;position:relative}.modal-wrapper .modal.modal--import-product .modal__import-zone__status:after{background:transparent;bottom:0;content:"";height:4px;left:0;position:absolute;width:0}.modal-wrapper .modal.modal--import-product .modal__import-zone__status--success:after{background:#50a773;width:100%}.modal-wrapper .modal.modal--import-product .modal__import-zone__status--error:after{background:#ea1d2c;width:100%}.modal-wrapper .modal.modal--import-product .modal__import-zone__status__info{align-items:center;display:flex;flex-flow:row wrap;justify-content:space-between;width:calc(100% - 45px)}.modal-wrapper .modal.modal--import-product .modal__import-zone__status__title{color:#717171;margin:0}.modal-wrapper .modal.modal--import-product .modal__import-zone__status__refresh{align-items:center;color:#ea1d2c;cursor:pointer;display:flex}.modal-wrapper .modal.modal--import-product .modal__import-zone__status__refresh .icon{margin-left:12px;transition:all .4s}.modal-wrapper .modal.modal--import-product .modal__import-zone__status__refresh:hover .icon{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.modal-wrapper .modal.modal--import-product .modal__import-zone__status__label{font-size:12px;width:100%}.modal-wrapper .modal.modal--import-product .modal__import-zone__status__success{color:#50a773}.modal-wrapper .modal.modal--import-product .modal__import-zone__status__error{color:#ea1d2c}.modal-wrapper .modal.modal--import-product .modal__import-zone__status .outlined-label-wrap{margin-top:16px;width:100%}.modal-wrapper .modal.modal--import-product .modal__import-zone .icon--sheet{margin-right:20px}.modal-wrapper .modal__actions{display:flex;gap:16px;justify-content:flex-end}.modal-wrapper .modal .d-none{display:none}.header-form--carrier .header-form__nav{border-bottom:1px solid #dcdcdc;display:flex;justify-content:space-between;padding-right:32px}.header-form--carrier .header-form__nav-item{color:#a6a6a6;font-size:20px;line-height:24px;padding-left:8px;text-decoration:none}.header-form--carrier .header-form__nav-item.active:not([disabled]),.header-form--carrier .header-form__nav-item:hover:not([disabled]){border-bottom:2px solid #ea1d2c;color:#ea1d2c;cursor:pointer}.header-form--carrier .header-form__nav-item[disabled]{cursor:default}.form-carrier .form-carrier__actions{margin-top:24px}.form-carrier .table-admin{min-width:auto;width:100%}.form-carrier .address__address-field .outlined-label-wrap{width:96%}.form-carrier .address__number-field .outlined-label-wrap{width:70%}.form-carrier .error-class .Dropdown-control{color:#ea1d2c}.modal-freight-range__description{text-align:center}.modal-freight-range__actions{align-items:baseline;display:flex;justify-content:space-between;min-width:420px;padding:16px 0}.labelFaixaPeso{max-width:190px}.header-search-freigth-range{padding-top:25px}.categories__header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:32px}.categoryInputsFilter{align-items:center;display:flex;margin-bottom:50px}.categoryInputsFilter .inputCategoryDiv{margin-bottom:0;margin-top:0;width:300px}#dropDownCategory{margin-left:35px;width:150px}#dropDownCategory .dropdown-ifood__control{min-height:48px;padding:15px 35px 8px 15px}#buttonNewCategory{background-color:#ea1d2c;border:0;border-radius:6px;color:#fff;font-family:iFood RC Textos,sans-serif;font-size:16px;font-weight:700;padding:12px 24px;text-decoration:none}.categoryList .categoryTitleHeader{display:flex;font-family:iFood RC Textos,sans-serif;font-size:16px;font-weight:500;justify-content:space-around}.categoryList .categoryTitleHeader #categoryIdP{position:relative;right:132px}.categoryList .categoryTitleHeader #categoryIdent,.categoryList .categoryTitleHeader #categoryStatus{position:relative;right:404px}.idCategoryTree{font-size:14px}.tree .MuiTreeItem-label{font-family:iFood RC Titulos,sans-serif;font-size:14px;width:auto}.tree .MuiTreeItem-label:hover{background:transparent!important}.tree .MuiTreeItem-group{margin-left:0}.tree .MuiTreeItem-group .MuiTreeItem-group .tree__name{padding-left:80px}.tree .MuiTreeItem-group .MuiTreeItem-group .tree__name:after{display:none}.tree .MuiTreeItem-group .tree__name{padding-left:48px}.tree .MuiTreeItem-content{position:relative}.tree .MuiTreeItem-iconContainer{left:432px;position:absolute;z-index:9999}.tree .MuiTreeItem-root.Mui-selected .MuiTreeItem-content .MuiTreeItem-label{background:transparent}.tree .MuiTreeItem-root:focus>.MuiTreeItem-content .MuiTreeItem-label{background:transparent!important}.tree .Mui-expanded>.MuiTreeItem-content .tree__name{color:#ea1d2c}.tree__item{align-items:stretch;display:flex}.tree__name{font-size:14px;line-height:24px;overflow:hidden;padding:8px 16px;position:relative;text-overflow:ellipsis;white-space:nowrap;width:450px}.tree__status{align-items:center;display:flex;justify-content:center;width:136px}.tree__status-label{border-radius:17px;font-size:12px;font-weight:700;line-height:16px;padding:4px 16px}.tree__status-label.enabled{background:#fff;border:2px solid #50a773;color:#50a773}.tree__status-label.disabled{background:#fff;border:2px solid #dcdcdc;color:#a6a6a5}.tree__edit{line-height:16px;padding:13px 40px}.super-treeview *{box-sizing:border-box;-webkit-box-sizing:border-box}.super-treeview{font-size:100%}.super-treeview>div>.super-treeview-no-children-transition{transition-property:all}.super-treeview>div>.super-treeview-no-children-transition-enter{height:0;opacity:0;overflow:hidden}.super-treeview>div>.super-treeview-no-children-transition-enter.super-treeview-no-children-transition-enter-active{height:0;opacity:1}.super-treeview>div>.super-treeview-no-children{overflow:hidden}.super-treeview>div>.super-treeview-no-children>.super-treeview-no-children-content{margin:2px 0}.super-treeview>div>.super-treeview-node{overflow:hidden;position:relative}.super-treeview>div>.super-treeview-node>.super-treeview-children-container>.super-treeview-loading,.super-treeview>div>.super-treeview-node>.super-treeview-node-content{margin:0;padding:0 3px}.super-treeview>div>.super-treeview-node>.super-treeview-node-content>label{display:inline-block;font-size:100%;font-weight:400;margin:0;overflow:hidden;text-overflow:ellipsis;vertical-align:top;white-space:nowrap;width:calc(100% - 55px)}.super-treeview>div>.super-treeview-node>.super-treeview-node-content>input[type=checkbox]{float:left;line-height:normal;margin:4px 5px 0 0}.super-treeview>div>.super-treeview-node>.super-treeview-node-content>.super-treeview-triangle-btn{cursor:pointer;float:left;margin-right:5px}.super-treeview>div>.super-treeview-node>.super-treeview-node-content>.super-treeview-triangle-btn-none{cursor:none}.super-treeview>div>.super-treeview-node>.super-treeview-node-content>.super-treeview-triangle-btn-right{border-bottom:5px solid transparent;border-left:6px solid #000;border-top:5px solid transparent;height:10px;margin-left:432px;margin-top:15px;position:absolute;width:8px;z-index:999}.super-treeview>div>.super-treeview-node>.super-treeview-node-content>.super-treeview-triangle-btn-down{border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #000;height:8px;margin-left:432px;margin-top:15px;position:absolute;width:10px;z-index:999}.super-treeview>div>.super-treeview-node>.super-treeview-node-content>.delete-btn{cursor:pointer;float:right}.super-treeview>div>.super-treeview-node-transition{transition-property:all}.super-treeview>div>.super-treeview-node-transition-enter{opacity:0}.super-treeview>div>.super-treeview-node-transition-enter.super-treeview-node-transition-enter-active,.super-treeview>div>.super-treeview-node-transition-exit{opacity:1}.super-treeview>div>.super-treeview-node-transition-exit.super-treeview-node-transition-exit-active{background-color:red;opacity:0}.drag-handle{cursor:pointer;margin-top:4px;width:16px}.table-admin__row-drag-drop .table-admin__data{background:#fff;box-shadow:5px 5px 4px rgba(0,0,0,.05)}.table-admin__row-drag-drop .table-admin__data:not(:first-child){width:400px}.table-admin__row-drag-drop .table-admin__data:first-child{width:30px}.table-admin__row-drag-drop .table-admin__data:nth-child(2){width:100px}.table-admin__row-drag-drop .table-admin__data:last-child{border-right:none;width:100px}#root .table-admin__row-drag-drop .table-admin__data{box-shadow:none}.header .header-customer-group{margin-bottom:0!important}.form-commercialcondition .form-register__input{max-width:200px!important}.form-commercialcondition .form-register label[for=name]{top:20px}.form-commercialcondition .form-register__button{margin-left:16px}.form-commercialcondition .form-register__description{margin-bottom:24px}.form-commercialcondition .form-register__flex{display:flex}.form-commercialcondition .form-register__flex--autocomplete{margin-left:16px}.form-commercialcondition .form-register__toggle-button{margin:2px 0 0 16px}.form-commercialcondition .form-register__button-save{margin-top:32px}.search-commissions .default-commission .outlined-label-wrap{width:280px}.search-commissions .custom-commission{border-top:1px solid #d3d3d3;margin-top:56px;padding-top:56px}.search-commissions .custom-commission .section-title{margin-bottom:24px}.search-commissions .custom-commission .header-customer-group__info{margin-bottom:0}.search-commissions .custom-commission .dropdown-label-wrap__category{margin-right:16px;width:248px}.search-commissions .custom-commission .toggle-wrap{margin-bottom:0}.search-commissions .custom-commission .react-toggle{cursor:default}.search-commissions .custom-commission .react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track{background-color:#dcdcdc}.search-commissions .custom-commission .react-toggle-track{background:#dcdcdc;height:12px;width:32px}.search-commissions .custom-commission .react-toggle-track-check,.search-commissions .custom-commission .react-toggle-track-x{display:none}.search-commissions .custom-commission .react-toggle-thumb{background:#f2f2f2;border-color:#f2f2f2;box-shadow:0 2px 2px rgba(0,0,0,.24);height:16px;left:0;top:-2.5px;width:16px}.search-commissions .custom-commission .react-toggle--checked{cursor:pointer}.search-commissions .custom-commission .react-toggle--checked .react-toggle-track{background:#ef5753}.search-commissions .custom-commission .react-toggle--checked .react-toggle-thumb{background:#ea1d2c;border-color:#ea1d2c;left:16px}.search-commissions .custom-commission .react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track{background:#ef5753}.search-commissions .custom-commission .react-toggle--focus .react-toggle-thumb,.search-commissions .custom-commission .react-toggle:active:not(.react-toggle--disabled) .react-toggle-thumb{box-shadow:0 2px 2px rgba(0,0,0,.24)}.search-commissions .custom-commission .react-toggle:hover .react-toggle-track{background:#dcdcdc}.search-commissions .btn{margin-bottom:48px}.search-commissions .header-customer-group--table-commissions{align-items:baseline;justify-content:inherit}.search-commissions .header-customer-group__new{margin-left:24px}.search-commissions .save-commissions{border-top:2px solid #f2f2f2;margin-top:56px;padding-top:56px}.search-commissions .react-datepicker,.search-commissions .react-datepicker__input-container .form-brand__input{width:240px}.search-commissions .modal-wrapper .modal-remove{width:345px}.search-commissions .modal-wrapper .modal-remove .modal__title{font-size:16px;font-weight:500}.search-commissions .modal-wrapper .modal-remove .modal__close{display:none}.search-commissions .modal-wrapper .modal-remove__actions{align-items:baseline;display:flex;justify-content:space-between;padding-left:15px}.search-commissions .modal-wrapper .modal-remove__actions .link{cursor:pointer}.search-commissions .MuiBox-root-6,.search-commissions MuiBox-root-16{padding:24px 24px 0 0}.scroll{box-shadow:0 2px 6px rgba(0,0,0,.24);height:150px;margin-bottom:40px;margin-top:0;padding-bottom:10px;text-align:left;width:600px}.scroll .item{height:50px;padding:4px}.html-editor{margin-bottom:24px}.html-editor .file-editor__input{display:none}.form-admin--commissions{margin-bottom:56px}.form-admin--commissions .dropdown-label-wrap,.form-admin--commissions .outlined-date,.form-admin--commissions .outlined-label-wrap{margin-right:0;width:240px}.form-admin--commissions .dropdown-label-wrap__category,.form-admin--commissions .outlined-date__category,.form-admin--commissions .outlined-label-wrap__category,.form-admin--commissions .product-name .outlined-label-wrap{width:400px}.form-admin--commissions .react-datepicker,.form-admin--commissions .react-datepicker__input-container .form-brand__input{width:240px}.section-title.title-table-groups{margin-bottom:24px}.table-admin td,.table-admin th{border-right:1px solid #a6a6a6;color:#3e3e3e;padding:8px 16px;text-align:left}.table-admin thead th{font-size:16px;font-weight:500}.table-admin thead th:first-child{width:30px}.table-admin thead th:nth-child(2){width:70px}.table-admin thead th:last-child{border-right:0;width:50%}.table-admin tbody tr td{font-size:14px}.table-admin tbody tr td:first-child{border-right:0;padding:0 9px 0 0}.table-admin tbody tr td:last-child{border-right:0}.header-customer-group.header-customer-group--src .header-customer-group__form{align-items:center;display:flex;flex-flow:row wrap;width:100%}.header-customer-group.header-customer-group--src .header-customer-group__form-input{align-items:center;display:flex;margin-bottom:24px}.header-customer-group.header-customer-group--src .header-customer-group__form-see-all{align-items:center;display:flex}.header-customer-group.header-customer-group--src .header-customer-group__form-see-all .see-all-label{color:#717171;cursor:pointer}.header-customer-group.header-customer-group--src .header-customer-group__form .outlined-label-wrap{margin-right:16px}.header-customer-group.header-customer-group--src .header-customer-group__form .dropdown-label-wrap{margin-right:26px;min-width:170px}.header-customer-group.header-customer-group--src .header-customer-group__form .checkbox-ifood{margin-right:10px}.header-customer-group.header-customer-group--src .header-customer-group__actions{width:100%}.search-customer-paginate{display:flex;justify-content:flex-end;margin-top:24px}.table-admin{border-spacing:0;min-width:960px;width:100%}.table-admin--width-auto{min-width:auto}.table-admin--scroll-y{overflow-y:auto}.table-admin--scroll-y-small{max-height:180px}.table-admin__data,.table-admin__title{border-right:1px solid #a6a6a6;color:#3e3e3e;padding:8px 16px;text-align:left}.table-admin__item{align-items:center;display:flex}.table-admin__tooltip{padding-right:20px;position:relative}.table-admin__tooltip-icon{display:inline;margin-left:8px;position:absolute}.table-admin thead .table-admin__title{font-size:16px;font-weight:500}.table-admin thead .table-admin__title:first-child{border-right:0;width:30px}.table-admin thead .table-admin__title:nth-child(2){width:70px}.table-admin thead .table-admin__title:last-child{border-right:0;width:50%}.table-admin tbody tr .table-admin__data{font-size:14px}.table-admin tbody tr .table-admin__data:first-child{border-right:0;padding:0 9px 0 0}.table-admin tbody tr .table-admin__data:last-child{border-right:0}.table-admin tbody tr:nth-child(odd) td:not(:first-child){background:#f7f7f7}.table-admin--customer-group{min-width:960px;width:auto}.table-admin--customer-group thead .table-admin__title:nth-child(2){width:50px}.table-admin--customer-group thead .table-admin__title:nth-child(5){width:170px}.table-admin--sample{width:auto}.table-admin--sample--full{width:100%}.table-admin--sample thead .table-admin__title{padding:8px 16px}.table-admin--sample thead .table-admin__title-name{min-width:350px}.table-admin--sample thead .table-admin__title:first-child{border-right:1px solid #a6a6a6;width:auto}.table-admin--sample thead .table-admin__title:last-child,.table-admin--sample thead .table-admin__title:nth-child(2){width:auto}.table-admin--sample tbody tr .table-admin__data{padding:8px 16px}.table-admin--sample tbody tr .table-admin__data:first-child{border-right:1px solid #a6a6a6;padding-left:16px}.table-admin--sample tbody tr .table-admin__data--empty{border-right:none}.table-admin--sample tbody tr:nth-child(odd) .table-admin__data{background:#f7f7f7}.table-admin--sample tbody tr:nth-child(odd) .table-admin__data--empty{border-right:none;line-height:16px;padding:8px 16px}.table-admin--specification{margin-bottom:80px}.checkbox-ifood{max-height:16px;max-width:16px;position:relative}.checkbox-ifood__input{background:#fff;border:1px solid #dcdcdc;cursor:pointer;height:16px;opacity:0;width:16px}.checkbox-ifood__input:checked{background:#ea1d2c}.checkbox-ifood__input:checked+.checkbox-ifood__mask{background:url(/static/media/checked.80846d9c785d732d1733.svg);background-size:contain}.checkbox-ifood__mask{background-size:contain;border:1px solid #dcdcdc;border-radius:4px;height:16px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-moz-transform:translate(-50%,calc(-50% - 1px));width:16px;z-index:-1}.checkbox-ifood__label{color:#717171;cursor:pointer;padding:4px 0 0 8px}.checkbox-ifood:hover{cursor:pointer}input{margin:0!important}.form-add-customer .outlined-label-field{margin-bottom:24px;min-width:340px}.form-add-customer__actions{display:flex;justify-content:flex-end}.form-add-customer__actions button{font-weight:700;margin-right:16px}.form-add-customer__actions__cancel{background:#fff;color:#ea1d2c}.form-add-customer--label-error{align-self:flex-end;color:#ea1d2c;display:block;font-size:12px;margin:6px 0 4px}.form-add-customer--label-error--block{margin:0;width:100%}.form-add-customer.add-cep{padding:0 24px}.form-add-customer.add-cep .input{min-width:100%}.form-add-customer .outlined-label-wrap{width:100%}.form-add-customer .outlined-label-wrap label{font-size:16px;line-height:24px;margin-bottom:4px}.form-add-customer .outlined-label-wrap input{margin:0;width:100%}.form-add-customer .outlined-label-wrap .input--error{border:1px solid #ea1d2c;outline:none;padding:1rem}.form-add-customer .outlined-label-wrap .ad{font-size:12px;line-height:16px;margin-bottom:36px}.label-snackbar{-webkit-animation:animationFrames 3s linear;animation:animationFrames 3s linear;-webkit-animation-iteration-count:1;animation-iteration-count:1;border-radius:6px;box-shadow:0 2px 6px rgba(0,0,0,.24);color:#fff;display:inline-flex;font-size:16px;line-height:24px;padding:8px 16px}.label-snackbar--success{background:#50a773}.label-snackbar__icon-box{align-items:center;background:#fff;border-radius:14px;display:flex;height:14px;justify-content:center;margin-right:9px;margin-top:3px;position:relative;width:14px}.label-snackbar__icon{height:9px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-60%);transform:translate(-50%,-60%);width:9px}@-webkit-keyframes animationFrames{0%{-webkit-transform:rotate(0deg) scaleX(.8) scaleY(.8);transform:rotate(0deg) scaleX(.8) scaleY(.8)}10%{-webkit-transform:rotate(0deg) scaleX(1.05) scaleY(1.05);transform:rotate(0deg) scaleX(1.05) scaleY(1.05)}20%{-webkit-transform:rotate(0deg) scaleX(1) scaleY(1);transform:rotate(0deg) scaleX(1) scaleY(1)}90%{-webkit-transform:rotate(0deg) scaleX(1) scaleY(1);transform:rotate(0deg) scaleX(1) scaleY(1)}92%{-webkit-transform:rotate(0deg) scaleX(.9) scaleY(.9);transform:rotate(0deg) scaleX(.9) scaleY(.9)}to{-webkit-transform:rotate(0deg) scaleX(0) scaleY(0);transform:rotate(0deg) scaleX(0) scaleY(0)}}@keyframes animationFrames{0%{-webkit-transform:rotate(0deg) scaleX(.8) scaleY(.8);transform:rotate(0deg) scaleX(.8) scaleY(.8)}10%{-webkit-transform:rotate(0deg) scaleX(1.05) scaleY(1.05);transform:rotate(0deg) scaleX(1.05) scaleY(1.05)}20%{-webkit-transform:rotate(0deg) scaleX(1) scaleY(1);transform:rotate(0deg) scaleX(1) scaleY(1)}90%{-webkit-transform:rotate(0deg) scaleX(1) scaleY(1);transform:rotate(0deg) scaleX(1) scaleY(1)}92%{-webkit-transform:rotate(0deg) scaleX(.9) scaleY(.9);transform:rotate(0deg) scaleX(.9) scaleY(.9)}to{-webkit-transform:rotate(0deg) scaleX(0) scaleY(0);transform:rotate(0deg) scaleX(0) scaleY(0)}}.header-customer-group{align-items:flex-start;display:flex;flex-flow:wrap;justify-content:space-between;margin-bottom:40px}.header-customer-group--detail .header-customer-group__actions{align-items:center}.header-customer-group--detail .header-customer-group__actions-right,.header-customer-group__info{align-items:center;display:flex}.header-customer-group__info{gap:16px;margin-bottom:21.5px;margin-left:1.5rem}.header-customer-group__info h2{margin:0}.header-customer-group__description{color:#717171;font-size:16px;margin:0 0 .5rem}.header-customer-group__src{align-items:center;display:flex;gap:1rem}.header-customer-group__src button,.header-customer-group__src input{display:flex;gap:15px;width:192px}.header-customer-group__src__export{background:#fff;color:#ea1d2c;font-weight:700}.header-customer-group__src__export__disabled{background:#f2f2f2;border:1px solid #dcdcdc;color:#a6a6a5;font-weight:700}.header-customer-group__src__import{font-weight:700}.header-customer-group__src__import label{color:#fff;cursor:pointer}.header-customer-group__src__import input{display:none}.header-customer-group__src__import-container{position:relative}.header-customer-group__src__import-container__options{background:#fff;border:1px solid #dcdcdc;border-radius:6px;height:100px;position:absolute;top:58px;width:201px;z-index:9}.header-customer-group__src__import-container__options button{background:#fff;border:none;color:#717171;height:48px;width:100%}.header-customer-group__src__import-container__options button:hover{background:#f2f2f2;color:#3e3e3e}.header-customer-group__actions{border-bottom:1px solid #f2f2f2;display:flex;justify-content:space-between;padding-bottom:32px;position:relative;width:100%}.header-customer-group__actions.disabled{color:silver}.header-customer-group__actions-link{cursor:pointer;margin-right:32px}.header-customer-group__actions-link.disabled{color:silver;cursor:default;text-decoration:none}.header-customer-group__actions-link.link-see-more{border:1px solid #dcdcdc;border-radius:4px;color:#3e3e3e;line-height:24px;margin-right:0;padding:8px 65px 8px 16px;position:relative;text-decoration:none}.header-customer-group__actions-link.link-see-more:hover{color:#3e3e3e}.header-customer-group__actions-link.link-see-more .chevron-down{position:absolute;right:16px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .3s;width:16px}.header-customer-group__actions-link.link-see-more .chevron-down path{fill:#ea1d2c}.header-customer-group__actions-link.link-see-more .chevron-down.open{-webkit-transform:rotate(180deg) translateY(50%);transform:rotate(180deg) translateY(50%)}.header-customer-group__actions-import{display:none}.header-customer-group__actions-more{background:#fff;border:.5px solid #f2f2f2;border-radius:4px;box-shadow:0 2px 6px rgba(0,0,0,.24);display:flex;flex-direction:column;position:absolute;right:0;top:100%;width:192px;z-index:9999}.header-customer-group__actions-more .link{border-bottom:1px solid #f2f2f2;font-size:14px;line-height:16px;margin-right:0;padding:16px 15px}.header-customer-group__actions-more .link--disabled:hover{color:#a6a6a6}.header-customer-group__status{border-radius:34px;color:#fff;font-size:12px;font-weight:700;margin-right:24px;padding:6px 16px 4px}.header-customer-group__status.habilitado{background:#fff;border:1px solid #50a773;color:#50a773}.header-customer-group__status.desabilitado{background:#fff;border:1px solid #dcdcdc;color:#a6a6a5}.header-customer-group .modal-wrapper .modal-remove{width:500px}.header-customer-group .modal-wrapper .modal-remove .modal__title{font-size:24px;font-weight:500;line-height:32px;padding-left:0!important;width:380px}.header-customer-group .modal-wrapper .modal-remove .modal__close{right:24px!important}.header-customer-group .modal-wrapper .modal-remove .modal__body{margin-top:32px}.header-customer-group .modal-wrapper .modal-remove__actions{align-items:baseline;display:flex;gap:16px;justify-content:flex-end;margin-top:32px;padding-left:15px}.header-customer-group .modal-wrapper .modal-remove__actions__cancel{background:#fff;color:#ea1d2c}.header-customer-group .modal-wrapper .modal-remove__actions button{font-weight:700;height:48px;margin:0!important}.subHeader{align-items:center;display:flex;justify-content:space-between;margin-bottom:32px;width:100%}.subHeader .divider{display:flex;gap:1rem;max-height:48px}.subHeader .divider button{background:#fff;color:#ea1d2c;font-weight:700}.subHeader__search{align-items:center;border:1px solid #dcdcdc;border-radius:6px;display:flex;height:48px;padding:12px 8px;width:420px}.subHeader__search .icon-search path{fill:#ea1d2c}.subHeader__search .clear{cursor:pointer}.subHeader__search input{background-color:#fff;background-image:none!important;padding-right:15px!important;width:100%}.subHeader__search input::-webkit-input-placeholder{color:#a6a6a5;font-size:1rem;line-height:1.5rem}.subHeader__search input::placeholder{color:#a6a6a5;font-size:1rem;line-height:1.5rem}.subHeader__actions{display:flex;gap:1rem;width:auto}.subHeader__actions .button--disabled{background:none!important;color:#a6a6a5;cursor:pointer!important}.subHeader__actions button{background:#fff;border:none;color:#ea1d2c;font-size:1rem;font-weight:700;height:48px;width:192px}.subHeader__actions button svg{margin-right:11px}.results-label{margin-bottom:1rem}.input-secondary{background:#f2f2f2;border:none;box-shadow:none;color:#717171;font-size:16px;padding:8px 15px}.input-secondary.input__icon{background-position:calc(100% - 17px);background-repeat:no-repeat;padding-right:40px;position:relative}.input-secondary.input__icon-src{background-image:url(/static/media/search.7aa9f8152b5ac0733681.svg)}.input-secondary:focus{outline:0}.fallBackModal{width:500px}.fallBackModal .modal__title{font-size:1.5rem!important;font-weight:500!important;line-height:2rem!important}.fallBackModal .fallback{display:flex;flex-direction:column;gap:2rem}.fallBackModal .fallback span{font-size:1rem;line-height:1.5rem}.fallBackModal .fallback div{display:flex;justify-content:flex-end;width:100%}.fallBackModal .fallback div button{align-items:center;font-weight:700;height:48px;justify-content:center;max-width:133px}.modal-addCostumer{max-width:500px}.modal-addCostumer__title{font-size:1.5rem!important;font-weight:500!important;line-height:2rem!important}.modal-addCostumer__close{right:32px!important;top:38px!important}.modal-addCostumer__body .description{align-items:flex-end;display:flex;flex-direction:column;gap:32px}button{margin-right:0!important}.form-add-customer__actions__cancel{margin-right:1rem!important}.description-container{display:flex;gap:.5rem}.description-container .header-customer-group__description{max-width:350px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.description-container .see-more{color:#717171;cursor:pointer;text-decoration:underline}#customerDetailLinks a{color:#717171;text-decoration:none}#customerDetailLinks a:first-child{color:#3e3e3e;text-decoration:none}#customerDetailLinks a:first-child:hover{background-color:#fff;color:#3e3e3e;text-decoration:none}#customerDetailLinks a:hover{background-color:#f2f2f2}#customerDetailLinks a:hover,#customerDetailLinks label,#customerDetailLinks label:hover{color:#717171;text-decoration:none}#customerDetailLinks label:hover{background-color:#f2f2f2}.header-customer-group .modal-wrapper .modal{min-width:450px;padding:32px}.header-customer-group .modal-wrapper .modal__title{padding-left:0!important}.order-card-detais{display:flex;width:100%}.order-card-detais__item{border-bottom:1px solid #dcdcdc;display:flex;margin-bottom:32px;padding-bottom:33px;width:100%}.order-card-detais__figure{align-items:center;align-self:flex-start;background-color:#f2f2f2;border-radius:12px;display:flex;margin:0 40px 0 0;min-height:100px;min-width:100px;padding:8px 12px}.order-card-detais__img{display:block;max-width:76px}.order-card-detais__description{margin-top:10px}.order-card-detais__description p{margin:0}.order-card-detais__description .typography{display:block}.order-card-detais__title{line-height:24px;margin:0 0 8px;max-width:80%}.order-card-detais__columns{display:flex;margin-bottom:8px;width:100%}.order-card-detais__columns__item{max-width:50%;word-break:break-word}.order-card-detais__columns__item:first-child{margin-right:12px}.modal-content-footer{display:flex;width:100%}.modal-content-footer--space-primary{margin-top:64px}.modal-content-footer--right{justify-content:flex-end}.modal-content-footer--center{justify-content:center}.modal-content-footer .button+.button{margin-left:16px}.radio{cursor:pointer;display:block}.radio input{display:none}.radio input+span{display:block;height:16px;line-height:16px;padding-left:16px;position:relative}.radio input+span:not(:empty){padding-left:24px}.radio input+span:after,.radio input+span:before{border-radius:50%;content:"";display:block;height:16px;left:0;position:absolute;top:0;width:16px}.radio input+span:before{background:#f2f2f2}.radio input+span:after{background:#fff;-webkit-transform:scale(0);transform:scale(0)}.radio input:checked+span:before{background:#ea1d2c;-webkit-transform:scale(1);transform:scale(1)}.radio input:checked+span:after{-webkit-transform:scale(.5);transform:scale(.5);transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.outlined-textarea--full .outlined-textarea{width:100%}.outlined-textarea--full .outlined-label-wrap{margin-right:0}.outlined-textarea .no-resize{min-height:105px;resize:none}.outlined-textarea .outlined-label{top:20px}.wrapper-reason .typography{margin:0 0 20px}.wrapper-reason .radio-input{padding-right:8px}.wrapper-reason .outlined-label-wrap{margin-right:0;width:100%}.list-reason{box-sizing:border-box;display:flex;flex-direction:column;flex-wrap:wrap;list-style:none;margin:0;padding:0;width:100%}.list-reason__item{align-items:center;display:flex;margin-bottom:24px;width:100%}.list-reason__item label:not(.radio){padding-top:2px}.modal-content{align-items:center;display:flex;flex-direction:column;height:auto;justify-content:center;width:443px}.modal-content__icon{height:80px;margin-bottom:16px;width:81.36px}.modal-content--success .modal-content__title{color:#50a773}.modal-content--error .modal-content__description,.modal-content--error .modal-content__title,.modal-content--success .modal-content__description,.modal-content--success .modal-content__title{margin:0 0 16px}.modal-content--error .modal-content-footer,.modal-content--success .modal-content-footer{margin-top:16px}.modal-content__title{color:#3e3e3e;font-size:20px;font-weight:500;text-align:center}.modal-content__description{color:#717171;font-size:16px;line-height:24px;text-align:center}.modal-wrapper .modal-steps-order .modal__body{margin:0}.modal-steps-order .modal__title{line-height:32px;margin:0 0 40px}.modal-steps-order .modal-content .table-admin--scroll-y{margin-top:24px;width:100%}.modal-steps-order .modal-content--error,.modal-steps-order .modal-content--success{margin:0 auto}.modal-steps-order .modal-content--success{width:504px}.modal-steps-order .modal-content--success .modal-content__description{max-width:356px}.modal-steps-order .modal-content--error{width:590px}.modal-steps-order .modal-content--error .modal-content-footer{margin-top:64px}.content-steps-order{max-width:700px;min-width:700px;width:100%}.content-steps-order .modal-content-footer{margin-top:64px}.orderDelayedTable .orderDelayedTag{background-color:#fff;border:2px solid;border-radius:38px;color:#e7a74e;font-weight:700;padding:4px 16px;text-align:center}.orderSearch--title-search{display:flex;justify-content:space-between;max-width:1145px}.orderSearch--description-filter{margin-bottom:32px}.orderSearch__link{display:flex;font-size:14px;justify-content:center;line-height:16px}.orderSearch__link .icon-trash-can{height:13px;margin-right:3px;width:13px}[id*=-tooltip] .MuiTooltip-tooltip{background-color:#3e3e3e;color:#fff;font-family:Arial;font-size:14px;font-style:normal;font-weight:400;line-height:20px;margin-bottom:14px;padding:8px 0 8px 12px}[id*=-tooltip] .MuiTooltip-arrow{bottom:1px;color:#3e3e3e}.dashboard__title{align-items:baseline;display:flex;font-size:20px;font-weight:500;letter-spacing:-.06px;line-height:28px;margin:32px 0 8px}.dashboard__title .dashboard__help-icon{margin-left:14px}.dashboard__title-titleSeller{font-size:18px;font-weight:400}.dashboard__title-sellerRequest{width:-webkit-fill-available}.dashboard__title-right{color:#717171;font-size:12px;font-weight:500;letter-spacing:-.06px;line-height:18px;margin:0}.dashboard__title-rightBold{color:#3e3e3e;font-size:18px;font-weight:700;letter-spacing:-.06px;line-height:18px;margin:0}.dashboard__title-paidValue{color:#ea1d2c;font-size:24px;font-weight:700;letter-spacing:-.06px;line-height:18px;margin-top:8px}.dashboard__title-rightDiv{display:flex;flex-direction:column;padding:24px}.dashboard__title-rightDivBorder{border-left:1px solid #dcdcdc;padding:24px}.dashboard__title-small{margin-left:10px}.dashboard__rightListOrder{color:#ea1d2c;font-size:14px;text-decoration:underline;width:-webkit-max-content;width:max-content}.dashboard__button{cursor:pointer;width:100%}.dashboard__card{border:1px solid #dcdcdc;width:100%!important}.dashboard__grid-item{font-size:14px}.dashboard__grid-request{background-color:#def0e5;border-radius:6px;padding:24px;width:-webkit-fill-available}.dashboard__grid-item-border-left{padding:24px}.dashboard__receivable{align-items:center;border:1px solid #dcdcdc;border-radius:6px;flex:1 1}.dashboard .MuiGrid-item,.dashboard__receivable{display:flex;justify-content:space-between}.dashboard .Highlight-title-142{font-size:14px;font-weight:500}.dashboard .MuiTypography-h4{font-size:20px}.dashboard .MuiTypography-h5{font-size:16px}.dashboard .react-datepicker{width:242px}.dashboard .dashboardCardInformation{margin:18px}.mainData{width:440px}.mainData__attribute{color:#717171;font-size:16px;font-weight:400;line-height:24px}.mainData__value{color:#3e3e3e;font-weight:500;line-height:24px}.mainData__title{font-size:20px;font-weight:300;line-height:24px;margin-bottom:24px;margin-top:32px}.mainData__cel,.mainData__name,.mainData__tel{display:flex;justify-content:space-between;margin-bottom:16px}.mainData__link{display:flex;justify-content:flex-end;margin-top:24px}.mainData:after{background-color:#dcdcdc;content:"";display:block;height:1px;margin-top:32px;width:440px}.accessData{width:440px}.accessData__title{font-size:20px;font-weight:300;line-height:24px;margin:32px 0}.accessData__email,.accessData__password{display:flex;justify-content:space-between;margin-bottom:16px}.accessData__link{display:flex;justify-content:flex-end;margin-top:24px}.accessData:after{background-color:#dcdcdc;content:"";display:block;height:1px;margin-top:32px;width:440px}#accessInfoTooltip .MuiTooltip-tooltip{background-color:#3e3e3e;color:#fff;font-family:Arial;font-size:14px;font-style:normal;font-weight:400;line-height:20px;padding:8px 0 8px 12px}#icon-access-info{margin-left:5px;margin-top:3px;position:absolute}.seller-logo{margin:32px 0;width:440px}.seller-logo__subtitle{color:#3e3e3e;font-size:20px;font-weight:300;line-height:24px;margin-bottom:24px}.seller-logo__subtitle--description{color:#717171;font-size:16px;line-height:24px;margin-bottom:20px}.seller-logo__preview{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;border:1px dashed #a6a6a6;border-radius:6px;display:flex;height:144px;justify-content:center;position:relative;width:144px}.seller-logo__preview--img{max-height:144px;max-width:144px;padding:0 1px}.seller-logo:after{background-color:#dcdcdc;content:"";display:block;height:1px;margin-top:32px;width:440px}.logo-input{align-items:flex-end;display:flex;height:144px;justify-content:space-between}.logo-input__desc{font-size:12px;font-weight:500}.logo-input__info{font-size:12px;font-weight:300;line-height:16px;margin-top:16px}.logo-input__btn,.logo-input__info{align-items:flex-end;display:flex;flex-direction:column}.logo-input__btn{padding-top:64px}.logo-input__btn .button--disabled{align-items:center;border-radius:4px;display:flex;font-size:14px;height:48px;padding:8px 16px}.logo-input__btn .button--disabled:before{align-self:center;background-image:url(/static/media/upload-icon-disabled.3fb2f18b3278f0496366.svg);background-repeat:no-repeat;content:"";display:inline-block;height:10px;margin-right:12px;width:10px}.logo-input .btn--white{cursor:pointer;display:inline-block;font-size:14px;height:48px;padding:16px}.logo-input .btn--white:before{align-self:center;background-image:url(/static/media/upload-icon-enabled.5f8d358966e4a3b1929d.svg);background-repeat:no-repeat;content:"";display:inline-block;height:10px;margin-right:12px;width:10px}.logo-input .btn--white__input{display:none;height:1px;margin:0;overflow:hidden;position:absolute;width:1px;z-index:-1}.logo-input--selected{display:flex;justify-content:space-between}.logo-input--selected .btn{align-self:flex-end}.logo-input--selected .link{font-size:14px}.logo-input--selected .logo-input__btn{align-items:flex-start;padding-top:8px}.logo-input--selected .btn--white__input{display:none;height:1px;margin:0;overflow:hidden;position:absolute;width:1px;z-index:-1}.logo-input--selected .size-alert{color:#ea1d2c;font-size:14px}.modal-save{align-items:center;display:flex;flex-direction:column;justify-content:center}.modal-save__title{color:#3e3e3e;font-size:20px;font-weight:500;margin:-16px 0 16px}.modal-save__description{color:#717171;font-size:16px;font-weight:400;margin-bottom:24px}.modal-save .outlined-label-wrap{margin:0 0 24px;width:326px}.modal-save .btn{height:48px;width:72px}.modal-save--action{padding:16px 0}.modal .modal-alert,.modal-save--action{align-items:center;display:flex;flex-direction:column;justify-content:center}.modal .modal-alert__title{color:#3e3e3e;font-size:20px;font-weight:500;margin:-16px 0 16px}.modal .modal-alert__description{color:#717171;font-size:16px;font-weight:400;margin-bottom:24px}.modal .modal-alert .outlined-label-wrap{margin:0 0 24px;width:326px}.modal .modal-alert .btn{height:48px;width:72px}.modal .modal-alert--action{align-items:center;display:flex;flex-direction:column;justify-content:center}.sellerContracts{width:440px}.sellerContracts__title{color:#3e3e3e;font-size:20px;font-weight:300;line-height:24px;margin:32px 0 24px}.sellerContracts__contract-type{display:flex;justify-content:space-between;margin-bottom:24px}.sellerContracts__attribute{color:#717171;font-size:16px;font-weight:400;line-height:24px}.sellerContracts__value{color:#3e3e3e;font-size:16px;font-weight:500;line-height:24px}.sellerContracts__contract-options{align-items:flex-end;display:flex;flex-direction:column}.sellerContracts__contract-options .edit-contract{margin-bottom:28px}.sellerContracts__contract-options .see-contract{align-items:center;display:flex}.sellerContracts__contract-options .see-contract:before{background-image:url(/static/media/contract.4a3d9e6d70ec40204865.svg);background-repeat:no-repeat;content:"";display:inline-block;height:24px;padding:0 0 2px;width:24px}.eyehide{bottom:28px}.eyehide,.eyeshow{cursor:pointer;left:360px;max-width:20px;position:relative;z-index:10}.eyeshow{bottom:26px}.editSeller{background-color:#fff;box-shadow:0 0 6px rgba(0,0,0,.24);height:100vh;position:fixed;right:0;top:0;width:560px}.editSeller__data{margin:0 auto;padding-top:112px;width:408px}.editSeller__data--title{display:flex;flex-grow:1}.editSeller__data--title svg{cursor:pointer;margin-top:19px}.editSeller__data--title h2{color:#3e3e3e;font-size:20px;line-height:24px;padding-left:104px}.editSeller__data--input{height:265px}.editSeller__data--input,.editSeller__data--inputAccess{display:flex;flex-direction:column;justify-content:space-between;margin-top:56px}.editSeller__data--inputAccess{height:216px}.editSeller__data--button{display:flex;justify-content:flex-end;margin:40px 16px}.editSeller__data--eyeContainer{max-height:40px}.sellerAddress{width:440px}.sellerAddress__attribute{color:#717171;font-size:16px;font-weight:400;line-height:24px}.sellerAddress__value{color:#3e3e3e;font-weight:500;line-height:24px}.sellerAddress__title{font-size:20px;font-weight:300;line-height:24px;margin-bottom:24px;margin-top:32px}.sellerAddress__cel,.sellerAddress__name,.sellerAddress__tel{display:flex;justify-content:space-between;margin-bottom:16px}.sellerAddress__link{display:flex;justify-content:flex-end;margin-top:24px}.sellerAddress:after{background-color:#dcdcdc;content:"";display:block;height:1px;margin-top:32px;width:440px}.sellerBank{width:440px}.sellerBank__attribute{color:#717171;font-size:16px;font-weight:400;line-height:24px}.sellerBank__value{color:#3e3e3e;font-weight:500;line-height:24px}.sellerBank__title{font-size:20px;font-weight:300;line-height:24px;margin-bottom:24px;margin-top:32px}.sellerBank__cel,.sellerBank__name,.sellerBank__tel{display:flex;justify-content:space-between;margin-bottom:16px}.sellerBank__link{display:flex;justify-content:flex-end;margin-top:24px}.sellerBank:after{background-color:#dcdcdc;content:"";display:block;height:1px;margin-top:32px;width:440px}.contracts-list__title{color:#717171;font-size:20px;font-weight:500;line-height:24px;margin:0 0 8px}.contracts-list__subtitle{color:#717171;font-size:14px;font-weight:400;line-height:16px;margin:0 0 32px}.contracts-list__items{-ms-overflow-style:none;cursor:pointer;overflow:auto;scrollbar-width:none}.contracts-list__items::-webkit-scrollbar{display:none}.contracts-list__items .contracts-list__item:last-child{margin-bottom:0}.contracts-list__item{align-items:center;border:1px solid #a6a6a6;border-radius:5px;display:flex;margin-bottom:40px;max-width:642px;padding:24px 18px 24px 14px}.contracts-list__item--active,.contracts-list__item:hover{border-color:#ea1d2c;cursor:pointer}.contracts-list__item__container{display:flex}.contracts-list__item .logistic-img{margin-right:32px;width:64px}.contracts-list__item .logistic-img--default{border:1px dashed #dcdcdc;height:64px;padding:15px 12px 15px 13px}.contracts-list__item .checkbox-ifood{margin-right:15px}.contracts-list__item .checkbox-ifood__seller{margin-right:25px}.contracts-list__item-title{font-size:18px;font-weight:500;line-height:24px}.contracts-list__item-title:hover{cursor:pointer}.contracts-list__item-resume{font-size:16px;font-weight:400;line-height:24px}.contracts-list__item-resume:hover{cursor:pointer}.contracts-list__item--disabled:hover{border-color:#a6a6a6;cursor:pointer}.contracts-list__description{display:flex;flex-direction:column}.contracts-list__description .file-download{font-size:14px;font-weight:400;line-height:24px;margin-top:20px;position:relative}.contracts-list__description .file-download:hover{cursor:pointer}.contracts-list__description .file-download .link{z-index:9999}.contracts-list .next-step{display:flex;justify-content:flex-end;margin-top:40px;width:642px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow{margin-left:-8px;position:absolute}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow:before,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow:before,.react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow:before{border:8px solid transparent;box-sizing:initial;height:0;position:absolute;width:1px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker__month-read-view--down-arrow:before,.react-datepicker__month-year-read-view--down-arrow:before,.react-datepicker__year-read-view--down-arrow:before{border-bottom-color:#aeaeae;border-width:8px;content:"";left:-8px;z-index:-1}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{margin-top:-8px;top:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-bottom-color:#f0f0f0;border-top:none}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-bottom-color:#aeaeae;top:-1px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow{bottom:0;margin-bottom:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow:before,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow:before,.react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow:before{border-bottom:none;border-top-color:#fff}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker__month-read-view--down-arrow:before,.react-datepicker__month-year-read-view--down-arrow:before,.react-datepicker__year-read-view--down-arrow:before{border-top-color:#aeaeae;bottom:-1px}.react-datepicker-wrapper{border:0;display:inline-block;padding:0}.react-datepicker{background-color:#fff;border:1px solid #aeaeae;border-radius:.3rem;color:#000;display:inline-block;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.8rem;position:relative}.react-datepicker--time-only .react-datepicker__triangle{left:35px}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-radius:.3rem}.react-datepicker__triangle{left:50px;position:absolute}.react-datepicker-popper{z-index:1}.react-datepicker-popper[data-placement^=bottom]{margin-top:10px}.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle,.react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle{left:auto;right:50px}.react-datepicker-popper[data-placement^=top]{margin-bottom:10px}.react-datepicker-popper[data-placement^=right]{margin-left:8px}.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle{left:auto;right:42px}.react-datepicker-popper[data-placement^=left]{margin-right:8px}.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle{left:42px;right:auto}.react-datepicker__header{background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;border-top-right-radius:.3rem;padding-top:8px;position:relative;text-align:center}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__year-dropdown-container--select{display:inline-block;margin:0 2px}.react-datepicker-time__header,.react-datepicker-year-header,.react-datepicker__current-month{color:#000;font-size:.944rem;font-weight:700;margin-top:0}.react-datepicker-time__header{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.react-datepicker__navigation{background:none;border:.45rem solid transparent;cursor:pointer;height:10px;line-height:1.7rem;overflow:hidden;padding:0;position:absolute;text-align:center;text-indent:-999em;top:10px;width:0;width:10px;z-index:1}.react-datepicker__navigation--previous{border-right-color:#ccc;left:10px}.react-datepicker__navigation--previous:hover{border-right-color:#b3b3b3}.react-datepicker__navigation--previous--disabled,.react-datepicker__navigation--previous--disabled:hover{border-right-color:#e6e6e6;cursor:default}.react-datepicker__navigation--next{border-left-color:#ccc;right:10px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:80px}.react-datepicker__navigation--next:hover{border-left-color:#b3b3b3}.react-datepicker__navigation--next--disabled,.react-datepicker__navigation--next--disabled:hover{border-left-color:#e6e6e6;cursor:default}.react-datepicker__navigation--years{display:block;margin-left:auto;margin-right:auto;position:relative;top:0}.react-datepicker__navigation--years-previous{border-top-color:#ccc;top:4px}.react-datepicker__navigation--years-previous:hover{border-top-color:#b3b3b3}.react-datepicker__navigation--years-upcoming{border-bottom-color:#ccc;top:-4px}.react-datepicker__navigation--years-upcoming:hover{border-bottom-color:#b3b3b3}.react-datepicker__month-container{float:left}.react-datepicker__year-container{display:flex;flex-wrap:wrap;margin:.4rem;text-align:center}.react-datepicker__year-container-text{cursor:pointer;display:inline-block;flex:1 0 30%;padding:2px;width:12px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;margin:2px;width:4rem}.react-datepicker__input-time-container{clear:both;float:left;margin:5px 0 10px 15px;text-align:left;width:100%}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:85px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{display:inline-block;margin-left:5px}.react-datepicker__time-container{border-left:1px solid #aeaeae;float:right;width:85px}.react-datepicker__time-container--with-today-button{border:1px solid #aeaeae;border-radius:.3rem;display:inline;position:absolute;right:-72px;top:0}.react-datepicker__time-container .react-datepicker__time{background:#fff;position:relative}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{margin:0 auto;overflow-x:hidden;text-align:center;width:85px}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{box-sizing:initial;height:calc(195px + .85rem);list-style:none;margin:0;overflow-y:scroll;padding-left:0;padding-right:0;width:100%}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{background-color:#f0f0f0;cursor:pointer}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{background-color:initial;cursor:default}.react-datepicker__week-number{color:#ccc;display:inline-block;line-height:1.7rem;margin:.166rem;text-align:center;width:1.7rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:hover{background-color:#f0f0f0;border-radius:.3rem}.react-datepicker__day-names,.react-datepicker__week{white-space:nowrap}.react-datepicker__day,.react-datepicker__day-name,.react-datepicker__time-name{color:#000;display:inline-block;line-height:1.7rem;margin:.166rem;text-align:center;width:1.7rem}.react-datepicker__month--in-range,.react-datepicker__month--in-selecting-range,.react-datepicker__month--selected,.react-datepicker__quarter--in-range,.react-datepicker__quarter--in-selecting-range,.react-datepicker__quarter--selected{background-color:#216ba5;border-radius:.3rem;color:#fff}.react-datepicker__month--in-range:hover,.react-datepicker__month--in-selecting-range:hover,.react-datepicker__month--selected:hover,.react-datepicker__quarter--in-range:hover,.react-datepicker__quarter--in-selecting-range:hover,.react-datepicker__quarter--selected:hover{background-color:#1d5d90}.react-datepicker__month--disabled,.react-datepicker__quarter--disabled{color:#ccc;pointer-events:none}.react-datepicker__month--disabled:hover,.react-datepicker__quarter--disabled:hover{background-color:initial;cursor:default}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text{cursor:pointer}.react-datepicker__day:hover,.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover{background-color:#f0f0f0;border-radius:.3rem}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted{background-color:#3dcc4a;border-radius:.3rem;color:#fff}.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover,.react-datepicker__quarter-text--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2{color:green}.react-datepicker__day--in-range,.react-datepicker__day--in-selecting-range,.react-datepicker__day--selected,.react-datepicker__month-text--in-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--selected,.react-datepicker__quarter-text--in-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--selected{background-color:#216ba5;border-radius:.3rem;color:#fff}.react-datepicker__day--in-range:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--selected:hover,.react-datepicker__month-text--in-range:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__quarter-text--in-range:hover,.react-datepicker__quarter-text--in-selecting-range:hover,.react-datepicker__quarter-text--selected:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected{background-color:#2a87d0;border-radius:.3rem;color:#fff}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range{background-color:rgba(33,107,165,.5)}.react-datepicker__month--selecting-range .react-datepicker__day--in-range,.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range,.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range{background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled{color:#ccc;cursor:default}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover,.react-datepicker__quarter-text--disabled:hover{background-color:initial}.react-datepicker__month-text.react-datepicker__month--in-range:hover,.react-datepicker__month-text.react-datepicker__month--selected:hover,.react-datepicker__month-text.react-datepicker__quarter--in-range:hover,.react-datepicker__month-text.react-datepicker__quarter--selected:hover,.react-datepicker__quarter-text.react-datepicker__month--in-range:hover,.react-datepicker__quarter-text.react-datepicker__month--selected:hover,.react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover,.react-datepicker__quarter-text.react-datepicker__quarter--selected:hover{background-color:#216ba5}.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover{background-color:#f0f0f0}.react-datepicker__input-container{display:inline-block;position:relative;width:100%}.react-datepicker__month-read-view,.react-datepicker__month-year-read-view,.react-datepicker__year-read-view{border:1px solid transparent;border-radius:.3rem}.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover,.react-datepicker__year-read-view:hover{cursor:pointer}.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow{border-top-color:#ccc;border-width:.45rem;float:right;margin-left:20px;position:relative;top:8px}.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown,.react-datepicker__year-dropdown{background-color:#f0f0f0;border:1px solid #aeaeae;border-radius:.3rem;left:25%;position:absolute;text-align:center;top:30px;width:50%;z-index:1}.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover,.react-datepicker__year-dropdown:hover{cursor:pointer}.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable,.react-datepicker__year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__month-option,.react-datepicker__month-year-option,.react-datepicker__year-option{display:block;line-height:20px;margin-left:auto;margin-right:auto;width:100%}.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type,.react-datepicker__year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type,.react-datepicker__year-option:last-of-type{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem;-webkit-user-select:none;user-select:none}.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover,.react-datepicker__year-option:hover{background-color:#ccc}.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected,.react-datepicker__year-option--selected{left:15px;position:absolute}.react-datepicker__close-icon{background-color:initial;border:0;cursor:pointer;display:table-cell;height:100%;outline:0;padding:0 6px 0 0;position:absolute;right:0;top:0;vertical-align:middle}.react-datepicker__close-icon:after{background-color:#216ba5;border-radius:50%;color:#fff;content:"\00d7";cursor:pointer;display:table-cell;font-size:12px;height:16px;line-height:1;padding:2px;text-align:center;vertical-align:middle;width:16px}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;clear:left;cursor:pointer;font-weight:700;padding:5px 0;text-align:center}.react-datepicker__portal{align-items:center;background-color:rgba(0,0,0,.8);display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:2147483647}.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__time-name{line-height:3rem;width:3rem}@media (max-height:550px),(max-width:400px){.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__time-name{line-height:2rem;width:2rem}}.react-datepicker__portal .react-datepicker-time__header,.react-datepicker__portal .react-datepicker__current-month{font-size:1.44rem}.react-datepicker__portal .react-datepicker__navigation{border:.81rem solid transparent}.react-datepicker__portal .react-datepicker__navigation--previous{border-right-color:#ccc}.react-datepicker__portal .react-datepicker__navigation--previous:hover{border-right-color:#b3b3b3}.react-datepicker__portal .react-datepicker__navigation--previous--disabled,.react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover{border-right-color:#e6e6e6;cursor:default}.react-datepicker__portal .react-datepicker__navigation--next{border-left-color:#ccc}.react-datepicker__portal .react-datepicker__navigation--next:hover{border-left-color:#b3b3b3}.react-datepicker__portal .react-datepicker__navigation--next--disabled,.react-datepicker__portal .react-datepicker__navigation--next--disabled:hover{border-left-color:#e6e6e6;cursor:default}.form-admin__input-group .outlined-label-wrap{width:488px}.form-admin--discount{padding-bottom:80px}.form-admin--discount .toggle-wrap{margin-bottom:0}.form-admin--discount .togglebutton-ifood{margin-right:16px}.form-admin--discount .autocomplete-ifood{color:#a6a6a6;margin-right:16px;width:450px}.form-admin--discount .dropdown-ifood{margin-right:16px;width:200px}.form-admin--discount .label-form{flex:100% 1;margin-bottom:16px}.form-admin--discount #discountName{width:476px}.form-admin--discount .form-admin__group{align-items:center;margin-bottom:24px}.form-admin--discount .form-admin__group--author{align-items:flex-end}.form-admin--discount .form-admin__group--title-conditions{align-items:baseline}.form-admin--discount .form-admin__group--title-conditions .section-title{margin-right:270px}.form-admin--discount .form-admin__group.optional{align-items:flex-start;flex-direction:column}.form-admin--discount .form-admin__group.optional .outlined-label-wrap{margin-bottom:8px}.form-admin--discount .form-admin__group .outlined-label-wrap.outlined-date{margin-right:16px}.form-admin--discount .form-admin__area{margin-top:80px}.form-admin--discount .form-admin__area .section-title{margin-bottom:24px}.form-admin--discount .form-admin__area--subsidy .togglebutton-ifood{flex:100% 1;margin-bottom:16px}.form-admin--discount .form-admin__area--subsidy .section-title{margin-bottom:8px}.form-admin--discount .form-admin__area--subsidy .subtitle-subsidy{margin:0 0 24px}.form-admin--discount .form-admin .outlined-date{margin-right:16px}.form-admin--discount .react-datepicker{width:330px}.form-admin--discount .react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:100px}.form-admin--discount .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{line-height:23px}.form-admin--discount .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#ea1d2c}.form-admin--discount__btn-group{display:flex;gap:16px;justify-content:flex-end;margin-top:55px}.label-success--discount{position:fixed;right:16px;top:16px}.modal-warning .modal__body{align-items:center;display:flex;flex-direction:column}.modal-warning__description{font-size:16px;font-weight:500;line-height:24px;margin-bottom:20px;margin-top:0}.form-admin{margin-top:48px}.form-admin,.form-admin__group{width:-webkit-max-content;width:max-content}.form-admin__group-address{width:38em}.form-admin__group-number{width:7em}.form-admin__group-complement{width:15em}.form-admin__group-neighbourhood{width:30em}.form-admin__group-postal-code{width:10em}.form-admin__group-reference{width:19em}.form-admin__group-city{width:20em}.form-admin__group-state{margin-right:16px;width:19em}.form-admin__group-country{width:20em}.form-admin__group-submit{float:right;margin-right:16px}.form-admin__group-label-error{align-self:flex-end;color:#ea1d2c;display:block;font-size:12px;margin:4px}.header-distribution-address .togglebutton-ifood{flex:100% 1;margin-bottom:16px}.header-distribution-address .autocomplete-ifood{width:240px}.table-category-rank{margin-top:16px}.table-category-rank .table-admin--rank{margin-bottom:24px;min-width:400px}.table-category-rank .table-admin--rank .icon-trash{cursor:pointer}.table-category-rank .table-admin--rank thead tr .table-admin__title:first-child{min-width:150px}.table-category-rank .table-admin--rank thead tr .table-admin__title:last-child{width:30px}.table-category-rank .input-rank{border:transparent;border-radius:6px;font-family:SulSans,sans-serif;font-size:14px;line-height:16px;padding:8px 16px;width:70px}.table-category-rank .menu-rank-options{display:flex;flex-wrap:wrap;margin:32px 0}.table-category-rank .menu-rank-options a{background-color:#f7f7f7;border:none;border-radius:100px;color:#a6a6a6;cursor:pointer;display:inline-block;margin-bottom:10px;margin-left:-1px;margin-right:13px;padding:10px 20px;text-align:center;text-decoration:none}.table-category-rank .menu-rank-options a.selected{border:1px solid #ea1d2c;color:#ea1d2c}.table-category-rank .icon-button{cursor:pointer}.modal-view-rank .list-sample{align-items:baseline;display:flex}.modal-view-rank .list-sample li{color:#a6a6a6;margin-bottom:8px;margin-right:16px}.modal-view-rank .list-sample li.active{color:#3e3e3e}.modal-view-rank .list-sample li.more-category{background:#f2f2f2;border-radius:2px;margin-right:0;padding:4px 8px}.edit-category{display:flex;flex-direction:column;padding-bottom:48px}.edit-category .form-edit--category{display:flex}.edit-category .form-edit--category .dropdown-label-wrap{margin-left:16px}.edit-category .form-edit--category .dropdown-label-wrap__category{margin-bottom:24px;margin-left:8px;width:400px}.edit-category .form-edit--category .outlined-label-wrap{height:40px;margin-right:0;width:240px}.edit-category .header-category{margin-bottom:0;margin-top:0}.edit-category .header-category__info{margin-bottom:40px}.edit-category .header-category__description{margin-top:0}.edit-category .btn--white{margin-left:16px;text-decoration:none}.edit-category .table-admin--sample{margin-bottom:24px;min-width:300px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.edit-category .table-admin--sample td{padding:8px 16px}.edit-category h3{font-weight:300;margin-bottom:24px}.edit-category__action-space{margin-top:24px}.form-edit__input-group{margin-bottom:24px}.form-edit .input{width:340px}.form-edit .dropdown-label-wrap{width:200px}.header-product{margin-bottom:24px}.header-product__info{margin-bottom:40px}.header-product .header-product__description{margin-bottom:0;margin-top:0}.form-register--offer .dropdown-label-wrap{margin-bottom:24px;width:465px!important}.form-register--offer .dropdown-label-wrap .Dropdown-placeholder{color:#717171}.form-register--offer .headerFormEdit{display:flex;justify-content:space-between;margin-bottom:28px}.form-register--offer .headerFormEdit .btn-save{border-radius:6px;color:#fff;font-family:iFood RC Titulos,sans-serif;font-size:16px;font-weight:700;height:48px}.form-register--offer .contentFormEdit{border-top:1px solid #dcdcdc}.form-register--offer #skuLabelEdit{margin-top:32px}.form-register--offer .spanAlertPriceKg{color:#3e3e3e;font-family:iFood RC Textos,sans-serif;font-size:12px;margin-left:6px;position:relative;top:-21px}.cardGrey{background:#f2f2f2;border:1px solid #f2f2f2;border-radius:4px;box-sizing:border-box;display:flex;height:112px;justify-content:space-between;padding:16px;width:494px}@media (max-width:999px){.cardGrey{padding:16px 8px}}.cardGrey h2,.cardGrey h3{font-size:14px;letter-spacing:0;line-height:16px;text-align:left}.cardGrey h3{font-style:normal;font-weight:300}.cardGrey .body-container{display:flex;flex-direction:row}.cardGrey .body-container .body-text-container{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;margin-left:16px;width:239px}.cardGrey .card-container{align-items:center;display:flex;justify-content:space-between}.progressive-price .clicable-text{cursor:pointer}.progressive-price .image-container{height:45px;width:45px}.progressive-price .price-title{margin-top:0}.dot-flashing{-webkit-animation:dot-flashing 1s linear infinite alternate;animation:dot-flashing 1s linear infinite alternate;-webkit-animation-delay:.5s;animation-delay:.5s;background-color:#fff;border-radius:5px;color:#fff;height:10px;position:relative;width:10px}.dot-flashing:after,.dot-flashing:before{content:"";display:inline-block;position:absolute;top:0}.dot-flashing:before{-webkit-animation:dot-flashing 1s infinite alternate;animation:dot-flashing 1s infinite alternate;-webkit-animation-delay:0s;animation-delay:0s;left:-15px}.dot-flashing:after,.dot-flashing:before{background-color:#fff;border-radius:5px;color:#fff;height:10px;width:10px}.dot-flashing:after{-webkit-animation:dot-flashing 1s infinite alternate;animation:dot-flashing 1s infinite alternate;-webkit-animation-delay:1s;animation-delay:1s;left:15px}.dot-flashing--ifood,.dot-flashing--ifood:after,.dot-flashing--ifood:before{background-color:#ea1d2c;color:#ea1d2c}@-webkit-keyframes dot-flashing{0%{background-color:#ffffffb0}50%,to{background-color:#fff}}@keyframes dot-flashing{0%{background-color:#ffffffb0}50%,to{background-color:#fff}}.button-loader{display:flex;justify-content:center;width:100%}.form-register{display:flex;flex-direction:column;margin-bottom:16px;margin-left:33px;margin-right:33px}.form-register__special-price{display:flex;flex-wrap:wrap;justify-content:space-between;padding:0}.form-register .input{width:239px}.special-price__submit{display:flex;justify-content:center;width:100%}.special-price__submit .button{justify-content:center;width:120px}.progressive-price{margin-bottom:0}.progressive-price .price-container{display:flex;flex-direction:column;justify-content:space-around}.progressive-price .price-line{display:flex;justify-content:space-between;margin-top:24px;width:520px}.progressive-price .clicable-text{color:#ea1d2c;font-size:14px;letter-spacing:0;line-height:32px;margin-right:24px;text-align:right}.progressive-price .second-dropdown{margin-top:24px}.progressive-price .outlined-label{font-size:12px}.react-datepicker__input-container .form-brand__input{width:100%}.modal-wrapper>.modal>.modal__title{padding-left:16px;text-align:left}.outlined-label-wrap{width:244px}.condition-container .dropdown-label-wrap{margin-left:0;width:239px}.date-line{display:flex;padding:0}.date-line .checkbox-ifood{padding:0}.date-line h5{margin-left:9px}.input-line{display:flex;justify-content:space-between;margin-top:16px;width:504px}.button-container{display:flex;justify-content:flex-end}.image-container{height:45px;width:45px}.price-title{margin-top:0}.card{background:#fff;border:1px solid #f2f2f2;border-radius:4px;box-sizing:border-box;padding:16px;width:100%}@media (max-width:999px){.card{padding:16px 8px}}.drawer-container{--transition-speed:0.3s}.drawer{background:#fff;box-shadow:0 0 15px rgba(0,0,0,.5);height:100%;overflow-y:scroll;position:fixed;top:0;width:585px;z-index:1000}.drawer.right{right:0;-webkit-transform:translateX(100%);transform:translateX(100%)}.drawer.right .modal-wrapper{justify-content:flex-end}.drawer.top{height:40%;left:0;right:0;top:0;-webkit-transform:translateY(-100%);transform:translateY(-100%);width:100%}.drawer.bottom{bottom:0;height:100vh;left:0;right:0;-webkit-transform:translateY(100%);transform:translateY(100%);width:100%}.drawer-container.open{display:block}.drawer-container.open .right{-webkit-animation:slide-in-from-right .3s forwards;animation:slide-in-from-right .3s forwards}.drawer-container.open .top{-webkit-transform:translateY(0);transform:translateY(0)}.drawer-container.open .bottom{-webkit-animation:slide-in-from-bottom .3s forwards;animation:slide-in-from-bottom .3s forwards}.backdrop{background:rgba(0,0,0,.5);height:100%;left:0;opacity:0;pointer-events:none;position:fixed;top:0;transition:opacity var(--transition-speed) ease,visibility var(--transition-speed) ease;visibility:hidden;width:100%;z-index:0}.drawer-container.open .drawer{box-shadow:0 0 15px rgba(0,0,0,.5)}.drawer-container.open .backdrop{opacity:1;pointer-events:auto;visibility:visible;z-index:999}@-webkit-keyframes slide-in-from-right{to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slide-in-from-right{to{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes slide-in-from-bottom{to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slide-in-from-bottom{to{-webkit-transform:translateY(0);transform:translateY(0)}}.edit-offer .form-register--category .input{margin-bottom:24px;width:239px!important}.edit-offer .form-register--category .toggle-wrap{align-items:center;display:flex}.edit-offer .form-register--category .toggle-wrap__label{margin-right:16px}.edit-offer .form-register--category .dropdown-label-wrap{margin-bottom:24px;width:200px}.edit-offer .form-register--category .stock .outlined-label{display:flex;flex-direction:column;height:40px;justify-content:space-between;margin:0 0 24px;width:200px}.edit-offer .header-customer-group--special-price{margin-bottom:0;margin-top:48px}.edit-offer .header-customer-group--special-price .header-customer-group__info{margin-bottom:32px}.edit-offer .header-product{align-items:center;display:flex;margin-bottom:0;margin-left:16px}.edit-offer .header-product__info{margin-bottom:0}.edit-offer .link__special-price{font-size:16px;font-weight:700;position:absolute;right:200px;text-decoration:none;top:62px}.edit-offer .header-customer-group--progressive-price{margin-bottom:0;margin-top:48px}.edit-offer .header-customer-group--progressive-price .header-customer-group__info{margin-bottom:32px}.edit-offer .link__prog-price{margin-bottom:24px}.edit-offer .modal__prog-price{margin-left:0;max-height:500px;padding-top:16px;width:300px}.edit-offer .modal__prog-price .dropdown-label-wrap,.edit-offer .modal__prog-price .outlined-label-wrap{margin-bottom:24px;width:200px}.edit-offer .modal__special-price{margin-left:0;max-height:500px;overflow-y:inherit;padding-top:16px;width:547px}.edit-offer .modal__special-price .dropdown-label-wrap,.edit-offer .modal__special-price .outlined-label-wrap{margin-bottom:32px;width:210px}.edit-offer .table-admin{margin-bottom:40px}.edit-offer .container{background-color:#fff;height:100%;margin:32px;width:585px}.edit-offer .container h2{font-size:18px;letter-spacing:0;line-height:24px;text-align:left}.edit-offer .container h3{font-size:16px;letter-spacing:0;line-height:24px;text-align:left}.edit-offer .subtitle-container{margin-bottom:16px;margin-left:33px;margin-right:33px;width:494px}.edit-offer .subtitle-container h4{font-size:18px;letter-spacing:0;line-height:24px;text-align:left}.edit-offer .second{display:flex;justify-content:flex-start;margin-left:0;margin-top:16px}.edit-offer .subtitle{font-size:18px;letter-spacing:0;line-height:24px;margin-bottom:24px;text-align:left}.edit-offer .condition-container{margin-bottom:0}.edit-offer .card-container{align-items:center;display:flex;flex-direction:row;margin-top:16px;padding:16px;width:504px}.edit-offer .price-type:hover{border-color:red;cursor:pointer}.edit-offer .price-title h2{margin-top:0}.edit-offer .button-container{align-content:flex-end;display:flex;justify-content:flex-end;margin-bottom:32px;margin-top:32px;width:504px}.edit-offer .header-drawer{align-items:center;display:flex;margin-top:43px}.edit-offer .header-drawer .icon{cursor:pointer;margin:32px}.edit-offer .header-drawer h3{font-size:20px;font-style:normal;font-weight:500;letter-spacing:0;line-height:24px;text-align:center}.form-register--category .input{margin-bottom:24px;width:200px}.product-specifications .icon-trash{margin-left:210px}.product-specifications__autocomplete{max-width:252px}.product-specifications__autocomplete .MuiAutocomplete-inputRoot[class*=MuiOutlinedInput-root],.product-specifications__autocomplete .outlined-label-field:not(textarea){height:auto;margin-bottom:16px}.product-specifications__autocomplete .MuiInputBase-root.MuiOutlinedInput-root.MuiAutocomplete-inputRoot.MuiInputBase-fullWidth.MuiInputBase-formControl.MuiInputBase-adornedStart.MuiOutlinedInput-adornedStart.MuiInputBase-adornedEnd.MuiOutlinedInput-adornedEnd{padding-right:44px}.MuiInputLabel-outlined.MuiInputLabel-shrink{-webkit-transform:translate(14px,-8px) scale(1);transform:translate(14px,-8px) scale(1)}.form-register__prdvariation .input{margin-bottom:24px;width:200px}.form-register__prdvariation .dropdown-label-wrap{margin-bottom:24px;position:relative;width:200px}.form-register__prdvariation .dimensions{padding-top:16px}.form-register__prdvariation .dimensions .outlined-label-wrap{display:inline-block}.form-register__prdvariation .dimensions .outlined-label-wrap .input{min-width:160px}.form-register__prdvariation .dimensions .outlined-label-field+.outlined-label{margin-left:24px;top:35%}.form-register__prdvariation .product-specifications{margin-top:56px}.react-toggle{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;background-color:initial;border:0;cursor:pointer;display:inline-block;padding:0;position:relative;touch-action:pan-x;-webkit-user-select:none;user-select:none}.react-toggle-screenreader-only{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.react-toggle--disabled{cursor:not-allowed;opacity:.5;transition:opacity .25s}.react-toggle-track{background-color:#4d4d4d;border-radius:30px;height:24px;padding:0;transition:all .2s ease;width:50px}.react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track{background-color:#000}.react-toggle--checked .react-toggle-track{background-color:#19ab27}.react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track{background-color:#128d15}.react-toggle-track-check{bottom:0;height:10px;left:8px;line-height:0;margin-bottom:auto;margin-top:auto;opacity:0;position:absolute;top:0;transition:opacity .25s ease;width:14px}.react-toggle--checked .react-toggle-track-check,.react-toggle-track-x{opacity:1;transition:opacity .25s ease}.react-toggle-track-x{bottom:0;height:10px;line-height:0;margin-bottom:auto;margin-top:auto;position:absolute;right:10px;top:0;width:10px}.react-toggle--checked .react-toggle-track-x{opacity:0}.react-toggle-thumb{background-color:#fafafa;border:1px solid #4d4d4d;border-radius:50%;box-sizing:border-box;height:22px;left:1px;position:absolute;top:1px;transition:all .5s cubic-bezier(.23,1,.32,1) 0ms;transition:all .25s ease;width:22px}.react-toggle--checked .react-toggle-thumb{border-color:#19ab27;left:27px}.react-toggle--focus .react-toggle-thumb{box-shadow:0 0 2px 3px #0099e0}.react-toggle:active:not(.react-toggle--disabled) .react-toggle-thumb{box-shadow:0 0 5px 5px #0099e0}.form-register--offer .input{height:42px;margin-bottom:24px;width:465px!important}.form-register--offer .outlined-label-wrap{width:500px}.form-register--offer .dropdown-ifood-register .Dropdown-control{margin-bottom:24px;width:465px!important}.form-register--offer .dropdown-ifood-register .Dropdown-control .Dropdown-placeholder{color:#717171}.form-register--offer .go-back{cursor:pointer;left:270px}.form-register--offer .stock .outlined-label{display:flex;flex-direction:column;height:40px;justify-content:space-between;margin:0 0 24px;width:465px!important}.form-register--offer .headerFormRegister{display:flex;justify-content:space-between;margin-bottom:28px}.form-register--offer .headerFormRegister .header-product{align-items:center;display:flex;margin-bottom:0;margin-left:16px}.form-register--offer .headerFormRegister .header-product__info{margin-bottom:0}.form-register--offer .headerFormRegister .btn-save{border-radius:6px;color:#fff;font-family:iFood RC Titulos,sans-serif;font-size:16px;font-weight:700;height:48px}.form-register--offer .imporOffersRegister{font-size:16px;font-weight:700;position:absolute;right:200px;top:62px}.form-register--offer .imporOffersRegister .link{margin-right:0;text-decoration:none}.form-register--offer .contentFormRegister{border-top:1px solid #dcdcdc}.form-register--offer .contentFormRegister .spaceContent{margin-bottom:32px}.form-register--offer .MuiFormControl-fullWidth{height:42px;margin-bottom:24px;width:465px}.form-register--offer .radioButtonsFormGroup{display:flex;margin-bottom:24px;margin-top:10px}.form-register--offer .radioButtonsFormGroup .radioButtonsEditOffer{margin-right:8px;margin-top:2px;max-width:18px}.form-register--offer .radioButtonsFormGroup .radioButtonsEditOffer .radio-input:first-child{margin-bottom:10px}.form-register--offer .radioButtonsFormGroup .radioReasons{display:flex;flex-direction:column;font-family:iFood RC Textos,sans-serif}.form-register--offer .radioButtonsFormGroup .radioReasons .labelRadioReasons:first-child{margin-bottom:8px}.form-register--offer .special-prices__title{margin-bottom:35px;margin-top:48px}.form-register--offer .special-prices__content__row{display:flex;gap:14px}.form-register--offer .special-prices__content__row .dropdown-ifood__control,.form-register--offer .special-prices__content__row .dropdown-label-wrap{height:42px;margin-bottom:0}.form-register--offer .special-prices__content--description{margin-bottom:16px}.form-register--offer .labelOfferEdit{color:#3e3e3e;font-family:iFood RC Textos,sans-serif;font-size:16px;margin-bottom:4px;margin-top:0}.form-register--offer .labelOfferInput{color:#717171;font-family:iFood RC Textos,sans-serif;font-size:16px}.form-register--offer .react-toggle{cursor:pointer}.form-register--offer .react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track{background-color:#dcdcdc}.form-register--offer .react-toggle-track{background:#dcdcdc}.form-register--offer .react-toggle-track-check,.form-register--offer .react-toggle-track-x{display:none}.form-register--offer .react-toggle-thumb{background:#f2f2f2;border-color:#f2f2f2;box-shadow:0 2px 2px rgba(0,0,0,.24)}.form-register--offer .react-toggle--checked{cursor:pointer}.form-register--offer .react-toggle--checked .react-toggle-track{background:#ea1d2c}.form-register--offer .react-toggle--checked .react-toggle-thumb{background:#fff;border-color:#fff}.form-register--offer .react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track{background:#ef5753}.form-register--offer .react-toggle--focus .react-toggle-thumb,.form-register--offer .react-toggle:active:not(.react-toggle--disabled) .react-toggle-thumb{box-shadow:0 2px 2px rgba(0,0,0,.24)}.form-register--offer .react-toggle:hover .react-toggle-track{background:#dcdcdc}.form-register--offer .toggle-wrap{margin-bottom:24px}.form-register--offer .toggle-wrap .toggle-wrap__label{margin-bottom:2px}.product-variation-tabs{border-top:4px solid #f2f2f2;margin-top:56px;padding-top:56px}.MuiTypography-root .header-customer-group{margin-bottom:0}.table-admin--offer thead .table-admin__title:first-child{min-width:300px}.prod-variation__success{bottom:30px;position:fixed}.prod-variation .toggle-wrap{align-items:center;display:flex;margin-bottom:24px}.prod-variation .toggle-wrap__label{margin-right:16px}.content-body.home{align-items:center;display:flex;flex-flow:row wrap;height:100vh;justify-content:center;padding:40px 63px}.content-body.home .content-body__box{gap:40px;justify-content:space-between;max-width:980px}.progress{display:flex;flex-direction:column;width:575px}.progress .status{display:flex;flex-direction:row;margin-bottom:12px;margin-left:48px;position:relative}.progress .status:not(:last-child):after{background:#717171;content:"";height:100%;left:-1px;position:absolute;top:20px;width:1px;z-index:-1}.progress .steps{background:#fff;border:2px solid #a6a6a6;border-radius:60%}.progress .steps,.progress .steps--success{display:flex;height:20px;margin:0 0 0 -10px;width:20px}.progress .steps--success{background:#50a773;background-image:url(/static/media/check_bar.64b144b943a36b0e2161.svg);border:2px solid #50a773;border-radius:60%}.progress .steps--failed{background:#ea1d2c;background-image:url(/static/media/failed_bar.cfaaf2aea63870fcece8.svg);border:2px solid #ea1d2c;border-radius:60%;display:flex;height:20px;margin:0 0 0 -10px;width:20px}.progress .steps__title{line-height:24px}.progress .steps__title--success{color:#50a773}.progress .steps__title--failed{color:#ea1d2c}.progress .steps__date{color:#a6a6a6;line-height:18px}.progress .steps__information{display:flex;flex-direction:column;margin-left:16px}.audit-history__text{margin:0}.audit-history__text--limit{max-width:490px;word-break:break-word}.order-detail__history{margin-bottom:56px}.order-detail__history-audit{padding:24px;text-align:center}.order-detail__history .order-detail__history-link.link{color:#717171;font-size:14px}.order-detail__steps{align-items:flex-start;display:flex;justify-content:space-between}.order-detail__steps-item{align-items:center;display:flex;flex-direction:column;text-align:center}.order-detail__steps-item.active .order-detail__steps-box-icon{border:1px solid #50a773}.order-detail__steps-item.active .order-detail__steps-label{color:#50a773}.order-detail__steps-box-icon{align-items:center;background:#f7f7f7;border-radius:78px;display:flex;height:78px;justify-content:center;margin-bottom:14px;width:78px}.order-detail__steps-label{font-size:14px;font-weight:300;line-height:16px;margin-bottom:14px;width:104px}.order-detail__steps-info{color:#717171;font-size:12px;font-weight:300;line-height:16px;width:67px}.order-detail__steps-arrow{align-self:flex-start;margin-top:39px}.historic{width:973px}.historic__title{font-size:20px;font-style:normal;font-weight:500;height:24px;line-height:24px;text-align:center;width:100%}.historic__table{display:block;max-height:340px;overflow-y:auto}.historic .table-admin{border-spacing:0;min-width:100%}.hasHistory{margin-top:24px;width:70%}.hasHistory .button{margin-left:15px}.containerReason{border-radius:6px;max-width:700px;padding-left:25px;width:100%}.containerReason__title{color:#3e3e3e;font-style:normal;font-weight:700;height:24px;margin-bottom:25px;margin-left:-8px;text-align:left;width:100%}.containerReason__reasons,.containerReason__title{font-family:SulSans,Helvetica,sans-serif;font-size:16px;line-height:24px}.containerReason__reasons{color:#717171;font-weight:400;padding:0 0 5px 10px}.containerReason__content{max-height:612px;overflow-x:auto;width:100%}.containerReason__containerRadios{display:flex;justify-content:flex-start;justify-items:left;text-align:left}.containerReason__radios{display:flex;height:auto;line-height:24px;padding-top:15px;text-align:left}.containerReason__subReasons{display:flex;line-height:24px;padding-left:28px;padding-top:4px}.containerReason__radios input{border:1px solid #444!important}.containerReason__modalbtns{justify-content:flex-end;text-align:right}.containerReason__modalbtns button{margin-left:16px}.containerReason__textarea{color:#717171;font-family:SulSans,Helvetica,sans-serif;font-size:16px;line-height:24px;margin-bottom:42px;margin-top:12px;width:100%}.containerReason .centerButton{text-align:center}.containerReason .buttonOrderReason{font-size:16px;justify-content:center;min-width:100px}.containerReason .radio{border:1px solid #dcdcdc;border-radius:50%;cursor:pointer;display:block}.containerReason .outlined-label-wrap{width:100%}.containerReason .buttonOrderReason.btn-secondary{padding:0 24px}.containerOrder .table-admin{padding:16px 0}.modal-content-order{align-items:center;display:flex;flex-direction:column;font-family:SulSans,Helvetica,sans-serif;height:auto;justify-content:center;width:443px}.modal-content-order__check{height:80px;width:81.36px}.modal-content-order__title{color:#50a773;font-size:20px;font-weight:500;text-align:center}.modal-content-order__description{color:#717171;font-size:16px;line-height:24px;text-align:center}.modal-content-order button{font-family:SulSans,Helvetica,sans-serif;font-size:16px;font-weight:500;line-height:24px}.modal-content-quantity{align-items:flex-end;display:flex;flex-direction:column;height:auto;justify-content:space-around;width:443px}.modal-content-quantity__title{align-self:flex-start;color:#3e3e3e;font-size:20px;font-weight:500;margin-top:-25px;padding-left:17px;text-align:center}.modal-content-quantity__description{color:#717171;font-size:16px;line-height:20px;margin:12px 0;padding-left:16px}.modal-content-quantity__count{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:20px;width:100%}.modal-content-quantity__count .count-name{color:#3e3e3e;font-size:12px;line-height:16px;min-width:339px;padding-left:18px;padding-right:10px}.modal-content-quantity__count .count-increment-decrement{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:165px}.modal-content-quantity__count .count-number{border:1px solid #ddd;border-radius:6px;color:#3e3e3e;font-size:12px;font-weight:700;line-height:24px;margin:0 5px;padding:5px 3px}.modal-content-quantity__count .counter-button{background-color:#fff;background-position:50%;background-repeat:no-repeat;border:1px solid #ddd;border-radius:4px;height:12px;outline:none;padding:16px 10px;text-decoration:none;width:12px}.modal-content-quantity__count .counter-button:hover{cursor:pointer}.modal-content-quantity__count .counter_minus--active{background-image:url(/static/media/minus-red.062b1ff8868714e38934.svg)}.modal-content-quantity__count .counter_minus--inactive{background-image:url(/static/media/minus-grey.c4fc81a2825274b58f9c.svg)}.modal-content-quantity__count .counter_plus--active{background-image:url(/static/media/plus-red.8b5e843893c8b1cf9789.svg)}.modal-content-quantity__count .counter_plus--inactive{background-image:url(/static/media/plus-grey.9dfc9e68ae9dc2d15e13.svg)}.modal-content-quantity_confirm{justify-content:center;min-width:96px}.modal-content-quantity .button{font-size:16px;padding:0 10px}.modal-content-confirm{align-items:flex-end;display:flex;flex-direction:column;height:auto;justify-content:space-around;width:443px}.modal-content-confirm__title{align-self:flex-start;color:#3e3e3e;font-size:20px;font-weight:500;margin-top:-25px;padding-left:17px}.modal-content-confirm__description{color:#717171;font-size:16px;line-height:24px;padding-left:16px;text-align:left}.modal-content-confirm__description-top{margin:0}.modal-content-confirm .modal-content.btn-align{align-items:flex-end;text-align:right}.modal-content-confirm .btn-secondary{padding:0 10px}.modal-content-confirm .counter-button .button-loader{width:67px}.weight-form--error-input{background:#fcebea!important;border:1px solid #ea1d2c!important}.order-detail__card-item--input{margin-bottom:8px}.order-detail__card-item--error-input{color:#ea1d2c!important}.order-detail__card-item--reduced-space{display:flex;justify-content:space-between;margin:0 0 8px}.order-detail__modal{max-width:340px}.order-detail__card-button{width:78px}.order-detail .modal-wrapper .modal.order-detail__modal-discount{width:360px}.order-detail .modal-wrapper .modal.order-detail__modal-discount .modal__body{margin-top:0}.delivery-item-table__discount{padding:5px}.delivery-item-table .table-admin__data--disabled{color:#a6a6a6}.item-variable-weight-text{white-space:nowrap}@media (max-width:999px){.item-variable-weight-text{white-space:normal}}.btn-rupture{background-color:initial;border:0;outline:none;padding:0}.btn-rupture:hover{cursor:pointer}.btn-rupture svg{pointer-events:none}.display-none{display:none}.display-flex{display:flex}.display-flex>div{flex:1 1}.discount-colored{color:#50a773}.discountLink{color:#50a773;cursor:pointer;text-decoration:underline}.rupture-table__edit{align-items:center;display:flex;gap:4px;justify-content:center;width:100%}.hasHistory{max-width:960px}.btn-originalOrder,.hasHistory{align-items:center;display:flex;flex-direction:row;justify-content:center}.btn-originalOrder{margin-top:24px;width:60%}.modal-alter-status__form--in-separation .react-datepicker__input-container .form-brand__input--start-date{width:250px}.arrow{align-self:center;margin:0 38px}.arrow__right{border:solid #000;border-radius:2px;border-width:0 3px 3px 0;display:inline-block;margin-left:6px;padding:4px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.rectangle{background:#000;border-radius:2px;height:3px;margin-top:-11px;position:absolute;width:18px}.request-vehicle{display:flex;flex-direction:column;min-width:520px;width:auto}.request-vehicle__header{display:flex;margin-bottom:24px}.request-vehicle__header .button,.request-vehicle__header .button--white{border:none}.request-vehicle__header-confirmation{display:flex;justify-content:space-between;margin-bottom:46px}.request-vehicle__subtitle{margin-bottom:12px}.request-vehicle__order{line-height:24px;margin-bottom:24px}.request-vehicle__order-first{margin-bottom:24px}.request-vehicle__text{line-height:24px}.request-vehicle__instructions{display:flex;flex-direction:column;line-height:24px;padding:16px 0}.request-vehicle__topic{align-items:baseline;display:flex;flex-direction:row;line-height:24px;margin:0 0 11px}.request-vehicle__modal{align-self:flex-end;margin-bottom:-18px;margin-right:-24px}.request-vehicle__modal:after{background-image:url(/static/media/Group%2096.13d60f0f077ae8550d84.svg);background-repeat:no-repeat;content:"";display:inline-block;height:336px;margin-left:26px;width:291px}.request-vehicle__confirmation{align-items:center;display:flex;flex-direction:column;line-height:24px;margin:0 48px 0 47px;text-align:center}.request-vehicle__confirmation-first{margin-bottom:32px}.request-vehicle__confirmation-second{margin-bottom:36px}.request-vehicle .icon-check{align-self:center;height:76px;margin-bottom:12px;width:76px}.request-vehicle__next-right{align-self:flex-end}.request-vehicle__next-right .button{align-content:center;font-size:18px;justify-content:center;width:193px}.request-vehicle__next-left{align-self:flex-start}.request-vehicle__next-left .button{align-content:center;font-size:18px;justify-content:center;width:193px}.modal-request{display:flex}.modal-request__column{flex-direction:column}.modal-request .request-column{display:flex}.modal-request .request-column .request-vehicle{min-width:inherit}.check-component{display:flex;margin:0 8px}.check-component .right{margin-top:2px;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:8px}.check-component .left,.check-component .right{background:#ea1d2c;border-radius:2px;height:3px}.check-component .left{margin-left:-5px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:12px}.modal-alter-status{max-height:40em!important;min-height:20em;overflow:inherit!important;width:35em}.modal-alter-status__title{margin-bottom:32px;text-align:center}.modal-alter-status__form>*{margin:1em}.modal-alter-status__form__error{color:#ea1d2c;margin-left:1em}.modal-alter-status__submit{float:right}.modal-alter-status__error-date{color:#ea1d2c!important}.alter-status-arrow{margin-left:1em;margin-right:1em}.modal-alter-status-reason{width:35em}.order-detail__deliveries{border-top:8px solid #f2f2f2;margin-top:48px}.order-detail__deliveries-seller{border-top:none;margin-top:0}.order-detail__delivery{border-bottom:4px solid #f2f2f2;padding:53px 0 75px}.order-detail__delivery:last-child{border-bottom:0}.order-detail__delivery-title{font-size:16px;font-weight:500;margin:0 16px 0 0}.order-detail__delivery-info{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:84px}.order-detail__delivery-info-left{display:flex}.order-detail__delivery-list{min-width:280px}.order-detail__delivery-actions{display:flex;flex-direction:column;width:13em}.order-detail__delivery-actions .button{margin-bottom:14px}.order-detail__delivery-item{display:flex;justify-content:space-between;margin:0 0 16px}.order-detail__delivery-periods,.order-detail__delivery-value{font-weight:500;padding-left:8px}.order-detail__delivery-periods{color:#ea1d2c}.order-detail__delivery-invoice{flex-direction:column}.order-detail__delivery-invoice .order-detail__delivery-title{margin-bottom:16px}.order-detail .btn-cancel{text-align:center}.containerOrder{border-radius:6px;max-width:700px;width:100%}.containerOrder__title{font-size:16px}.containerOrder__data,.containerOrder__title{font-family:SulSans,Helvetica,sans-serif;font-style:normal;font-weight:700;text-align:center;width:100%}.containerOrder__data{font-size:14px}.containerOrder__modalbtns{justify-content:flex-end;padding-top:66px;text-align:right}.containerOrder__modalbtns button{margin-left:16px}.containerOrder .table-admin{display:block;max-height:180px;min-width:auto;overflow-y:auto;width:100%}.containerOrder .table-admin__title:last-child{min-width:100px}.containerOrder .buttonOrder{font-size:16px}.containerOrder .table-admin__data{font-size:14px;min-width:120px}.containerOrder .buttonOrder.btn-secondary{padding:0 24px}.order-detail__link{color:#3e3e3e}.order-detail__summary{display:flex;margin:32px 0 40px}.order-detail__summary-value{display:flex;flex-direction:column;justify-content:space-between;width:265px}.order-detail__summary-value-item{display:flex;justify-content:space-between;margin:0 0 16px}.order-detail__summary-title{margin:0 106px 0 0}.order-detail__payments-customer{align-items:flex-start;display:flex;margin:40px 0 58px}.order-detail .cards-stretch{align-items:stretch;justify-content:inherit;margin:0 0 58px}.order-detail .cards-stretch .flex-grid--wrap{margin:0}.order-detail__card{background:#f7f7f7;border-radius:4px;margin-right:24px;max-height:660px;overflow-y:auto;padding:24px}.order-detail__card--payments{margin-top:24px}.order-detail__card:last-child{margin-right:0}.order-detail__card-title{font-size:20px;font-weight:500}.order-detail__card-item{display:flex;justify-content:space-between;margin:0 0 16px}.order-detail__card-item--strong{font-weight:500;margin-bottom:8px}.order-detail__card-item:last-child{margin-bottom:0}.order-detail__card-item--partner{color:#50a773}.order-detail__card-value{font-weight:500}.order-detail__card-list{border-bottom:1px solid #717171;margin-bottom:24px;padding-bottom:24px}.order-detail__card-list:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}.order-detail__order{border-bottom:8px solid #f2f2f2;margin-bottom:78px}.order-detail__info{display:flex}.order-detail__info-title{font-size:20px;margin:0 174px 0 0}.order-detail__info-detail{display:flex;flex-direction:column;width:360px}.order-detail__info-item{display:flex;justify-content:space-between;margin:0 0 16px}.order-detail__info-item:last-of-type{margin-bottom:24px}.order-detail__info-link{display:flex;justify-content:flex-end}.order-detail__info-value{font-weight:500}.audit-history__table table tbody tr:nth-child(odd) td:first-child{background:#f7f7f7}.audit-history__table table tbody tr td:first-child{border-right:1px solid #a6a6a6;padding:8px 16px}.pix-chargeback-request{max-width:100%;width:700px}.pix-chargeback-request .outlined-label-wrap{width:100%}.pix-chargeback-request__info-reason{margin-top:24px}.pix-chargeback-request .outlined-textarea{margin-top:24px;width:100%}.pix-chargeback-request__button-wrapper{display:flex;gap:16px;justify-content:flex-end;margin-top:26px}.pix-chargeback-request__close-button{border:1px solid;color:#ea1d2c}.pix-chargeback-success{grid-gap:16px;display:grid;gap:16px;justify-items:center;max-width:100%;width:456px}.pix-chargeback-success__description{max-width:330px;text-align:center}.pix-chargeback-success__button{font-weight:700;margin-top:20px}.pix-chargeback-error{grid-gap:16px;display:grid;gap:16px;justify-items:center;max-width:100%;width:456px}.pix-chargeback-error__button{border:1px solid;color:#ea1d2c;font-weight:700;margin-top:20px}.pix-chargeback__button{background-color:#fff;border:none;color:#ea1d2c;font-size:16px;margin-left:-6px;text-decoration:underline}.pix-chargeback__button:hover{color:#bc002d;cursor:pointer}.header-order{max-width:1460px}.header-order .togglebutton-ifood{flex:100% 1;margin-bottom:16px}.header-order .autocomplete-ifood,.header-order .outlined-label-wrap{width:232px}.header-order .react-datepicker__input-container .form-brand__input{margin-right:0;width:232px}.header-order.header-customer-group.header-customer-group--src,.header-order.header-customer-group.header-customer-group--src .header-customer-group__form{display:block}.header-order.header-customer-group.header-customer-group--src .header-customer-group__form .dropdown-label-wrap{margin-right:16px}.header-order.header-customer-group.header-customer-group--src .header-customer-group__form .header-customer-group__form-input{grid-gap:16px;display:grid;flex-wrap:wrap;gap:16px;grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.header-order .dropdown-ifood__control{width:233px}.header-order .toggle-wrap{display:flex}.header-order .toggle-wrap .react-toggle{cursor:default}.header-order .toggle-wrap .react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track{background-color:#dcdcdc}.header-order .toggle-wrap .react-toggle-track{background:#dcdcdc;height:18px;width:50px}.header-order .toggle-wrap .react-toggle-track-check,.header-order .toggle-wrap .react-toggle-track-x{display:none}.header-order .toggle-wrap .react-toggle-thumb{background:#f2f2f2;border-color:#f2f2f2;box-shadow:0 2px 2px rgba(0,0,0,.24);height:24px;top:-4px;width:24px}.header-order .toggle-wrap .react-toggle--checked{cursor:pointer}.header-order .toggle-wrap .react-toggle--checked .react-toggle-track{background:#ef5753}.header-order .toggle-wrap .react-toggle--checked .react-toggle-thumb{background:#ea1d2c;border-color:#ea1d2c}.header-order .toggle-wrap .react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track{background:#ef5753}.header-order .toggle-wrap .react-toggle--focus .react-toggle-thumb,.header-order .toggle-wrap .react-toggle:active:not(.react-toggle--disabled) .react-toggle-thumb{box-shadow:0 2px 2px rgba(0,0,0,.24)}.header-order .toggle-wrap .react-toggle:hover .react-toggle-track{background:#dcdcdc}.header-order .toggle-wrap .toggle-wrap__label{margin:0 0 0 12px}.form-order .react-datepicker{max-width:250px!important}.export-order-admin-grid{align-items:center;display:flex;margin-bottom:24px}.export-order-admin-icon{background:url(/static/media/Export.367b7a4c8de9224fb371.svg) no-repeat;color:red;height:16px;position:absolute;width:18px}.contentLinkExport{margin:0 12px}.linkExport{margin-left:12px}.modal-select-sellers-export{width:500px}.modal-select-sellers-export__subtitle{padding:8px 0}.modal-select-sellers-export .flex-grid.flex-grid--align-stretch.flex-grid--wrap.modal-select-sellers-export__search{align-items:center!important;padding:16px 0}.modal-select-sellers-export__button-add,.modal-select-sellers-export__button-export{float:right}.modal-select-sellers-export__button-export{margin-top:24px}.MuiAutocomplete-popper{z-index:999999!important}.header-customer-group .header-search-order__action{padding:0 8px}#listLinksHeader{right:auto;top:inherit;width:194px}#chevronDownHeaderOrder path{fill:#3e3e3e}.form-edit .btn-save{margin-bottom:24px}.form-edit--product{margin-bottom:80px}.form-edit--product .input{margin-bottom:24px;width:400px}.form-edit--product .dropdown-label-wrap{margin-bottom:24px;width:200px}.form-variation{display:flex;flex-direction:column}.form-variation .form-row{align-items:baseline;display:flex;margin-bottom:24px;margin-top:24px}.form-variation .form-row .btn-save,.form-variation .form-row .dropdown-label-wrap,.form-variation .form-row .outlined-label-wrap{height:40px;margin-bottom:16px;margin-right:16px;width:176px}.form-variation .form-row .link{-webkit-margin-start:auto;margin-inline-start:auto}.form-variation .form-row .MuiInputLabel-outlined{-webkit-transform:translate(14px,17px) scale(1);transform:translate(14px,17px) scale(1)}.form-variation .form-row .MuiAutocomplete-inputRoot[class*=MuiOutlinedInput-root] .MuiAutocomplete-input{padding:6.5px 4px}.edit-product .product-variations{border-top:4px solid #f2f2f2;margin-top:56px;padding-top:56px}.edit-product .table-admin--sample{margin-bottom:24px;margin-top:24px}.edit-product .table-admin--sample thead .table-admin__title:first-child{min-width:70px}.edit-product .table-admin--sample thead .table-admin__title:nth-child(2),.edit-product .table-admin--sample thead .table-admin__title:nth-child(4),.edit-product .table-admin--sample thead .table-admin__title:nth-child(5),.edit-product .table-admin--sample thead .table-admin__title:nth-child(6){min-width:150px}.modal-update-import-notice{max-width:500px}.modal-update-import-notice__subtitle{padding:8px 0}.modal-update-import-notice__subtitle:last-child{padding:16px 0}.modal-update-import-notice__button-import{float:right;margin-top:24px}.modal-update-import-notice .link.modal-update-import-notice__link{border:0;padding:0}.form-brand--product{width:100%}.form-brand--product .header-customer-group__actions-more{position:relative}.form-brand--product .product .outlined-label-wrap{margin-right:0}.form-brand--product .form-row{justify-content:space-between}.form-brand--product .form-brand__search{display:flex}.form-brand--product .options-link{position:relative}.form-brand--product .options-link .modal__body .options-btn{display:flex;flex-direction:column}.form-brand--product .options-link .modal__body .options-btn .link{padding:0}.form-brand--product .dropdown-label-wrap{margin-left:16px;margin-right:0}.form-brand--product .dropdown-label-wrap .dropdown-ifood__more-actions{width:240px}.form-brand--product .dropdown-label-wrap .MuiAutocomplete-endAdornment .MuiIconButton-root{transition:all .3s}.form-brand--product .dropdown-label-wrap .MuiAutocomplete-endAdornment .dropdown-ifood__arrow{-webkit-transform:translateY(0);transform:translateY(0);transition:all .3s}.countImages{margin-bottom:10px}.search-product .MuiInputLabel-outlined{-webkit-transform:translate(12px,20px) scale(1);transform:translate(12px,20px) scale(1)}.search-product .MuiAutocomplete-inputRoot[class*=MuiOutlinedInput-root] .MuiAutocomplete-input{padding:6.5px 4px}.search-product .product-images{align-items:center;display:flex;flex-direction:column}.search-product .product-images__list{padding:0;text-align:center}.search-product .product-images__list__label{margin-bottom:10px}.search-product .product-images__list--item{line-height:20px;list-style:none}.modal-product .modal-wrapper>.modal{line-height:24px;max-width:590px}.search-product .header-customer-group--src{margin-bottom:0;position:relative}.search-product .header-customer-group--src .header-customer-group__new{display:flex}.search-product .header-customer-group__actions-link--export{margin-right:16px;width:auto}.search-product .header-customer-group__info{margin-bottom:40px}.search-product .header-customer-group__new{align-items:baseline;margin-bottom:24px}.search-product .header-customer-group__new .new-product{margin-bottom:16px;margin-right:16px}.search-product .header-customer-group .options-link{width:200px}.search-product .header-customer-group__actions-more{top:19%}.search-product .header-customer-group .form-row .dropdown-label-wrap:first-child{margin-left:0}.search-product .table-admin--sample{margin-bottom:24px}.search-product .table-admin--sample thead .table-admin__title:first-child{min-width:70px}.search-product .table-admin--sample thead .table-admin__title:nth-child(2),.search-product .table-admin--sample thead .table-admin__title:nth-child(4),.search-product .table-admin--sample thead .table-admin__title:nth-child(5){min-width:150px}.header{width:1080px}.header--step{display:inline-flex;flex-direction:row-reverse;padding-bottom:16px;padding-top:16px}.header__itens{display:flex;justify-content:space-between}.header__step{background-color:#dcdcdc;border-radius:24px;display:inline-flex;height:8px;width:330px}.header__step--active{background-color:#ea1d2c}.identify-product .MuiFormLabel-root,.identify-product .MuiInputLabel-root{padding-top:6px}.identify-product .MuiInputBase-root{height:48px}.identify-product .suggestion-title{padding-top:52px}.identify-product .suggestion-description{padding-top:12px}.identify-product .link,.identify-product .suggestion-link{font-size:18px;padding-top:8px}.identify-product .button-suggestion{padding-top:44px}.identify-product .button-suggestion .btn-secondary,.identify-product .button-suggestion .button,.identify-product .button-suggestion .button-suggestion,.identify-product .button-suggestion .suggestion-register{align-items:center;border-radius:5px;display:grid!important;font-size:18px;height:48px;margin-left:16px;text-align:center;width:168px}.identify-product .btn--red{margin-left:16px;text-decoration:none}.identify-product .btn--red.active:not([disabled]),.identify-product .btn--red:hover:not([disabled]){cursor:pointer}.identify-product .btn--red[disabled]{background:#dcdcdc;border:none;color:#a6a6a6;cursor:default}.sale-condition__title{padding-bottom:16px}.sale-condition__fields{padding-bottom:24px;width:320px}.sale-condition__fields .outlined-label-field{height:48px}.sale-condition .button-suggestion{padding-top:24px}.sale-condition .button-suggestion .btn-secondary,.sale-condition .button-suggestion .button{align-items:center;border-radius:5px;display:grid!important;font-size:18px;height:48px;margin-left:16px;text-align:center;width:168px}.sale-condition .btn--red{margin-left:16px;text-decoration:none}.sale-condition .btn--red.active:not([disabled]),.sale-condition .btn--red:hover:not([disabled]){cursor:pointer}.sale-condition .btn--red[disabled]{background:#dcdcdc;border:none;color:#a6a6a6;cursor:default}.modal-suggestion__content{height:340px;width:600px!important}.modal-suggestion__title{padding:0 0 26px 24px}.modal-suggestion__description{line-height:24px;padding-bottom:18px;padding-left:29px}.modal-suggestion--action{height:302px;width:590px}.modal-suggestion--btn{display:flex;justify-content:flex-end;padding-right:60px}.modal-suggestion .btn-primary{align-items:center;background:#ea1d2c;border-radius:5px;color:#fff;display:block;font-size:18px;font-weight:500;margin-left:16px;padding:16px 16px 16px 42px;text-decoration:none;width:168px}.product-images{margin-top:12px}.form-suggestion{font-family:SulSans,sans-serif}.form-suggestion .button{display:block;font-size:18px;width:168px}.form-suggestion .header-product__description{padding-bottom:24px}.form-suggestion .header-product__description__title{padding-bottom:8px}.form-suggestion .dropdown-ifood,.form-suggestion .outlined-label-wrap{margin-bottom:24px;width:340px}.form-suggestion .product-name{align-items:center;display:inline-flex;margin-bottom:24px}.form-suggestion .product-name .outlined-label-field,.form-suggestion .product-name .outlined-label-wrap{height:48px;margin-bottom:0;width:1045px}.form-suggestion .input,.form-suggestion .unity_options{width:200px}.form-suggestion .dimensions{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:1080px;padding-bottom:18px}.form-suggestion .dimensions .outlined-label-wrap{align-items:baseline;display:flex;margin-right:16px;width:340px}.form-suggestion .dimensions .outlined-label-field{height:48px;width:340px}.form-suggestion .product-itens{display:flex}.form-suggestion .product-itens .outlined-label-field{height:48px;width:340px}.form-suggestion .product-unity{display:flex;justify-content:space-between;max-width:698px;padding-bottom:40px}.form-suggestion .product-unity .dropdown-label-wrap,.form-suggestion .product-unity .outlined-label-field,.form-suggestion .product-unity .outlined-label-wrap{border-radius:5px;height:48px;margin:0;width:340px}.form-suggestion .product-unity .dropdown-ifood__control{height:48px}.form-suggestion .product-unity .dropdown-ifood__placeholder,.form-suggestion .product-unity .dropdown-placeholder{padding-top:4px}.form-suggestion .product-inventory{padding-bottom:18px}.form-suggestion .product-inventory .input,.form-suggestion .product-inventory .register-suggestion,.form-suggestion .product-inventory .unity_options{height:48px;width:340px}.form-suggestion .autocomplete{display:flex;flex-direction:column}.form-suggestion .autocomplete .MuiAutocomplete-root{height:48px;margin-bottom:0}.form-suggestion .autocomplete .dropdown-ifood{width:400px}.form-suggestion .autocomplete .MuiInputBase-root{height:48px}.form-suggestion .autocomplete .MuiFormLabel-root{top:4px}.form-suggestion .autocomplete__brand{display:flex;justify-content:space-between;max-width:696px}.form-suggestion .autocomplete__brand .MuiInputBase-root,.form-suggestion .autocomplete__brand .autocomplete,.form-suggestion .autocomplete__brand .dropdown-ifood,.form-suggestion .autocomplete__brand .edit-suggestion,.form-suggestion .autocomplete__brand .input,.form-suggestion .autocomplete__brand .register-suggestion,.form-suggestion .autocomplete__brand .unity_options{height:48px;width:340px}.form-suggestion .autocomplete__brand .button{margin-left:16px;max-height:48px}.form-suggestion .product-section{border-top:2px solid #f2f2f2;padding-top:40px;width:1080px}.form-suggestion .product-price{display:flex;padding-bottom:16px}.form-suggestion .product-price .dropdown-label-wrap,.form-suggestion .product-price .outlined-label-field,.form-suggestion .product-price .outlined-label-wrap{border-radius:5px;height:48px;width:340px}.form-suggestion .product-price .dropdown-ifood__control{height:48px}.form-suggestion .product-price .dropdown-ifood__placeholder,.form-suggestion .product-price .dropdown-placeholder{padding-top:4px}.form-suggestion .header-customer-group--specification,.form-suggestion .suggestion-images{border-top:2px solid #f2f2f2;margin-top:56px;padding-top:56px}.form-suggestion .header-customer-group--specification,.form-suggestion .header-customer-group__info{margin-bottom:0}.form-suggestion .product-specifications{grid-row-gap:0;display:flex;flex-wrap:wrap;gap:32px;justify-content:space-between;max-width:580px}.form-suggestion .product-specifications .header-product{margin-bottom:0;margin-top:0;visibility:hidden}.form-suggestion .product-fields{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-between;max-width:1080px}.form-suggestion .product-fields .MuiAutocomplete-hasPopupIcon,.form-suggestion .product-fields .MuiAutocomplete-inputRoot,.form-suggestion .product-fields .dropdown-label-wrap,.form-suggestion .product-fields .outlined-label-field,.form-suggestion .product-fields .outlined-label-wrap{border-radius:5px;height:48px;width:340px}.form-suggestion .product-fields .dropdown-ifood__control{height:48px}.form-suggestion .product-fields .dropdown-ifood__placeholder,.form-suggestion .product-fields .dropdown-placeholder{padding-top:4px}.form-suggestion .dropdown-label-wrap{margin-bottom:24px;width:200px}.form-suggestion .dropdown-label-wrap .MuiInputBase-input{font-family:SulSans,sans-serif}.form-suggestion .dropdown-label-wrap .PrivateNotchedOutline-root-103.MuiOutlinedInput-notchedOutline{border:1px solid #dcdcdc}.form-suggestion .dropdown-label-wrap .MuiFormLabel-root.Mui-focused{color:#717171}.form-suggestion .list-fields{margin-bottom:16px;width:200px}.form-suggestion .list-fields .outlined-label-wrap{margin-right:0}.form-suggestion .list-fields .MuiInputBase-input{font-family:SulSans,sans-serif}.form-suggestion .list-fields .MuiFormLabel-root.MuiInputLabel-root.MuiInputLabel-formControl.MuiInputLabel-animated.MuiInputLabel-outlined{color:#a6a6a6;font-family:SulSans,sans-serif}.form-suggestion .suggestion-prod{background-color:#f7f7f7;border-radius:6px;height:136px;margin-top:40px;width:1080px}.form-suggestion .suggestion-prod__header{display:flex}.form-suggestion .suggestion-prod__title{color:#e7a74e;font-size:16px;padding:6px 0 8px 12px}.form-suggestion .suggestion-prod__description{line-height:24px;padding-left:48px}.form-suggestion .suggestion-prod__img{height:12px;margin-left:49px;margin-top:24px;width:12px}.form-suggestion .suggestion-prod__button{text-decoration:underline}.resume-suggestion{margin:0}.form-region .form-register__input{max-width:200px}.form-region .form-register__input--name{max-width:400px}.form-region .form-register label[for=name]{top:20px}.form-region .form-register__button{margin-left:16px}.form-region .form-register__description{margin-bottom:24px}.form-region .form-register__flex{align-items:center;display:flex;margin-bottom:24px}.form-region .form-register__flex input{margin-bottom:0}.form-region .form-register__toggle-button{margin:2px 0 0 16px}.form-region .form-register__button-save{margin-top:32px}.form-search__autocomplete{width:410px}.form-register--category .outlined-label-wrap{margin-bottom:24px}.form-register--category .outlined-label-wrap .input{margin:0;width:400px}.form-register--category .dropdown-label-wrap{margin-bottom:24px;width:200px}.form-register--category .dropdown-label-wrap__category{margin-bottom:24px;width:400px}.register-category .header-category{margin-bottom:40px}.register-category .header-category__info{margin-bottom:0}.register-category .header-category__description{margin-bottom:0;margin-top:0}.form-register{border:1px solid #f2f2f2;border-radius:6px;max-width:572px;padding:24px}.form-register__input-group{margin-bottom:24px}.form-register__input-group span{margin-bottom:4px}.form-register__input-group .outlined-label-wrap{width:100%}.form-register__input-group .outlined-label-wrap .input-blur-error{border:1px solid #ff7752}.form-register__input-group .outlined-label-wrap .input{margin-top:6px}.form-register__input-group .wrap{align-items:center;display:flex;gap:8px}.form-register__input-group .wrap .dropdown-label-wrap .dropdown-ifood .dropdown-ifood__control{border:1px solid #dcdcdc;border-radius:8px;height:48px;max-width:150px}.form-register__input-group .wrap .dropdown-label-wrap .dropdown-ifood .dropdown-ifood__control .Dropdown-arrow-wrapper span{background:url(/static/media/chevron-down-red.6d289a1d9d95f1d582be.svg) no-repeat;margin:auto}.form-register .input{width:100%}.form-register .dropdown-label-wrap{width:200px}.form-register button{position:absolute;right:65px;top:47px}.register-group .header-customer-group{margin-bottom:40px}.register-group .header-customer-group__info{margin-bottom:0}.table-brand{border-spacing:0;width:100%}.table-brand td,.table-brand th{border-right:1px solid #a6a6a6;color:#3e3e3e;padding:8px 16px;text-align:left}.table-brand__edit-link,.table-brand__edit-link:hover{color:#ea1d2c}.table-brand thead th{font-size:16px;font-weight:500}.table-brand thead th:first-child{border-right:0;width:30px}.table-brand thead th:nth-child(2){width:70px}.table-brand thead th:last-child{border-right:0;width:50%}.table-brand tbody tr td{font-size:14px}.table-brand tbody tr td:first-child{border-right:0;padding:0 9px 0 0}.table-brand tbody tr td:last-child{border-right:0}.table-brand tbody tr:nth-child(odd) td:not(:first-child){background:#f7f7f7}.pagination-ifoodshop{background:#f7f7f7;color:#717171;display:flex;list-style:none;margin:0;padding:0}.pagination-ifoodshop__item{margin-right:0;padding:5px 0}.pagination-ifoodshop__item-link{cursor:pointer;line-height:22px;padding:5px 8px}.pagination-ifoodshop .active{color:#ea1d2c}.pagination-ifoodshop .active:focus{outline:none}.pagination-ifoodshop .break,.pagination-ifoodshop .next,.pagination-ifoodshop .previous{padding:5px 8px}.pagination-ifoodshop .previous-arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.search-brand-paginate{display:flex;justify-content:flex-end;margin-top:24px}.search-brand .header-customer-group__info{margin-bottom:40px}.search-brand .table-admin--sample thead .table-admin__title:first-child{min-width:100px}.search-brand .table-admin--sample thead .table-admin__title:nth-child(2){min-width:250px}.form-brand{display:flex;flex-direction:column}.form-brand .form-row{align-items:center;display:flex;justify-content:flex-start;margin-bottom:24px}.form-brand .dropdown-label-wrap{margin-right:26px;width:170px}.form-brand .checkbox-ifood{margin-right:16px}.form-brand__input{border:1px solid #dcdcdc;border-radius:5px;color:#3e3e3e;font-family:SulSans,sans-serif;font-size:16px;margin-right:15px;padding:11px}.form-brand__input:focus{outline:none}.form-brand__see-all,.form-brand__see-all:hover{color:#ea1d2c}.form-brand__btn-filter{margin-top:20px}.react-datepicker{color:#3e3e3e;font-family:SulSans,sans-serif}.react-datepicker__header{background-color:#fff!important}.react-datepicker__day--keyboard-selected,.react-datepicker__day--selected{background-color:#ea1d2c!important;border-radius:50%!important}select option{background-color:#fff}#link-copy-info{left:20px;margin:0;padding:0;position:fixed;top:calc(100% - 70px);z-index:2}#pwLinkTemporary{cursor:pointer}.form-register--specification .dropdown-label-wrap__category{margin-bottom:24px;width:400px}.edit-specification .header-category{margin-bottom:32px;margin-top:0}.edit-specification .header-category__info{margin-bottom:0}.edit-specification .header-category__description{margin-top:0}.edit-specification .btn--white{margin-left:16px}.edit-specification .table-customer{margin-bottom:24px}.react-tag-input{align-items:center;background:#fff;border:1px solid #e1e1e1;border-radius:3px;color:#333;display:flex;flex-wrap:wrap;font-size:1rem;height:auto;min-height:2.375em;overflow-y:auto;padding:.1875em .375em;position:relative;width:100%}.react-tag-input,.react-tag-input *{box-sizing:border-box}.react-tag-input>*{margin:.1875em}.react-tag-input__input{-webkit-appearance:none;background:transparent;border:none;border-radius:3px;box-shadow:none;color:#333;flex-grow:1;font-size:1em;height:1.875em;line-height:1;margin:0 .1875em;outline:0;padding:0 0 0 .1875em;width:auto}.react-tag-input__input:-moz-placeholder,.react-tag-input__input:-ms-input-placeholder,.react-tag-input__input::-moz-placeholder,.react-tag-input__input::-webkit-input-placeholder,.react-tag-input__input::placeholder{color:#333}.react-tag-input__input:focus{border:none}.react-tag-input__tag{align-items:center;background:#e1e1e1;border-radius:3px;display:flex;font-size:.85em;line-height:1;position:relative}.react-tag-input__tag__content{border:none;outline:0;padding:0 .46875em;white-space:nowrap}.react-tag-input__tag__remove{background:#d4d4d4;border-bottom-right-radius:3px;border-top-right-radius:3px;cursor:pointer;font-size:.85em;height:2em;position:relative;width:2em}.react-tag-input__tag__remove:after,.react-tag-input__tag__remove:before{background-color:#333;content:" ";height:.9em;left:50%;position:absolute;top:50%;width:.15em}.react-tag-input__tag__remove:before{-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg)}.react-tag-input__tag__remove:after{-webkit-transform:translateX(-50%) translateY(-50%) rotate(-45deg);transform:translateX(-50%) translateY(-50%) rotate(-45deg)}.react-tag-input__tag__remove-readonly{width:0}.react-tag-input__tag__remove-readonly:after,.react-tag-input__tag__remove-readonly:before{content:"";width:0}.form-register__tags{margin:8px 0 16px;max-width:360px}.form-register--specification .dropdown-label-wrap,.form-register--specification .input{margin-bottom:24px;width:200px}.form-register--specification .check-filter,.form-register--specification .toggle-wrap{margin-bottom:24px}.form-register--specification .toggle-wrap__label{margin-right:12px}.register-specification .header-category{margin-bottom:40px}.register-specification .header-category__info{margin-bottom:0}.register-specification .header-category__description{margin-bottom:0;margin-top:0}.form-brand--suggest{width:100%}.form-brand--suggest .form-row .outlined-date{margin-right:16px}.form-brand--suggest .dropdown-label-wrap,.form-brand--suggest .outlined-label-wrap{margin-right:16px;width:248px}.form-brand--suggest .MuiAutocomplete-endAdornment .MuiIconButton-root{transition:all .3s}.form-brand--suggest .MuiAutocomplete-endAdornment .dropdown-ifood__arrow{-webkit-transform:translateY(0);transform:translateY(0);transition:all .3s}.form-brand--suggest .react-datepicker{width:auto}.form-brand--suggest .react-datepicker__input-container .form-brand__input{width:248px}.form-brand .MuiInputLabel-outlined{-webkit-transform:translate(12px,20px) scale(1);transform:translate(12px,20px) scale(1)}.form-brand .MuiAutocomplete-inputRoot[class*=MuiOutlinedInput-root] .MuiAutocomplete-input{padding:6.5px 4px}.form-brand .header-customer-group__actions-link{width:200px}.modal-suggest .modal-wrapper>.modal{line-height:24px;max-width:590px}.search-suggest .header-customer-group--src .header-customer-group__new{align-items:center;display:flex}.search-suggest .header-customer-group--src .header-customer-group__new .import-images{margin-left:16px}.search-suggest .header-customer-group--src .header-customer-group__new .options-link{margin-left:12px;position:relative}.search-suggest .header-customer-group--src .header-customer-group__new .options-link .modal__body .options-btn{display:flex;flex-direction:column}.search-suggest .header-customer-group--src .header-customer-group__new .options-link .modal__body .options-btn .link{margin:auto;padding:0}.search-suggest .modal-wrapper>.modal{line-height:24px;max-width:590px}.search-suggest .table-admin--sample{margin-bottom:24px}.search-suggest .table-admin--sample thead .table-admin__title:first-child{min-width:70px}.search-suggest .table-admin--sample thead .table-admin__title:nth-child(2),.search-suggest .table-admin--sample thead .table-admin__title:nth-child(4),.search-suggest .table-admin--sample thead .table-admin__title:nth-child(5){min-width:150px}.product-specifications .list-fields{margin-bottom:24px;width:250px}.product-specifications .icon-trash{margin-left:310px}.grid-list-container{height:100%;padding:4px;width:100%}.modalbtns{display:flex;justify-content:space-around;margin-top:24px}.image-list{margin:0 2px;position:relative;text-align:center;width:19%}.image-list .image-item{height:150px;width:100%}.btn-trash{background-color:#fff;background-image:url(/static/media/Trash.1fc4353853567b614825.svg);background-position:50%;background-repeat:no-repeat;background-size:15px;border-radius:4px;border-style:none;bottom:16px;box-shadow:0 2px 2px rgba(0,0,0,.24);padding:15px;position:absolute;right:5px;text-decoration:none;z-index:100}.btn-trash__icon{width:12px}.btn-trash:hover{box-shadow:0 8px 8px rgba(0,0,0,.24);cursor:pointer}.btn-trash:active,.btn-trash:focus{outline:none}.edit-suggestion{font-family:SulSans,sans-serif}.edit-suggestion .button{display:block;font-size:18px;width:168px}.edit-suggestion .header-product__description{padding-bottom:24px}.edit-suggestion .header-product__description__title{padding-bottom:8px}.edit-suggestion .dropdown-ifood,.edit-suggestion .outlined-label-wrap{margin-bottom:24px;width:340px}.edit-suggestion .product-name{align-items:center;display:inline-flex;margin-bottom:24px}.edit-suggestion .product-name .outlined-label-field,.edit-suggestion .product-name .outlined-label-wrap{height:48px;margin-bottom:0;width:1045px}.edit-suggestion .input,.edit-suggestion .unity_options{width:200px}.edit-suggestion .dimensions{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:1080px;padding-bottom:18px}.edit-suggestion .dimensions .outlined-label-wrap{align-items:baseline;display:flex;margin-right:16px;width:340px}.edit-suggestion .dimensions .outlined-label-field{height:48px;width:340px}.edit-suggestion .product-itens{display:flex}.edit-suggestion .product-itens .outlined-label-field{height:48px;width:340px}.edit-suggestion .product-unity{display:flex;justify-content:space-between;max-width:698px;padding-bottom:40px}.edit-suggestion .product-unity .dropdown-label-wrap,.edit-suggestion .product-unity .outlined-label-field,.edit-suggestion .product-unity .outlined-label-wrap{border-radius:5px;height:48px;margin:0;width:340px}.edit-suggestion .product-unity .dropdown-ifood__control{height:48px}.edit-suggestion .product-unity .dropdown-ifood__placeholder,.edit-suggestion .product-unity .dropdown-placeholder{padding-top:4px}.edit-suggestion .product-inventory{padding-bottom:18px}.edit-suggestion .product-inventory .input,.edit-suggestion .product-inventory .register-suggestion,.edit-suggestion .product-inventory .unity_options{height:48px;width:340px}.edit-suggestion .autocomplete{display:flex;flex-direction:column}.edit-suggestion .autocomplete .MuiAutocomplete-root{height:48px;margin-bottom:0}.edit-suggestion .autocomplete .dropdown-ifood{width:400px}.edit-suggestion .autocomplete .MuiInputBase-root{height:48px}.edit-suggestion .autocomplete .MuiFormLabel-root{top:4px}.edit-suggestion .autocomplete__brand{display:flex;justify-content:space-between;margin-bottom:24px;max-width:696px}.edit-suggestion .autocomplete__brand .autocomplete,.edit-suggestion .autocomplete__brand .dropdown-ifood,.edit-suggestion .autocomplete__brand .register-suggestion{width:340px}.edit-suggestion .autocomplete__brand .button{margin-left:16px;max-height:48px}.edit-suggestion .product-section{border-top:2px solid #f2f2f2;padding-top:40px;width:1080px}.edit-suggestion .product-price{display:flex;padding-bottom:16px}.edit-suggestion .product-price .dropdown-label-wrap,.edit-suggestion .product-price .outlined-label-field,.edit-suggestion .product-price .outlined-label-wrap{border-radius:5px;height:48px;width:340px}.edit-suggestion .product-price .dropdown-ifood__control{height:48px}.edit-suggestion .product-price .dropdown-ifood__placeholder,.edit-suggestion .product-price .dropdown-placeholder{padding-top:4px}.edit-suggestion .header-customer-group--specification,.edit-suggestion .suggestion-images{border-top:2px solid #f2f2f2;margin-top:56px;padding-top:56px}.edit-suggestion .header-customer-group--specification,.edit-suggestion .header-customer-group__info{margin-bottom:0}.edit-suggestion .product-specifications{grid-column-gap:27px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));max-width:1080px}.edit-suggestion .product-specifications .header-product{margin-bottom:0;margin-top:0;visibility:hidden}.edit-suggestion .product-Datasheet{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-between}.edit-suggestion .product-Datasheet .dropdown-label-wrap,.edit-suggestion .product-Datasheet .outlined-label-field,.edit-suggestion .product-Datasheet .outlined-label-wrap{border-radius:5px;height:48px;width:340px}.edit-suggestion .product-Datasheet .dropdown-ifood__control{height:48px}.edit-suggestion .product-Datasheet .dropdown-ifood__placeholder,.edit-suggestion .product-Datasheet .dropdown-placeholder{padding-top:4px}.edit-suggestion .dropdown-label-wrap{margin-bottom:24px;width:200px}.edit-suggestion .dropdown-label-wrap .MuiInputBase-input{font-family:SulSans,sans-serif}.edit-suggestion .dropdown-label-wrap .PrivateNotchedOutline-root-103.MuiOutlinedInput-notchedOutline{border:1px solid #dcdcdc}.edit-suggestion .dropdown-label-wrap .MuiFormLabel-root.Mui-focused{color:#717171}.edit-suggestion .list-fields{margin-bottom:16px;width:200px}.edit-suggestion .list-fields .outlined-label-wrap{margin-right:0}.edit-suggestion .list-fields .MuiInputBase-input{font-family:SulSans,sans-serif}.edit-suggestion .list-fields .MuiFormLabel-root.MuiInputLabel-root.MuiInputLabel-formControl.MuiInputLabel-animated.MuiInputLabel-outlined{color:#a6a6a6;font-family:SulSans,sans-serif}.suggestion-register .options{margin-top:56px;padding-top:56px}.suggestion-register .options .btn-secondary{margin-left:16px}.suggestion-register .modal-wrapper .modal{overflow-y:inherit;width:400px}.suggestion-register .modal-wrapper .modal__title{padding:16px 0 0}.suggestion-register .modal-wrapper .modal .dropdown-ifood{margin-bottom:24px}.product-images{align-items:center;display:flex}.product-images__item .image-list{align-items:center;border:1px solid #dcdcdc;box-sizing:border-box;display:flex;height:179px;margin-left:16px;padding:4px;position:relative;text-align:center;width:179px}.product-images__item .image-item{height:100%;margin:0;object-fit:cover;width:100%}.modal-import{border:1px dashed #ea1d2c;box-sizing:border-box;display:flex;height:179px;width:1080px}.modal-import .modal-import-itens{align-items:center;display:flex;flex-direction:column;margin:auto;padding-top:50px;text-align:center}.modal-import__zone-active{font-size:14px;height:179px;width:179px}.modal-import .import-image{width:82px}.register-suggestion{font-family:SulSans,sans-serif}.register-suggestion .button{display:block;font-size:18px;width:168px}.register-suggestion .header-product__description{padding-bottom:24px}.register-suggestion .header-product__description__title{padding-bottom:8px}.register-suggestion .dropdown-ifood,.register-suggestion .outlined-label-wrap{margin-bottom:24px;width:340px}.register-suggestion .dropdown-ifood__control,.register-suggestion .dropdown-label-wrap{height:48px}.register-suggestion .Dropdown-placeholder,.register-suggestion .dropdown-ifood__placeholder{margin-top:4px}.register-suggestion .product-name{align-items:center;display:inline-flex;margin-bottom:24px}.register-suggestion .product-name .outlined-label-field,.register-suggestion .product-name .outlined-label-wrap{height:48px;margin-bottom:0;width:1045px}.register-suggestion .input,.register-suggestion .unity_options{width:200px}.register-suggestion .dimensions{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:1080px;padding-bottom:18px}.register-suggestion .dimensions .outlined-label-wrap{align-items:baseline;display:flex;margin-right:16px;width:340px}.register-suggestion .dimensions .outlined-label-field{height:48px;width:340px}.register-suggestion .product-itens{display:flex}.register-suggestion .product-itens .outlined-label-field{height:48px;width:340px}.register-suggestion .product-unity{display:flex;justify-content:space-between;max-width:698px;padding-bottom:40px}.register-suggestion .product-unity .dropdown-label-wrap,.register-suggestion .product-unity .outlined-label-field,.register-suggestion .product-unity .outlined-label-wrap{border-radius:5px;height:48px;margin:0;width:340px}.register-suggestion .product-unity .dropdown-ifood__control{height:48px}.register-suggestion .product-inventory{padding-bottom:18px}.register-suggestion .product-inventory .input,.register-suggestion .product-inventory .register-suggestion,.register-suggestion .product-inventory .unity_options{height:48px;width:340px}.register-suggestion .autocomplete{display:flex;flex-direction:column}.register-suggestion .autocomplete .MuiAutocomplete-root{height:48px;margin-bottom:0}.register-suggestion .autocomplete .dropdown-ifood{width:400px}.register-suggestion .autocomplete .MuiInputBase-root{height:48px}.register-suggestion .autocomplete .MuiFormLabel-root{top:4px}.register-suggestion .autocomplete__brand{display:flex;justify-content:space-between;margin-bottom:24px;max-width:696px}.register-suggestion .autocomplete__brand .autocomplete,.register-suggestion .autocomplete__brand .dropdown-ifood,.register-suggestion .autocomplete__brand .register-suggestion{width:340px}.register-suggestion .autocomplete__brand .button{margin-left:16px;max-height:48px}.register-suggestion .product-section{border-top:2px solid #f2f2f2;padding-top:40px;width:1080px}.register-suggestion .product-price{display:flex;padding-bottom:16px}.register-suggestion .product-price .dropdown-label-wrap,.register-suggestion .product-price .outlined-label-field,.register-suggestion .product-price .outlined-label-wrap{border-radius:5px;height:48px;width:340px}.register-suggestion .product-price .dropdown-ifood__control{height:48px}.register-suggestion .header-customer-group--specification,.register-suggestion .suggestion-images{border-top:2px solid #f2f2f2;margin-top:56px;padding-top:56px}.register-suggestion .header-customer-group--specification,.register-suggestion .header-customer-group__info{margin-bottom:0}.register-suggestion .product-specifications{grid-column-gap:27px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));max-width:1080px}.register-suggestion .product-specifications .header-product{margin-bottom:0;margin-top:0;visibility:hidden}.register-suggestion .product-Datasheet{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-between}.register-suggestion .product-Datasheet .dropdown-label-wrap,.register-suggestion .product-Datasheet .outlined-label-field,.register-suggestion .product-Datasheet .outlined-label-wrap{border-radius:5px;height:48px;width:340px}.register-suggestion .product-Datasheet .dropdown-ifood__control{height:48px}.register-suggestion .product-Datasheet .dropdown-ifood__placeholder,.register-suggestion .product-Datasheet .dropdown-placeholder{padding-top:4px}.register-suggestion .dropdown-label-wrap{margin-bottom:24px;width:200px}.register-suggestion .dropdown-label-wrap .MuiInputBase-input{font-family:SulSans,sans-serif}.register-suggestion .dropdown-label-wrap .PrivateNotchedOutline-root-103.MuiOutlinedInput-notchedOutline{border:1px solid #dcdcdc}.register-suggestion .dropdown-label-wrap .MuiFormLabel-root.Mui-focused{color:#717171}.register-suggestion .list-fields{margin-bottom:16px;width:200px}.register-suggestion .list-fields .outlined-label-wrap{margin-right:0}.register-suggestion .list-fields .MuiInputBase-input{font-family:SulSans,sans-serif}.register-suggestion .list-fields .MuiFormLabel-root.MuiInputLabel-root.MuiInputLabel-formControl.MuiInputLabel-animated.MuiInputLabel-outlined{color:#a6a6a6;font-family:SulSans,sans-serif}.modal__suggestion{height:300px;width:300px}.modal__suggestion .form-register{margin-bottom:0}.modal__suggestion .outlined-label-wrap{margin-bottom:24px;margin-right:0}.modal__suggestion .outlined-label-wrap .input{width:300px}.modal__suggestion .images{height:300px}.modal__suggestion .images .outlined-label-wrap{margin-bottom:24px}.suggestion-register .header-product{margin-bottom:40px}.suggestion-register .button-suggestion{display:flex;justify-content:flex-end;max-width:1080px;position:relative}.suggestion-register .button-suggestion .btn-secondary,.suggestion-register .button-suggestion .button{align-items:center;border-radius:5px;display:block;font-size:18px;height:48px;margin-left:16px;text-align:center;width:168px}.modal--button{align-items:center;display:flex;justify-content:center;margin-top:24px}.modal--button button+button{margin-left:16px}.modal--link a{margin-top:8px}.logo-upload__button a{margin-top:40px!important}.logo-upload__iconNext,.logo-upload__iconPrev{background:url(/static/media/icon-goback.b72a61706c48d85cc26f.svg) no-repeat;border:none;cursor:pointer;height:40px;outline:none;width:10px}.logo-upload__iconNext{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.logo-upload__preview{margin-bottom:16px;margin-top:16px}.logo-upload__preview,.logo-upload__preview>img{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;border:1px solid #ea1d2c;display:flex;height:200px;justify-content:center;position:relative;width:200px}.logo-upload__preview>img{height:inherit;width:inherit}.logo-upload__group{display:flex;justify-content:space-between;margin-top:40px;max-width:300px}.logo-upload__group p{color:#ea1d2c;font-size:12px;width:220px}.logo-upload__gallery-button{display:flex;justify-content:space-between;max-width:200px}.form-admin--voucher .form-admin__group--comments{margin-bottom:24px}.form-admin--voucher .form-admin__group--comments .outlined-label-wrap{height:auto;width:700px}.form-admin--voucher .autocomplete-ifood{width:480px}.header-collection .togglebutton-ifood,.header-voucher .togglebutton-ifood{flex:100% 1;margin-bottom:16px}.header-collection .autocomplete-ifood{width:200px}.header-collection .header-customer-group__new{position:relative}.header-collection .header-customer-group__actions-link.link-see-more{margin-right:14px}.header-collection .header-customer-group__actions-more{left:0;z-index:10}.width-100{width:100%}.min-width-25em{min-width:25em}.margin-bottom-0{margin-bottom:0!important}.form-commercial .react-datepicker{max-width:250px!important}.div-wrapper{display:contents}@font-face{font-display:swap;font-family:SulSans;font-style:normal;font-weight:300;src:url(/static/media/SulSans-Light.d8fb442ac7e30065d069.woff2) format("woff2"),url(/static/media/SulSans-Light.91576c6949831812d4a8.woff) format("woff")}@font-face{font-display:swap;font-family:SulSans;font-style:normal;font-weight:500;src:url(/static/media/SulSans-Medium.3cab511b06e3886c2b13.woff2) format("woff2"),url(/static/media/SulSans-Medium.c77f8edc44be80293073.woff) format("woff")}@font-face{font-display:swap;font-family:SulSans;font-style:normal;font-weight:400;src:url(/static/media/SulSans-Regular.3ce44d0cce396f7d5202.woff2) format("woff2"),url(/static/media/SulSans-Regular.cc514c65d2854513efdc.woff) format("woff")}@font-face{font-display:swap;font-family:SulSans;font-style:normal;font-weight:700;src:url(/static/media/SulSans-Bold.609785d9409835f320b8.woff2) format("woff2"),url(/static/media/SulSans-Bold.11eb363f562da95afd51.woff) format("woff")}@font-face{font-display:swap;font-family:SulSans;font-style:italic;font-weight:700;src:url(/static/media/SulSans-BoldItalic.63a96c827c821b5b5a34.woff2) format("woff2"),url(/static/media/SulSans-BoldItalic.0703f552d45eec83c265.woff) format("woff")}body{color:#3e3e3e;font-family:SulSans,Helvetica,sans-serif;font-size:16px;font-weight:400}.text--center{text-align:center!important}.text--danger{color:#ea1d2c!important}.text--success{color:#50a773!important}.text--right{text-align:right}.background--info{background-color:#2e6788!important}.background--danger{background-color:#ea1d2c!important}.background--warning{background-color:#e7a74e!important}.background--success{background-color:#50a773!important}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:SulSans,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
/*# sourceMappingURL=main.168493bc.css.map*/