* {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus {
  outline: none;
}

html {
  scroll-behavior: smooth;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.max-width-60 {
  max-width: 60rem !important;
}

.material-tooltip {
  width: 200px;
}

::-webkit-scrollbar {
  width: 0.5rem;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.level-2 {
  color: #666666 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif !important;
  font-weight: bolder !important;
}

body {
  max-width: 1920px;
  background-color: #fafafa;
}

#topInfoRow {
  text-align: left;
  position: relative;
}

#topInfoRow #topLogo {
  margin: 2rem 0;
  text-align: center;
  width: 100%;
  height: auto;
}

#topInfoRow .circle {
  width: 20rem;
  height: 20rem;
  background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%);
  border-radius: 50%;
  position: absolute;
  top: -10rem;
  left: 0rem;
  z-index: -1;
  opacity: 0.5;
  -webkit-animation: shakeRight 10s ease-in-out infinite;
          animation: shakeRight 10s ease-in-out infinite;
}

#topInfoRow p {
  font-family: "Open Sans", sans-serif;
  margin: 0 auto;
  padding: 0.5rem 0;
  font-size: 1.2rem;
}

#topInfoRow p a {
  color: #548313;
  border-bottom: solid 3px #70AF1A;
  padding: 0 0 0.2rem 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#topInfoRow p a:hover {
  color: #6aa619;
  border-bottom: solid 3px #6aa619;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.categoryNameContainer {
  font-size: 2.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.plusRemark, .minusRemark {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
}

.plusRemark p, .minusRemark p {
  text-align: left;
}

.plusRemark .material-icons, .minusRemark .material-icons {
  font-weight: bolder;
}

.plusRemark .material-icons {
  color: #F2780C !important;
}

.minusRemark .material-icons {
  color: #70AF1A !important;
}

.table .tableRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.table .tableRow .cell {
  min-width: 3rem;
  width: 15vw;
  max-width: 10rem;
  font-size: 0.9rem;
  padding: 0.2rem 0.3rem;
  text-align: center;
  font-family: "Poppins", sans-serif;
  background-color: white;
}

.table .tableRow .cell--highlighted {
  border: solid 1px black !important;
  font-weight: bolder;
}

.plus .tableRow:nth-child(odd) .cell:nth-child(2), .plus .tableRow:nth-child(odd) .cell:nth-child(3), .plus .tableRow:nth-child(odd) .cell:nth-child(4), .plus .tableRow:nth-child(odd) .cell:nth-child(5) {
  background-color: #fde4cd;
}

.plus .tableRow .cell {
  border: solid 0.1px #fbd6b5;
}

.plus .tableRow .cell:nth-child(1) {
  background-color: #fde4cd;
}

.plus #primaryRow .cell {
  background-color: #F2780C;
  color: white;
  height: 5rem;
  padding: 0.5rem 0.3rem;
  font-size: 0.8em;
}

.minus .tableRow:nth-child(odd) .cell:nth-child(2), .minus .tableRow:nth-child(odd) .cell:nth-child(3), .minus .tableRow:nth-child(odd) .cell:nth-child(4) {
  background-color: #e7f8d0;
}

.minus .tableRow .cell {
  border: solid 0.1px #dcf5ba;
}

.minus .tableRow .cell:nth-child(1) {
  background-color: #e7f8d0;
}

.minus #primaryRow .cell {
  background-color: #70AF1A;
  color: white;
  padding: 0.5rem 0.3rem;
  height: 5rem;
  font-size: 0.8em;
}

.statsDisplay {
  margin: 1rem 0;
}

.statsContainer {
  background-color: #f7f7f7 !important;
  font-family: "Poppins", sans-serif;
  font-weight: bolder;
  padding: 1rem 2rem !important;
}

.statsContainer .row {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  background-color: #cccccc;
}

.statsContainer .row .col {
  padding: 0.5rem 0;
  margin: 0.5rem 0;
}

.statsContainer .row .scoreBox {
  background-color: white;
  border-radius: 0.5rem;
}

#rightPanelContainer #rightPanel {
  max-width: 60rem;
}

#rightPanelContainer .step {
  margin: 3rem 0;
  text-align: left;
}

#rightPanelContainer .step .stepDescription {
  font-size: 1.0rem;
  padding: 1rem 0;
}

#rightPanelContainer .step .stepDescription p {
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

