:root {
  --error-color: rgb(225, 19, 19);
  --active-color: #20c997;
}
@font-face {
	font-family: 'Aktiv Grotesk Cd';
	src: url('../fonts/aktiv-grotesk-condensed/AktivGroteskCd-Regular.eot');
	src: url('../fonts/aktiv-grotesk-condensed/AktivGroteskCd-Regular.eot?#iefix') format('embedded-opentype'),
			url('../fonts/aktiv-grotesk-condensed/AktivGroteskCd-Regular.woff2') format('woff2'),
			url('../fonts/aktiv-grotesk-condensed/AktivGroteskCd-Regular.woff') format('woff'),
			url('../fonts/aktiv-grotesk-condensed/AktivGroteskCd-Regular.ttf') format('truetype'),
			url('../fonts/aktiv-grotesk-condensed/AktivGroteskCd-Regular.svg#AktivGroteskCd-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
* {
  font-family: 'Aktiv Grotesk Cd', sans-serif;
}
input[type="checkbox"]:checked {
  background-color: var(--bs-green);
  border-color: var(--bs-green);
}
.alert {
  font-weight: 100;
}

.alert b {
  font-size: 1.125rem;
  color: black ; 
}

.alert-success b {
  color: white !important; 
}

.alert-success {
  background-color: #45a789 !important;
  border-color: #45a789 !important;
  color: white !important;
}
.btn-primary {
  background-color: #0080c5 !important;
}
.btn-success {
  background-color: #09b582 !important;
}

.btn-outline-primary {
  color: #0080c5 !important;
  border-color: #0080c5 !important;
}
.btn-outline-success {
  color: #09b582 !important;
  border-color: #09b582 !important;
}
.btn-locale {
  position: absolute;
  z-index: 2;
  top: 0.5rem;
  right: 0.7rem;
}
.error-message {
  color: var(--error-color);
  font-size: 0.75rem;
  margin-top: 5px;
  position: relative;
  top: -0.5rem;
}

.error-input {
  border-color: var(--error-color);
}

.form-control {
  margin-bottom: 0.5rem;
}
.title-position {
  position: relative;
}
.select-modal,
.btn-form-copy {
  position: absolute;
}
.select-modal {
  top: -4.55rem;
  right: 0rem;
}

.btn-form-copy {
  right: 1rem;
}

.btn {
  z-index: 1;
}

.blue-infoexpo {
  color: #2c9ede;
}

.relative-top-negative {
  position: relative;
  top: -1.75rem;
}

@media screen and (max-width: 431px) {
  .select-modal {
    top: -0.875rem;
  }
  .btn-locale {
    display: none;
  }
  .btn-form-copy {
    right: 3.75rem;
  }
}

@media print {
  .btn,
  .no-print {
    display: none;
  }
}
