@import './base.css';
@import './app.css';
@import './patternfly.min.css';
@import './patternfly-additions.min.css';

@font-face {
  font-display: swap;
  font-family: 'Commissioner';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/commissioner/Commissioner-Thin.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'Commissioner';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/commissioner/Commissioner-Light.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'Commissioner';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/commissioner/Commissioner-Medium.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'Commissioner';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/commissioner/Commissioner-Regular.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'Commissioner';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/commissioner/Commissioner-SemiBold.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'Commissioner';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/commissioner/Commissioner-Bold.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'Commissioner';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/commissioner/Commissioner-ExtraBold.ttf')
    format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans/noto-sans-v30-cyrillic_cyrillic-ext_devanagari_greek_greek-ext_latin_latin-ext_vietnamese-100.eot');
  src:
    url('../fonts/noto-sans/noto-sans-v30-cyrillic_cyrillic-ext_devanagari_greek_greek-ext_latin_latin-ext_vietnamese-100.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/noto-sans/noto-sans-v30-cyrillic_cyrillic-ext_devanagari_greek_greek-ext_latin_latin-ext_vietnamese-100.woff2')
      format('woff2'),
    url('../fonts/noto-sans/noto-sans-v30-cyrillic_cyrillic-ext_devanagari_greek_greek-ext_latin_latin-ext_vietnamese-100.woff')
      format('woff'),
    url('../fonts/noto-sans/noto-sans-v30-cyrillic_cyrillic-ext_devanagari_greek_greek-ext_latin_latin-ext_vietnamese-100.ttf')
      format('truetype'),
    url('../fonts/noto-sans/noto-sans-v30-cyrillic_cyrillic-ext_devanagari_greek_greek-ext_latin_latin-ext_vietnamese-100.svg#NotoSans')
      format('svg');
}

@font-face {
  font-display: swap;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans/noto-sans-v30-cyrillic_cyrillic-ext_devanagari_greek_greek-ext_latin_latin-ext_vietnamese-regular.eot');
  src:
    url('../fonts/noto-sans/noto-sans-v30-cyrillic_cyrillic-ext_devanagari_greek_greek-ext_latin_latin-ext_vietnamese-regular.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/noto-sans/noto-sans-v30-cyrillic_cyrillic-ext_devanagari_greek_greek-ext_latin_latin-ext_vietnamese-regular.woff2')
      format('woff2'),
    url('../fonts/noto-sans/noto-sans-v30-cyrillic_cyrillic-ext_devanagari_greek_greek-ext_latin_latin-ext_vietnamese-regular.woff')
      format('woff'),
    url('../fonts/noto-sans/noto-sans-v30-cyrillic_cyrillic-ext_devanagari_greek_greek-ext_latin_latin-ext_vietnamese-regular.ttf')
      format('truetype'),
    url('../fonts/noto-sans/noto-sans-v30-cyrillic_cyrillic-ext_devanagari_greek_greek-ext_latin_latin-ext_vietnamese-regular.svg#NotoSans')
      format('svg');
}

@font-face {
  font-display: swap;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/noto-sans/noto-sans-v30-cyrillic_cyrillic-ext_devanagari_greek_greek-ext_latin_latin-ext_vietnamese-500.eot');
  src:
    url('../fonts/noto-sans/noto-sans-v30-cyrillic_cyrillic-ext_devanagari_greek_greek-ext_latin_latin-ext_vietnamese-500.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/noto-sans/noto-sans-v30-cyrillic_cyrillic-ext_devanagari_greek_greek-ext_latin_latin-ext_vietnamese-500.woff2')
      format('woff2'),
    url('../fonts/noto-sans/noto-sans-v30-cyrillic_cyrillic-ext_devanagari_greek_greek-ext_latin_latin-ext_vietnamese-500.woff')
      format('woff'),
    url('../fonts/noto-sans/noto-sans-v30-cyrillic_cyrillic-ext_devanagari_greek_greek-ext_latin_latin-ext_vietnamese-500.ttf')
      format('truetype'),
    url('../fonts/noto-sans/noto-sans-v30-cyrillic_cyrillic-ext_devanagari_greek_greek-ext_latin_latin-ext_vietnamese-500.svg#NotoSans')
      format('svg');
}

:root {
  --pf-global--FontFamily--sans-serif:
    'Commissioner', 'Noto Sans', sans-serif, Arial, Helvetica, sans-serif;
  --highlight-color: #32ac5c;
  /* //#004994; */
  --btn-highlight-color: #1f7653;
}

* {
  margin: 0;
  padding: 0;
  font-family: 'Commissioner', 'Noto Sans', sans-serif !important;
}

html,
body {
  font-family: 'Commissioner', 'Noto Sans', sans-serif !important;
}
a:hover {
  color: var(--highlight-color) !important;
}
.login-pf body {
  background-color: #f0f0f0;
  background-image: unset;
}

.login-pf {
  background: #ffffff url() no-repeat 100% !important;
}
.username-text {
  font-family: 'Commissioner', 'Noto Sans', sans-serif;
  margin-bottom: 20px;
  color: #000 !important;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.username-text a {
  font-family: 'Commissioner', 'Noto Sans', sans-serif;
  color: #000;
  font-weight: 400;
  text-decoration: underline;
}
.form-group {
  position: relative;
  margin-top: 60px;
}
.form-group label {
  font-family: 'Commissioner', 'Noto Sans', sans-serif;
  text-transform: initial;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  z-index: 0;
}
.pf-c-form-control:not(textarea) {
  border: none;
  border-bottom: 1px solid #000;
  height: var(--pf-c-form-control--Height);
  text-overflow: ellipsis;
}
.form-group select {
  background: url('../img/select-dropdown.svg') no-repeat right;
  -webkit-appearance: none;
}
.form-group textarea {
  padding-left: 0;
  font-size: 18px;
  outline: none;
  border: none;
  border-bottom: 1px solid #000 !important;
  height: 50px;
  resize: auto;
}
.form-group.textarea label {
  position: static;
}