#rightPanelContainer .hasHelpIcon {
  position: relative;
}

#rightPanelContainer .helpIconContainer {
  position: absolute;
  top: -1.0rem;
  right: -1.0rem;
  z-index: 2;
  width: 3rem;
  height: auto;
  -webkit-animation: shakeUp 0.3s ease-in-out;
          animation: shakeUp 0.3s ease-in-out;
}

#rightPanelContainer .helpIconContainer img {
  width: 100%;
  height: auto;
}

#rightPanelContainer .helpIconContainer img:hover {
  -webkit-animation: shakeUp 0.3s ease-in-out;
          animation: shakeUp 0.3s ease-in-out;
}

#rightPanelContainer #categorySelection {
  padding: 1.5rem 1.5rem 0rem 1.5rem;
  background-color: #cccccc;
  border-radius: 0.5rem;
}

#rightPanelContainer #categorySelectionLabel {
  border-radius: 0.5rem;
  background-color: #f7f7f7;
  min-width: 10rem;
  width: 100%;
  overflow: hidden;
}

#rightPanelContainer #categoryMenu li {
  overflow: wrap;
}

#rightPanelContainer #categoryMenu li a {
  color: #70AF1A;
}

#scoreDivision {
  background-color: transparent;
  border-radius: 0;
  padding: 0.5rem 0;
}

#colorSpectrum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
}

#colorSpectrum .marker {
  background-color: black;
  width: 0.5rem;
  height: 5rem;
  position: absolute;
  left: 0;
  z-index: 2;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#colorSpectrum .color {
  text-align: center;
  padding: 1.2rem 0;
  min-width: 3rem;
  color: black;
}

#colorSpectrum #colorA {
  background-color: #007517;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

#colorSpectrum #colorB {
  background-color: #94c11e;
}

#colorSpectrum #colorC {
  background-color: #fede00;
}

#colorSpectrum #colorD {
  background-color: #f29200;
}

#colorSpectrum #colorE {
  background-color: #dd1e01;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

#nutriScoreAlphabetContainer {
  background-color: transparent;
  padding-left: 0;
}

#nutriScoreAlphabet {
  padding: 1rem 0;
}

#nutriScoreAlphabet .nutriScoreImageContainer {
  width: 8rem;
  height: 4.5rem;
}

#nutriScoreAlphabet .nutriScoreImageContainer img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}

@-webkit-keyframes shakeRight {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes shakeRight {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-webkit-keyframes shakeUp {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes shakeUp {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes vibrateDown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes vibrateDown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.selectionText {
  font-weight: bolder;
  font-family: "Poppins", sans-serif;
  text-align: center;
}

#topLogo {
  max-width: 15rem;
  width: 100%;
}

#ingredientSelection {
  background-color: #cccccc;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
}

#ingredientSelection .ingredientWeight {
  color: #777777;
}

#ingredientSelection .ingredientWeight--selected {
  color: black;
}

#ingredientSelection #ingredientListScroll {
  max-height: 6rem;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: none;
  border-bottom: solid 1px #777777;
  -webkit-box-shadow: inset 0px -13px 7px -15px #777777;
          box-shadow: inset 0px -13px 7px -15px #777777;
}

#ingredientSelection #ingredientValues {
  padding: 0.5rem 1.5rem 0rem 0rem;
  margin: 0;
  color: #777777;
}

#ingredientSelection #ingredientClassification {
  padding: 0rem 1.5rem 0rem 0rem;
  margin: 0;
}

#ingredientSelection #classification {
  color: black;
}

#infoBox {
  border-radius: 0.5rem;
  background-color: #cccccc;
  padding: 1.5rem 1.5rem;
}
/*# sourceMappingURL=calculator.css.map */

.rezp_btn:hover{
  background: #77bc19;
}
.rezp_btn{
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #70AF1A;
	border-radius: 4px;
	padding: 13px 16px;
	height: auto;
	margin: 0;
	position: relative;
	box-shadow: none;
  margin-top: 20px;
  display: inline-block;
}
.user_notify_massage {
	background-color: #ffeb3b;
	padding: 3px 0px;
}

.user_notify_massage a{
  color: #70AF1A;
  text-decoration: underline;
  font-weight: 700;
}
.user_notify_massage p{
  font-size: 12px;
  text-align: left;
}
.user_notify_massage .container {
	width: 90%;
  max-width: 60rem;
}