:root {
  --anyshore-grey: #ECECEC;
  --anyshore-green: #5C7D70;
  --anyshore-green-hover: #7C9D90;
  --anyshore-green-filter: invert(47%) sepia(9%) saturate(891%) hue-rotate(105deg) brightness(95%) contrast(90%);
}

html {
  font-size: 14px;
  font-family: Noto Sans;
  
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.green {
  background-color: var(--anyshore-green);
}

.green-svg {
  filter: var(--anyshore-green-filter);
}

button.green {
  color: white;
}

.img-overlay-pick-expert-btn {
  position: relative;
  text-align: center;
  z-index: 100;
  top:-50%;
  height: 100%;
}

.hidden{
  display: none;
}

.form-row {
  padding-bottom: 1em;
	text-decoration: none;
}

.inputLabel{
  color: var(--Tekst, #202020);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.inputValue {
  color: var(--Tekst, #202020);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}

.layoutLogo {
  width: 158px;
  height: 52px;
}

.navbar {
  height: 96px;
  margin-left: auto;
  box-sizing: border-box;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  overflow: hidden;
}

.submitButton {
  background-color: var(--anyshore-green);
  color: white;
  border-color: white;
}

.submitButton:hover {
  background-color: var(--anyshore-green-hover);
  color: white;
  border-color: white;
}
.submitButton:disabled {
  background-color: var(--anyshore-green-hover);
  color: white;
  border-color: white;
}

.modal {
  display: block;
}