.form-group input[type='text'],
.form-group input[type='email'],
.form-group input[type='password'],
.form-group select {
  padding-left: 0;
  height: 40px;
  font-size: 18px;
  border-bottom-color: #000;
  position: relative;
  z-index: 1;
  background-color: transparent;
}

.form-group select:hover,
.form-group select:focus,
.form-group input:focus,
.form-group input:hover {
  outline: unset;
  border-width: 1px;
}
input:-webkit-autofill ~ label.pf-c-form__label,
input:-webkit-autofill:focus ~ label.pf-c-form__label,
input:valid ~ label.pf-c-form__label,
input:not([type='checkbox'], [type='radio']):focus ~ label.pf-c-form__label,
.form-group.has-value label.pf-c-form__label {
  top: 0;
  transform: translateY(-28px);
}

.form-group input[type='text']:focus,
.form-group input[type='email']:focus,
.form-group input[type='password']:focus,
.form-group select:focus,
.form-group select:hover,
input:focus,
.form-group.has-value input.pf-c-form-control {
  border-bottom-color: var(--highlight-color);
  border-width: 1px;
}

input[id='password'] {
  padding-right: 30px;
}
.pw-eye {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 45%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
}
.pw-eye::after {
  content: '';
  background-image: url('../img/pw-eye-open.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 24px;
  height: 24px;
}
.pw-eye.open::after {
  background-image: url('../img/pw-eye-close.svg');
}

#password,
#password-confirm {
  padding-right: 25px;
}

/* Add a green text color and a checkmark when the requirements are right */
#message {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 15px;
}
#message p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 2px;
}

.valid {
  color: #258858 !important;
}

.valid:before {
  position: relative;
  left: -5px;
  content: '✔';
}

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
  color: red !important;
}

.invalid:before {
  position: relative;
  left: -5px;
  content: '✖';
}

.password-link a {
  color: #000;

  font-weight: bold;
}
.forgot-password {
  display: inline-block;
  width: 100%;
  text-align: center;
}

/*IE compatibility*/
.pf-c-form-control {
  font-size: 14px;
  font-size: var(--pf-global--FontSize--sm);
  border-width: 1px;
  border-width: var(--pf-global--BorderWidth--sm);
  border-color: #ededed #ededed #8a8d90 #ededed;
  border-color: var(--pf-global--BorderColor--300)
    var(--pf-global--BorderColor--300) var(--pf-global--BorderColor--200)
    var(--pf-global--BorderColor--300);
  background-color: #ffffff;
  background-color: var(--pf-global--BackgroundColor--100);
  height: 36px;
  height: calc(
    var(--pf-c-form-control--FontSize) * var(--pf-c-form-control--LineHeight) +
      var(--pf-c-form-control--BorderWidth) * 2 +
      var(--pf-c-form-control--PaddingTop) +
      var(--pf-c-form-control--PaddingBottom)
  );
  padding: 5px 0.5rem;
  padding: var(--pf-c-form-control--PaddingTop)
    var(--pf-c-form-control--PaddingRight)
    var(--pf-c-form-control--PaddingBottom)
    var(--pf-c-form-control--PaddingLeft);
}

input.pf-c-form-control[aria-invalid='true']:focus,
input.pf-c-form-control[aria-invalid='true'] {
  border-bottom-color: #bb5f5e !important;
  border-width: 1px;
  background-color: #f7cdce;
  background-image: unset;
}

.pf-c-alert.pf-m-inline {
  margin-bottom: 0.5rem; /* default - IE compatibility */
  margin-bottom: var(--pf-global--spacer--sm);
  padding: 0.25rem;
  padding: var(--pf-global--spacer--xs);
  border: solid #ededed;
  border: solid var(--pf-global--BorderColor--300);
  border-width: 1px;
  border-width: var(--pf-c-alert--m-inline--BorderTopWidth)
    var(--pf-c-alert--m-inline--BorderRightWidth)
    var(--pf-c-alert--m-inline--BorderBottomWidth)
    var(--pf-c-alert--m-inline--BorderLeftWidth);
  display: -ms-flexbox;
  display: grid;
  -ms-grid-columns: max-content 1fr max-content;
  grid-template-columns: -webkit-max-content 1fr -webkit-max-content;
  grid-template-columns: max-content 1fr max-content;
  grid-template-columns: var(--pf-c-alert--grid-template-columns);
  grid-template-rows: 1fr auto;
  grid-template-rows: var(--pf-c-alert--grid-template-rows);
}

.pf-c-alert.pf-m-inline .pf-c-alert__icon {
  font-size: 16px;
  font-size: var(--pf-c-alert--m-inline__icon--FontSize);
}

.pf-c-alert__title {
  font-size: 14px; /* default - IE compatibility */
  font-size: var(--pf-global--FontSize--sm);
}

.pf-c-button {
  padding: 0.375rem 1rem;
  padding: var(--pf-global--spacer--form-element) var(--pf-global--spacer--md);
}

/* default - IE compatibility */
.pf-m-primary {
  color: #ffffff;
  background-color: #0066cc;
  background-color: var(--pf-global--primary-color--100);
}

/* default - IE compatibility */
.pf-m-primary:hover {
  background-color: #004080;
  background-color: var(--pf-global--primary-color--200);
}

/* default - IE compatibility */
.pf-c-button.pf-m-control {
  border: solid 1px;
  border: solid var(--pf-global--BorderWidth--sm);
  border-color: rgba(230, 230, 230, 0.5);
}
/*End of IE compatibility*/
h1#kc-page-title {
  margin-top: 10px;
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
  color: #000000;
  text-align: left;
}

#kc-locale ul {
  background-color: #fff;
  background-color: var(--pf-global--BackgroundColor--100);
  display: none;
  top: 25px;
  min-width: 100px;
  padding: 0;
  max-height: calc(100vh - 100px);
  overflow-y: scroll;

  @media (max-width: 991px) {
    max-height: calc(100vh - 150px);
  }
}

#kc-locale:hover ul {
  display: block;
}

