/* alias */
/* Colors of choice for dashboard charts */
.login-content {
  height: 100%;
  background-color: #F1F1F1;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.login-content h1 {
  color: #009BFF;
  font-size: 2.1em;
  font-weight: 200;
  margin-bottom: 0.4em;
}
.login-content .data-protection-link-btn {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
}
.login-content .row {
  height: 100%;
}
.login-content .section {
  height: 100%;
  padding: 3%;
}
.login-content .section img {
  display: block;
  margin: 0 auto;
}
.login-content .section img.logo {
  margin-bottom: 40px;
  width: 210px;
}
.login-content .section img.logoWord {
  width: 300px;
}
.login-content .section img.animation {
  -moz-animation: LOGO-ANIMATION 60s infinite ease-in;
  -o-animation: LOGO-ANIMATION 60s infinite ease-in;
  -webkit-animation: LOGO-ANIMATION 60s infinite ease-in;
  animation: LOGO-ANIMATION 60s infinite ease-in;
}
@-moz-keyframes LOGO-ANIMATION {
  0% {
    transform: rotate(0deg);
  }
  89% {
    transform: rotate(0deg);
  }
  89.5% {
    transform: rotate(-60deg);
  }
  91% {
    transform: rotate(-60deg);
  }
  91.5% {
    transform: rotate(-120deg);
  }
  93% {
    transform: rotate(-120deg);
  }
  93.5% {
    transform: rotate(-180deg);
  }
  95% {
    transform: rotate(-180deg);
  }
  95.5% {
    transform: rotate(-240deg);
  }
  97% {
    transform: rotate(-240deg);
  }
  97.5% {
    transform: rotate(-300deg);
  }
  99% {
    transform: rotate(-300deg);
  }
  99.5% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes LOGO-ANIMATION {
  0% {
    transform: rotate(0deg);
  }
  89% {
    transform: rotate(0deg);
  }
  89.5% {
    transform: rotate(-60deg);
  }
  91% {
    transform: rotate(-60deg);
  }
  91.5% {
    transform: rotate(-120deg);
  }
  93% {
    transform: rotate(-120deg);
  }
  93.5% {
    transform: rotate(-180deg);
  }
  95% {
    transform: rotate(-180deg);
  }
  95.5% {
    transform: rotate(-240deg);
  }
  97% {
    transform: rotate(-240deg);
  }
  97.5% {
    transform: rotate(-300deg);
  }
  99% {
    transform: rotate(-300deg);
  }
  99.5% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-ms-keyframes LOGO-ANIMATION {
  0% {
    transform: rotate(0deg);
  }
  89% {
    transform: rotate(0deg);
  }
  89.5% {
    transform: rotate(-60deg);
  }
  91% {
    transform: rotate(-60deg);
  }
  91.5% {
    transform: rotate(-120deg);
  }
  93% {
    transform: rotate(-120deg);
  }
  93.5% {
    transform: rotate(-180deg);
  }
  95% {
    transform: rotate(-180deg);
  }
  95.5% {
    transform: rotate(-240deg);
  }
  97% {
    transform: rotate(-240deg);
  }
  97.5% {
    transform: rotate(-300deg);
  }
  99% {
    transform: rotate(-300deg);
  }
  99.5% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-o-keyframes LOGO-ANIMATION {
  0% {
    transform: rotate(0deg);
  }
  89% {
    transform: rotate(0deg);
  }
  89.5% {
    transform: rotate(-60deg);
  }
  91% {
    transform: rotate(-60deg);
  }
  91.5% {
    transform: rotate(-120deg);
  }
  93% {
    transform: rotate(-120deg);
  }
  93.5% {
    transform: rotate(-180deg);
  }
  95% {
    transform: rotate(-180deg);
  }
  95.5% {
    transform: rotate(-240deg);
  }
  97% {
    transform: rotate(-240deg);
  }
  97.5% {
    transform: rotate(-300deg);
  }
  99% {
    transform: rotate(-300deg);
  }
  99.5% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes LOGO-ANIMATION {
  0% {
    transform: rotate(0deg);
  }
  89% {
    transform: rotate(0deg);
  }
  89.5% {
    transform: rotate(-60deg);
  }
  91% {
    transform: rotate(-60deg);
  }
  91.5% {
    transform: rotate(-120deg);
  }
  93% {
    transform: rotate(-120deg);
  }
  93.5% {
    transform: rotate(-180deg);
  }
  95% {
    transform: rotate(-180deg);
  }
  95.5% {
    transform: rotate(-240deg);
  }
  97% {
    transform: rotate(-240deg);
  }
  97.5% {
    transform: rotate(-300deg);
  }
  99% {
    transform: rotate(-300deg);
  }
  99.5% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.login-content .section.left {
  background-color: #353535;
}
.login-content .section.right {
  background-color: #F1F1F1;
}
.login-content .section.right img {
  margin: 0;
  width: 200px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.login-content .section .row {
  min-height: 40px;
}
.login-content .section .row input[type='checkbox'] {
  width: auto;
}
.login-content .section .row .input-validation-error {
  box-shadow: 0 0 5px #cc4154;
}
.login-content .section .row .error-row {
  color: #CC4154;
  padding-left: 10px;
  line-height: 40px;
}
.login-content .section .row .error-row.no-padding {
  padding-left: 0;
}
.login-content .section .lbl {
  line-height: 40px;
  text-align: right;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .login-content .section .lbl {
    text-align: left;
  }
}
.login-content .separator {
  background-color: #bebebe;
  height: 1px;
  width: 100%;
  margin-bottom: 30px;
}
.login-content .regular {
  color: #353535;
}
@media (max-width: 1200px) {
  .login-content .two-factor {
    margin-top: 50px;
  }
}
.login-content .links {
  margin: 28px;
  display: inline-flex;
  gap: 20px;
  flex-direction: row;
  flex-wrap: wrap;
}
.login-content .link {
  margin-right: auto;
  margin-left: auto;
  display: grid;
  column-gap: 5px;
  grid-template-columns: min-content 1fr;
}
.login-content .code-box {
  border: 2px solid #707070;
  border-radius: 8px;
  font-size: 30px;
  text-align: center;
  height: 57px;
  width: 47px;
  background-color: transparent;
}
.login-content .code-box:focus,
.login-content .code-box:hover {
  border: 2px solid #009bff;
  outline: none;
}
.login-content .submit {
  margin-bottom: 33px;
}
.login-content .resend {
  margin-bottom: 20px;
}
.login-content .info {
  margin: 10px 0px;
}
.login-content .code-row {
  display: inline-grid;
  grid-auto-flow: column;
  grid-column: 1fr;
  column-gap: 20px;
  background-color: #f1f1f1;
  margin: 28px 0px 8px 0px;
}
.login-content input::-webkit-outer-spin-button,
.login-content input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.login-content input[type=number] {
  -moz-appearance: textfield;
}

/* alias */
/* Colors of choice for dashboard charts */
body.disable-actions {
  pointer-events: none;
}
.cookie-consent .hidden {
  display: none;
}
.cookie-consent .chevron:not(.chevron--up):not(.chevron--down) {
  display: inline-block;
  transform: rotate(-90deg);
}
.cookie-consent .chevron.open:not(.chevron--up):not(.chevron--down) {
  transform: rotate(90deg);
}
.cookie-consent .buttons {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  row-gap: 30px;
  width: 100%;
  justify-content: space-between;
  text-align: right;
  align-items: center;
}
@media (min-width: 820px) {
  .cookie-consent .buttons {
    grid-auto-flow: column;
    grid-template-columns: min-content 1fr;
  }
}
.cookie-consent .setting-buttons {
  display: grid;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  column-gap: 30px;
}
.cookie-consent .main-buttons {
  display: grid;
  grid-auto-columns: max-content;
  row-gap: 10px;
  grid-auto-flow: row;
  justify-content: center;
  align-content: center;
  column-gap: 30px;
}
@media (min-width: 576px) {
  .cookie-consent .main-buttons {
    grid-auto-flow: column;
    justify-content: end;
  }
}
.cookie-consent #cookieConsentWrap {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 1;
  z-index: 9999;
}
.cookie-consent .cookie-banner-wrapper {
  display: flex;
  height: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.cookie-consent .cookie-banner {
  line-height: 26px;
  pointer-events: all;
  background-color: white;
  display: inline-block;
  padding: 30px 45px;
  opacity: 1;
  flex: 1 1 0;
  max-width: 1000px;
  max-height: 90vh;
  overflow-y: auto;
}
.cookie-consent .cookie-banner .cookie-settings-chevron {
  margin-left: 5px;
}
.cookie-consent .cookie-banner button {
  margin: 10px 0px;
  text-transform: uppercase;
}
.cookie-consent .cookie-banner h2,
.cookie-consent .cookie-banner h3 {
  text-transform: uppercase;
}
.cookie-consent .cookie-banner h2 {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 15px;
}
.cookie-consent .cookie-banner h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.cookie-consent .cookie-banner table {
  width: 100%;
  margin-bottom: 15px;
}
.cookie-consent .cookie-banner table thead {
  font-weight: bold;
}
.cookie-consent .cookie-banner table tbody tr:not(.mobile) {
  border-top: 1px solid #E5E5E5;
}
@media (min-width: 576px) {
  .cookie-consent .cookie-banner table tbody tr:not(.mobile) {
    border-top: none;
  }
}
.cookie-consent .cookie-banner table td {
  padding: 10px;
  vertical-align: baseline;
}
.cookie-consent .cookie-banner table td:first-child:not(.mobile) {
  text-align: center;
}
.cookie-consent .cookie-banner .cookie-label {
  white-space: nowrap;
}
.cookie-consent .cookie-banner .cookie-desc {
  display: none;
}
@media (min-width: 576px) {
  .cookie-consent .cookie-banner .cookie-desc {
    display: table-cell;
  }
}
.cookie-consent .cookie-banner .cookie-description {
  padding-left: 10px;
  display: none;
}
@media (min-width: 576px) {
  .cookie-consent .cookie-banner .cookie-description {
    display: table-cell;
  }
}
.cookie-consent .cookie-banner .cookie-description.mobile {
  display: table-cell;
}
@media (min-width: 576px) {
  .cookie-consent .cookie-banner .cookie-description.mobile {
    display: none;
  }
}
.cookie-consent .cookie-label {
  white-space: nowrap;
}
.cookie-consent .cookie-description {
  padding-left: 10px;
}
.cookie-consent input[type=checkbox] {
  display: inline-block;
  position: relative;
  height: 14px;
  cursor: pointer;
  opacity: 1;
  left: 0;
}
.data-protection,
.data-protection-banner {
  line-height: 26px;
}
.data-protection ul,
.data-protection-banner ul,
.data-protection ol,
.data-protection-banner ol,
.data-protection li,
.data-protection-banner li {
  text-indent: 0 !important;
}
.data-protection ul ul,
.data-protection-banner ul ul,
.data-protection ul ol,
.data-protection-banner ul ol {
  margin-left: 10px;
  text-indent: 5px;
}
.data-protection li:before,
.data-protection-banner li:before {
  content: '' !important;
}
.data-protection .cookie-settings-buttons,
.data-protection-banner .cookie-settings-buttons {
  display: flex;
  width: 100%;
  column-gap: 30px;
  justify-content: center;
}
.data-protection .cookie-settings,
.data-protection-banner .cookie-settings {
  padding-top: 148px;
  margin-top: -148px;
}
.data-protection .cookie-settings table,
.data-protection-banner .cookie-settings table,
.data-protection .cookie-settings td,
.data-protection-banner .cookie-settings td,
.data-protection .cookie-settings tr,
.data-protection-banner .cookie-settings tr {
  border: 1px solid black;
}
.data-protection .cookie-settings .cookie-details,
.data-protection-banner .cookie-settings .cookie-details {
  margin: 30px;
}
.data-protection .cookie-settings .cookie-detail-table,
.data-protection-banner .cookie-settings .cookie-detail-table {
  max-width: 600px;
  width: 100%;
  border-collapse: collapse;
  display: none;
}
.data-protection .cookie-settings .cookie-detail-table.mobile,
.data-protection-banner .cookie-settings .cookie-detail-table.mobile {
  display: table;
}
@media (min-width: 992px) {
  .data-protection .cookie-settings .cookie-detail-table.mobile,
  .data-protection-banner .cookie-settings .cookie-detail-table.mobile {
    display: none;
  }
}
@media (min-width: 992px) {
  .data-protection .cookie-settings .cookie-detail-table,
  .data-protection-banner .cookie-settings .cookie-detail-table {
    display: table;
  }
}
.data-protection .cookie-settings .cookie-detail-table .cookie-detail-table-row td,
.data-protection-banner .cookie-settings .cookie-detail-table .cookie-detail-table-row td {
  padding: 5px 10px;
}
.data-protection .cookie-settings .cookie-detail-table .cookie-detail-table-row td:first-child,
.data-protection-banner .cookie-settings .cookie-detail-table .cookie-detail-table-row td:first-child {
  width: 245px;
  text-align: left;
  white-space: nowrap;
}
.data-protection .cookie-settings .cookie-detail-table .cookie-detail-table-row td:last-child,
.data-protection-banner .cookie-settings .cookie-detail-table .cookie-detail-table-row td:last-child {
  white-space: normal;
}

