@import 'https://globalvaleqa.powerappsportals.com/assets/fonts.css';

:root {
  --color-green: #007E7A;
  --color-light-green: #9FCFCD;
  --color-lighter-green: #e5f2f1;
  --color-yellow: #ECB11F;
  --color-dark-grey: #555550;
  --color-grey: #747678;
  --color-light-grey: #D0D0D0;
  --color-white: #ffffff;
  --color-red: #bc0a3c;
  --color-alternate-green: #69bf23;
  --default-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-title: 'ValeSans', var(--default-font-family);
  --font-body: 'ValeSans', var(--default-font-family);
  --max-width: 1440px;
  --max-content-width: 1200px;
  --border-radius: 4px;
  font-size: 62.5%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: var(--color-grey);
  font: 1.6rem/1.6 var(--font-body);
}

.row {
  margin-right: 0 !important;
}

a {
  text-decoration: none;
  color: var(--color-grey);
}

a:hover {
  color: var(--color-green);
}

a.active {
  color: var(--color-green);
  border-bottom: 3px solid var(--color-green);
}

div {
  position: relative;
}

h1,
h2,
h3 {
  font-family: var(--font-title);
  color: var(--color-green);
}

h1,
h2 {
  font-size: 4.8rem;
}

main h3 {
  font-size: 2rem;
}

main h3::before {
  content: '';
  border-right: 4px solid var(--color-green);
  margin-left: -1.6rem;
  margin-right: 1.6rem;
}

#page {
  margin: 0 auto;
  max-width: var(--max-width);
}

header {
  display: flex;
  align-items: center;
  height: 8rem;
  font-family: var(--font-title);
  overflow: hidden;
  justify-content: space-between;
}

header,
main,
.hero-content {
  max-width: var(--max-content-width);
  padding: 0 1.6em;
  margin: 0 auto;
}

.menu {
  display: flex;
  margin-left: 3rem;
}

.menu a {
  display: block;
  padding: 0 1.6rem;
  height: 80px;
  display: flex;
  align-items: center;
}

.hero {
  background: var(--color-green);
  margin-bottom: 1.6rem;
}

.hero.contracts {
  background: var(--color-white) url(../images/banners/contracts.png) no-repeat;
}

.hero.dashboard {
  background: var(--color-white) url(../images/banners/dashboard.png) no-repeat;
}

.hero h1 {
  color: var(--color-white);
}

.hero-content {
  height: 320px;
  display: flex;
  align-items: center;
}

main {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 1.6em;
}

.welcome h2 {
  margin-bottom: 3.2rem;
  line-height: 1.2;
}

.allocation {
  background: var(--color-lighter-green);
  color: var(--color-green);
  padding: 1.6rem;
  border-radius: var(--border-radius);
}

.allocation ul {
  margin: 3.2rem 0 0 0;
  padding: 0;
}

.allocation li {
  list-style: none;
  border-bottom: 1px solid var(--color-light-green);
  padding: 1.6rem 0;
  display: flex;
  justify-content: space-between;
}

.action {
  align-self: end;
}

.content p {
  font-size: 1.4rem;
  line-height: 1.2;
}

.content p:first-of-type {
  font-size: 1.8rem;
}

.map {
  grid-column: 1 / span 3;
}

.tabs {
  font-family: var(--font-title);
  font-size: 1.2rem;
  border-bottom: 1px solid var(--color-light-grey);
}

.tabs ul {
  margin: 0;
  padding: 0;
}

.tabs li {
  list-style: none;
  display: inline;
}

.tabs a {
  height: 3rem;
  display: inline-block;
  margin-right: 1.6rem;
}

.button {
  background-color: var(--color-yellow);
  color: var(--color-white);
  font-family: var(--font-title);
  font-size: 12px;
  color: #fff;
  min-width: 70px;
  height: 30px;
  line-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--border-radius);
  padding: 0 1.6em;
}

.button:hover {
  color: var(--color-white);
  opacity: 0.8;
}

.graphs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  margin-top: 1.6rem;
}

.graphs div:last-of-type {
  grid-column: 1 / span 2;
}

.graphs div {
  min-height: 269px;
}

.graphs .tabs {
  min-height: auto;
  height: 3rem;
  grid-column: 1 / span 3;
}

.map img,
.graphs img {
  margin-top: 4rem;
}

.disclaimer {
  background: black;
  color: var(--color-white);
  font-family: var(--font-title);
  display: flex;
  justify-content: space-between;
  padding: 1.6rem;
}

.contract-description {
  height: 23px;
  width: 400px;
  font-family: "ValeSans";
  font-size: 22px;
  line-height: 27px;
  margin-left: 100px;
  margin-top: 20;
}

.commercial-conditions p {
  font-size: 1.4rem;
}

main div h3+p,
main div h3+img {
  padding-top: 4rem;
}

.click {
  cursor: pointer;
}

.invoice img {
  width: 700px;
  height: auto;
}

.commercial-conditions {
  border: 1px solid var(--color-light-grey);
  margin-left: -1.6rem;
  padding: 0 1.6rem 1.6rem;
  border-radius: var(--border-radius);
  /*margin-left: 100px;*/
}

.demand {
  padding: 1.6rem 0;
  position: relative;
}

.demand strong {
  display: block;
  margin-bottom: 0.5rem;
}

.demand p {
  line-height: 20px;
}

.demand,
.commercial-conditions h3 {
  border-bottom: 1px solid var(--color-light-grey);
}

.demand span {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 19px;
}

.demand button {
  background: transparent;
  border: none;
  outline: none;
  color: var(--color-green);
  position: absolute;
  top: 1.6rem;
  right: 0;
  width: 74px;
  height: 15px;
  color: #007E7A;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 19px;
  cursor: pointer;
}

.demand button:hover {
  opacity: 0.7;
}

.demand--contract-drafted {
  color: var(--color-red);
}

.demand--contract-countersigned {
  color: var(--color-alternate-green);
}

.new-container {
  max-width: 1440px;
  margin: 0 auto;
}

.hero.contracts {
  background: url(https://globalvaleprod.powerappsportals.com/_webresources/contracts-banner.png);
}

footer[role="contentinfo"] {
  display: none;
}

footer {
  background-color: var(--color-green);
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.footer-information {
  height: 36px;
  width: 360px;
  color: var(--color-white);
  font-family: "ValeSans";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 40px;
}

.steps {
  font-weight: bold;
  color: var(--color-light-grey);
}

.steps ul {
  display: flex;
}

.steps li {
  list-style: none;
  text-align: center;
}

.steps--current-step {
  color: var(--color-white);
  background: var(--color-light-grey);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}

.steps--current-step-active {
  background: var(--color-green);
}

.steps--current-step::after {
  width: 200px;
  height: 5px;
  background: black;
  display: block;
}