/* IE compatibility */
#kc-locale-dropdown a {
  color: #6a6e73;
  color: var(--pf-global--Color--200);
  text-align: right;
  font-size: 14px;
  font-size: var(--pf-global--FontSize--sm);
}

/* IE compatibility */
a#kc-current-locale-link::after {
  content: '\2c5';
  margin-left: 4px;
  margin-left: var(--pf-global--spacer--xs);
}

.login-pf .container {
  padding-top: 40px;
}

.login-pf a:hover {
  color: #0099d3;
}

#kc-header {
  color: #ededed;
  overflow: visible;
  white-space: nowrap;
  display: none;
}

#kc-header-wrapper {
  font-size: 29px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.2em;
  padding: 62px 10px 20px;
  white-space: normal;
}

#kc-content {
  width: 100%;
}

#kc-attempted-username {
  font-size: 20px;
  font-family: inherit;
  font-weight: normal;
  padding-right: 10px;
}

#kc-username {
  text-align: center;
  margin-bottom: -10px;
}

#kc-webauthn-settings-form {
  padding-top: 8px;
}

#kc-form-options span {
  display: block;
}

#kc-form-options .checkbox {
  margin-top: 0;
  color: #72767b;
}

#kc-terms-text {
  margin-bottom: 20px;
}

#kc-registration {
  margin-bottom: 0;
}

/* TOTP */

.subtitle {
  text-align: right;
  margin-top: 30px;
  color: #909090;
}

.required {
  color: #a30000; /* default - IE compatibility */
  color: var(--pf-global--danger-color--200);
}

ol#kc-totp-settings {
  margin: 0;
  padding-left: 20px;
}

ul#kc-totp-supported-apps {
  margin-bottom: 10px;
}

#kc-totp-secret-qr-code {
  max-width: 150px;
  max-height: 150px;
}

#kc-totp-secret-key {
  background-color: #fff;
  color: #333333;
  font-size: 16px;
  padding: 10px 0;
}

/* OAuth */

#kc-oauth h3 {
  margin-top: 0;
}

#kc-oauth ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#kc-oauth ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
  padding: 10px 0;
}

#kc-oauth ul li:first-of-type {
  border-top: 0;
}

#kc-oauth .kc-role {
  display: inline-block;
  width: 50%;
}

/* Code */
#kc-code textarea {
  width: 100%;
  height: 8em;
}

/* Social */
.kc-social-links {
  margin-top: 20px;
}

.kc-social-provider-logo {
  font-size: 23px;
  width: 30px;
  height: 25px;
  float: left;
}

.kc-social-gray {
  color: #737679; /* default - IE compatibility */
  color: var(--pf-global--Color--200);
}

.kc-social-item {
  margin-bottom: 0.5rem; /* default - IE compatibility */
  margin-bottom: var(--pf-global--spacer--sm);
  font-size: 15px;
  text-align: center;
}

.kc-social-provider-name {
  position: relative;
  top: 3px;
}

.kc-social-icon-text {
  left: -15px;
}

.kc-social-grid {
  display: grid;
  grid-column-gap: 10px;
  grid-row-gap: 5px;
  grid-column-end: span 6;
  --pf-l-grid__item--GridColumnEnd: span 6;
}

.kc-social-grid .kc-social-icon-text {
  left: -10px;
}

.kc-login-tooltip {
  position: relative;
  display: inline-block;
}

.kc-social-section {
  text-align: center;
}

.kc-social-section hr {
  margin-bottom: 10px;
}
.kc-login-tooltip .kc-tooltip-text {
  top: -3px;
  left: 160%;
  background-color: black;
  visibility: hidden;
  color: #fff;

  min-width: 130px;
  text-align: center;
  border-radius: 2px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
  padding: 5px;

  position: absolute;
  opacity: 0;
  transition: opacity 0.5s;
}

/* Show tooltip */
.kc-login-tooltip:hover .kc-tooltip-text {
  visibility: visible;
  opacity: 0.7;
}

/* Arrow for tooltip */
.kc-login-tooltip .kc-tooltip-text::after {
  content: ' ';
  position: absolute;
  top: 15px;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}

@media (min-width: 768px) {
  #kc-container-wrapper {
    position: absolute;
    width: 100%;
  }

  .login-pf .container {
    padding-right: 80px;
  }

  #kc-locale {
    position: relative;
    text-align: right;
    z-index: 9999;
  }
}

@media (max-width: 767px) {
  /* .login-pf body {
        background: white;
    } */

  #kc-header {
    padding-left: 15px;
    padding-right: 15px;
    float: none;
    text-align: left;
  }
  .login-pf-page {
    align-items: flex-start;
  }

  #kc-header-wrapper {
    font-size: 16px;
    font-weight: bold;
    padding: 20px 60px 0 0;
    color: #72767b;
    letter-spacing: 0;
  }

  div.kc-logo-text {
    margin: 0;
    width: 150px;
    height: 32px;
    background-size: 100%;
  }

  #kc-form {
    float: none;
  }

  #kc-info-wrapper {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background-color: transparent;
  }

  .login-pf .container {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  #kc-logo-wrapper {
    background-size: 100px 21px;
    height: 21px;
    width: 100px;
    margin: 20px 0 0 20px;
  }
}

@media (min-height: 646px) {
  #kc-container-wrapper {
    bottom: 12%;
  }
}

@media (max-height: 645px) {
  #kc-container-wrapper {
    padding-top: 50px;
    top: 20%;
  }
}

.card-pf form.form-actions .btn {
  float: right;
  margin-left: 10px;
}

.login-pf-page .login-pf-brand {
  margin-top: 20px;
  max-width: 360px;
  width: 40%;
}

/* Internet Explorer 11 compatibility workaround for select-authenticator screen */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .select-auth-box-parent {
    border-top: 1px solid #f0f0f0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    cursor: pointer;
  }

  .select-auth-box-headline {
    font-size: 16px;
    color: #06c;
    font-weight: bold;
  }

  .select-auth-box-desc {
    font-size: 14px;
  }

  .pf-l-stack {
    flex-basis: 100%;
  }
}
/* End of IE11 workaround for select-authenticator screen */

