.rc-time-picker {
  display: inline-block;
  box-sizing: border-box;
}
.rc-time-picker * {
  box-sizing: border-box;
}
.rc-time-picker-input {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 4px 7px;
  height: 28px;
  cursor: text;
  font-size: 12px;
  line-height: 1.5;
  color: #666;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  transition: border 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.rc-time-picker-panel {
  z-index: 1070;
  width: 170px;
  position: absolute;
  box-sizing: border-box;
}
.rc-time-picker-panel * {
  box-sizing: border-box;
}
.rc-time-picker-panel-inner {
  display: inline-block;
  position: relative;
  outline: none;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 5px #ccc;
  background-clip: padding-box;
  border: 1px solid #ccc;
  line-height: 1.5;
}
.rc-time-picker-panel-input {
  margin: 0;
  padding: 0;
  width: 100%;
  cursor: auto;
  line-height: 1.5;
  outline: 0;
  border: 1px solid transparent;
}
.rc-time-picker-panel-input-wrap {
  box-sizing: border-box;
  position: relative;
  padding: 6px;
  border-bottom: 1px solid #e9e9e9;
}
.rc-time-picker-panel-input-invalid {
  border-color: red;
}
.rc-time-picker-panel-clear-btn {
  position: absolute;
  right: 6px;
  cursor: pointer;
  overflow: hidden;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  top: 6px;
  margin: 0;
}
.rc-time-picker-panel-clear-btn:after {
  content: "x";
  font-size: 12px;
  color: #aaa;
  display: inline-block;
  line-height: 1;
  width: 20px;
  transition: color 0.3s ease;
}
.rc-time-picker-panel-clear-btn:hover:after {
  color: #666;
}
.rc-time-picker-panel-select {
  float: left;
  font-size: 12px;
  border: 1px solid #e9e9e9;
  border-width: 0 1px;
  margin-left: -1px;
  box-sizing: border-box;
  width: 56px;
  overflow: hidden;
  position: relative;
}
.rc-time-picker-panel-select-active {
  overflow-y: auto;
}
.rc-time-picker-panel-select:first-child {
  border-left: 0;
  margin-left: 0;
}
.rc-time-picker-panel-select:last-child {
  border-right: 0;
}
.rc-time-picker-panel-select ul {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  max-height: 144px;
}
.rc-time-picker-panel-select li {
  list-style: none;
  box-sizing: content-box;
  margin: 0;
  padding: 0 0 0 16px;
  width: 100%;
  height: 24px;
  line-height: 24px;
  text-align: left;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.rc-time-picker-panel-select li:hover {
  background: #edfaff;
}
li.rc-time-picker-panel-select-option-selected {
  background: #edfaff;
  color: #2db7f5;
}
li.rc-time-picker-panel-select-option-disabled {
  color: #bfbfbf;
}
li.rc-time-picker-panel-select-option-disabled:hover {
  background: transparent;
  cursor: not-allowed;
}

@font-face{font-family:"Material Icons";font-style:normal;font-weight:400;src:url(/assets/fonts/material-icons-83bebaf37c09c7e1c3ee.woff) format("woff")}@font-face{font-family:"MyriadPro";src:url(/assets/fonts/MyriadPro-Regular-2df19906fed984c7f429.woff) format("woff")}@font-face{font-family:"MyriadProBold";src:url(/assets/fonts/MyriadPro-Bold-3e9b6e1136d13768ffb5.woff) format("woff")}@font-face{font-family:"MyriadProLight";src:url(/assets/fonts/MyriadPro-Light-43b72dcd0e748e9d3f5b.woff) format("woff")}@font-face{font-family:"MyriadProSemibold";src:url(/assets/fonts/MyriadPro-Semibold-230dfc3b5ac4fb7a87a3.woff) format("woff")}@font-face{font-family:"MyriadProIt";src:url(/assets/fonts/MyriadPro-It-e1fefbb1a6d3dedb87e7.woff) format("woff");font-weight:500}.material-icons{font-family:"Material Icons",sans-serif;font-weight:inherit;font-style:normal;font-size:inherit;line-height:inherit;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga"}.material-icons.md-18{font-size:18px}.material-icons.md-20{font-size:20px}.material-icons.md-24{font-size:24px}.material-icons.md-36{font-size:36px}.material-icons.md-48{font-size:48px}.material-icons.md-dark{color:rgba(0,0,0,.54)}.material-icons.md-dark.md-inactive{color:rgba(0,0,0,.26)}.material-icons.md-light{color:#fff}.material-icons.md-light.md-inactive{color:hsla(0,0%,100%,.3)}.material-icons.md-success{color:#56b146}.material-icons.md-blue{color:#008cd2}.material-icons+span{vertical-align:top}/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:rgba(0,0,0,0);-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=text]::-ms-clear{display:none;width:0;height:0}[type=text]::-ms-reveal{display:none;width:0;height:0}[type=search]::-webkit-search-decoration,[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-results-button,[type=search]::-webkit-search-results-decoration{display:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:MyriadPro,Arial,Verdana !important;font-size:16px;font-weight:400;line-height:1.429;color:rgba(0,0,0,.87);background-color:#fff}a{color:#008cd2;text-decoration:none}a:hover,a:focus{color:#008cd2;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}p{margin:0 0 11px}ul,ol{margin-top:0;margin-bottom:11px}hr{margin-top:22px;margin-bottom:22px;border:0;height:1px;background-color:rgba(0,0,0,.12)}strong{font-weight:700}abbr[title]{cursor:help;border-bottom:1px dotted #008cd2}h1,h2,h3{margin-top:22px;margin-bottom:11px}h4,h5,h6{margin-top:11px;margin-bottom:11px}.white{color:#fff}.text-italic{font-style:italic}.text-center{text-align:center !important}.error-txt{color:#c02437}.info-txt{color:rgba(0,0,0,.54)}.success-txt{color:#56b146}.font-bold{font-weight:bold}.font-bold-family{font-family:"MyriadProBold","Arial",serif !important}.external-link-icon{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01Ljc3Nzc4IDUuNzc3NzhWMTguMjIyMkgxOC4yMjIyVjEySDIwVjE4LjIyMjJDMjAgMTkuMiAxOS4yIDIwIDE4LjIyMjIgMjBINS43Nzc3OEM0Ljc5MTExIDIwIDQgMTkuMiA0IDE4LjIyMjJWNS43Nzc3OEM0IDQuOCA0Ljc5MTExIDQgNS43Nzc3OCA0SDEyVjUuNzc3NzhINS43Nzc3OFpNMTMuNzc3NyA1Ljc3Nzc4VjRIMTkuOTk5OVYxMC4yMjIySDE4LjIyMjJWNy4wMzExMUw5LjQ4NDM5IDE1Ljc2ODlMOC4yMzEwNSAxNC41MTU2TDE2Ljk2ODggNS43Nzc3OEgxMy43Nzc3WiIgZmlsbD0iIzAwOENEMiIvPgo8L3N2Zz4K) top right no-repeat;width:18px;height:18px;display:block;background-size:contain;position:relative}.content-width{width:-moz-fit-content;width:fit-content}.overflow-auto{overflow:auto !important}.overflow-y-auto{overflow-y:auto !important}.overflow-visible{overflow:visible !important}.half-width-box{width:50% !important;overflow-x:auto !important;overflow-y:hidden !important}.width-60-box{width:60% !important;overflow-x:auto !important;overflow-y:hidden !important}.width-40-box{width:40% !important;overflow-x:auto !important;overflow-y:hidden !important}.height-80{height:80%}.height-full{height:100% !important}.viewport-half-height{height:50vh}.pt-40{padding-top:40px !important}.pb-10{padding-bottom:10px !important}.pb-40{padding-bottom:40px !important}.pl-2{padding-left:2px !important}.px-4{padding-left:4px !important;padding-right:4px !important}.m-0{margin:0 !important}.mr-0{margin-right:0 !important}.ml-16{margin-left:16px !important}.ml-0{margin-left:0 !important}.ml-12{margin-left:12px !important}.mt-15{margin-top:15px !important}.mb-30{margin-bottom:30px !important}.mb-12{margin-bottom:12px !important}.mb-0{margin-bottom:0px !important}.mb-4{margin-bottom:4px !important}.mt-10{margin-top:10px !important}.mt-0{margin-top:0px !important}.position-rel{position:relative !important}.cursor-pointer{cursor:pointer}.no-underline,.no-underline:hover{text-decoration:none}.mr-20{margin-right:20px !important}.font-semibold{font-family:"MyriadProSemibold","Arial",serif !important}.pure-white-button{border-color:#fff !important;color:#0e3449 !important}.dashboard-hero-section{background-position:top right !important;background-size:cover !important;background-repeat:no-repeat !important;min-height:360px;margin:0 0 30px 0;border-radius:0;position:relative}.dashboard-hero-section .dashboard-hero-content{padding-left:25px;height:100%;display:flex;flex-direction:column;justify-content:center;-ms-flex-pack:center;align-items:flex-start;background:linear-gradient(90deg, #000000, transparent);position:absolute;padding-right:30%;text-shadow:3px 3px 32px #000}.dashboard-hero-section .hero-title{font-family:"MyriadProBold","Arial",serif !important;font-size:40px;font-weight:600;color:#fff;margin-top:6px}.dashboard-hero-section .hero-description{font-family:"MyriadProBold","Arial",serif !important;font-size:18px}.dashboard-hero-section .hero-sysco-logo{height:36px;position:relative;top:10px}.ad-space-cards{display:grid;gap:16px}@media(min-width: 768px)and (max-width: 1023px){.ad-space-cards{grid-template-columns:repeat(auto-fill, minmax(190px, 1fr))}}@media(min-width: 1024px)and (max-width: 1279px){.ad-space-cards{grid-template-columns:repeat(auto-fill, minmax(270px, 1fr))}}@media(min-width: 1280px){.ad-space-cards{grid-template-columns:repeat(auto-fill, minmax(280px, 1fr))}}.ad-space-card{background:#eafaff;display:flex;flex:1 1 30%;border-radius:8px;overflow:hidden}.ad-space-card .card-content{display:flex;flex-direction:column;align-items:center;margin:24px 24px 16px 24px;height:100%}.rounded-corners{border-radius:8px}.rounded-corners-16{border-radius:16px !important}.brand-image{overflow:hidden;display:flex;justify-content:center;min-height:180px;border-radius:8px;box-shadow:0px 0px 3px 0px #c3c3c3}.brand-data-content{margin-top:16px;padding:12px;border-radius:8px;box-shadow:0px 0px 3px 0px #c3c3c3}.brand-title{font-size:18px;font-family:"MyriadProBold","Arial",serif !important;color:rgba(0,0,0,.84)}.brand-description{display:flex;justify-content:space-between}.brand-item-name{font-size:14px;font-family:"MyriadProSemibold","Arial",serif !important;color:rgba(0,0,0,.84)}.brand-item-value{font-size:14px;font-family:"MyriadProSemibold","Arial",serif !important;color:#008cd2}.border-dots{display:flex;flex:1 1 auto;height:1px;position:relative;top:9px;border-top:1px solid #e4e5e6}.marketing-ad{display:flex;border-radius:8px;box-shadow:0px 0px 3px 0px #c3c3c3;overflow:hidden;margin-bottom:16px}.marketing-ad h4{font-size:13px;line-height:14px}.marketing-ad h4,.marketing-ad p{color:#fff;text-align:left}.marketing-ad.greenTheme{background:#56b146}.marketing-ad.greenTheme .mui-btn{color:#56b146}.marketing-ad.blueTheme{background:#008cd2}.marketing-ad.blueTheme .mui-btn{color:#008cd2}.marketing-ad.greyTheme{background:#56657b}.marketing-ad.greyTheme .mui-btn{color:#56657b}.marketing-ad .mk-ad-img-wrapper{position:relative;width:40%;display:flex;align-items:center;justify-content:center;background-size:cover !important}.marketing-ad .mk-ad-img-wrapper .mk-ad-img-base{width:100%}.marketing-ad .mk-ad-img-wrapper .mk-ad-img-secondary{display:flex;align-items:center;justify-content:center;border-radius:100%;width:80%;max-width:80%;background:#fff;z-index:3;aspect-ratio:1/1}.marketing-ad .mk-ad-content{width:60%;padding:16px}.marketing-ad .mk-ad-content .mui-btn{border:1px solid #fff;padding:7px 16px 6px 16px;height:auto !important;line-height:13px !important}.ad-space-card .card-content .mui-btn{padding:3px 26px 2px 26px}@media(min-width: 768px)and (max-width: 1024px){.mk-ad-img-wrapper{display:none !important}}@media(max-width: 1279px){.mk-ad-img-secondary{max-width:50% !important}}@media(max-width: 767px){.mk-ad-img-secondary{max-width:40% !important}}.borderless-btn{border:0 !important}.borderless-btn:hover,.borderless-btn:active,.borderless-btn:visited,.borderless-btn:focus{box-shadow:none !important}.one-third-width{display:flex;flex:1 1 30%;justify-content:space-between}.half-width{width:50%}.mt-32{margin-top:32px !important}.top-5{top:5px !important}.mr-30{margin-right:30px !important}.font-size-13{font-size:13px !important}.px-25{padding-left:25px !important;padding-right:25px !important}.separator-right{border-right:1px solid #e3dfdf}.st-q-card-attributes{padding-left:80px}.viewinfo-assets{min-height:300px}.font-24{font-size:24px !important}.font-20{font-size:20px !important}.font-10{font-size:10px !important}.font-12{font-size:12px !important}.font-14{font-size:14px !important}.font-15{font-size:15px !important}.font-16{font-size:16px !important}.font-18{font-size:18px !important}.flex{display:flex !important}.flex-inline{display:inline-flex !important}.flex-col{display:flex !important;flex-direction:column !important}.flex-inline-col{display:inline-flex !important;flex-direction:column !important}.items-center{align-items:center !important}.items-start{align-items:flex-start !important}.items-end{align-items:flex-end !important}.justify-between{justify-content:space-between !important}.min-w-300{min-width:300px !important}.min-w-200{min-width:200px !important}.max-w-300{max-width:300px !important}.fluid-width{width:100%}.max-w-600{max-width:600px !important}.dialog-small-body-cont{min-height:125px}.flex-end{justify-content:flex-end}.half-width-flex{flex:0 0 49%}.box-border{border:1px solid #e0e0e0;border-radius:4px}.assets-with-scrollable{height:calc(100vh - 650px);min-height:200px;overflow:auto}.summary-assets-section .assets-with-scrollable{height:calc(100vh - 540px);min-height:200px;overflow:auto}.summary-accounts-section{height:calc(100vh - 480px);min-height:200px;overflow:auto}.at-summary-page-wrapper{height:calc(100vh - 300px)}.accountslist-with-scrollable{height:calc(100vh - 600px);min-height:200px;overflow:auto}.empty-holder{height:calc(100vh - 650px)}.footer-sticky-wrapper{position:sticky;bottom:0px;right:10px;background:#fff;width:100%;z-index:1;align-items:flex-start}.footer-sticky-wrapper .selected-item-summary{padding:12px 2px;border-bottom:1px solid #dcdcdc;background:#fff;width:100%;margin-bottom:6px;margin-top:20px}.footer-button-wrapper{align-self:flex-end}.accordian-section:not(:last-child){border-bottom:1px solid #dedede;margin-bottom:30px}.accordian-section .accordian-section-content{margin-left:36px}.accordian-section .accordian-section-head{cursor:pointer;border-radius:4px;padding-left:10px;margin-bottom:10px}.accordian-section .accordian-section-head:hover{background:#f6f6f6}.accordian-section .accordian-section-head .arrowhead{font-size:24px}.google-code{max-width:300px}.help-icon{width:18px;height:18px;display:block;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzYzN18yMjYyKSI+CjxwYXRoIGQ9Ik0xMC4wODM0IDE2LjQ5OTlIMTEuOTE2N1YxNC42NjY2SDEwLjA4MzRWMTYuNDk5OVpNMTEgMS44MzMyNUM1Ljk0MDA0IDEuODMzMjUgMS44MzMzNyA1LjkzOTkyIDEuODMzMzcgMTAuOTk5OUMxLjgzMzM3IDE2LjA1OTkgNS45NDAwNCAyMC4xNjY2IDExIDIwLjE2NjZDMTYuMDYgMjAuMTY2NiAyMC4xNjY3IDE2LjA1OTkgMjAuMTY2NyAxMC45OTk5QzIwLjE2NjcgNS45Mzk5MiAxNi4wNiAxLjgzMzI1IDExIDEuODMzMjVaTTExIDE4LjMzMzNDNi45NTc1NCAxOC4zMzMzIDMuNjY2NzEgMTUuMDQyNCAzLjY2NjcxIDEwLjk5OTlDMy42NjY3MSA2Ljk1NzQyIDYuOTU3NTQgMy42NjY1OSAxMSAzLjY2NjU5QzE1LjA0MjUgMy42NjY1OSAxOC4zMzM0IDYuOTU3NDIgMTguMzMzNCAxMC45OTk5QzE4LjMzMzQgMTUuMDQyNCAxNS4wNDI1IDE4LjMzMzMgMTEgMTguMzMzM1pNMTEgNS40OTk5MkM4Ljk3NDIxIDUuNDk5OTIgNy4zMzMzNyA3LjE0MDc1IDcuMzMzMzcgOS4xNjY1OUg5LjE2NjcxQzkuMTY2NzEgOC4xNTgyNSA5Ljk5MTcxIDcuMzMzMjUgMTEgNy4zMzMyNUMxMi4wMDg0IDcuMzMzMjUgMTIuODMzNCA4LjE1ODI1IDEyLjgzMzQgOS4xNjY1OUMxMi44MzM0IDEwLjk5OTkgMTAuMDgzNCAxMC43NzA4IDEwLjA4MzQgMTMuNzQ5OUgxMS45MTY3QzExLjkxNjcgMTEuNjg3NCAxNC42NjY3IDExLjQ1ODMgMTQuNjY2NyA5LjE2NjU5QzE0LjY2NjcgNy4xNDA3NSAxMy4wMjU5IDUuNDk5OTIgMTEgNS40OTk5MloiIGZpbGw9IndoaXRlIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfNjM3XzIyNjIiPgo8cmVjdCB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==) no-repeat;background-size:contain;position:relative}.notification-icon{width:18px;height:18px;display:block;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyOS4yNSI+PHBhdGggZGF0YS1uYW1lPSJJY29uIG1hdGVyaWFsLW5vdGlmaWNhdGlvbnMtbm9uZSIgZD0iTTEyIDI5LjI1YTMuMDA5IDMuMDA5IDAgMCAwIDMtM0g5YTMuMDA5IDMuMDA5IDAgMCAwIDMgM1ptOS05di03LjVjMC00LjYtMi40NDUtOC40Ni02Ljc1LTkuNDhWMi4yNWEyLjI1IDIuMjUgMCAwIDAtNC41IDB2MS4wMkM1LjQ2IDQuMjkgMyA4LjEzIDMgMTIuNzV2Ny41bC0zIDN2MS41aDI0di0xLjVabS0zIDEuNUg2di05QzYgOS4wMyA4LjI2NSA2IDEyIDZzNiAzLjAzIDYgNi43NVoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=) no-repeat;background-size:contain;position:relative}.notification-icon.with-new:before{display:block;content:"";width:8px;height:8px;border:1px solid #fff;border-radius:100%;background:#f09035;position:absolute;top:-1px;right:-1px}.notifications-list{margin:0 -5px !important}.notification-item{border-radius:4px;border:1px solid #dbdbdb;padding:8px 16px;margin-bottom:12px}.notification-sub-info{font-size:12px;color:#a7a7a7;margin-bottom:-2px}.notification-title{font-size:15px;font-weight:500}.notification-description{font-size:14px;color:#5f5f5f;margin-top:3px;margin-bottom:5px}.mt-30{margin-top:30px !important}.set-q-reci-name{max-width:250px !important;width:250px !important}.set-q-reci-case{max-width:150px !important;width:150px !important}.set-q-cost{max-width:100px !important;width:100px !important}.text-primary-type{color:#008cd2 !important;font-size:12px !important;font-weight:800 !important;font-family:Arial,Verdana,Tahoma,sans-serif !important;height:36px !important;line-height:36px !important;border:1px solid rgba(0,0,0,0) !important}.text-primary-type:hover,.text-primary-type:focus{box-shadow:none !important;border:1px solid #008cd2 !important}.font-small{font-size:13px !important}.clickable-item{cursor:pointer}.searchbox-widget{position:relative}.searchbox-widget input{font-size:14px;font-weight:100;border-radius:25px;width:100%;height:44px;min-height:44px !important;border:1px solid #d9d9d9;color:rgba(0,0,0,.72);padding:0 45px 0 20px;outline:none;background-color:#fff}.searchbox-widget input:focus{border:1px solid #008cd2;color:rgba(0,0,0,.72)}.searchbox-widget i{position:absolute;font-size:24px;color:#008cd2;right:12px;top:6px}.searchbox-widget .clearIcon{color:#fff;background-color:#008cd2;width:22px;height:22px;border-radius:22px;display:flex;align-items:center;justify-content:center;font-size:14px;top:11px;right:10px}.searchbox-widget .searchIcon{font-size:24px;top:5px;width:32px;height:32px;display:flex;align-items:center}.datepicker-widget{cursor:pointer;position:relative;min-width:160px;min-height:46px;display:flex;align-items:center;border-radius:32px}.datepicker-widget .datepicker-icon{width:18px;height:18px;display:block;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNyI+PHBhdGggZD0iTTIxLjMzMyAyLjdDMjIuOCAyLjcgMjQgMy45MTUgMjQgNS40djE4LjljMCAxLjQ4NS0xLjIgMi43LTIuNjY3IDIuN0gyLjY2N0MxLjE4NyAyNyAwIDI1Ljc4NSAwIDI0LjNMLjAxMyA1LjRjMC0xLjQ4NSAxLjE3NC0yLjcgMi42NTQtMi43SDRWMGgyLjY2N3YyLjdoMTAuNjY2VjBIMjB2Mi43aDEuMzMzWk0yLjY2NyAyNC4zaDE4LjY2NlYxMC44SDIuNjY3djEzLjVabTAtMTguOXYyLjdoMTguNjY2VjUuNEgyLjY2N1ptMi42NjYgOS40NXYtMi43SDh2Mi43SDUuMzMzWm0xMy4zMzQgMEgxNnYtMi43aDIuNjY3djIuN1ptLTUuMzM0IDBoLTIuNjY2di0yLjdoMi42NjZ2Mi43WiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat;background-size:contain;margin-top:-2px}.datepicker-widget .datepicker-content{margin-left:5px}.datepicker-widget .datepicker-title{font-size:11px;margin-bottom:-2px}.datepicker-widget .datepicker-value{font-size:12px;font-family:"MyriadProSemibold",Arial,sans-serif}.datepicker-widget.outdated .datepicker-icon{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjUuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNDYuOSAxNDYuMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTQ2LjkgMTQ2LjE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KCS5zdDF7ZGlzcGxheTpub25lO30KCS5zdDJ7ZGlzcGxheTppbmxpbmU7fQoJLnN0M3tmaWxsOiNGMDkwMzU7c3Ryb2tlOiNGMDkwMzU7c3Ryb2tlLXdpZHRoOjE0LjcxNDtzdHJva2UtbWl0ZXJsaW1pdDo1OC44NTY7fQo8L3N0eWxlPgo8ZyBpZD0iZGF0ZXBpY2tlciIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ0My4xMDQgLTM0My44NjcpIj4KCTxwYXRoIGlkPSJpbWFnZSIgY2xhc3M9InN0MCIgZD0iTTU1OC42LDM1OC41YzgsMC4xLDE0LjUsNi42LDE0LjQsMTQuNnYxMDIuM2MwLDgtNi40LDE0LjUtMTQuNCwxNC42aC0xMDFjLTgsMC0xNC41LTYuNi0xNC40LTE0LjYKCQlsMCwwbDAuMS0xMDIuM2MtMC4xLTgsNi4zLTE0LjUsMTQuMy0xNC42YzAsMCwwLDAsMC4xLDBoNy4ydi0xNC42aDE0LjR2MTQuNkg1Mzd2LTE0LjZoMTQuNHYxNC42TDU1OC42LDM1OC41TDU1OC42LDM1OC41egoJCSBNNDU3LjUsNDc1LjRoMTAxdi03My4xaC0xMDFWNDc1LjR6IE00NTcuNSwzNzMuMXYxNC42aDEwMXYtMTQuNkg0NTcuNUw0NTcuNSwzNzMuMXogTTQ3Miw0MjQuMnYtMTQuNmgxNC40djE0LjZINDcyegoJCSBNNTQ0LjEsNDI0LjJoLTE0LjR2LTE0LjZoMTQuNFY0MjQuMnogTTUxNS4zLDQyNC4yaC0xNC40di0xNC42aDE0LjRWNDI0LjJ6Ii8+CjwvZz4KPGcgaWQ9IlNWR1JlcG9fYmdDYXJyaWVyIj4KPC9nPgo8ZyBpZD0iU1ZHUmVwb190cmFjZXJDYXJyaWVyIj4KPC9nPgo8ZyBpZD0iU1ZHUmVwb19pY29uQ2FycmllciIgY2xhc3M9InN0MSI+Cgk8ZyBjbGFzcz0ic3QyIj4KCQk8cGF0aCBjbGFzcz0ic3QzIiBkPSJNMTEwLjIsMTYuNUwxMTAuMiwxNi41TDExMC4yLDE2LjVjLTEwLDAtMTguMSw4LjEtMTguMSwxOGMwLDEwLDguMSwxOCwxOCwxOGwwLDBsMCwwYzEwLDAsMTgtOC4xLDE4LTE4CgkJCUMxMjguMiwyNC42LDEyMC4yLDE2LjUsMTEwLjIsMTYuNXogTTExMC4yLDQ3LjRMMTEwLjIsNDcuNEwxMTAuMiw0Ny40Yy0xLjcsMC0zLTEuMy0zLTNjMC0xLjYsMS4zLTIuOSwzLTIuOWwwLDBsMCwwCgkJCWMxLjYsMCwzLDEuMywzLDIuOUMxMTMuMiw0Ni4xLDExMS44LDQ3LjQsMTEwLjIsNDcuNHogTTExNC40LDI0LjljLTAuMiwyLjktMS41LDExLjctMS41LDExLjdjMCwxLjUtMS4yLDIuNy0yLjcsMi43bDAsMGwwLDAKCQkJYy0xLjUsMC0yLjctMS4yLTIuNy0yLjdjMCwwLTEuMy04LjgtMS41LTExLjdjLTAuMS0xLjUsMS00LjIsNC4yLTQuMmwwLDBsMCwwQzExMy40LDIwLjcsMTE0LjUsMjMuNCwxMTQuNCwyNC45eiIvPgoJPC9nPgo8L2c+CjxnIGlkPSJTVkdSZXBvX2JnQ2Fycmllcl8wMDAwMDEyMjY5NDYwNjUxNDQ4NjE4ODExMDAwMDAxMDQzODg3NDI5NjY3NzIxNjEzOF8iPgo8L2c+CjxnIGlkPSJTVkdSZXBvX3RyYWNlckNhcnJpZXJfMDAwMDAwNTA2NjI2MjAxMDYwOTM4ODk4NTAwMDAwMDg0OTYyMTc3NTkwODA2MzY1NjlfIj4KPC9nPgo8ZyBpZD0iU1ZHUmVwb19iZ0NhcnJpZXJfMDAwMDAxODMyMTI3NjIzNzk2Nzc3OTA5NTAwMDAwMTcxNTYyNDY0NjAzMzU2MTU2MzRfIj4KPC9nPgo8ZyBpZD0iU1ZHUmVwb190cmFjZXJDYXJyaWVyXzAwMDAwMTU3MzA5OTY1MTIzMTY5OTU3MzYwMDAwMDAyNzM5OTg4MzIyNTk4MDY2ODM4XyI+CjwvZz4KPGcgaWQ9IlNWR1JlcG9faWNvbkNhcnJpZXJfMDAwMDAxMjkyMDUzNzAzMDAzMjIyODcwOTAwMDAwMTQ5MjU3MzUxODk1NjU3OTExNTdfIj4KCTxnPgoJCTxwYXRoIGNsYXNzPSJzdDMiIGQ9Ik0xMDguNiwxMi45TDEwOC42LDEyLjlMMTA4LjYsMTIuOWMtMTMuOCwwLTI1LDExLjItMjUsMjVzMTEuMiwyNSwyNSwyNWwwLDBsMCwwYzEzLjgsMCwyNS0xMS4yLDI1LTI1CgkJCUMxMzMuNiwyNCwxMjIuNCwxMi45LDEwOC42LDEyLjl6IE0xMDguNiw1NS43TDEwOC42LDU1LjdMMTA4LjYsNTUuN2MtMi4zLDAtNC4xLTEuOC00LjEtNC4xczEuOC00LjEsNC4xLTQuMWwwLDBsMCwwCgkJCWMyLjMsMCw0LjEsMS44LDQuMSw0LjFDMTEyLjcsNTMuOCwxMTAuOSw1NS43LDEwOC42LDU1Ljd6IE0xMTQuNSwyNGMtMC4zLDQuMS0yLjEsMTYuMi0yLjEsMTYuMmMwLDItMS43LDMuNy0zLjcsMy43bDAsMGwwLDAKCQkJYy0yLDAtMy43LTEuNy0zLjctMy43YzAsMC0xLjktMTIuMS0yLjEtMTYuMmMtMC4xLTIsMS40LTUuOCw1LjktNS44bDAsMGwwLDBDMTEzLjEsMTguMiwxMTQuNiwyMiwxMTQuNSwyNHoiLz4KCTwvZz4KPC9nPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTE0LjUsMjQuNGMtMC4zLDQuMS0yLjEsMTYuMi0yLjEsMTYuMmMwLDItMS43LDMuNy0zLjcsMy43bDAsMGwwLDBjLTIsMC0zLjctMS43LTMuNy0zLjcKCWMwLDAtMS45LTEyLjEtMi4xLTE2LjJjLTAuMS0yLDEuNC01LjgsNS45LTUuOGwwLDBsMCwwQzExMy4xLDE4LjYsMTE0LjYsMjIuNCwxMTQuNSwyNC40eiIvPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTA4LjYsNTUuNEwxMDguNiw1NS40TDEwOC42LDU1LjRjLTIuMywwLTQuMS0xLjgtNC4xLTQuMXMxLjgtNC4xLDQuMS00LjFsMCwwbDAsMGMyLjMsMCw0LjEsMS44LDQuMSw0LjEKCUMxMTIuNyw1My41LDExMC45LDU1LjQsMTA4LjYsNTUuNHoiLz4KPC9zdmc+Cg==) no-repeat;background-size:contain}.datepicker-widget.outdated .datepicker-title,.datepicker-widget.outdated .datepicker-value{color:#fff}.outdated-price-tooltip{font-size:14px !important;opacity:1 !important;border-radius:12px}.full-width-box .search-panel .search-col{width:100% !important;margin-bottom:0}.notification-breadcrumb{font-size:13px;font-weight:normal;text-transform:uppercase}.notification-breadcrumb .clickable-bc{cursor:pointer;color:#008cd2;font-weight:400;margin-right:6px}.std-custom-input-wrapper>input{position:relative;width:40px;height:32px;background-color:#f9f9f9;border:1px solid #d6d6d6;border-radius:6px;padding:0px 5px;color:#474747;text-align:center;font-size:14px}.std-custom-input-wrapper>input:focus{border-color:#008cd2}.std-custom-input-wrapper>input.error-warning{border:solid 1px #c02437;background-color:rgba(192,36,55,.08);color:#c02437}.std-custom-input-wrapper.flex-inputs>input{width:100%}.std-custom-input-wrapper.multi-inputs{display:flex;align-items:center}.std-custom-input-wrapper.mini-height .ss-dropdown__control{min-width:60px;margin-bottom:0 !important;min-height:34px !important}.common-missing-item,.common-missing-item>a{color:#c02437 !important}.common-issue-item,.common-issue-item>a,.archive-row .common-issue-item h2,.archive-row .common-issue-item span{color:#f09035 !important}.question-mark-icon{margin-left:5px}.question-mark-icon.size-12{width:12px;height:12px}.question-mark-icon.size-16{width:16px;height:16px}.card-item-info{width:50%;box-shadow:0px 0px 3px 0px #c3c3c3;border-radius:6px;padding:20px 10px;display:flex;flex:1 1 auto;flex-direction:column;margin-top:5px;position:relative}.card-item-info.selected-item{background:rgba(2,129,197,.06)}.card-item-info .card-item-tag{position:absolute;top:0;right:0;background:#e6e6e6;color:#5f5f5f;font-size:13px;padding:4px 8px;border-top-right-radius:6px;border-bottom-left-radius:6px}.card-item-info .card-item-tag.selected-item-tag{background:#008cd2;color:#fff}.card-item-info:first-child{margin-right:8px}.card-item-info:last-child{margin-left:8px}.card-item-info .card-item-desc{margin-left:10px;justify-content:center}.card-item-info .card-item-desc .card-item-category{font-size:12px;font-weight:700;text-transform:uppercase;color:#7c7c7c}.card-item-info .card-item-desc .card-item-category.sysco-branded{color:#008cd2}.card-item-info .card-item-desc .card-item-name{font-size:17px;font-weight:normal;line-height:18px}.card-item-info .card-item-desc .ing-card-item-name{font-size:17px;font-weight:normal;line-height:18px;color:#000;opacity:.8}.card-item-info .card-item-desc .card-item-supc{color:#626262;font-size:12px;font-weight:normal;text-transform:uppercase}.card-item-info .card-item-desc .card-item-price{font-size:14px;font-weight:normal}.card-item-info .card-item-highlight{margin-right:18px}.card-item-info .card-item-highlight:first-child{max-width:32%}.card-item-info .card-item-highlight:last-child{margin-right:0}.card-item-info .card-item-highlight .card-item-highlight-title{font-size:14px;color:#8b8b8b}.card-item-info .card-item-highlight .card-item-highlight-value{font-size:15px;font-family:"MyriadProSemibold",Arial,sans-serif;color:#6f6f6f}.card-item-info .card-item-img img{width:70px;height:70px;border-radius:42px;box-shadow:0 0 2px #a1a1a1}.nc-item-replacement{height:100%}.nc-item-replacement .modal-body-ingredient-search{width:100% !important;margin:0 !important;padding:0 !important;height:100% !important}.nc-item-replacement .modal-body-ingredient-search .flex.stretch-flex{height:100% !important}.common-search-wrapper-box{width:100%;max-width:420px}.common-search-wrapper-box .search-col{width:100% !important;margin-bottom:5px !important}.common-search-wrapper-box .search-col .input-div .searchIcon{font-size:24px;top:5px}.common-search-wrapper-box .search-col .input-div .clearIcon{width:20px;height:20px;font-size:14px;top:10px !important;right:14px}.common-search-wrapper-box .search-col .input-div input{height:40px !important;font-size:14px;font-weight:100;border-radius:25px}.bs-0{border-spacing:0}.mui--appbar-height{height:56px}.mui--appbar-min-height,.mui-appbar{min-height:56px}.mui--appbar-line-height{line-height:56px}.mui--appbar-top{top:56px}@media(orientation: landscape)and (max-height: 480px){.mui--appbar-height{height:48px}.mui--appbar-min-height,.mui-appbar{min-height:48px}.mui--appbar-line-height{line-height:48px}.mui--appbar-top{top:48px}}@media(min-width: 480px){.mui--appbar-height{height:64px}.mui--appbar-min-height,.mui-appbar{min-height:64px}.mui--appbar-line-height{line-height:64px}.mui--appbar-top{top:64px}}.mui-appbar{background-color:#008cd2;color:#fff;padding:0 15px 0 15px}.mui-appbar a{color:#fff;text-decoration:none}.logo-float{float:left;cursor:pointer}.header-section{background:#008cd2;color:#fff;display:flex;flex-direction:column}.header-section .section-bg-layer{background:#007ebd;display:flex;align-items:center;justify-content:center}.header-section .border-rounded{border-radius:100%}.header-section .action-item{width:45px;height:45px}.header-section .user-info-wrapper{display:flex;align-items:center;justify-content:center;border-radius:12px;min-height:46px;padding:0 16px}.header-section .user-info-summary{display:flex;align-items:center;min-width:280px}.header-section .user-info-summary .user-info-avatar{width:46px;height:46px;border-radius:100%;overflow:hidden}.header-section .user-info-summary .user-info-avatar img{width:100%;height:100%}.header-section .user-info-summary .user-info-detail{display:flex;align-items:flex-start;flex-direction:column;margin-left:16px}.header-section .user-info-summary .user-info-detail .user-info-name,.header-section .user-info-summary .user-info-detail .user-info-location{max-width:170px;white-space:pre;overflow:hidden;text-overflow:ellipsis;display:block;font-size:14px}.header-section .user-info-summary .user-info-detail .user-info-name{font-family:"MyriadProBold",Arial,sans-serif}.header-section .user-info-summary .user-info-detail .user-info-location{font-family:"MyriadPro",Arial,sans-serif}.header-section .restaurant-info{font-size:14px;font-family:"MyriadProSemibold",Arial,sans-serif}.header-section .header-navigation.nav-area{display:flex;justify-content:space-between;align-items:center;padding:0 30px 0 20px}.header-section .header-top-bar{display:flex;align-items:center;justify-content:space-between;padding:6px 25px 6px 20px}.header-section .nav-area{display:flex;align-items:center;background:#007ebd}.header-section .logo{text-decoration:none;font-size:25px;color:inherit;margin-right:20px}.header-section .desktop-nav .menus{display:flex;align-items:center;flex-wrap:wrap;list-style:none;margin:0;min-height:46px;padding-left:0}.header-section .desktop-nav .menu-items{position:relative;font-size:14px;margin-right:4px}.header-section .desktop-nav .menu-items a,.header-section .desktop-nav .menu-items>div>button{display:flex;align-items:center;text-decoration:none}.header-section .desktop-nav .menu-items.top-level>a,.header-section .desktop-nav .menu-items.top-level>div>button{min-height:34px;padding:0 12px;font-size:14px;font-family:"MyriadProSemibold",Arial,sans-serif;color:#fff !important}.header-section .desktop-nav .menu-items.top-level>a{color:inherit;text-decoration:none;border-radius:8px}.header-section .desktop-nav .menu-items.top-level>div>button{text-align:left;display:flex;align-items:center;border:none;background-color:rgba(0,0,0,0);cursor:pointer;width:100%;border-radius:8px}.header-section .desktop-nav .menu-items.top-level>div>button a{font-family:"MyriadProSemibold",Arial,sans-serif;color:#fff !important;text-decoration:none}.header-section .desktop-nav .menu-items.top-level a:hover,.header-section .desktop-nav .menu-items.top-level button[aria-expanded=true],.header-section .desktop-nav .menu-items.top-level .selected-navigation{background-color:#008cd2}.header-section .desktop-nav .menu-items.inner-level{color:#008cd2}.header-section .desktop-nav .menu-items.inner-level>a,.header-section .desktop-nav .menu-items.inner-level>div>button{min-height:46px;background:#fff;text-align:left;padding:0 12px;border-radius:9px;overflow:hidden}.header-section .desktop-nav .menu-items.inner-level>a{font-size:inherit;color:#2a2f33;text-decoration:none}.header-section .desktop-nav .menu-items.inner-level>div>button{color:#2a2f33;font-size:14px;font-family:"MyriadPro",Arial,sans-serif;border:none;background-color:rgba(0,0,0,0);cursor:pointer;width:100%;padding:0 12px}.header-section .desktop-nav .menu-items.inner-level>div>button>a{padding:0;color:#2a2f33}.header-section .desktop-nav .menu-items.inner-level>div>button span{margin-left:3px}.header-section .desktop-nav .menu-items.inner-level a:hover,.header-section .desktop-nav .menu-items.inner-level button[aria-expanded=true]{background-color:#f5f5f5}.header-section .nav-item-title-section{max-width:150px;word-break:break-all}.header-section .desktop-nav .menu-items a.bluelink{color:#008cd2 !important}.header-section .desktop-nav .menu-items a.highlighted{font-family:"MyriadProSemibold",Arial,sans-serif}.header-section .desktop-nav .menu-items a.menulinks{cursor:pointer !important}.header-section .arrow{display:flex;justify-content:center;align-items:center;position:relative;top:-2px}.header-section .arrow::after{position:relative;content:"";display:inline-block;width:6px;height:6px;border-right:2px solid #3eafe8;border-top:2px solid #3eafe8;transform:rotate(135deg);transition:all .3s;margin-right:.5em;margin-left:.6em}.header-section .dropdown-menu[aria-expanded=true] .arrow,.header-section button[aria-expanded=true] .arrow{position:relative;top:0}.header-section .dropdown-menu[aria-expanded=true] .arrow::after,.header-section button[aria-expanded=true] .arrow::after{transform:rotate(-45deg);transition:all .3s}.header-section .dropdown{position:absolute;left:0;right:auto;box-shadow:0 10px 15px -3px rgba(46,41,51,.08),0 4px 6px -2px rgba(71,63,79,.16);font-size:14px;z-index:9999;min-width:240px;padding:0;list-style:none;background-color:#fff;border-radius:0 0 9px 9px;display:none}.header-section .dropdown.dropdown-main{border-top:6px solid #007ebd}.header-section .dropdown.show{display:block}.header-section .dropdown .dropdown-submenu{position:absolute;left:100%;top:0}.header-section .mobile-nav{display:none}html,body{height:100%;background-color:#fff}#root{height:100%}.application{height:100%;background-color:#fff}.full-width-image{width:100%}.navigation-drawer{position:fixed;top:0;bottom:0;background-color:#008cd2;color:#fff;width:320px;left:-320px;overflow:auto;z-index:999999;transition:transform .2s}.navigation-drawer header{height:165px;background-color:#fff;color:#008cd2;padding:15px;text-align:center}.navigation-drawer header img{max-width:80%;max-height:80%}.navigation-drawer header .close{position:absolute;top:10px;right:15px}.navigation-drawer header .menu{position:absolute;top:145px;left:15px}.navigation-drawer .content{padding:15px}.navigation-drawer .content ul{color:#fff;padding:10px 0 0 0;list-style:none}.navigation-drawer .content ul li{padding-bottom:25px}.navigation-drawer .content a{color:#fff;text-decoration:none}.navigation-drawer .content a:hover{font-weight:700}.navigation-drawer.active{transform:translate(320px)}.login{background:url(/assets/img/login-background-1f3bbfb5ee4d03d453cf.jpg) no-repeat center center fixed;background-size:cover;width:100%;min-height:calc(100% - 188px);padding-top:118px}.legal-popup-background{background:url(/assets/img/legal-popup-background-0865cda6cc80373162c3.jpg) no-repeat center 15% fixed;background-size:cover}.register{background:url(/assets/img/login-background-1f3bbfb5ee4d03d453cf.jpg) no-repeat center center fixed;background-size:cover;width:100%;min-height:calc(100% - 188px);padding-top:118px}.reset-password{background:url(/assets/img/login-background-1f3bbfb5ee4d03d453cf.jpg) no-repeat center center fixed;background-size:cover;width:100%;min-height:calc(100% - 188px);padding-top:118px}.single-page-content{height:100vh;padding:15px 25px 35px 25px}#flex{min-height:87vh;margin:0px;padding:0px;display:flex;flex-direction:row}.modalclose-body-show-default.terms-conditions,.form-panel.terms-conditions{margin:8% auto;padding:0px;border:0px;width:41%;height:70%}.modalclose-body-show-default.terms-conditions .terms-conditions-modal .terms-conditions-header,.form-panel.terms-conditions .terms-conditions-modal .terms-conditions-header{height:13vh;border-top-left-radius:5px;border-top-right-radius:5px;background:#008cd2;font-size:30px;font-weight:600;color:#fff;display:flex;align-items:center;justify-content:center;text-align:center}.modalclose-body-show-default.terms-conditions .terms-conditions-modal .terms-conditions-body>div:first-child,.form-panel.terms-conditions .terms-conditions-modal .terms-conditions-body>div:first-child{overflow:auto;margin:30px 40px auto 40px;max-height:43vh;border:solid 1px #d6d6d6;padding:16px 24px;font-size:16px;color:#474747;line-height:1.5}.modalclose-body-show-default.terms-conditions .terms-conditions-modal .terms-conditions-body>div:first-child .tc-header,.form-panel.terms-conditions .terms-conditions-modal .terms-conditions-body>div:first-child .tc-header{text-align:center}.modalclose-body-show-default.terms-conditions .terms-conditions-modal .terms-conditions-body>div:first-child .tc-paragraph-tab,.form-panel.terms-conditions .terms-conditions-modal .terms-conditions-body>div:first-child .tc-paragraph-tab{padding:0px 20px}.modalclose-body-show-default.terms-conditions .terms-conditions-modal .terms-conditions-body>div:first-child .tc-first-tab,.form-panel.terms-conditions .terms-conditions-modal .terms-conditions-body>div:first-child .tc-first-tab{padding-right:25px}.modalclose-body-show-default.terms-conditions .terms-conditions-modal .terms-conditions-body>div:first-child .tc-second-tab,.form-panel.terms-conditions .terms-conditions-modal .terms-conditions-body>div:first-child .tc-second-tab{padding:0px 35px}.modalclose-body-show-default.terms-conditions .terms-conditions-modal .terms-conditions-body>div:first-child .tc-third-tab,.form-panel.terms-conditions .terms-conditions-modal .terms-conditions-body>div:first-child .tc-third-tab{margin:0px}.form-panel.terms-conditions{margin:0% auto}.form-panel.terms-conditions .terms-conditions-modal .terms-conditions-body>div:first-child{max-height:36vh}.form-panel.terms-conditions .terms-conditions-modal .terms-conditions-body .bottom-bar{margin:2% 11%;display:flex;justify-content:space-between;align-items:center}.form-panel.terms-conditions .terms-conditions-modal .terms-conditions-body .bottom-bar>div{display:flex;align-items:center}.form-panel.terms-conditions .terms-conditions-modal .terms-conditions-body .bottom-bar>div>div{line-height:1}.form-panel.terms-conditions .terms-conditions-modal .terms-conditions-body .bottom-bar .normal-text{margin:0px 4px}.form-panel.terms-conditions .terms-conditions-modal .terms-conditions-body .bottom-bar .highlight-text{color:#008cd2}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){#flex{height:100px}}.content-header{width:100%;min-height:140px}.content-header .mui-row{margin:0}#flex>div.flex-content{padding:15px 25px 25px 25px;flex:1 1 80%;order:2;min-width:0;min-height:0}#flex>div.flex-content.full-page{flex:1 1 100%}#flex>nav.flex-menu-left,#flex>nav.flex-menu-right{padding:15px 25px 35px 25px;flex:1 1 20%;order:1;flex-basis:220px}#flex>nav.flex-menu-right{background-color:#fff;order:3;flex-basis:360px}.button-fixed{position:sticky;background-color:#f3f3f3;width:102%;left:20%;bottom:0;z-index:9966}@media all and (max-width: 767px){#flex{flex-direction:column;justify-content:flex-start}#flex>div.flex-content,#flex>nav.flex-menu-left{order:0;flex:1}#flex>div.flex-content.full-page,#flex>nav.flex-menu-left.full-page{flex:1}#flex>nav.flex-menu-right{order:2}#flex>nav.flex-menu-left{padding:5px;min-height:50px;max-height:50px}.dashboard-pg #flex>nav.flex-menu-left{max-height:100%}.modalclose-body-show-default.terms-conditions,.form-panel.terms-conditions{width:65%}.modalclose-body-show-default.terms-conditions .terms-conditions-modal .terms-conditions-header,.form-panel.terms-conditions .terms-conditions-modal .terms-conditions-header{font-size:24px}.modalclose-body-show-default.terms-conditions .terms-conditions-modal .terms-conditions-body>div,.form-panel.terms-conditions .terms-conditions-modal .terms-conditions-body>div{margin:20px 30px auto 30px;max-height:43vh;font-size:12px}.modalclose-body-show-default.terms-conditions .terms-conditions-modal .terms-conditions-body .bottom-bar .txt-agreeLegal,.form-panel.terms-conditions .terms-conditions-modal .terms-conditions-body .bottom-bar .txt-agreeLegal{font-size:12px}.modalclose-body-show-default.terms-conditions .terms-conditions-modal .terms-conditions-body .bottom-bar button,.form-panel.terms-conditions .terms-conditions-modal .terms-conditions-body .bottom-bar button{height:35px;padding:0px 9px;line-height:normal;font-size:14px}}.content-footer{width:100%;background-color:#008cd2;height:300px}.footer{position:relative;min-height:60px;width:100%;z-index:1;color:rgba(0,0,0,.54);border-top:1px solid #008cd2}.footer .footer-left{padding-left:20px}.footer .footer-right{padding-right:20px}@media all and (max-width: 768px){.footer{text-align:center;font-size:12px}.footer .footer-left{position:relative;left:0;top:10px}.footer .footer-left p{margin:0}.footer .footer-right{position:relative;top:15px;right:0}.footer .footer-right p{margin:0}}.pointer{cursor:pointer}.word-break{word-break:break-word}.inline-wrapper.textarea{word-break:break-word}.content-box{box-sizing:content-box}.mui--no-transition{transition:none !important}.mui--no-user-select{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mui-caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid rgba(0,0,0,0);border-left:4px solid rgba(0,0,0,0)}.mui--text-left{text-align:left !important}.mui--text-right{text-align:right !important}.mui--text-center{text-align:center !important}.mui--text-justify{text-align:justify !important}.mui--text-nowrap{white-space:nowrap !important}.mui--align-baseline{vertical-align:baseline !important}.mui--align-top{vertical-align:top !important}.mui--align-middle{vertical-align:middle !important}.mui--align-bottom{vertical-align:bottom !important}.mui--text-dark{color:rgba(0,0,0,.87)}.mui--text-dark-secondary{color:rgba(0,0,0,.54)}.mui--text-dark-hint{color:rgba(0,0,0,.38)}.mui--text-primary{color:#008cd2}.mui--text-light{color:#fff}.mui--text-light-secondary{color:hsla(0,0%,100%,.7)}.mui--text-light-hint{color:hsla(0,0%,100%,.3)}.mui--text-accent{color:#008cd2}.mui--text-accent-secondary{color:rgba(0,140,210,.54)}.mui--text-accent-hint{color:rgba(0,140,210,.38)}.mui--text-black{color:#000}.mui--text-white{color:#fff}.mui--text-danger{color:#c02437}.mui--text-success{color:#56b146}.mui--text-grey{color:#acacac}.mui--text-blue{color:#008cd2}.mui--bg-primary{background-color:#008cd2}.mui--bg-primary-dark{background-color:#003d6c}.mui--bg-primary-light{background-color:#bbdefb}.mui--bg-white{background-color:#fff}.mui--bg-accent{background-color:#008cd2}.mui--bg-accent-dark{background-color:#f50057}.mui--bg-accent-light{background-color:#e3f2fd}.mui--bg-danger{background-color:#c02437}.mui--bg-success{background-color:#56b146}.mui-list--unstyled{padding-left:0;list-style:none}.mui-list--inline{padding-left:0;list-style:none;margin-left:-5px}.mui-list--inline>li{display:inline-block;padding-left:5px;padding-right:5px}.mui--z1,.mui-select__menu,.mui-dropdown__menu{box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)}.mui--z2{box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23)}.mui--z3{box-shadow:0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23)}.mui--z4{box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22)}.mui--z5{box-shadow:0 19px 38px rgba(0,0,0,.3),0 15px 12px rgba(0,0,0,.22)}.mui--clearfix:before,.mui--clearfix:after{content:" ";display:table}.mui--clearfix:after{clear:both}.mui--pull-right{float:right !important}.mui--pull-left{float:left !important}.mui--hide{display:none !important}.mui--show{display:block !important}.mui--invisible{visibility:hidden}.mui--overflow-hidden{overflow:hidden !important}.mui--overflow-hidden-x{overflow-x:hidden !important}.mui--overflow-hidden-y{overflow-y:hidden !important}.mui--visible-xs-block,.mui--visible-xs-inline,.mui--visible-xs-inline-block,.mui--visible-sm-block,.mui--visible-sm-inline,.mui--visible-sm-inline-block,.mui--visible-md-block,.mui--visible-md-inline,.mui--visible-md-inline-block,.mui--visible-lg-block,.mui--visible-lg-inline,.mui--visible-lg-inline-block,.mui--visible-xl-block,.mui--visible-xl-inline,.mui--visible-xl-inline-block{display:none !important}@media(max-width: 543px){.mui-visible-xs{display:block !important}table.mui-visible-xs{display:table}tr.mui-visible-xs{display:table-row !important}th.mui-visible-xs,td.mui-visible-xs{display:table-cell !important}.mui--visible-xs-block{display:block !important}.mui--visible-xs-inline{display:inline !important}.mui--visible-xs-inline-block{display:inline-block !important}}@media(min-width: 544px)and (max-width: 767px){.mui-visible-sm{display:block !important}table.mui-visible-sm{display:table}tr.mui-visible-sm{display:table-row !important}th.mui-visible-sm,td.mui-visible-sm{display:table-cell !important}.mui--visible-sm-block{display:block !important}.mui--visible-sm-inline{display:inline !important}.mui--visible-sm-inline-block{display:inline-block !important}}@media(min-width: 768px)and (max-width: 1023px){.mui-visible-md{display:block !important}table.mui-visible-md{display:table}tr.mui-visible-md{display:table-row !important}th.mui-visible-md,td.mui-visible-md{display:table-cell !important}.mui--visible-md-block{display:block !important}.mui--visible-md-inline{display:inline !important}.mui--visible-md-inline-block{display:inline-block !important}}@media(min-width: 1024px)and (max-width: 1279px){.mui-visible-lg{display:block !important}table.mui-visible-lg{display:table}tr.mui-visible-lg{display:table-row !important}th.mui-visible-lg,td.mui-visible-lg{display:table-cell !important}.mui--visible-lg-block{display:block !important}.mui--visible-lg-inline{display:inline !important}.mui--visible-lg-inline-block{display:inline-block !important}}@media(min-width: 1280px){.mui-visible-xl{display:block !important}table.mui-visible-xl{display:table}tr.mui-visible-xl{display:table-row !important}th.mui-visible-xl,td.mui-visible-xl{display:table-cell !important}.mui--visible-xl-block{display:block !important}.mui--visible-xl-inline{display:inline !important}.mui--visible-xl-inline-block{display:inline-block !important}}@media(max-width: 543px){.mui--hidden-xs{display:none !important}}@media(min-width: 544px)and (max-width: 767px){.mui--hidden-sm{display:none !important}}@media(min-width: 768px)and (max-width: 1023px){.mui--hidden-md{display:none !important}}@media(min-width: 1024px)and (max-width: 1279px){.mui--hidden-lg{display:none !important}}@media(min-width: 1280px){.mui--hidden-xl{display:none !important}}.mui-scrlock--showbar-y{overflow-y:scroll !important}.mui-scrlock--showbar-x{overflow-x:scroll !important}.image-picker{min-width:160px}.image-picker .picker-label{display:block;margin-bottom:10px}.image-picker .picker-image{width:140px;height:90px}.image-picker .picker-image img{max-width:100%}.image-picker .picker-label{border-radius:2px;padding:2px 5px;margin:2px;background:rgba(0,0,0,0);display:inline-block;cursor:pointer}.image-picker-square,.menu-item-img-container{position:relative;max-width:320px;min-height:200px;max-height:205px;display:flex;text-align:center;justify-content:center}.image-picker-square:before,.menu-item-img-container:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:#000;opacity:.35}.image-picker-square img.picker-image,.menu-item-img-container img.picker-image{max-width:100%;height:auto;max-height:200px}.image-picker-square .picker-label,.image-picker-square .recipe-visible-picker,.menu-item-img-container .picker-label,.menu-item-img-container .recipe-visible-picker{position:absolute;width:100%;left:0;top:50%;transform:translateY(-50%);cursor:pointer;text-align:center;color:#fff;text-shadow:2px 2px 2px #3a3a3a}.image-picker-square .picker-label i,.image-picker-square .recipe-visible-picker i,.menu-item-img-container .picker-label i,.menu-item-img-container .recipe-visible-picker i{font-size:40px}.image-picker-square .recipe-visible-picker,.menu-item-img-container .recipe-visible-picker{position:absolute;left:0;top:15px;width:34%;background-color:#fff;text-align:left;font-size:16px;font-weight:600;text-shadow:0px 0px 0px;border-top-right-radius:2px;border-bottom-right-radius:30px;border-top:solid 1px #d6d6d6;border-left:solid 1px #d6d6d6}.image-picker-square .recipe-visible-picker i.material-icons,.menu-item-img-container .recipe-visible-picker i.material-icons{font-size:18px;width:18px;height:18px;padding:6px;font-weight:400}.image-picker-square .recipe-visible-picker .hidden-btn,.menu-item-img-container .recipe-visible-picker .hidden-btn{color:#c02437}.image-picker-square .recipe-visible-picker .visible-btn,.menu-item-img-container .recipe-visible-picker .visible-btn{color:#008cd2}.recipe-form .image-picker-square{max-width:390px;min-height:305px;display:flex;align-items:center}.recipe-form .image-picker-square img.picker-image{max-width:100%;height:auto;max-height:305px}label.picker-label input[type=file],label.recipe-visible-picker input[type=button],label.check-category-picker input[type=checkbox],label.check-item-picker input[type=checkbox],label.check-item-picker input[type=radio],label.selectAll-picker input[type=checkbox]{position:fixed;top:-100000px}.color-picker{margin-bottom:15px;border-radius:5px;box-shadow:0 2px 2px 0 rgba(0,0,0,.16),0 0px 2px 0 rgba(0,0,0,.12)}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.color-picker{box-shadow:0 -1px 2px 0 rgba(0,0,0,.12),-1px 0px 2px 0 rgba(0,0,0,.12),0 2px 2px 0 rgba(0,0,0,.16),0 0px 2px 0 rgba(0,0,0,.12)}}@supports(-ms-ime-align: auto){.color-picker{box-shadow:0 -1px 2px 0 rgba(0,0,0,.12),-1px 0px 2px 0 rgba(0,0,0,.12),0 2px 2px 0 rgba(0,0,0,.16),0 0px 2px 0 rgba(0,0,0,.12)}}.color-picker .color{width:70px;height:54px;border-radius:5px;margin-bottom:10px}.color-picker .swatch{padding:10px 10px 5px 10px;background:#fff;border-radius:5px;display:inline-block;cursor:pointer;text-align:center}.color-picker .popover{position:absolute;margin-top:-200px;z-index:2}.color-picker .cover{position:fixed;top:0;right:0;bottom:0;left:0}.accent-color-picker .color-label{display:block;margin-bottom:10px}.accent-color-picker .picker-container{margin-right:10px}.types-picker{margin-top:10px;padding:0}.types-picker:focus{outline:0}.types-picker .type-container-vertical{display:block;width:20%;height:100px;border:1px solid #eee;border-left:0;border-top:0;background:rgba(0,0,0,0);float:left;box-sizing:border-box;position:relative;cursor:pointer}.types-picker .type-container-vertical p{text-align:center;width:100%;position:absolute;bottom:10px;color:#008cd2;font-size:.9em}.types-picker .type-container-vertical svg{position:absolute;left:50%;margin-left:-12px;top:20px;width:24px;height:24px;fill:#858585}.types-picker .type-container-vertical:first-child{border-left:none}.types-picker .type-container-vertical:nth-child(5n){border-right:none}.types-picker .type-container-vertical:hover{background:#008cd2}.types-picker .type-container-vertical:hover svg{fill:#fff}.types-picker .type-container-vertical:hover p{color:#fff}.types-picker .type-container-vertical.active{background:#008cd2}.types-picker .type-container-vertical.active svg{fill:#fff}.types-picker .type-container-vertical.active p{color:#fff}.types-picker .type-container-vertical-as-preview{display:block;width:120px;height:80px;border-right:1px solid #eee;background:rgba(0,0,0,0);float:left;box-sizing:border-box;position:relative;cursor:default}.types-picker .type-container-vertical-as-preview p{text-align:center;width:100%;position:absolute;top:65px;color:#008cd2;font-size:12px}.types-picker .type-container-vertical-as-preview svg{position:absolute;left:36px;top:10px;width:48px;height:48px;fill:#858585}.types-picker .type-container-vertical-as-preview.normal:hover{cursor:pointer;background:#008cd2;background:linear-gradient(to right, #008cd2 0%, #2f8084 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008cd2', endColorstr='#2f8084',GradientType=1 )}.types-picker .type-container-vertical-as-preview.normal:hover svg{fill:#fff}.types-picker .type-container-vertical-as-preview.normal:hover p{color:#fff}.types-picker .type-container-vertical-as-preview.active{background:#008cd2;background:linear-gradient(to right, #008cd2 0%, #2f8084 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008cd2', endColorstr='#2f8084',GradientType=1 )}.types-picker .type-container-vertical-as-preview.active svg{fill:#fff}.types-picker .type-container-vertical-as-preview.active p{color:#fff}.types-picker .type-container-vertical-as-preview.disabled p{color:rgba(0,0,0,.15)}.types-picker .type-container-vertical-as-preview.disabled svg{fill:#f3f3f3}.types-picker .type-container-horizontal{display:block;width:20%;height:75px;border:0;border-radius:6px;background:rgba(0,0,0,0);float:left;box-sizing:border-box;position:relative;cursor:default}.types-picker .type-container-horizontal div[class*=mui-]{height:100%;line-height:100%;display:block;position:relative;margin:0}.types-picker .type-container-horizontal p{text-align:left;color:#008cd2;font-size:.9em;margin:0;position:relative;top:50%;transform:translateY(-40%)}.types-picker .type-container-horizontal p.subtitle{font-size:14px;color:rgba(0,0,0,.54)}.types-picker .type-container-horizontal svg{position:absolute;top:calc(50% - 12px);width:24px;height:24px;right:0;fill:#858585}.types-picker .type-container-horizontal:first-child{border-left:none}.types-picker .type-container-horizontal:nth-child(5n){border-right:none}.types-picker .type-container-horizontal.normal:hover{cursor:pointer;background:#008cd2}.types-picker .type-container-horizontal.normal:hover svg{fill:#fff}.types-picker .type-container-horizontal.normal:hover p{color:#fff}.types-picker .type-container-horizontal.active{background:#008cd2}.types-picker .type-container-horizontal.active svg{fill:#fff}.types-picker .type-container-horizontal.active p{color:#fff}.types-picker .type-container-horizontal.disabled p{color:rgba(0,0,0,.15)}.types-picker .type-container-horizontal.disabled svg{fill:#f3f3f3}.types-picker .footer{clear:both;padding:10px 0 10px 0;text-align:center}@media all and (max-width: 1023px){.mui-panel.types-picker .type-container-horizontal div[class*=col-]{width:100%;height:50%;display:block}.mui-panel.types-picker .type-container-horizontal p{text-align:center;font-size:.9em;margin:0;position:relative;top:50%;transform:translateY(-65%)}.mui-panel.types-picker .type-container-horizontal svg{position:absolute;top:calc(50% - 12px);right:calc(50% - 12px);margin:0;fill:#858585}}@media all and (max-width: 767px){.mui-panel.types-picker .type-container-horizontal,.mui-panel.types-picker .type-container-vertical{width:33.33%}.mui-panel.types-picker .type-container-horizontal:nth-child(3n),.mui-panel.types-picker .type-container-vertical:nth-child(3n){border-right:none}.mui-panel.types-picker .type-container-horizontal:nth-child(5n),.mui-panel.types-picker .type-container-vertical:nth-child(5n){border:1px solid #eee;border-left:0;border-top:0}}.mui-panel.types-picker{margin-top:10px;padding:10px}.mui-panel.types-picker:focus{outline:0}.test svg{fill:red}.terms-of-service p{text-align:justify}.terms-of-service span.underline{text-decoration:underline}.terms-of-service ol.registration{padding-left:18px}.terms-of-service ol.registration ol{list-style-type:lower-alpha;padding-left:15px;padding-top:10px}.terms-of-service ol.registration ol li{text-decoration:none}.terms-of-service ol.registration ol li p{padding-left:10px}ol.step-list{color:#fff;padding:20px;list-style:none}ol.step-list li{font-size:18px;padding-bottom:25px}ol.step-list a{color:#fff;text-decoration:none}ol.step-list a:hover{text-decoration:none}ol.step-list a.current{font-weight:600}ol.step-list a.disabled{opacity:.1}ol.step-list p.step-subtext{font-size:12px;text-align:left;text-indent:45px;margin-bottom:0}ol.step-list p.step-subtext.disabled{opacity:.1}.oval{display:inline-block;width:34px;height:34px;border-radius:50%;line-height:32px;text-align:center;background:#fff;margin-right:10px;color:#008cd2;font-size:18px;font-weight:bold;box-sizing:border-box;padding-top:2px}.oval.pending{opacity:.47;border:solid 2px #fff;background:rgba(0,0,0,0);color:#fff;padding-top:0px}.oval.complete{opacity:.47}.oval.disabled{opacity:.1}@media all and (max-width: 740px){ol.step-list{padding:0;margin:0;width:240px;position:absolute;left:50%;margin-left:-120px;margin-top:8px}ol.step-list li{width:80px;padding:0;float:left}ol.step-list li>a{display:none}ol.step-list .oval{display:block;margin:0 auto}ol.step-list p.step-subtext{display:none}}.logo-img>img{width:220px}.user-identity{margin-right:5px;text-align:right}.user-identity .user-identity-name{display:block;overflow:hidden;text-overflow:ellipsis;white-space:pre;max-width:130px}ul.main-menu{color:#fff;padding:0px;margin:4px 10px 0 15px;list-style:none}ul.main-menu li{padding:0;float:left}ul.main-menu a{display:block;font-size:14px;font-weight:700;letter-spacing:.8px;color:#fff;line-height:normal;text-decoration:none;text-transform:uppercase;padding:12px 15px;border-radius:8px;margin:0 2px}ul.main-menu a:hover{background:#367cb8}ul.main-menu a.active{background:#367cb8}ul.main-menu a.disabled{color:gray;cursor:not-allowed}@media(max-width: 1280px){.logo-img>img{width:250px}}@media(max-width: 1120px){.logo-img>img{width:220px}}ol.side-navigation{padding:20px 10px 10px 10px;list-style:none}ol.side-navigation li{font-size:14px;color:#898989;padding:12px 16px 12px 16px;margin-bottom:4px;background-color:#fff;border-radius:25px;cursor:default}ol.side-navigation li span.datacolor{color:#2196f3}ol.side-navigation li.data:hover{cursor:pointer;color:#fff;font-weight:bold;background:#008cd2}ol.side-navigation li.data:hover span.datacolor{color:#fff}ol.side-navigation li.active{cursor:pointer;color:#fff;font-weight:bold;background:#008cd2}ol.side-navigation li.active span.datacolor{color:#fff}ol.side-navigation li.disabled{cursor:default}.react-autosuggest__suggestions-container{position:absolute;width:100%;z-index:1000000000}.react-autosuggest__suggestions-list{margin:.5rem 0 1rem 0;border:1px solid #e0e0e0;border-radius:2px;overflow:hidden;width:100%;padding:0}.react-autosuggest__suggestions-list p{margin:0 0 2px 0}.react-autosuggest__suggestion{background-color:#fff;line-height:1.5rem;padding:10px 15px 10px 15px;margin:0;border-bottom:1px solid #e0e0e0;list-style:none;cursor:pointer}.react-autosuggest__suggestion--highlighted{background-color:#ddd}.options-link{padding:6px;font-size:12px;font-weight:bold}.color-picker-btn{font-weight:500;font-size:14px;line-height:18px;text-transform:uppercase;color:rgba(0,0,0,.87);background-color:#fff}.color-picker-btn:hover,.color-picker-btn:focus,.color-picker-btn:active{color:rgba(0,0,0,.87);background-color:#fff}.color-picker-btn[disabled]:hover,.color-picker-btn[disabled]:focus,.color-picker-btn[disabled]:active{color:rgba(0,0,0,.87);background-color:#fff}.color-picker-btn.mui-btn--flat{color:rgba(0,0,0,.87);background-color:rgba(0,0,0,0)}.color-picker-btn.mui-btn--flat:hover,.color-picker-btn.mui-btn--flat:focus,.color-picker-btn.mui-btn--flat:active{color:rgba(0,0,0,.87);background-color:hsl(0,0%,92%) !important}.color-picker-btn.mui-btn--flat[disabled]:hover,.color-picker-btn.mui-btn--flat[disabled]:focus,.color-picker-btn.mui-btn--flat[disabled]:active{color:rgba(0,0,0,.87);background-color:rgba(0,0,0,0)}.color-picker-btn{transition:all .2s ease-in-out;display:inline-block;height:43px;padding:0 26px;margin:6px 0;border:none;border-radius:25px;cursor:pointer;touch-action:manipulation;background-image:none;box-shadow:rgba(0,0,0,.15) 0px 0px 0px 1px,rgba(0,0,0,.15) 0px 8px 16px;text-align:center;line-height:43px;vertical-align:middle;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:16px;font-family:inherit;letter-spacing:.03em;overflow:hidden}.mui-btn{font-weight:500;font-size:14px;line-height:18px;text-transform:uppercase;color:rgba(0,0,0,.87);background-color:#fff}.mui-btn:hover,.mui-btn:focus,.mui-btn:active{color:rgba(0,0,0,.87);background-color:#fff}.mui-btn[disabled]:hover,.mui-btn[disabled]:focus,.mui-btn[disabled]:active{color:rgba(0,0,0,.87);background-color:#fff}.mui-btn.mui-btn--flat{color:rgba(0,0,0,.87);background-color:rgba(0,0,0,0)}.mui-btn.mui-btn--flat:hover,.mui-btn.mui-btn--flat:focus,.mui-btn.mui-btn--flat:active{color:rgba(0,0,0,.87);background-color:hsl(0,0%,92%) !important}.mui-btn.mui-btn--flat[disabled]:hover,.mui-btn.mui-btn--flat[disabled]:focus,.mui-btn.mui-btn--flat[disabled]:active{color:rgba(0,0,0,.87);background-color:rgba(0,0,0,0)}.mui-btn{transition:all .2s ease-in-out;display:inline-flex;align-items:center;justify-content:center;height:43px;padding:4px 26px 2px 26px;margin:6px 0;border:none;border-radius:25px;cursor:pointer;touch-action:manipulation;background-image:none;text-align:center;line-height:43px;vertical-align:middle;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:16px;font-family:"MyriadProSemibold","Arial",serif !important;text-transform:capitalize !important;position:relative;overflow:hidden}.mui-btn:hover,.mui-btn:focus,.mui-btn:active{outline:0;text-decoration:none;color:rgba(0,0,0,.87)}.mui-btn:hover,.mui-btn:focus{box-shadow:0 0px 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.2)}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.mui-btn:hover,.mui-btn:focus{box-shadow:0 -1px 2px rgba(0,0,0,.12),-1px 0px 2px rgba(0,0,0,.12),0 0px 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.2)}}@supports(-ms-ime-align: auto){.mui-btn:hover,.mui-btn:focus{box-shadow:0 -1px 2px rgba(0,0,0,.12),-1px 0px 2px rgba(0,0,0,.12),0 0px 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.2)}}.mui-btn:active:hover{box-shadow:0 0px 4px rgba(0,0,0,.12),1px 3px 4px rgba(0,0,0,.2)}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.mui-btn:active:hover{box-shadow:0 -1px 2px rgba(0,0,0,.12),-1px 0px 2px rgba(0,0,0,.12),0 0px 4px rgba(0,0,0,.12),1px 3px 4px rgba(0,0,0,.2)}}@supports(-ms-ime-align: auto){.mui-btn:active:hover{box-shadow:0 -1px 2px rgba(0,0,0,.12),-1px 0px 2px rgba(0,0,0,.12),0 0px 4px rgba(0,0,0,.12),1px 3px 4px rgba(0,0,0,.2)}}.mui-btn:disabled,.mui-btn.mui--is-disabled{cursor:not-allowed;pointer-events:none;opacity:.6;box-shadow:none}.mui-btn+.mui-btn{margin-left:8px}.mui-btn--flat{background-color:hsl(0,0%,95%) !important}.mui-btn--flat:hover,.mui-btn--flat:focus,.mui-btn--flat:active,.mui-btn--flat:active:hover{box-shadow:none;background-color:hsl(0,0%,92%) !important}.mui-btn--raised,.mui-btn--fab{box-shadow:0 0px 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.2)}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.mui-btn--raised,.mui-btn--fab{box-shadow:0 -1px 2px rgba(0,0,0,.12),-1px 0px 2px rgba(0,0,0,.12),0 0px 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.2)}}@supports(-ms-ime-align: auto){.mui-btn--raised,.mui-btn--fab{box-shadow:0 -1px 2px rgba(0,0,0,.12),-1px 0px 2px rgba(0,0,0,.12),0 0px 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.2)}}.mui-btn--raised:active,.mui-btn--fab:active{box-shadow:0 0px 4px rgba(0,0,0,.12),1px 3px 4px rgba(0,0,0,.2)}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.mui-btn--raised:active,.mui-btn--fab:active{box-shadow:0 -1px 2px rgba(0,0,0,.12),-1px 0px 2px rgba(0,0,0,.12),0 0px 4px rgba(0,0,0,.12),1px 3px 4px rgba(0,0,0,.2)}}@supports(-ms-ime-align: auto){.mui-btn--raised:active,.mui-btn--fab:active{box-shadow:0 -1px 2px rgba(0,0,0,.12),-1px 0px 2px rgba(0,0,0,.12),0 0px 4px rgba(0,0,0,.12),1px 3px 4px rgba(0,0,0,.2)}}.mui-btn--fab{position:relative;padding:0;width:55px;height:55px;line-height:55px;border-radius:50%;z-index:1}.mui-btn--primary{color:#fff;background-color:#008cd2}.mui-btn--primary:hover,.mui-btn--primary:focus,.mui-btn--primary:active{color:#fff;background-color:rgb(0,157,235.5)}.mui-btn--primary[disabled]:hover,.mui-btn--primary[disabled]:focus,.mui-btn--primary[disabled]:active{color:#fff;background-color:#008cd2}.mui-btn--primary.mui-btn--flat{color:#008cd2;background-color:rgba(0,0,0,0)}.mui-btn--primary.mui-btn--flat:hover,.mui-btn--primary.mui-btn--flat:focus,.mui-btn--primary.mui-btn--flat:active{color:#008cd2;background-color:hsl(0,0%,92%) !important}.mui-btn--primary.mui-btn--flat[disabled]:hover,.mui-btn--primary.mui-btn--flat[disabled]:focus,.mui-btn--primary.mui-btn--flat[disabled]:active{color:#008cd2;background-color:rgba(0,0,0,0)}.mui-btn--dark{color:#fff;background-color:#424242}.mui-btn--dark:hover,.mui-btn--dark:focus,.mui-btn--dark:active{color:#fff;background-color:rgb(78.75,78.75,78.75)}.mui-btn--dark[disabled]:hover,.mui-btn--dark[disabled]:focus,.mui-btn--dark[disabled]:active{color:#fff;background-color:#424242}.mui-btn--dark.mui-btn--flat{color:#424242;background-color:rgba(0,0,0,0)}.mui-btn--dark.mui-btn--flat:hover,.mui-btn--dark.mui-btn--flat:focus,.mui-btn--dark.mui-btn--flat:active{color:#424242;background-color:hsl(0,0%,92%) !important}.mui-btn--dark.mui-btn--flat[disabled]:hover,.mui-btn--dark.mui-btn--flat[disabled]:focus,.mui-btn--dark.mui-btn--flat[disabled]:active{color:#424242;background-color:rgba(0,0,0,0)}.mui-btn--danger{color:#fff;background-color:#c02437}.mui-btn--danger:hover,.mui-btn--danger:focus,.mui-btn--danger:active{color:#fff;background-color:rgb(213.4736842105,40.0263157895,61.1513157895)}.mui-btn--danger[disabled]:hover,.mui-btn--danger[disabled]:focus,.mui-btn--danger[disabled]:active{color:#fff;background-color:#c02437}.mui-btn--danger.mui-btn--flat{color:#c02437;background-color:rgba(0,0,0,0)}.mui-btn--danger.mui-btn--flat:hover,.mui-btn--danger.mui-btn--flat:focus,.mui-btn--danger.mui-btn--flat:active{color:#c02437;background-color:hsl(0,0%,92%) !important}.mui-btn--danger.mui-btn--flat[disabled]:hover,.mui-btn--danger.mui-btn--flat[disabled]:focus,.mui-btn--danger.mui-btn--flat[disabled]:active{color:#c02437;background-color:rgba(0,0,0,0)}.mui-btn--accent{color:#fff;background-color:#008cd2}.mui-btn--accent:hover,.mui-btn--accent:focus,.mui-btn--accent:active{color:#fff;background-color:rgb(0,157,235.5)}.mui-btn--accent[disabled]:hover,.mui-btn--accent[disabled]:focus,.mui-btn--accent[disabled]:active{color:#fff;background-color:#008cd2}.mui-btn--accent.mui-btn--flat{color:#008cd2;background-color:rgba(0,0,0,0)}.mui-btn--accent.mui-btn--flat:hover,.mui-btn--accent.mui-btn--flat:focus,.mui-btn--accent.mui-btn--flat:active{color:#008cd2;background-color:hsl(0,0%,92%) !important}.mui-btn--accent.mui-btn--flat[disabled]:hover,.mui-btn--accent.mui-btn--flat[disabled]:focus,.mui-btn--accent.mui-btn--flat[disabled]:active{color:#008cd2;background-color:rgba(0,0,0,0)}.mui-btn--success{color:#fff;background-color:#008cd2}.mui-btn--success:hover,.mui-btn--success:focus,.mui-btn--success:active{color:#fff;background-color:rgb(0,157,235.5)}.mui-btn--success[disabled]:hover,.mui-btn--success[disabled]:focus,.mui-btn--success[disabled]:active{color:#fff;background-color:#008cd2}.mui-btn--success.mui-btn--flat{color:#008cd2;background-color:rgba(0,0,0,0)}.mui-btn--success.mui-btn--flat:hover,.mui-btn--success.mui-btn--flat:focus,.mui-btn--success.mui-btn--flat:active{color:#008cd2;background-color:hsl(0,0%,92%) !important}.mui-btn--success.mui-btn--flat[disabled]:hover,.mui-btn--success.mui-btn--flat[disabled]:focus,.mui-btn--success.mui-btn--flat[disabled]:active{color:#008cd2;background-color:rgba(0,0,0,0)}.mui-btn--secondary{color:#008cd2;background-color:#fff}.mui-btn--secondary:hover,.mui-btn--secondary:focus,.mui-btn--secondary:active{color:#008cd2;background-color:#fff}.mui-btn--secondary[disabled]:hover,.mui-btn--secondary[disabled]:focus,.mui-btn--secondary[disabled]:active{color:#008cd2;background-color:#fff}.mui-btn--secondary.mui-btn--flat{color:#fff;background-color:rgba(0,0,0,0)}.mui-btn--secondary.mui-btn--flat:hover,.mui-btn--secondary.mui-btn--flat:focus,.mui-btn--secondary.mui-btn--flat:active{color:#fff;background-color:hsl(0,0%,92%) !important}.mui-btn--secondary.mui-btn--flat[disabled]:hover,.mui-btn--secondary.mui-btn--flat[disabled]:focus,.mui-btn--secondary.mui-btn--flat[disabled]:active{color:#fff;background-color:rgba(0,0,0,0)}.mui-btn--secondary{border:1px solid #008cd2}.mui-btn--disabled{color:#9b9b9b;background-color:#fff}.mui-btn--disabled:hover,.mui-btn--disabled:focus,.mui-btn--disabled:active{color:#9b9b9b;background-color:#fff}.mui-btn--disabled[disabled]:hover,.mui-btn--disabled[disabled]:focus,.mui-btn--disabled[disabled]:active{color:#9b9b9b;background-color:#fff}.mui-btn--disabled.mui-btn--flat{color:#fff;background-color:rgba(0,0,0,0)}.mui-btn--disabled.mui-btn--flat:hover,.mui-btn--disabled.mui-btn--flat:focus,.mui-btn--disabled.mui-btn--flat:active{color:#fff;background-color:hsl(0,0%,92%) !important}.mui-btn--disabled.mui-btn--flat[disabled]:hover,.mui-btn--disabled.mui-btn--flat[disabled]:focus,.mui-btn--disabled.mui-btn--flat[disabled]:active{color:#fff;background-color:rgba(0,0,0,0)}.mui-btn--disabled{border:2px solid #979797;pointer-events:none}.mui-btn--small{height:36.55px;line-height:36.55px;padding:0 16px;font-size:13px}.mui-btn--large{height:64.5px;line-height:64.5px;padding:0 26px;font-size:16px}.mui-btn--fab.mui-btn--small{width:44px;height:44px;line-height:44px}.mui-btn--fab.mui-btn--large{width:75px;height:75px;line-height:75px}.mui-btn.no-margin{margin:0 !important}.duplicate-width{width:197px}.mui-btn-blue{display:flex;font-size:14px;color:#008cd2;font-weight:800}.mui-btn-blue.outlined-btn{border:1px solid #008cd2;background:none}.mui-btn-blue:hover,.mui-btn-blue:focus{color:#008cd2}.dropdown-menu{position:relative}.dropdown-menu:focus{outline-style:none;box-shadow:none;border-color:rgba(0,0,0,0)}.dropdown-menu>.menu-button{padding-bottom:10px;cursor:pointer}.dropdown-menu ul{z-index:2;position:absolute;border-radius:9px;overflow:hidden;background-color:#fff;min-width:200px;max-width:280px;padding:0;top:48px;box-shadow:0 2px 4px 0 rgba(0,0,0,.16),0 2px 8px 0 rgba(0,0,0,.12);transition:all .2s ease;transform:scale(1, 0);transform-origin:0 0;list-style:none}.dropdown-menu ul li{min-height:46px;background:#fff;text-align:left}.dropdown-menu ul li a{width:100%;font-family:"MyriadProBold",Arial,sans-serif;padding:12px 20px 10px 20px;min-height:46px;box-sizing:border-box;text-align:left;font-size:14px;color:#2a2f33;text-decoration:none;border-bottom:1px solid #f1f1f1;white-space:pre;overflow:hidden;text-overflow:ellipsis;display:block}.dropdown-menu ul li a:hover{background-color:#f5f5f5}.dropdown-menu ul li span,.dropdown-menu ul li>div{width:100%;padding:10px 20px 10px 20px;display:inline-block;white-space:pre;box-sizing:border-box;color:#008cd2;text-decoration:none;text-align:left;font-size:16px;cursor:pointer;border-bottom:1px solid #eee}.dropdown-menu ul li span:hover,.dropdown-menu ul li>div:hover{color:#fff;background-color:#008cd2;border-radius:0}.dropdown-menu ul li span.sub-menu-back{display:flex;font-weight:bold}.dropdown-menu ul li span.sub-menu{display:flex}.dropdown-menu ul li>div .multi-level-menu-list{padding:0px;border:0px;background-color:rgba(0,0,0,0);font-size:inherit;min-height:unset;color:inherit}.dropdown-menu ul li>div .multi-level-menu-list:last-child,.dropdown-menu ul li>div .multi-level-menu-list:first-child{border-radius:0px}.dropdown-menu ul li>div .multi-level-menu-list:hover{color:#fff;background-color:#008cd2;border-radius:0}.dropdown-menu ul li span.disabled{width:100%;padding:10px 20px 10px 20px;display:inline-block;white-space:pre;box-sizing:border-box;color:rgba(124,124,124,.842);text-decoration:none;text-align:left;font-size:16px;cursor:not-allowed;border-bottom:1px solid #eee;background-color:#fff}.dropdown-menu ul.active,.dropdown-menu ul.parentActive,.dropdown-menu ul.childActive{transform:scale(1, 1)}.my-ingredients .dropdown-menu ul:before,.recipes .dropdown-menu ul:before{right:15px}.my-ingredients .dropdown-menu .oval-button,.recipes .dropdown-menu .oval-button{outline:none;background-color:#fff}.actions-button,.actions-button:hover,.actions-button:focus,.actions-button:active{border-radius:25px;border:solid 1px #008cd2;background-color:#fff;font-family:MyriadPro,sans-serif;font-size:16px;font-weight:600;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;text-align:center;color:#008cd2;padding-right:40px}.actions-button i.material-icons,.actions-button:hover i.material-icons,.actions-button:focus i.material-icons,.actions-button:active i.material-icons{display:block;float:right;font-size:24px;margin-right:8px;font-weight:normal;position:absolute;right:0;top:8px}.multi-level-menu-button{background-color:rgba(0,0,0,0);background-repeat:no-repeat;border:none;cursor:pointer;overflow:hidden;outline:none;color:#008cd2}.multi-level-menu-button .oval-button i{font-size:36px}.multi-level-menu-list-container{border-radius:5px;background-color:#fff;min-width:184px;padding:0;box-shadow:0 1px 10px 0 rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.12),0 2px 4px 0 rgba(0,0,0,.14)}.multi-level-menu-list-container .multi-level-item-list{max-height:240px;overflow-y:auto}.multi-level-menu-list{background-color:#fff;display:flex;align-items:center;padding:0px 16px;height:39px;border-bottom:1px solid #d6d6d6;color:#008cd2;font-size:14px}.multi-level-menu-list:first-child{border-top-left-radius:5px;border-top-right-radius:5px}.multi-level-menu-list:last-child{border-bottom-left-radius:5px;border-bottom-right-radius:5px}.ss-dropdown__control{min-height:36px !important;border-color:#acacac !important;background:#fff !important;margin-bottom:15px !important}.ss-dropdown__control--is-focused{border-color:#008cd2 !important;box-shadow:none !important}.ss-dropdown__control--is-focused .ss-dropdown__dropdown-indicator{transform:rotate(180deg) !important}.ss-dropdown__dropdown-indicator{padding:4px !important}.ss-dropdown__indicator-separator{display:none !important}.ss-dropdown__single-value{font-size:14px !important}.ss-dropdown__menu{margin:1px 0 0 1px !important;width:99% !important}.ss-dropdown__menu.opt-right{min-width:200px !important;right:0 !important}.ss-dropdown__menu.opt-left{min-width:200px !important;left:0 !important}.ss-dropdown__menu.no-margin{margin-bottom:0 !important}.ss-dropdown__placeholder{font-size:14px !important;font-style:italic !important}.ss-dropdown__option{font-size:14px !important}.ss-dropdown__option--is-selected,.ss-dropdown__option--is-focused{background:#f1f1f1 !important;color:rgba(0,0,0,.74) !important;font-size:14px !important}.ss-dropdown--is-disabled{opacity:.5}.ss-dropdown-set-qty-overlay .ss-dropdown__control{margin-bottom:0 !important;min-width:60px}.PresetDateRangePicker_panel{padding:0 22px 11px}.PresetDateRangePicker_button{position:relative;height:100%;text-align:center;background:0 0;border:2px solid #008cd2;color:#008cd2;padding:4px 12px;margin-right:8px;font:inherit;font-weight:700;line-height:normal;overflow:visible;box-sizing:border-box;cursor:pointer}.PresetDateRangePicker_button:active{outline:0}.PresetDateRangePicker_button__selected{color:#fff;background:#008cd2}.SingleDatePickerInput{display:inline-block;background-color:#fff}.SingleDatePickerInput__withBorder{border-radius:2px}.SingleDatePickerInput__rtl{direction:rtl}.SingleDatePickerInput__disabled{background-color:#f2f2f2}.SingleDatePickerInput__block{display:block}.SingleDatePickerInput__showClearDate{padding-right:30px}.SingleDatePickerInput_clearDate{background:0 0;border:0;color:inherit;font:inherit;line-height:normal;overflow:visible;cursor:pointer;padding:10px;margin:0 10px 0 5px;position:absolute;right:0;top:50%;transform:translateY(-50%)}.SingleDatePickerInput_clearDate__default:focus{background:#dbdbdb;border-radius:50%}.SingleDatePickerInput_clearDate__default:hover{background:#dbdbdb;border-radius:50%}.SingleDatePickerInput_clearDate__small{padding:6px}.SingleDatePickerInput_clearDate__hide{visibility:hidden}.SingleDatePickerInput_clearDate_svg{fill:#82888a;height:12px;width:15px;vertical-align:middle}.SingleDatePickerInput_clearDate_svg__small{height:9px}.SingleDatePickerInput_calendarIcon{background:0 0;border:0;color:inherit;font:inherit;line-height:normal;overflow:visible;cursor:pointer;display:inline-block;vertical-align:middle;padding:10px;margin:0 5px 0 10px}.SingleDatePickerInput_calendarIcon_svg{fill:#82888a;height:15px;width:14px;vertical-align:middle}.SingleDatePicker{position:relative;display:inline-block}.SingleDatePicker__block{display:block}.SingleDatePicker_picker{z-index:1;background-color:#fff;position:absolute}.SingleDatePicker_picker__rtl{direction:rtl}.SingleDatePicker_picker__directionLeft{left:0}.SingleDatePicker_picker__directionRight{right:0}.SingleDatePicker_picker__portal{background-color:rgba(0,0,0,.3);position:fixed;top:0;left:0;height:100%;width:100%}.SingleDatePicker_picker__fullScreenPortal{background-color:#fff}.SingleDatePicker_closeButton{background:0 0;border:0;color:inherit;font:inherit;line-height:normal;overflow:visible;cursor:pointer;position:absolute;top:0;right:0;padding:15px;z-index:2}.SingleDatePicker_closeButton:focus{color:hsl(200,2.9126213592%,69.8039215686%);text-decoration:none}.SingleDatePicker_closeButton:hover{color:hsl(200,2.9126213592%,69.8039215686%);text-decoration:none}.SingleDatePicker_closeButton_svg{height:15px;width:15px;fill:#cacccd}.DayPickerKeyboardShortcuts_buttonReset{background:0 0;border:0;border-radius:0;color:inherit;font:inherit;line-height:normal;overflow:visible;padding:0;cursor:pointer;font-size:14px}.DayPickerKeyboardShortcuts_buttonReset:active{outline:0}.DayPickerKeyboardShortcuts_show{width:33px;height:26px;position:absolute;z-index:2}.DayPickerKeyboardShortcuts_show::before{content:"";display:block;position:absolute}.DayPickerKeyboardShortcuts_show__bottomRight{bottom:0;right:0}.DayPickerKeyboardShortcuts_show__bottomRight::before{border-top:26px solid rgba(0,0,0,0);border-right:33px solid #008cd2;bottom:0;right:0}.DayPickerKeyboardShortcuts_show__bottomRight:hover::before{border-right:33px solid #008489}.DayPickerKeyboardShortcuts_show__topRight{top:0;right:0}.DayPickerKeyboardShortcuts_show__topRight::before{border-bottom:26px solid rgba(0,0,0,0);border-right:33px solid #008cd2;top:0;right:0}.DayPickerKeyboardShortcuts_show__topRight:hover::before{border-right:33px solid #008489}.DayPickerKeyboardShortcuts_show__topLeft{top:0;left:0}.DayPickerKeyboardShortcuts_show__topLeft::before{border-bottom:26px solid rgba(0,0,0,0);border-left:33px solid #008cd2;top:0;left:0}.DayPickerKeyboardShortcuts_show__topLeft:hover::before{border-left:33px solid #008489}.DayPickerKeyboardShortcuts_showSpan{color:#fff;position:absolute}.DayPickerKeyboardShortcuts_showSpan__bottomRight{bottom:0;right:5px}.DayPickerKeyboardShortcuts_showSpan__topRight{top:1px;right:5px}.DayPickerKeyboardShortcuts_showSpan__topLeft{top:1px;left:5px}.DayPickerKeyboardShortcuts_panel{overflow:auto;background:#fff;border-radius:2px;position:absolute;top:0;bottom:0;right:0;left:0;z-index:2;padding:22px;margin:33px;text-align:left}.DayPickerKeyboardShortcuts_title{font-size:16px;font-weight:700;margin:0}.DayPickerKeyboardShortcuts_list{list-style:none;padding:0;font-size:14px}.DayPickerKeyboardShortcuts_close{position:absolute;right:22px;top:22px;z-index:2}.DayPickerKeyboardShortcuts_close:active{outline:0}.DayPickerKeyboardShortcuts_closeSvg{height:15px;width:15px;fill:#cacccd}.DayPickerKeyboardShortcuts_closeSvg:focus{fill:#82888a}.DayPickerKeyboardShortcuts_closeSvg:hover{fill:#82888a}.CalendarDay{box-sizing:border-box;cursor:pointer;font-size:14px;text-align:center}.CalendarDay:active{outline:0}.CalendarDay__defaultCursor{cursor:default}.CalendarDay__default{border:none;color:#484848;background:#fff}.CalendarDay__default:hover{background:#008cd2;border:none;color:#fff}.CalendarDay__hovered_offset{background:#f4f5f5;border:none;color:inherit}.CalendarDay__outside{border:0;background:#fff;color:#484848}.CalendarDay__outside:hover{border:0}.CalendarDay__blocked_minimum_nights{background:#fff;color:#cacccd}.CalendarDay__blocked_minimum_nights:active{background:#fff;color:#cacccd}.CalendarDay__blocked_minimum_nights:hover{background:#fff;color:#cacccd}.CalendarDay__highlighted_calendar{background:#ffe8bc;color:#484848}.CalendarDay__highlighted_calendar:active{background:#ffce71;color:#484848}.CalendarDay__highlighted_calendar:hover{background:#ffce71;color:#484848}.CalendarDay__selected_span{background:#008cd2;color:#fff}.CalendarDay__selected_span:active{background:#008cd2;color:#fff}.CalendarDay__selected_span:hover{background:#008cd2;color:#fff}.CalendarDay__selected{background:#008cd2;color:#fff}.CalendarDay__selected:active{background:#008cd2;color:#fff}.CalendarDay__selected:hover{background:#008cd2;color:#fff}.CalendarDay__hovered_span{background:#008cd2;color:#fff}.CalendarDay__hovered_span:hover{background:#008cd2;color:#fff}.CalendarDay__hovered_span:active{background:#008cd2;color:#fff}.CalendarDay__blocked_calendar{background:#cacccd;color:#82888a}.CalendarDay__blocked_calendar:active{background:#cacccd;color:#82888a}.CalendarDay__blocked_calendar:hover{background:#cacccd;color:#82888a}.CalendarDay__blocked_out_of_range{background:#fff;color:#cacccd}.CalendarDay__blocked_out_of_range:active{background:#fff;color:#cacccd}.CalendarDay__blocked_out_of_range:hover{background:#fff;color:#cacccd}.CalendarDay__hovered_start_first_possible_end{background:#eceeee}.CalendarDay__hovered_start_blocked_min_nights{background:#eceeee}.CalendarMonth{background:#fff;text-align:center;vertical-align:top;-webkit-user-select:none;-moz-user-select:none;user-select:none}.CalendarMonth_table{border-collapse:collapse;border-spacing:0}.CalendarMonth_verticalSpacing{border-collapse:separate}.CalendarMonth_caption{color:#484848;font-size:16px;text-align:center;padding-top:22px;padding-bottom:37px;caption-side:initial}.CalendarMonth_caption__verticalScrollable{padding-top:12px;padding-bottom:7px}.CalendarMonthGrid{background:#fff;text-align:left;z-index:0}.CalendarMonthGrid__animating{z-index:1}.CalendarMonthGrid__horizontal{position:absolute;left:9px}.CalendarMonthGrid__vertical{margin:0 auto}.CalendarMonthGrid__vertical_scrollable{margin:0 auto}.CalendarMonthGrid_month__horizontal{display:inline-block;vertical-align:top;min-height:100%}.CalendarMonthGrid_month__hideForAnimation{position:absolute;z-index:-1;opacity:0;pointer-events:none}.CalendarMonthGrid_month__hidden{visibility:hidden}.DayPickerNavigation{position:relative;z-index:2}.DayPickerNavigation__horizontal{height:0}.DayPickerNavigation__verticalScrollable_prevNav{z-index:1}.DayPickerNavigation__verticalDefault{position:absolute;width:100%;height:52px;bottom:0;left:0}.DayPickerNavigation__verticalScrollableDefault{position:relative}.DayPickerNavigation__bottom{height:auto}.DayPickerNavigation__bottomDefault{-webkit-box-pack:justify;-ms-flex-pack:justify;display:flex;justify-content:space-between}.DayPickerNavigation_button{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:0;padding:0;margin:0}.DayPickerNavigation_button__default{background-color:#fff;color:#757575}.DayPickerNavigation_button__default:active{background:#f2f2f2}.DayPickerNavigation_button__disabled{cursor:default}.DayPickerNavigation_button__disabled:active{background:0 0}.DayPickerNavigation_button__horizontalDefault{position:absolute;top:18px;line-height:.78;border-radius:3px;padding:6px 9px}.DayPickerNavigation_bottomButton__horizontalDefault{position:static;margin:-10px 22px 30px}.DayPickerNavigation_leftButton__horizontalDefault{left:22px}.DayPickerNavigation_rightButton__horizontalDefault{right:22px}.DayPickerNavigation_button__verticalDefault{padding:5px;background:#fff;box-shadow:0 0 5px 2px rgba(0,0,0,.1);position:relative;display:inline-block;text-align:center;height:100%;width:50%}.DayPickerNavigation_nextButton__verticalDefault{border-left:0}.DayPickerNavigation_nextButton__verticalScrollableDefault{width:100%}.DayPickerNavigation_prevButton__verticalScrollableDefault{width:100%}.DayPickerNavigation_svg__horizontal{height:19px;width:19px;fill:#008cd2;display:block}.DayPickerNavigation_svg__vertical{height:42px;width:42px;fill:#484848}.DayPickerNavigation_svg__disabled{fill:#f2f2f2}.DayPicker{background:#fff;position:relative;text-align:left}.DayPicker__horizontal{background:#fff}.DayPicker__verticalScrollable{height:100%}.DayPicker__hidden{visibility:hidden}.DayPicker__withBorder{box-shadow:0 2px 6px rgba(0,0,0,.05),0 0 0 1px rgba(0,0,0,.07);border-radius:3px}.DayPicker_portal__horizontal{box-shadow:none;position:absolute;left:50%;top:50%}.DayPicker_portal__vertical{position:initial}.DayPicker_focusRegion{outline:0}.DayPicker_calendarInfo__horizontal{display:inline-block;vertical-align:top}.DayPicker_wrapper__horizontal{display:inline-block;vertical-align:top}.DayPicker_weekHeaders{position:relative}.DayPicker_weekHeaders__horizontal{margin-left:9px}.DayPicker_weekHeader{color:#757575;position:absolute;top:62px;z-index:2;text-align:left}.DayPicker_weekHeader__vertical{left:50%}.DayPicker_weekHeader__verticalScrollable{top:0;display:table-row;border-bottom:1px solid #dbdbdb;background:#fff;margin-left:0;left:0;width:100%;text-align:center}.DayPicker_weekHeader_ul{list-style:none;margin:1px 0;padding-left:0;padding-right:0;font-size:14px}.DayPicker_weekHeader_li{display:inline-block;text-align:center}.DayPicker_transitionContainer{position:relative;overflow:hidden;border-radius:3px}.DayPicker_transitionContainer__horizontal{transition:height .2s ease-in-out}.DayPicker_transitionContainer__vertical{width:100%}.DayPicker_transitionContainer__verticalScrollable{padding-top:20px;height:100%;position:absolute;top:0;bottom:0;right:0;left:0;overflow-y:scroll}.DateInput{margin:0;padding:0;background:#fff;position:relative;display:inline-block;width:130px;vertical-align:middle}.DateInput__small{width:97px}.DateInput__block{width:100%}.DateInput__disabled{background:#f2f2f2;color:#dbdbdb}.DateInput_input{font-weight:200;font-size:19px;line-height:24px;color:#484848;background-color:#fff;width:100%;padding:11px 11px 9px;border:0;border-top:0;border-right:0;border-bottom:2px solid rgba(0,0,0,0);border-left:0;border-radius:0}.DateInput_input__small{font-size:15px;line-height:18px;letter-spacing:.2px;padding:7px 7px 5px}.DateInput_input__regular{font-weight:auto}.DateInput_input__readOnly{-webkit-user-select:none;-moz-user-select:none;user-select:none}.DateInput_input__focused{outline:0;background:#fff;border:0;border-top:0;border-right:0;border-bottom:2px solid #008489;border-left:0}.DateInput_input__disabled{background:#f2f2f2;font-style:italic}.DateInput_screenReaderMessage{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.DateInput_fang{position:absolute;width:20px;height:10px;left:22px;z-index:2}.DateInput_fangShape{fill:#fff}.DateInput_fangStroke{stroke:#dbdbdb;fill:rgba(0,0,0,0)}.DateRangePickerInput{background-color:#fff;display:inline-block}.DateRangePickerInput__disabled{background:#f2f2f2}.DateRangePickerInput__withBorder{border-radius:2px}.DateRangePickerInput__rtl{direction:rtl}.DateRangePickerInput__block{display:block}.DateRangePickerInput__showClearDates{padding-right:30px}.DateRangePickerInput_arrow{display:inline-block;vertical-align:middle;color:#484848}.DateRangePickerInput_arrow_svg{vertical-align:middle;fill:#484848;height:24px;width:24px}.DateRangePickerInput_clearDates{background:0 0;border:0;color:inherit;font:inherit;line-height:normal;overflow:visible;cursor:pointer;padding:10px;margin:0 10px 0 5px;position:absolute;right:0;top:50%;transform:translateY(-50%)}.DateRangePickerInput_clearDates__small{padding:6px}.DateRangePickerInput_clearDates_default:focus{background:#dbdbdb;border-radius:50%}.DateRangePickerInput_clearDates_default:hover{background:#dbdbdb;border-radius:50%}.DateRangePickerInput_clearDates__hide{visibility:hidden}.DateRangePickerInput_clearDates_svg{fill:#82888a;height:12px;width:15px;vertical-align:middle}.DateRangePickerInput_clearDates_svg__small{height:9px}.DateRangePickerInput_calendarIcon{background:0 0;border:0;color:inherit;font:inherit;line-height:normal;overflow:visible;cursor:pointer;display:inline-block;vertical-align:middle;padding:10px;margin:0 5px 0 10px}.DateRangePickerInput_calendarIcon_svg{fill:#82888a;height:15px;width:14px;vertical-align:middle}.DateRangePicker{position:relative;display:inline-block}.DateRangePicker__block{display:block}.DateRangePicker_picker{z-index:1;background-color:#fff;position:absolute}.DateRangePicker_picker__rtl{direction:rtl}.DateRangePicker_picker__directionLeft{left:0}.DateRangePicker_picker__directionRight{right:0}.DateRangePicker_picker__portal{background-color:rgba(0,0,0,.3);position:fixed;top:0;left:0;height:100%;width:100%}.DateRangePicker_picker__fullScreenPortal{background-color:#fff}.DateRangePicker_closeButton{background:0 0;border:0;color:inherit;font:inherit;line-height:normal;overflow:visible;cursor:pointer;position:absolute;top:0;right:0;padding:15px;z-index:2}.DateRangePicker_closeButton:focus{color:hsl(200,2.9126213592%,69.8039215686%);text-decoration:none}.DateRangePicker_closeButton:hover{color:hsl(200,2.9126213592%,69.8039215686%);text-decoration:none}.DateRangePicker_closeButton_svg{height:15px;width:15px;fill:#cacccd}.rc-dropdown{position:absolute;left:-9999px;top:-9999px;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-weight:normal;line-height:1.5}.rc-dropdown-hidden{display:none}.rc-dropdown-menu{outline:none;position:relative;list-style-type:none;padding:0;margin:2px 0 0 0;text-align:left;background-color:#fff;border-radius:3px;box-shadow:0 1px 5px #ccc;background-clip:padding-box;border:1px solid #ccc}.rc-dropdown-menu>li{margin:0;padding:0}.rc-dropdown-menu:before{content:"";position:absolute;top:-4px;left:0;width:100%;height:4px;background:#fff;background:hsla(0,0%,100%,.01)}.rc-dropdown-menu>.rc-dropdown-menu-item{position:relative;display:block;padding:7px 10px;clear:both;font-size:12px;font-weight:normal;color:#666;white-space:nowrap}.rc-dropdown-menu>.rc-dropdown-menu-item:hover,.rc-dropdown-menu>.rc-dropdown-menu-item-active,.rc-dropdown-menu>.rc-dropdown-menu-item-selected{background:rgba(195,195,195,.2)}.rc-dropdown-menu>.rc-dropdown-menu-item-selected{position:relative}.rc-dropdown-menu>.rc-dropdown-menu-item-disabled{color:#ccc;cursor:not-allowed;pointer-events:none}.rc-dropdown-menu>.rc-dropdown-menu-item-disabled:hover{color:#ccc;background-color:#fff;cursor:not-allowed}.rc-dropdown-menu>.rc-dropdown-menu-item:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.rc-dropdown-menu>.rc-dropdown-menu-item:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.rc-dropdown-menu>.rc-dropdown-menu-item-divider{height:1px;margin:1px 0;overflow:hidden;background-color:#e5e5e5;line-height:0}.rc-dropdown-slide-up-enter,.rc-dropdown-slide-up-appear{animation-duration:.3s;animation-fill-mode:both;transform-origin:0 0;display:block !important;opacity:0;animation-timing-function:cubic-bezier(0.08, 0.82, 0.17, 1);animation-play-state:paused}.rc-dropdown-slide-up-leave{animation-duration:.3s;animation-fill-mode:both;transform-origin:0 0;display:block !important;opacity:1;animation-timing-function:cubic-bezier(0.6, 0.04, 0.98, 0.34);animation-play-state:paused}.rc-dropdown-slide-up-enter.rc-dropdown-slide-up-enter-active.rc-dropdown-placement-bottomLeft,.rc-dropdown-slide-up-appear.rc-dropdown-slide-up-appear-active.rc-dropdown-placement-bottomLeft,.rc-dropdown-slide-up-enter.rc-dropdown-slide-up-enter-active.rc-dropdown-placement-bottomCenter,.rc-dropdown-slide-up-appear.rc-dropdown-slide-up-appear-active.rc-dropdown-placement-bottomCenter,.rc-dropdown-slide-up-enter.rc-dropdown-slide-up-enter-active.rc-dropdown-placement-bottomRight,.rc-dropdown-slide-up-appear.rc-dropdown-slide-up-appear-active.rc-dropdown-placement-bottomRight{animation-name:rcDropdownSlideUpIn;animation-play-state:running}.rc-dropdown-slide-up-enter.rc-dropdown-slide-up-enter-active.rc-dropdown-placement-topLeft,.rc-dropdown-slide-up-appear.rc-dropdown-slide-up-appear-active.rc-dropdown-placement-topLeft,.rc-dropdown-slide-up-enter.rc-dropdown-slide-up-enter-active.rc-dropdown-placement-topCenter,.rc-dropdown-slide-up-appear.rc-dropdown-slide-up-appear-active.rc-dropdown-placement-topCenter,.rc-dropdown-slide-up-enter.rc-dropdown-slide-up-enter-active.rc-dropdown-placement-topRight,.rc-dropdown-slide-up-appear.rc-dropdown-slide-up-appear-active.rc-dropdown-placement-topRight{animation-name:rcDropdownSlideDownIn;animation-play-state:running}.rc-dropdown-slide-up-leave.rc-dropdown-slide-up-leave-active.rc-dropdown-placement-bottomLeft,.rc-dropdown-slide-up-leave.rc-dropdown-slide-up-leave-active.rc-dropdown-placement-bottomCenter,.rc-dropdown-slide-up-leave.rc-dropdown-slide-up-leave-active.rc-dropdown-placement-bottomRight{animation-name:rcDropdownSlideUpOut;animation-play-state:running}.rc-dropdown-slide-up-leave.rc-dropdown-slide-up-leave-active.rc-dropdown-placement-topLeft,.rc-dropdown-slide-up-leave.rc-dropdown-slide-up-leave-active.rc-dropdown-placement-topCenter,.rc-dropdown-slide-up-leave.rc-dropdown-slide-up-leave-active.rc-dropdown-placement-topRight{animation-name:rcDropdownSlideDownOut;animation-play-state:running}@keyframes rcDropdownSlideUpIn{0%{opacity:0;transform-origin:0% 0%;transform:scaleY(0)}100%{opacity:1;transform-origin:0% 0%;transform:scaleY(1)}}@keyframes rcDropdownSlideUpOut{0%{opacity:1;transform-origin:0% 0%;transform:scaleY(1)}100%{opacity:0;transform-origin:0% 0%;transform:scaleY(0)}}@keyframes rcDropdownSlideDownIn{0%{opacity:0;transform-origin:0% 100%;transform:scaleY(0)}100%{opacity:1;transform-origin:0% 100%;transform:scaleY(1)}}@keyframes rcDropdownSlideDownOut{0%{opacity:1;transform-origin:0% 100%;transform:scaleY(1)}100%{opacity:0;transform-origin:0% 100%;transform:scaleY(0)}}.mui-radio,.mui-checkbox{position:relative;display:block;padding-top:10px;margin-bottom:0px}.mui-radio>label,.mui-checkbox>label{min-height:22px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}.mui-radio input:disabled,.mui-checkbox input:disabled{cursor:not-allowed}.mui-radio input:focus,.mui-checkbox input:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.mui-radio{margin-bottom:10px}.mui-radio>label>input[type=radio],.mui-radio--inline>label>input[type=radio],.mui-checkbox>label>input[type=checkbox],.mui-checkbox--inline>label>input[type=checkbox]{position:absolute;margin-left:-20px;margin-top:4px}.mui-radio+.mui-radio,.mui-checkbox+.mui-checkbox{margin-top:-5px}.mui-radio--inline,.mui-checkbox--inline{display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}.mui-radio--inline>input[type=radio],.mui-radio--inline>input[type=checkbox],.mui-radio--inline>label>input[type=radio],.mui-radio--inline>label>input[type=checkbox],.mui-checkbox--inline>input[type=radio],.mui-checkbox--inline>input[type=checkbox],.mui-checkbox--inline>label>input[type=radio],.mui-checkbox--inline>label>input[type=checkbox]{margin:4px 0 0;line-height:normal}.mui-radio--inline+.mui-radio--inline,.mui-checkbox--inline+.mui-checkbox--inline{margin-top:0;margin-left:10px}.user-messages{margin-top:23px}.status-bar{display:inline-block;width:100%;border-radius:5px;margin-bottom:15px}.status-bar.success{border:1px solid green}.status-bar.warning{border:1px solid red}.status-bar p{width:70%}.status-bar .material-icons{padding:0 10px 0 10px}.status-bar .material-icons.status-icon{font-size:35px}.status-bar .material-icons.close-icon{font-size:20px;padding-top:12px;cursor:pointer}.status-bar .material-icons.success{color:#56b146}.status-bar .material-icons.warning{color:#c02437}.status-bar p{padding-top:16px}.mui-panel.logo-panel{height:150px;text-align:center}.mui-panel.logo-panel .image-container{width:100%;height:135px}.mui-panel.logo-panel img{max-width:100%;max-height:100%}.brand-info-content p{color:rgba(0,0,0,.54);font-size:14px;margin:0 0 2px 0}.brand-info-content h3{color:rgba(0,0,0,.87);font-size:22px;margin:3px 0 2px 0}.img-logo-rounded{border-radius:50%}.mui-panel.indicator-panel{width:100%;height:180px;padding:0;display:block;position:relative}.mui-panel.indicator-panel p.indicator{font-size:70px;font-weight:100;text-align:center;width:100%;position:absolute;top:15px;color:rgba(0,0,0,.54)}.mui-panel.indicator-panel h2.title{text-align:center;width:100%;position:absolute;bottom:50px;color:rgba(0,0,0,.54)}.mui-panel.indicator-panel h2.actionText{text-align:center;width:100%;position:absolute;bottom:25px;color:#56b146;font-family:MyriadPro,Arial,Verdana !important;font-size:16px;font-weight:400;line-height:1.429}.mui-panel.indicator-panel a{text-align:center;width:100%;position:absolute;bottom:25px;color:#56b146}.mui-panel.indicator-panel a:hover{text-decoration:none;color:rgb(77.1214574899,158.7267206478,62.7732793522)}.mui-panel.indicator-panel a.disabled{color:gray}.mui-panel.indicator-panel a.disabled:hover{cursor:not-allowed}.mui-panel.indicator-panel:hover{background-color:#f1f1f1}.mui-panel.indicator-panel.elevated1{border:none !important;box-shadow:1px 1px 3px #c6c6c6 !important}.theme-carousel h2{margin:0}.mui-panel.theme-indicator{height:250px;width:215px;margin:10px 15px 10px 0;padding:0}.mui-panel.theme-indicator.flex{width:100% !important;display:flex;float:none !important;flex-direction:column !important}.mui-panel.theme-indicator .theme-indicator-cont{background-color:#eee;height:65%;padding:5%}.mui-panel.theme-indicator .theme-indicator-cont:hover{background-color:#ccc}.mui-panel.theme-indicator .theme-indicator-content{position:relative;height:100%;width:100%;background-size:contain;background-repeat:no-repeat;background-position:center center}.mui-panel.theme-indicator .theme-indicator-content img{max-width:100%;max-height:100%;border-top-right-radius:5px;border-top-left-radius:5px;background-size:cover;background-position:center}.mui-panel.theme-indicator .theme-indicator-content i{visibility:hidden;position:absolute;text-align:center;font-size:40px;color:#fff;top:50%;transform:translateY(-50%);opacity:0;text-shadow:2px 4px rgba(0,0,0,.5);left:calc(50% - 20px)}.mui-panel.theme-indicator .theme-indicator-content svg{position:absolute;width:72px;height:72px;left:70px;filter:drop-shadow(2px 2px 2px #000);top:50%;transform:translateY(-50%)}.mui-panel.theme-indicator .theme-indicator-content.preview{background-size:contain;background-position:center center;background-repeat:no-repeat;cursor:pointer}.mui-panel.theme-indicator .theme-indicator-content.preview img:hover{opacity:.4}.mui-panel.theme-indicator .theme-indicator-content.preview:hover i{visibility:visible;opacity:1}.mui-panel.theme-indicator .theme-indicator-footer{height:25%;text-align:center;position:relative;margin:2px 5px 5px 5px}.mui-panel.theme-indicator .theme-indicator-footer a{font-size:16px}.mui-panel.theme-indicator .theme-indicator-footer .title-container{position:relative;left:40px;max-width:150px;top:10px;font-size:18px;color:rgba(0,0,0,.72)}.mui-panel.theme-indicator .theme-indicator-footer .title-container:hover{text-decoration:none;color:#000}.mui-panel.theme-indicator .theme-indicator-footer p{position:relative;font-size:14px;left:0;width:100%;margin-top:4px;color:rgba(0,0,0,.54)}.mui-panel.theme-indicator .theme-indicator-footer a{position:relative;margin-bottom:5px;top:10px;left:0}.mui-panel.theme-indicator .theme-indicator-footer a:hover{text-decoration:none;color:rgb(0,123,184.5)}.mui-panel.theme-indicator .theme-indicator-footer .selector{display:inline-block;position:absolute;left:8px;top:7px}.mui-panel.theme-indicator .theme-indicator-footer .selector input{z-index:9999}.mui-panel.theme-indicator.elevated1{border:none !important;box-shadow:1px 1px 3px #c6c6c6 !important}.theme-indicator-small{width:140px;height:200px;margin:10px 15px 10px 0;padding:0}.theme-indicator-small .theme-indicator-content{position:relative;height:65%;width:100%;background-color:#eee;background-size:contain;background-repeat:no-repeat}.theme-indicator-small .theme-indicator-footer{height:35%;text-align:center;position:relative;margin:2px 5px 5px 5px}.theme-indicator-small .theme-indicator-footer a{font-size:14px}.theme-indicator-small .theme-indicator-footer .title-container{position:relative;left:10px;max-width:150px}.theme-indicator-small .theme-indicator-footer p{position:relative;font-size:12px;left:0;width:100%;margin-top:10px;color:rgba(0,0,0,.54)}.theme-indicator-small .theme-indicator-footer a{position:relative;top:10px;left:0}.theme-indicator-small .theme-indicator-footer a:hover{text-decoration:none;color:rgb(0,123,184.5)}.theme-indicator-small .theme-indicator-footer .selector{display:inline-block;position:absolute;left:0px;top:50%;transform:translateY(-50%)}.theme-indicator-small .theme-indicator-footer .selector input{z-index:9999}.theme-color{height:120px;width:87px;padding:10px 10px 0px 20px}.theme-color .theme-color-content{height:110px;width:85px}.theme-color .theme-color-content .out-radius{padding:3px;height:65px;width:65px;border-radius:65px}.theme-color .theme-color-content .out-radius:hover{background-color:#fff !important}.theme-color .theme-color-content .out-radius.selected{background-color:#fff !important}.theme-color .theme-color-content .out-radius .in-radius{height:65px;width:65px;border-radius:65px}.theme-color .theme-color-content .out-radius-white{padding:3px;height:65px;width:65px;border-radius:65px}.theme-color .theme-color-content .out-radius-white:hover{border:2px solid #8b8b83;background-color:#fff}.theme-color .theme-color-content .out-radius-white.selected{border:2px solid #8b8b83;background-color:#fff}.theme-color .theme-color-content .out-radius-white .in-radius-white{height:65px;width:65px;border-radius:65px;border:1px solid rgba(155,155,155,.22)}.theme-color .theme-color-content .out-radius-white .in-radius-white:hover{background-color:#fff}.theme-color .theme-color-content .out-radius-white .in-radius-white.selected{background-color:#fff}.theme-color .theme-color-content .content-title{height:31px;line-height:31px;text-align:center;font-size:14px;color:#008cd2}.theme-color .theme-color-content .content-title .content-count{color:rgba(0,0,0,.54)}.theme-list .mui-panel{padding:0}.theme-list .title{padding:20px 15px;border-bottom:1px solid #eee;color:rgba(0,0,0,.64)}.theme-list .show-more{height:35px;line-height:35px;text-align:center;color:rgba(0,0,0,.64);background-color:#f9f9f9;border-bottom:1px solid #eee}.theme-list_item{padding:0px;background-color:#f9f9f9;border-bottom:1px solid #eee}.theme-list_item .img-content{position:relative}.theme-list_item .img-content .img-size{width:126px;height:93px}.theme-list_item .img-content .icon-content{position:absolute;width:72px;height:72px;left:27px;top:11px}.theme-list_item .img-content .icon-content svg{width:72px !important;height:72px !important;filter:drop-shadow(2px 2px 2px #000)}.theme-list_item .header-name{height:93px;line-height:93px;color:rgba(0,0,0,.74);word-wrap:nowrap;white-space:nowrap}.theme-list_item .count{text-align:right;padding-right:10px}.theme-list_item .items-content{border-top:1px solid #eee}.carousel-header{padding-left:5px}.carousel-header a{margin-top:22px}.carousel-header h2.title{color:rgba(0,0,0,.54)}.performance-indicators{padding-left:5px}.dashboard-slider .theme-indicator .theme-indicator-cont{padding:0px;height:68%;position:relative;display:flex;align-items:center;justify-content:center}.dashboard-slider .theme-indicator .theme-indicator-cont .theme-indicator-content{float:left}.dashboard-slider .theme-indicator .theme-indicator-cont .dashboard-icon{position:absolute}.dashboard-slider .theme-indicator .theme-indicator-cont .dashboard-icon svg{width:72px;height:72px;filter:drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.5))}.dashboard-slider .theme-indicator-footer{margin:7px 5px 5px 5px}.dashboard-slider .theme-indicator-footer a{color:#008cd2;font-size:18px}.menu-insights{margin-bottom:10px}.menu-insights:hover{cursor:pointer}.oval-button{margin-top:0px;width:40px;height:40px;border:0;border-radius:20px;text-align:center;z-index:1}.oval-button i{font-size:30px;color:#008cd2;cursor:pointer}.menu-engineering-header .search-panel .search-col{width:100%}.menu-engineering-header .search-panel .search-col .search-div .search-list .search-item{display:flex;align-items:center;padding:0px 5px}.menu-engineering .footer-toolbar{padding-top:18px}.menu-engineering .footer-toolbar .archive-list{font-size:14px;line-height:1.29;padding-top:15px}.menu-engineering .footer-toolbar .archive-list .archive-buttonText{color:#008cd2}.menu-engineering-digest .search-result-label{padding:22px 5px;font-size:18px}.menu-engineering-digest .digest-header{margin:2px 0 0 2px;padding:0px 20px}.menu-engineering-digest .digest-header p{font-size:12px;color:#474747;margin-bottom:2px;font-weight:bold;text-transform:uppercase;text-align:center}.menu-engineering-digest .digest-item{background-color:#fff;padding:12px 0;text-align:center;margin:8px 0;border-radius:6px;box-shadow:1px 1px 9px #e5e5e5}.menu-engineering-digest .digest-item>div:first-child{text-align:left}.menu-engineering-digest .digest-item.active{background-color:#e1f5fe}.menu-engineering-digest .digest-item:last-child{border-bottom:1px solid #d6d6d6}.menu-engineering-digest .digest-item h2{margin:0 0 0 0;color:#008cd2;font-size:18px;text-transform:capitalize}.menu-engineering-digest .digest-item p{font-size:14px;color:rgba(0,0,0,.54);margin-bottom:2px}.menu-engineering-digest .digest-item p.sub-header{font-size:11px;color:rgba(0,0,0,.38)}.menu-engineering-digest .digest-item .oval-button{width:40px;height:40px;border:0;border-radius:20px;text-align:center;z-index:1}.menu-engineering-digest .digest-item .oval-button i{font-size:30px;color:#008cd2;cursor:pointer}.menu-engineering-digest .digest-item .progress-bar .container{width:100%;border:1px solid #eee;height:15px}.menu-engineering-digest .digest-item .progress-bar .bar{height:15px}.menu-engineering-digest .digest-item .progress-bar .bar.success{background-color:#56b146}.menu-engineering-digest .digest-item .progress-bar .bar.danger{background-color:#c02437}.menu-engineering-digest .digest-item .progress-bar .bar.warning{background-color:#f6a623}.menu-engineering-digest .modalclose{background-color:rgba(0,0,0,0)}.menu-engineering-digest .modalclose .modalclose-body{background-color:#4a4a4a;padding:9px 20px 9px 9px;width:-moz-max-content;width:max-content}.menu-engineering-digest .modalclose .modalclose-body .modal-content .archived-success{display:flex;justify-content:center;align-items:center;line-height:1.63;color:#fff}.menu-engineering-digest .modalclose .modalclose-body .modal-content .archived-success>i.material-icons{width:32px;height:32px;border-radius:32px;font-size:20px;background-color:#fff;color:#6eb43f;margin-right:10px}.menu-engineering-digest .modalclose .modalclose-body-show-default{margin:30% auto}.archive-dropDown{overflow-y:scroll;border:1px solid #eee;padding:10;height:200px;margin:10 50px 50px 50px;text-align:left}.archived-item{width:300px}.archived-item h4{margin:0}.archived-item button{margin:0}.archived-item-header h3{color:rgba(0,0,0,.54);margin:0}.archived-item-header hr{margin-top:2px;margin-bottom:2px}.menu-item-container p{font-size:16px;color:rgba(0,0,0,.54);margin-bottom:2px}.menu-item-container .action-header{margin-top:5px;margin-bottom:25px}.menu-item-container .digest-header{border-bottom:1px solid #eee;margin:2px 0 0 2px}.menu-item-container .digest-header p{font-size:14px;color:rgba(0,0,0,.54);margin-bottom:5px;text-transform:capitalize}.menu-item-container .digest-item{margin:10px 5px 10px 5px;border-bottom:1px solid #d6d6d6;padding-bottom:10px;padding-top:10px}.menu-item-container .digest-item .image-container{width:130px;height:96px}.menu-item-container .digest-item .image-container img{max-width:130px;max-height:96px}.menu-item-container .digest-item h4{margin:25px 0 0 5px;color:#008cd2}.menu-item-container .digest-item p{font-size:14px;color:rgba(0,0,0,.54);margin-top:30px;margin-bottom:2px}.menu-item-container .digest-item p span{cursor:pointer;color:#008cd2}.menu-item-container .digest-item button{margin-top:28px}.modalclose-body-show-add-menu{width:40% !important}.menu-creation .item-container{text-align:center}.menu-creation .item-container .item{padding-top:20px;padding-bottom:20px;margin:auto;width:80%}.menu-creation .item-container .item h3{margin-top:10px;margin-bottom:10px;color:#008cd2}.menu-creation .item-container .item p{font-size:12px;color:rgba(0,0,0,.54)}.menu-creation .item-container .item .oval{position:relative;width:80px;height:80px;background-color:#d4e7f7}.menu-creation .item-container .item .oval i{position:absolute;top:23px;left:25px;font-size:30px;color:#008cd2;cursor:pointer}.menu-creation .item-container .item.disabled .oval{background-color:#eee}.menu-creation .item-container .item.disabled .oval i{color:rgba(0,0,0,.54);cursor:not-allowed}.menu-creation .item-container .item.disabled h3{color:rgba(0,0,0,.38)}.menu-item-img-container{max-width:130px;min-height:90px;border-radius:6px;overflow:hidden}.menu-item-img-container img{max-width:130px;max-height:96px}.menu-item-img-container .recipe-visible-picker{position:absolute;width:24%;border-bottom-right-radius:20px;cursor:context-menu}.icon-class{position:absolute;top:27px;left:28px;font-size:30px;color:#008cd2;cursor:pointer}.category-item-header{color:rgba(0,0,0,.54)}.category-item-header.bgcolor{background:rgba(0,129,198,.15);border:1px solid #eee}.category-item-header i{font-size:20px;font-size:30px;color:#008cd2;cursor:pointer}.category-item-header h4{margin-left:5px}.category-item-header p{font-size:14px;margin-top:14px;margin-left:5px}.category-item-header p.indicator{color:#c02437}.manual-cost{margin:0 40px 20px 40px}.cost-by-recipe{margin:0 40px 20px 40px}.cost-by-recipe .recipe-search{margin-bottom:15px}.cost-by-recipe .recipe-search .actions{text-align:right;font-size:14px}.cost-by-recipe .recipes-selected{margin-bottom:0}.cost-by-recipe .recipes-selected .actions{text-align:left;font-size:14px}.cost-by-recipe .item-list{position:relative;margin-bottom:5px;border:1px solid rgba(0,0,0,.38)}.cost-by-recipe .item-list .list-header{border-bottom:1px solid rgba(0,0,0,.38);padding:5px 10px 5px 10px}.cost-by-recipe .item-list .list-header input{border-bottom:none !important}.cost-by-recipe .item-list .container{width:100%;height:250px;overflow-y:scroll}.cost-by-recipe .item-list .list-footer{bottom:0;font-size:14px;font-weight:600;border-top:1px solid rgba(0,0,0,.38);padding:10px 10px 10px 10px}.cost-by-recipe .item-list table.items{font-size:14px;color:rgba(0,0,0,.54);border-collapse:collapse}.cost-by-recipe .item-list tr.item{border-bottom:1px solid rgba(0,0,0,.38);cursor:pointer}.cost-by-recipe .item-list tr.item.selected{background-color:#e3f2fd}.cost-by-recipe .item-list tr.item:hover{background-color:#e3f2fd}.cost-by-recipe .item-list td,.cost-by-recipe .item-list th{padding:5px 10px 5px 10px}.cost-by-recipe .item-list td span,.cost-by-recipe .item-list th span{line-height:22.864px}.industry-standard{margin:0 40px 20px 40px}.industry-standard p.headline{color:#c02437;font-size:14px}.industry-standard p.headline i{position:relative;top:2px;margin-right:2px;color:#c02437;font-size:16px}.industry-standard p.calculation-text{color:rgba(0,0,0,.87);font-size:20px;margin-top:5px}.industry-standard span.cost{margin-right:10px}.industry-standard span.calculate{text-transform:uppercase;font-size:14px;color:#008cd2;cursor:pointer}.industry-standard button{margin-top:20px}.sales-period-panel{padding:10px 0 !important;min-height:calc(100vh - 320px)}.sales-period-panel .sales-periods .sales-period-title-wrapper,.sales-period-panel .sales-periods .sales-period-item{display:flex;justify-content:space-between}.sales-period-panel .sales-periods .sales-period-title-wrapper{padding:5px 14px}.sales-period-panel .sales-periods .sales-period-title-wrapper .sales-period-title{color:#474747;font-size:19px}.sales-period-panel .sales-periods .sales-period-title-wrapper .add-new-period{font-size:13px;text-transform:uppercase;font-weight:800;padding-top:5px}.sales-period-panel .sales-periods .sales-period-body-wrapper{padding-top:30px}.sales-period-panel .sales-periods .sales-period-item{padding:5px 10px;border-left:4px solid rgba(0,0,0,0);cursor:pointer}.sales-period-panel .sales-periods .sales-period-item.selected{background:#f7f7f7;border-left:4px solid #008cd2}.sales-period-panel .sales-periods .sales-period-item .sales-period-more-info{display:none}.sales-period-panel .sales-periods .sales-period-item:hover{background:#f7f7f7}.sales-period-panel .sales-periods .sales-period-item:hover .sales-period-more-info{display:flex;align-self:center}.sales-period-panel .sales-periods .sales-period-item .sales-period-details{width:90%}.sales-period-panel .sales-periods .sales-period-item .sales-period-details .sales-period-item-title{white-space:pre;text-overflow:ellipsis;overflow:hidden;color:#474747}.sales-period-panel .sales-periods .sales-period-item .sales-period-details .sales-period-item-date{font-family:"MyriadPro-Regular",Arial,sans-serif;font-style:italic;font-size:14px;color:rgba(0,0,0,.55)}.sales-period-panel .sales-periods .sales-period-item .sales-period-dots-icon:hover{text-decoration:none}.dropdown-label{display:flex;align-items:flex-start;cursor:pointer}.dropdown-label i{height:20px;margin-left:10px}.dropdown-label .label-title{font-size:14px}.rc-dropdown.scrollable-list{overflow:auto}.rc-dropdown.scrollable-list.level-one-height{max-height:300px;padding:1px}.rc-dropdown .rc-dropdown-menu{box-shadow:0px 1px 2px #a7a7a7;border:none}.rc-dropdown .rc-dropdown-menu .rc-dropdown-menu-item{display:flex;align-items:center;padding:8px 30px 8px 15px}.rc-dropdown .rc-dropdown-menu .rc-dropdown-menu-item-selected{background:rgba(195,195,195,.2)}.rc-dropdown .rc-dropdown-menu .rc-dropdown-menu-item-selected:after{top:8px;right:8px;color:#56b146}.rc-dropdown .rc-dropdown-menu .rc-dropdown-menu-item:hover{background:rgba(195,195,195,.2);cursor:pointer}.rc-dropdown .rc-dropdown-menu .rc-dropdown-menu-item i{margin-right:10px;color:#a1a1a1}.sales-periods-overlay{display:flex;align-items:center}.sales-periods-overlay .input-error-item{border:1px solid #c41e2e !important;color:#c41e2e !important}.sales-periods-overlay .input-error-msg{color:#c41e2e;font-size:13px;margin-top:4px}.sales-periods-overlay .modalclose-body{margin:8% auto;width:auto;max-width:650px;transition:none}.sales-periods-overlay .modalclose-body .modal-content{display:flex;justify-content:center}.sales-periods-overlay .modalclose-body .modal-content .DayPicker__withBorder{width:100% !important}.sales-periods-overlay .modalclose-body .modal-footer{padding-top:20px}.sales-periods-overlay .modalclose-body .modal-header{padding-bottom:20px}.sales-periods-overlay .modalclose-body .modal-header .ss-overlay-header{color:#474747;font-size:20px}.sales-periods-overlay .modalclose-body .sales-period-data{display:flex;justify-content:center;flex:1}.sales-periods-overlay .modalclose-body .btn-to-right{display:flex;justify-content:flex-end}.menu-item-sales .modalclose-body{transition:none}.w-50{width:50% !important}.w-full{width:100% !important}.warning-txt{color:#d17a08}input:disabled{opacity:.5 !important}.input-with-error>input,.input-with-error .ss-dropdown__control,.input-with-error textarea.classic{border:solid 1px #c02437 !important;background-color:rgba(192,36,55,.08) !important;color:#c02437 !important}.input-with-error .error-msg{font-size:13px !important;color:#c41e2e !important}.two-inputs-row{width:calc(50% - 8px) !important;padding-left:4px !important;padding-right:4px !important}.sales-period-name-input.mui-textfield,.common-input.mui-textfield{width:50%}.sales-period-name-input.mui-textfield>input,.common-input.mui-textfield>input{border:1px solid rgba(0,0,0,.26);border-radius:5px;height:40px;padding-left:15px;padding-right:15px}.sales-period-name-input.mui-textfield>input:focus,.common-input.mui-textfield>input:focus{height:40px;margin-bottom:0;border-width:1px}.sales-period-name-input.mui-textfield.mb-20,.common-input.mui-textfield.mb-20{margin-bottom:20px !important}.pt-20{padding-top:20px !important}.pl-10{padding-left:10px !important}.pr-10{padding-right:10px !important}.border-6{border-radius:6px !important}.with-full-img img{width:100% !important}.overflow-hidden{overflow:hidden !important}.common-input.mui-textfield{width:100%}.common-input.mui-textfield .input-error-msg{margin:1px !important}.common-input.mui-textfield>input{font-size:14px !important}.common-input.mui-textfield label{font-size:14px;color:#5f5f5f}.common-input .ss-dropdown__control{min-height:40px !important;margin-bottom:0 !important}.ss-dropdown__menu{z-index:99999 !important}.sales-period-name-input-error.mui-textfield{width:50%}.sales-period-name-input-error.mui-textfield input{border-radius:5px;height:40px;padding-left:15px;padding-right:15px;border:solid 1px #c02437;color:#c02437}.sales-period-name-input-error.mui-textfield input:focus{border:solid 1px #c02437;background-color:rgba(192,36,55,.08);height:40px;margin-bottom:0;border-width:1px}.sales-period-name-input-error.mui-textfield.mb-20{margin-bottom:20px !important}.minimal-mode .rc-dropdown-menu .rc-dropdown-menu-item{padding:3px 30px 3px 15px}.minimal-mode .rc-dropdown-menu .rc-dropdown-menu-item-selected{background:rgba(0,0,0,0)}.minimal-mode .rc-dropdown-menu .rc-dropdown-menu-item-selected:after{display:none}.profit-calculator-periods .sales-period-item-title{font-family:"MyriadProBold",Arial,sans-serif;font-size:14px;color:rgba(0,0,0,.65)}.profit-calculator-periods .sales-period-item-date{color:rgba(0,0,0,.55);font-style:italic;font-size:12px}.periods-list-trigger{padding-left:15px}.no-data{min-height:200px;display:flex;align-items:center;justify-content:center}.no-data-text{color:rgba(0,0,0,.64)}.text-link-16{font-size:16px;cursor:pointer;padding-left:4px}.mb-11{margin-bottom:11px}.mt-10{margin-top:10px}.w-70{width:70%}.list-items-with-sub{display:flex;flex-direction:column;border:1px solid #e7e7e7;border-radius:4px;margin-top:5px;padding:0;overflow:auto}.list-items-with-sub.with-no-data{font-style:italic;font-size:14px;min-height:100px}.list-items-with-sub.with-no-data .no-data-text{margin-top:15px}.list-items-with-sub .list-item-separator{border-bottom:1px solid #e7e7e7}.list-item-with-sub{padding:5px 10px;border-left:4px solid rgba(0,0,0,0);cursor:pointer}.list-item-with-sub.selected{background:#f7f7f7;border-left:4px solid #008cd2}.list-item-with-sub:hover{background:#f7f7f7}.list-item-with-sub:hover .sales-period-more-info{display:flex;align-self:center}.list-item-with-sub .list-item-title{white-space:pre;text-overflow:ellipsis;overflow:hidden;color:#474747}.list-item-with-sub .list-item-sub{font-family:"MyriadPro-Regular",Arial,sans-serif;font-style:italic;font-size:14px;color:rgba(0,0,0,.55)}.full-width{width:100%}@media screen and (max-width: 760px){.industry-standard button{margin-top:0}}.collapsible .collapsible-body.collapsed{display:none}.modal{visibility:hidden;position:fixed;z-index:99999;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgba(0,0,0,.4)}.modal.disable-scroll{overflow:hidden}.modal.open{visibility:visible}.modal.open .modal-body{margin:15% auto}.loadmore{width:100%;display:flex;align-items:center;justify-content:center;text-align:center;height:60px}.loadmore .loader{height:60px !important}.modal-body{transition:all .7s ease-in-out;background-color:#fefefe;border-radius:5px;margin:-1000px auto;padding:20px;border:1px solid #eee;width:80%;max-width:800px;max-height:79%}.modal-body-width-a{width:360px}.modal-body-width-design-list{width:85%;max-width:1100px;min-height:500px}.modal.open .modal-body-ingredient-search{display:flex;flex-direction:column;width:96%;max-width:1600px;margin-top:10px;margin-bottom:10px;height:calc(100vh - 64px);overflow:hidden;max-height:1200px}.modal.open .modal-body-ingredient-search .modal-header{padding:0 20px;font-size:20px;line-height:1.35;color:#474747;text-align:left;word-break:break-word}.modal.open .modal-body-ingredient-search .modal-content{padding:0 20px;height:calc(100% - 70px);overflow:hidden;display:flex;position:relative}.modal.open .modal-body-ingredient-search .modal-footer{padding:10px 20px;box-shadow:0px 0px 3px #bfbfbf}.loading-layer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:9999;background-color:rgba(0,0,0,.4)}.modal .common-small-overlay-body,.modal .common-regular-overlay-body{transition:none !important;-webkit-transition:none !important;-moz-transition:none !important;-o-transition:none !important}.modal.open .common-small-overlay-body{display:flex;flex-direction:column;width:96%;max-width:760px;margin-top:5% !important;overflow:hidden;transition:none !important;-webkit-transition:none !important;-moz-transition:none !important;-o-transition:none !important}.modal.open .common-small-overlay-body.xs-size{max-width:460px}.modal.open .common-small-overlay-body.borderless-space{padding:0 !important}.modal.open .common-small-overlay-body.borderless-space .common-overlay-content .content-box-wrapper{margin:0 !important}.modal.open .common-small-overlay-body.borderless-space .modal-content{padding-left:0 !important;padding-right:0 !important}.modal.open .common-small-overlay-body.no-header .modal-header{display:none}.modal.open .common-small-overlay-body.no-footer .modal-footer{display:none}.modal.open .common-small-overlay-body.overflow-y-auto .modal-content{overflow-y:auto !important}.modal.open .common-small-overlay-body .modal-header{padding:0 20px 15px 20px;font-size:20px;line-height:1.35;color:#474747;text-align:left;word-break:break-word}.modal.open .common-small-overlay-body .modal-footer{padding:1px 20px;margin-top:10px}.modal.open .common-small-overlay-body .common-overlay-content{width:100%;display:flex;flex-direction:column}.modal.open .common-small-overlay-body .common-overlay-content .modal-feature-img{width:100%;max-width:350px}.modal.open .common-small-overlay-body .common-overlay-content .content-box-wrapper{margin-top:20px !important}.modal.open .common-small-overlay-body .common-overlay-content .content-box-wrapper.small{max-width:70%}.modal.open .common-small-overlay-body .common-overlay-content .content-box-wrapper.medium{max-width:80%}.modal.open .common-small-overlay-body .common-overlay-content .content-box-wrapper.centered{margin:0 auto;text-align:center}.modal.open .common-small-overlay-body .common-overlay-content .modal-custom-btn-panel{margin-top:40px;margin-bottom:40px}.modal.open .common-small-overlay-body .common-overlay-content.centered-view{display:flex;justify-content:center;align-items:center}.modal.open .common-small-overlay-body .common-overlay-content .modal-text-description{color:rgba(0,0,0,.54);font-size:15px}.modal.open .common-small-overlay-body .modal-content{padding:0 20px;height:calc(100% - 70px);overflow:hidden;display:flex;position:relative}.modal.open .common-small-overlay-body .modal-content .accounts-wrapper,.modal.open .common-small-overlay-body .modal-content .filter-area{width:100%}.modal.open .common-small-overlay-body .modal-content .filter-area{display:flex;justify-content:flex-end}.modal.open .common-small-overlay-body .modal-content .filter-area .filter-dropdown-accounts .ss-dropdown__control,.modal.open .common-small-overlay-body .modal-content .filter-area .accounts-searchbox input{min-height:44px !important}.modal.open .common-small-overlay-body .modal-content .filter-area .accounts-searchbox .input-div input{font-size:14px;font-weight:100;border-radius:25px;width:100%;height:44px;border:1px solid #d9d9d9;color:rgba(0,0,0,.72);padding:0 45px 0 10px;outline:none;background-color:#fff}.modal.open .common-small-overlay-body .modal-content .filter-area .accounts-searchbox .input-div input:focus{border:1px solid #008cd2;color:rgba(0,0,0,.72)}.modal.open .common-small-overlay-body .modal-content .filter-area .accounts-searchbox .input-div i{position:absolute;font-size:28px;color:#008cd2;right:12px;top:0px}.modal.open .common-small-overlay-body .modal-content .filter-area .accounts-searchbox .input-div .clearIcon{color:#fff;background-color:#008cd2;width:22px;height:22px;border-radius:22px;display:flex;align-items:center;justify-content:center;font-size:14px;top:11px;right:10px}.modal.open .common-small-overlay-body .modal-content .filter-area .accounts-searchbox .input-div .searchIcon{font-size:24px;top:5px;width:32px;height:32px;display:flex;align-items:center}.modal.open .common-small-overlay-body .modal-content .filter-dropdown-accounts{min-width:150px;width:25%;margin-right:20px}.modal.open .common-small-overlay-body .modal-content .accounts-searchbox{width:45%}.modal.open .common-small-overlay-body .modal-content .filter-area .accounts-searchbox .search-panel .search-col{width:100% !important;margin-bottom:8px}.modal.open .common-small-overlay-body .modal-content .accounts-summary{font-family:MyriadPro,Arial,Verdana,sans-serif !important;font-weight:900;font-size:14px;color:rgba(0,0,0,.54);display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.modal.open .common-small-overlay-body .modal-content .accounts-list-wrapper{height:100%;max-height:calc(100vh - 310px)}.modal.open .common-small-overlay-body .modal-content .infinite-scroll-component__outerdiv{width:100%}.modal.open .common-small-overlay-body .modal-content .accounts-list-scroll{overflow:auto;height:100%;width:100%}.modal.open .common-small-overlay-body .modal-content .list-scrolling-area{overflow:auto;max-height:calc(100vh - 310px) !important}.modal.open .common-small-overlay-body .modal-content .accounts-list,.modal.open .common-small-overlay-body .modal-content .infinite-scroll-component{display:flex;flex-wrap:wrap;justify-content:space-between;height:100%;padding:2px 0px;width:100%}.modal.open .common-small-overlay-body .modal-content .accounts-list .user-message-info,.modal.open .common-small-overlay-body .modal-content .infinite-scroll-component .user-message-info{text-align:center;width:80%;margin:0 auto;display:flex;align-items:center;justify-content:center;height:50%;font-size:20px;color:rgba(0,0,0,.5414);font-family:MyriadPro,Arial,Verdana,sans-serif !important;font-weight:200}.modal.open .common-small-overlay-body .modal-content .accounts-list .account-list-item,.modal.open .common-small-overlay-body .modal-content .infinite-scroll-component .account-list-item{display:flex;flex-direction:column;width:48%;min-height:100px;margin:3px 6px 25px 6px}.modal.open .common-small-overlay-body .modal-content .accounts-list .account-list-item button,.modal.open .common-small-overlay-body .modal-content .infinite-scroll-component .account-list-item button{width:100%;height:100%;padding:10px 24px;display:flex;justify-content:space-between;align-items:center;background:#fff;box-shadow:0 1px 8px rgba(0,0,0,.1);border:1px solid rgba(0,0,0,0);border-radius:6px;cursor:pointer;position:relative}.modal.open .common-small-overlay-body .modal-content .accounts-list .account-list-item button:hover,.modal.open .common-small-overlay-body .modal-content .infinite-scroll-component .account-list-item button:hover{border:1px solid #008cd2}.modal.open .common-small-overlay-body .modal-content .accounts-list .account-list-item button:active,.modal.open .common-small-overlay-body .modal-content .infinite-scroll-component .account-list-item button:active{box-shadow:0 3px 8px rgba(0,0,0,.1)}.modal.open .common-small-overlay-body .modal-content .accounts-list .account-list-item.selected button,.modal.open .common-small-overlay-body .modal-content .infinite-scroll-component .account-list-item.selected button{border:1px solid #008cd2}.modal.open .common-small-overlay-body .modal-content .accounts-list .account-list-item .inactive-badge,.modal.open .common-small-overlay-body .modal-content .infinite-scroll-component .account-list-item .inactive-badge{background:#d7d7d7;color:rgba(0,0,0,.56);border-radius:5px;position:absolute;right:0;top:0;font-size:12px;padding:2px 4px}.modal.open .common-small-overlay-body .modal-content .accounts-list .account-list-item .account-detail,.modal.open .common-small-overlay-body .modal-content .infinite-scroll-component .account-list-item .account-detail{display:flex;flex-direction:column;text-align:left;width:90%}.modal.open .common-small-overlay-body .modal-content .accounts-list .account-list-item .account-title,.modal.open .common-small-overlay-body .modal-content .infinite-scroll-component .account-list-item .account-title{font-family:MyriadPro,Arial,Verdana,sans-serif !important;font-size:17px;font-weight:900;color:rgba(0,0,0,.56);margin-bottom:3px;text-transform:none}.modal.open .common-small-overlay-body .modal-content .accounts-list .account-list-item .account-address,.modal.open .common-small-overlay-body .modal-content .accounts-list .account-list-item .account-id,.modal.open .common-small-overlay-body .modal-content .infinite-scroll-component .account-list-item .account-address,.modal.open .common-small-overlay-body .modal-content .infinite-scroll-component .account-list-item .account-id{font-family:MyriadPro,Arial,Verdana,sans-serif !important;font-weight:200;font-size:15px;color:rgba(0,0,0,.54);margin-bottom:3px}.modal.open .common-small-overlay-body .inactive-text{margin-top:17px;color:#d17a08;font-size:13px}.modal.open .common-small-overlay-body .loadmore{width:100%;display:flex;align-items:center;justify-content:center;text-align:center;height:60px}.modal.open .common-small-overlay-body .loadmore .loader{height:60px !important}.modal.open .common-regular-overlay-body,.modal.open .common-large-overlay-body{display:flex;flex-direction:column;width:96%;max-width:760px;min-height:30%;height:calc(80vh - 100px);margin-top:5% !important;overflow:hidden;transition:none !important;-webkit-transition:none !important;-moz-transition:none !important;-o-transition:none !important}.modal.open .common-regular-overlay-body .modal-header,.modal.open .common-large-overlay-body .modal-header{padding:0 20px 15px 20px;font-size:20px;line-height:1.35;color:#474747;text-align:left;word-break:break-word}.modal.open .common-regular-overlay-body .modal-footer,.modal.open .common-large-overlay-body .modal-footer{padding:1px 20px;margin-top:10px}.modal.open .common-regular-overlay-body .searchbox-widget,.modal.open .common-large-overlay-body .searchbox-widget{position:relative}.modal.open .common-regular-overlay-body .searchbox-widget input,.modal.open .common-large-overlay-body .searchbox-widget input{font-size:14px;font-weight:100;border-radius:25px;width:100%;height:44px;min-height:44px !important;border:1px solid #d9d9d9;color:rgba(0,0,0,.72);padding:0 45px 0 10px;outline:none;background-color:#fff}.modal.open .common-regular-overlay-body .searchbox-widget input:focus,.modal.open .common-large-overlay-body .searchbox-widget input:focus{border:1px solid #008cd2;color:rgba(0,0,0,.72)}.modal.open .common-regular-overlay-body .searchbox-widget i,.modal.open .common-large-overlay-body .searchbox-widget i{position:absolute;font-size:24px;color:#008cd2;right:12px;top:6px}.modal.open .common-regular-overlay-body .searchbox-widget .clearIcon,.modal.open .common-large-overlay-body .searchbox-widget .clearIcon{color:#fff;background-color:#008cd2;width:22px;height:22px;border-radius:22px;display:flex;align-items:center;justify-content:center;font-size:14px;top:11px;right:10px}.modal.open .common-regular-overlay-body .searchbox-widget .searchIcon,.modal.open .common-large-overlay-body .searchbox-widget .searchIcon{font-size:24px;top:5px;width:32px;height:32px;display:flex;align-items:center}.modal.open .common-regular-overlay-body .modal-content,.modal.open .common-large-overlay-body .modal-content{padding:0 20px;height:calc(100% - 70px);overflow:auto;position:relative;text-align:left}.modal.open .common-regular-overlay-body .modal-text-description,.modal.open .common-large-overlay-body .modal-text-description{color:rgba(0,0,0,.54);font-size:15px}.modal.open .common-large-overlay-body{display:flex;flex-direction:column;width:96%;max-width:1060px;min-height:30%;height:calc(80vh - 100px);margin-top:5% !important;overflow:hidden;transition:none !important;-webkit-transition:none !important;-moz-transition:none !important;-o-transition:none !important}.modal.open .common-small-overlay-body.overflow-visible{overflow:visible !important}.modal.open .common-small-overlay-body.overflow-visible .modal-content{overflow:visible !important}.modal.open .overflow-auto{overflow:hidden !important}.modal.open .overflow-auto .modal-content{overflow:auto !important}.modal-btn-close{margin:0;border:0;padding:0;background:#fff;border-radius:50%;width:48px;height:48px;display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;cursor:pointer;position:absolute;top:16px;right:16px}.modal-btn-close .icon-cross{margin:0;padding:0;border:0;background:none;position:relative;width:24px;height:24px}.modal-btn-close .icon-cross:before,.modal-btn-close .icon-cross:after{content:"";position:absolute;top:10px;left:0;right:0;height:3px;background:#008cd2}.modal-btn-close .icon-cross:before{transform:rotate(45deg)}.modal-btn-close .icon-cross:after{transform:rotate(-45deg)}.modal-btn-close .icon-cross span{display:block}.modal-btn-close:hover,.modal-btn-close:focus,.modal-btn-close:active{background:#008cd2}.modal-btn-close:hover .icon-cross:before,.modal-btn-close:hover .icon-cross:after,.modal-btn-close:focus .icon-cross:before,.modal-btn-close:focus .icon-cross:after,.modal-btn-close:active .icon-cross:before,.modal-btn-close:active .icon-cross:after{background:#fff}.modalclose{visibility:hidden;position:fixed;z-index:99999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,.7)}.modalclose.open{visibility:visible}.modalclose .close-icon{position:absolute;top:-2px;right:5px;width:36px;height:36px;border:0px solid red}.modalclose .close-icon i{font-size:36px;color:#ccc}.modalclose .close-icon i:hover{color:#fff}.modalclose-body{transition:margin .8s ease-in-out;background-color:#fefefe;border-radius:5px;margin:-800px auto auto auto;padding:20px;border:1px solid #eee;width:60%}.modalclose-body.single-column{width:30%}.modalclose-body-show-default{margin:15% auto}.modalclose-body-show-a{margin:10% auto;width:80%}.modalclose-body-show-b{margin:15% auto;width:355px}.modalclose-body-show-c{margin:1% auto;width:65%;height:90%}.pageloading{visibility:hidden;position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,.7)}.pageloading.open{visibility:visible}.pageloading.open .progress-message{transform:translate3d(-50%, -50%, 0);top:50%;left:50%;position:relative;width:450px;text-align:center;color:hsla(0,0%,100%,.6)}.pageloading-body{background-color:#fefefe;border-radius:5px;padding:20px;border:1px solid #eee;width:165px;position:relative;left:50%;top:50%;transform:translate3d(-50%, -50%, 0)}.pageloading-body.with-text{width:400px}.pageloading-loader{position:relative;margin:0 auto;width:165px}.pageloading-loader:before{content:"";display:block;padding-top:100%}.contained-loader-with-text{max-width:100px;max-height:100px;margin:15%}.ingredient-btn-spinner{position:relative;margin:0 auto;margin-left:-15px;width:24px;display:inline-block}.ingredient-btn-spinner:before{content:"";display:inline-block;padding-top:100%}.ingredient-saving-spinner{position:relative;margin:0 auto;width:30px}.ingredient-saving-spinner:before{content:"";display:block;padding-top:100%}.loading-circle-wrapper{display:none}.loading-circle-wrapper.open{display:flex;width:100%;height:100%;justify-content:center;align-items:center}.loading-circle-wrapper.open .loading-circle{position:relative;width:40px;height:40px}.page-container{zoom:1;margin-top:15px;display:inline-block;padding-left:0}.page-container:after{content:".";display:block;height:0;overflow:hidden;clear:both}.page-container li{list-style:none;float:left;padding:0px 10.5px 0px 10.5px;cursor:pointer;height:28px;margin:0px 6px;color:rgba(0,0,0,.4);font-size:14px;display:flex;align-items:center}.page-container .activePage{color:#fff;background:#008cd2;border-radius:28px;width:7px;display:flex;justify-content:center}.page-container .nomore{color:rgba(0,0,0,.4);cursor:not-allowed;visibility:hidden}.page-container .activePrevNext{color:#008cd2}[data-tooltip],.tooltip{position:relative;cursor:pointer}[data-tooltip]:before,[data-tooltip]:after,.tooltip:before,.tooltip:after{position:absolute;visibility:hidden;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";opacity:0;transition:opacity .2s ease-in-out,visibility .2s ease-in-out,transform .2s cubic-bezier(0.71, 1.7, 0.77, 1.24);transform:translate3d(0, 0, 0);pointer-events:none}[data-tooltip]:hover:before,[data-tooltip]:hover:after,[data-tooltip]:focus:before,[data-tooltip]:focus:after,.tooltip:hover:before,.tooltip:hover:after,.tooltip:focus:before,.tooltip:focus:after{visibility:visible;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";opacity:1}.tooltip:before,[data-tooltip]:before{z-index:1001;border:6px solid rgba(0,0,0,0);background:rgba(0,0,0,0);content:""}.tooltip:after,[data-tooltip]:after{z-index:1000;padding:8px;width:160px;background-color:#000;background-color:rgba(51,51,51,.9);color:#fff;content:attr(data-tooltip);font-size:14px;line-height:1.2}[data-tooltip]:before,[data-tooltip]:after,.tooltip:before,.tooltip:after,.tooltip-top:before,.tooltip-top:after{bottom:100%;left:50%}[data-tooltip]:before,.tooltip:before,.tooltip-top:before{margin-left:-6px;margin-bottom:-12px;border-top-color:#000;border-top-color:rgba(51,51,51,.9)}[data-tooltip]:after,.tooltip:after,.tooltip-top:after{margin-left:-80px}[data-tooltip]:hover:before,[data-tooltip]:hover:after,[data-tooltip]:focus:before,[data-tooltip]:focus:after,.tooltip:hover:before,.tooltip:hover:after,.tooltip:focus:before,.tooltip:focus:after,.tooltip-top:hover:before,.tooltip-top:hover:after,.tooltip-top:focus:before,.tooltip-top:focus:after{transform:translateY(-12px)}.tooltip-left:before,.tooltip-left:after{right:100%;bottom:50%;left:auto}.tooltip-left:before{margin-left:0;margin-right:-12px;margin-bottom:0;border-top-color:rgba(0,0,0,0);border-left-color:#000;border-left-color:rgba(51,51,51,.9)}.tooltip-left:hover:before,.tooltip-left:hover:after,.tooltip-left:focus:before,.tooltip-left:focus:after{transform:translateX(-12px)}.tooltip-bottom:before,.tooltip-bottom:after{top:100%;bottom:auto;left:50%}.tooltip-bottom:before{margin-top:-12px;margin-bottom:0;border-top-color:rgba(0,0,0,0);border-bottom-color:#000;border-bottom-color:rgba(51,51,51,.9)}.tooltip-bottom:hover:before,.tooltip-bottom:hover:after,.tooltip-bottom:focus:before,.tooltip-bottom:focus:after{transform:translateY(12px)}.tooltip-right:before,.tooltip-right:after{bottom:50%;left:100%}.tooltip-right:before{margin-bottom:0;margin-left:-12px;border-top-color:rgba(0,0,0,0);border-right-color:#000;border-right-color:rgba(51,51,51,.9)}.tooltip-right:hover:before,.tooltip-right:hover:after,.tooltip-right:focus:before,.tooltip-right:focus:after{transform:translateX(12px)}.tooltip-left:before,.tooltip-right:before{top:0px}.tooltip-left:after,.tooltip-right:after{margin-left:0;margin-bottom:-20px}ul.breadcrumb{list-style:none;padding:0;font-size:14px;color:rgba(0,0,0,.54)}ul.breadcrumb li{display:inline}ul.breadcrumb li a{margin-right:5px}ul.breadcrumb li:after{content:"» "}ul.breadcrumb li:last-child:after{content:""}.loader{position:relative;margin:0 auto;width:100px}.loader:before{content:"";display:block;padding-top:100%}.circular{animation:rotate 2s linear infinite;height:100%;transform-origin:center center;width:100%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.path{stroke-dasharray:1,200;stroke-dashoffset:0;animation:dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite;stroke-linecap:round}@keyframes rotate{100%{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes color{100%,0%{stroke:#008cd2}40%{stroke:#008cd2}66%{stroke:#008cd2}80%,90%{stroke:#008cd2}}.load-bar{position:relative;width:100%;height:4px;background-color:#008cd2}.load-bar .bar{content:"";display:inline;position:absolute;width:0;height:100%;left:50%;text-align:center}.load-bar .bar:nth-child(1){background-color:#008cd2;animation:loading 3s linear infinite}.load-bar .bar:nth-child(2){background-color:#008cd2;animation:loading 3s linear 1s infinite}@keyframes loading{from{left:50%;width:0;z-index:100}33.3333%{left:0;width:100%;z-index:10}to{left:0;width:100%}}.editable-table{color:rgba(0,0,0,.54)}.editable-table table{border-collapse:separate;border-spacing:0 8px;margin:0;padding:0;width:100%}.editable-table table tr{border-bottom:1px solid #ddd;padding:.35em}.editable-table table tbody tr{box-shadow:1px 1px 9px #e5e5e5;border-radius:6px}.editable-table table th,.editable-table table td{padding:.625em;text-align:left;font-size:16px}.editable-table table th{font-size:12px;font-weight:700;text-transform:uppercase}@media screen and (max-width: 600px){.editable-table table{border:0}.editable-table table thead{border:none;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.editable-table table tr{border-bottom:3px solid #ddd;display:block;margin-bottom:.625em}.editable-table table td{border-bottom:1px solid #ddd;display:block;font-size:.8em;text-align:right}.editable-table table td [data-tooltip]{text-align:left}.editable-table table td>div{display:inline-block}.editable-table table td>div.inline-wrapper{width:auto !important;display:inline-block}.editable-table table td>div:after{clear:both}.editable-table table td:before{content:attr(data-label);float:left;font-weight:bold;text-transform:uppercase}.editable-table table td:last-child{border-bottom:0}}.threshold-indicator{position:relative}.threshold-indicator .progress-bar .container{width:100%;border:1px solid #eee;height:15px}.threshold-indicator .progress-bar .bar{height:15px}.threshold-indicator .progress-bar .bar.success{background-color:#56b146}.threshold-indicator .progress-bar .bar.danger{background-color:#c02437}.threshold-indicator .progress-bar .bar.warning{background-color:#f6a623}.threshold-indicator .circle{width:15px;height:15px;border-radius:10px;display:inline-block}.threshold-indicator .circle.success{background-color:#56b146}.threshold-indicator .circle.danger{background-color:#c02437}.threshold-indicator .circle.warning{background-color:#f6a623}.threshold-indicator span.status-test{position:relative;bottom:3px;font-size:14px;margin-left:5px}.chip{display:inline-block;color:#008cd2;border:1px solid #008cd2;padding:4px 10px 2px 15px;border-radius:34px}.chip span{float:left;line-height:24px;font-size:14px;text-transform:uppercase}.chip-remove{float:right;font-size:20px;border:0;padding:0;margin:0 -4px 0 4px;cursor:pointer;line-height:20px}.designs-panel-container{padding:20px 10px 0 10px}.designs-panel{min-height:500px;background-color:#fff;border:2px solid #eee;padding:0px 15px}.designs-menu-pager{padding:15px 0px 0px 12px;color:#999;font-size:14px}.designs-menu-panel{height:425px;background-color:#fff;overflow-y:auto}.design-flex-image-container{float:left;width:162px;height:185px;margin:10px 5px 10px 9px;border:1px solid #f3f3f3;border-radius:3px;box-shadow:0px 2px 2px 0px #ccc}.design-flex-image-container .designs-flex-div{padding:5px 0px;width:100%;height:130px;background-color:#f3f3f3}.design-flex-image-container .designs-flex-div .designs-flex-image{height:130px;margin:0px 5px;background-position:center;background-size:contain;background-repeat:no-repeat}.design-flex-image-container .design-flex-footer{height:35%;text-align:center;position:relative}.design-flex-image-container .design-flex-footer .title-container{position:relative;left:10px;max-width:150px}.design-flex-image-container .design-flex-footer .title-container .designs-flex-link{height:25px;text-align:center;line-height:12px;font-size:12px}.design-flex-image-container .design-flex-footer .title-container .designs-flex-text{height:20px;text-align:center;line-height:12px;font-size:12px;color:#999}.design-flex-image-container .design-flex-footer .selector{display:inline-block;position:absolute;left:0px;top:30%;transform:translateY(-50%)}.design-flex-image-container .design-flex-footer .selector input{z-index:9999}.design-form{padding:30px 0px 0px 25px}.design-preview{height:100%}.design-preview .header-content{height:60px;text-align:center}.design-preview .header-content h3{margin-top:0;margin-bottom:0}.design-preview .header-content h3 small{color:rgba(0,0,0,.54)}.design-preview .header-content p{color:rgba(0,0,0,.54)}.design-preview .page-menu{color:rgba(0,0,0,.54);font-weight:600;text-align:center;margin-bottom:20px}.design-preview .page-menu ol{margin:0;padding:0;display:inline-block}.design-preview .page-menu ol li{list-style:none;float:left;padding:0;margin:0}.design-preview .page-menu ol li span{cursor:pointer;padding:0px 15px 0px 15px}.design-preview .page-menu ol li span .active{color:#008cd2}.design-preview .page-menu ol li span:hover{color:#008cd2}.design-preview .page-container{width:100%;position:relative;padding:40px 0}.design-preview .page-container .img-db{margin:auto;display:block;max-width:70%;box-shadow:0px 1px 2px 0px rgba(0,0,0,.3);height:calc(90vh - 310px)}.design-preview .page-container .img-bg{margin:auto;display:block;max-width:70%;height:calc(90vh - 200px)}.design-preview .page-container .left-pager{position:absolute;left:0;top:40%;transform:translateY(-40%);cursor:default;font-size:60px}.design-preview .page-container .right-pager{position:absolute;right:0;top:40%;transform:translateY(-40%);cursor:default;font-size:60px}.design-preview .page-container .pager-active{cursor:pointer;color:#008cd2}.design-preview .page-container .pager-disabled{color:#f3f3f3;display:none}.design-preview .page-container .right-pager-content{position:absolute;right:15px;top:calc(40% + 30px);height:50px;width:100px;text-align:right;font-size:12px;color:rgba(0,0,0,.7)}.design-preview .page-container .right-pager-content div:last-child{color:rgba(0,0,0,.54)}.design-preview .page-container .left-pager-content{position:absolute;left:15px;top:calc(40% + 30px);height:50px;width:100px;text-align:left;font-size:12px;color:rgba(0,0,0,.7)}.design-preview .page-container .left-pager-content div:last-child{color:rgba(0,0,0,.54)}.design-preview .page-typeitems{height:100px;display:flex;justify-content:center}.design-preview .page-footer{height:60px}.design-preview .pointer{cursor:pointer}.select-button{display:inline-block;width:28px;height:28px;border-radius:50%;color:#fff;line-height:28px;text-align:center;background:#fff;margin-right:10px;border:1px solid rgba(0,0,0,.54);cursor:pointer}.select-button:hover{background-color:#fafafa}.select-button i{color:#008cd2;font-size:16px}.engineered-menus .menu{margin:15px 20px 10px 20px;border-bottom:1px solid #eee}.engineered-menus .menu .title{margin-top:45px}.engineered-menus .menu .title h3{margin:0}.engineered-menus .menu .select-button{margin-top:55px}.engineered-menus .menu .menu-image-container{width:200px;height:auto;text-align:right;float:right;clear:right}.engineered-menus .menu .menu-image-container img{width:100%;height:auto}.design-item-highlight{background-color:#e1f5fe}.design-item-borderbottom{border-bottom:1px solid #f3f3f3}.past-designs .design{margin:10px 20px 10px 20px;border-bottom:1px solid #eee}.past-designs .design .title{margin-top:20px}.past-designs .design .title h3{margin:0}.past-designs .design .title p{margin:0}.past-designs .design .title a:hover{text-decoration:none}.past-designs .design .select-button{margin-top:40px}.past-designs .design .menu-image-container{width:150px;height:125px;text-align:right;float:right;clear:right}.past-designs .design .menu-image-container .item-image{width:100%;height:115px;background-position:center;background-size:contain;background-repeat:no-repeat;background-color:#eee}.designs .design-image-container{width:160px;height:120px;background-color:#eee;margin:5px 0px;border-radius:6px;overflow:hidden}.designs .design-image-container .design-image{top:10px;width:100%;height:100%;background-position:center;background-size:contain;background-repeat:no-repeat}.designs .title h2{margin-bottom:0}.designs .last-modified{margin-top:25px}.designs .last-modified p{font-size:12px;margin-bottom:0}.designs .actions{position:relative;top:25px}.background-search .bs-text,.ingredients-search .bs-text,.search-panel .bs-text{color:rgba(0,0,0,.54)}.background-search .search-col,.ingredients-search .search-col,.search-panel .search-col{height:55px;margin-bottom:22px}.background-search .search-div,.ingredients-search .search-div,.search-panel .search-div{position:relative;border:0px solid #d9d9d9;height:50px}.background-search .search-div .input-div input,.ingredients-search .search-div .input-div input,.search-panel .search-div .input-div input{width:100%;height:50px;border:1px solid #d9d9d9;border-radius:25px;color:rgba(0,0,0,.72);padding:0 45px 0 25px;outline:none;background-color:#fff}.background-search .search-div .input-div input:focus,.ingredients-search .search-div .input-div input:focus,.search-panel .search-div .input-div input:focus{border:1px solid #008cd2;color:rgba(0,0,0,.72)}.background-search .search-div .input-div i,.ingredients-search .search-div .input-div i,.search-panel .search-div .input-div i{position:absolute;font-size:28px;color:#008cd2;right:12px;top:0px}.background-search .search-div .input-div .clearIcon,.ingredients-search .search-div .input-div .clearIcon,.search-panel .search-div .input-div .clearIcon{color:#fff;background-color:#008cd2;font-size:16px;width:22px;height:22px;border-radius:22px;display:flex;align-items:center;justify-content:center;top:16px;right:10px}.background-search .search-div .input-div .searchIcon,.ingredients-search .search-div .input-div .searchIcon,.search-panel .search-div .input-div .searchIcon{top:12px;width:32px;height:32px;display:flex;align-items:center}.background-search .search-div .search-list,.ingredients-search .search-div .search-list,.search-panel .search-div .search-list{position:absolute;visibility:hidden;border:1px solid #ccc;border-top:0px;border-radius:0px 0px 5px 5px;box-shadow:0 4px 5px 0 rgba(0,0,0,.2),0 3px 14px 3px rgba(0,0,0,.12),0 8px 10px 1px rgba(0,0,0,.14);background-color:#fff;width:99.5%;z-index:9991;min-height:65px;max-height:300px;overflow:hidden auto}.background-search .search-div .search-list.shh,.ingredients-search .search-div .search-list.shh,.search-panel .search-div .search-list.shh{visibility:visible}.background-search .search-div .search-list i,.ingredients-search .search-div .search-list i,.search-panel .search-div .search-list i{font-size:32px}.background-search .search-div .search-list>div,.ingredients-search .search-div .search-list>div,.search-panel .search-div .search-list>div{display:flex;justify-content:center;width:100%;flex-direction:column;padding:10px 20px;border-bottom:1px solid #e6e6e6;font-size:15px}.background-search .search-div .search-list>div a,.background-search .search-div .search-list>div a:hover,.ingredients-search .search-div .search-list>div a,.ingredients-search .search-div .search-list>div a:hover,.search-panel .search-div .search-list>div a,.search-panel .search-div .search-list>div a:hover{text-decoration:none !important}.background-search .search-div .search-list>div .pointer,.ingredients-search .search-div .search-list>div .pointer,.search-panel .search-div .search-list>div .pointer{color:#008cd2}.background-search .search-div .search-list>div .design-theme,.ingredients-search .search-div .search-list>div .design-theme,.search-panel .search-div .search-list>div .design-theme{font-size:12px;color:#afa9a5;font-weight:bold}.background-search .search-div .search-list>div:hover,.ingredients-search .search-div .search-list>div:hover,.search-panel .search-div .search-list>div:hover{background-color:#fafafa}.background-search .search-div .search-list>div>div>div,.ingredients-search .search-div .search-list>div>div>div,.search-panel .search-div .search-list>div>div>div{min-height:65px;padding:0px 0px 0px 0px;display:flex;align-items:flex-end}.background-search .search-div .search-list>div>div>div:first-child,.ingredients-search .search-div .search-list>div>div>div:first-child,.search-panel .search-div .search-list>div>div>div:first-child{padding-left:30px}.background-search .search-div .search-list>div>div>div:last-child,.ingredients-search .search-div .search-list>div>div>div:last-child,.search-panel .search-div .search-list>div>div>div:last-child{padding-right:30px}.background-search .search-div .search-list>div>div>div .pointer,.ingredients-search .search-div .search-list>div>div>div .pointer,.search-panel .search-div .search-list>div>div>div .pointer{align-self:center}.background-search .search-div .search-list .bg-div,.ingredients-search .search-div .search-list .bg-div,.search-panel .search-div .search-list .bg-div{height:75px;padding:5px 0px}.background-search .search-div .search-list .bg-div .img-div,.ingredients-search .search-div .search-list .bg-div .img-div,.search-panel .search-div .search-list .bg-div .img-div{border:0px solid red;width:100%;height:65px;background-size:contain;background-repeat:no-repeat;background-position:center center}.background-search .search-div .search-list .bg-div>div>div:last-child,.ingredients-search .search-div .search-list .bg-div>div>div:last-child,.search-panel .search-div .search-list .bg-div>div>div:last-child{height:65px;line-height:65px}.background-search .search-div .search-list .bg-div .select-btn,.ingredients-search .search-div .search-list .bg-div .select-btn,.search-panel .search-div .search-list .bg-div .select-btn{margin:18px 0;visibility:hidden}.background-search .search-div .search-list .bg-div :hover .select-btn,.ingredients-search .search-div .search-list .bg-div :hover .select-btn,.search-panel .search-div .search-list .bg-div :hover .select-btn{margin:18px 0;visibility:visible}.recipe-search .search-panel{display:flex;justify-content:flex-end}.recipe-search .search-panel .search-col{margin-bottom:10px !important}.background-filter{padding-bottom:16px;margin:0px 8px 24px 8px;border-bottom:1px solid #d9d9d9}.background-filter .mui-dropdown{width:171px;height:55px;background-color:#f9f9f9;border:solid 1px #d9d9d9;margin-right:12px}.background-filter .mui-dropdown>ul{border-radius:0px;margin:6px 0 0;width:171px;padding:12px 0px 0px 0px}.background-filter .mui-dropdown>ul .ddl-list{max-height:240px;overflow:hidden auto}.background-filter .mui-dropdown>ul .ddl-list .ddl-list-items{height:40px;color:#008cd2;font-size:16px;display:flex;align-items:center;justify-content:left;text-transform:capitalize;cursor:pointer}.background-filter .mui-dropdown>ul .ddl-list .ddl-list-items:hover{background:#008cd2;color:#fff}.background-filter .mui-dropdown>ul .ddl-list .ddl-list-items:hover .ddl-list-count{color:#fff}.background-filter .mui-dropdown>ul .ddl-list .ddl-list-items .material-icons{font-size:24px;width:24px;height:24px;padding-left:4px;padding-right:4px;display:flex;align-items:center}.background-filter .mui-dropdown>ul .ddl-list .ddl-list-items .ddl-list-count{color:#858585;padding-left:4px}.background-filter .mui-dropdown>ul .ddl-list .theme-color{width:70px;height:70px;padding:0px 7px 24px 7px;float:left}.background-filter .mui-dropdown>ul .ddl-list .theme-color .theme-color-content{width:70px;height:70px}.background-filter .mui-dropdown>ul .ddl-list .theme-color .theme-color-content .out-radius{padding:0px;margin:0px 15px;height:40px;width:40px;border:solid 1px rgba(155,155,155,.22);border-radius:40px;cursor:pointer}.background-filter .mui-dropdown>ul .ddl-list .theme-color .theme-color-content .out-radius .in-radius{height:40px;width:40px;border-radius:40px;display:flex;align-items:center;justify-content:center}.background-filter .mui-dropdown>ul .ddl-list .theme-color .theme-color-content .out-radius .in-radius .material-icons{font-size:28px;color:#fff;-webkit-text-stroke:1px #fff;display:flex;align-items:center}.background-filter .mui-dropdown>ul .ddl-list .theme-color .theme-color-content .out-radius-white{padding:0px;margin:0px 15px;height:40px;width:40px;border:solid 1px rgba(155,155,155,.22);border-radius:40px}.background-filter .mui-dropdown>ul .ddl-list .theme-color .theme-color-content .out-radius-white .in-radius-white{height:40px;width:40px;border-radius:40px;border:0px}.background-filter .mui-dropdown>ul .ddl-list .theme-color .theme-color-content .out-radius-white .in-radius-white:hover{border:solid 1px rgba(155,155,155,.22)}.background-filter .mui-dropdown>ul .ddl-list .theme-color .theme-color-content .out-radius-white .in-radius-white .material-icons{font-size:28px;color:rgba(155,155,155,.22);padding-left:5px;-webkit-text-stroke:1px rgba(155,155,155,.22)}.background-filter .mui-dropdown>ul .ddl-list .theme-color .theme-color-content .content-title{width:70px;height:15px;font-size:14px;line-height:normal;color:#008cd2;padding:8px 0px 0px 5px;text-transform:capitalize}.background-filter .mui-dropdown>ul .ddl-list .theme-color .theme-color-content .content-title .content-count{color:rgba(0,0,0,.45)}.background-filter .mui-dropdown>ul .ddl-list .theme-color .theme-color-content .selected-bold{font-weight:bold;color:rgba(0,0,0,.64)}.background-filter .mui-dropdown>ul .ddl-list .theme-color .theme-color-content .selected-bold .content-count{font-weight:bold;color:rgba(0,0,0,.64)}.background-filter .mui-dropdown>ul .ddl-list-color{max-height:800px;overflow:hidden}.background-filter .mui-dropdown .mui-btn{width:inherit;height:43px;text-transform:none;letter-spacing:normal;color:rgba(0,0,0,.48);background-color:#f9f9f9;padding:0px}.background-filter .mui-dropdown .mui-btn:hover,.background-filter .mui-dropdown .mui-btn:focus{box-shadow:none}.background-filter .mui-dropdown .mui-btn .mui-caret{color:#008cd2;margin-left:10px}.background-filter .filter-button{font-size:14px;font-weight:600}.background-filter .filter-button .mui-btn{text-transform:none;height:32px;border-radius:27.5px;background-color:#008cd2;color:#fff;padding:0px 15px;margin:16px 12px 12px 0px;line-height:normal}.background-filter .filter-button .mui-btn .material-icons{margin-left:6px}.background-filter .filter-button .showMore-button{height:32px;border-radius:27.5px;border:solid 1px #008cd2;color:#008cd2;padding:0px 15px;background-color:#fff}.background-filter .clear-link a{font-size:14px;color:#008cd2}.background-filter .ddl-list::-webkit-scrollbar{width:8px;background-color:#fff}.background-filter .ddl-list::-webkit-scrollbar-track{background-color:#fff}.background-filter .ddl-list::-webkit-scrollbar-thumb{height:56px;border-radius:4px;background-color:#d6d6d6}.search-padding{padding:0px 8px}.search-padding .capitalize{text-transform:capitalize}.rc-time-picker-input{color:rgba(0,0,0,.87);border:none;border-radius:0;border-bottom:1px solid rgba(0,0,0,.26);background-color:rgba(0,0,0,0);font-size:14px}.rc-time-picker-input:disabled{cursor:not-allowed;background-color:rgba(0,0,0,0);opacity:1}.rc-time-picker-panel-input{font-size:14px}#olark-wrapper .olark-launch-button.olark-size-md{background-color:#008cd2 !important;box-shadow:none !important}#olark-wrapper .olark-launch-button.olark-size-md:hover{box-shadow:none !important}.mui-container:before,.mui-container:after{content:" ";display:table}.mui-container:after{clear:both}.mui-container{box-sizing:border-box;margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media(min-width: 544px){.mui-container{max-width:570px}}@media(min-width: 768px){.mui-container{max-width:740px}}@media(min-width: 1024px){.mui-container{max-width:960px}}@media(min-width: 1280px){.mui-container{max-width:1170px}}.mui-container-fluid:before,.mui-container-fluid:after{content:" ";display:table}.mui-container-fluid:after{clear:both}.mui-container-fluid{box-sizing:border-box;margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.mui-divider{display:block;height:1px;background-color:rgba(0,0,0,.12)}.mui--divider-top{border-top:1px solid rgba(0,0,0,.12)}.mui--divider-bottom{border-bottom:1px solid rgba(0,0,0,.12)}.mui--divider-left{border-left:1px solid rgba(0,0,0,.12)}.mui--divider-right{border-right:1px solid rgba(0,0,0,.12)}.mui-dropdown{display:inline-block;position:relative}[data-mui-toggle=dropdown]{outline:0}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.mui-dropdown__menu{border-top:1px solid rgba(0,0,0,.12);border-left:1px solid rgba(0,0,0,.12)}}@supports(-ms-ime-align: auto){.mui-dropdown__menu{border-top:1px solid rgba(0,0,0,.12);border-left:1px solid rgba(0,0,0,.12)}}.mui-dropdown__menu{position:absolute;display:none;min-width:mui-rem(160px);padding:mui-rem(5px) 0;margin:mui-rem(2px) 0 0;list-style:none;font-size:16px;text-align:left;background-color:#fff;border-radius:25px;z-index:1;background-clip:padding-box}.mui-dropdown__menu.mui--is-open{display:block}.mui-dropdown__menu>li>a{display:block;padding:mui-rem(3px) mui-rem(20px);clear:both;font-weight:normal;line-height:1.429;color:rgba(0,0,0,.87);text-decoration:none;white-space:nowrap}.mui-dropdown__menu>li>a:hover,.mui-dropdown__menu>li>a:focus{text-decoration:none;color:rgba(0,0,0,.87);background-color:#eee}.mui-dropdown__menu>.mui--is-disabled>a,.mui-dropdown__menu>.mui--is-disabled>a:hover,.mui-dropdown__menu>.mui--is-disabled>a:focus{color:#eee}.mui-dropdown__menu>.mui--is-disabled>a:hover,.mui-dropdown__menu>.mui--is-disabled>a:focus{text-decoration:none;background-color:rgba(0,0,0,0);background-image:none;cursor:not-allowed}.mui-dropdown__menu--right{left:auto;right:0}.mui-dropdown--up>.mui-dropdown__menu{margin:0 0 mui-rem(2px)}.mui-dropdown--right>.mui-dropdown__menu{margin:0 0 0 mui-rem(2px)}.mui-dropdown--left>.mui-dropdown__menu{margin:0 mui-rem(2px) 0 0}.mui-form legend{display:block;width:100%;padding:0;margin-bottom:11px;font-size:24px;color:rgba(0,0,0,.87);line-height:inherit;border:0}.mui-form fieldset{border:0;padding:0;margin:0 0 2px 0}@media(min-width: 544px){.mui-form--inline .mui-textfield{display:inline-block;vertical-align:bottom;margin-bottom:0}.mui-form--inline .mui-radio,.mui-form--inline .mui-checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.mui-form--inline .mui-radio>label,.mui-form--inline .mui-checkbox>label{padding-left:0}.mui-form--inline .mui-radio>label>input[type=radio],.mui-form--inline .mui-checkbox>label>input[type=checkbox]{position:relative;margin-left:0}.mui-form--inline .mui-select{display:inline-block;vertical-align:bottom;margin-bottom:0}.mui-form--inline .mui-btn{margin-bottom:0;margin-top:0;vertical-align:bottom}}.mui-row:before,.mui-row:after{content:" ";display:table}.mui-row:after{clear:both}.mui-row{margin-left:-15px;margin-right:-15px}.mui-col-xs-1,.mui-col-sm-1,.mui-col-md-1,.mui-col-lg-1,.mui-col-xs-2,.mui-col-sm-2,.mui-col-md-2,.mui-col-lg-2,.mui-col-xs-3,.mui-col-sm-3,.mui-col-md-3,.mui-col-lg-3,.mui-col-xs-4,.mui-col-sm-4,.mui-col-md-4,.mui-col-lg-4,.mui-col-xs-5,.mui-col-sm-5,.mui-col-md-5,.mui-col-lg-5,.mui-col-xs-6,.mui-col-sm-6,.mui-col-md-6,.mui-col-lg-6,.mui-col-xs-7,.mui-col-sm-7,.mui-col-md-7,.mui-col-lg-7,.mui-col-xs-8,.mui-col-sm-8,.mui-col-md-8,.mui-col-lg-8,.mui-col-xs-9,.mui-col-sm-9,.mui-col-md-9,.mui-col-lg-9,.mui-col-xs-10,.mui-col-sm-10,.mui-col-md-10,.mui-col-lg-10,.mui-col-xs-11,.mui-col-sm-11,.mui-col-md-11,.mui-col-lg-11,.mui-col-xs-12,.mui-col-sm-12,.mui-col-md-12,.mui-col-lg-12{box-sizing:border-box;min-height:1px;padding-left:15px;padding-right:15px}.mui-col-xs-1,.mui-col-xs-2,.mui-col-xs-3,.mui-col-xs-4,.mui-col-xs-5,.mui-col-xs-6,.mui-col-xs-7,.mui-col-xs-8,.mui-col-xs-9,.mui-col-xs-10,.mui-col-xs-11,.mui-col-xs-12{float:left}.mui-col-xs-1{width:8.3333333333%}.mui-col-xs-2{width:16.6666666667%}.mui-col-xs-3{width:25%}.mui-col-xs-4{width:33.3333333333%}.mui-col-xs-5{width:41.6666666667%}.mui-col-xs-6{width:50%}.mui-col-xs-7{width:58.3333333333%}.mui-col-xs-8{width:66.6666666667%}.mui-col-xs-9{width:75%}.mui-col-xs-10{width:83.3333333333%}.mui-col-xs-11{width:91.6666666667%}.mui-col-xs-12{width:100%}.mui-col-xs-offset-0{margin-left:0%}.mui-col-xs-offset-1{margin-left:8.3333333333%}.mui-col-xs-offset-2{margin-left:16.6666666667%}.mui-col-xs-offset-3{margin-left:25%}.mui-col-xs-offset-4{margin-left:33.3333333333%}.mui-col-xs-offset-5{margin-left:41.6666666667%}.mui-col-xs-offset-6{margin-left:50%}.mui-col-xs-offset-7{margin-left:58.3333333333%}.mui-col-xs-offset-8{margin-left:66.6666666667%}.mui-col-xs-offset-9{margin-left:75%}.mui-col-xs-offset-10{margin-left:83.3333333333%}.mui-col-xs-offset-11{margin-left:91.6666666667%}.mui-col-xs-offset-12{margin-left:100%}@media(min-width: 544px){.mui-col-sm-1,.mui-col-sm-2,.mui-col-sm-3,.mui-col-sm-4,.mui-col-sm-5,.mui-col-sm-6,.mui-col-sm-7,.mui-col-sm-8,.mui-col-sm-9,.mui-col-sm-10,.mui-col-sm-11,.mui-col-sm-12{float:left}.mui-col-sm-1{width:8.3333333333%}.mui-col-sm-2{width:16.6666666667%}.mui-col-sm-3{width:25%}.mui-col-sm-4{width:33.3333333333%}.mui-col-sm-5{width:41.6666666667%}.mui-col-sm-6{width:50%}.mui-col-sm-7{width:58.3333333333%}.mui-col-sm-8{width:66.6666666667%}.mui-col-sm-9{width:75%}.mui-col-sm-10{width:83.3333333333%}.mui-col-sm-11{width:91.6666666667%}.mui-col-sm-12{width:100%}.mui-col-sm-offset-0{margin-left:0%}.mui-col-sm-offset-1{margin-left:8.3333333333%}.mui-col-sm-offset-2{margin-left:16.6666666667%}.mui-col-sm-offset-3{margin-left:25%}.mui-col-sm-offset-4{margin-left:33.3333333333%}.mui-col-sm-offset-5{margin-left:41.6666666667%}.mui-col-sm-offset-6{margin-left:50%}.mui-col-sm-offset-7{margin-left:58.3333333333%}.mui-col-sm-offset-8{margin-left:66.6666666667%}.mui-col-sm-offset-9{margin-left:75%}.mui-col-sm-offset-10{margin-left:83.3333333333%}.mui-col-sm-offset-11{margin-left:91.6666666667%}.mui-col-sm-offset-12{margin-left:100%}}@media(min-width: 768px){.mui-col-md-1,.mui-col-md-2,.mui-col-md-3,.mui-col-md-4,.mui-col-md-5,.mui-col-md-6,.mui-col-md-7,.mui-col-md-8,.mui-col-md-9,.mui-col-md-10,.mui-col-md-11,.mui-col-md-12{float:left}.mui-col-md-1{width:8.3333333333%}.mui-col-md-2{width:16.6666666667%}.mui-col-md-3{width:25%}.mui-col-md-4{width:33.3333333333%}.mui-col-md-5{width:41.6666666667%}.mui-col-md-6{width:50%}.mui-col-md-7{width:58.3333333333%}.mui-col-md-8{width:66.6666666667%}.mui-col-md-9{width:75%}.mui-col-md-10{width:83.3333333333%}.mui-col-md-11{width:91.6666666667%}.mui-col-md-12{width:100%}.mui-col-md-offset-0{margin-left:0%}.mui-col-md-offset-1{margin-left:8.3333333333%}.mui-col-md-offset-2{margin-left:16.6666666667%}.mui-col-md-offset-3{margin-left:25%}.mui-col-md-offset-4{margin-left:33.3333333333%}.mui-col-md-offset-5{margin-left:41.6666666667%}.mui-col-md-offset-6{margin-left:50%}.mui-col-md-offset-7{margin-left:58.3333333333%}.mui-col-md-offset-8{margin-left:66.6666666667%}.mui-col-md-offset-9{margin-left:75%}.mui-col-md-offset-10{margin-left:83.3333333333%}.mui-col-md-offset-11{margin-left:91.6666666667%}.mui-col-md-offset-12{margin-left:100%}}@media(min-width: 1024px){.mui-col-lg-1,.mui-col-lg-2,.mui-col-lg-3,.mui-col-lg-4,.mui-col-lg-5,.mui-col-lg-6,.mui-col-lg-7,.mui-col-lg-8,.mui-col-lg-9,.mui-col-lg-10,.mui-col-lg-11,.mui-col-lg-12{float:left}.mui-col-lg-1{width:8.3333333333%}.mui-col-lg-2{width:16.6666666667%}.mui-col-lg-3{width:25%}.mui-col-lg-4{width:33.3333333333%}.mui-col-lg-5{width:41.6666666667%}.mui-col-lg-6{width:50%}.mui-col-lg-7{width:58.3333333333%}.mui-col-lg-8{width:66.6666666667%}.mui-col-lg-9{width:75%}.mui-col-lg-10{width:83.3333333333%}.mui-col-lg-11{width:91.6666666667%}.mui-col-lg-12{width:100%}.mui-col-lg-offset-0{margin-left:0%}.mui-col-lg-offset-1{margin-left:8.3333333333%}.mui-col-lg-offset-2{margin-left:16.6666666667%}.mui-col-lg-offset-3{margin-left:25%}.mui-col-lg-offset-4{margin-left:33.3333333333%}.mui-col-lg-offset-5{margin-left:41.6666666667%}.mui-col-lg-offset-6{margin-left:50%}.mui-col-lg-offset-7{margin-left:58.3333333333%}.mui-col-lg-offset-8{margin-left:66.6666666667%}.mui-col-lg-offset-9{margin-left:75%}.mui-col-lg-offset-10{margin-left:83.3333333333%}.mui-col-lg-offset-11{margin-left:91.6666666667%}.mui-col-lg-offset-12{margin-left:100%}}@media(min-width: 1280px){.mui-col-xl-1,.mui-col-xl-2,.mui-col-xl-3,.mui-col-xl-4,.mui-col-xl-5,.mui-col-xl-6,.mui-col-xl-7,.mui-col-xl-8,.mui-col-xl-9,.mui-col-xl-10,.mui-col-xl-11,.mui-col-xl-12{float:left}.mui-col-xl-1{width:8.3333333333%}.mui-col-xl-2{width:16.6666666667%}.mui-col-xl-3{width:25%}.mui-col-xl-4{width:33.3333333333%}.mui-col-xl-5{width:41.6666666667%}.mui-col-xl-6{width:50%}.mui-col-xl-7{width:58.3333333333%}.mui-col-xl-8{width:66.6666666667%}.mui-col-xl-9{width:75%}.mui-col-xl-10{width:83.3333333333%}.mui-col-xl-11{width:91.6666666667%}.mui-col-xl-12{width:100%}.mui-col-xl-offset-0{margin-left:0%}.mui-col-xl-offset-1{margin-left:8.3333333333%}.mui-col-xl-offset-2{margin-left:16.6666666667%}.mui-col-xl-offset-3{margin-left:25%}.mui-col-xl-offset-4{margin-left:33.3333333333%}.mui-col-xl-offset-5{margin-left:41.6666666667%}.mui-col-xl-offset-6{margin-left:50%}.mui-col-xl-offset-7{margin-left:58.3333333333%}.mui-col-xl-offset-8{margin-left:66.6666666667%}.mui-col-xl-offset-9{margin-left:75%}.mui-col-xl-offset-10{margin-left:83.3333333333%}.mui-col-xl-offset-11{margin-left:91.6666666667%}.mui-col-xl-offset-12{margin-left:100%}}.mui-panel:before,.mui-panel:after{content:" ";display:table}.mui-panel:after{clear:both}.mui-panel{padding:10px;margin-bottom:22px;border-radius:5px;border:1px solid #d7d7d7;background-color:#fff;box-shadow:none}.mui-panel.no-padding{padding:0}.mui-panel.form-panel{padding:0}.mui-panel.form-panel .panel-header{border-radius:5px;border-bottom-right-radius:0;border-bottom-left-radius:0;padding:10px;text-align:center;color:#fff;background:#008cd2;background:linear-gradient(to right, #008cd2 0%, #2f8084 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008cd2', endColorstr='#2f8084',GradientType=1 )}.mui-panel.form-panel .panel-body{position:relative;padding:75px 50px 50px 50px}.mui-panel.video-panel{height:50vh}@media(max-width: 543px){.mui-panel.video-panel{height:30vh}}.mui-panel.canvas-panel{height:calc(100vh - 140px);margin-bottom:0}.mui-panel.design-status-panel{width:280px;height:220px}.inline-wrapper .mui-select select>option{appearance:none;-moz-appearance:none;-webkit-appearance:none;width:50%;overflow-y:auto;padding:8px 0;color:red;background-color:#fff;font-size:16px}.select-wrapper{position:relative;display:inline-block;width:100%;height:85px}.select-wrapper.compressed{height:55px}.select-wrapper.compressed .material-icons{position:absolute;top:7px}.select-wrapper.compressed span.error{margin-left:30px}.mui-select.icon select{text-indent:5px;padding-left:25px;box-sizing:border-box}.select-wrapper .material-icons{position:absolute;top:24px;left:5px;color:rgba(0,0,0,.54)}.mui-select{display:block;padding-top:20px;margin-bottom:2px;position:relative}.mui-select.compressed{padding-top:0px}.mui-select:focus{outline:0}.mui-select:focus>select{height:33px;margin-bottom:-1px;border-color:#008cd2;border-width:2px}.mui-select>select{display:block;height:32px;width:100%;appearance:none;-webkit-appearance:none;-moz-appearance:none;outline:none;border:none;border-bottom:1px solid rgba(0,0,0,.26);border-radius:0px;box-shadow:none;background-color:rgba(0,0,0,0);background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNiIgd2lkdGg9IjEwIj48cG9seWdvbiBwb2ludHM9IjAsMCAxMCwwIDUsNiIgc3R5bGU9ImZpbGw6cmdiYSgwLDAsMCwuMjQpOyIvPjwvc3ZnPg==);background-repeat:no-repeat;background-position:right center;cursor:pointer;color:rgba(0,0,0,.87);font-size:16px;font-family:inherit;line-height:inherit;padding:0 25px 0 0}.mui-select>select::-ms-expand{display:none}.mui-select>select:focus{outline:0;height:33px;margin-bottom:-1px;border-color:#008cd2;border-width:2px}.mui-select>select:disabled{color:rgba(0,0,0,.38);cursor:not-allowed;background-color:rgba(0,0,0,0);opacity:1}.mui-select>select:-moz-focusring{color:rgba(0,0,0,0);text-shadow:0 0 0 #000}.mui-select>select:focus::-ms-value{background:none;color:rgba(0,0,0,.87)}.mui-select>label{position:absolute;top:0;display:block;width:100%;color:rgba(0,0,0,.87);font-size:16px;font-weight:400;line-height:20px;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}.mui-select:focus>label,.mui-select>select:focus~label{color:blue}.mui-select__menu{position:absolute;z-index:2;min-width:100%;overflow-y:auto;padding:8px 0;background-color:#fff;font-size:16px}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.mui-select__menu{border-left:1px solid rgba(0,0,0,.12);border-top:1px solid rgba(0,0,0,.12)}}@supports(-ms-ime-align: auto){.mui-select__menu{border-left:1px solid rgba(0,0,0,.12);border-top:1px solid rgba(0,0,0,.12)}}.mui-select__menu>div{padding:0 22px;height:42px;line-height:42px;cursor:pointer;white-space:nowrap}.mui-select__menu>div.mui--is-selected{background-color:#eee}.mui-select__menu>div.mui--is-disabled{color:rgba(0,0,0,.38);cursor:not-allowed}.mui-select__menu>div:not(.mui-optgroup__label):not(.mui--is-disabled):hover{background-color:#e0e0e0}.mui-optgroup__option{text-indent:1em}.mui-optgroup__label{color:rgba(0,0,0,.54);font-size:.9em}.mui-select.error>select{border-color:#c02437;border-width:2px;height:33px;margin-bottom:-1px}.mui-select.error>select~label{color:#c02437}.mui-table{width:100%;max-width:100%;margin-bottom:22px}.mui-table.compressed{margin-bottom:0}.mui-table.compressed td{padding-top:0;padding-bottom:0;padding-left:0}.mui-table>thead>tr>th,.mui-table>tbody>tr>th,.mui-table>tfoot>tr>th{text-align:left}.mui-table>thead>tr>th,.mui-table>thead>tr>td,.mui-table>tbody>tr>th,.mui-table>tbody>tr>td,.mui-table>tfoot>tr>th,.mui-table>tfoot>tr>td{padding:10px;line-height:1.429}.mui-table>thead>tr>th{border-bottom:2px solid rgba(0,0,0,.12);font-weight:700}.mui-table>tbody+tbody{border-top:2px solid rgba(0,0,0,.12)}.mui-table.mui-table--bordered>tbody>tr>td{border-bottom:1px solid rgba(0,0,0,.12)}.ReactVirtualized__Table__Grid{outline:none}.ReactVirtualized__Table__headerRow{font-size:12px;font-weight:700;color:rgba(0,0,0,.64);text-transform:uppercase;display:flex;flex-direction:row;align-items:center;border-bottom:1px solid #ddd}.ReactVirtualized__Table__row{display:flex;flex-direction:row;align-items:center;font-size:14px;font-weight:normal;color:rgba(0,0,0,.54);box-shadow:1px 1px 9px #e5e5e5;border-radius:6px;margin:8px 4px;border:1px solid #eae9e9}.ReactVirtualized__Table__headerTruncatedText{display:inline-block;max-width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ReactVirtualized__Table__headerColumn{-webkit-user-select:none;-moz-user-select:none;user-select:none}.ReactVirtualized__Table__headerColumn,.ReactVirtualized__Table__rowColumn{margin-right:10px;min-width:0px;outline:none}.ReactVirtualized__Table__rowColumn{text-overflow:ellipsis;white-space:nowrap}.ReactVirtualized__Table__rowColumn .item-name{display:block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ReactVirtualized__Table__headerColumn:first-of-type,.ReactVirtualized__Table__rowColumn:first-of-type{margin-left:10px}.ReactVirtualized__Table__sortableHeaderColumn{cursor:pointer}.ReactVirtualized__Table__sortableHeaderIconContainer{display:flex;align-items:center}.ReactVirtualized__Table__sortableHeaderIcon{flex:0 0 24px;height:1em;width:1em;margin-left:6px;fill:currentColor}.modal-body-ingredient-search .mui-tabs__bar{margin-left:0 !important}.modal-body-ingredient-search .mui-tabs__bar>li:first-child{margin-left:0 !important}.mui-tabs__bar{list-style:none;padding-left:0;margin-bottom:0;background-color:rgba(0,0,0,0);white-space:nowrap;overflow-x:auto}.mui-tabs__bar>li{display:inline-block;margin-right:20px}.mui-tabs__bar>li>a{display:block;white-space:nowrap;text-transform:none;font-weight:600;font-size:16px;color:rgba(0,0,0,.54);cursor:pointer;height:45px;line-height:48px;padding-left:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.mui-tabs__bar>li>a:hover{text-decoration:none}.mui-tabs__bar>li.mui--is-active{border-bottom:4px solid #008cd2}.mui-tabs__bar>li.mui--is-active>a{color:rgba(0,0,0,.54)}.mui-tabs__bar.mui-tabs__bar--justified{display:table;width:100%;table-layout:fixed}.mui-tabs__bar.mui-tabs__bar--justified>li{display:table-cell}.mui-tabs__bar.mui-tabs__bar--justified>li>a{text-align:center;padding-left:0px;padding-right:0px}.custom-boxed-tab .mui-tabs__bar{list-style:none;padding-left:0;margin-bottom:0;background-color:rgba(0,0,0,0);white-space:nowrap;overflow-x:auto}.custom-boxed-tab .mui-tabs__bar>li{display:inline-block}.custom-boxed-tab .mui-tabs__bar>li>a{display:block;white-space:nowrap;text-transform:none;font-weight:500;font-size:16px;color:rgba(0,0,0,.54);cursor:pointer;height:32px;line-height:36px;padding-left:20px;padding-right:20px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.custom-boxed-tab .mui-tabs__bar>li>a:hover{text-decoration:none}.custom-boxed-tab .mui-tabs__bar>li.mui--is-active{background:#008cd2;color:#fff;border-radius:4px;border-bottom:4px solid #008cd2}.custom-boxed-tab .mui-tabs__bar>li.mui--is-active>a{color:#fff}.custom-boxed-tab .mui-tabs__bar.mui-tabs__bar--justified{display:table;width:100%;table-layout:fixed}.custom-boxed-tab .mui-tabs__bar.mui-tabs__bar--justified>li{display:table-cell}.custom-boxed-tab .mui-tabs__bar.mui-tabs__bar--justified>li>a{text-align:center;padding-left:0px;padding-right:0px}.mui-tabs__pane{display:none;padding:20px 5px 5px 5px}.mui-tabs__pane.mui--is-active{display:block}.mui-tabs__pane .panel-container{min-height:300px;background-color:#fff;border:0;padding:10px 20px;margin-top:-20px;margin-left:-7px;margin-right:-7px}.rmc-tabs{box-sizing:border-box;display:flex;flex:1;position:relative;overflow:hidden;height:100%;width:100%}.rmc-tabs *{box-sizing:border-box}.rmc-tabs-content-wrap{display:flex;flex:1;width:100%;height:100%}.rmc-tabs-content-wrap-animated{transition:transform .3s cubic-bezier(0.35, 0, 0.25, 1),left .3s cubic-bezier(0.35, 0, 0.25, 1),top .3s cubic-bezier(0.35, 0, 0.25, 1);will-change:transform,left,top}.rmc-tabs-pane-wrap{width:100%;flex-shrink:0;overflow-y:auto;padding-top:27px}.rmc-tabs-tab-bar-wrap{flex-shrink:0}.rmc-tabs-horizontal .rmc-tabs-pane-wrap-active{height:auto}.rmc-tabs-horizontal .rmc-tabs-pane-wrap-inactive{height:0;overflow:hidden}.rmc-tabs-vertical .rmc-tabs-content-wrap{flex-direction:column}.rmc-tabs-vertical .rmc-tabs-tab-bar-wrap{height:100%}.rmc-tabs-vertical .rmc-tabs-pane-wrap{height:100%}.rmc-tabs-vertical .rmc-tabs-pane-wrap-active{overflow:auto}.rmc-tabs-vertical .rmc-tabs-pane-wrap-inactive{overflow:hidden}.rmc-tabs-top,.rmc-tabs-bottom{flex-direction:column}.rmc-tabs-left,.rmc-tabs-right{flex-direction:row}.rmc-tabs-tab-bar{position:relative;display:flex;flex-shrink:0;flex-direction:row;width:100%;height:100%;overflow:visible;z-index:1}.rmc-tabs-tab-bar-tab{position:relative;display:inline-flex;flex-shrink:0;justify-content:center;align-items:flex-start;font-weight:600;font-size:16px;color:rgba(0,0,0,.54);line-height:14px;height:45px;width:auto !important;margin-right:20px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rmc-tabs-tab-bar-tab-active{color:#008cd2;border-bottom:4px #008cd2 solid}.rmc-tabs-tab-bar-underline{display:none}.rmc-tabs-tab-bar-animated .rmc-tabs-tab-bar-content{transition:transform .3s cubic-bezier(0.35, 0, 0.25, 1);will-change:transform}.rmc-tabs-tab-bar-animated .rmc-tabs-tab-bar-underline{transition:top .3s cubic-bezier(0.35, 0, 0.25, 1),left .3s cubic-bezier(0.35, 0, 0.25, 1),color .3s cubic-bezier(0.35, 0, 0.25, 1),width .3s cubic-bezier(0.35, 0, 0.25, 1);will-change:top,left,width,color}.rmc-tabs-tab-bar-top,.rmc-tabs-tab-bar-bottom{flex-direction:row}.rmc-tabs-tab-bar-top .rmc-tabs-tab-bar-content,.rmc-tabs-tab-bar-bottom .rmc-tabs-tab-bar-content{display:flex;width:100%;flex-direction:row}.rmc-tabs-tab-bar-top .rmc-tabs-tab-bar-prevpage,.rmc-tabs-tab-bar-bottom .rmc-tabs-tab-bar-prevpage{pointer-events:none;position:absolute;top:0;display:block;width:59px;height:100%;content:" ";z-index:1;left:0;background:linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0))}.rmc-tabs-tab-bar-top .rmc-tabs-tab-bar-nextpage,.rmc-tabs-tab-bar-bottom .rmc-tabs-tab-bar-nextpage{pointer-events:none;position:absolute;top:0;display:block;width:59px;height:100%;content:" ";z-index:1;right:0;background:linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff)}.rmc-tabs-tab-bar-top .rmc-tabs-tab-bar-tab,.rmc-tabs-tab-bar-bottom .rmc-tabs-tab-bar-tab{padding:15px 0 0px 0}.rmc-tabs-tab-bar-top .rmc-tabs-tab-bar-underline,.rmc-tabs-tab-bar-bottom .rmc-tabs-tab-bar-underline{bottom:0}.rmc-tabs-tab-bar-bottom{border-top:1px #eee solid}.rmc-tabs-tab-bar-left,.rmc-tabs-tab-bar-right{flex-direction:column}.rmc-tabs-tab-bar-left .rmc-tabs-tab-bar-content,.rmc-tabs-tab-bar-right .rmc-tabs-tab-bar-content{display:flex;height:100%;flex-direction:column}.rmc-tabs-tab-bar-left .rmc-tabs-tab-bar-tab,.rmc-tabs-tab-bar-right .rmc-tabs-tab-bar-tab{padding:0 8px}.rmc-tabs-tab-bar-left{border-right:1px #eee solid}.rmc-tabs-tab-bar-left .rmc-tabs-tab-bar-underline{right:0}.rmc-tabs-tab-bar-right{border-left:1px #eee solid}.rmc-tabs-tab-bar-right .rmc-tabs-tab-bar-underline{left:0}.line-separator{margin:15px 0;height:1px;background:#e0e0e0}.common-file-upload input{padding:4px !important;height:auto !important}.common-file-upload input::file-selector-button,.common-file-upload input::-webkit-file-upload-button{font-weight:500;font-size:14px;color:#fff;background-color:#008cd2;padding:6px 10px;border:none;border-radius:3px}.common-custom-label{font-size:15px;color:rgba(0,0,0,.77)}.common-custom-input{display:flex;flex-direction:column;margin-bottom:12px}.common-custom-input input{position:relative;height:44px;background-color:#f9f9f9;border:1px solid #d6d6d6;padding:0px 10px;color:#474747;text-align:left;font-size:14px}.common-custom-input input.rounded{border-radius:5px}.common-custom-input input.classic{height:36px;background-color:#fff;border:1px solid #acacac}.common-custom-input textarea.classic{position:relative;height:auto;background-color:#fff;border:1px solid #acacac;padding:6px 10px;color:#474747;text-align:left;font-size:14px}.common-custom-input textarea.classic.rounded{border-radius:5px}.common-custom-input textarea.classic:focus{outline:none;border:1px solid #008cd2}.common-custom-input input:focus{outline:1px solid #008cd2;border-color:rgba(0,0,0,0)}.common-custom-input input::-moz-placeholder{text-align:left}.common-custom-input input::placeholder{text-align:left}.common-custom-input input.error-warning,.common-custom-input input.error-warning:focus{border:1px solid #c02437;outline:0}.input-error-msg{color:#c41e2e;font-size:13px;margin-top:4px}.input-note-msg{color:#484848;font-size:13px;margin-top:4px}.input-error.mui-textfield{width:50%}.input-error.mui-textfield input{border-radius:5px;height:40px;padding-left:15px;padding-right:15px;border:solid 1px #c02437;color:#c02437}.input-error.mui-textfield input:focus{border:solid 1px #c02437;background-color:rgba(192,36,55,.08);height:40px;margin-bottom:0;border-width:1px}.input-error.mui-textfield.mb-20{margin-bottom:20px !important}.customize-input-wrapper input{position:relative;width:41px;height:52px;background-color:#f9f9f9;border:1px solid #d6d6d6;padding:0px 10px;color:#474747;text-align:center;font-size:14px}.customize-input-wrapper input:focus{outline:1px solid #008cd2;border-color:rgba(0,0,0,0)}.customize-input-wrapper input::-moz-placeholder{text-align:center}.customize-input-wrapper input::placeholder{text-align:center}.customize-input-wrapper input.error-warning,.customize-input-wrapper input.error-warning:focus{border:1px solid #c02437;outline:0}.customize-input-wrapper .customize-selector{position:relative}.customize-input-wrapper .customize-selector:after{width:0;height:0;border-left:6px solid rgba(0,0,0,0);border-right:6px solid rgba(0,0,0,0);border-top:6px solid #008cd2;position:absolute;top:40%;left:33px;content:"";z-index:98}.customize-input-wrapper select{position:relative;margin:0px 6px;width:40px;height:24px;border:0px;border-bottom:1px solid #d6d6d6;color:#858585;font-size:16px;z-index:99;background:none;outline:0;-moz-appearance:none;-webkit-appearance:none}.customize-input-wrapper select::-ms-expand{display:none}.customize-input-wrapper .preText{position:absolute;z-index:1;padding:0px 4px}.input-wrapper{position:relative;display:inline-block;width:100%;height:85px}.input-wrapper.compressed{height:30px}.input-wrapper.compressed .material-icons{position:absolute;top:3px}.input-wrapper.compressed span.error{margin-left:30px}.compressed .react-autosuggest__container input{text-indent:none !important;padding-left:0 !important}.react-autosuggest__container{height:32px;padding-top:0 !important}.react-autosuggest__container .material-icons{position:absolute;top:3px}.react-autosuggest__container span.error{margin-left:30px}.react-autosuggest__container input{height:32px;text-indent:5px !important;padding-left:25px !important;box-sizing:border-box !important}.inline-wrapper{position:relative;display:inline-block}.inline-wrapper.textarea{display:block}.inline-wrapper.customize-textarea{display:block}.inline-wrapper.customize-textarea textarea{background:rgba(0,0,0,0);border:none;border-bottom:2px solid #008cd2;color:rgba(0,0,0,.87);font-size:16px;resize:none}.inline-wrapper.customize-textarea div p{white-space:pre-line}.mui-textfield.icon input{text-indent:5px;padding-left:25px;box-sizing:border-box}.mui-textfield.preText input{text-indent:5px;padding-left:5px;box-sizing:border-box}.mui-textfield.preText.icon input{text-indent:5px;padding-left:60px;box-sizing:border-box}.input-wrapper .material-icons{position:absolute;top:24px;left:5px;color:rgba(0,0,0,.54)}.input-wrapper.compressed span.preText{position:absolute;top:5px}.input-wrapper span.preText{position:absolute;top:24px}.mui-textfield.preText input,.mui-textfield.preText span.inline-control{text-indent:5px;padding-left:8px;box-sizing:border-box}.inline-wrapper span.preText{position:absolute;left:0}.mui-textfield.preText .editing{position:relative;bottom:5px}.mui-textfield.headline>input{font-size:30px}.mui-textfield.boarderless>input{border-bottom:none}.mui-textfield.inline-edit{color:rgba(0,0,0,.54)}.mui-textfield.inline-edit span:hover{color:#008cd2}.mui-textfield.inline-edit span.subtext{margin-left:3px}.mui-textfield.inline-edit.highlight{color:#008cd2}.mui-textfield.inline-edit>input{display:inline}.mui-textfield.inline-edit.headline>input{font-size:30px}.mui-textfield.inline-edit .error{color:#c02437;border-color:#c02437}.mui-textfield.inline-edit.headline>span{font-size:30px}.mui-textfield.inline-edit span.subtext{font-size:16px;line-height:16px;color:#008cd2;margin-left:5px}input.editing+span.subtext{display:none}input.editing+span.subtext.show-subtext{display:inline}input.autosuggest-preText{padding-left:60px !important}.mui-textfield,.react-autosuggest__container{display:block;padding-top:20px;margin-bottom:2px;position:relative}.mui-textfield>label,.react-autosuggest__container>label{position:absolute;top:0;display:block;width:100%;color:rgba(0,0,0,.87);font-size:16px;font-weight:400;line-height:20px;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}.mui-textfield>textarea,.react-autosuggest__container>textarea{resize:none;padding-top:5px}.mui-textfield>input:focus~label,.mui-textfield>textarea:focus~label,.react-autosuggest__container>input:focus~label,.react-autosuggest__container>textarea:focus~label{color:#008cd2}.mui-textfield.compressed,.react-autosuggest__container.compressed{padding-top:0}.mui-textfield--float-label>label{position:absolute;transform:translate(0px, 20px);font-size:16px;line-height:32px;color:rgba(0,0,0,.26);text-overflow:clip;cursor:text;pointer-events:none}.mui-textfield--float-label>input:focus~label,.mui-textfield--float-label>textarea:focus~label{transform:translate(0px, 0px);font-size:16px;line-height:20px;text-overflow:ellipsis}.mui-textfield--float-label>input:not(:focus).mui--is-not-empty~label,.mui-textfield--float-label>input:not(:focus)[value]:not([value=""]):not(.mui--is-empty):not(.mui--is-not-empty)~label,.mui-textfield--float-label>input:not(:focus):not(:empty):not(.mui--is-empty):not(.mui--is-not-empty)~label,.mui-textfield--float-label>textarea:not(:focus).mui--is-not-empty~label,.mui-textfield--float-label>textarea:not(:focus)[value]:not([value=""]):not(.mui--is-empty):not(.mui--is-not-empty)~label,.mui-textfield--float-label>textarea:not(:focus):not(:empty):not(.mui--is-empty):not(.mui--is-not-empty)~label{color:rgba(0,0,0,.87);font-size:16px;line-height:20px;transform:translate(0px, 0px);text-overflow:ellipsis}.mui-textfield--wrap-label{display:table;width:100%;padding-top:0px}.mui-textfield--wrap-label:not(.mui-textfield--float-label)>label{display:table-header-group;position:static;white-space:normal;overflow-x:visible}.react-autosuggest__container>input,.mui-textfield>input,.mui-textfield>textarea{box-sizing:border-box;display:block;background-color:rgba(0,0,0,0);color:rgba(0,0,0,.87);border:none;border-bottom:1px solid rgba(0,0,0,.26);outline:none;width:100%;padding:0;box-shadow:none;border-radius:0px;font-size:16px;font-family:inherit;line-height:inherit;background-image:none}.react-autosuggest__container>input:focus,.mui-textfield>input:focus,.mui-textfield>textarea:focus{border-color:#008cd2;border-width:2px}.react-autosuggest__container>input:-moz-read-only, .mui-textfield>input:-moz-read-only, .mui-textfield>textarea:-moz-read-only{cursor:not-allowed;background-color:rgba(0,0,0,0);opacity:1}.react-autosuggest__container>input:disabled,.react-autosuggest__container>input:read-only,.mui-textfield>input:disabled,.mui-textfield>input:read-only,.mui-textfield>textarea:disabled,.mui-textfield>textarea:read-only{cursor:not-allowed;background-color:rgba(0,0,0,0);opacity:1}.react-autosuggest__container>input::-moz-placeholder, .mui-textfield>input::-moz-placeholder, .mui-textfield>textarea::-moz-placeholder{color:rgba(0,0,0,.26);opacity:1}.react-autosuggest__container>input::placeholder,.mui-textfield>input::placeholder,.mui-textfield>textarea::placeholder{color:rgba(0,0,0,.26);opacity:1}.mui-textfield>input{height:32px}.mui-textfield>input:focus{height:33px;margin-bottom:-1px}.mui-textfield>textarea{min-height:64px}.mui-textfield>textarea[rows]:not([rows="2"]):focus{margin-bottom:-1px}.mui-textfield>input:focus{height:33px;margin-bottom:-1px}span.error{font-size:15px;color:#c02437;font-weight:400;padding-top:2px;font-family:MyriadProIt,Arial,Verdana,sans-serif}.mui-textfield.error>input,.mui-textfield.error>textarea{border-color:#c02437;border-width:2px}.mui-textfield.error>input{height:33px;margin-bottom:-1px}.mui-textfield.error.mui-textfield--float-label>input~label,.mui-textfield.error.mui-textfield--float-label>textarea~label{color:#c02437}.mui-textfield.error:not(.mui-textfield--float-label)>input~label,.mui-textfield.error:not(.mui-textfield--float-label)>textarea~label{color:#c02437}.mui-textfield.mui-textfield--float-label>.mui--is-invalid.mui--is-not-empty:not(:focus)~label{color:#c02437}.mui-textfield:not(.mui-textfield--float-label)>.mui--is-invalid:not(:focus)~label{color:#c02437}.ing-custom-input-wrapper-qty input{position:relative;width:40px;height:32px;background-color:#f9f9f9;border:1px solid #d6d6d6 !important;border-radius:6px;padding:0px 5px;color:#474747;text-align:center;font-size:14px}.ing-custom-input-wrapper-qty input:focus{border-color:#008cd2}.ing-custom-input-wrapper-qty input.error-warning{border:solid 1px #c02437 !important;background-color:rgba(192,36,55,.08);color:#c02437}.ing-custom-input-wrapper-qty.flex-inputs input{width:100%}.ing-custom-input-wrapper-qty.multi-inputs{display:flex;align-items:center}.slick-slider *{min-zoom:1;max-zoom:1}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:rgba(0,0,0,0);padding:0px 0px 15px 0px;width:100%}.slick-slider .slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0;transform:translate3d(0, 0, 0)}.slick-slider .slick-list:focus{outline:none}.slick-slider .slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list .slick-track{position:relative;left:0;top:0;display:block;transform:translate3d(0, 0, 0)}.slick-slider .slick-list .slick-track:before,.slick-slider .slick-list .slick-track:after{content:"";display:table}.slick-slider .slick-list .slick-track:after{clear:both}.slick-loading .slick-slider .slick-list .slick-track{visibility:hidden}.slick-slider .slick-list .slick-track .slick-active .control-gradients .gradients{display:none}.slick-slider .slick-list .slick-track .control-gradients{position:relative}.slick-slider .slick-list .slick-track .control-gradients:hover .gradients{display:none}.slick-slider .slick-list .slick-track .gradients{background:linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);width:215px;height:250px;margin-top:10px;position:absolute}.dashboard-pg .slick-slider .slick-track{width:100% !important}.slick-slide{float:left;height:auto;min-height:1px;width:300px;margin:0 9px 0 5px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid rgba(0,0,0,0)}.slick-slide .theme-indicator{margin-top:10px;margin-left:auto;margin-right:auto}.slick-slide .theme-indicator .theme-indicator-content{border-top-left-radius:5px;border-top-right-radius:5px;background-size:cover;background-position:center center}.slick-slide .theme-indicator .theme-indicator-content i{opacity:.8;position:absolute;left:calc(50% - 20px);top:50%;text-shadow:2px 4px rgba(0,0,0,.5)}.slick-arrow.slick-hidden{display:none}.slick-arrow{display:block;position:absolute;top:50%;transform:translate(0, -50%);background-color:#fbfbfb;color:#c3c5bf}.slick-next{right:0}.slick-prev,.slick-next{position:absolute;display:block;cursor:pointer;padding:0;font-size:18px;outline:none}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{outline:none;background-color:#fbfbfb;color:#2196f3}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1;color:#2196f3}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev{left:0}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%}.slick-dots li{position:relative;display:inline-block;height:20px;width:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{border:0;background-color:#008cd2;display:block;height:15px;width:15px;border-radius:15px;outline:none;line-height:0px;font-size:0px;padding:5px;cursor:pointer}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li.slick-active button:before{color:#000;opacity:.75}.loader-wraper.icon-cc-logo:before,.masked-element .mask .loader-wraper.icon-cc-logo:before{content:"";background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOmNjPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyMiIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIxMzMuNjg3NSIgaGVpZ2h0PSI2OS41NjI1IiBpZD0ic3ZnMzM0MyI+CiAgPGRlZnMgaWQ9ImRlZnMzMzQ1Ij4KICAgIDxjbGlwUGF0aCBpZD0iY2xpcFBhdGgzMTc5Ij4KICAgICAgPHBhdGggZD0iTSAwLDAgNjEyLDAgNjEyLDc5MiAwLDc5MiAwLDAgeiIgaWQ9InBhdGgzMTgxIi8+CiAgICA8L2NsaXBQYXRoPgogICAgPGNsaXBQYXRoIGlkPSJjbGlwUGF0aDMxNTUiPgogICAgICA8cGF0aCBkPSJNIDAsMCA2MTIsMCA2MTIsNzkyIDAsNzkyIDAsMCB6IiBpZD0icGF0aDMxNTciLz4KICAgIDwvY2xpcFBhdGg+CiAgICA8Y2xpcFBhdGggaWQ9ImNsaXBQYXRoMzA4MyI+CiAgICAgIDxwYXRoIGQ9Ik0gMCwwIDYxMiwwIDYxMiw3OTIgMCw3OTIgMCwwIHoiIGlkPSJwYXRoMzA4NSIvPgogICAgPC9jbGlwUGF0aD4KICAgIDxjbGlwUGF0aCBpZD0iY2xpcFBhdGgzMDU1Ij4KICAgICAgPHBhdGggZD0iTSAwLDAgNjEyLDAgNjEyLDc5MiAwLDc5MiAwLDAgeiIgaWQ9InBhdGgzMDU3Ii8+CiAgICA8L2NsaXBQYXRoPgogIDwvZGVmcz4KICA8bWV0YWRhdGEgaWQ9Im1ldGFkYXRhMzM0OCI+CiAgICA8cmRmOlJERj4KICAgICAgPGNjOldvcmsgcmRmOmFib3V0PSIiPgogICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PgogICAgICAgIDxkYzp0eXBlIHJkZjpyZXNvdXJjZT0iaHR0cDovL3B1cmwub3JnL2RjL2RjbWl0eXBlL1N0aWxsSW1hZ2UiLz4KICAgICAgICA8ZGM6dGl0bGUvPgogICAgICA8L2NjOldvcms+CiAgICA8L3JkZjpSREY+CiAgPC9tZXRhZGF0YT4KICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjczLjE1NjI1LC02NDAuNDM3NSkiIGlkPSJsYXllcjEiPgogICAgPHBhdGggZD0ibSAyODguNTYyNSw2NTcuMTg3NSBjIC03LjI1NSwwIC0xNC40MDYyNSwzLjMxNjI1IC0xNC40MDYyNSwxMi4zNzUgMCwxMy40MTUgMTguMDYyNSwxMC4yMTUgMTguMDYyNSwxNy45Mzc1IDAsMy42NTg3NSAtNC4xODYyNSw1LjIxODc1IC03LjMxMjUsNS4yMTg3NSAtMy4yNDUsMCAtNy4yNjI1LC0wLjk5IC0xMC4wOTM3NSwtMi41IGwgMCw3LjMxMjUgYyA0LjA3LDAuOTg2MjUgNi4wNzg3NSwxLjU2MjUgMTAuNTYyNSwxLjU2MjUgOC4zMTUsMCAxNS40Mzc1LC0zLjM2NjI1IDE1LjQzNzUsLTEyLjI1IDAsLTEzLjU5IC0xOC4wMzEyNSwtMTAuNTk4NzUgLTE4LjAzMTI1LC0xNy42MjUgMCwtNC40MTM3NSAzLjY3LC01LjY1NjI1IDYuNSwtNS42NTYyNSAyLjg5MTI1LDAgNi40Njc1LDAuODAyNSA5LjA2MjUsMS45MDYyNSBsIDAuMDYyNSwtNi44NDM3NSBjIC0zLjAwODc1LC0wLjk4NzUgLTYuMzA1LC0xLjQzNzUgLTkuODQzNzUsLTEuNDM3NSB6IG0gNDguODEyNSwxMS42MjUgYyAtNi4wMTUsMCAtMTEuNTYyNSwyLjc3MjUgLTExLjU2MjUsOS4wMzEyNSAwLDEwLjQ4NjI1IDEzLjM0Mzc1LDYuNTg3NSAxMy4zNDM3NSwxMi4yODEyNSAwLDIuODE4NzUgLTMuMTE1LDMuNTYyNSAtNS4wNjI1LDMuNTYyNSAtMi42MzM3NSwwIC01LjEyNjI1LC0wLjcyMjUgLTcuNTMxMjUsLTEuOTA2MjUgbCAtMC40Njg3NSw2LjE4NzUgYyAyLjgwNSwwLjczMTI1IDUuNzY2MjUsMS4yNSA4LjY4NzUsMS4yNSA2LjI0MjUsMCAxMi4zNzUsLTIuNzAzNzUgMTIuMzc1LC05LjQ2ODc1IDAsLTEwLjQ4NjI1IC0xMy4zNDM3NSwtNy41NjUgLTEzLjM0Mzc1LC0xMi4xODc1IDAsLTIuNDgxMjUgMi40NywtMy4yMTg3NSA0LjUzMTI1LC0zLjIxODc1IDIuODA2MjUsMCA0LjkzMzc1LDAuNDYxMjUgNy4yODEyNSwxLjI1IGwgMC4wOTM3LC01LjY4NzUgYyAtMi40MDM3NSwtMC41MDc1IC00LjczNzUsLTEuMDkzNzUgLTguMzQzNzUsLTEuMDkzNzUgeiBtIDI2LjUsMCBjIC05LjIxODc1LDAgLTE0LjI4MTI1LDYuNjYxMjUgLTE0LjI4MTI1LDE1LjA2MjUgMCw4Ljg1MTI1IDQuODg1LDE1LjM0Mzc1IDE0LjU2MjUsMTUuMzQzNzUgMy4xNDg3NSwwIDUuNDIzNzUsLTAuMjkyNSA3LjY1NjI1LC0wLjk2ODc1IEwgMzcxLjQ2ODc1LDY5MiBjIC0xLjMxNjI1LDAuNTYzNzUgLTMuNjk3NSwxLjM0Mzc1IC01Ljg3NSwxLjM0Mzc1IC01LjM4MTI1LDAgLTcuOTY4NzUsLTQuMTEyNSAtNy45Njg3NSwtOS40Njg3NSAwLC01LjQ2ODc1IDMuMDI2MjUsLTkuMTg3NSA3Ljc4MTI1LC05LjE4NzUgMi4zNDYyNSwwIDMuODQ1LDAuNDQyNSA1LjIxODc1LDEuMDYyNSBsIDAuNjg3NSwtNS45Njg3NSBjIC0yLjEyLC0wLjYyIC00LjM0NSwtMC45Njg3NSAtNy40Mzc1LC0wLjk2ODc1IHogbSAyNC4yMTg3NSwwIGMgLTguNzAzNzUsMCAtMTUuNDA2MjUsNS44MjEyNSAtMTUuNDA2MjUsMTUuNDA2MjUgMCw4LjM0NSA1LjY3MjUsMTUgMTUuNDA2MjUsMTUgOS43OTI1LDAgMTUuNDY4NzUsLTYuNjU1IDE1LjQ2ODc1LC0xNSAwLC05LjU4NSAtNi43MDc1LC0xNS40MDYyNSAtMTUuNDY4NzUsLTE1LjQwNjI1IHogbSAxNS4zNzUsMCBjIC0xLjMxNSwwIC0yLjM0Mzc1LDEuMDIgLTIuMzQzNzUsMi4yODEyNSAwLDEuMjc1IDEuMDI4NzUsMi4zMTI1IDIuMzQzNzUsMi4zMTI1IDEuMzEzNzUsMCAyLjM3NSwtMS4wMzc1IDIuMzc1LC0yLjMxMjUgMCwtMS4yNjEyNSAtMS4wNDI1LC0yLjI4MTI1IC0yLjM0Mzc1LC0yLjI4MTI1IGwgLTAuMDMxMiwwIHogTSAzMTguODc1LDY2OS4wOTM3NSAzMDQuMjE4NzUsNzA5IGwgNy4wMzEyNSwwIDE1LjQwNjI1LC0zOS45MDYyNSAtNy43ODEyNSwwIHogbSA4NC41OTM3NSwwLjI4MTI1IGMgMC45NywwIDEuNjU2MjUsMC43NjI1IDEuNjU2MjUsMS43MTg3NSAwLDAuOTU3NSAtMC43LDEuNzYyNSAtMS42NTYyNSwxLjc1IC0wLjk1NzUsMCAtMS42NTYyNSwtMC43NzUgLTEuNjU2MjUsLTEuNzE4NzUgMCwtMC45NyAwLjcyNjI1LC0xLjc1IDEuNjU2MjUsLTEuNzUgeiBtIDAsMC42MjUgYyAtMC40Mzg3NSwwIC0wLjc5LDAuMDY3NSAtMC45Mzc1LDAuMDkzNyBsIDAsMi4wOTM3NSAwLjY1NjI1LDAgMCwtMC43ODEyNSAwLjIxODc1LDAgYyAwLjIxMjUsMCAwLjMwMzc1LDAuMTMxMjUgMC4zNDM3NSwwLjM0Mzc1IDAuMDQsMC4xODYyNSAwLjA5MDEsMC4zNTg3IDAuMTU2MjUsMC40Mzc1IGwgMC43MTg3NSwwIGMgLTAuMDQsLTAuMDc4OCAtMC4wNTg4LC0wLjE5NSAtMC4xMjUsLTAuNSAtMC4wNjYzLC0wLjMwNjI1IC0wLjE5ODc1LC0wLjQ2NTA1IC0wLjQzNzUsLTAuNTMxMjUgbCAwLC0wLjAzMTIgYyAwLjI5MTI1LC0wLjA4IDAuNDY4NzUsLTAuMjg4NzUgMC40Njg3NSwtMC41IDAsLTAuMjEyNSAtMC4wODYzLC0wLjM0NSAtMC4yMTg3NSwtMC40Mzc1IC0wLjE2LC0wLjEwNjIgLTAuMzY1LC0wLjE4NzUgLTAuODQzNzUsLTAuMTg3NSB6IG0gLTAuMjUsMC40Njg3NSBjIDAuMDUyNSwwIDAuMTM4NzUsMCAwLjIxODc1LDAgMC4yMjYyNSwwIDAuMzc1LDAuMDc2MiAwLjM3NSwwLjI1IDAsMC4xNDYyNSAtMC4xNjc1LDAuMjUgLTAuNDA2MjUsMC4yNSBsIC0wLjE4NzUsMCAwLC0wLjUgeiBtIC0xNS4xMjUsNC4yMTg3NSBjIDUuMDM4NzUsMCA3LjQzNzUsNC4xNzEyNSA3LjQzNzUsOC42MjUgMCw0Ljg1IC0xLjU0LDEwLjAzMTI1IC03LjQzNzUsMTAuMDMxMjUgLTUuODQsMCAtNy4zNzUsLTUuMjM3NSAtNy4zNzUsLTEwLjAzMTI1IDAsLTQuMzQxMjUgMi4zOTI1LC04LjYyNSA3LjM3NSwtOC42MjUgeiIgaWQ9InBhdGgzMDYxIiBzdHlsZT0iZmlsbDojMGQ4YWQ1O2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpub256ZXJvO3N0cm9rZTpub25lIi8+CiAgICA8cGF0aCBkPSJtIDI5NC44MzE2OCw2NjguMzg0MjYgYyAzLjI1Mzc1LDMuMjkzNzUgNi40OTUsNy4zMDg3NSA4Ljg0Mzc1LDEyLjAxNjI1IDIuMTAyNSw0LjIxNSAzLjE2NSw4LjMyMTI1IDMuOTI2MjUsMTIuNDU2MjUgMC4wMywwLjE0NSAwLjEyODc1LDAuMTM1IDAuMTgyNSwwLjAyMTMgMi43OTc1LC00Ljg4NzUgNC41MDg3NSwtMTEuNTQxMjUgMi4wMDYyNSwtMTYuNTU2MjUgLTIuNjIzNzUsLTUuMjYgLTguOTMxMjUsLTcuNjgyNSAtMTQuODUyNSwtOC4xNjg3NSAtMC4yMDc1LC0wLjAwOSAtMC4yNDM3NSwwLjEgLTAuMTA2MjUsMC4yMzEyNSIgaWQ9InBhdGgzMDg5IiBzdHlsZT0iZmlsbDojNTBiNzM3O2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpub256ZXJvO3N0cm9rZTpub25lIi8+CiAgICA8cGF0aCBkPSJtIDMwNS45MDYyNSw2NDEuNDM3NSAwLDQuMzQzNzUgLTAuMDMxMiwwIGMgLTAuMzMsLTAuNTg2MjUgLTEuMDc2MjUsLTEuMDkzNzUgLTIuMTg3NSwtMS4wOTM3NSAtMS43NzEyNSwtMTBlLTQgLTMuMjYzOCwxLjQ4ODc1IC0zLjI1LDMuOTA2MjUgLTAuMDAyLDIuMjA4NzUgMS4zMzc1LDMuNjg2NSAzLjA5Mzc1LDMuNjg3NSAxLjE4NzUsMTBlLTQgMi4wOTM3NSwtMC42Mjc1IDIuNSwtMS40Mzc1IGwgMC4wMzEyLDAgMC4wMzEyLDEuMjgxMjUgMS4xODc1LDAgYyAtMC4wNDM3LC0wLjQ5NjI1IC0wLjAzMTIsLTEuMjMgLTAuMDMxMiwtMS44NzUgbCAwLC04LjgxMjUgLTEuMzQzNzUsMCB6IG0gMTEsMC4wMzEyIDAsMTAuNjU2MjUgMS4zMTI1LDAgMC4wMzEyLC00LjM3NSBjIDAsLTAuMjU1IC0wLjAxMTIsLTAuNDc2MjUgMC4wNjI1LC0wLjY1NjI1IDAuMjQxMjUsLTAuNzIxMjUgMC45MjUsLTEuMzEzNSAxLjc4MTI1LC0xLjMxMjUgMS4yNDYyNSwxMGUtNCAxLjY4ODUsMC45ODM3NSAxLjY4NzUsMi4xNTYyNSBsIDAsNC4xODc1IDEuMzEyNSwwIDAsLTQuMzEyNSBjIDEwZS00LC0yLjUwODc1IC0xLjU1NSwtMy4xMjQgLTIuNTMxMjUsLTMuMTI1IC0wLjQ5NjI1LDAgLTAuOTUyNSwwLjE1IC0xLjM0Mzc1LDAuMzc1IC0wLjQwNSwwLjIyNSAtMC43Mjc1LDAuNTYxMjUgLTAuOTM3NSwwLjkzNzUgbCAtMC4wMzEyLDAgMCwtNC41MzEyNSAtMS4zNDM3NSwwIHogbSAtMzYuNjI1LDAuNDA2MjUgYyAtMy4zOTUsLTAuMDAzIC01LjQ1MTI1LDIuMjAxMjUgLTUuNDY4NzUsNS4yMTg3NSAwLDEuNTc3NSAwLjUzNjI1LDIuOTA4NzUgMS40MDYyNSwzLjc1IDAuOTkxMjUsMC45NDc1IDIuMjUsMS4zNDI3NSAzLjc4MTI1LDEuMzQzNzUgMS4zNjc1LDAgMi41NCwtMC4zMjEyNSAzLjEyNSwtMC41MzEyNSBsIDAsLTQuODc1IC0zLjM0Mzc1LDAgMCwxLjAzMTI1IDIuMDYyNSwwLjAzMTIgMCwzIGMgLTAuMywwLjE1IC0wLjg5Mzc1LDAuMjgyMjUgLTEuNzUsMC4yODEyNSAtMi4zNTg3NSwtMTBlLTQgLTMuOTA3MjUsLTEuNTI2MjUgLTMuOTA2MjUsLTQuMDkzNzUgMC4wMDIsLTIuNTM4NzUgMS42LC00LjA2NDUgNC4wNjI1LC00LjA2MjUgMS4wMjEyNSwwIDEuNzEsMC4xOTYyNSAyLjI1LDAuNDM3NSBsIDAuMzEyNSwtMS4wNjI1IGMgLTAuNDM1LC0wLjIxMTI1IC0xLjM2LC0wLjQ2ODc1IC0yLjUzMTI1LC0wLjQ2ODc1IHogbSA0NC43NSwwLjI1IDAsMS4zMTI1IDEuMzEyNSwwIDAsLTEuMzEyNSAtMS4zMTI1LDAgeiBtIC0xMi41NjI1LDEuMzc1IDAsMS4zNDM3NSAtMS4xMjUsMCAwLDEgMS4xMjUsMCAwLDMuOTY4NzUgYyAwLDAuODU2MjUgMC4xMjUsMS41MTM3NSAwLjUsMS45MDYyNSAwLjMxNSwwLjM2IDAuODIxMjUsMC41NjI1IDEuNDM3NSwwLjU2MjUgMC41MSwxMGUtNCAwLjkwMTI1LC0wLjA4MjUgMS4xNTYyNSwtMC4xODc1IGwgLTAuMDYyNSwtMSBjIC0wLjE5NSwwLjA2IC0wLjM5LDAuMDkzNyAtMC43NSwwLjA5MzcgLTAuNzM2MjUsMCAtMS4wMDEsLTAuNTA1IC0xLC0xLjQwNjI1IGwgMCwtMy45Mzc1IDEuOTA2MjUsMCAwLC0xIC0xLjkwNjI1LDAgMCwtMS4zMTI1IC0xLjI4MTI1LC0wLjAzMTIgeiBNIDI4OCw2NDQuNjU2MjUgYyAtMi4wMTEyNSwtMTBlLTQgLTMuNTkyNzUsMS40NDEyNSAtMy41OTM3NSwzLjg3NSAtMTBlLTQsMi4yOTc1IDEuNTAxMjUsMy43MTc3NSAzLjQ2ODc1LDMuNzE4NzUgMS43NTc1LDAuMDAzIDMuNjI0LC0xLjE1NjI1IDMuNjI1LC0zLjg0Mzc1IDEwZS00LC0yLjIyMjUgLTEuNDExMjUsLTMuNzQ5IC0zLjUsLTMuNzUgeiBtIDguMDMxMjUsMCBjIC0yLjAxMjUsLTEwZS00IC0zLjYyMiwxLjQ0MTI1IC0zLjYyNSwzLjg3NSAtMTBlLTQsMi4yOTc1IDEuNTMyNSwzLjc0OCAzLjUsMy43NSAxLjc1NjI1LDEwZS00IDMuNjIzLC0xLjE4NzUgMy42MjUsLTMuODc1IDEwZS00LC0yLjIyMjUgLTEuNDEzNzUsLTMuNzQ5IC0zLjUsLTMuNzUgeiBtIDM1LjkwNjI1LDAuMDMxMiBjIC0xLjIwMjUsLTEwZS00IC0yLjA0NSwwLjY4Mzc1IC0yLjQwNjI1LDEuMzc1IGwgLTAuMDMxMiwwIC0wLjA2MjUsLTEuMTg3NSAtMS4xODc1LC0wLjAzMTIgYyAwLjA0MzgsMC42MDEyNSAwLjA2MzUsMS4yMTc1IDAuMDYyNSwxLjk2ODc1IGwgMCw1LjMxMjUgMS4zMTI1LDAgMCwtNC4zNzUgYyAwLC0wLjIyNjI1IDAuMDMzNywtMC40Mjg3NSAwLjA5MzcsLTAuNTkzNzUgMC4yMjUsLTAuNzM3NSAwLjkxLC0xLjM3NiAxLjc4MTI1LC0xLjM3NSAxLjI0NjI1LDEwZS00IDEuNjg4NSwwLjk4Mzc1IDEuNjg3NSwyLjE1NjI1IGwgMCw0LjE4NzUgMS4zMTI1LDAgMCwtNC4zNDM3NSBjIDAuMDAyLC0yLjQ5Mzc1IC0xLjU1NzUsLTMuMDkyNzUgLTIuNTYyNSwtMy4wOTM3NSB6IG0gNy4yNSwwIGMgLTEuNjY3NSwwIC0zLjI3OTI1LDEuNDEyNSAtMy4yODEyNSwzLjg3NSAwLDIuMDEyNSAxLjI5MjUsMy41MzAyNSAzLjA5Mzc1LDMuNTMxMjUgMS4xMjYyNSwwIDEuOTA1LC0wLjU0MjUgMi4zMTI1LC0xLjIxODc1IGwgMC4wMzEyLDAgMCwwLjgxMjUgYyAtMC4wMDEsMS44MzI1IC0wLjk5MjUsMi41NjQ1IC0yLjM0Mzc1LDIuNTYyNSAtMC45MDEyNSwwIC0xLjY3NSwtMC4yOTI1IC0yLjE1NjI1LC0wLjU5Mzc1IGwgLTAuMzEyNSwxIGMgMC41ODUsMC4zOTEyNSAxLjUzNSwwLjYyNCAyLjQwNjI1LDAuNjI1IDAuOTE1LDEwZS00IDEuOTUsLTAuMjE1IDIuNjU2MjUsLTAuODc1IDAuNzA3NSwtMC42MzEyNSAxLjAzMDI1LC0xLjY0NjI1IDEuMDMxMjUsLTMuMzEyNSBsIDAsLTQuMjE4NzUgYyAwLC0wLjg4NjI1IDAuMDMyNSwtMS40NzUgMC4wNjI1LC0yIGwgLTEuMTU2MjUsMCAtMC4wNjI1LDEuMDkzNzUgLTAuMDMxMiwwIGMgLTAuMzEzNzUsLTAuNjAxMjUgLTAuOTg4NzUsLTEuMjgwMjUgLTIuMjUsLTEuMjgxMjUgeiBtIDcuNjI1LDAuMDMxMiBjIC0xLjU2MjUsLTEwZS00IC0yLjQ5OSwwLjk1Mzc1IC0yLjUsMi4xMjUgMCwwLjg3IDAuNTk4NzUsMS41OTYyNSAxLjkwNjI1LDIuMDYyNSAwLjk3NSwwLjM2MTI1IDEuMzQzNzUsMC43MTI1IDEuMzQzNzUsMS4zNDM3NSAwLDAuNjAxMjUgLTAuNDQ1LDEuMDYyNSAtMS40MDYyNSwxLjA2MjUgLTAuNjU4NzUsLTEwZS00IC0xLjM2LC0wLjI3NSAtMS43NSwtMC41MzEyNSBsIC0wLjMxMjUsMSBjIDAuNTEsMC4zIDEuMjMzNzUsMC41MzAyNSAyLjAzMTI1LDAuNTMxMjUgMS43MjYyNSwwIDIuNzE3NzUsLTAuOTExMjUgMi43MTg3NSwtMi4xODc1IDAsLTEuMDgxMjUgLTAuNjQ1LC0xLjczNjI1IC0xLjkwNjI1LC0yLjIxODc1IC0wLjk0NjI1LC0wLjM2MTI1IC0xLjM3NSwtMC42MTc1IC0xLjM3NSwtMS4yMTg3NSAxMGUtNCwtMC41NCAwLjQzNzUsLTEuMDAxIDEuMjE4NzUsLTEgMC42NzYyNSwxMGUtNCAxLjE4Mzc1LDAuMjU3NSAxLjQ2ODc1LDAuNDM3NSBsIDAuMzQzNzUsLTAuOTY4NzUgYyAtMC40MDUsLTAuMjQxMjUgLTEuMDQ1LC0wLjQzNjUgLTEuNzgxMjUsLTAuNDM3NSB6IG0gLTIxLjc4MTI1LDAuMTI1IDAsNy4yODEyNSAxLjMxMjUsMCAwLC03LjI4MTI1IC0xLjMxMjUsMCB6IG0gLTM3LjA2MjUsMC44MTI1IGMgMS41NjI1LDEwZS00IDIuMTg4NSwxLjU1IDIuMTg3NSwyLjc4MTI1IC0wLjAwMiwxLjYzNzUgLTAuOTU3NSwyLjg0NDc1IC0yLjIxODc1LDIuODQzNzUgLTEuMjkxMjUsMCAtMi4yMTg3NSwtMS4yMjEyNSAtMi4yMTg3NSwtMi44MTI1IDAuMDAyLC0xLjM4MjUgMC42ODg3NSwtMi44MTM1IDIuMjUsLTIuODEyNSB6IG0gOC4wMzEyNSwwIGMgMS41NjI1LDEwZS00IDIuMTU2MjUsMS41ODEyNSAyLjE1NjI1LDIuODEyNSAtMC4wMDIsMS42MzYyNSAtMC45MjYyNSwyLjgxMzUgLTIuMTg3NSwyLjgxMjUgLTEuMjkyNSwwIC0yLjIxOTc1LC0xLjIyIC0yLjIxODc1LC0yLjgxMjUgMTBlLTQsLTEuMzgxMjUgMC42ODg3NSwtMi44MTM1IDIuMjUsLTIuODEyNSB6IG0gNy45Mzc1LDAuMDYyNSBjIDAuOTkxMjUsMCAxLjcxMTI1LDAuNjkgMS45MDYyNSwxLjUzMTI1IDAuMDQ1LDAuMTY1IDAuMDYyNSwwLjM5NzUgMC4wNjI1LDAuNTYyNSBsIDAsMS4yNSBjIDAsMC4yMSAtMC4wMTYyLDAuMzgyNSAtMC4wNjI1LDAuNTYyNSAtMC4yNCwwLjk5MTI1IC0xLjA1LDEuNTk0NzUgLTEuOTM3NSwxLjU5Mzc1IC0xLjQyNSwtMTBlLTQgLTIuMTI2LC0xLjIxNjI1IC0yLjEyNSwtMi42ODc1IDEwZS00LC0xLjYwNzUgMC43OSwtMi44MTM1IDIuMTU2MjUsLTIuODEyNSB6IG0gMzUuNDY4NzUsMC4wMzEyIGMgMC45NiwxMGUtNCAxLjYwMzc1LDAuNjA4NzUgMS44NDM3NSwxLjM3NSAwLjA2MTIsMC4xOCAwLjA2MjUsMC40IDAuMDYyNSwwLjYyNSBsIDAsMS4yODEyNSBjIDAsMC4yMjUgLTAuMDIwMSwwLjQ5Mzc1IC0wLjA5MzcsMC43MTg3NSAtMC4yODc1LDAuODQxMjUgLTEuMDMyNSwxLjM0Mzc1IC0xLjg0Mzc1LDEuMzQzNzUgLTEuNDI2MjUsLTAuMDAxIC0yLjEyNywtMS4xNjc1IC0yLjEyNSwtMi41OTM3NSAwLC0xLjY4MjUgMC44OTM3NSwtMi43NSAyLjE1NjI1LC0yLjc1IHogbSA2LjAzMTI1LDguNSBjIC0wLjYxNjI1LC0wLjAwMSAtMS4yODYyNSwwLjE3NjI1IC0xLjc4MTI1LDAuNjU2MjUgLTAuNjE3NSwwLjU4NjI1IC0wLjg0Mjc1LDEuNTQxMjUgLTAuODQzNzUsMi41NjI1IGwgMCwwLjM0Mzc1IC0xLjAzMTI1LDAgMCwxIDEuMDMxMjUsMCAwLDYuMjUgMS4zMTI1LDAgMCwtNi4yNSAxLjc1LDAgMCwtMSAtMS43NSwwIDAsLTAuNDA2MjUgYyAwLC0xLjExMTI1IDAuMjgsLTIuMDk0NzUgMS40MDYyNSwtMi4wOTM3NSAwLjM3NjI1LDAgMC42NDg3NSwwLjA2NDkgMC44NDM3NSwwLjE1NjI1IGwgMC4xODc1LC0xIGMgLTAuMjUzNzUsLTAuMTA2MjUgLTAuNjYsLTAuMjE4NzUgLTEuMTI1LC0wLjIxODc1IHogbSAtMzYuMzc1LDMuMzc1IGMgLTIuMzcyNSwtMC4wMDEgLTMuOTA1MjUsMS42MDYyNSAtMy45MDYyNSwzLjg0Mzc1IC0xMGUtNCwyLjIyMzc1IDEuNDMxMjUsMy43NDkgMy42MjUsMy43NSAwLjk3NSwxMGUtNCAxLjc0ODc1LC0wLjI1NzUgMi4wOTM3NSwtMC40Mzc1IGwgLTAuMjUsLTEgYyAtMC4zNzYyNSwwLjE2NSAtMC44NzUsMC4zNzYgLTEuNjI1LDAuMzc1IC0xLjQ0MjUsMCAtMi41MDEsLTEuMDM3NSAtMi41LC0yLjcxODc1IDEwZS00LC0xLjUxNzUgMC44OTUsLTIuNzUxIDIuNTYyNSwtMi43NSAwLjcyLDAgMS4yMTYyNSwwLjE2MjUgMS41MzEyNSwwLjM0Mzc1IEwgMzEwLjkwNjI1LDY1OCBjIC0wLjM2LC0wLjE4IC0xLjA2MjUsLTAuMzc0IC0xLjg0Mzc1LC0wLjM3NSB6IG0gNi4xMjUsMCBjIC0yLjAxMTI1LC0wLjAwMyAtMy42MjQsMS40MSAtMy42MjUsMy44NDM3NSAtMTBlLTQsMi4yOTc1IDEuNTMyNSwzLjc0OSAzLjUsMy43NSAxLjc1ODc1LDEwZS00IDMuNjIzLC0xLjE4NzUgMy42MjUsLTMuODc1IDAuMDAyLC0yLjIyMjUgLTEuNDEyNSwtMy43MTg3NSAtMy41LC0zLjcxODc1IHogbSA4LjQwNjI1LDAgYyAtMS4yMDEyNSwwIC0xLjg3NSwwLjY1MjUgLTIuMjgxMjUsMS4zNDM3NSBsIC0wLjAzMTIsMCAtMC4wNjI1LC0xLjE4NzUgLTEuMTU2MjUsMCBjIDAuMDQ1LDAuNjAxMjUgMC4wNjM1LDEuMjE3NSAwLjA2MjUsMS45Njg3NSBsIDAsNS4zMTI1IDEuMjgxMjUsMCAwLC00LjQwNjI1IGMgMCwtMC4yMjUgMC4wMTg4LC0wLjQzMTI1IDAuMDkzNywtMC42MjUgMC4yMSwtMC42NjEyNSAwLjgyODc1LC0xLjMxMzUgMS42NTYyNSwtMS4zMTI1IDEuMDA1LDAgMS41MDIsMC44MTM3NSAxLjUsMS45Njg3NSBsIDAsNC4zNzUgMS4zMTI1LDAgMCwtNC41IGMgMCwtMC4yNCAwLjAzMzcsLTAuNDc1IDAuMDkzNywtMC42NTYyNSAwLjIyNSwtMC42NDUgMC44MTEyNSwtMS4xODg1IDEuNTYyNSwtMS4xODc1IDEuMDY2MjUsMTBlLTQgMS41OTQ3NSwwLjgyMTI1IDEuNTkzNzUsMi4yMTg3NSBsIC0wLjAzMTIsNC4xMjUgMS4zMTI1LDAgMCwtNC4yODEyNSBjIDEwZS00LC0yLjUyMjUgLTEuNDEzNzUsLTMuMTU2MjUgLTIuMzc1LC0zLjE1NjI1IC0wLjY5MTI1LC0wLjAwMSAtMS4xODg3NSwwLjE3IC0xLjYyNSwwLjUgLTAuMzAxMjUsMC4yMjUgLTAuNTg3NSwwLjU2Mzc1IC0wLjgxMjUsMC45Njg3NSBsIC0wLjAzMTIsMCBjIC0wLjMxNjMsLTAuODU2MSAtMS4wNzEzLC0xLjQ2NzYgLTIuMDYyNTUsLTEuNDY4NiB6IG0gMTEuNzE4NzUsMCBjIC0yLjExODc1LC0wLjAwMSAtMy40MDUyNSwxLjc0NSAtMy40MDYyNSwzLjkzNzUgLTEwZS00LDIuMTkzNzUgMS4zMjUsMy42NTMyNSAzLjU2MjUsMy42NTYyNSAxLjE1NzUsMCAxLjkzODc1LC0wLjIyNzUgMi40MDYyNSwtMC40Mzc1IGwgLTAuMjE4NzUsLTAuOTY4NzUgYyAtMC40OTYyNSwwLjIxIC0xLjA1MjUsMC4zNzYgLTIsMC4zNzUgLTEuMzIxMjUsMCAtMi40NzEyLC0wLjc0NSAtMi41LC0yLjUzMTI1IGwgNS4wOTM3NSwwLjAzMTIgYyAwLjAxNSwtMC4xMzUgMC4wNjI1LC0wLjM1NSAwLjA2MjUsLTAuNjI1IDEwZS00LC0xLjMzNzUgLTAuNjI3NSwtMy40MzY1IC0zLC0zLjQzNzUgeiBtIDE0LjgxMjUsMC4wMzEyIGMgLTAuNzUwNjUsMC4xMzAyMiAtMS4zNjY0MSwwLjcwODI4IC0xLjY1NjI1LDEuNTYyNSBsIC0wLjA2MjUsMCAtMC4wNjI1LC0xLjQwNjI1IC0xLjE1NjI1LDAgYyAwLjA0NjIsMC42NzYyNSAwLjA2MzUsMS4zOTM3NSAwLjA2MjUsMi4yNSBsIDAsNSAxLjMxMjUsMCAwLC0zLjg3NSBjIDAsLTAuMjI2MjUgMC4wMzI1LC0wLjQxMzc1IDAuMDYyNSwtMC41OTM3NSAwLjE4MTI1LC0wLjk5MTI1IDAuODUsLTEuNzE4NzUgMS43ODEyNSwtMS43MTg3NSAwLjE3ODc1LDAgMC4zMDM3NSwwLjAzMzggMC40Mzc1LDAuMDYyNSBsIDAsLTEuMjUgYyAtMC4xMiwtMC4wMzAxIC0wLjIyMzc1LC0wLjAzMTIgLTAuMzc1LC0wLjAzMTIgLTAuMTEwNzgsLTEuNmUtNCAtMC4yMzY1MSwtMC4wMTg2IC0wLjM0Mzc1LDAgeiBtIDQuNzUsMCBjIC0yLjAxMjUsLTAuMDAxIC0zLjYyMywxLjQxMTI1IC0zLjYyNSwzLjg0Mzc1IC0xMGUtNCwyLjI5ODc1IDEuNTMzNzUsMy43NDkgMy41LDMuNzUgMS43NTc1LDEwZS00IDMuNjIzLC0xLjE4NjI1IDMuNjI1LC0zLjg3NSAxMGUtNCwtMi4yMjI1IC0xLjQxMzc1LC0zLjcxNzc1IC0zLjUsLTMuNzE4NzUgeiBtIDguNDA2MjUsMCBDIDM2Mi4wOCw2NTcuNjU1IDM2MS40MDYyNSw2NTguMzA4NzUgMzYxLDY1OSBsIC0wLjAzMTIsMCAtMC4wNjI1LC0xLjE4NzUgLTEuMTU2MjUsMCBjIDAuMDQ1LDAuNjAxMjUgMC4wNjM1LDEuMjE3NSAwLjA2MjUsMS45Njg3NSBsIDAsNS4zMTI1IDEuMjgxMjUsMCAwLC00LjQwNjI1IGMgMCwtMC4yMjM3NSAwLjA1LC0wLjQzIDAuMTI1LC0wLjYyNSAwLjIxMTI1LC0wLjY2IDAuNzk4NzUsLTEuMzQzNzUgMS42MjUsLTEuMzQzNzUgMS4wMDYyNSwxMGUtNCAxLjUzMjI1LDAuODQzNzUgMS41MzEyNSwyIGwgLTAuMDMxMiw0LjM3NSAxLjMxMjUsMCAwLC00LjUgYyAwLC0wLjI0IDAuMDM1MSwtMC40NzUgMC4wOTM3LC0wLjY1NjI1IDAuMjI1LC0wLjY0NSAwLjgxLC0xLjE4NzUgMS41NjI1LC0xLjE4NzUgMS4wNjYyNSwxMGUtNCAxLjU5NDc1LDAuODIyNSAxLjU5Mzc1LDIuMjE4NzUgbCAwLDQuMTI1IDEuMjgxMjUsMCAwLC00LjI4MTI1IGMgMC4wMDIsLTIuNTIyNSAtMS40MTM3NSwtMy4xNTYyNSAtMi4zNzUsLTMuMTU2MjUgLTAuNjkxMjUsLTEwZS00IC0xLjE5LDAuMTcgLTEuNjI1LDAuNSAtMC4zMDI1LDAuMjI1IC0wLjU4NzUsMC41MzI1IC0wLjgxMjUsMC45Mzc1IGwgLTAuMDMxMiwwIGMgLTAuMzE1LC0wLjg1NSAtMS4wNzEyNSwtMS40MzY1IC0yLjA2MjUsLTEuNDM3NSB6IG0gLTI4LjA5Mzc1LDAuOTA2MjUgYyAxLjQ4NjI1LDEwZS00IDEuODU4NzUsMS4zMTUgMS44NDM3NSwyLjE1NjI1IGwgLTMuODQzNzUsMCBjIDAuMTA2MjUsLTAuOTE2MjUgMC42NjM3NSwtMi4xNTcyNSAyLC0yLjE1NjI1IHogbSAtMjAuMDMxMjUsMC4wMzEyIGMgMS41NjEyNSwwLjAwMSAyLjE1NzI1LDEuNTgxMjUgMi4xNTYyNSwyLjgxMjUgLTEwZS00LDEuNjM3NSAtMC45MjUsMi44MTU1IC0yLjE4NzUsMi44MTI1IC0xLjI5LDAgLTIuMjE5NzUsLTEuMTkgLTIuMjE4NzUsLTIuNzgxMjUgMTBlLTQsLTEuMzgyNSAwLjY4NzUsLTIuODQ0NzUgMi4yNSwtMi44NDM3NSB6IG0gMzkuNjg3NSwwLjAzMTIgYyAxLjU2MjUsMC4wMDEgMi4xNTgyNSwxLjU4MTI1IDIuMTU2MjUsMi44MTI1IC0xMGUtNCwxLjYzNjI1IC0wLjkyNjI1LDIuODEzNSAtMi4xODc1LDIuODEyNSAtMS4yOTEyNSwtMTBlLTQgLTIuMjE4NzUsLTEuMTkgLTIuMjE4NzUsLTIuNzgxMjUgMTBlLTQsLTEuMzgyNSAwLjY4NzUsLTIuODQ0NzUgMi4yNSwtMi44NDM3NSB6IiBpZD0icGF0aDMwOTMiIHN0eWxlPSJmaWxsOiMwZDhhZDU7ZmlsbC1vcGFjaXR5OjE7ZmlsbC1ydWxlOm5vbnplcm87c3Ryb2tlOm5vbmUiLz4KICA8L2c+Cjwvc3ZnPgo=);background-size:cover;position:absolute;bottom:50%;right:0;width:70%;height:60px;fill:#015697;z-index:1}.content-header{min-height:0;border-top:1px solid #ccc}.content-header .design-form{padding:1.5em 0 1em 0}.content-header .design-form .headline{margin-bottom:0}.content-header .design-form .headline .material-icons{padding-left:.5em;display:inline-block}.content-header .btn-group{padding-top:1.5em}.canvas-panel{padding:0}#designerHeader{background-color:#008cd2;color:#fff;padding:.5em 0}#designerHeader .oval-button{position:relative;top:5px;width:46px;height:46px;border:solid 1px #fff;border-radius:23px;text-align:center;z-index:1}#designerHeader .oval-button i{position:relative;width:48px;height:48px;font-size:46px;color:#fff;cursor:pointer}#designerHeader .design-form>div:first-child{display:flex;align-items:center}#designerHeader .design-form>div:first-child .design-title{display:flex}#designerHeader .design-form>div:first-child .design-title.ml-20{margin-left:20px}#designerHeader .design-form>div:first-child .design-title .inline-wrapper .headline.mui-textfield{display:flex;align-items:center}#designerHeader .design-form .action-container{margin-right:25px}#designerHeader .design-form input,#designerHeader .design-form span{position:relative;top:10px;left:-10px;color:#fff;border:none}#designerHeader .design-form{padding:0}#designerHeader .design-form h2{margin:0}#designerHeader .design-form .subtext i.material-icons{display:inline-block;padding:5px}#designerHeader .design-form .dropdown-menu>.menu-button{padding:0}#designerHeader .design-form .dropdown-menu ul{top:37px;padding:.5em 0;z-index:9999999}#designerHeader .design-form .dropdown-menu ul:before{right:89%}#designerHeader .design-form .dropdown-menu ul li{color:rgba(0,0,0,.87)}#designerHeader .design-form .dropdown-menu ul li h3{padding:0 10px;margin:0;font-size:1.2em;font-weight:bold}#designerHeader .design-form .dropdown-menu ul li div{border:0px;border-top:1px solid #eee;color:#474747;padding:10px;margin:0;font-size:.8em}#designerHeader .design-form .dropdown-menu ul li div.highlight{color:#008cd2}#designerHeader .design-form .dropdown-menu ul li p{padding:0 10px;margin:0;font-size:.6em}#designerHeader .design-form .dropdown-menu ul li hr{margin:.5em 0}#designerHeader .design-form .editing{color:#fff}#designerHeader .btn-group{padding:0}#designerHeader .btn-group .mui-btn{margin-left:1em;padding-top:.1em}#designerHeader .btn-group .mui-btn i{position:absolute;right:10%;top:0%}#designerHeader .btn-group .dropdown-menu>.menu-button{padding:0}#designerHeader .btn-group .dropdown-menu ul{top:50px;padding:.5em 0}#designerHeader .btn-group .dropdown-menu ul:before{right:20%}#designerHeader .btn-group .dropdown-menu ul li{color:rgba(0,0,0,.87)}#designerHeader .btn-group .dropdown-menu ul li a{cursor:pointer;padding:0 .8em;font-size:.8em}#designerHeader .btn-group .dropdown-menu ul li hr{margin:.5em 0}.exceed-items-number-warning{color:red;padding-left:5px}.normal-items-number-info{color:rgba(0,0,0,.8);padding-left:5px}#PageOptions{position:absolute;box-sizing:border-box;height:calc(100% - 83px);width:500px;margin:0;padding:0;transform:translate(-500px);background-color:#fff;border-right:1px solid #eee;transition:.5s ease-in-out;z-index:5}#PageOptions .page-options-container{box-sizing:border-box;position:relative;height:100%;width:100%;margin:0}#PageOptions .page-options-container .inner{box-sizing:border-box;position:relative;height:100%;width:100%;max-height:calc(100vh - 140px)}#PageOptions .page-options-container .inner .backgrounds-inner .alert-modal .modal-body .modal-content .confirm-buttons .confirm-button{color:#008cd2;border:none;border-radius:6px;border-style:solid;font-weight:400;height:45px}#PageOptions .page-options-container .page-options-header{position:relative;height:65px;background-color:#008cd2}#PageOptions .page-options-container .page-options-header .page-options-title{position:absolute;left:25px;font-size:1.5em;color:#fff;top:17px;text-transform:uppercase}#PageOptions .page-options-container .page-options-header .add-page{position:absolute;top:4px;left:195px;background-color:rgba(0,0,0,0);box-shadow:none;color:#fff;border:2px solid #bbdefb;padding:0 22px;height:45px}#PageOptions .page-options-container .page-options-header .add-page:hover{background-color:rgba(0,0,0,0);box-shadow:none;color:#fff}#PageOptions .page-options-container .page-options-header .open-drawer{position:absolute;top:76px;right:-115px;opacity:1;transition:.5s ease-in-out}#PageOptions .page-options-container .page-options-header .open-drawer button{transform:rotate(-90deg);width:200px;background-color:#008cd2}#PageOptions .page-options-container .page-options-header .open-drawer button span{transform:scale(1.4) translateX(0px) translateY(0px);padding-right:5px}#PageOptions .page-options-container .page-options-header .open-drawer.hidden{transform:translate(0px);opacity:0;display:none}#PageOptions .page-options-container .page-options-header .close-drawer{position:absolute;top:10px;right:0px}#PageOptions .page-options-container .page-options-header .close-drawer button,#PageOptions .page-options-container .page-options-header .close-drawer button:hover{background-color:rgba(0,0,0,0);border:none;box-shadow:none}#PageOptions .page-options-container .page-options-header .close-drawer button i,#PageOptions .page-options-container .page-options-header .close-drawer button:hover i{color:#fff;font-size:2em}#PageOptions .page-options-container .page-options-content{max-height:calc(100% - 65px)}#PageOptions .page-options-container .page-options-content .page-item-header .pointer .source-title{padding-right:5px}#PageOptions .page-options-container .page-options-content .page-item-header .pointer .source-menu-name{padding-right:15px;color:#2196f3}#PageOptions .hidden{transform:translate(0px);opacity:0;display:none}#PageOptions.open{transform:translate(0px)}#PageOptions.open .page-options-container .open-drawer{opacity:0}.page-item-header{color:rgba(0,0,0,.54);border-bottom:1px solid #eee}.page-item-header p{font-size:14px;margin-top:14px;margin-left:5px}.page-item-header p.indicator{color:#c02437}.page-item-header span.pointer{display:flex;height:46px}.page-item-header span.pointer div.header-shape{display:flex;width:55px}.page-item-header span.pointer div.header-shape .header-shape-1{width:33px;position:relative;background-color:#008cd2;color:#fff;font-size:18px;font-weight:bold;display:flex;align-items:center;justify-content:center}.page-item-header span.pointer div.header-shape .header-shape-2{width:0;height:0;border-left:12px solid rgba(0,0,0,0);border-right:12px solid rgba(0,0,0,0);border-top:46px solid #008cd2;position:absolute;left:21px}.page-item-header span.pointer div.header-title{width:100%;display:flex;justify-content:space-between;align-items:center}.page-item-header span.pointer div.header-title>div:first-child{font-size:18px;font-weight:bold;color:rgba(0,0,0,.64)}.backgrounds-inner{padding:0 5px 0 5px;border-bottom:1px solid #eee;max-height:500px;overflow-y:auto;overflow-x:hidden}.backgrounds-inner .content{position:relative;width:460px;padding:10px}.content-inner{padding:0;border-bottom:1px solid #eee;max-height:500px;overflow-y:auto;overflow-x:hidden}.content-inner .question{color:rgba(0,0,0,.6);padding-top:5px;padding-left:10px;padding-bottom:10px;border-bottom:1px solid #eee}.content-inner .sub-item-header{padding-left:5px}.content-inner .content{position:relative;background-color:#fcf9f9}.content-inner .content .item-number-warning-hidden{display:none}.content-inner .content .arrow-up{width:0;height:0;border-style:solid;border-width:0 12px 15px 12px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) #c12f2f rgba(0,0,0,0);margin-top:-10px;margin-right:25px}.content-inner .content .item-number-warning{background-color:#c12f2f;color:#fff;padding:15px 15px 15px 25px}.content-inner .content .item-number-warning .accept-items-lose{padding-right:15px;cursor:pointer}.content-inner .content .design-template-item{border-bottom:1px solid #eee;padding:15px 15px 15px 25px}.content-inner .content .design-template-item p{font-size:14px;color:rgba(0,0,0,.54);padding:0;margin:0}.content-inner .content .design-template-item .dropdown{position:relative;top:5px;font-size:13px}.content-inner .content .design-template-item .downarrow{position:relative;height:0;width:0;top:10px;border:5px solid rgba(0,0,0,0);border-top-color:#008cd2}.sub-item-header{color:rgba(0,0,0,.54);border-bottom:1px solid #eee}.sub-item-header i{position:relative;font-size:20px;top:7px;color:#008cd2;cursor:pointer}.sub-item-header h4{margin-left:5px;font-size:16px}.sub-item-header p{font-size:14px;margin-top:14px;margin-left:5px}.sub-item-header p.indicator{color:#c02437}.sub-item-header .dropdown{position:relative;top:11px;right:5px;font-size:14px}.sub-item-header .downarrow{position:relative;height:0;width:0;right:8px;top:18px;border:6px solid rgba(0,0,0,0);border-top-color:#008cd2}.design-layouts{display:flex;flex-wrap:wrap;align-content:flex-start;justify-content:center;padding:10px 0px;border-bottom:1px solid #eee;overflow-x:hidden;overflow-y:auto;max-height:500px}.design-layouts .control-gradients .mui-panel{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.2)}.design-layouts .control-gradients .mui-panel.theme-indicator{height:198px;width:165px}.design-layouts .control-gradients .mui-panel.theme-indicator .theme-indicator-footer{text-align:left}.design-layouts .control-gradients .mui-panel.theme-indicator .theme-indicator-footer .title-container{max-width:110px}.design-layouts .control-gradients .mui-panel.theme-indicator .theme-indicator-footer .title-container>div{font-size:16px}.design-layouts .control-gradients .mui-panel.theme-indicator .theme-indicator-footer .title-container>p{font-size:12px}.design-layouts .control-gradients .mui-panel.theme-indicator .theme-indicator-footer .selector .select-button{width:24px;height:24px}.design-layouts .control-gradients .mui-panel.theme-indicator .theme-indicator-footer .selector .select-button>i{width:24px;height:24px}.design-layouts .alert-modal.confirm .modal.open .modal-body,.backgrounds-inner .alert-modal.confirm .modal.open .modal-body{margin:45% auto;min-height:unset;width:380px}.design-layouts .alert-modal.confirm .modal.open .modal-body .modal-content .confirm-wrapper .confirm-content,.backgrounds-inner .alert-modal.confirm .modal.open .modal-body .modal-content .confirm-wrapper .confirm-content{min-height:unset}.design-layouts .alert-modal.success .modalclose.open .modalclose-body-show-default,.backgrounds-inner .alert-modal.success .modalclose.open .modalclose-body-show-default{margin:50% auto}#ManagePages{position:absolute;box-sizing:border-box;height:calc(100% - 83px);width:500px;margin:0;padding:0;transform:translate(-500px);background-color:#fff;border-right:1px solid #eee;transition:.5s ease-in-out}#ManagePages .page-options-container{box-sizing:border-box;position:relative;height:100%;width:100%;margin:0}#ManagePages .page-options-container .page-options-header{position:relative;height:65px;background-color:#008cd2}#ManagePages .page-options-container .page-options-header .page-options-title{position:absolute;left:25px;font-size:1.5em;color:#fff;top:17px;text-transform:uppercase}#ManagePages .page-options-container .page-options-header .add-page{position:absolute;top:4px;left:195px;background-color:rgba(0,0,0,0);box-shadow:none;color:#fff;border:2px solid #bbdefb;padding:0 22px;height:45px}#ManagePages .page-options-container .page-options-header .add-page:hover{background-color:rgba(0,0,0,0);box-shadow:none;color:#fff}#ManagePages .page-options-container .page-options-header .open-drawer{position:absolute;top:300px;right:-115px;opacity:1;transition:.5s ease-in-out}#ManagePages .page-options-container .page-options-header .open-drawer button{transform:rotate(-90deg);width:200px;background-color:#008cd2}#ManagePages .page-options-container .page-options-header .open-drawer button span{transform:scale(1.4) translateX(0px) translateY(0px);padding-right:5px}#ManagePages .page-options-container .page-options-header .open-drawer.hidden{transform:translate(0px);opacity:0;display:none}#ManagePages .page-options-container .page-options-header .close-drawer{position:absolute;top:10px;right:0px}#ManagePages .page-options-container .page-options-header .close-drawer button,#ManagePages .page-options-container .page-options-header .close-drawer button:hover{background-color:rgba(0,0,0,0);border:none;box-shadow:none}#ManagePages .page-options-container .page-options-header .close-drawer button i,#ManagePages .page-options-container .page-options-header .close-drawer button:hover i{color:#fff;font-size:2em}#ManagePages .page-options-container .page-options-content{max-height:calc(100% - 65px)}#ManagePages .page-options-container .page-options-content .canvas-pages{margin:15px}#ManagePages .page-options-container .page-options-content .canvas-pages .add-a-page-btn{padding-left:20px;padding-right:10px}#ManagePages .page-options-container .page-options-content .canvas-pages .page-indicator{position:relative;float:left;top:8px;width:8%;height:50px;color:rgba(0,0,0,.38);opacity:.5;font-size:30px;font-weight:600;font-style:italic;font-stretch:normal;line-height:normal;letter-spacing:normal;text-align:center}#ManagePages .page-options-container .page-options-content .canvas-pages .page{float:left;width:90%;height:50px;margin-bottom:10px;border:1px solid #eee}#ManagePages .page-options-container .page-options-content .canvas-pages .page:hover{background-color:rgba(0,0,0,0);box-shadow:none;border:2px solid #008cd2}#ManagePages .page-options-container .page-options-content .canvas-pages .selected-page{background-color:rgba(0,50.6,77.6,.12);float:left;width:90%;height:50px;margin-bottom:10px;border:1px solid #eee}#ManagePages .page-options-container .page-options-content .canvas-pages .selected-page:hover{background-color:rgba(0,0,0,0);box-shadow:none;border:2px solid #008cd2}#ManagePages .page-options-container .page-options-content .canvas-pages .thumbnail{float:left;width:50px;margin:0;height:100%;background-color:#000;background-size:contain;background-repeat:no-repeat}#ManagePages .page-options-container .page-options-content .canvas-pages .content{float:left;position:relative;left:10px;width:200px}#ManagePages .page-options-container .page-options-content .canvas-pages .content h5{margin:3px 0 0 0}#ManagePages .page-options-container .page-options-content .canvas-pages .content p{color:rgba(0,0,0,.54);font-size:12px}#ManagePages .page-options-container .page-options-content .canvas-pages .actions{display:flex;justify-content:flex-end;align-items:center;height:52px}#ManagePages .page-options-container .page-options-content .canvas-pages .actions .button{display:flex;height:52px;color:#008cd2;margin-right:10px;cursor:pointer}#ManagePages .page-options-container .page-options-content .canvas-pages .actions .button>div:first-child{display:flex;align-items:flex-start}#ManagePages .page-options-container .page-options-content .canvas-pages .actions .button>div:last-child{display:flex;align-items:flex-end}#ManagePages .page-options-container .page-options-content .canvas-pages .actions .button i.material-icons{font-size:20px}#ManagePages .page-options-container .page-options-content .canvas-pages .actions>.button:last-child{width:40px}#ManagePages .page-options-container .page-options-content .canvas-pages .actions .button.swap-down{justify-content:flex-end}#ManagePages.open{transform:translate(0px)}#ManagePages.open .page-options-container .open-drawer{opacity:0}.product-card{margin:1% auto;padding:0px;border:0px;border-radius:0px;width:800px;max-width:100%;max-height:100%;overflow:auto}.product-card #productInfoDiv .productInfoContainer h2{margin:0px}.product-card #productInfoDiv .productInfoContainer div.wrapper.container-fluid div.rowOverride.row{padding:0px}.product-card #productInfoDiv .productInfoContainer .header{background-color:#1074ab;height:115px}.product-card #productInfoDiv .productInfoContainer .header .bottomTextContainer{height:115px}.product-card #productInfoDiv .productInfoContainer .header .bottomTextContainer .rowOverride .title_Display{padding:25px 0px 13px 5px}.product-card #productInfoDiv .productInfoContainer .header .bottomTextContainer .rowOverride .title_Display .title-style{font-size:22px;font-weight:600;line-height:normal;font-family:MyriadPro,sans-serif}.product-card #productInfoDiv .productInfoContainer .header .bottomTextContainer .rowOverride .bottomText{padding-left:3px}.product-card #productInfoDiv .productInfoContainer .header .bottomTextContainer .rowOverride .bottomText .nav>li>a{padding:15px 17px 12px 18px}.product-card #productInfoDiv .productInfoContainer .header .bottomTextContainer .rowOverride .bottomText .nav-tabs{border-bottom:0px}.product-card #productInfoDiv .productInfoContainer .header .bottomTextContainer .rowOverride .bottomText .nav-tabs>li.active:after{width:0;height:0;position:absolute;content:"";display:block;border-left:24px solid rgba(0,0,0,0);border-right:24px solid rgba(0,0,0,0);left:50%;top:37px;margin-left:-24px;border-bottom:24px solid #fff}.product-card #productInfoDiv .productInfoContainer .header .bottomTextContainer .rowOverride .bottomText .navigation{height:50px}.product-card #productInfoDiv .productInfoContainer .header .bottomTextContainer .rowOverride .bottomText .navigation .navigationText{font-family:inherit;font-size:18px;font-weight:600;line-height:normal}.product-card #productInfoDiv .productInfoContainer .leftPanel{padding:0px;width:390px}.product-card #productInfoDiv .productInfoContainer .leftPanel .row{margin:0px}.product-card #productInfoDiv .productInfoContainer .leftPanel .label{padding:14px 15px 0px 13px;font-family:MyriadPro,sans-serif}.product-card #productInfoDiv .productInfoContainer .leftPanel .label .col-xs-5{padding:0px}.product-card #productInfoDiv .productInfoContainer .leftPanel .label .pic_current_price_label,.product-card #productInfoDiv .productInfoContainer .leftPanel .label .pic_current_price{font-family:inherit;font-weight:600;line-height:normal;color:#6a737b;white-space:normal}.product-card #productInfoDiv .productInfoContainer .leftPanel .label .pic_current_price{text-transform:uppercase}.product-card #productInfoDiv .productInfoContainer .leftPanel .label .col-md-12{padding:0px}.product-card #productInfoDiv .productInfoContainer .leftPanel .label .col-md-12 .features-benefits{font-family:inherit;font-size:13px;font-weight:600;line-height:normal;color:#6a737b;padding:40px 0px 0px 0px}@media(min-width: 768px){.product-card #productInfoDiv .productInfoContainer .rightPanel{max-height:595px}}.product-card #productInfoDiv .productInfoContainer .rightPanel{overflow-y:auto;margin-top:16px;margin-bottom:19px;padding:0px 15px 0px 25px}.product-card #productInfoDiv .productInfoContainer .rightPanel .product-info-table-wrapper{font-family:MyriadPro,sans-serif;padding-top:30px;width:350px}.product-card #productInfoDiv .productInfoContainer .rightPanel .product-info-table-wrapper .table-condensed>tbody>tr>td>span{border-bottom:solid 1px rgba(0,0,0,.16);margin:0px 6px;font-size:14px}.product-card #productInfoDiv .productInfoContainer .rightPanel .product-info-table-wrapper .table-condensed>tbody>tr{padding:0px;display:flex;align-items:center;justify-content:left}.product-card #productInfoDiv .productInfoContainer .rightPanel .product-info-table-wrapper .table-condensed>tbody>tr:last-child{border-bottom:0px;display:flex;align-items:center;justify-content:flex-end}.product-card #productInfoDiv .productInfoContainer .rightPanel .product-info-table-wrapper .table-condensed>tbody>tr:last-child td{height:55px}.product-card #productInfoDiv .productInfoContainer .rightPanel .product-info-table-wrapper .product-info-table{border-spacing:0px;line-height:normal;margin:0px}.product-card #productInfoDiv .productInfoContainer .rightPanel .product-info-table-wrapper .product-info-table tbody tr td{border:0px;padding:5px;height:31px}.product-card #productInfoDiv .productInfoContainer .rightPanel .product-info-table-wrapper .product-info-table tbody tr td .product-info-button{width:132px;height:45px;color:#fff;opacity:.4;border-radius:25px;background-color:#008cd2;border:0px;font-family:MyriadPro,sans-serif;font-size:16px;font-weight:600;text-shadow:0 0 6px rgba(0,0,0,.1);cursor:not-allowed;margin-top:3px}.product-card #productInfoDiv .productInfoContainer .rightPanel .product-info-table-wrapper .product-info-table tbody tr td .product-info-active-btn{width:132px;height:45px;color:#fff;border-radius:25px;background-color:#008cd2;border:0px;font-family:MyriadPro,sans-serif;font-size:16px;font-weight:600;text-shadow:0 0 6px rgba(0,0,0,.1);margin-top:3px}.product-card #productInfoDiv .productInfoContainer .rightPanel .product-info-table-wrapper .product-info-table tbody tr .product-info-label{width:130px;font-weight:600;color:#c2c2c2;font-size:15px}.product-card #productInfoDiv .productInfoContainer .rightPanel .product-info-table-wrapper .product-info-table tbody tr .product-info-text{font-weight:600;color:#6a737b;font-size:15px}.product-card #productInfoDiv .productInfoContainer .rightPanel .product-info-table-wrapper .product-info-table tbody tr .product-info-text input:focus{outline:none !important}.product-card #productInfoDiv .productInfoContainer .rightPanel .product-info-table-wrapper .product-info-table tbody tr .product-info-text .error-border{width:64px;height:55px;background-color:#fff;border:2px red solid}.product-card #productInfoDiv .productInfoContainer .rightPanel .product-info-table-wrapper .product-info-table tbody tr .product-info-text .normal-border{width:64px;height:55px;background-color:#fff;border:solid 1px #d9d9d9;text-align:center}.product-card #productInfoDiv .productInfoContainer .rightPanel .product-info-table-wrapper .product-info-table tbody tr .product-info-text .yield-tips>a{color:#008cd2;text-decoration:unset;padding-left:10px;font-size:12px;font-weight:normal}.product-card #productInfoDiv .productInfoContainer .rightPanel .product-info-table-wrapper .product-info-table tbody .product-yield .product-info-label,.product-card #productInfoDiv .productInfoContainer .rightPanel .product-info-table-wrapper .product-info-table tbody .approx-total .product-info-label{color:#858585}.product-card #productInfoDiv .productInfoContainer .rightPanel .product-info-table-wrapper .product-info-table tbody .product-yield td,.product-card #productInfoDiv .productInfoContainer .rightPanel .product-info-table-wrapper .product-info-table tbody .approx-total td{display:flex;align-items:center;height:79px}.product-card #productInfoDiv .productInfoContainer .rightPanel .product-info-table-wrapper .product-info-table tbody .approx-total{border-bottom:0px}.product-card #productInfoDiv .productInfoContainer .rightPanel .product-info-table-wrapper .product-info-table tbody .apporx-info td div{font-size:12px;font-style:italic;color:#858585}.product-card #productInfoDiv .productInfoContainer .rightPanel .product-info-table-wrapper .product-info-table .highlight-line{background-color:rgba(0,129,198,.12)}.product-card #productInfoDiv .productInfoContainer .rightPanel a{cursor:pointer}.product-card #productInfoDiv .productInfoContainer .rightPanel .extraClass{max-width:100%}@media(max-width: 768px){.product-card #productInfoDiv .productInfoContainer .rightPanel .extraClass{left:0 !important}}@media(min-width: 768px){.product-card #productInfoDiv .productInfoContainer .rightPanel .extraClass{min-width:300px;max-width:480px}}.product-card #productInfoDiv .productInfoContainer .rightPanel .extraClass{padding:5px 15px 10px 15px;border:1px solid rgba(0,0,0,.2);border-radius:6px;box-shadow:rgba(0,0,0,.2) 0px 5px 10px 0px;opacity:1}.product-card #productInfoDiv .productInfoContainer .rightPanel .extraClass .popover-title{font-weight:bold}.product-card #productInfoDiv .productInfoContainer .rightPanel .extraClass .popover-content{font-size:12px;line-height:21.6px}.product-card .rightPanel::-webkit-scrollbar{width:5px;background-color:#fff}.product-card .rightPanel::-webkit-scrollbar-track{background-color:#fff}.product-card .rightPanel::-webkit-scrollbar-thumb{height:64px;border-radius:12.5px;background-color:#9b9b9b}.ingredients-tabs .mui-tabs__bar>li{margin-right:20px}.ingredients-tabs .mui-tabs__bar>li>a{font-size:16px;font-weight:600;color:#474747;text-transform:capitalize;padding:0px}.ingredients-tabs .panel-container>div:first-child{color:#474747;padding:22px 0px;font-size:18px}.ingredients-tabs .panel-container .ingredients .editable-table{color:#474747}.ingredients-tabs .panel-container .ingredients .editable-table table th{height:34px}.ingredients-tabs .panel-container .ingredients .editable-table table th:nth-child(2),.ingredients-tabs .panel-container .ingredients .editable-table table th:nth-child(3),.ingredients-tabs .panel-container .ingredients .editable-table table th:nth-child(4),.ingredients-tabs .panel-container .ingredients .editable-table table th:nth-child(5),.ingredients-tabs .panel-container .ingredients .editable-table table td:nth-child(2),.ingredients-tabs .panel-container .ingredients .editable-table table td:nth-child(3),.ingredients-tabs .panel-container .ingredients .editable-table table td:nth-child(4),.ingredients-tabs .panel-container .ingredients .editable-table table td:nth-child(5){width:15%;text-align:center}.ingredients-tabs .panel-container .ingredients .editable-table table th:last-child{width:40px}.ingredients-tabs .panel-container .ingredients .editable-table table td{height:38px}.ingredients-tabs .panel-container .ingredients .editable-table table td[data-label=Brand]>img{padding:0px 4px}.ingredients-tabs .panel-container .ingredients .editable-table table td[data-label="Used In"] .used-in .dropdown-menu .menu-button{color:#008cd2;padding:0px}.ingredients-tabs .panel-container .ingredients .editable-table table td[data-label="Used In"] .used-in .dropdown-menu .parentActive#customize-scrollbar{overflow-y:auto;max-height:270px}.ingredients-tabs .panel-container .ingredients .editable-table table td[data-label="Used In"] .used-in .dropdown-menu .parentActive .used-in-item{text-align:left;padding:16px 8px 16px 16px;border-bottom:1px solid #d6d6d6}.ingredients-tabs .panel-container .ingredients .editable-table table td[data-label="Used In"] .used-in .dropdown-menu .parentActive .used-in-item .recipe-name{font-size:18px;font-weight:600;color:#008cd2}.ingredients-tabs .panel-container .ingredients .editable-table table td[data-label="Used In"] .used-in .dropdown-menu .parentActive .used-in-item .category-name{font-size:14px;color:#858585}.ingredients-tabs .panel-container .ingredients .editable-table table td[data-label="Used In"] .used-in .dropdown-menu .parentActive .used-in-item:hover .recipe-name,.ingredients-tabs .panel-container .ingredients .editable-table table td[data-label="Used In"] .used-in .dropdown-menu .parentActive .used-in-item:focus .recipe-name{color:#fff}.ingredients-tabs .panel-container .ingredients .editable-table table td[data-label="Used In"] .used-in .dropdown-menu .parentActive .used-in-item:hover .category-name,.ingredients-tabs .panel-container .ingredients .editable-table table td[data-label="Used In"] .used-in .dropdown-menu .parentActive .used-in-item:focus .category-name{color:#fff}.ingredients-tabs .panel-container .ingredients .picker-image{padding:8px 12px 0px 0px}.ingredients-tabs .panel-container .ingredients .picker-image img{width:96px;height:59px;border:solid 1px #d6d6d6;border-radius:6px}.ingredients-tabs .panel-container .ingredients .ingredient-name{padding:3px 12px 3px 0px;align-self:center}.ingredients-tabs .panel-container .ingredients .ingredient-name .title-name{font-size:16px;font-weight:600;text-transform:capitalize}.ingredients-tabs .panel-container .ingredients .pager-container.disabled{pointer-events:none}.ingredients-tabs .panel-container .ingredients .pager-container.disabled .page-container .activePage{background-color:#9b9b9b}.ingredients-tabs .panel-container .ingredients .pager-container.disabled .page-container .activePrevNext{color:#9b9b9b}.batch-recipe .batch-recipe-form .cost-value{font-size:30px;font-weight:300;letter-spacing:-0.9px;color:#acacac;min-width:60px;cursor:default}.batch-recipe .batch-recipe-form .unit-text{font-weight:normal;letter-spacing:normal;font-size:16px;color:#acacac;padding:0px 30px 0px 5px;cursor:default}.batch-recipe .batch-recipe-form .subtext .input-wrapper.compressed .mui-select{width:40px}.batch-recipe .batch-recipe-form .subtext .input-wrapper.compressed .mui-select>select{padding-right:10px}.batch-recipe .batch-recipe-form .subtext .input-wrapper.compressed .mui-select>.mui-select__menu{color:#acacac}.batch-recipe .batch-recipe-form .mui-textfield>input{width:70%}.batch-recipe .batch-recipe-form .input-wrapper.compressed .mui-select{width:40px}.batch-recipe .batch-recipe-form .input-wrapper.compressed .mui-select>select{padding-right:10px}.batch-recipe .batch-recipe-form .input-wrapper.compressed .mui-select>.mui-select__menu{color:#acacac}.batch-recipe .batch-recipe-form .menu-actions .enable-action{pointer-events:all}.batch-recipe .batch-recipe-form .menu-actions .disable-action{pointer-events:none}.ingredient-product-info .product-info-text,.ingredient-product-info th:nth-child(2){width:auto !important}.ingredients-tabs .panel-container .ingredients .editable-table .ingredient-product-info table.nutrition-facts__table th:nth-child(2){text-align:left}.ingredients-tabs .panel-container .ingredients .editable-table .ingredient-product-info table.nutrition-facts__table td{height:54px}.ingredients-tabs .panel-container .ingredients .editable-table .ingredient-product-info table.nutrition-facts__table td.blank-cell{width:79px}.flex{display:flex}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-space-between{justify-content:space-between}.align-item-left{align-items:left}.align-item-center{align-items:center}.align-item-end{align-items:flex-end}.align-self-center{align-self:center}.flex-wrap-wrap{flex-wrap:wrap}@media all and (max-width: 740px){.flex-wrap-wrap-on-mobile{flex-wrap:wrap}}.no-margin{margin:0 !important}.p-r-20{padding-right:20px}.dd-custom-item-inner{padding:10px 0;font-size:15px}.custom-recipe-dd .multi-level-menu-button{width:100%}.custom-recipe-dd .multi-level-menu-button:hover,.custom-recipe-dd .custom-recipe-dd-item:hover{background:#008cd2;color:#fff}.custom-recipe-dd .multi-level-menu-button:hover .dd-custom-item-inner,.custom-recipe-dd .custom-recipe-dd-item:hover .dd-custom-item-inner{color:#fff}.mui-select__menu::-webkit-scrollbar,.react-autosuggest__suggestions-list::-webkit-scrollbar{width:8px;background-color:#fff}.mui-select__menu::-webkit-scrollbar-track,.react-autosuggest__suggestions-list::-webkit-scrollbar-track{background-color:#fff}.mui-select__menu::-webkit-scrollbar-thumb,.react-autosuggest__suggestions-list::-webkit-scrollbar-thumb{height:56px;border-radius:4px;background-color:#d6d6d6}.msm_batch_ingredient_recipes .pageloading-loader{width:40px}.msm_batch_ingredient_recipes .collapse_title{text-align:left;padding:16px 16px 12px 12px;border-bottom:1px solid #e0e0e0;font-weight:bold;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#008cd2}.msm_batch_ingredient_recipes .collapse_title span{color:#008cd2;display:flex;justify-content:space-between;margin-right:3px;margin-top:2px}.msm_batch_ingredient_recipes .collapse_title .expand_less_title{color:#474747}.msm_batch_ingredient_recipes .category-item-header .expand_icon_relative{position:relative !important;font-size:16px;text-align:right;color:#008cd2}.msm_batch_ingredient_recipes .collapse_title:hover{background-color:#2196f3;cursor:pointer}.msm_batch_ingredient_recipes .collapse_title:hover span{color:#fff}.msm_batch_ingredient_recipes .collapse_title:hover>*{color:#fff}.msm_batch_ingredient_recipes .react-autosuggest__suggestions-list :hover>*{color:#fff}.msm_batch_ingredient_recipes .collapse_content{cursor:pointer;padding:10px 20px;margin:0;border-bottom:1px solid #e0e0e0;list-style:none;background-color:#fff;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal}.msm_batch_ingredient_recipes .msm_suggest_section .mui--text-accent{font-weight:600;color:#008cd2;font-size:14px;margin-bottom:8px}.msm_batch_ingredient_recipes .msm_suggest_section .mui--text-dark-secondary{font-size:12px;color:#858585;margin-bottom:8px}.msm_batch_ingredient_recipes .msm_suggest_section .mui--text-dark{font-size:10px;color:#474747;margin-bottom:5px}.msm_batch_ingredient_recipes .msm_suggest_section:hover{background-color:#2196f3;cursor:pointer}.msm_batch_ingredient_recipes .msm_suggest_section:hover p{color:#fff}.msm_batch_ingredient_recipes .msm_suggest_section p{display:flex;justify-content:space-between}.react-autosuggest__input{width:240px;height:30px;padding:10px 20px;border:1px solid #aaa;border-radius:4px}.react-autosuggest__input--focused{outline:none}.react-autosuggest__input--open{border-bottom-left-radius:0;border-bottom-right-radius:0}.react-autosuggest__suggestions-container{display:none}.react-autosuggest__suggestion--highlighted{background-color:#2196f3;color:#fff}.react-autosuggest__suggestions-list{margin:0;padding:0;list-style-type:none;max-height:300px;overflow-y:auto}.react-autosuggest__suggestions-container--open{display:block;position:absolute;top:51px;border:1px solid #aaa;background-color:#fff;border-bottom-left-radius:4px;border-bottom-right-radius:4px;z-index:2;width:239px}.ingredients .react-autosuggest__suggestions-container--open{top:32px;border-radius:5px;box-shadow:0 1px 14px 0 rgba(0,0,0,.2),0 1px 14px 0 rgba(0,0,0,.1);border:0px solid;overflow:hidden}.ingredients .react-autosuggest__suggestion{padding:12px}.link-to-ingredients{margin-top:22px;line-height:3em}.menu-form span.subtext{display:inline-block}.menu-analysis-content .menu-form .what-if-title{font-size:30px;font-weight:600;color:#474747}.menu-percent-panel>div:first-child{padding-bottom:24px;border:0px}.menu-percent-panel>div:first-child .btn-clear-changes{width:100%;height:54px;border-radius:5px;color:#008cd2;display:flex;justify-content:center;align-items:center;border:solid 2px}.menu-percent-panel>div:first-child .btn-clear-changes i.material-icons{font-size:30px;padding:0px 5px;opacity:.5;transform:scale(-1, 1);filter:FlipH}.menu-percent-panel>div:first-child .btn-clear-changes.disabled{border:solid 2px #d6d6d6;pointer-events:none;color:#d6d6d6}.menu-percent-panel>div:first-child .btn-clear-changes.disabled i.material-icons{color:#d6d6d6}.menu-percent-panel>div{padding:12px 0px 16px 0px;border-bottom:1px solid #d6d6d6;color:#474747}.menu-percent-panel>div span{padding-left:6px}.menu-percent-panel>div span.collapsible-icon{color:#008cd2}.menu-percent-panel>div .calculator-item{margin-top:1em;margin-left:1em}.menu-percent-panel>div .calculator-item .calc_btn{width:100%}.menu-percent-panel>div .profit-calculator{font-size:18px;line-height:.89}.menu-percent-panel>div .menu-percent{font-size:16px;line-height:1.5;margin-bottom:0px}.menu-percent-panel>div .collapsible-title{display:flex;flex-direction:row;align-items:flex-start}.menu-percent-panel>div .collapsible-title p{font-size:16px;line-height:1.5;margin-bottom:0px;width:65%}.menu-percent-panel>div .collapsible-title .menu-percent-icon{flex-grow:0;flex-basis:30px}.menu-percent-panel>div button,.menu-percent-panel>div button:hover,.menu-percent-panel>div button:focus{margin:0px;border:solid 2px #008cd2;background-color:#f9f9f9;color:#008cd2;height:59px;text-transform:capitalize;font-size:16px}.menu-percent-panel>div button:disabled{border:solid 1px #d6d6d6;color:#858585}.menu-percent-panel>div .menu-percent-calc{border:solid 1px #d6d6d6;border-radius:5px;width:90px}.menu-percent-panel>div .menu-percent-editable{width:64px;height:55px;font-size:18px;border-right:solid 1px #d6d6d6;border-top:0;border-left:0;border-bottom:0;background-color:#f9f9f9;text-align:center;color:#858585;border-top-left-radius:5px;border-bottom-left-radius:5px}.menu-percent-panel>div .error-editable{border:2px solid #c02437;border-radius:5px}.item-cost-editable,.item-price-editable{width:63px;height:45px;border:solid 1px #d6d6d6;background-color:#f9f9f9;text-align:center}.item-quantity-editable{width:46px;height:45px;border:solid 1px #d6d6d6;background-color:#f9f9f9;text-align:center}.error-editable{border:2px solid #c02437}input:focus{outline:none}.bold{font-weight:bold}.what-if-analysis{padding-top:20px}.what-if-analysis .what-if-header{font-size:14px;color:#fff}.what-if-analysis .what-if-header .what-if-date{height:45px;background-color:#008cd2;border-top-left-radius:5px;border-top-right-radius:5px;display:flex;justify-content:space-between;align-items:center;padding:0px 16px}.what-if-analysis .what-if-header .total-profit{height:125px;border-radius:5px;background-color:#008cd2;margin-bottom:12px;display:flex;align-items:center;text-transform:uppercase}.what-if-analysis .what-if-header .total-profit>div:first-child{padding-left:14px;width:22%}.what-if-analysis .what-if-header .total-profit .total-profit-profit{width:10.2%}.what-if-analysis .what-if-header .total-profit .total-profit-profit div{display:flex;justify-content:flex-end}.what-if-analysis .what-if-header .total-profit .total-profit-profit>div:last-child{font-style:italic}.what-if-analysis .what-if-header .total-profit>div:nth-child(4){width:7.5%}.what-if-analysis .what-if-header .total-profit>div:nth-child(6),.what-if-analysis .what-if-header .total-profit>div:nth-child(7),.what-if-analysis .what-if-header .total-profit>div:nth-child(8){width:11.2%}.what-if-analysis .categories .mui-panel{padding:0px}.what-if-analysis .categories .mui-panel .category-item-header{color:#474747;display:flex;align-items:center}.what-if-analysis .categories .mui-panel .category-item-header .header-title{display:flex;width:22%;padding-left:14px}.what-if-analysis .categories .mui-panel .category-item-header .header-title i.material-icons{padding:0px 12px;font-size:20px}.what-if-analysis .categories .mui-panel .category-item-header .header-title h4{margin:0px;font-size:18px}.what-if-analysis .categories .mui-panel .category-item-header .header-title p{margin:0px;padding:0px 4px;color:#858585;font-size:14px}.what-if-analysis .categories .mui-panel .category-item-header .header-profit{width:10.2%}.what-if-analysis .categories .mui-panel .category-item-header .header-profit div{padding:0}.what-if-analysis .categories .mui-panel .category-item-header>div:last-child{display:flex;justify-content:flex-end}.what-if-analysis .categories .mui-panel .category-item-header>div:last-child .material-icons{font-size:20px;padding-left:10px}.what-if-analysis .categories .mui-panel .category-item-header>div:nth-child(4){width:7.5%}.what-if-analysis .categories .mui-panel .category-item-header>div:nth-child(6),.what-if-analysis .categories .mui-panel .category-item-header>div:nth-child(7),.what-if-analysis .categories .mui-panel .category-item-header>div:nth-child(8){width:11.2%}.what-if-analysis .categories .mui-panel .what-if-items{color:#474747;font-size:14px}.what-if-analysis .categories .mui-panel .what-if-items .editable-table table thead tr th{font-weight:bold;line-height:1.33;height:56px;border-top:1px solid #d6d6d6;padding:0px}.what-if-analysis .categories .mui-panel .what-if-items .editable-table table tbody .item-editable{background-color:rgba(0,129,198,.12);height:110px}.what-if-analysis .categories .mui-panel .what-if-items .editable-table table tbody .item-editable td:first-child div{justify-content:left}.what-if-analysis .categories .mui-panel .what-if-items .editable-table table tbody .item-editable td div{display:flex;align-items:center;justify-content:center}.what-if-analysis .categories .mui-panel .what-if-items .editable-table table tbody .item-editable td div span{padding-right:6px}.what-if-analysis .categories .mui-panel .what-if-items .editable-table table tbody .item-editable td div:last-child{border-top:1px solid #d6d6d6;font-style:italic}.what-if-analysis .categories .mui-panel .what-if-items .editable-table table tbody .item-editable .menu-item{font-size:16px}.what-if-analysis .categories .mui-panel .what-if-items .editable-table table tbody .item-editable .item-cost,.what-if-analysis .categories .mui-panel .what-if-items .editable-table table tbody .item-editable .item-profit,.what-if-analysis .categories .mui-panel .what-if-items .editable-table table tbody .item-editable .item-monthly,.what-if-analysis .categories .mui-panel .what-if-items .editable-table table tbody .item-editable .item-annual{color:#acacac}.what-if-analysis .categories .mui-panel .what-if-items .editable-table table tbody .item-editable .menu-item-current{font-size:12px}.what-if-analysis .categories .mui-panel .what-if-items .editable-table table tbody .item-editable .item-height{height:55px}.what-if-analysis .categories .mui-panel .what-if-items .editable-table table tbody .item-editable .item-profit,.what-if-analysis .categories .mui-panel .what-if-items .editable-table table tbody .item-editable .item-profit-current,.what-if-analysis .categories .mui-panel .what-if-items .editable-table table tbody .item-editable .item-monthly,.what-if-analysis .categories .mui-panel .what-if-items .editable-table table tbody .item-editable .item-monthly-current,.what-if-analysis .categories .mui-panel .what-if-items .editable-table table tbody .item-editable .item-annual,.what-if-analysis .categories .mui-panel .what-if-items .editable-table table tbody .item-editable .item-annual-current{justify-content:flex-start}.what-if-analysis .categories .mui-panel .what-if-items .editable-table table tbody .item-readonly td>div:first-child{padding-top:16px;height:24px}.what-if-analysis .categories .mui-panel .what-if-items .editable-table table tbody .item-readonly td>div:last-child{padding-bottom:16px}.what-if-analysis .categories .mui-panel .what-if-items .editable-table table tbody .item-readonly td>div:last-child.item-plus,.what-if-analysis .categories .mui-panel .what-if-items .editable-table table tbody .item-readonly td>div:last-child.item-minus,.what-if-analysis .categories .mui-panel .what-if-items .editable-table table tbody .item-readonly td>div:last-child.item-equals{height:14px}.what-if-analysis .categories .mui-panel .what-if-items .editable-table table tbody .item-readonly .item-quantity-normal i.material-icons{justify-content:flex-start}.what-if-analysis .categories .mui-panel .what-if-items .editable-table table tbody .item-readonly .menu-item-normal{font-size:16px}.what-if-analysis .categories .mui-panel .what-if-items .editable-table table tbody .item-readonly .item-plus{color:#56b146;font-style:italic}.what-if-analysis .categories .mui-panel .what-if-items .editable-table table tbody .item-readonly .item-minus{color:#fa1c1c;font-style:italic}.what-if-analysis .categories .mui-panel .what-if-items .editable-table table tbody .item-archived{height:64px;background-color:rgba(0,0,0,.06);cursor:default}.what-if-analysis .categories .mui-panel .what-if-items .editable-table table tbody .item-archived td>div:first-child{height:24px}.what-if-analysis .categories .mui-panel .what-if-items .editable-table table tbody .item-archived .menu-item-archived{background-color:rgba(0,0,0,.48);width:60px;height:16px;border-radius:8px;font-size:10px;color:#fff;text-transform:uppercase;font-style:italic;display:flex;justify-content:center}.what-if-analysis .categories .mui-panel .what-if-items .editable-table table tbody .item-archived{height:64px;background-color:rgba(0,0,0,.06);cursor:default}.what-if-analysis .categories .mui-panel .what-if-items .editable-table table tbody .item-archived td>div:first-child{height:24px}.what-if-analysis .categories .mui-panel .what-if-items .editable-table table tbody .item-archived .menu-item-archived{background-color:rgba(0,0,0,.48);width:60px;height:16px;border-radius:8px;font-size:10px;color:#fff;text-transform:uppercase;font-style:italic;display:flex;justify-content:center}.what-if-analysis .categories .mui-panel .what-if-items .editable-table table tr{border-top:1px solid #d6d6d6;border-bottom:0px}.what-if-analysis .categories .mui-panel .what-if-items .editable-table table td{padding:0px}.what-if-analysis .categories .mui-panel .what-if-items .editable-table table th,.what-if-analysis .categories .mui-panel .what-if-items .editable-table table td{width:9.5%;text-align:center;color:#474747}.what-if-analysis .categories .mui-panel .what-if-items .editable-table table th:first-child,.what-if-analysis .categories .mui-panel .what-if-items .editable-table table td:first-child{padding-left:14px;width:20%;text-align:left}.what-if-analysis .categories .mui-panel .what-if-items .editable-table table th:nth-child(5),.what-if-analysis .categories .mui-panel .what-if-items .editable-table table th:nth-child(7),.what-if-analysis .categories .mui-panel .what-if-items .editable-table table td:nth-child(5),.what-if-analysis .categories .mui-panel .what-if-items .editable-table table td:nth-child(7){border-right:1px solid #d6d6d6;text-align:left}.what-if-analysis .categories .mui-panel .what-if-items .editable-table table th:nth-child(5)>div,.what-if-analysis .categories .mui-panel .what-if-items .editable-table table th:nth-child(7)>div,.what-if-analysis .categories .mui-panel .what-if-items .editable-table table td:nth-child(5)>div,.what-if-analysis .categories .mui-panel .what-if-items .editable-table table td:nth-child(7)>div{padding:0px 16px}.what-if-analysis .categories .mui-panel .what-if-items .editable-table table th:nth-child(6),.what-if-analysis .categories .mui-panel .what-if-items .editable-table table td:nth-child(6),.what-if-analysis .categories .mui-panel .what-if-items .editable-table table th:nth-child(7),.what-if-analysis .categories .mui-panel .what-if-items .editable-table table td:nth-child(7),.what-if-analysis .categories .mui-panel .what-if-items .editable-table table th:nth-child(8),.what-if-analysis .categories .mui-panel .what-if-items .editable-table table td:nth-child(8){width:11%;text-align:left}.what-if-analysis .categories .mui-panel .what-if-items .editable-table table th:nth-child(6)>div,.what-if-analysis .categories .mui-panel .what-if-items .editable-table table td:nth-child(6)>div,.what-if-analysis .categories .mui-panel .what-if-items .editable-table table th:nth-child(7)>div,.what-if-analysis .categories .mui-panel .what-if-items .editable-table table td:nth-child(7)>div,.what-if-analysis .categories .mui-panel .what-if-items .editable-table table th:nth-child(8)>div,.what-if-analysis .categories .mui-panel .what-if-items .editable-table table td:nth-child(8)>div{padding:0px 16px}.what-if-analysis .categories .mui-panel .what-if-items .editable-table table th:last-child,.what-if-analysis .categories .mui-panel .what-if-items .editable-table table td:last-child{width:6%}.what-if-analysis .categories .mui-panel .what-if-items .editable-table table .material-icons{font-size:24px}.what-if-analysis .categories .mui-panel .what-if-items .editable-table table .material-icons-warning{color:#fdbd39}.what-if-analysis .profit-number{font-size:14px;font-weight:bold;color:#474747}.what-if-analysis .profit-number-plus{font-size:14px;font-weight:normal;font-style:italic;color:#56b146}.what-if-analysis .profit-number-minus{font-size:14px;font-weight:normal;font-style:italic;color:#fa1c1c}.what-if-analysis .total-profit-txt-label{font-size:18px;color:#fff;font-weight:normal;text-align:center}.what-if-analysis .total-profit-number-label{font-size:12px;font-weight:bold;color:#f9f9f9;text-align:right}.what-if-analysis .total-profit-number-content{font-size:14px;color:#f9f9f9;text-align:center}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.what-if-menu .alert-modal.confirm .modal .modal-body{text-align:center;width:490px;height:200px;border-radius:5px;box-shadow:0 1px 14px 0 rgba(0,0,0,.2),0 1px 14px 0 rgba(0,0,0,.1);background-color:#fff}.what-if-menu .alert-modal.confirm .modal .modal-body .modal-content .confirm-wrapper{color:#474747}.what-if-menu .alert-modal.confirm .modal .modal-body .modal-content .confirm-wrapper .confirm-title{font-size:26px;font-weight:600}.what-if-menu .alert-modal.confirm .modal .modal-body .modal-content .confirm-wrapper .confirm-content{min-height:0px;margin:0px}.what-if-menu .alert-modal.confirm .modal .modal-body .modal-content .confirm-wrapper .confirm-buttons{padding:35px 80px}.what-if-menu .alert-modal.confirm .modal .modal-body .modal-content .confirm-wrapper .confirm-buttons button{text-transform:uppercase}.what-if-menu .alert-modal.confirm .modal .modal-body .modal-content .confirm-wrapper .confirm-buttons .confirm-button{color:#fff;border-radius:6px;background-color:#56b146;border-color:#56b146}.ss-profit-calculator .item-row-header{font-size:12px;text-transform:uppercase;color:#474747;font-weight:700;line-height:1.33}.ss-profit-calculator .material-icons.material-icons-warning{color:#fdbd39;font-size:26px}.ss-profit-calculator .item-editable{background:rgba(0,129,198,.12)}.ss-profit-calculator .calculator-archived{background-color:rgba(0,0,0,.06);cursor:default}.ss-profit-calculator .calculator-archived .header-title{display:flex;flex-direction:column}.ss-profit-calculator .menu-item-archived{background-color:rgba(0,0,0,.48);width:60px;height:16px;border-radius:8px;font-size:10px;color:#fff;text-transform:uppercase;font-style:italic;display:flex;align-items:center;justify-content:center}.ss-profit-calculator .collapsible-body .category-item-header .header-title.calculator-edit{flex-direction:column}.ss-profit-calculator .collapsible-body .category-item-header .header-title.calculator-edit .calculator-edit,.ss-profit-calculator .collapsible-body .category-item-header .header-title.calculator-edit .calculator-current{height:55px;display:flex;align-items:center;justify-content:flex-start}.ss-profit-calculator .collapsible-body .category-item-header .header-title.calculator-edit .calculator-current{border-top:1px solid #d6d6d6;font-style:italic;font-size:12px}.ss-profit-calculator .category-item-header{box-shadow:1px 1px 9px #e5e5e5;border-radius:6px;min-height:57px;margin:8px 4px}.ss-profit-calculator .category-item-header .header-profit{text-align:right}.ss-profit-calculator .category-item-header .header-profit:first-child{text-align:left;font-weight:700;line-height:1.33;color:#474747;font-size:12px;text-transform:uppercase}.ss-profit-calculator .category-item-header .header-profit.calculator-edit{flex-direction:column}.ss-profit-calculator .category-item-header .header-profit.calculator-edit .calculator-edit,.ss-profit-calculator .category-item-header .header-profit.calculator-edit .calculator-current{height:55px;display:flex;align-items:center;justify-content:flex-end}.ss-profit-calculator .category-item-header .header-profit.calculator-edit .calculator-current{border-top:1px solid #d6d6d6;font-style:italic;font-size:14px}.ss-profit-calculator .profit-number{text-align:right}.ss-profit-calculator .profit-number i.material-icons{justify-content:flex-end}.profit-cal-period-dd-wrapper>div{border:solid 1px #008cd2;border-radius:4px;padding:5px 8px 5px 0px;margin-left:12px}.scroll-button{opacity:.3;background-color:#000;width:40px;height:25px;position:fixed;bottom:70px;right:30px;border:none;cursor:pointer;z-index:9999;padding:0;border-radius:0;pointer-events:all}.scroll-button:hover{opacity:1}.scroll-button .arrow-up{color:#fff;position:absolute;top:50%;left:50%;margin-top:-11px;margin-left:-10px;cursor:pointer;font-size:20px}.my-ingredients .ingredients-header{display:flex;align-items:baseline}.my-ingredients .ingredients-header .ingredients-search{display:flex;justify-content:flex-end}.my-ingredients .ingredients-header .ingredients-search .search-list .search-item{display:flex;justify-content:center;align-items:flex-start;flex-flow:column;padding:0px 10px}.my-ingredients .ingredients-header .ingredients-search .search-list .search-item>a{font-size:18px}.my-ingredients .ingredients-header .ingredients-search .search-list .search-item>div{font-size:14px;color:#858585}.my-ingredients .ingredients-header .ingredients-search .search-list .not-found{color:#474747;font-size:18px;padding:0px 10px;display:flex;align-items:center}.recipe-ingredient.panel-container{padding:0px;min-height:244px}.recipe-ingredient.panel-container .customize-input-wrapper input{height:34px}.recipe-ingredient.panel-container .text-to-right{text-align:right}.recipe-ingredient.panel-container .ingredients .ingredients{padding:0px}.recipe-ingredient.panel-container .ingredients .ingredients .missing-item{color:#c02437}.recipe-ingredient.panel-container .ingredients .ingredients .editable-table thead tr th{padding:8px 8px 8px 8px;color:rgba(0,0,0,.64)}.recipe-ingredient.panel-container .ingredients .ingredients .editable-table thead tr th:first-child{width:30%}.recipe-ingredient.panel-container .ingredients .ingredients .editable-table thead tr th>div{display:flex;align-items:center;justify-content:flex-start}.recipe-ingredient.panel-container .ingredients .ingredients .editable-table thead tr th>div i.material-icons.amount-used-icon{transform:rotate(180deg);padding:0px 4px;color:#008cd2;width:18px;height:18px}.recipe-ingredient.panel-container .ingredients .ingredients .editable-table thead tr th:nth-child(4) div.unitOfMeasureConversionLink a{display:flex;font-size:14px;font-weight:normal;text-transform:none}.recipe-ingredient.panel-container .ingredients .ingredients .editable-table thead tr th:nth-child(5){padding:8px}.recipe-ingredient.panel-container .ingredients .ingredients .editable-table thead tr th:nth-child(5) div.update-cost span{display:flex;font-size:14px;font-weight:normal;text-transform:none}.recipe-ingredient.panel-container .ingredients .ingredients .editable-table thead tr th:nth-child(5) div.update-cost span>div:first-child{display:flex;padding-right:3px;border-right:1px solid #9b9b9b}.recipe-ingredient.panel-container .ingredients .ingredients .editable-table thead tr th:nth-child(5) div.update-cost span>div:first-child>div:first-child{font-style:italic;color:#858585}.recipe-ingredient.panel-container .ingredients .ingredients .editable-table thead tr th:nth-child(5) div.update-cost span a{padding-left:5px}.recipe-ingredient.panel-container .ingredients .ingredients .editable-table thead tr th:last-child{width:10%}.recipe-ingredient.panel-container .ingredients .ingredients .editable-table tbody tr td{height:28px;padding:8px}.recipe-ingredient.panel-container .ingredients .ingredients .editable-table tbody tr td>div{display:flex;justify-content:flex-start;align-items:center}.recipe-ingredient.panel-container .ingredients .ingredients .editable-table tbody tr td>div.cost-per-unit{flex-direction:column;align-items:flex-start}.recipe-ingredient.panel-container .ingredients .ingredients .editable-table tbody tr td>div.text-to-right{justify-content:flex-end !important}.recipe-ingredient.panel-container .ingredients .ingredients .editable-table tbody tr td>div i.material-icons.ordered-icon{height:24px;width:24px;color:#56b146}.recipe-ingredient.panel-container .ingredients .ingredients .editable-table tbody tr td input#ingredientName{width:282px;text-align:left}.recipe-ingredient.panel-container .ingredients .ingredients .editable-table tbody tr td input#ingredientBrand{width:63px}.recipe-ingredient.panel-container .ingredients .ingredients .editable-table tbody tr td .remove{width:96px;height:36px;padding:4px 8px;background-color:#f1f1f1;font-size:12px;font-weight:bold;text-transform:uppercase;letter-spacing:.6px}.recipe-ingredient.panel-container .ingredients .ingredients .editable-table tbody tr td .remove .remove-title{color:#474747}.recipe-ingredient.panel-container .ingredients .ingredients .editable-table tbody tr td .remove .remove-link{float:right}.recipe-ingredient.panel-container .ingredients .ingredients .editable-table tbody tr td .remove .remove-link a:first-child{color:#c02437}.recipe-ingredient.panel-container .ingredients .ingredients .editable-table tbody tr td .remove .remove-link a:last-child{color:#008cd2}.recipe-ingredient.panel-container .ingredients .ingredients .editable-table tbody tr td[data-label=Actions]>div{display:flex;justify-content:flex-end}.recipe-ingredient.panel-container .ingredients .ingredients .editable-table tbody tr td[data-label=Brand]>img{padding:0px 4px}.recipe-ingredient.panel-container .ingredients .ingredients .editable-table tbody tr td[data-label="Cost Per Unit"] .costperunit-editable .customize-input-wrapper{display:flex;align-items:center}.recipe-ingredient.panel-container .ingredients .ingredients .editable-table tbody tr td[data-label="Cost Per Unit"] div.subText{padding-left:5px}.recipe-ingredient.panel-container .ingredients .ingredients .editable-table tbody tr td[data-label="Cost Per Unit"] .need-update-cost .material-icons{margin-left:5px;color:#c02437}.recipe-ingredient.panel-container .ingredients .footer-toolbar{padding:10px 31px}.recipe-ingredient.panel-container .ingredients .footer-toolbar .mui-btn{font-size:16px}.recipe-ingredient.panel-container .ingredients .footer-toolbar i.material-icons{font-size:24px;position:relative;left:-10px}.recipe-ingredient.panel-container .ingredients .footer-toolbar .create-link-btn{padding:0px 15px}.recipe-ingredient.panel-container .ingredients .footer-toolbar .create-link-btn a{padding-left:5px}.recipe-ingredient.panel-container .ingredients .footer-toolbar.disabled{opacity:.3}.recipe-ingredient.panel-container .ingredients .footer-toolbar.disabled>div,.recipe-ingredient.panel-container .ingredients .footer-toolbar.disabled>button,.recipe-ingredient.panel-container .ingredients .footer-toolbar.disabled>span,.recipe-ingredient.panel-container .ingredients .footer-toolbar.disabled>i,.recipe-ingredient.panel-container .ingredients .footer-toolbar.disabled>input,.recipe-ingredient.panel-container .ingredients .footer-toolbar.disabled>a{pointer-events:none}.color-green{color:#56b146}.search-panel{color:#474747}.search-panel .search-header{background-color:#f1f1f1;height:133px;font-size:16px;padding:0px 31px;display:flex;flex-flow:column wrap-reverse;justify-content:center}.search-panel .search-header .search-header-title>span{font-size:18px}.search-panel .search-header .search-header-title>a,.search-panel .search-header .search-header-title>i{padding:0px 4px;color:#008cd2;float:right;height:24px;display:flex;align-items:center}.search-panel .search-header .search-header-bar{position:relative;padding:10px 0px}.search-panel .search-header .search-header-bar input{width:421px;height:45px;border:1px solid #d9d9d9;outline:none;background-color:#fff}.search-panel .search-header .search-header-bar input:focus{border:1px solid #008cd2}.search-panel .search-header .search-header-bar input.error-validator:focus{border:2px solid #c02437}.search-panel .search-header .search-header-bar i{position:absolute;color:#fff}.search-panel .search-header .search-header-bar .search-icon{left:379px;top:11px;width:41px;height:43px;background-color:#56b146}.search-panel .search-header .search-header-bar .clear-icon{background-color:#008cd2;font-size:16px;width:22px;height:22px;border-radius:22px;top:21px;left:344px}.search-panel .search-header .empty-result{padding:0px 31px;vertical-align:middle}.search-panel .search-body .disabled{opacity:.5;pointer-events:none}.search-panel .search-body .category-item-header>div:first-child{padding:0px 31px;color:#008cd2;font-weight:bold;text-transform:uppercase;border-top:1px solid #d6d6d6;display:flex;justify-content:space-between;align-items:center}.search-panel .search-body .category-item-header>div:first-child i.material-icons{font-size:24px;height:56px}.search-panel .search-body .category-item-header>div:first-child h5,.search-panel .search-body .category-item-header>div:first-child p{height:56px;line-height:normal;margin:0px;margin-left:5px;display:flex;align-items:center}.search-panel .search-body .category-item-header>div:first-child .ckb-order-item{font-size:14px;color:#474747;display:flex;justify-content:flex-end;align-items:center;text-transform:capitalize;font-weight:normal;pointer-events:all}.search-panel .search-body .category-item-header>div:first-child .ckb-order-item .ckb-label-ordered{padding-left:5px;display:flex;align-items:center;text-transform:none}.search-panel .search-body .category-item-header>div:first-child .ckb-order-item .ckb-label-ordered i.material-icons{width:24px;height:24px;font-size:20px;color:#56b146}.search-panel .search-body .category-item-header>div:first-child .ckb-order-item a{padding:0px 30px 0px 24px;text-transform:uppercase;font-weight:bold}.search-panel .search-body .category-item-header.show-more-filters{pointer-events:all}.search-panel .search-body .category-item-header.show-more-filters .more-filters{font-weight:normal;color:#474747;margin:0px 32px 10px 32px;text-transform:initial;background-color:#f9f9f9;border:1px solid #d6d6d6}.search-panel .search-body .category-item-header.show-more-filters .more-filters .more-filter-header{display:flex;justify-content:flex-end;padding:11px 16px}.search-panel .search-body .category-item-header.show-more-filters .more-filters .more-filter-header .btn-more-filter{display:flex;align-items:center}.search-panel .search-body .category-item-header.show-more-filters .more-filters .more-filter-header .btn-more-filter a{padding-left:48px}.search-panel .search-body .category-item-header.show-more-filters .more-filters .more-filter-header .btn-more-filter i{padding:0px 8px}.search-panel .search-body .category-item-header.show-more-filters .more-filters .more-filter-header .btn-more-filter.disabledReset a:first-child,.search-panel .search-body .category-item-header.show-more-filters .more-filters .more-filter-header .btn-more-filter.disabledReset a:first-child+i{pointer-events:none;opacity:.3}.search-panel .search-body .category-item-header.show-more-filters .more-filters .more-filter-title{display:flex;align-items:center;background-color:#d6d6d6;height:39px;font-size:14px;font-weight:600}.search-panel .search-body .category-item-header.show-more-filters .more-filters .more-filter-title>div{width:20%;padding:0px 16px}.search-panel .search-body .category-item-header.show-more-filters .more-filters .more-filter-body{display:flex;font-size:14px}.search-panel .search-body .category-item-header.show-more-filters .more-filters .more-filter-body>div{width:20%;padding:16px 8px;border-right:1px solid #d6d6d6}.search-panel .search-body .category-item-header.show-more-filters .more-filters .more-filter-body>div>div{height:235px;padding:0px 8px}.search-panel .search-body .category-item-header.show-more-filters .more-filters .more-filter-body>div>div>div{padding:10px 0px;display:flex;align-items:center}.search-panel .search-body .category-item-header.show-more-filters .more-filters .more-filter-body>div>div>div label{padding:0px 8px}.search-panel .search-body .category-item-header.show-more-filters .more-filters .more-filter-body>div>div .mui-dropdown{padding:0px;display:flex;justify-content:center}.search-panel .search-body .category-item-header.show-more-filters .more-filters .more-filter-body>div>div .mui-dropdown .mui-btn{width:211px;height:55px;background-color:#fff;border:1px solid #d6d6d6;color:#858585;text-transform:initial;font-weight:normal;margin:0px;padding:0px 12px;border-radius:0px}.search-panel .search-body .category-item-header.show-more-filters .more-filters .more-filter-body>div>div .mui-dropdown .mui-btn span{display:flex;justify-content:space-between;align-items:center}.search-panel .search-body .category-item-header.show-more-filters .more-filters .more-filter-body>div>div .mui-dropdown .mui-dropdown__menu{width:209px;left:10px;border-radius:0px}.search-panel .search-body .category-item-header.show-more-filters .more-filters .more-filter-body>div>div .mui-dropdown .mui-dropdown__menu>div{max-height:150px;margin:0px 8px}.search-panel .search-body .category-item-header.show-more-filters .more-filters .more-filter-body>div>div .mui-dropdown .mui-dropdown__menu>div>div{padding:4px}.search-panel .search-body .category-item-header.show-more-filters .more-filters .more-filter-body>div>div .mui-dropdown .mui-dropdown__menu>div>div:focus,.search-panel .search-body .category-item-header.show-more-filters .more-filters .more-filter-body>div>div .mui-dropdown .mui-dropdown__menu>div>div:hover{background-color:#f9f9f9}.search-panel .search-body .category-item-header.show-more-filters .more-filters .more-filter-body>div #customize-scrollbar{overflow-y:auto}.search-panel .search-body .category-item-header.show-more-filters .more-filters .more-filter-body>div>div:last-child{border:0px}.search-panel .search-body .collapsible-body{padding:0px 31px}.search-panel .search-body .collapsible-body .ingredient-btn-spinner{padding:0px 15px 5px 15px}.search-panel .search-body .collapsible-body .search-list .editable-table{color:#474747}.search-panel .search-body .collapsible-body .search-list .editable-table table thead tr{height:42px}.search-panel .search-body .collapsible-body .search-list .editable-table table thead tr th:last-child{width:10%}.search-panel .search-body .collapsible-body .search-list .editable-table table tbody tr{height:75px}.search-panel .search-body .collapsible-body .search-list .editable-table table tbody tr td[data-label=Name]>div:first-child span:first-child{padding-bottom:2px;border-bottom:2px dotted #008cd2}.search-panel .search-body .collapsible-body .search-list .editable-table table tbody tr td[data-label=Name]>div:first-child .ordered-icon,.search-panel .search-body .collapsible-body .search-list .editable-table table tbody tr td[data-label=Name]>div:first-child .used-in-icon{height:24px;width:24px;font-size:20px;color:#56b146;padding:0px 2px}.search-panel .search-body .collapsible-body .search-list .editable-table table tbody tr td[data-label=Name]>div:last-child{padding-top:12px;font-size:12px;color:#acacac;font-style:italic}.search-panel .search-body .collapsible-body .search-list .editable-table table tbody tr td[data-label=Brand]>img{padding:0px 4px}.search-panel .search-body .collapsible-body .search-list .editable-table table tbody tr td .added-row{text-transform:uppercase;font-size:16px;font-weight:600;color:#56b146;text-align:center}.search-panel .search-body .collapsible-body .search-list .editable-table table tbody tr td[data-label=Yield],.search-panel .search-body .collapsible-body .search-list .editable-table table tbody tr td[data-label="Cost per Unit"],.search-panel .search-body .collapsible-body .search-list .editable-table table tbody tr td[data-label="Total Cost"],.search-panel .search-body .collapsible-body .search-list .editable-table table tbody tr td[data-label=Supc],.search-panel .search-body .collapsible-body .search-list .editable-table table tbody tr td[data-label=Brand],.search-panel .search-body .collapsible-body .search-list .editable-table table tbody tr td[data-label="Pack/Size"],.search-panel .search-body .collapsible-body .search-list .editable-table table tbody tr td[data-label=Price]{width:15%}.search-panel .search-body .collapsible-body .search-list .editable-table table tbody tr:last-child{border:0px}.search-panel .search-body .collapsible-body .search-list .editable-table table tbody tr:focus,.search-panel .search-body .collapsible-body .search-list .editable-table table tbody tr:hover{background-color:rgba(217,236,247,.3)}.search-panel .search-body .collapsible-body .search-list .editable-table table tbody tr:focus button,.search-panel .search-body .collapsible-body .search-list .editable-table table tbody tr:hover button{color:#fff;background-color:#56b146}.search-panel .search-body .collapsible-body .search-list .editable-table table tbody tr.disabled{pointer-events:none;opacity:.3}.search-panel .search-body .collapsible-body .search-list .editable-table table tbody tr.disabled button{color:#474747;border-color:#474747}.search-panel .search-body .collapsible-body .search-list .modalclose{background-color:rgba(0,0,0,0)}.search-panel .search-body .collapsible-body .search-list .modalclose .modalclose-body-show-default{margin:30% auto}.search-panel .search-body .collapsible-body .search-list .modalclose .modalclose-body{padding:0px;border-radius:5px;border:2px solid #c02437;color:#c02437;background-color:#fff;transition:0s}.search-panel .search-body .collapsible-body .search-list .modalclose .modalclose-body .modal-content{box-shadow:0 1px 10px 0 rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.12),0 2px 4px 0 rgba(0,0,0,.14)}.search-panel .search-body .collapsible-body .search-list .modalclose .modalclose-body .modal-content .error-validator{height:50px;display:flex;justify-content:center;align-items:center}.search-panel .search-body .collapsible-body .search-list .modalclose .modalclose-body .modal-content .error-validator i.material-icons{margin-right:5px;height:32px;width:32px;background-color:#c02437;color:#fff;border-radius:32px}.search-panel .search-body .empty-result{padding:0px 31px}.search-panel .alert-modal.confirm .modal .modal-body{width:490px;border-radius:5px;box-shadow:0 1px 14px 0 rgba(0,0,0,.2),0 1px 14px 0 rgba(0,0,0,.1)}.search-panel .alert-modal.confirm .modal .modal-body .modal-content .confirm-wrapper .confirm-title{margin:8px 0px;font-size:26px;font-weight:600}.search-panel .alert-modal.confirm .modal .modal-body .modal-content .confirm-wrapper .confirm-content{margin:24px 0px;letter-spacing:normal;opacity:1;color:#474747;text-align:center;min-height:unset}.search-panel .alert-modal.confirm .modal .modal-body .modal-content .confirm-wrapper .confirm-content p{margin:0px}.search-panel .alert-modal.confirm .modal .modal-body .modal-content .confirm-wrapper .confirm-buttons{padding:12px 0px}.search-panel .alert-modal.confirm .modal .modal-body .modal-content .confirm-wrapper .confirm-buttons .confirm-button{width:147px;height:44px;border:0px;border-radius:6px;background-color:#56b146;color:#fff}.search-panel.disabled{opacity:.3}.search-panel.disabled>div,.search-panel.disabled>button,.search-panel.disabled>span,.search-panel.disabled>i,.search-panel.disabled>input,.search-panel.disabled>a{pointer-events:none}i.material-icons{display:flex;align-items:center;justify-content:center}input[type=checkbox]{width:18px;height:18px;border-radius:4px}.__react_component_tooltip{box-shadow:0 7px 8px 0 rgba(0,0,0,.2),0 5px 22px 4px rgba(0,0,0,.12),0 12px 17px 2px rgba(0,0,0,.14);padding:16px;font-weight:normal !important;text-transform:initial;font-size:14px !important;max-width:300px;word-break:break-word;z-index:99999 !important;letter-spacing:normal !important;font-family:MyriadPro,Arial,Verdana,serif !important}.__react_component_tooltip.type-light{background-color:#fafafa;color:#333}#customize-scrollbar::-webkit-scrollbar{width:8px;background-color:#f9f9f9}#customize-scrollbar::-webkit-scrollbar-track{background-color:#f9f9f9;margin:4px}#customize-scrollbar::-webkit-scrollbar-thumb{height:56px;border-radius:4px;background-color:#d6d6d6}.recipe-form .recipe-show-hide-toggle-wrapper,.batch-recipe-form .recipe-show-hide-toggle-wrapper{display:inline-block;margin-left:5px;vertical-align:text-bottom}.recipe-form,.batch-recipe-form{font-family:MyriadPro,sans-serif}.recipe-form i.recipe-name-icon,.batch-recipe-form i.recipe-name-icon{display:inline-block;font-size:16px;color:#008cd2}.recipe-form .mui-textfield.inline-edit.headline.recipe-name>span,.batch-recipe-form .mui-textfield.inline-edit.headline.recipe-name>span{font-weight:600;color:#474747;font-size:24px}.recipe-form .mui-textfield.inline-edit.headline.recipe-name>input,.batch-recipe-form .mui-textfield.inline-edit.headline.recipe-name>input{font-weight:600;color:#474747;font-size:24px}.recipe-form p.recipe-last-modified,.batch-recipe-form p.recipe-last-modified{font-size:14px;color:#acacac}.recipe-form .recipe-head-form,.batch-recipe-form .recipe-head-form{border-radius:4px;border:1px #d6d6d6 solid;padding:24px 16px 16px 16px;background-color:#fff}.recipe-form .recipe-head-form .input-label,.batch-recipe-form .recipe-head-form .input-label{font-size:12px;font-weight:bold;color:#474747}.recipe-form .recipe-head-form .sub-label,.batch-recipe-form .recipe-head-form .sub-label{font-size:10px;color:#000}.recipe-form .recipe-head-form span.subtext,.recipe-form .recipe-head-form .mui-textfield.inline-edit span.subtext,.batch-recipe-form .recipe-head-form span.subtext,.batch-recipe-form .recipe-head-form .mui-textfield.inline-edit span.subtext{font-size:16px;color:#858585}.recipe-form .recipe-head-form .inline-wrapper span.preText,.batch-recipe-form .recipe-head-form .inline-wrapper span.preText{position:unset;color:#008cd2}.recipe-form .recipe-head-form .mui-textfield.inline-edit.headline>span.value-text,.recipe-form .recipe-head-form .value-text,.batch-recipe-form .recipe-head-form .mui-textfield.inline-edit.headline>span.value-text,.batch-recipe-form .recipe-head-form .value-text{font-size:32px;color:#acacac;letter-spacing:-0.9px}.recipe-form .recipe-head-form .unit-select,.batch-recipe-form .recipe-head-form .unit-select{margin-left:5px;margin-top:20px}.recipe-form .recipe-head-form .cost-per-value,.batch-recipe-form .recipe-head-form .cost-per-value{display:inline-block}.recipe-form .recipe-head-form .cost-per-value span,.batch-recipe-form .recipe-head-form .cost-per-value span{min-width:60px;display:inline-block;margin-right:8px}.recipe-form .recipe-head-form .input-placeholder,.batch-recipe-form .recipe-head-form .input-placeholder{min-height:54px}.recipe-form .recipe-head-form .customize-input-wrapper,.batch-recipe-form .recipe-head-form .customize-input-wrapper{display:inline-block}.recipe-form .recipe-head-form .customize-input-wrapper input,.recipe-form .recipe-head-form .customize-input-wrapper input:focus,.recipe-form .recipe-head-form .customize-input-wrapper input:active,.batch-recipe-form .recipe-head-form .customize-input-wrapper input,.batch-recipe-form .recipe-head-form .customize-input-wrapper input:focus,.batch-recipe-form .recipe-head-form .customize-input-wrapper input:active{font-size:32px;font-weight:300;color:#474747;line-height:.75}.recipe-form .recipe-head-form textarea.chef-note,.batch-recipe-form .recipe-head-form textarea.chef-note{display:block;box-sizing:border-box;width:90%;font-size:14px;color:#acacac;resize:none;border:1px #d6d6d6 solid;margin-top:8px;height:68px;padding:12px;outline:none;background-color:#f9f9f9}.recipe-form .recipe-head-form .add-link,.batch-recipe-form .recipe-head-form .add-link{font-size:16px;color:#008cd2;margin-top:8px;cursor:pointer}.recipe-form .recipe-head-form p.read-more,.batch-recipe-form .recipe-head-form p.read-more{font-size:14px;color:#008cd2;height:15px}.recipe-form .recipe-head-form .chefs-notes-wrapper,.batch-recipe-form .recipe-head-form .chefs-notes-wrapper{min-height:98px}.recipe-form .recipe-head-form .chefs-notes-wrapper p,.batch-recipe-form .recipe-head-form .chefs-notes-wrapper p{margin-top:8px;margin-bottom:0px}.recipe-form .recipe-head-form .chefs-notes-tooltip,.batch-recipe-form .recipe-head-form .chefs-notes-tooltip{max-width:300px;word-break:break-word}.recipe-form .recipe-head-form .chefs-notes-text,.batch-recipe-form .recipe-head-form .chefs-notes-text{font-size:16px;color:#acacac;width:80%;overflow:hidden;word-break:break-word}.recipe-form .recipe-head-form .clickable,.batch-recipe-form .recipe-head-form .clickable{cursor:pointer}.recipe-form .menu-actions .enable-action,.batch-recipe-form .menu-actions .enable-action{pointer-events:all}.recipe-form .menu-actions .disable-action,.batch-recipe-form .menu-actions .disable-action{pointer-events:none}.pr-20{padding-right:20px}.mr-20{margin-right:20px}.mt-20{margin-top:20px}.recipe-form p.recipe-last-modified{margin:0px}.recipe-form p.recipe-last-modified .recategory-item .recategory-button{word-break:break-word;text-align:left}.recipe-form p.recipe-last-modified .recategory-item .recategory-button:hover,.recipe-form p.recipe-last-modified .recategory-item .recategory-button:active{text-decoration:none}.recipe-form .recipe-head-form{border:0px;padding:24px 34px;background-color:#f1f1f1}.recipe-form .recipe-head-form .input-label{color:#000}.recipe-form .recipe-head-form .mui-textfield.inline-edit.headline>span.value-text.cost-per-value,.recipe-form .recipe-head-form .value-text.cost-per-value{font-size:32px;font-weight:300;color:#474747;letter-spacing:-0.9px;line-height:1}.recipe-form .mui-textfield.inline-edit.headline{line-height:normal}.recipe-form .customize-input-wrapper{display:inline-block}.recipe-form .customize-input-wrapper input,.recipe-form .customize-input-wrapper input:focus,.recipe-form .customize-input-wrapper input:active{font-size:32px;font-weight:300;color:#474747;line-height:.75}.recipe-form .time-row{margin:14px 20px}.recipe-form .time-row .used-on>div{padding-top:15px}.recipe-form .time-row .used-on>div p{margin:0px}.recipe-form span.input-label{font-size:12px;color:#474747;font-weight:bold}.recipe-form .recipe-head-form .mui-textfield.inline-edit.headline>span.value-text,.recipe-form .mui-textfield.inline-edit.headline>span.value-text{font-size:32px;font-weight:300;letter-spacing:-0.87px;color:#008cd2}.recipe-form .mui-textfield.inline-edit span.subtext{color:#858585}.recipe .mui-tabs__bar,.batch-recipe .mui-tabs__bar{margin:0px}.recipe .mui-tabs__bar>li,.batch-recipe .mui-tabs__bar>li{margin:0 20px 0 0}.recipe .mui-tabs__bar>li>a,.batch-recipe .mui-tabs__bar>li>a{padding:0px;text-transform:capitalize}.recipe .mui-tabs__bar>li.mui--is-active,.batch-recipe .mui-tabs__bar>li.mui--is-active{border-bottom-color:#008cd2}.recipe-direction-chef{display:flex}.recipe-direction-chef .recipe-directions{width:70%}.recipe-direction-chef .recipe-chefs-note{width:30%;margin:18px}.recipe-direction-chef .recipe-chefs-note .chefs-notes-wrapper{border:solid 1px rgba(0,0,0,.24);background-color:#f9f9f9;padding:20px;color:#474747}.recipe-direction-chef .recipe-chefs-note .chefs-notes-wrapper .input-label{font-size:12px;font-weight:bold;margin-bottom:16px}.recipe-direction-chef .recipe-chefs-note .chefs-notes-wrapper .add-link{color:#9b9b9b}.recipe-direction-chef .recipe-chefs-note .chefs-notes-wrapper .add-link,.recipe-direction-chef .recipe-chefs-note .chefs-notes-wrapper .chefs-notes-text{cursor:context-menu}.recipe-direction-chef .recipe-chefs-note .chefs-notes-wrapper .add-link,.recipe-direction-chef .recipe-chefs-note .chefs-notes-wrapper .chefs-notes-text,.recipe-direction-chef .recipe-chefs-note .chefs-notes-wrapper .chef-note{line-height:1.5;word-break:break-word;white-space:pre-line}.recipe-direction-chef .recipe-chefs-note .chefs-notes-wrapper .chefs-notes-tooltip{word-break:break-word;white-space:pre-line}.recipe-direction-chef .recipe-chefs-note .chefs-notes-wrapper textarea.chef-note{background:rgba(0,0,0,0);border:none;border-bottom:2px solid #008cd2;color:#acacac;font-size:14px;resize:none;margin-top:8px;padding:12px}.recipe-direction-chef .recipe-chefs-note .chefs-notes-wrapper i.material-icons{font-size:24px;height:24px;width:24px;color:#008cd2;justify-content:unset}.recipe-direction-chef .recipe-chefs-note .chefs-notes-wrapper button{width:auto}.recipes .no-recipe-panel{width:100%;padding:50px 0px;border-radius:5px;box-shadow:0 1px 3px 0 rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.12),0 0 2px 0 rgba(0,0,0,.14);background-color:#fff;color:#858585}.recipes .category-item-header .category-left-panel i.material-icons.edit-category-name{font-size:18px;height:18px;position:relative}.recipes .category-item-header .category-left-panel span{margin-right:5px}.recipes .category-item-header .category-left-panel span i.material-icons{font-size:20px;height:20px}.recipes .category-item-header .category-left-panel span p{line-height:24px}.recipes .category-item-header .category-right-panel .swap-icon{font-size:18px;font-weight:bold;margin:0px;width:14px;height:10px}.recipes .category-item-header .category-right-panel .swap-icon.disabled-icon{pointer-events:none;color:#acacac}.recipes .category-item-header .category-right-panel .delete-icon{font-size:24px;margin:0px 16px}.recipes .category-item-header .category-right-panel .hidden-delete{width:56px}.recipes .items .editable-table table thead{color:rgba(0,0,0,.64);line-height:1.08}.recipes .items .editable-table table thead p.subText{font-size:10px;font-weight:400}.recipes .items .editable-table table tr th,.recipes .items .editable-table table tr td{text-align:center;width:11%}.recipes .items .editable-table table tr th p,.recipes .items .editable-table table tr th h2,.recipes .items .editable-table table tr td p,.recipes .items .editable-table table tr td h2{margin:0px}.recipes .items .editable-table table tr th h2,.recipes .items .editable-table table tr td h2{font-size:18px}.recipes .items .editable-table table tr th:first-child,.recipes .items .editable-table table tr td:first-child{width:40px}.recipes .items .editable-table table tr th:nth-child(2){color:#008cd2;text-align:left}.recipes .items .editable-table table tr th:nth-child(2),.recipes .items .editable-table table tr td:nth-child(2){width:140px}.recipes .items .editable-table table tr th:nth-child(3),.recipes .items .editable-table table tr td:nth-child(3){text-align:left;width:25%}.recipes .mui-panel{position:relative}.recipes .mui-panel .sub-category-panel{top:50px;left:80px}.recipes .footer-toolbar{position:relative}.recipes .footer-toolbar .sub-category-panel{top:-310px}.recipes .alert-modal .modal .modal-body .modal-content .confirm-title{word-break:break-word}.recipes .alert-modal .modalclose.open .modalclose-body .modal-content .alert-body{word-break:break-word}.recipes .alert-modal.confirm .modal .modal-body{min-height:180px}.recipes .alert-modal.confirm .modal .modal-body .confirm-wrapper .confirm-content{min-height:55px}.recipes .alert-modal.confirm .modal .modal-body .confirm-wrapper .confirm-content span.highlight{color:#c02437;font-size:16px}.sub-category-panel{font-family:MyriadPro,Arial,Verdana,sans-serif;z-index:999;box-shadow:0 1px 14px 0 rgba(0,0,0,.2),0 1px 14px 0 rgba(0,0,0,.1);background-color:#fff;color:#474747;border-radius:5px}.sub-category-panel .panel-title{font-size:14px;text-transform:uppercase;border-bottom:solid 1px rgba(74,74,74,.1);padding:16px 12px 10px 12px}.sub-category-panel .panel-body{padding:0px 12px}.sub-category-panel .panel-body p.content-title{text-transform:uppercase;font-size:12px;margin:24px 0px 4px 0px}.sub-category-panel .panel-body .customize-input-wrapper{width:215px;height:45px}.sub-category-panel .panel-body .customize-input-wrapper input{text-align:left;height:100%;width:100%;box-sizing:border-box;line-height:1.5;border:solid 1px rgba(0,0,0,.16);background-color:rgba(216,216,216,.16)}.sub-category-panel .panel-body .customize-input-wrapper input.error-warning{border:solid 1px #c02437;background-color:rgba(192,36,55,.08);color:#c02437}.sub-category-panel .panel-body .customize-input-wrapper input:focus{outline:none}.sub-category-panel .panel-body .customize-input-wrapper input::-moz-placeholder{text-align:left}.sub-category-panel .panel-body .customize-input-wrapper input::placeholder{text-align:left}.sub-category-panel .panel-body .error-msg{font-size:13px;color:#c41e2e;margin:8px 0px 0px}.sub-category-panel .panel-body .mui-select .mui-select__menu{max-height:400px;margin-top:200px}.sub-category-panel .panel-body textarea{width:321px;height:78px;padding:10px 12px;border:solid 1px rgba(0,0,0,.16);background-color:rgba(216,216,216,.16);color:#474747;line-height:1.5;resize:none}.sub-category-panel .panel-footer button{width:184px;height:45px;margin:24px 0px}.sub-category-panel .panel-footer .mui-btn--disabled{background-color:rgba(0,140,210,.4);color:#fff;border:0}.recipes .editable-table td[data-label="Used On"] .multi-level-menu-button,.recipe-form .used-on .multi-level-menu-button{color:#008cd2;font-family:MyriadPro,Arial,Verdana,sans-serif}.recipes .editable-table td[data-label="Used On"] .alert-modal.confirm .modal .modal-body,.recipe-form .used-on .alert-modal.confirm .modal .modal-body{width:530px;padding:16px;min-height:unset}.recipes .editable-table td[data-label="Used On"] .alert-modal.confirm .modal .modal-body .confirm-wrapper .confirm-title,.recipe-form .used-on .alert-modal.confirm .modal .modal-body .confirm-wrapper .confirm-title{font-size:20px;line-height:1.35;color:#474747;text-align:left;word-break:break-word}.recipes .editable-table td[data-label="Used On"] .alert-modal.confirm .modal .modal-body .confirm-wrapper .confirm-content,.recipe-form .used-on .alert-modal.confirm .modal .modal-body .confirm-wrapper .confirm-content{min-height:unset;opacity:unset}.recipes .editable-table td[data-label="Used On"] .alert-modal.confirm .modal .modal-body .confirm-wrapper .confirm-content .menu-category-ddl,.recipe-form .used-on .alert-modal.confirm .modal .modal-body .confirm-wrapper .confirm-content .menu-category-ddl{display:flex}.recipes .editable-table td[data-label="Used On"] .alert-modal.confirm .modal .modal-body .confirm-wrapper .confirm-content .menu-category-ddl>div:first-child,.recipe-form .used-on .alert-modal.confirm .modal .modal-body .confirm-wrapper .confirm-content .menu-category-ddl>div:first-child{margin-right:30px}.recipes .editable-table td[data-label="Used On"] .alert-modal.confirm .modal .modal-body .confirm-wrapper .confirm-content .menu-category-ddl .input-wrapper.compressed,.recipe-form .used-on .alert-modal.confirm .modal .modal-body .confirm-wrapper .confirm-content .menu-category-ddl .input-wrapper.compressed{width:250px;height:55px;border:solid 1px #d6d6d6;background-color:#f9f9f9}.recipes .editable-table td[data-label="Used On"] .alert-modal.confirm .modal .modal-body .confirm-wrapper .confirm-content .menu-category-ddl .input-wrapper.compressed.locked,.recipe-form .used-on .alert-modal.confirm .modal .modal-body .confirm-wrapper .confirm-content .menu-category-ddl .input-wrapper.compressed.locked{border:1px solid #c02437}.recipes .editable-table td[data-label="Used On"] .alert-modal.confirm .modal .modal-body .confirm-wrapper .confirm-content .menu-category-ddl .input-wrapper.compressed .mui-select.compressed,.recipe-form .used-on .alert-modal.confirm .modal .modal-body .confirm-wrapper .confirm-content .menu-category-ddl .input-wrapper.compressed .mui-select.compressed{color:#474747}.recipes .editable-table td[data-label="Used On"] .alert-modal.confirm .modal .modal-body .confirm-wrapper .confirm-content .menu-category-ddl .input-wrapper.compressed .mui-select.compressed.focus>select,.recipe-form .used-on .alert-modal.confirm .modal .modal-body .confirm-wrapper .confirm-content .menu-category-ddl .input-wrapper.compressed .mui-select.compressed.focus>select{color:#008cd2}.recipes .editable-table td[data-label="Used On"] .alert-modal.confirm .modal .modal-body .confirm-wrapper .confirm-content .menu-category-ddl .input-wrapper.compressed .mui-select.compressed.disabled,.recipe-form .used-on .alert-modal.confirm .modal .modal-body .confirm-wrapper .confirm-content .menu-category-ddl .input-wrapper.compressed .mui-select.compressed.disabled{opacity:.4;color:#858585;pointer-events:none}.recipes .editable-table td[data-label="Used On"] .alert-modal.confirm .modal .modal-body .confirm-wrapper .confirm-content .menu-category-ddl .input-wrapper.compressed .mui-select.compressed select,.recipe-form .used-on .alert-modal.confirm .modal .modal-body .confirm-wrapper .confirm-content .menu-category-ddl .input-wrapper.compressed .mui-select.compressed select{border:0;width:90%;height:55px;padding:0 30px 0 16px;color:#474747}.recipes .editable-table td[data-label="Used On"] .alert-modal.confirm .modal .modal-body .confirm-wrapper .confirm-content .menu-category-ddl .input-wrapper.compressed .mui-select.compressed .mui-select__menu,.recipe-form .used-on .alert-modal.confirm .modal .modal-body .confirm-wrapper .confirm-content .menu-category-ddl .input-wrapper.compressed .mui-select.compressed .mui-select__menu{max-height:300px;position:sticky;text-align:left;margin-top:2px}.recipes .editable-table td[data-label="Used On"] .alert-modal.confirm .modal .modal-body .confirm-wrapper .confirm-content .locked-error,.recipe-form .used-on .alert-modal.confirm .modal .modal-body .confirm-wrapper .confirm-content .locked-error{color:#c02437;font-weight:400;text-align:left;font-size:14px}.recipes .editable-table td[data-label="Used On"] .alert-modal.confirm .modal .modal-body .confirm-wrapper .confirm-buttons,.recipe-form .used-on .alert-modal.confirm .modal .modal-body .confirm-wrapper .confirm-buttons{display:flex;justify-content:space-between;align-items:center;position:relative}.recipes .editable-table td[data-label="Used On"] .alert-modal.confirm .modal .modal-body .confirm-wrapper .confirm-buttons .ckb-add-to-menu,.recipe-form .used-on .alert-modal.confirm .modal .modal-body .confirm-wrapper .confirm-buttons .ckb-add-to-menu{position:absolute;left:0;top:20%;cursor:pointer;color:#474747;font-size:16px;text-align:center;display:flex}.recipes .editable-table td[data-label="Used On"] .alert-modal.confirm .modal .modal-body .confirm-wrapper .confirm-buttons .ckb-add-to-menu i.material-icons,.recipe-form .used-on .alert-modal.confirm .modal .modal-body .confirm-wrapper .confirm-buttons .ckb-add-to-menu i.material-icons{width:20px;height:20px;border-radius:4px;border:solid 1px #acacac;font-size:18px;color:#008cd2;margin-right:5px}.recipes .editable-table td[data-label="Used On"] .alert-modal.confirm .modal .modal-body .confirm-wrapper .confirm-buttons label.ckb-add-to-menu input[type=checkbox],.recipe-form .used-on .alert-modal.confirm .modal .modal-body .confirm-wrapper .confirm-buttons label.ckb-add-to-menu input[type=checkbox]{position:fixed;top:-1000px}.recipes .editable-table td[data-label="Used On"] .alert-modal.confirm .modal .modal-body .confirm-wrapper .confirm-buttons .confirm-button,.recipe-form .used-on .alert-modal.confirm .modal .modal-body .confirm-wrapper .confirm-buttons .confirm-button{border-radius:25px;background-color:#008cd2;border-color:#008cd2;color:#fff;width:130px;font-weight:400;text-transform:capitalize !important}.recipes .editable-table td[data-label="Used On"] .alert-modal.confirm .modal .modal-body .confirm-wrapper .confirm-buttons .confirm-button.disabled,.recipe-form .used-on .alert-modal.confirm .modal .modal-body .confirm-wrapper .confirm-buttons .confirm-button.disabled{pointer-events:none;opacity:.4}.multi-level-item-list{word-break:break-word;max-width:240px;max-height:unset;overflow-y:hidden}.multi-level-item-list .used-on-multi-level{max-height:200px;overflow-y:auto}.multi-level-item-list .used-on-multi-level .multi-level-menu-list.used-on-list-item span{display:flex;align-items:flex-end}.multi-level-item-list .used-on-multi-level .multi-level-menu-list.used-on-list-item span .used-on-category{padding-left:4px;font-size:12px;color:#858585;font-style:italic}.multi-level-item-list .multi-level-menu-list{height:unset;min-height:39px}.multi-level-menu-list-container .sub-category-panel{font-family:MyriadPro,Arial,Verdana,sans-serif;box-shadow:0 1px 14px 0 rgba(0,0,0,.2),0 1px 14px 0 rgba(0,0,0,.1);background-color:#fff;color:#474747;border-radius:5px}.multi-level-menu-list-container .sub-category-panel .panel-title{font-size:14px;text-transform:uppercase;border-bottom:solid 1px rgba(74,74,74,.1);padding:16px 12px 10px 12px}.multi-level-menu-list-container .sub-category-panel .panel-body{padding:0px 12px}.multi-level-menu-list-container .sub-category-panel .panel-body p.content-title{text-transform:uppercase;font-size:12px;margin:24px 0px 4px 0px}.multi-level-menu-list-container .sub-category-panel .panel-body .customize-input-wrapper{width:215px;height:45px}.multi-level-menu-list-container .sub-category-panel .panel-body .customize-input-wrapper input{text-align:left;height:100%;width:100%;box-sizing:border-box;line-height:1.5;border:solid 1px rgba(0,0,0,.16);background-color:rgba(216,216,216,.16)}.multi-level-menu-list-container .sub-category-panel .panel-body .customize-input-wrapper input.error-warning{border:solid 1px #c02437;background-color:rgba(192,36,55,.08);color:#c02437}.multi-level-menu-list-container .sub-category-panel .panel-body .customize-input-wrapper input:focus{outline:none}.multi-level-menu-list-container .sub-category-panel .panel-body .customize-input-wrapper input::-moz-placeholder{text-align:left}.multi-level-menu-list-container .sub-category-panel .panel-body .customize-input-wrapper input::placeholder{text-align:left}.multi-level-menu-list-container .sub-category-panel .panel-body .error-msg{font-size:13px;color:#c41e2e;margin:8px 0px 0px}.multi-level-menu-list-container .sub-category-panel .panel-body .mui-select .mui-select__menu{max-height:400px;margin-top:200px}.multi-level-menu-list-container .sub-category-panel .panel-footer button{width:184px;height:45px;margin:24px 0px}.multi-level-menu-list-container .sub-category-panel .panel-footer .mui-btn--disabled{background-color:rgba(0,140,210,.4);color:#fff;border:0}.stretch-flex{flex:1}[tabindex]{outline:none}.fixedbar-ing-search{width:100%;height:50px;display:flex;align-items:center;position:absolute;bottom:-50px}.fixedbar-ing-search .add-custom-row{display:flex;width:100%}.fixedbar-ing-search .add-custom-row .adcust input::-moz-placeholder{font-size:12px;font-style:italic}.fixedbar-ing-search .add-custom-row .adcust input::placeholder{font-size:12px;font-style:italic}.fixedbar-ing-search .add-custom-row .adcust{margin-right:10px}.fixedbar-ing-search .add-custom-row .adcust .ing-custom-input-wrapper input{width:100%;min-height:36px;text-align:left}.fixedbar-ing-search .add-custom-row .name-col{flex:0 1 250px}.fixedbar-ing-search .add-custom-row .brand-col{flex:0 1 110px}.fixedbar-ing-search .add-custom-row .cost-col{display:flex;flex:0 1 240px}.fixedbar-ing-search .add-custom-row .cost-col>div:first-child,.fixedbar-ing-search .add-custom-row .cost-col>div:last-child{width:50%}.fixedbar-ing-search .add-custom-row .cost-col>div:first-child{margin-right:10px}.fixedbar-ing-search .add-custom-row .action-col{display:flex;align-items:center;flex:0 1 150px}.ing-search .modal.open{overflow:hidden}.interative-element{font-weight:600;color:#008cd2}.__react_component_tooltip.show .used-in-items{text-align:left;padding:2px 2px 2px 2px}.__react_component_tooltip.show .used-in-items .recipe-name{font-size:14px;font-weight:800}.__react_component_tooltip.show .used-in-items .recipe-name:before{display:inline-block;content:" ";width:6px;height:6px;margin-right:8px;border-radius:50%;background:rgba(0,0,0,.54)}.modal-body-ingredient-search{padding:20px 0 0 0}.modal-body-ingredient-search .item-brand img{padding:0 4px}.modal-body-ingredient-search .item-with-image{display:flex;align-items:center}.modal-body-ingredient-search .item-with-image .item-image{width:40px;margin-right:10px;display:flex;align-items:center;flex:0 0 auto}.modal-body-ingredient-search .item-with-image .item-image img{width:100%}.modal-body-ingredient-search .no-data-available{display:flex;min-height:100px;align-items:center;justify-content:center;font-size:14px;color:#a1a1a1;font-weight:normal;padding-left:3px}.modal-body-ingredient-search .no-data-available.left-align{justify-content:flex-start}.modal-body-ingredient-search .ing-unit{min-width:50px}.modal-body-ingredient-search .ing-custom-input-wrapper input{position:relative;width:40px;height:32px;background-color:#f9f9f9;border:1px solid #d6d6d6;border-radius:6px;padding:0px 5px;color:#474747;text-align:center;font-size:14px}.modal-body-ingredient-search .ing-custom-input-wrapper input:focus{border-color:#008cd2}.modal-body-ingredient-search .ing-custom-input-wrapper input.error-warning{border:solid 1px #c02437;background-color:rgba(192,36,55,.08);color:#c02437}.modal-body-ingredient-search .ing-custom-input-wrapper.flex-inputs input{width:100%}.modal-body-ingredient-search .ing-custom-input-wrapper.multi-inputs{display:flex;align-items:center}.modal-body-ingredient-search .with-bottom-bar{height:calc(100% - 54px)}.modal-body-ingredient-search .without-bottom-bar{height:100%}.modal-body-ingredient-search .ingredients-tab-wrapper .mui-tabs__bar{scrollbar-width:none;-ms-overflow-style:none}.modal-body-ingredient-search .ingredients-tab-wrapper .mui-tabs__bar::-webkit-scrollbar{display:none}.modal-body-ingredient-search .ingredients-tab-wrapper{width:100%;margin:0 20px}.modal-body-ingredient-search .ingredients-tab-wrapper>div:first-of-type{background:rgba(0,0,0,0);height:100%}.modal-body-ingredient-search .filters-wrapper{width:200px;min-width:180px}.modal-body-ingredient-search .filters-wrapper .filters-list{height:calc(100% - 58px);overflow:auto;padding-right:10px;margin-right:10px}.modal-body-ingredient-search .filters-wrapper h4.filters-heading{color:rgba(0,0,0,.87)}.modal-body-ingredient-search .tab-wrapper{display:flex;flex:1 1 auto}.modal-body-ingredient-search .selected-ingredients{width:360px;min-width:360px;margin-left:10px;border:1px solid #f1f1f1;border-radius:6px}.modal-body-ingredient-search .selected-ingredients .optional-column{font-style:italic;color:#a1a1a1}.modal-body-ingredient-search .selected-ingredients .optional-label-text{font-size:12px;position:absolute;bottom:-20px;right:10px;font-style:italic;color:#a1a1a1}.modal-body-ingredient-search .selected-ingredients .ss-dropdown__control{min-width:60px;margin-bottom:0 !important;min-height:31px !important}.modal-body-ingredient-search .selected-ingredients .editable-table{padding:0 4px;overflow:auto;height:calc(100% - 75px)}.modal-body-ingredient-search .selected-ingredients .selected-items-header{background:#f1f1f1;border-top-left-radius:6px;border-top-right-radius:6px;padding:11px;margin-bottom:25px;position:relative}.modal-body-ingredient-search .selected-ingredients .selected-items-header h4{margin:0}.modal-body-ingredient-search .filter-section{margin-bottom:5px}.modal-body-ingredient-search .filter-section h5{color:rgba(0,0,0,.64);font-weight:600}.modal-body-ingredient-search .ingredients-searchbox-overlay-wrapper{width:100%;max-width:420px}.modal-body-ingredient-search .ingredients-searchbox-overlay-wrapper .search-col{width:100% !important;margin-bottom:5px !important}.modal-body-ingredient-search .ingredients-searchbox-overlay-wrapper .search-col .input-div .searchIcon{font-size:24px;top:5px}.modal-body-ingredient-search .ingredients-searchbox-overlay-wrapper .search-col .input-div .clearIcon{width:20px;height:20px;font-size:14px;top:10px;right:14px}.modal-body-ingredient-search .ingredients-searchbox-overlay-wrapper .search-col .input-div input{height:40px;font-size:14px;font-weight:100;border-radius:25px}.modal-body-ingredient-search .mui-radio>label>input[type=radio],.modal-body-ingredient-search .mui-radio--inline>label>input[type=radio],.modal-body-ingredient-search .mui-checkbox>label>input[type=checkbox],.modal-body-ingredient-search .mui-checkbox--inline>label>input[type=checkbox]{position:absolute;margin-left:-30px;margin-top:0px}.modal-body-ingredient-search .mui-radio,.modal-body-ingredient-search .mui-checkbox{position:relative;display:block;padding-bottom:15px;padding-top:0;margin-bottom:0px}.modal-body-ingredient-search .mui-radio>label,.modal-body-ingredient-search .mui-checkbox>label{-webkit-user-select:none;-moz-user-select:none;user-select:none;padding-left:30px;font-weight:100;font-size:14px;color:rgba(0,0,0,.74)}.modal-body-ingredient-search .mui-tabs__pane{padding-top:20px;height:100%}.modal-body-ingredient-search .mui-tabs__pane .panel-container{border:none;margin-top:0;height:calc(100% - 75px);overflow:auto;min-height:1px}.modal-body-ingredient-search .mui-tabs__pane .panel-container.with-fixed-bar{height:calc(100% - 100px)}.modal-body-ingredient-search .collapsible-filter{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.modal-body-ingredient-search .collapsible-filter .material-icons{font-size:21px;font-weight:600;color:rgba(0,0,0,.64)}.modal-body-ingredient-search .selected-ingredients table tr:hover .remove-selected-ingredient{visibility:visible}.modal-body-ingredient-search .remove-selected-ingredient{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;visibility:hidden}.modal-body-ingredient-search .remove-selected-ingredient:hover{text-decoration:none}.modal-body-ingredient-search .remove-selected-ingredient .material-icons{font-size:20px}.pb-0{padding-bottom:0 !important}.mt-3{margin-top:3px !important}.items-center{align-items:center !important}.flex-col{flex-direction:column !important}.custom-toggle{padding-bottom:15px;position:relative}.custom-toggle.checkbox input[type=radio],.custom-toggle.checkbox input[type=checkbox],.custom-toggle.radio input[type=radio],.custom-toggle.radio input[type=checkbox]{opacity:0;position:absolute}.custom-toggle.checkbox input[type=radio]+label::after,.custom-toggle.checkbox input[type=checkbox]+label::after,.custom-toggle.radio input[type=radio]+label::after,.custom-toggle.radio input[type=checkbox]+label::after{content:none}.custom-toggle.checkbox input[type=radio]:checked+label::after,.custom-toggle.checkbox input[type=checkbox]:checked+label::after,.custom-toggle.radio input[type=radio]:checked+label::after,.custom-toggle.radio input[type=checkbox]:checked+label::after{content:""}.custom-toggle.checkbox input[type=radio]:focus+label::before,.custom-toggle.checkbox input[type=checkbox]:focus+label::before,.custom-toggle.radio input[type=radio]:focus+label::before,.custom-toggle.radio input[type=checkbox]:focus+label::before{outline:none}.custom-toggle.checkbox label,.custom-toggle.radio label{position:relative;display:inline-block;padding-left:30px;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-weight:100;font-size:14px;color:rgba(0,0,0,.74);cursor:pointer}.custom-toggle.radio label::before,.custom-toggle.radio label::after{position:absolute;content:"";display:inline-block}.custom-toggle.radio label:before{height:18px;width:18px;left:0;top:-1px;border:1px solid #acacac;border-radius:50%}.custom-toggle.radio label::after{top:4px;left:5px;content:"";display:inline-block;height:10px;width:10px;background:#008cd2;border-radius:50%}.custom-toggle.radio input[type=radio]:checked+label::before{border:1px solid #008cd2}.custom-toggle.checkbox label::before,.custom-toggle.checkbox label::after{position:absolute;content:"";display:inline-block}.custom-toggle.checkbox label::before{width:18px;height:18px;border-radius:4px;border:1px solid #acacac;font-size:18px;color:#008cd2;cursor:pointer;left:0;top:-1px}.custom-toggle.checkbox label::after{height:5px;width:9px;border-left:2px solid;border-bottom:2px solid;transform:rotate(-45deg);left:4px;top:4px;color:#008cd2}.ReactVirtualized__Table__sortableHeaderIcon--ASC path{display:none}.ReactVirtualized__Table__sortableHeaderIcon--ASC{background:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 18 18%27%3E%3Cpath d=%27M10 15V6l4 4 1-1-6-6-6 6 1 1 4-4v9z%27 fill=%27%237f7f7f%27/%3E%3C/svg%3E") no-repeat top;background-size:contain;height:16px !important}.ReactVirtualized__Table__sortableHeaderIcon--DESC path{display:none}.ReactVirtualized__Table__sortableHeaderIcon--DESC{background:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 18 18%27%3E%3Cpath d=%27M8 3v9.13L4 8 3 9l6 6 6-6-1-1-4 4.13V3z%27 fill=%27%237f7f7f%27/%3E%3C/svg%3E") no-repeat top;background-size:contain;height:16px !important}.show-element{display:block !important}.hide-element{display:none !important}.no-padding.actions-button{padding-right:26px}.multi-level-menu-list-container .sub-category-panel.with-sysco .panel-body .mui-select .mui-select__menu{margin-top:2px !important}.qty-selected-items-header{color:#000 !important;opacity:.8 !important}.menu-item-sales{color:rgba(0,0,0,.64)}.menu-item-sales .categories .mui-panel{padding:2px}.menu-item-sales .categories .mui-panel .collapsible .collapsible-header .category-item-header{color:#474747}.menu-item-sales .categories .mui-panel .collapsible .collapsible-header .category-item-header>span{display:flex;align-items:center}.menu-item-sales .categories .mui-panel .collapsible .collapsible-header .category-item-header>span i{font-size:30px;padding:0px 5px 0px 10px}.menu-item-sales .categories .mui-panel .collapsible .collapsible-header .category-item-header>span h4{font-size:18px;margin:0px;padding:16px 5px 16px 2px}.menu-item-sales .categories .mui-panel .collapsible .collapsible-header .category-item-header>span p{color:rgba(0,0,0,.48);margin:0px}.menu-item-sales .categories .mui-panel .collapsible .collapsible-body .menu-sales-item .editable-table{color:rgba(0,0,0,.64)}.menu-item-sales .categories .mui-panel .collapsible .collapsible-body .menu-sales-item .editable-table table thead tr th:first-child{padding:25px 0px 0px 44px}.menu-item-sales .categories .mui-panel .collapsible .collapsible-body .menu-sales-item .editable-table table thead tr th:first-child div{text-align:left}.menu-item-sales .categories .mui-panel .collapsible .collapsible-body .menu-sales-item .editable-table table thead tr th{height:45px;padding-top:17px;font-weight:bold}.menu-item-sales .categories .mui-panel .collapsible .collapsible-body .menu-sales-item .editable-table table thead tr th div{text-align:center}.menu-item-sales .categories .mui-panel .collapsible .collapsible-body .menu-sales-item .editable-table table thead tr th:last-child{padding:25px 25px 0px 0px}.menu-item-sales .categories .mui-panel .collapsible .collapsible-body .menu-sales-item .editable-table table tbody tr td:first-child{padding-left:44px;font-size:18px}.menu-item-sales .categories .mui-panel .collapsible .collapsible-body .menu-sales-item .editable-table table tbody tr td:first-child>div{display:flex;align-items:center;justify-content:flex-start}.menu-item-sales .categories .mui-panel .collapsible .collapsible-body .menu-sales-item .editable-table table tbody tr td{padding:0px;height:74px}.menu-item-sales .categories .mui-panel .collapsible .collapsible-body .menu-sales-item .editable-table table tbody tr td>div{display:flex;align-items:center;justify-content:center}.menu-item-sales .categories .mui-panel .collapsible .collapsible-body .menu-sales-item .editable-table table tbody tr td>div .dotted{width:15px;height:15px;border-radius:100px;margin:4px}.menu-item-sales .categories .mui-panel .collapsible .collapsible-body .menu-sales-item .editable-table table tbody tr td>div .high-level{background-color:#6eb43f}.menu-item-sales .categories .mui-panel .collapsible .collapsible-body .menu-sales-item .editable-table table tbody tr td>div .low-level{background-color:#c02437}.menu-item-sales .categories .mui-panel .collapsible .collapsible-body .menu-sales-item .editable-table table tbody tr td:last-child{padding-right:25px}.menu-item-sales .categories .mui-panel .collapsible .collapsible-body .menu-sales-item .editable-table table tbody tr td:last-child>div span{border-bottom:1px dashed #008cd2}.menu-item-sales .categories .mui-panel .collapsible .collapsible-body .menu-sales-item .editable-table table tbody tr.archived{background-color:rgba(0,0,0,.06);cursor:default}.menu-item-sales .categories .mui-panel .collapsible .collapsible-body .menu-sales-item .editable-table table tbody tr.archived .archived-row{background-color:rgba(0,0,0,.48);width:60px;height:16px;border-radius:8px;font-size:10px;color:#fff;text-transform:uppercase;font-style:italic;display:flex;justify-content:center}.menu-item-sales .categories .mui-panel .collapsible .collapsible-body .menu-sales-item .footer-toolbar{padding:16px 40px}.menu-item-sales .categories .mui-panel .collapsible .collapsible-body .menu-sales-item .modalclose .modalclose-body{width:880px;padding:0px}.menu-item-sales .categories .mui-panel .collapsible .collapsible-body .menu-sales-item .modalclose .modalclose-body .modal-content .sales-star-chart .category-title{padding-top:40px;opacity:.64;font-size:24px;text-align:center;color:#000}.menu-item-sales .categories .mui-panel .collapsible .collapsible-body .menu-sales-item .modalclose .modalclose-body .modal-content .sales-star-chart .footer-description{padding:20px 28px;background-color:#f7f7f7;height:110px;border-top:1px solid rgba(0,0,0,.16);font-size:14px;color:#666;display:flex;justify-content:space-between}.menu-item-sales .categories .mui-panel .collapsible .collapsible-body .menu-sales-item .modalclose .modalclose-body .modal-content .sales-star-chart .footer-description>div{width:400px}.menu-item-sales .categories .mui-panel .collapsible .collapsible-body .menu-sales-item .modalclose .modalclose-body-show-default{margin:5% auto}@media(max-width: 888px){.menu-item-sales .menu-sales-item .modalclose.open{overflow-x:auto}}@media(max-height: 700px){.menu-item-sales .menu-sales-item .modalclose.open{overflow-y:auto}}.manage-menu .mui-tabs__bar{border-bottom:0}.manage-menu .profit-calculator.title{height:49px;font-size:16px;line-height:48px;color:#474747}.manage-menu .explore-sales-pricing-div{padding-bottom:23px;border-bottom:1px #d6d6d6 solid}.manage-menu div.calculator-confidential{font-size:14px;color:#acacac;margin-top:12px}.menu-form .modalclose,.menu-engineering-digest .digest-item .modalclose{background-color:rgba(0,0,0,.7)}.menu-form .modalclose .modalclose-body,.menu-engineering-digest .digest-item .modalclose .modalclose-body{width:360px;background-color:#fefefe;padding:20px}.menu-form .modalclose .modalclose-body .modal-header .archived-msg-header,.menu-engineering-digest .digest-item .modalclose .modalclose-body .modal-header .archived-msg-header{opacity:.64;font-size:24px;color:#000;padding:4px 0px 24px 0px;text-align:center}.menu-form .modalclose .modalclose-body .modal-content .archived-msg-body,.menu-form .modalclose .modalclose-body .modal-content .visible-msg-body,.menu-engineering-digest .digest-item .modalclose .modalclose-body .modal-content .archived-msg-body,.menu-engineering-digest .digest-item .modalclose .modalclose-body .modal-content .visible-msg-body{padding:0px 4px}.menu-form .modalclose .modalclose-body .modal-content .archived-msg-body .archived-msg,.menu-form .modalclose .modalclose-body .modal-content .archived-msg-body .visible-msg,.menu-form .modalclose .modalclose-body .modal-content .visible-msg-body .archived-msg,.menu-form .modalclose .modalclose-body .modal-content .visible-msg-body .visible-msg,.menu-engineering-digest .digest-item .modalclose .modalclose-body .modal-content .archived-msg-body .archived-msg,.menu-engineering-digest .digest-item .modalclose .modalclose-body .modal-content .archived-msg-body .visible-msg,.menu-engineering-digest .digest-item .modalclose .modalclose-body .modal-content .visible-msg-body .archived-msg,.menu-engineering-digest .digest-item .modalclose .modalclose-body .modal-content .visible-msg-body .visible-msg{opacity:.64;font-size:18px;line-height:1.33;color:#000}.menu-form .modalclose .modalclose-body .modal-content .archived-msg-body .archived-btn-panel,.menu-form .modalclose .modalclose-body .modal-content .archived-msg-body .visible-btn-panel,.menu-form .modalclose .modalclose-body .modal-content .visible-msg-body .archived-btn-panel,.menu-form .modalclose .modalclose-body .modal-content .visible-msg-body .visible-btn-panel,.menu-engineering-digest .digest-item .modalclose .modalclose-body .modal-content .archived-msg-body .archived-btn-panel,.menu-engineering-digest .digest-item .modalclose .modalclose-body .modal-content .archived-msg-body .visible-btn-panel,.menu-engineering-digest .digest-item .modalclose .modalclose-body .modal-content .visible-msg-body .archived-btn-panel,.menu-engineering-digest .digest-item .modalclose .modalclose-body .modal-content .visible-msg-body .visible-btn-panel{padding:24px 0px 4px 0px;text-align:right}.menu-form .modalclose .modalclose-body .modal-content .archived-msg-body .archived-btn-panel>a,.menu-form .modalclose .modalclose-body .modal-content .archived-msg-body .visible-btn-panel>a,.menu-form .modalclose .modalclose-body .modal-content .visible-msg-body .archived-btn-panel>a,.menu-form .modalclose .modalclose-body .modal-content .visible-msg-body .visible-btn-panel>a,.menu-engineering-digest .digest-item .modalclose .modalclose-body .modal-content .archived-msg-body .archived-btn-panel>a,.menu-engineering-digest .digest-item .modalclose .modalclose-body .modal-content .archived-msg-body .visible-btn-panel>a,.menu-engineering-digest .digest-item .modalclose .modalclose-body .modal-content .visible-msg-body .archived-btn-panel>a,.menu-engineering-digest .digest-item .modalclose .modalclose-body .modal-content .visible-msg-body .visible-btn-panel>a{padding:24px;text-transform:uppercase}.menu-form .modalclose .modalclose-body .modal-content .archived-msg-body .archived-btn-panel>button.archived-btn,.menu-form .modalclose .modalclose-body .modal-content .archived-msg-body .archived-btn-panel>button.visible-btn,.menu-form .modalclose .modalclose-body .modal-content .archived-msg-body .visible-btn-panel>button.archived-btn,.menu-form .modalclose .modalclose-body .modal-content .archived-msg-body .visible-btn-panel>button.visible-btn,.menu-form .modalclose .modalclose-body .modal-content .visible-msg-body .archived-btn-panel>button.archived-btn,.menu-form .modalclose .modalclose-body .modal-content .visible-msg-body .archived-btn-panel>button.visible-btn,.menu-form .modalclose .modalclose-body .modal-content .visible-msg-body .visible-btn-panel>button.archived-btn,.menu-form .modalclose .modalclose-body .modal-content .visible-msg-body .visible-btn-panel>button.visible-btn,.menu-engineering-digest .digest-item .modalclose .modalclose-body .modal-content .archived-msg-body .archived-btn-panel>button.archived-btn,.menu-engineering-digest .digest-item .modalclose .modalclose-body .modal-content .archived-msg-body .archived-btn-panel>button.visible-btn,.menu-engineering-digest .digest-item .modalclose .modalclose-body .modal-content .archived-msg-body .visible-btn-panel>button.archived-btn,.menu-engineering-digest .digest-item .modalclose .modalclose-body .modal-content .archived-msg-body .visible-btn-panel>button.visible-btn,.menu-engineering-digest .digest-item .modalclose .modalclose-body .modal-content .visible-msg-body .archived-btn-panel>button.archived-btn,.menu-engineering-digest .digest-item .modalclose .modalclose-body .modal-content .visible-msg-body .archived-btn-panel>button.visible-btn,.menu-engineering-digest .digest-item .modalclose .modalclose-body .modal-content .visible-msg-body .visible-btn-panel>button.archived-btn,.menu-engineering-digest .digest-item .modalclose .modalclose-body .modal-content .visible-msg-body .visible-btn-panel>button.visible-btn{border-radius:6px;background-color:#fff;border:2px solid #c02437;color:#c02437}.menu-form .modalclose .modalclose-body-show-default,.menu-engineering-digest .digest-item .modalclose .modalclose-body-show-default{margin:15% auto}.menu-form .visible-title,.menu-engineering-digest .digest-item .visible-title{font-weight:600;color:#008cd2}.menu-form .visible-title i.material-icons,.menu-engineering-digest .digest-item .visible-title i.material-icons{padding:0px 8px;font-size:24px}.menu-form .customize-text-wrapper.menu-name,.menu-engineering-digest .digest-item .customize-text-wrapper.menu-name{line-height:1;font-weight:600;color:#474747;font-size:30px}.menu-form .customize-text-wrapper.menu-name input,.menu-engineering-digest .digest-item .customize-text-wrapper.menu-name input{font-size:30px;font-weight:600}.menu-form .customize-text-wrapper.menu-name input.menu-name-input.error-input,.menu-engineering-digest .digest-item .customize-text-wrapper.menu-name input.menu-name-input.error-input{color:#c71a29;border-color:#c71a29}.menu-form .dup-title-error-msg,.menu-engineering-digest .digest-item .dup-title-error-msg{font-size:16px;color:#c71a29}.menu-items-digest .modal i.material-icons{display:inline-block}.menu-items-digest .items-container .header-toolbar,.menu-items-digest .categories.menuitems .header-toolbar{margin:8px 0px}.menu-items-digest .items-container .header-toolbar button.multi-level-menu-button,.menu-items-digest .categories.menuitems .header-toolbar button.multi-level-menu-button{padding:0px}.menu-items-digest .items-container .footer-toolbar button.multi-level-menu-button,.menu-items-digest .categories.menuitems .footer-toolbar button.multi-level-menu-button{padding:0px}.menu-items-digest .items-container .items .editable-table table thead,.menu-items-digest .categories.menuitems .items .editable-table table thead{color:rgba(0,0,0,.64);line-height:1.08}.menu-items-digest .items-container .items .editable-table table tr,.menu-items-digest .categories.menuitems .items .editable-table table tr{line-height:normal}.menu-items-digest .items-container .items .editable-table table tr th,.menu-items-digest .items-container .items .editable-table table tr td,.menu-items-digest .categories.menuitems .items .editable-table table tr th,.menu-items-digest .categories.menuitems .items .editable-table table tr td{text-align:center;width:13%}.menu-items-digest .items-container .items .editable-table table tr td p,.menu-items-digest .categories.menuitems .items .editable-table table tr td p{margin:0}.menu-items-digest .items-container .items .editable-table table tr td .customize-text-wrapper,.menu-items-digest .categories.menuitems .items .editable-table table tr td .customize-text-wrapper{padding-top:15px}.menu-items-digest .items-container .items .editable-table table tr td[data-label=Name] h2,.menu-items-digest .categories.menuitems .items .editable-table table tr td[data-label=Name] h2{font-size:18px;margin:0}.menu-items-digest .items-container .items .editable-table table tr td[data-label="Menu Price"] p:empty,.menu-items-digest .categories.menuitems .items .editable-table table tr td[data-label="Menu Price"] p:empty{margin-bottom:13px}.menu-items-digest .items-container .items .editable-table table tr td[data-label="Plate Cost"]>div.overrided:first-child,.menu-items-digest .categories.menuitems .items .editable-table table tr td[data-label="Plate Cost"]>div.overrided:first-child{margin-top:10px}.menu-items-digest .items-container .items .editable-table table tr th:first-child,.menu-items-digest .items-container .items .editable-table table tr td:first-child,.menu-items-digest .categories.menuitems .items .editable-table table tr th:first-child,.menu-items-digest .categories.menuitems .items .editable-table table tr td:first-child{width:140px}.menu-items-digest .items-container .items .editable-table table tr th:nth-child(2),.menu-items-digest .items-container .items .editable-table table tr td:nth-child(2),.menu-items-digest .categories.menuitems .items .editable-table table tr th:nth-child(2),.menu-items-digest .categories.menuitems .items .editable-table table tr td:nth-child(2){text-align:left;width:24%}.menu-items-digest .items-container .items .editable-table table .highlight-row,.menu-items-digest .categories.menuitems .items .editable-table table .highlight-row{background:linear-gradient(94deg, #d9ecf7 4%, rgba(217, 236, 247, 0) 92%)}.menu-items-digest .items-container .items .editable-table table .archive-row,.menu-items-digest .categories.menuitems .items .editable-table table .archive-row{pointer-events:none;background-color:rgba(0,0,0,.06)}.menu-items-digest .items-container .items .editable-table table .archive-row h2,.menu-items-digest .items-container .items .editable-table table .archive-row .customize-text-wrapper,.menu-items-digest .items-container .items .editable-table table .archive-row td>div,.menu-items-digest .categories.menuitems .items .editable-table table .archive-row h2,.menu-items-digest .categories.menuitems .items .editable-table table .archive-row .customize-text-wrapper,.menu-items-digest .categories.menuitems .items .editable-table table .archive-row td>div{color:#474747}.menu-items-digest .items-container .items .editable-table table .archive-row p.subText,.menu-items-digest .categories.menuitems .items .editable-table table .archive-row p.subText{color:rgba(0,0,0,.54)}.menu-items-digest .items-container .items .editable-table table .archive-row button.multi-level-menu-button,.menu-items-digest .categories.menuitems .items .editable-table table .archive-row button.multi-level-menu-button{pointer-events:all}.menu-items-digest .items-container p.subText,.menu-items-digest .categories.menuitems p.subText{font-size:10px;font-weight:400}.menu-items-digest .items-container p.subText_italic,.menu-items-digest .categories.menuitems p.subText_italic{font-style:italic}.menu-items-digest .items-container .modal.open>.modal-body>.modal-content .menu-item-name span:first-child,.menu-items-digest .items-container .modalclose.open>.modalclose-body>.modal-content .menu-item-name span:first-child,.menu-items-digest .categories.menuitems .modal.open>.modal-body>.modal-content .menu-item-name span:first-child,.menu-items-digest .categories.menuitems .modalclose.open>.modalclose-body>.modal-content .menu-item-name span:first-child{font-size:32px;color:#474747;font-weight:600}.menu-items-digest .items-container .modal.open>.modal-body>.modal-content .editable-table table,.menu-items-digest .items-container .modalclose.open>.modalclose-body>.modal-content .editable-table table,.menu-items-digest .categories.menuitems .modal.open>.modal-body>.modal-content .editable-table table,.menu-items-digest .categories.menuitems .modalclose.open>.modalclose-body>.modal-content .editable-table table{color:#474747}.menu-items-digest .items-container .modal.open>.modal-body>.modal-content .editable-table table thead>tr,.menu-items-digest .items-container .modalclose.open>.modalclose-body>.modal-content .editable-table table thead>tr,.menu-items-digest .categories.menuitems .modal.open>.modal-body>.modal-content .editable-table table thead>tr,.menu-items-digest .categories.menuitems .modalclose.open>.modalclose-body>.modal-content .editable-table table thead>tr{border-color:#d6d6d6}.menu-items-digest .items-container .modal.open>.modal-body>.modal-content .editable-table table thead>tr th,.menu-items-digest .items-container .modalclose.open>.modalclose-body>.modal-content .editable-table table thead>tr th,.menu-items-digest .categories.menuitems .modal.open>.modal-body>.modal-content .editable-table table thead>tr th,.menu-items-digest .categories.menuitems .modalclose.open>.modalclose-body>.modal-content .editable-table table thead>tr th{text-align:center;font-size:12px;font-weight:600}.menu-items-digest .items-container .modal.open>.modal-body>.modal-content .editable-table table tbody>tr,.menu-items-digest .items-container .modalclose.open>.modalclose-body>.modal-content .editable-table table tbody>tr,.menu-items-digest .categories.menuitems .modal.open>.modal-body>.modal-content .editable-table table tbody>tr,.menu-items-digest .categories.menuitems .modalclose.open>.modalclose-body>.modal-content .editable-table table tbody>tr{border-color:#d6d6d6;line-height:1}.menu-items-digest .items-container .modal.open>.modal-body>.modal-content .editable-table table tbody>tr td,.menu-items-digest .items-container .modalclose.open>.modalclose-body>.modal-content .editable-table table tbody>tr td,.menu-items-digest .categories.menuitems .modal.open>.modal-body>.modal-content .editable-table table tbody>tr td,.menu-items-digest .categories.menuitems .modalclose.open>.modalclose-body>.modal-content .editable-table table tbody>tr td{padding:1em .6em 1em .6em;text-align:center}.menu-items-digest .items-container .modal.open>.modal-body>.modal-content .editable-table table tbody>tr td p.suggestted:empty,.menu-items-digest .items-container .modalclose.open>.modalclose-body>.modal-content .editable-table table tbody>tr td p.suggestted:empty,.menu-items-digest .categories.menuitems .modal.open>.modal-body>.modal-content .editable-table table tbody>tr td p.suggestted:empty,.menu-items-digest .categories.menuitems .modalclose.open>.modalclose-body>.modal-content .editable-table table tbody>tr td p.suggestted:empty{margin-bottom:21px}.menu-items-digest .items-container .modal.open>.modal-body>.modal-content .editable-table table tbody>tr td p.overrided:empty,.menu-items-digest .items-container .modalclose.open>.modalclose-body>.modal-content .editable-table table tbody>tr td p.overrided:empty,.menu-items-digest .categories.menuitems .modal.open>.modal-body>.modal-content .editable-table table tbody>tr td p.overrided:empty,.menu-items-digest .categories.menuitems .modalclose.open>.modalclose-body>.modal-content .editable-table table tbody>tr td p.overrided:empty{margin-bottom:33px}.menu-items-digest .items-container .modal.open>.modal-body>.modal-content .editable-table table tbody>tr td p.suggestted.overrided,.menu-items-digest .items-container .modalclose.open>.modalclose-body>.modal-content .editable-table table tbody>tr td p.suggestted.overrided,.menu-items-digest .categories.menuitems .modal.open>.modal-body>.modal-content .editable-table table tbody>tr td p.suggestted.overrided,.menu-items-digest .categories.menuitems .modalclose.open>.modalclose-body>.modal-content .editable-table table tbody>tr td p.suggestted.overrided{margin-bottom:35px}.menu-items-digest .items-container .modal.open>.modal-body>.modal-content .editable-table table tbody>tr td[data-label="Menu Price"] p.suggestted.overrided,.menu-items-digest .items-container .modalclose.open>.modalclose-body>.modal-content .editable-table table tbody>tr td[data-label="Menu Price"] p.suggestted.overrided,.menu-items-digest .categories.menuitems .modal.open>.modal-body>.modal-content .editable-table table tbody>tr td[data-label="Menu Price"] p.suggestted.overrided,.menu-items-digest .categories.menuitems .modalclose.open>.modalclose-body>.modal-content .editable-table table tbody>tr td[data-label="Menu Price"] p.suggestted.overrided{margin-bottom:21px}.menu-items-digest .items-container .modal.open>.modal-body>.modal-content .editable-table table tbody>tr td[data-label="Recipe Cost"]>div.recipe-cost,.menu-items-digest .items-container .modalclose.open>.modalclose-body>.modal-content .editable-table table tbody>tr td[data-label="Recipe Cost"]>div.recipe-cost,.menu-items-digest .categories.menuitems .modal.open>.modal-body>.modal-content .editable-table table tbody>tr td[data-label="Recipe Cost"]>div.recipe-cost,.menu-items-digest .categories.menuitems .modalclose.open>.modalclose-body>.modal-content .editable-table table tbody>tr td[data-label="Recipe Cost"]>div.recipe-cost{color:#008cd2}.menu-items-digest .items-container .modal.open>.modal-body>.modal-content .editable-table table tbody>tr td[data-label="Recipe Cost"] .suggestted,.menu-items-digest .items-container .modalclose.open>.modalclose-body>.modal-content .editable-table table tbody>tr td[data-label="Recipe Cost"] .suggestted,.menu-items-digest .categories.menuitems .modal.open>.modal-body>.modal-content .editable-table table tbody>tr td[data-label="Recipe Cost"] .suggestted,.menu-items-digest .categories.menuitems .modalclose.open>.modalclose-body>.modal-content .editable-table table tbody>tr td[data-label="Recipe Cost"] .suggestted{margin-bottom:20px}.menu-items-digest .items-container .modal.open>.modal-body>.modal-content .editable-table table tbody>tr td[data-label="Recipe Cost"] .suggestted-0,.menu-items-digest .items-container .modalclose.open>.modalclose-body>.modal-content .editable-table table tbody>tr td[data-label="Recipe Cost"] .suggestted-0,.menu-items-digest .categories.menuitems .modal.open>.modal-body>.modal-content .editable-table table tbody>tr td[data-label="Recipe Cost"] .suggestted-0,.menu-items-digest .categories.menuitems .modalclose.open>.modalclose-body>.modal-content .editable-table table tbody>tr td[data-label="Recipe Cost"] .suggestted-0{margin-bottom:11px}.menu-items-digest .items-container .modal.open>.modal-body>.modal-content .editable-table table tbody>tr td[data-label="Recipe Cost"] p,.menu-items-digest .items-container .modalclose.open>.modalclose-body>.modal-content .editable-table table tbody>tr td[data-label="Recipe Cost"] p,.menu-items-digest .categories.menuitems .modal.open>.modal-body>.modal-content .editable-table table tbody>tr td[data-label="Recipe Cost"] p,.menu-items-digest .categories.menuitems .modalclose.open>.modalclose-body>.modal-content .editable-table table tbody>tr td[data-label="Recipe Cost"] p{margin:0}.menu-items-digest .items-container .modal.open>.modal-body>.modal-content .editable-table table tbody>tr td[data-label="Recipe Cost"] a,.menu-items-digest .items-container .modalclose.open>.modalclose-body>.modal-content .editable-table table tbody>tr td[data-label="Recipe Cost"] a,.menu-items-digest .categories.menuitems .modal.open>.modal-body>.modal-content .editable-table table tbody>tr td[data-label="Recipe Cost"] a,.menu-items-digest .categories.menuitems .modalclose.open>.modalclose-body>.modal-content .editable-table table tbody>tr td[data-label="Recipe Cost"] a{font-size:10px}.menu-items-digest .items-container .modal.open>.modal-body>.modal-content .from-recipe-link,.menu-items-digest .items-container .modalclose.open>.modalclose-body>.modal-content .from-recipe-link,.menu-items-digest .categories.menuitems .modal.open>.modal-body>.modal-content .from-recipe-link,.menu-items-digest .categories.menuitems .modalclose.open>.modalclose-body>.modal-content .from-recipe-link{padding:8px 0px;color:#474747;font-style:italic;font-size:12px}.menu-items-digest .items-container .modal.open>.modal-body>.modal-content .from-recipe-link a,.menu-items-digest .items-container .modalclose.open>.modalclose-body>.modal-content .from-recipe-link a,.menu-items-digest .categories.menuitems .modal.open>.modal-body>.modal-content .from-recipe-link a,.menu-items-digest .categories.menuitems .modalclose.open>.modalclose-body>.modal-content .from-recipe-link a{font-style:normal;padding:0px 8px}.menu-items-digest .items-container .modal.open>.modal-body>.modal-content .from-recipe-link i.material-icons,.menu-items-digest .items-container .modalclose.open>.modalclose-body>.modal-content .from-recipe-link i.material-icons,.menu-items-digest .categories.menuitems .modal.open>.modal-body>.modal-content .from-recipe-link i.material-icons,.menu-items-digest .categories.menuitems .modalclose.open>.modalclose-body>.modal-content .from-recipe-link i.material-icons{color:#008cd2;font-size:16px}.menu-items-digest .items-container .modal.open>.modal-body>.modal-content .no-recipe-link,.menu-items-digest .items-container .modalclose.open>.modalclose-body>.modal-content .no-recipe-link,.menu-items-digest .categories.menuitems .modal.open>.modal-body>.modal-content .no-recipe-link,.menu-items-digest .categories.menuitems .modalclose.open>.modalclose-body>.modal-content .no-recipe-link{padding:12px 0px 20px 0px;color:#474747;font-style:italic;font-size:12px}.menu-items-digest .items-container .modal.open>.modal-body>.modal-content .no-recipe-link>div:first-child,.menu-items-digest .items-container .modalclose.open>.modalclose-body>.modal-content .no-recipe-link>div:first-child,.menu-items-digest .categories.menuitems .modal.open>.modal-body>.modal-content .no-recipe-link>div:first-child,.menu-items-digest .categories.menuitems .modalclose.open>.modalclose-body>.modal-content .no-recipe-link>div:first-child{padding-left:9px}.menu-items-digest .items-container .modal.open>.modal-body>.modal-content .no-recipe-link i.material-icons,.menu-items-digest .items-container .modalclose.open>.modalclose-body>.modal-content .no-recipe-link i.material-icons,.menu-items-digest .categories.menuitems .modal.open>.modal-body>.modal-content .no-recipe-link i.material-icons,.menu-items-digest .categories.menuitems .modalclose.open>.modalclose-body>.modal-content .no-recipe-link i.material-icons{color:#008cd2;font-size:16px}.menu-items-digest .items-container .modal.open>.modal-body>.modal-content .footer,.menu-items-digest .items-container .modalclose.open>.modalclose-body>.modal-content .footer,.menu-items-digest .categories.menuitems .modal.open>.modal-body>.modal-content .footer,.menu-items-digest .categories.menuitems .modalclose.open>.modalclose-body>.modal-content .footer{padding-top:30px;border:none}.menu-items-digest .items-container .modal.open>.modal-body>.modal-content .footer button,.menu-items-digest .items-container .modalclose.open>.modalclose-body>.modal-content .footer button,.menu-items-digest .categories.menuitems .modal.open>.modal-body>.modal-content .footer button,.menu-items-digest .categories.menuitems .modalclose.open>.modalclose-body>.modal-content .footer button{margin:0px 25px}.menu-items-digest .items-container .modal.open>.modal-body>.modal-content .footer button.disabled,.menu-items-digest .items-container .modalclose.open>.modalclose-body>.modal-content .footer button.disabled,.menu-items-digest .categories.menuitems .modal.open>.modal-body>.modal-content .footer button.disabled,.menu-items-digest .categories.menuitems .modalclose.open>.modalclose-body>.modal-content .footer button.disabled{pointer-events:none;opacity:.5}.menu-items-digest .items-container .modal.open>.modal-body>.modal-content .item-link-recipes .footer,.menu-items-digest .items-container .modalclose.open>.modalclose-body>.modal-content .item-link-recipes .footer,.menu-items-digest .categories.menuitems .modal.open>.modal-body>.modal-content .item-link-recipes .footer,.menu-items-digest .categories.menuitems .modalclose.open>.modalclose-body>.modal-content .item-link-recipes .footer{padding-top:8px}.menu-items-digest .items-container .add-border-icon,.menu-items-digest .categories.menuitems .add-border-icon{text-shadow:0px 0px 2px #008cd2;color:#fff;font-weight:bold;font-size:18px}.menu-items-digest .items-container .break-link-icon,.menu-items-digest .categories.menuitems .break-link-icon{height:17px;width:5px;border:1px solid #008cd2;position:sticky;border-radius:8px;margin-left:10px}.menu-items-digest .items-container .break-link-icon:after,.menu-items-digest .categories.menuitems .break-link-icon:after{position:relative;display:block;content:"";height:4px;width:11px;border-top:1px solid #fff;border-bottom:1px solid #fff;border-left:2px dotted #008cd2;border-right:2px dotted #008cd2;background-color:#fff;top:6px;left:-5px}.menu-items-digest .items-container .highlight-row.mui-panel,.menu-items-digest .categories.menuitems .highlight-row.mui-panel{background:linear-gradient(94deg, #d9ecf7 4%, rgba(217, 236, 247, 0) 92%)}.menu-items-digest .customize-text-wrapper{color:#008cd2}.menu-items-digest .customize-text-wrapper.menu-item-name{font-size:32px;color:#474747}.menu-items-digest .menu-item-creation-panel .menu-item-creation-body{margin:0 auto;background-color:rgba(0,0,0,0);border:none}.menu-items-digest .menu-item-creation-panel .menu-item-creation-body .modal-header{text-align:center}.menu-items-digest .menu-item-creation-panel .menu-item-creation-body .modal-header span{font-size:30px;font-weight:600;color:#fff}.menu-items-digest .menu-item-creation-panel .menu-item-creation-body .menu-item-creation ul.mui-tabs__bar{border:none;margin-top:15px}.menu-items-digest .menu-item-creation-panel .menu-item-creation-body .menu-item-creation ul.mui-tabs__bar li{background-color:#e9e9e9;border:none;border-top-left-radius:5px;border-top-right-radius:5px;width:47%}.menu-items-digest .menu-item-creation-panel .menu-item-creation-body .menu-item-creation ul.mui-tabs__bar li a{height:60px;text-align:center;text-transform:capitalize;line-height:60px;font-size:18px;color:#474747;font-weight:normal}.menu-items-digest .menu-item-creation-panel .menu-item-creation-body .menu-item-creation ul.mui-tabs__bar li:first-child{margin-right:6%}.menu-items-digest .menu-item-creation-panel .menu-item-creation-body .menu-item-creation ul.mui-tabs__bar li.mui--is-active{background-color:#fff}.menu-items-digest .menu-item-creation-panel .menu-item-creation-body .menu-item-creation .mui-tabs__pane{background-color:#fff;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.menu-items-digest .menu-item-creation-panel .menu-item-creation-body .menu-item-creation .mui-tabs__pane .create-menu-item-form{margin:30px 0px 0px 0px}.menu-items-digest .menu-item-edit-body{margin:10% auto;max-height:90%;max-width:800px}.menu-items-digest .menu-item-edit-body .modal-content{padding:4px 8px}.menu-items-digest .menu-item-edit-body .item-link-recipes .footer button{margin:0px}.menu-items-digest .menu-item-edit-body.show-link-recipe-panel{margin:.5% auto;height:674px;overflow-y:auto}.menu-items-digest .item-form-recipes,.menu-items-digest .item-link-recipes{padding:0px 50px}.menu-items-digest .item-form-recipes .search-panel .search-header,.menu-items-digest .item-link-recipes .search-panel .search-header{background-color:rgba(0,0,0,0);height:unset;padding:0px 0px 24px 0px;color:#9b9b9b}.menu-items-digest .item-form-recipes .search-panel .search-header .search-header-title,.menu-items-digest .item-link-recipes .search-panel .search-header .search-header-title{padding-bottom:24px}.menu-items-digest .item-form-recipes .search-panel .search-header .search-header-title span,.menu-items-digest .item-link-recipes .search-panel .search-header .search-header-title span{font-size:16px}.menu-items-digest .item-form-recipes .search-panel .search-header .search-header-bar,.menu-items-digest .item-link-recipes .search-panel .search-header .search-header-bar{padding:0px}.menu-items-digest .item-form-recipes .search-panel .search-header .search-header-bar input,.menu-items-digest .item-link-recipes .search-panel .search-header .search-header-bar input{width:100%;height:55px;background-color:#f9f9f9;font-size:14px;color:rgba(0,0,0,.48);padding:0px 11px}.menu-items-digest .item-form-recipes .search-panel .search-header .search-header-bar .search-icon,.menu-items-digest .item-link-recipes .search-panel .search-header .search-header-bar .search-icon{background-color:rgba(0,0,0,0);color:#9b9b9b;font-weight:600;top:9px;left:unset;right:10px}.menu-items-digest .item-form-recipes .search-panel .search-header .search-header-bar .clear-icon,.menu-items-digest .item-link-recipes .search-panel .search-header .search-header-bar .clear-icon{background-color:#9b9b9b;width:20px;height:20px;top:18px;left:unset;right:20px}.menu-items-digest .item-form-recipes .search-panel .search-body>span,.menu-items-digest .item-link-recipes .search-panel .search-body>span{font-weight:600}.menu-items-digest .item-form-recipes .search-panel .search-body .search-item-list,.menu-items-digest .item-link-recipes .search-panel .search-body .search-item-list{max-height:235px;overflow-y:auto}.menu-items-digest .item-form-recipes .search-panel .search-body .search-item-list .category-item-header,.menu-items-digest .item-link-recipes .search-panel .search-body .search-item-list .category-item-header{color:#474747;border-bottom:1px solid #d8d8d8;position:relative}.menu-items-digest .item-form-recipes .search-panel .search-body .search-item-list .category-item-header .check-category-picker,.menu-items-digest .item-link-recipes .search-panel .search-body .search-item-list .category-item-header .check-category-picker{position:absolute;left:0;top:15px}.menu-items-digest .item-form-recipes .search-panel .search-body .search-item-list .category-item-header .check-category-picker .checked-item,.menu-items-digest .item-form-recipes .search-panel .search-body .search-item-list .category-item-header .check-category-picker .unchecked-item,.menu-items-digest .item-link-recipes .search-panel .search-body .search-item-list .category-item-header .check-category-picker .checked-item,.menu-items-digest .item-link-recipes .search-panel .search-body .search-item-list .category-item-header .check-category-picker .unchecked-item{width:18px;height:18px;border-radius:4px;border:1px solid #acacac;font-size:18px;color:#008cd2;cursor:pointer}.menu-items-digest .item-form-recipes .search-panel .search-body .search-item-list .category-item-header h4,.menu-items-digest .item-link-recipes .search-panel .search-body .search-item-list .category-item-header h4{margin-left:30px}.menu-items-digest .item-form-recipes .search-panel .search-body .search-item-list .category-item-header .toggle-icon,.menu-items-digest .item-link-recipes .search-panel .search-body .search-item-list .category-item-header .toggle-icon{font-size:24px;margin-top:8px}.menu-items-digest .item-form-recipes .search-panel .search-body .search-item-list .items-container .items>div,.menu-items-digest .item-link-recipes .search-panel .search-body .search-item-list .items-container .items>div{padding:9px 0px;position:relative}.menu-items-digest .item-form-recipes .search-panel .search-body .search-item-list .items-container .items>div .check-item-picker,.menu-items-digest .item-link-recipes .search-panel .search-body .search-item-list .items-container .items>div .check-item-picker{position:absolute;left:0;top:12px}.menu-items-digest .item-form-recipes .search-panel .search-body .search-item-list .items-container .items>div .check-item-picker .checked-item,.menu-items-digest .item-form-recipes .search-panel .search-body .search-item-list .items-container .items>div .check-item-picker .unchecked-item,.menu-items-digest .item-link-recipes .search-panel .search-body .search-item-list .items-container .items>div .check-item-picker .checked-item,.menu-items-digest .item-link-recipes .search-panel .search-body .search-item-list .items-container .items>div .check-item-picker .unchecked-item{width:18px;height:18px;border-radius:4px;border:1px solid #acacac;font-size:18px;color:#008cd2;cursor:pointer}.menu-items-digest .item-form-recipes .search-panel .search-body .search-item-list .items-container .items .recipe-content,.menu-items-digest .item-link-recipes .search-panel .search-body .search-item-list .items-container .items .recipe-content{width:90%;padding:0px 46px 0px 30px}.menu-items-digest .item-form-recipes .search-panel .search-body .search-item-list .items-container .items .recipe-content .recipe-title,.menu-items-digest .item-link-recipes .search-panel .search-body .search-item-list .items-container .items .recipe-content .recipe-title{font-weight:600}.menu-items-digest .item-form-recipes .search-panel .search-body .search-item-list .items-container .items .recipe-content .recipe-desc,.menu-items-digest .item-link-recipes .search-panel .search-body .search-item-list .items-container .items .recipe-content .recipe-desc{color:#858585}.menu-items-digest .item-form-recipes .search-panel .search-body .search-item-list .items-container .items .recipe-content .recipe-price,.menu-items-digest .item-link-recipes .search-panel .search-body .search-item-list .items-container .items .recipe-content .recipe-price{font-size:12px}.menu-items-digest .item-form-recipes .search-panel .search-body .search-item-list .items-container .items .item-img-container,.menu-items-digest .item-link-recipes .search-panel .search-body .search-item-list .items-container .items .item-img-container{border:solid 1px #d6d6d6;position:relative;min-width:93px;max-height:62px;text-align:center}.menu-items-digest .item-form-recipes .search-panel .search-body .search-item-list .items-container .items .item-img-container:before,.menu-items-digest .item-link-recipes .search-panel .search-body .search-item-list .items-container .items .item-img-container:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:#000;opacity:.35}.menu-items-digest .item-form-recipes .search-panel .search-body .search-item-list .items-container .items .item-img-container img,.menu-items-digest .item-link-recipes .search-panel .search-body .search-item-list .items-container .items .item-img-container img{max-width:93px;height:auto;max-height:62px}.menu-items-digest .item-form-recipes .footer button,.menu-items-digest .item-link-recipes .footer button{margin:0px 0px 0px 25px}.menu-items-digest .item-link-recipes{display:grid;padding:0px 44px;border-top:1px solid #d8d8d8}.menu-items-digest .item-link-recipes .search-panel .search-header .search-header-title{padding-top:15px;padding-bottom:16px}.menu-items-digest .item-link-recipes .search-panel .search-header .search-header-title div:first-child{color:#474747;font-style:italic}.menu-items-digest .item-link-recipes .search-panel .search-header .search-header-title i.material-icons{color:#008cd2}.menu-items-digest .item-link-recipes .search-panel .search-header .search-header-bar .search-icon{top:7px}.menu-items-digest .item-link-recipes .search-panel .search-header .search-header-bar .clear-icon{display:flex}.menu-items-digest .item-link-recipes .search-panel .search-body .search-item-list{max-height:170px}.menu-items-digest .item-link-recipes .search-panel .search-body .search-item-list .category-item-header{color:#008cd2}.menu-items-digest .item-link-recipes .search-panel .search-body .search-item-list .category-item-header h4{margin:18px 0px;line-height:normal}.menu-items-digest .item-link-recipes .search-panel .search-body .search-item-list .category-item-header p{margin-top:18px}.menu-items-digest .item-link-recipes .search-panel .search-body .search-item-list .collapsible-body{padding:0px}.menu-items-digest .item-link-recipes .search-panel .search-body .search-item-list .collapsible-body .items-container .items div.checked-item{background-color:rgba(0,122,184,.1)}.menu-items-digest .item-link-recipes .search-panel .search-body .search-item-list .collapsible-body .items-container .items>div{border-bottom:1px solid #d8d8d8}.menu-items-digest .item-link-recipes .search-panel .search-body .search-item-list .collapsible-body .items-container .items>div .check-item-picker{left:6px}.menu-items-digest .item-link-recipes .search-panel .search-body .search-item-list .collapsible-body .items-container .items>div .check-item-picker .checked-item{height:22px;width:22px;border-radius:22px;position:relative}.menu-items-digest .item-link-recipes .search-panel .search-body .search-item-list .collapsible-body .items-container .items>div .check-item-picker .checked-item>div{position:absolute;top:3px;left:3px;border-radius:16px;height:14px;width:14px;background-color:#008cd2;border:1px solid #008cd2}.menu-items-digest .item-link-recipes .search-panel .search-body .search-item-list .collapsible-body .items-container .items>div .check-item-picker .unchecked-item{height:22px;width:22px;border-radius:22px}.menu-items-digest .item-link-recipes .search-panel .search-body .search-item-list .collapsible-body .items-container .items .recipe-content{padding:0px 20px 0px 46px}.menu-items-digest .item-link-recipes .search-panel .search-body .search-item-list .collapsible-body .items-container .items .recipe-content .recipe-title{padding-bottom:4px}.menu-items-digest .item-link-recipes .search-panel .search-body .search-item-list .collapsible-body .items-container .items .recipe-content .recipe-price{text-transform:uppercase;padding-top:4px}.menu-items-digest .item-link-recipes .search-panel .search-body .search-item-list .collapsible-body .items-container .items .recipe-content .recipe-price b{text-transform:none;padding-left:6px}.menu-items-digest .item-link-recipes .search-panel .search-body .search-item-list .collapsible-body .items-container .items .recipe-content .recipe-price div{border-left:2px solid #9b9b9b;height:16px;margin:0px 16px}.menu-items-digest .item-link-recipes .search-panel .search-body .search-item-list .collapsible-body .items-container .items .item-img-container{margin:auto 8px}.menu-items-digest .link-recipe-alert{margin:0px 27px 24px;border:1px solid #56b146;border-radius:5px}.menu-items-digest .link-recipe-alert .icon-wrapper i.material-icons{display:flex;color:#fff;background-color:#56b146;height:32px;width:32px;border-radius:32px;margin:9px}.menu-items-digest .link-recipe-alert p{margin:0}.menu-items-digest .link-recipe-alert p span>span{color:#008cd2}.menu-items-digest .link-recipe-alert.placeholder{border:0px}.menu-items-digest .unlink-recipe-alert{color:#c02437;text-transform:uppercase;font-size:12px;font-style:normal}.menu-items-digest .unlink-recipe-alert a{font-weight:bold;color:#c02437;padding:0px 9px}.menu-items-digest .unlink-recipe-alert div{border-left:2px solid #9b9b9b;height:12px}.menu-items-digest .no-menuitem-panel{width:100%;padding:50px 0px;border-radius:5px;box-shadow:0 1px 3px 0 rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.12),0 0 2px 0 rgba(0,0,0,.14);background-color:#fff;color:#858585}.menu-items-digest .menuitems .archive-border-top{margin:25px 15px;height:5px;border-top:1px #d6d6d6 solid}.menu-items-digest .menuitems .collapsed.category-item-header{border-bottom:1px solid rgba(0,0,0,.16);padding-bottom:12px;margin-bottom:6px}.menu-items-digest .menuitems .category-item-header{color:#474747}.menu-items-digest .menuitems .category-item-header .category-item-header-body i.material-icons{height:20px}.menu-items-digest .menuitems .category-item-header .category-item-header-body h4{margin:6px 5px;font-size:18px}.menu-items-digest .menuitems .category-item-header .category-item-header-body p{margin:0px;color:#858585}.menu-items-digest .menuitems .category-item-header .category-item-header-desc{font-style:italic;font-size:14px;line-height:1.57;padding:0px 35px}.menu-items-digest .menuitems .edit-category-name{font-size:18px}.menu-items-digest .menuitems .delete-icon,.menu-items-digest .menuitems .swap-vert-icon{padding-left:5px;font-size:24px}.menu-items-digest .menuitems .alert-modal.confirm .modal .modal-body{min-height:180px}.menu-items-digest .menuitems .alert-modal.confirm .modal .modal-body .confirm-wrapper .confirm-content{min-height:55px}.menu-items-digest .menuitems .alert-modal.confirm .modal .modal-body .confirm-wrapper .confirm-content span.highlight{color:#c02437;font-size:16px}.menu-no-category-items{margin:110px 0px}.menu-no-category-items .mui-btn{font-weight:600}.multi-level-menu-list-container .sub-category-panel.menuitems .panel-body .customize-input-wrapper{width:347px}.multi-level-menu-list-container .sub-category-panel.menuitems .panel-body .mui-select select{padding-left:8px}.multi-level-menu-list-container .sub-category-panel.menuitems .panel-body .sub-content-info{margin:0px;font-size:14px}.multi-level-menu-list-container .sub-category-panel.menuitems .panel-body .sub-content-info .error-tip{color:#b90101}.multi-level-menu-list-container .sub-category-panel.menuitems .panel-footer button{width:347px}.multi-level-menu-list-container .sub-category-panel.menuitems .category-name-search{position:fixed;background-color:#fff;border:1px solid #d6d6d6;width:345px;z-index:999;line-height:normal}.multi-level-menu-list-container .sub-category-panel.menuitems .category-name-search .search-title{text-transform:uppercase;font-size:12px;font-weight:600;padding:14px 16px;border-bottom:1px solid #d6d6d6}.multi-level-menu-list-container .sub-category-panel.menuitems .category-name-search .search-lists{max-height:195px;overflow-y:auto}.multi-level-menu-list-container .sub-category-panel.menuitems .category-name-search .search-lists .search-item-list{color:#008cd2;padding:11px 16px;border-bottom:1px solid #d6d6d6}.multi-level-menu-list-container .sub-category-panel.menuitems .category-name-search .search-lists .search-item-list:hover{color:#fff;background-color:#008cd2}.customize-text-wrapper .preText{padding-right:2px}.customize-text-wrapper .subtext .material-icons{display:inline-block;font-size:16px;color:#008cd2;margin-left:5px}.customize-text-wrapper input{display:inline;color:#474747;font-family:MyriadPro,Arial,Verdana,sans-serif;border:none;outline:none;border-bottom:1px solid rgba(0,0,0,.26);width:100%;text-align:left;padding:0;background-color:rgba(0,0,0,0)}.customize-text-wrapper input:focus{border-bottom:2px solid #008cd2}.customize-text-wrapper input.error-input{color:#c71a29;border-color:#c71a29}.transform-90{transform:rotate(90deg)}.transform-270{transform:rotate(270deg)}.toggle-switch .react-switch{vertical-align:middle}.toggle-switch .toggle-switch-text-label{font-size:12px;margin-left:5px;margin-right:5px;vertical-align:middle;font-family:MyriadPro,sans-serif}.recipes-table-icon{height:24px;width:24px}.editable-table table th.center-text,.editable-table table td.center-text{text-align:center}.categories.recipes .category-item-header .category-left-panel span:first-child{pointer-events:all}.categories.recipes .category-item-header h2.custom-black-header{color:rgba(0,0,0,.87)}.categories.recipes .items-container .items .editable-table .check-picker{padding:0px 20px 12px 0px;position:relative;pointer-events:all}.categories.recipes .items-container .items .editable-table .check-category-picker{position:absolute;left:0;top:0}.categories.recipes .items-container .items .editable-table .check-category-picker .checked-item,.categories.recipes .items-container .items .editable-table .check-category-picker .unchecked-item{width:22px;height:22px;border-radius:4px;border:1px solid #acacac;font-size:18px;color:#008cd2;cursor:pointer}.categories.recipes .items-container .items .editable-table .check-item-picker{position:absolute;left:0;top:-5px}.categories.recipes .items-container .items .editable-table .check-item-picker .checked-item,.categories.recipes .items-container .items .editable-table .check-item-picker .unchecked-item{width:22px;height:22px;border-radius:4px;border:1px solid #acacac;font-size:18px;color:#008cd2;cursor:pointer}.bulk-download{position:fixed;bottom:0;left:0;width:100%;box-shadow:0 -1px 5px 0 rgba(0,0,0,.2),0 -2px 14px 3px rgba(0,0,0,.12),0 -3px 10px 1px rgba(0,0,0,.14);background-color:#008cd2;padding:16px 31px;z-index:9;font-size:16px;color:#fff;font-weight:600;box-sizing:border-box;pointer-events:all}.bulk-download .download-title{font-style:italic}.bulk-download .download-btn .mui-btn{color:#fff;font-weight:600;border:solid 2px #fff;background-color:rgba(0,0,0,0);margin-right:24px;line-height:normal}.bulk-download .download-btn .mui-btn:hover{background-color:rgba(0,0,0,.25)}.bulk-download .download-btn a{color:#fff}.categories.recipes.disabled-row{pointer-events:none}.categories.recipes.disabled-row .edit-category-name,.categories.recipes.disabled-row .delete-icon{color:#858585}.categories.recipes.disabled-row .footer-toolbar,.categories.recipes.disabled-row .items-container>.footer-toolbar>button,.categories.recipes.disabled-row .oval-button,.categories.recipes.disabled-row td[data-label="Used On"] .multi-level-menu-button,.categories.recipes.disabled-row td[data-label="Used On"] .pointer,.categories.recipes.disabled-row td[data-label=Name]{opacity:.7}.my-ingredients .ingredients .batch-recipe-tab .editable-table table th:first-child,.my-ingredients .ingredients .batch-recipe-tab .editable-table table td:first-child{width:40px;padding-right:0px}.my-ingredients .ingredients .batch-recipe-tab .editable-table table th:nth-child(2),.my-ingredients .ingredients .batch-recipe-tab .editable-table table td:nth-child(2){width:unset;text-align:left}.my-ingredients .ingredients .batch-recipe-tab .editable-table table th:nth-child(6),.my-ingredients .ingredients .batch-recipe-tab .editable-table table th:nth-child(3),.my-ingredients .ingredients .batch-recipe-tab .editable-table table th:nth-child(4),.my-ingredients .ingredients .batch-recipe-tab .editable-table table th:nth-child(5),.my-ingredients .ingredients .batch-recipe-tab .editable-table table td:nth-child(6),.my-ingredients .ingredients .batch-recipe-tab .editable-table table td:nth-child(3),.my-ingredients .ingredients .batch-recipe-tab .editable-table table td:nth-child(4),.my-ingredients .ingredients .batch-recipe-tab .editable-table table td:nth-child(5){width:15%;text-align:center}.my-ingredients .ingredients .batch-recipe-tab .editable-table .check-picker{position:relative;pointer-events:all}.my-ingredients .ingredients .batch-recipe-tab .editable-table .selectAll-picker{position:absolute;left:0;top:-12px}.my-ingredients .ingredients .batch-recipe-tab .editable-table .selectAll-picker .checked-item,.my-ingredients .ingredients .batch-recipe-tab .editable-table .selectAll-picker .unchecked-item{width:22px;height:22px;border-radius:4px;border:1px solid #acacac;font-size:18px;color:#008cd2;cursor:pointer}.my-ingredients .ingredients .batch-recipe-tab .editable-table .check-item-picker{position:absolute;left:0;top:-9px}.my-ingredients .ingredients .batch-recipe-tab .editable-table .check-item-picker .checked-item,.my-ingredients .ingredients .batch-recipe-tab .editable-table .check-item-picker .unchecked-item{width:22px;height:22px;border-radius:4px;border:1px solid #acacac;font-size:18px;color:#008cd2;cursor:pointer}.my-ingredients .ingredients .custom-ingredient-tab .editable-table tbody>tr td>div{display:flex;align-items:center;justify-content:center}.my-ingredients .ingredients .custom-ingredient-tab .editable-table tbody>tr td>div .unit-select{width:55px;margin-left:5px}.my-ingredients .ingredients .custom-ingredient-tab .editable-table tbody>tr td input#ingredientName{width:282px;text-align:left}.my-ingredients .ingredients .custom-ingredient-tab .editable-table tbody>tr td input#ingredientBrand{width:63px}.my-ingredients .ingredients .custom-ingredient-tab .editable-table tbody>tr td .no-recipe-used{color:#9b9b9b}.my-ingredients .ingredients .custom-ingredient-tab .editable-table tbody>tr td[data-label=Name]>div{justify-content:flex-start}.my-ingredients .ingredients .custom-ingredient-tab .editable-table tbody>tr td[data-label=Name]>div.title-name{font-size:16px;font-weight:600;text-transform:capitalize}.my-ingredients .ingredients .custom-ingredient-tab .editable-table tbody>tr td[data-label="Cost Per Unit"]>div .customize-input-wrapper{display:flex;align-items:center}.my-ingredients .ingredients .custom-ingredient-tab .editable-table tbody>tr td[data-label=Actions]>div{justify-content:flex-end}.my-ingredients .ingredients .custom-ingredient-tab .editable-table tbody>tr td[data-label=Actions]>div .dropdown-menu ul li:last-child span:focus,.my-ingredients .ingredients .custom-ingredient-tab .editable-table tbody>tr td[data-label=Actions]>div .dropdown-menu ul li:last-child span:hover{background-color:#c02437;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border:0}.my-ingredients .ingredients .custom-ingredient-tab .editable-table tbody>tr td[data-label=Actions]>div.disabled{pointer-events:none}.my-ingredients .ingredients .custom-ingredient-tab .editable-table tbody>tr td[data-label=Actions]>div.disabled .oval-button i{color:#9b9b9b}.my-ingredients.disabled-row{pointer-events:none}.my-ingredients.disabled-row td[data-label=Name],.my-ingredients.disabled-row td[data-label="Used In"],.my-ingredients.disabled-row .oval-button,.my-ingredients.disabled-row .footer-toolbar button,.my-ingredients.disabled-row .search-panel{opacity:.7}.my-ingredients.disabled-row .footer-toolbar .page-container{pointer-events:all}.alert-modal.confirm .modal .modal-body{width:450px;min-height:210px;padding:24px}.alert-modal.confirm .modal .modal-body .confirm-wrapper .confirm-title{font-size:24px;margin-bottom:24px}.alert-modal.confirm .modal .modal-body .confirm-wrapper .confirm-title.dark{color:#000}.alert-modal.confirm .modal .modal-body .confirm-wrapper .confirm-content{min-height:96px;margin-bottom:24px;font-size:18px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.33;letter-spacing:normal;color:rgba(0,0,0,.64)}.alert-modal.confirm .modal .modal-body .confirm-wrapper .confirm-buttons{font-size:16px;height:45px}.alert-modal.confirm .modal .modal-body .confirm-wrapper .confirm-buttons button{background-color:rgba(0,0,0,0);border:0px solid;float:right;cursor:pointer}.alert-modal.confirm .modal .modal-body .confirm-wrapper .confirm-buttons button:focus{outline-style:dotted;outline-color:blue;outline-width:thin}.alert-modal.confirm .modal .modal-body .confirm-wrapper .confirm-buttons .cancel-button{color:#008cd2;margin:13px 24px 13px 0;font-size:16px;font-weight:400;text-transform:capitalize !important}.alert-modal.confirm .modal .modal-body .confirm-wrapper .confirm-buttons .confirm-button{font-weight:600;color:#c02437;border:2px #c02437 solid;border-radius:26px;background-color:#fff;width:184px;height:45px}.alert-modal.error .modalclose:last-child .modalclose-body{border-color:#c02437;border-width:2px;color:#c02437;background-color:#fff}.alert-modal.success .modalclose:last-child .modalclose-body{border-color:#fff;color:#fff;background-color:#4a4a4a;font-size:16px}.alert-modal .modalclose.open{text-align:center}.alert-modal .modalclose:last-child{background-color:rgba(0,0,0,0)}.alert-modal .modalclose:last-child .modalclose-body-show-default{margin:30% auto;max-width:400px}.alert-modal .modalclose:last-child .modalclose-body{display:inline-block;width:auto;padding:0px;border:0px solid #000;color:#000;background-color:#fff;transition:0s;border-radius:5px;box-shadow:0 1px 10px 0 rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.12),0 2px 4px 0 rgba(0,0,0,.14)}.alert-modal .modalclose:last-child .modalclose-body .modal-content .alert-content-wrapper{margin:9px;line-height:normal}.alert-modal .modalclose:last-child .modalclose-body .modal-content .alert-content-wrapper .icon-wrapper{display:inline-block;vertical-align:middle;height:32px;width:32px;background-color:#fff;color:#000;border-radius:32px}.alert-modal .modalclose:last-child .modalclose-body .modal-content .alert-content-wrapper .icon-wrapper.error{background-color:#c02437}.alert-modal .modalclose:last-child .modalclose-body .modal-content .alert-content-wrapper i.material-icons{display:block;margin:6px 6px;height:20px;width:20px}.alert-modal .modalclose:last-child .modalclose-body .modal-content .alert-content-wrapper i.material-icons.error{background-color:#c02437;color:#fff}.alert-modal .modalclose:last-child .modalclose-body .modal-content .alert-content-wrapper i.material-icons.success{background-color:rgba(0,0,0,0);color:#6eb43f}.alert-modal .modalclose:last-child .modalclose-body .modal-content .alert-content-wrapper p.alert-body{vertical-align:middle;display:inline-block;max-width:300px;margin:0 10px}.alert-modal .loading-icon{width:130px;height:130px;margin:0 auto;position:relative;margin-bottom:20px;font-size:100px;text-align:center;color:#008cd2}.alert-modal .downloading-text{text-align:center}.alert-modal.confirm.delete-design-confirm .modal .modal-body,.alert-modal.confirm.delete-menu-confirm .modal .modal-body{min-height:160px}.alert-modal.confirm.delete-design-confirm .modal .modal-body .confirm-wrapper .confirm-content,.alert-modal.confirm.delete-menu-confirm .modal .modal-body .confirm-wrapper .confirm-content{min-height:30px}.recipe .batch-recipe-form.locked-control,.recipe .recipe-form.locked-control,.batch-recipe .batch-recipe-form.locked-control,.batch-recipe .recipe-form.locked-control{pointer-events:none}.recipe .batch-recipe-form.locked-control .breadcrumb,.recipe .batch-recipe-form.locked-control .read-more,.recipe .batch-recipe-form.locked-control .alert-modal,.recipe .recipe-form.locked-control .breadcrumb,.recipe .recipe-form.locked-control .read-more,.recipe .recipe-form.locked-control .alert-modal,.batch-recipe .batch-recipe-form.locked-control .breadcrumb,.batch-recipe .batch-recipe-form.locked-control .read-more,.batch-recipe .batch-recipe-form.locked-control .alert-modal,.batch-recipe .recipe-form.locked-control .breadcrumb,.batch-recipe .recipe-form.locked-control .read-more,.batch-recipe .recipe-form.locked-control .alert-modal{pointer-events:all}.recipe .ingredients.locked-control,.recipe .recipe-directions.locked-control,.batch-recipe .ingredients.locked-control,.batch-recipe .recipe-directions.locked-control{pointer-events:none}.recipe .ingredients.locked-control [data-tip=true],.recipe .recipe-directions.locked-control [data-tip=true],.batch-recipe .ingredients.locked-control [data-tip=true],.batch-recipe .recipe-directions.locked-control [data-tip=true]{pointer-events:all}.menu-form.locked-control,.what-if-menu.locked-control{pointer-events:none}.menu-form.locked-control .breadcrumb,.menu-form.locked-control .read-more,.menu-form.locked-control .alert-modal.error,.menu-form.locked-control .mui-tabs__bar,.menu-form.locked-control .collapsible-header,.menu-form.locked-control [data-tip=true],.menu-form.locked-control .star-chart-button,.menu-form.locked-control .modalclose,.menu-form.locked-control .menu-actions,.menu-form.locked-control .menu-analysis-link,.what-if-menu.locked-control .breadcrumb,.what-if-menu.locked-control .read-more,.what-if-menu.locked-control .alert-modal.error,.what-if-menu.locked-control .mui-tabs__bar,.what-if-menu.locked-control .collapsible-header,.what-if-menu.locked-control [data-tip=true],.what-if-menu.locked-control .star-chart-button,.what-if-menu.locked-control .modalclose,.what-if-menu.locked-control .menu-actions,.what-if-menu.locked-control .menu-analysis-link{pointer-events:all}.menu-analysis-content.locked-control{pointer-events:none}.menu-analysis-content.locked-control .collapsible-header,.menu-analysis-content.locked-control .breadcrumb,.menu-analysis-content.locked-control .read-more,.menu-analysis-content.locked-control .alert-modal.error{pointer-events:all}.change-account-panel .change-account-header .search-panel{width:350px}.change-account-panel .change-account-header .search-panel .search-col{width:100%}.change-account-panel .change-account-header .search-panel .search-col .search-div .search-list{max-height:340px}.change-account-panel .change-account-header .search-panel .search-col .search-div .search-list>div{padding:5px;height:75px}.change-account-panel .change-acount-body{background-color:#fff;padding:20px}.change-account-panel .change-acount-body .search-result-label{color:#474747;padding-bottom:20px;font-size:18px}.change-account-panel .change-acount-body .change-account-items{max-height:480px;overflow-y:auto}.change-account-panel .change-acount-body .change-account-items .account-item{padding:25px;width:300px}.change-account-panel .change-acount-body .change-account-items .account-item>div:first-child{font-size:18px;font-weight:bold}.change-account-panel .change-acount-body .change-account-items .account-item:hover{background-color:#f9f9f9}.change-account-panel .change-acount-body .change-account-items .account-item.selected-account-item{background-color:rgba(192,36,55,.1)}.pageloading .meter{height:16px;position:relative;background:#555;border-radius:25px;padding:6px;width:450px;left:50%;top:50%;transform:translate3d(-50%, -50%, 0);box-shadow:inset 0 -1px 1px hsla(0,0%,100%,.3)}.pageloading .meter>span{display:block;height:100%;-webkit-border-top-right-radius:20px;-webkit-border-bottom-right-radius:20px;-moz-border-radius-topright:20px;-moz-border-radius-bottomright:20px;border-top-right-radius:20px;border-bottom-right-radius:20px;-webkit-border-top-left-radius:20px;-webkit-border-bottom-left-radius:20px;-moz-border-radius-topleft:20px;-moz-border-radius-bottomleft:20px;border-top-left-radius:20px;border-bottom-left-radius:20px;background-color:#2196f3;background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0, #2196F3), color-stop(1, #2196F3));box-shadow:inset 0 2px 9px hsla(0,0%,100%,.3),inset 0 -2px 6px rgba(0,0,0,.4);position:relative;overflow:hidden}.pageloading .meter>span:after,.pageloading .animate>span>span{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-image:linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);z-index:1;-webkit-background-size:50px 50px;-moz-background-size:50px 50px;animation:move 2s linear infinite;-webkit-border-top-right-radius:8px;-webkit-border-bottom-right-radius:8px;-moz-border-radius-topright:8px;-moz-border-radius-bottomright:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;-webkit-border-top-left-radius:20px;-webkit-border-bottom-left-radius:20px;-moz-border-radius-topleft:20px;-moz-border-radius-bottomleft:20px;border-top-left-radius:20px;border-bottom-left-radius:20px;overflow:hidden}.pageloading .animate>span:after{display:none}@keyframes move{0%{background-position:0 0}100%{background-position:50px 50px}}.pageloading .orange>span{background-color:#f1a165;background-image:-webkit-linear-gradient(#f1a165, #f36d0a)}.pageloading .red>span{background-color:#f0a3a3;background-image:-webkit-linear-gradient(#f0a3a3, #f42323)}.pageloading .nostripes>span>span,.pageloading .nostripes>span:after{-webkit-animation:none;background-image:none}.dropdown-modal{position:relative}.dropdown-modal .dropdown-select{width:100px}.dropdown-modal .dropdown-select input{position:relative;outline:none;width:95px;border:0px;border-bottom:1px solid #d6d6d6;color:rgba(0,0,0,0);text-shadow:0 0 0 #858585;font-size:16px;font-family:MyriadPro,sans-serif;z-index:9999;margin:0px 6px;height:24px}.dropdown-modal .dropdown-select:after{width:0;height:0;border-left:6px solid rgba(0,0,0,0);border-right:6px solid rgba(0,0,0,0);border-top:6px solid #008cd2;position:absolute;top:40%;left:87px;content:"";z-index:9999}.dropdown-modal .search-modal{position:absolute;border:0px solid #d9d9d9;width:210px;height:340px;box-shadow:0 1px 10px 0 rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.12),0 2px 4px 0 rgba(0,0,0,.14);background-color:#fff;z-index:9999;border-radius:5px;bottom:35px;right:-40px}.dropdown-modal .search-modal .search-bar{border-top-left-radius:5px;border-top-right-radius:5px}.dropdown-modal .search-modal .search-bar input{width:100%;height:40px;border:0px;border-bottom:1px solid #d9d9d9;border-top-left-radius:5px;border-top-right-radius:5px;padding:0px 16px}.dropdown-modal .search-modal .search-bar input::-moz-placeholder{font-size:14px;color:#acacac}.dropdown-modal .search-modal .search-bar input::placeholder{font-size:14px;color:#acacac}.dropdown-modal .search-modal .search-bar i.material-icons{position:absolute;font-size:24px;color:#008cd2;right:12px;top:4px}.dropdown-modal .search-modal .add-btn{font-size:14px;color:#008cd2;line-height:normal;background-color:#d9ecf7;padding:12px}.dropdown-modal .search-modal .add-btn:focus,.dropdown-modal .search-modal .add-btn:hover{background-color:#008cd2;color:#fff}.dropdown-modal .search-modal .search-list{background-color:#fff;color:#008cd2;font-size:14px;max-height:276px;margin:12px 0px}.dropdown-modal .search-modal .search-list>*{cursor:pointer}.dropdown-modal .search-modal .search-list .search-item{display:flex;align-items:center;padding:12px 4px}.dropdown-modal .search-modal .search-list .search-item>div:first-child{width:24px;padding:0px 4px}.dropdown-modal .search-modal .search-list .search-item>div:first-child i.material-icons{font-size:24px;height:24px}.dropdown-modal .search-modal .search-list .search-item:focus,.dropdown-modal .search-modal .search-list .search-item:hover{background-color:#d9ecf7}.dropdown-modal .search-modal .search-list .not-found{color:#acacac;font-style:italic;padding:12px}.dropdown-modal .search-modal .search-list.add-action{max-height:216px}.dropdown-modal .search-modal #customize-scrollbar{overflow-y:auto}.dropdown-modal .search-modal:after{width:0;height:0;border-left:12px solid rgba(0,0,0,0);border-right:12px solid rgba(0,0,0,0);border-top:10px solid #fff;position:absolute;top:100%;right:100px;content:"";z-index:99}.dropdown-modal .search-modal.hidden{display:none}.approx-total .dropdown-modal .dropdown-select{width:105px}.approx-total .dropdown-modal .dropdown-select input{width:100px;font-size:14px;font-weight:normal}.approx-total .dropdown-modal .dropdown-select:after{left:93px}.approx-total.highlight-line .dropdown-modal .dropdown-select input{background-color:rgba(0,129,198,0)}.cover-modal{position:fixed;z-index:999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:rgba(0,0,0,0)}.cover-modal.hidden{visibility:hidden}.NotFound{width:100vw;height:calc(100vh - 140px)}.NotFound h1{position:absolute;top:calc(50% - 1em);width:100%;font-size:2em;margin:0;text-align:center}.modal .modal-body-account-change{transition:none !important;-webkit-transition:none !important;-moz-transition:none !important;-o-transition:none !important}.modal.open .modal-body-account-change{display:flex;flex-direction:column;width:96%;max-width:800px;margin-top:20px;margin-bottom:20px;height:calc(100vh - 84px);overflow:hidden;max-height:1200px;transition:none !important;-webkit-transition:none !important;-moz-transition:none !important;-o-transition:none !important}.modal.open .modal-body-account-change .modal-header{padding:0 20px 35px 20px;font-size:20px;line-height:1.35;color:#474747;text-align:left;word-break:break-word}.modal.open .modal-body-account-change .modal-footer{padding:1px 20px;margin-top:10px}.modal.open .modal-body-account-change .modal-content{padding:0 20px;height:calc(100% - 70px);overflow:hidden;display:flex;position:relative}.modal.open .modal-body-account-change .modal-content .accounts-wrapper,.modal.open .modal-body-account-change .modal-content .filter-area{width:100%}.modal.open .modal-body-account-change .modal-content .filter-area{display:flex;justify-content:flex-end}.modal.open .modal-body-account-change .modal-content .filter-area .filter-dropdown-accounts .ss-dropdown__control,.modal.open .modal-body-account-change .modal-content .filter-area .accounts-searchbox input{min-height:44px !important}.modal.open .modal-body-account-change .modal-content .filter-area .accounts-searchbox .input-div input{font-size:14px;font-weight:100;border-radius:6px;width:100%;height:44px;border:1px solid #d9d9d9;color:rgba(0,0,0,.72);padding:0 45px 0 10px;outline:none;background-color:#fff}.modal.open .modal-body-account-change .modal-content .filter-area .accounts-searchbox .input-div input:focus{border:1px solid #008cd2;color:rgba(0,0,0,.72)}.modal.open .modal-body-account-change .modal-content .filter-area .accounts-searchbox .input-div i{position:absolute;font-size:28px;color:#008cd2;right:12px;top:0px}.modal.open .modal-body-account-change .modal-content .filter-area .accounts-searchbox .input-div .clearIcon{color:#fff;background-color:#008cd2;width:22px;height:22px;border-radius:22px;display:flex;align-items:center;justify-content:center;font-size:14px;top:11px;right:10px}.modal.open .modal-body-account-change .modal-content .filter-area .accounts-searchbox .input-div .searchIcon{font-size:24px;top:5px;width:32px;height:32px;display:flex;align-items:center}.modal.open .modal-body-account-change .modal-content .filter-dropdown-accounts{min-width:150px;width:25%;margin-right:20px}.modal.open .modal-body-account-change .modal-content .accounts-searchbox{width:45%}.modal.open .modal-body-account-change .modal-content .filter-area .accounts-searchbox .search-panel .search-col{width:100% !important;margin-bottom:8px}.modal.open .modal-body-account-change .modal-content .accounts-summary{font-family:MyriadPro,Arial,Verdana,sans-serif !important;font-weight:900;font-size:14px;color:rgba(0,0,0,.54);display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.modal.open .modal-body-account-change .modal-content .accounts-list-wrapper{height:100%;max-height:calc(100vh - 310px)}.modal.open .modal-body-account-change .modal-content .infinite-scroll-component__outerdiv{width:100%}.modal.open .modal-body-account-change .modal-content .accounts-list-scroll{overflow:auto;height:100%;width:100%}.modal.open .modal-body-account-change .modal-content .list-scrolling-area{overflow:auto;max-height:calc(100vh - 310px) !important}.modal.open .modal-body-account-change .modal-content .accounts-list,.modal.open .modal-body-account-change .modal-content .infinite-scroll-component{display:flex;flex-wrap:wrap;justify-content:space-between;height:100%;padding:2px 0px;width:100%}.modal.open .modal-body-account-change .modal-content .accounts-list .user-message-info,.modal.open .modal-body-account-change .modal-content .infinite-scroll-component .user-message-info{text-align:center;width:80%;margin:0 auto;display:flex;align-items:center;justify-content:center;height:50%;font-size:20px;color:rgba(0,0,0,.5414);font-family:MyriadPro,Arial,Verdana,sans-serif !important;font-weight:200}.modal.open .modal-body-account-change .modal-content .accounts-list .account-list-item,.modal.open .modal-body-account-change .modal-content .infinite-scroll-component .account-list-item{display:flex;flex-direction:column;width:48%;min-height:100px;margin:3px 6px 25px 6px}.modal.open .modal-body-account-change .modal-content .accounts-list .account-list-item button,.modal.open .modal-body-account-change .modal-content .infinite-scroll-component .account-list-item button{width:100%;height:100%;padding:10px 24px;display:flex;justify-content:space-between;align-items:center;background:#fff;box-shadow:0 1px 8px rgba(0,0,0,.1);border:1px solid rgba(0,0,0,0);border-radius:6px;cursor:pointer;position:relative}.modal.open .modal-body-account-change .modal-content .accounts-list .account-list-item button:hover,.modal.open .modal-body-account-change .modal-content .infinite-scroll-component .account-list-item button:hover{border:1px solid #008cd2}.modal.open .modal-body-account-change .modal-content .accounts-list .account-list-item button:active,.modal.open .modal-body-account-change .modal-content .infinite-scroll-component .account-list-item button:active{box-shadow:0 3px 8px rgba(0,0,0,.1)}.modal.open .modal-body-account-change .modal-content .accounts-list .account-list-item.selected button,.modal.open .modal-body-account-change .modal-content .infinite-scroll-component .account-list-item.selected button{border:1px solid #008cd2}.modal.open .modal-body-account-change .modal-content .accounts-list .account-list-item .inactive-badge,.modal.open .modal-body-account-change .modal-content .infinite-scroll-component .account-list-item .inactive-badge{background:#d7d7d7;color:rgba(0,0,0,.56);border-radius:5px;position:absolute;right:0;top:0;font-size:12px;padding:2px 4px}.modal.open .modal-body-account-change .modal-content .accounts-list .account-list-item .account-detail,.modal.open .modal-body-account-change .modal-content .infinite-scroll-component .account-list-item .account-detail{display:flex;flex-direction:column;text-align:left;width:90%}.modal.open .modal-body-account-change .modal-content .accounts-list .account-list-item .account-title,.modal.open .modal-body-account-change .modal-content .infinite-scroll-component .account-list-item .account-title{font-family:MyriadPro,Arial,Verdana,sans-serif !important;font-size:17px;font-weight:900;color:rgba(0,0,0,.56);margin-bottom:3px;text-transform:none}.modal.open .modal-body-account-change .modal-content .accounts-list .account-list-item .account-address,.modal.open .modal-body-account-change .modal-content .accounts-list .account-list-item .account-id,.modal.open .modal-body-account-change .modal-content .infinite-scroll-component .account-list-item .account-address,.modal.open .modal-body-account-change .modal-content .infinite-scroll-component .account-list-item .account-id{font-family:MyriadPro,Arial,Verdana,sans-serif !important;font-weight:200;font-size:15px;color:rgba(0,0,0,.54);margin-bottom:3px}.modal.open .modal-body-account-change .inactive-text{margin-top:17px;color:#d17a08;font-size:13px}.modal.open .modal-body-account-change .loadmore{width:100%;display:flex;align-items:center;justify-content:center;text-align:center;height:60px}.modal.open .modal-body-account-change .loadmore .loader{height:60px !important}.login-landing-wrapper{display:flex;overflow:auto;height:-moz-max-content;height:max-content;min-height:100%;color:#6b6b6b}.login-landing-wrapper .copyright-sec{font-size:16px;color:#fff;margin:5% 10%}.login-landing-wrapper .copyright-sec .footer-link{text-decoration:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.login-landing-wrapper .intro-sec-wrapper{display:flex;flex-direction:column;justify-content:space-between;width:40%;background:url(/assets/img/landing-login-bg-da38bb92975cf5def52b.png) no-repeat center;background-size:cover}.login-landing-wrapper .intro-sec-wrapper .intro-sec-content{color:#fff;margin:0 10%;height:100%;text-shadow:1px 3px 20px #000}.login-landing-wrapper .intro-sec-wrapper .intro-sec-text{display:flex;flex-direction:column}.login-landing-wrapper .intro-sec-wrapper .intro-main-title{font-family:"MyriadProSemibold",Arial,sans-serif;font-size:20px;text-transform:uppercase;margin-bottom:15px}.login-landing-wrapper .intro-sec-wrapper .intro-hero{font-size:36px;font-family:"MyriadProBold",Arial,sans-serif;text-transform:capitalize;margin-bottom:25px}.login-landing-wrapper .intro-sec-wrapper .intro-desc{font-size:22px;font-family:"MyriadPro",Arial,sans-serif}.login-landing-wrapper .intro-sec-wrapper .intro-sec-logo{width:160px;height:100px;margin:15% 0}.login-landing-wrapper .login-sec-wrapper{width:60%;background:#fff;overflow:hidden}.login-landing-wrapper .login-sec-wrapper .login-sec{display:flex;justify-content:center;align-items:center;flex-direction:column;height:100%}.login-landing-wrapper .login-sec-wrapper .login-sec .login-logo-area{display:flex;flex-direction:column;justify-content:center;align-items:center;padding-top:30px}.login-landing-wrapper .login-sec-wrapper .login-sec .login-tiles{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;margin-top:10%}.login-landing-wrapper .login-sec-wrapper .login-sec .login-tiles .login-tile{border:1px solid #fff;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;width:300px;height:200px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;background:#fff;box-shadow:0 1px 8px rgba(0,0,0,.1);border-radius:6px;padding:20px;margin:20px}.login-landing-wrapper .login-sec-wrapper .login-sec .login-tiles .login-tile:hover{border:1px solid #008cd2}.login-landing-wrapper .login-sec-wrapper .login-sec .login-main-title{color:#868686;font-size:18px;text-transform:uppercase;margin-bottom:10px}.login-landing-wrapper .login-sec-wrapper .login-sec .tile-intro,.login-landing-wrapper .login-sec-wrapper .login-sec .tile-name{font-size:20px;color:#6b6b6b}.login-landing-wrapper .login-sec-wrapper .login-sec .tile-intro{font-family:"MyriadProLight",Arial,sans-serif}.login-landing-wrapper .login-sec-wrapper .login-sec .tile-name{font-family:"MyriadProSemibold",Arial,sans-serif;text-transform:uppercase}.login-landing-wrapper .login-sec-wrapper .login-sec .tile-icon{margin-bottom:25px}.login-landing-wrapper .login-sec-wrapper .login-sec .login-sec-logo{width:300px;margin-bottom:40px}.login-landing-wrapper .login-sec-wrapper .login-sec .login-sec-logo img{width:100%}.login-landing-wrapper .login-sec-wrapper .login-sec .login-desc{font-size:18px;font-family:"MyriadPro",Arial,sans-serif}.pointer{cursor:pointer}.word-break{word-break:break-word}.inline-wrapper.textarea{word-break:break-word}.content-box{box-sizing:content-box}.mui--no-transition{transition:none !important}.mui--no-user-select{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mui-caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid rgba(0,0,0,0);border-left:4px solid rgba(0,0,0,0)}.mui--text-left{text-align:left !important}.mui--text-right{text-align:right !important}.mui--text-center{text-align:center !important}.mui--text-justify{text-align:justify !important}.mui--text-nowrap{white-space:nowrap !important}.mui--align-baseline{vertical-align:baseline !important}.mui--align-top{vertical-align:top !important}.mui--align-middle{vertical-align:middle !important}.mui--align-bottom{vertical-align:bottom !important}.mui--text-dark{color:rgba(0,0,0,.87)}.mui--text-dark-secondary{color:rgba(0,0,0,.54)}.mui--text-dark-hint{color:rgba(0,0,0,.38)}.mui--text-primary{color:#008cd2}.mui--text-light{color:#fff}.mui--text-light-secondary{color:hsla(0,0%,100%,.7)}.mui--text-light-hint{color:hsla(0,0%,100%,.3)}.mui--text-accent{color:#008cd2}.mui--text-accent-secondary{color:rgba(0,140,210,.54)}.mui--text-accent-hint{color:rgba(0,140,210,.38)}.mui--text-black{color:#000}.mui--text-white{color:#fff}.mui--text-danger{color:#c02437}.mui--text-success{color:#56b146}.mui--text-grey{color:#acacac}.mui--text-blue{color:#008cd2}.mui--bg-primary{background-color:#008cd2}.mui--bg-primary-dark{background-color:#003d6c}.mui--bg-primary-light{background-color:#bbdefb}.mui--bg-white{background-color:#fff}.mui--bg-accent{background-color:#008cd2}.mui--bg-accent-dark{background-color:#f50057}.mui--bg-accent-light{background-color:#e3f2fd}.mui--bg-danger{background-color:#c02437}.mui--bg-success{background-color:#56b146}.mui-list--unstyled{padding-left:0;list-style:none}.mui-list--inline{padding-left:0;list-style:none;margin-left:-5px}.mui-list--inline>li{display:inline-block;padding-left:5px;padding-right:5px}.mui--z1,.mui-dropdown__menu,.mui-select__menu{box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)}.mui--z2{box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23)}.mui--z3{box-shadow:0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23)}.mui--z4{box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22)}.mui--z5{box-shadow:0 19px 38px rgba(0,0,0,.3),0 15px 12px rgba(0,0,0,.22)}.mui--clearfix:before,.mui--clearfix:after{content:" ";display:table}.mui--clearfix:after{clear:both}.mui--pull-right{float:right !important}.mui--pull-left{float:left !important}.mui--hide{display:none !important}.mui--show{display:block !important}.mui--invisible{visibility:hidden}.mui--overflow-hidden{overflow:hidden !important}.mui--overflow-hidden-x{overflow-x:hidden !important}.mui--overflow-hidden-y{overflow-y:hidden !important}.mui--visible-xs-block,.mui--visible-xs-inline,.mui--visible-xs-inline-block,.mui--visible-sm-block,.mui--visible-sm-inline,.mui--visible-sm-inline-block,.mui--visible-md-block,.mui--visible-md-inline,.mui--visible-md-inline-block,.mui--visible-lg-block,.mui--visible-lg-inline,.mui--visible-lg-inline-block,.mui--visible-xl-block,.mui--visible-xl-inline,.mui--visible-xl-inline-block{display:none !important}@media(max-width: 543px){.mui-visible-xs{display:block !important}table.mui-visible-xs{display:table}tr.mui-visible-xs{display:table-row !important}th.mui-visible-xs,td.mui-visible-xs{display:table-cell !important}.mui--visible-xs-block{display:block !important}.mui--visible-xs-inline{display:inline !important}.mui--visible-xs-inline-block{display:inline-block !important}}@media(min-width: 544px)and (max-width: 767px){.mui-visible-sm{display:block !important}table.mui-visible-sm{display:table}tr.mui-visible-sm{display:table-row !important}th.mui-visible-sm,td.mui-visible-sm{display:table-cell !important}.mui--visible-sm-block{display:block !important}.mui--visible-sm-inline{display:inline !important}.mui--visible-sm-inline-block{display:inline-block !important}}@media(min-width: 768px)and (max-width: 1023px){.mui-visible-md{display:block !important}table.mui-visible-md{display:table}tr.mui-visible-md{display:table-row !important}th.mui-visible-md,td.mui-visible-md{display:table-cell !important}.mui--visible-md-block{display:block !important}.mui--visible-md-inline{display:inline !important}.mui--visible-md-inline-block{display:inline-block !important}}@media(min-width: 1024px)and (max-width: 1279px){.mui-visible-lg{display:block !important}table.mui-visible-lg{display:table}tr.mui-visible-lg{display:table-row !important}th.mui-visible-lg,td.mui-visible-lg{display:table-cell !important}.mui--visible-lg-block{display:block !important}.mui--visible-lg-inline{display:inline !important}.mui--visible-lg-inline-block{display:inline-block !important}}@media(min-width: 1280px){.mui-visible-xl{display:block !important}table.mui-visible-xl{display:table}tr.mui-visible-xl{display:table-row !important}th.mui-visible-xl,td.mui-visible-xl{display:table-cell !important}.mui--visible-xl-block{display:block !important}.mui--visible-xl-inline{display:inline !important}.mui--visible-xl-inline-block{display:inline-block !important}}@media(max-width: 543px){.mui--hidden-xs{display:none !important}}@media(min-width: 544px)and (max-width: 767px){.mui--hidden-sm{display:none !important}}@media(min-width: 768px)and (max-width: 1023px){.mui--hidden-md{display:none !important}}@media(min-width: 1024px)and (max-width: 1279px){.mui--hidden-lg{display:none !important}}@media(min-width: 1280px){.mui--hidden-xl{display:none !important}}.mui-scrlock--showbar-y{overflow-y:scroll !important}.mui-scrlock--showbar-x{overflow-x:scroll !important}#mui-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999999;background-color:rgba(0,0,0,.2);overflow:auto}.mui-btn__ripple-container{position:absolute;top:0;left:0;display:block;height:100%;width:100%;overflow:hidden;z-index:0;pointer-events:none}.mui-ripple{position:absolute;top:0;left:0;border-radius:50%;opacity:0;pointer-events:none;transform:scale(0.0001, 0.0001)}.mui-ripple.mui--is-animating{transform:none;transition:transform .3s cubic-bezier(0, 0, 0.2, 1),width .3s cubic-bezier(0, 0, 0.2, 1),height .3s cubic-bezier(0, 0, 0.2, 1),opacity .3s cubic-bezier(0, 0, 0.2, 1)}.mui-ripple.mui--is-visible{opacity:.3}.mui-btn .mui-ripple{background-color:hsl(0,0%,65%)}.mui-btn--primary .mui-ripple{background-color:#fff}.mui-btn--dark .mui-ripple{background-color:#fff}.mui-btn--danger .mui-ripple{background-color:#fff}.mui-btn--accent .mui-ripple{background-color:#fff}.mui-btn--flat .mui-ripple{background-color:hsl(0,0%,65%) !important}.mui--text-display4{font-weight:300;font-size:112px;line-height:112px}.mui--text-display3{font-weight:400;font-size:56px;line-height:56px}.mui--text-display2{font-weight:400;font-size:45px;line-height:48px}.mui--text-display1,h1{font-weight:600;font-size:24px;line-height:40px}.mui--text-headline,h2{font-weight:400;font-size:24px;line-height:32px}.mui--text-title,h3{font-weight:400;font-size:20px;line-height:28px}.mui--text-subhead,h4{font-weight:400;font-size:16px;line-height:24px}.mui--text-body2,h5{font-weight:500;font-size:14px;line-height:24px}.mui--text-body1{font-weight:400;font-size:14px;line-height:20px}.mui--text-caption{font-weight:400;font-size:12px;line-height:16px}.mui--text-menu{font-weight:500;font-size:13px;line-height:17px}.mui--text-button{font-weight:500;font-size:14px;line-height:18px;text-transform:uppercase}

/*# sourceMappingURL=style-1eca9f0b5618f73a85bd.css.map*/