html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

#page-container {
  flex: 1 0 auto;
}

footer {
  flex-shrink: 0;
}

.fa {
  margin-left: -12px;
  margin-right: 8px;
}

.breadcrumb-item > a {
  color: #8e8e8e !important;
  font-size: 16px !important;
}

.breadcrumb-item > span {
  font-size: 17px !important;
}

.measure-hero-lead-full {
  width: 100% !important;
  max-width: 100% !important;
}

.ql-clipboard{
  display: none !important;
}

.container__parent__wrapper__watermark {
  position: relative;
}

.container__wrapper__watermark {
  /* Center the content */
  align-items: center;
  display: flex;
  justify-content: flex-start;

  /* Absolute position */
  left: 0rem;
  position: absolute;
  top: 0px;

  /* Take full size */
  height: 100%;
  width: 100%;
}

.container__watermark {
  /* Text color */
  color: rgba(0, 0, 0, 0.12);

  /* Text styles */
  font-size: 4rem;
  font-weight: bold;
  text-transform: uppercase;

  /* Rotate the text */
  transform: rotate(-32deg);

  /* Disable the selection */
  user-select: none;

  padding-left: 4rem;
}

@media only screen and (max-width: 600px) {
  .container__watermark {
    width: min-content;
  }
}


@media only screen and (max-width: 600px) {
  .container__watermark_assumption {
    padding-left: 0;
  }
}