.select-auth-box-arrow {
  display: flex;
  align-items: center;
  margin-right: 2rem;
}

.select-auth-box-icon {
  display: flex;
  flex: 0 0 2em;
  justify-content: center;
  margin-right: 1rem;
  margin-left: 3rem;
}

.select-auth-box-parent {
  border-top: 1px solid var(--pf-global--palette--black-200);
  padding-top: 1rem;
  padding-bottom: 1rem;
  cursor: pointer;
}

.select-auth-box-parent:hover {
  background-color: #f7f8f8;
}

.select-auth-container {
  padding-bottom: 0 !important;
}

.select-auth-box-headline {
  font-size: var(--pf-global--FontSize--md);
  color: var(--pf-global--primary-color--100);
  font-weight: bold;
}

.select-auth-box-desc {
  font-size: var(--pf-global--FontSize--sm);
}

/*phone*/
@media (max-width: 767px) {
  .login-pf body {
    background-size: 100px 80px;
  }

  .kc-social-grid {
    grid-column-end: 12;
    --pf-l-grid__item--GridColumnEnd: span 12;
  }

  .kc-social-grid .kc-social-icon-text {
    left: -15px;
  }
}

.login-pf-page .login-pf-signup {
  font-size: 15px;
  color: #72767b;
}
#kc-content-wrapper .row {
  margin-left: 0;
  margin-right: 0;
}

.login-pf-page.login-pf-page-accounts {
  margin-left: auto;
  margin-right: auto;
}

.login-pf-page .btn-primary {
  margin-top: 0;
}

.login-pf-page .list-view-pf .list-group-item {
  border-bottom: 1px solid #ededed;
}

.login-pf-page .list-view-pf-description {
  width: 100%;
}

#kc-form-login div.form-group:last-of-type,
#kc-register-form div.form-group:last-of-type,
#kc-update-profile-form div.form-group:last-of-type {
  margin-bottom: 0;
}

.no-bottom-margin {
  margin-bottom: 0;
}

#kc-back {
  margin-top: 5px;
}

/*  New design additional*/
.base-container {
  width: 100%;
  max-width: 1280px;
  padding: 0 16px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .base-container {
    padding: 0 32px;
  }
}

body {
  margin-top: 56px;
}
/* Hearder */
.header-wrapper {
  height: 100%;
  max-height: 56px;
  position: fixed;
  top: 0;
  z-index: 999;
  background-color: #fff;
  width: 100%;
}
@media (min-width: 992px) {
  .header-wrapper {
    height: 72px;
  }
}

.header-wrapper .base-container {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.header-wrapper .base-container .kcLogoBox {
  position: relative;
  flex: 1;
}

/* logo */
#desktop_logo {
  width: 258px;
  height: 150px;
  left: 260px;
  top: 0;
  background: transparent;
  padding: 24px 14px;
  padding-top: 77px;
  text-align: center;
}

#desktop_logo #logo-big {
  width: 100%;
  max-width: 218px;
}
#desktop_logo #logo-subline {
  margin-top: 0;
  margin-left: 10px;
}
#desktop_logo,
#desktop_logo #logo-subline {
  transition: all 0.5s ease;
}
#desktop_logo.scroll #logo-subline {
  opacity: 0;
}
#desktop_logo.scroll {
  width: 146px;
  height: 56px;
  padding: 14px;
}
#desktop_logo.scroll .logo-link {
  padding-top: 5px;
  display: block;
}
.header-wrapper .base-container .kcLangDrowdown {
  display: flex;
  align-items: center;
}
.header-wrapper .base-container .kcLangDrowdown a#kc-current-locale-link {
  color: var(--highlight-color);
  font-size: 15px;
  line-height: 28px;
}
@media (max-width: 992px) {
  .header-wrapper .base-container .kcLangDrowdown a#kc-current-locale-link {
    color: #000;
  }
  .header-wrapper
    .base-container
    .kcLangDrowdown
    a#kc-current-locale-link:hover {
    color: #000 !important;
  }
}

.header-wrapper
  .base-container
  .kcLangDrowdown
  a#kc-current-locale-link::after {
  content: '';
  background-image: url('../img/dropdownArrow.svg');
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  color: #000;
  display: inline-block;
  vertical-align: middle;
}

/* hero */
.kcHero {
  height: 480px;
  width: 100%;
  background-color: #fff;
  background-image: url('../img/bg-cars.png');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  padding-bottom: 80px;
}

.kcHero h2 {
  font-size: 50px;
  /* line-height:68px; */
  font-weight: 600;
  color: #000;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 4px 8px;
}
.kcTitle {
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  margin-top: 48px;
  margin-bottom: 64px;
}

.kcNoneMobile {
  display: none;
}
@media (max-width: 475px) {
  .kcHero {
    height: 211px;
  }
}
@media (max-width: 991px) {
  .header-wrapper {
    background-color: var(--highlight-color);
  }

  .header-wrapper .base-containder {
    align-items: center;
  }
  .header-wrapper .base-container .kcLogoBox {
    display: flex;
    align-items: center;
  }
  .header-wrapper .base-container .kcLogoBox img.kcNoneDesktop {
    position: static;
  }
}
@media (min-width: 992px) {
  .kcNoneMobile {
    display: block;
  }
  .kcNoneDesktop {
    display: none;
  }
}

/* Footer */
.footer {
  background-color: #f0f0f0;
  height: 56px;
}
.footer .base-container {
  display: flex;
  align-items: center;
  height: 100%;
}
.footer p {
  font-size: 18px;
  color: #000;
  margin-bottom: 0;
  font-weight: 400;
}

/* content */
.login-pf-page {
  padding-top: 64px;
  background-color: #fff;
  padding-bottom: 30px;
  z-index: 2;
}

