/* These styles are generated from project.scss. */
:root {
  --text-color: black;
  --background-color: white;
  --White: #FFFFFF;
  --Black: #000000;
  --Beige: #E9E9DE;
  --Blue: #6AC3C9;
  --Charcoal: #2D2D2D;
  --Taupe: #A19680;
  --Green: #00854B;
  --Orange: #DB7D33;
  --GreenDarker: #006D3A;
  --Graph1: #2D2D2D;
  --Graph2: #DB7D33;
  --Graph3: #DBB9BA;
  --Graph4: #00854B;
  --Graph5: #A19680;
  --bs-light-rgb: #2D2D2D;
}

ul {
  margin-bottom: 0;
  padding-bottom: 1rem;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
  font-family: Helvetica Neue, serif
}

.grecaptcha-badge {
  visibility: hidden;
}

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.navbar {
  padding-bottom: 0;
  padding-top: 0;
}

.navbar-dark {
  background-color: #2D2D2D !important;
}

.navbar-dark .navbar-nav .nav-link {
  color: #E9E9DE;
}

.navbar-dark .navbar-nav .nav-link.active {
  color: #FFFFFF;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #FFFFFF;
}

.nav-link-main {
  color: var(--White);
  font-family: Helvetica Neue, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.right-nav {
  float: right
}

.nav-item-main {
  min-height: 80px;
}

.navbar-photo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.hero-text-scaling {
  font-family: BIZ UDPMincho, serif;
  font-size: 4.5vw;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
}

li {
    padding-bottom: 12px;
}

h1 {
  font-family: BIZ UDPMincho, serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
}

h2 {
  color: #000;
  font-family: Helvetica Neue, serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h3 {
  font-family: Helvetica Neue, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  padding-top: 20px;
  padding-bottom: 20px;
}

h4 {
  color: var(--Charcoal, #2D2D2D);
  font-family: Helvetica Neue, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h5 {
  font-family: Helvetica Neue, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

.hint-panel {
  font-size: 18px;
  font-style: normal;
  line-height: normal;
}

.compare-header {
  color: var(--Black);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.col-md-11-5 {
  width: 95.83333333%; /* 11.5/12 * 100 */
}

.optimise-reset {
  margin-top: 60px
}

.beige-background-area {
  background-color: rgba(233, 233, 222, 0.60);
  z-index: -2;
}

.green-background-area {
  background-color: rgba(0, 122, 67, 1);
}

.blue-background-area {
  background-color: var(--Blue);
}

.beige-background-area-50 {
  background-color: rgba(233, 233, 222, 0.30)
}

.orange-text {
  color: var(--Orange);
}

.orange-background {
  background: var(--Orange) !important;
}

.orange-border {
  border-color: var(--Orange)
}

hr {
  border-color: #000000 !important;
  opacity: 1
}

.hr-thick {
  height: 3px;
  background-color: #000000;
}

.vr-thick {
  width: 3px;
  height: calc(100vh - 90px);
  background: #000000;
}

.hr-beige {
  border-color: var(--Beige) !important;
  opacity: 1
}

.hr-taupe {
  border-color: var(--Taupe) !important;
  opacity: 1
}

.compare-dollars {
  color: #000;
  font-family: Helvetica Neue, serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}


.roi-row {
  padding-top: 10px;
  padding-bottom: 10px;
}

.roi-estimate {
  color: var(--Charcoal, #2D2D2D);
  font-family: Helvetica Neue, serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.donut-chart {
  padding-top: 30px;
  padding-bottom: 30px;
}

.legend {
  fill: var(--Charcoal, #2D2D2D);
  font-family: Helvetica Neue, serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}

.channel-colour {
  max-height: 41px;
}

.focus-channel {
  color: var(--Charcoal, #2D2D2D);
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}

.focus-channel.pct {
  font-family: BIZ UDPMincho, serif;
  font-size: 32px;
  font-weight: 400;
}

.focus-channel.dollars {
  color: var(--Charcoal, #2D2D2D);
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}

.slider-container {
  position: relative;
  width: 90%;
  height: 20px;
  background-color: var(--Beige);
  cursor: pointer;
  border-radius: 10px;
}

.slider-range {
  position: absolute;
  height: 100%;
  background-color: var(--Taupe);
  border-radius: 10px;
  left: 0;
  right: 0; /* Adjust the border-radius to control the bevel */
}

.handle-left,
.handle-right {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: var(--Charcoal);
  border: none;
  border-radius: 50%;
  cursor: grab;
  user-select: none;
  z-index: 1; /* Set z-index to ensure handles are behind the slider range */
}

.padding-16 {
  padding-left: 16px;
}

.media-icon-svg {
  max-height: 50px;
}

.bar-chart-col {
  padding-top: 10px;
  padding-bottom: 40px;
}

.optimise-expand {
  border-radius: 32px;
  border: 2px solid var(--Green);
  color: var(--Green);
  text-align: center;
  font-family: Helvetica Neue, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
}

.optimise-plus {
  transform: rotate(0deg);
  transition: transform 0.2s linear;
}

.optimise-plus.open {
  transform: rotate(45deg);
  transition: transform 0.2s linear;
}

.footer {
  background-color: #2D2D2D;
  color: #E9E9DE;
  padding: 20px 0;
}

.footer-links {
  display: flex;
  justify-content: space-between;
}

.footer-links a,
.footer-links p {
  color: #E9E9DE;
  text-decoration: none;
  font-size: 14px;
}

.footer-copyright {
  font-size: 14px;
}

.footer-header {
  font-size: 18px;
}

.width-ratio-fixer {
  width: 100%;
  max-height: calc(100vw / 640 * 384);
}

.social-img {
  height: 24px;
  margin-left: 2px;
}

.container.p-0 {
  max-width: 100%;
}

.container.z {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.logo-large-green {
  z-index: 1;
  position: relative;
  /*height: 190%;*/
  width: 190%;
  transform: rotate(270deg);
  margin-top: -48%;
  margin-left: 10px;
}

.text-taupe {
  color: var(--Taupe);
}

.custom-rounded {
  border-radius: 25px 25px 25px 25px;
  height: 50px
}

.btn-primary,
.btn-primary:hover,
.btn-secondary,
.btn-secondary:hover {
  border-radius: 25px;
  height: 50px;
}

.btn-secondary,
.btn-secondary:hover {
  min-width: 165px;
  text-align: center;
}

.btn-secondary {
  background: transparent;
}

.btn-secondary:hover {
  background: rgba(1, 1, 1, 0.1)
}

.btn-primary,
.btn-primary:hover {
  background: var(--Green);
  border: var(--Green);
  min-width: 165px
}


.login-area .btn-primary,
.login-area .btn-primary:hover {
  width: 100%;
}

.login-area label {
  visibility: hidden;
  height: 0 !important;
}

.login-area input[type=email],
.login-area input[type=password] {
  width: 100%;
  height: 50px;
  flex-shrink: 0;
  border-radius: 25px !important;
  background: var(--White, #FFF);
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 25px;
}

.login-area input[type=checkbox] {
  visibility: hidden;
  height: 0;
  padding: 0;
  border: 0;
}

.login-area .form-check {
  height: 0;
  min-height: 0;

}

.login-area .form-text {
  visibility: hidden;
}

.forgot, .forgot:hover {
  color: var(--Taupe, #A19680);
  font-family: Helvetica Neue, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
  text-decoration: none;
}

.social-login {
  background-color: var(--White);
  height: 50px;
  border-radius: 3px;
  border: 1px solid var(--Taupe);
  background: var(--White, #FFF);
  color: var(--Charcoal, #2D2D2D);
  text-align: left;
  font-family: Helvetica Neue, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  width: 100%;
}

.social-login-symbol {
  height: 100%;
}

.social-login-form {
  width: 100%;
}

.padding-50 {
  padding-top: 50px
}

.padding-100 {
  padding-top: 100px
}

.dropdown-menu {
  background: var(--Charcoal, #2D2D2D);
  /*box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.15);*/
}

.dropdown-item {
  color: var(--Beige, #E9E9DE);
  font-family: Helvetica, serif;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  padding: 20px;
}

.dropdown-item:hover {
  background-color: #444;
  color: var(--White, #FFFFFF);
}

.height-fixer {
  min-height: calc(100vh - 120px);
}

.height-fixer-half {
  min-height: calc(50vh - 45px);
}

.height-fixer-third {
  min-height: calc((100vh - 90px) / 3);
}

.signup .form-text {
  visibility: hidden;
  height: 0;
}

input[type=text] {
  width: 100%;
  max-height: 42.5px;
}

svg g:hover {
  cursor: pointer;
}

.segment-area text {
  display: none;
}

.segment-area:hover text {
  display: inline;
}

.painted-area:hover .toggle-path {
  opacity: 0.5;
}

svg path.toggle-path:hover {
  opacity: 1.0 !important;
}

#djDebug {
  display: none;
}