.login-pf-page .base-container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 992px) {
  .login-pf-page {
    padding-bottom: 240px;
  }
  .login-pf-page .base-container {
    flex-direction: row;
  }
}
.login-pf-page .card-pf {
  width: 100%;
  border: unset;
  margin: 0;
  padding: 0;
  box-shadow: unset;
}
@media (min-width: 992px) {
  .login-pf-page .card-pf {
    max-width: 685px;
  }
}

.right-side-bar {
  width: 100%;
  margin-top: 200px;
}
@media (min-width: 992px) {
  .right-side-bar {
    margin-top: unset;
  }
}

.right-side-bar .title {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  margin-bottom: 32px;
}
.right-side-bar .logo-list {
  display: flex;
  justify-content: space-between;
  margin: -15px;
  height: 72px;
}

.right-side-bar .logo-list > * {
  margin: 15px;
}
.right-side-bar .logo-list img {
  width: auto;
  height: 100%;
}
@media (min-width: 992px) {
  .right-side-bar {
    max-width: 200px;
  }
  .right-side-bar .logo-list {
    margin: 0;
    margin-top: 64px;
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 64px;
  }
  .right-side-bar .logo-list > * {
    margin: unset;
  }
  .right-side-bar .logo-list img {
    width: 100%;
    height: auto;
  }
}

/* Login */
.userinfotext {
  margin-top: -30px;
}
.login-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 64px;
}
@media (max-width: 375px) {
  .login-footer {
    flex-direction: column;
    align-items: flex-end;
  }
}
.login-footer .login-pf-settings .password-link a {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  text-decoration: underline;
}
#kc-form-buttons {
  order: 1;
  cursor: pointer;
}
@media (max-width: 375px) {
  #kc-form-buttons {
    order: -1;
  }
}

.btn-login-primary {
  width: auto;
  border: 1px solid var(--highlight-color);
  padding: 11px 40px;
  padding-left: 60px;
  border-radius: 50px;
  background-color: var(--highlight-color);
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}
#kc-form-buttons {
  position: relative;
}
#kc-form-buttons::before {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url('../img/dropdownArrowWhite.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
#kc-form-buttons:not(:disabled):where(:hover, :focus)::before {
  //background-image: url('../img/dropdownArrowWhite.svg');
}

#kc-form-buttons:active::before {
  /* background-image: url('../img/triangle-arrow-white.svg'); */
  z-index: 1;
}
.btn-login-primary:hover {
  background-color: var(--btn-highlight-color);
  border-color: var(--btn-highlight-color);
}

.btn-login-primary:focus {
  background-color: #07a362;
  border-color: #07a362;
}
.btn-login-primary:active {
  background-color: #0f8857;
  color: #fff;
}
.btn-login-primary:not(:disabled):active {
  transform: scale(0.95);
}
@media (max-width: 480px) {
  .login-pf-settings {
    margin-top: 30px;
  }
}
.login-pf-page .login-pf-signup {
  margin-top: 64px;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 32px;
}
.login-pf-page .login-pf-signup a {
  color: #000;
}
/* .login-pf-page .login-pf-signup a::before {
  content: '';
  width: 22px;
  height: 22px;
  background-color: transparent;
  border-radius: 50%;
  background-image: url('../img/dropdownArrow.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  display: inline-block;
  transform: rotate(-90deg);
  margin-bottom: -5px;
  margin-right: 6px;
} */

#kc-content-wrapper {
  display: flex;
  flex-direction: column;
}
#kc-content-wrapper .pf-c-alert {
  order: 2;
  margin-top: 45px;
}
#kc-content-wrapper .userinfotext {
  order: 1;
}
#kc-content-wrapper #kc-form {
  order: 3;
}
#kc-content-wrapper #kc-info {
  order: 4;
}

/* alert  */
#kc-content-wrapper .pf-c-alert {
  padding: 32px;
  align-items: center;
}
.pf-c-alert.pf-m-danger.pf-m-inline {
  border: unset;
  background-color: #ffe0e1;
}
.pf-c-alert.pf-m-inline::before {
  display: none;
  visibility: hidden;
}
.pf-c-alert .pf-c-alert__title {
  padding: unset;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.pf-c-alert .pf-c-alert__icon {
  padding: unset !important;
  align-self: flex-start;
}
.pf-c-alert .pf-c-alert__icon > span {
  display: none;
  visibility: hidden;
}
.pf-c-alert .pf-c-alert__icon::before {
  content: '';
  width: 22px;
  height: 22px;

  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  display: inline-block;
  margin-right: 10px;
}
.pf-m-danger .pf-c-alert__icon::before {
  background-image: url('../img/red-info.svg');
}
.alert-success .pf-c-alert__icon::before {
  background-image: url('../img/check-info.svg');
}
.alert-warning .pf-c-alert__icon::before {
  background-image: url('../img/black-info.svg');
}
/* Reset password */
.form-horizontal .form-group {
  margin: unset;
}

/* Reset password */

.backToLogin {
  margin-top: -20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #9c9d9d;
  display: inline-block;
}
#backToApplication {
  margin-top: 0;
  color: #000;
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
}
.backToLogin::before {
  content: '';
  width: 22px;
  height: 22px;
  background-image: url('../img/dropdownArrow.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  transform: rotate(-90deg);
}

.login-pf-page .card-pf .page-title {
  margin-top: 40px;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
  color: #000;
}
.text-info {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;

  color: #000000;
}
.pf-c-form__helper-text {
  display: block;
  margin-top: 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;

  color: #bb5f5e;
}
#kc-reset-password-form {
  margin-top: 80px;
}
.login-footer.reset-pw {
  justify-content: flex-end;
}

/*  Register */
#kc-register-form {
  margin-top: 64px;
}
#kc-register-form .form-group {
  margin-top: 40px;
}
#kc-register-form .form-group select {
  max-width: 328px;
}

.mb {
  margin-bottom: 100px !important;
}
.mt {
  margin-top: 100px !important;
}
.form-grid {
  display: flex;
}
.form-grid.location .postal_code {
  max-width: 207px;
}
.form-grid.location .locality {
  flex: 1;
  margin-left: 16px;
}
.check-box-wrapper .check-box > * {
  display: inline-block;
}
.check-box-wrapper .check-box {
  display: flex;
  align-items: center;
}
.check-box-wrapper .check-box:not(:last-child) {
  margin-bottom: 10px;
}
.check-box-wrapper .check-box {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.check-box-wrapper .check-box input[type='checkbox'] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.check-box-wrapper .check-box .checkmark {
  height: 14px;
  width: 14px;
  background-color: transparent;
  border: 2px solid #868e96;
  border-radius: 2px;
  order: -1;
  margin-right: 10px;
}
.check-box-wrapper .check-box input:checked ~ .checkmark {
  background-color: var(--highlight-color);
  border-color: var(--highlight-color);
}
.check-box-wrapper .check-box label {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}

#kc-info-message,
.instruction {
  font-size: 18px;
}
#kc-info-message a,
.instruction a {
  color: #000;
}

/* update password */
.update-password {
  margin-top: 80px;
}

.update-password form {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 50px;
}
.update-pw-footer {
  display: flex;
  justify-content: flex-end;
}

/* additional login */
#kc-registration {
  padding: 32px;
  background-color: #f0f0f0;
}
#kc-registration .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}

#kc-registration .content {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}

#kc-registration .link-box {
  text-align: right;
  margin-top: 32px;
}
#kc-registration .register-link {
  margin: 0 auto;
  display: inline-block;
  text-align: right;
  font-weight: 500;
  font-size: 20px;
  line-height: 38px;
  color: #000000;
  border: 1px solid var(--highlight-color);
  border-radius: 50px;
  padding: 10px 32px;
}
#kc-registration .register-link:hover {
  text-decoration: none;
  background-color: var(--btn-highlight-color);
  color: #ffffff !important;
}
#kc-registration .register-link:focus {
  outline: none;
  background-color: var(--btn-highlight-color);
}
#kc-registration .register-link:active {
  color: #ffffff !important;
  background-color: #0f8857;
  transform: scale(0.95);
}
/* #kc-registration .register-link::before {
  background-color: transparent;
  background-image: url('../img/dropdownArrowWhite.svg');
  background-size: 24px;
  transform: rotate(0);
}
#kc-registration .register-link:hover::before {
  background-image: url('../img/dropdownArrowBlack.svg');
}
#kc-registration .register-link:active::before {
  background-image: url('../img/dropdownArrowWhite.svg');
} */
.col-l,
.col-r {
  flex: 1;
}

.col-r {
  margin-left: 16px !important;
}

.role-other-wrapper {
  margin-top: -100px !important;
}

/* the modify the login layout - 12/2023 */
.login-pf body {
  background: white;
  margin: 0;
}
.right-side-bar {
}
.right-side-bar .title {
}
.right-side-bar .logo-list {
  margin: 24px 0;
  height: auto;
  display: flex;
  gap: 8px;
  align-items: center;
}
.right-side-bar .logo-list img {
  margin: 0;
  max-height: 35px;
}
.footer {
  height: auto;
  padding: 8px;
}
.login-pf-page .base-container {
  display: flex;
  flex-direction: row;
}
@media (max-width: 991px) {
  .footer .base-container {
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
  }
  .footer .base-container a {
    color: #000000;
    font-weight: 500;
  }
}
.form-grid-group-role,
.form-grid.fleet:not(.trainer) {
  flex-direction: column;
}
.form-grid .col-01:not(:empty) {
  width: 100%;
}
.form-grid .col-02:not(:empty) {
  width: 100%;
}
#kc-register-form .form-group select {
  max-width: none;
}

.form-group.form-grid-fullname {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}
.form-group.form-grid-fullname:before,
.form-group.form-grid-fullname:after {
  display: none;
}
.form-group.form-grid-fullname .col-01,
.form-group.form-grid-fullname .col-02 {
  flex: 1;
  position: relative;
}

.login-footer.reset-pw {
  justify-content: flex-start;
}

.form-group .col-01.has-value label,
.form-group .col-02.has-value label {
  top: 0;
  transform: translateY(-28px);
}

#input-error-emailRepetition.hidden {
  display: none;
}

@media (min-width: 992px) {
  .header-wrapper {
    height: 100px;
    max-height: none;
    background: transparent;
    position: relative;
  }
  #desktop_logo,
  #desktop_logo.scroll {
    height: 100%;
    width: 164px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #desktop_logo .logo-link,
  #desktop_logo.scroll .logo-link {
    display: block;
    padding: 0;
  }

  .main-flex {
    display: flex;
  }

  /*main visual*/
  .kcHero {
    height: 100vh;
    margin: 0;
    padding: 0;
    width: calc(100% - 488px);
    background-color: #eee;
  }

  /*main*/
  .login-pf-page {
    padding-top: 0;
    padding-bottom: 50px;
    max-height: 100vh;
    overflow-y: scroll;
    width: 488px;
  }

  .base-container {
    padding: 0 50px;
  }

  #kc-content-wrapper {
    height: calc(100vh - 230px);
    justify-content: flex-start;
  }

  .login-pf-page .login-pf-header {
    display: none;
  }

  .userinfotext {
    margin: 0;
  }
  .txt-welcome {
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 16px;
    margin-top: 0;
  }

  .username-text {
    margin-bottom: 0;
  }

  .login-footer {
    padding: 20px 0px;
  }

  #kc-form {
    padding-bottom: 40px;
  }
  #kc-registration {
    background: transparent;
    padding: 0;
  }
  #kc-registration .link-box {
    text-align: left;
    margin-top: 20px;
  }
  #kc-registration .register-link {
    background-color: transparent;
    color: black;
    padding: 12px 16px;
    font-size: 16px;
    line-height: 18px;
    min-width: 120px;
    border: 1px solid var(--highlight-color);
    text-decoration: none;
    text-align: center;
  }
  /* #kc-registration .register-link:before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_969_883)'%3E%3Cpath d='M6.22998 20.23L7.99998 22L18 12L7.99998 2L6.22998 3.77L14.46 12L6.22998 20.23Z' fill='%23161616'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_969_883'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: 24px 24px;
    transform: rotate(0);
    width: 10px;
    margin-right: 16px;
  } */
  #kc-registration .register-link:hover {
    background-color: transparent;
    color: var(--highlight-color) !important;
  }
  #kc-registration .register-link:focus {
    outline: none;
    background-color: transparent;
  }

  #kc-registration .register-link:active {
    color: var(--highlight-color) !important;
    background-color: transparent;
  }
  #kc-registration .register-link:where(:hover, :active)::before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_969_623)'%3E%3Cpath d='M6.22998 20.23L7.99998 22L18 12L7.99998 2L6.22998 3.77L14.46 12L6.22998 20.23Z' fill='%23004994'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_969_623'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") !important;
  }
  .login-pf-page .login-pf-signup {
    margin-top: 40px;
  }

  #kc-form-buttons .btn-login-primary {
    font-size: 16px;
    padding: 0 36px 0 56px;
    height: 48px;
  }
  #kc-form-buttons .btn-login-primary:disabled {
    background-color: #cdcdcd;
    color: #9c9d9d;
  }
  #kc-form-buttons:has(.btn-login-primary:disabled):before {
    background-image: url('../img/dropdownArrowGrey.svg');
  }
  #kc-form-buttons::before {
    left: 24px;
  }

  .right-side-bar {
    max-width: none;
    margin-top: 40px;
  }
  .right-side-bar .title {
    margin-bottom: 16px;
    font-size: 13px;
  }
  .right-side-bar .logo-list {
    display: flex;
    gap: 16px;
    height: 35px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0px;
  }
  .right-side-bar .logo-list img {
    max-height: 35px;
    width: auto;
  }

  .footer {
    margin-top: 40px;
    margin-left: -50px;
    margin-right: -50px;
    background-color: transparent;
    order: 10;
  }
  .login-pf-page .base-container {
    justify-content: flex-start;
    gap: 24px;
  }
  .login-pf-page .base-container a {
    color: black;
    text-decoration: underline;
    font-weight: 500;
  }
  .client_id:not(.client_id_custom) .login-pf-page .footer .base-container a {
    color: white;
  }
  .client_id:not(.client_id_custom) .kcHero {
    background-color: black;
  }

  .backToLogin {
    margin-top: 0;
  }
}

.login-pf-page .right-side-bar {
  order: 9;
  margin: auto auto 0;
}
.base-container:has(#kc-register-form) {
  padding-right: 50px;
}

.client_id #kc-registration {
  padding-bottom: 40px;
  /* border-bottom: 1px solid #cdcdcd; */
}
.client_id .login-pf-page {
  position: relative;
}
.client_id .card-pf .footer {
  position: fixed;
  bottom: 50px;
  left: 60px;
}
.client_id .login-pf-page .right-side-bar .title {
  font-weight: bold;
  font-size: 18px;
  color: black;
}
.client_id .base-container #kc-register-form {
  margin-bottom: 60px;
}

/* EXTRANET */
.client_id_custom .kcHero {
  background: linear-gradient(
    270deg,
    #d1d1d1 31.71%,
    #d5d5d5 71.41%,
    #d3d3d3 99.77%
  );
  overflow: hidden;
  position: relative;
}
.client_id_custom .kcHero:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -100px;
  width: 60%;
  max-height: 100%;
  aspect-ratio: 829 / 718;
  transform: translateY(-40%);
  background-size: auto 100%;
  z-index: 2;
}
.client_id_custom .kcHero:after {
  content: 'Extranet';
  color: #000;
  font-family: 'Commissioner', 'Noto Sans', sans-serif !important;
  font-size: 710px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  opacity: 0.04;
  position: absolute;
  bottom: -27%;
  left: -100px;
}
.client_id_custom .kcHero .inner {
  position: absolute;
  top: 50%;
  left: calc(50% + 150px);
  right: 5%;
  transform: translate(0, -100%);
}
.client_id_custom .kcHero .inner h1 {
  color: #161616;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 112%;
  position: relative;
}
.client_id_custom .kcHero .inner h1:before {
  content: '';
  position: absolute;
  width: 80px;
  height: 1px;
  background: #000;
  top: 50%;
  left: -90px;
}
.client_id_custom .kcHero .inner div {
  color: #6e6e6e;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.client_id_custom #desktop_logo {
  position: fixed;
  top: -14px;
  left: 70px;
  height: 94px;
}
.client_id_extranet-frontend #desktop_logo {
  background: url(../../../login/custom/img/ate-vdo-logo.svg) center no-repeat;
  background-size: 100% auto;
}
.client_id_extranet-frontend #desktop_logo * {
  opacity: 0;
}

.client_id_extranet-frontend .kcHero:before {
  background-image: url(../../../login/custom/img/ate-vdo-bg.png);

  background-size: 100%;
  left: 0;
  transform: translate(5%, -40%);
}

/* END EXTRANET */

/* VDO */
.client_id_customer-portal-frontend .kcHero:before {
  background-image: url(../../../login/custom/img/bg-vdo.png);
  width: 50%;
  aspect-ratio: 792 / 791;
  background-size: 100%;
  left: 0;
  transform: translateY(-40%);
}
.client_id_customer-portal-frontend .kcHero:after {
  content: 'VDO';
}
.client_id_customer-portal-frontend .kcHero .inner {
  transform: translate(0, -80%);
}
.client_id_customer-portal-frontend #desktop_logo {
  background: url(../../../login/custom/img/vdo-banner.svg) center no-repeat;
  background-size: 100% auto;
}
.client_id_customer-portal-frontend #desktop_logo * {
  opacity: 0;
}
/* END VDO */

/* LMS */
.client_id_lms .kcHero:before {
  background-image: url(../../../login/custom/img/bg-LMS.png);
  width: 55%;
  aspect-ratio: 1584 / 1582;
  background-size: 100%;
  left: 0;
  transform: translateY(-40%);
}
.client_id_lms .kcHero:after {
  content: 'LMS';
  left: 50%;
  transform: translateX(-50%);
  bottom: -180px;
  line-height: 1;
}
.client_id_lms .kcHero .inner {
  transform: translate(0, -80%);
}
.client_id_lms #desktop_logo {
  background: url(../../../login/custom/img/vdo-banner.svg) center no-repeat;
  background-size: 100% auto;
}
.client_id_lms #desktop_logo * {
  opacity: 0;
}
/* END LMS */

@media (max-width: 1800px) and (min-width: 992px) {
  .client_id .kcHero:before {
    max-width: 60%;
    left: -5%;
  }
  .client_id_customer-portal-frontend .kcHero:before {
    left: 0;
  }
  .client_id .kcHero .inner {
    left: calc(45% + 150px);
    transform: translate(0, -75%);
  }
  .client_id .kcHero .inner h1 {
    font-size: 3.5vw;
  }
  .client_id .kcHero .inner div {
    font-size: 1.4vw;
  }
}

@media (max-width: 991px) {
  .login-pf-page .right-side-bar {
    margin-top: 64px;
  }
  .footer {
    order: 11;
  }
  .base-container:has(#kc-register-form) {
    padding-right: 16px;
  }

  .client_id .header-wrapper {
    display: none;
  }
  .client_id .kcHero {
    display: block;
    height: auto;
    padding: 60px 16px 64px 16px;
  }
  .client_id .kcHero:after {
    top: 0;
    left: 16px;
    bottom: auto;
    font-size: 0;
    background: url(../../../login/custom/img/vdo-banner.svg) center no-repeat;
    background-size: 80% auto;
    width: 102px;
    height: 60px;
    opacity: 1;
  }
  .client_id_extranet-frontend .kcHero:after {
    background-image: url(../../../login/custom/img/ate-vdo-logo.svg);
    background-color: transparent;
    left: 8px;
    top: -4px;
    width: 160px;
  }
  [class*='litmoseu'] .kcHero:after {
    background-image: url(../../../login/custom/img/vdo-banner.svg);
    background-color: transparent;
    left: 58px;
  }
  .client_id .kcHero:before,
  .client_id .kcHero .inner {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    transform: none;
  }
  .client_id .kcHero:before {
    background-size: 100% auto;
    aspect-ratio: 686 / 626;
    width: 100%;
  }
  .client_id .kcHero .inner h1 {
    font-size: 32px;
  }
  .client_id .kcHero .inner h1:before {
    display: none;
  }
  .client_id .kcHero .inner div {
    font-size: 20px;
  }
  .client_id .right-side-bar .logo-list {
    justify-content: flex-start;
  }
  .client_id .card-pf .footer {
    position: relative;
    bottom: auto;
    left: auto;
    background-color: transparent;
    padding: 0;
  }

  .client_id_customer-portal-frontend .kcHero:before {
    background-image: url(../../../login/custom/img/bg-vdo.png);
    background-color: transparent;
    background-size: 100% auto;
    width: 100%;
  }

  .client_id_lms .kcHero:before {
    background-image: url(../../../login/custom/img/bg-LMS.png);
    background-color: transparent;
    background-size: 100% auto;
    width: 100%;
  }

  .client_id_customer-portal-frontend .kcHero:after {
    background-image: url(../../../login/custom/img/vdo-banner.svg);
    background-color: transparent;
  }
}

#kc-locale-dropdown a {
  text-decoration: none;
}

.lang_mobile {
  display: none;
}
@media (max-width: 991px) {
  .lang_mobile {
    display: block;

    text-align: center;
    position: absolute;
    top: 20px;
    right: 24px;
  }
  .lang_mobile #kc-locale ul {
    max-height: calc(80vh - 150px);
  }
  .lang_mobile #kc-current-locale-link {
    text-decoration: none;
    color: var(--highlight-color);
  }
  .lang_mobile a#kc-current-locale-link::after {
    content: '';
    background-image: url('../img/dropdownArrow.svg');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
  }
}

/* tooltip only for customer-portal-frontend */
.more-info-overlay.hidden {
  display: none;
  right: unset;
}
.more-info-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
@media (min-width: 992px) {
  .more-info-overlay {
    width: 100%;
    max-width: 380px;
    inset: unset;
    top: 0;
    right: 488px;
    height: 100vh;
    align-items: flex-start;
  }
}
.more-info-popup {
  background: #fff;
  max-width: 480px;
  width: calc(100% - 48px);
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.25);
  position: relative;
}
@media (min-width: 992px) {
  .more-info-popup {
    width: 100%;
    height: 100%;
    border-radius: 0;
    box-shadow: unset;
    background: #f8f8f8;
  }
}
.more-info-close {
  position: absolute;
  top: 12px;
  right: 12px;
  border: none;
  background: transparent;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
}
.more-info-content {
  margin-top: 1rem;
  white-space: pre-wrap;
  overflow-y: auto;
  max-height: 70vh;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 992px) {
  .more-info-content {
    max-height: 100%;
    padding-bottom: 80px;
  }
}
#more-info-title {
  font-size: 18px;
}
.more-info-content p {
  display: flex;
  flex-direction: column;
  margin-bottom: unset;
}
.more-info-content p b {
  font-size: 14px;
  font-weight: 500;
  color: #4b4b4b;
}
.more-info-content p span {
  font-size: 14px;
  color: #4b4b4b;
}

a.more-info-link {
  font-size: 16px;
  font-weight: 500;
  color: #c5c5c5 !important;
  text-decoration: underline;
  cursor: pointer;
  margin-top: 16px;
  width: fit-content;
}
.more-info-link.disabled:hover {
  color: #9c9d9d !important;
  text-decoration: none;
  cursor: not-allowed;
}
i.close-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('../img/close-icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .kcHero {
    transition: transform 0.3s ease;
  }
  .kcHero.with-overlay-open {
    transform: translateX(-380px);
  }
}
