/* Color for categorical data visualization */
/* Color for categorical data visualization */
/* Color for categorical data visualization */
/* Color for categorical data visualization */
/* Color for categorical data visualization */
/* Color for categorical data visualization */
/* Color for categorical data visualization */
/* Color for categorical data visualization */
/* Color for categorical data visualization */
/* Color for categorical data visualization */
/* Color for categorical data visualization */
/* Color for monochromatic data visualization */
/* Color for monochromatic data visualization */
/* Color for monochromatic data visualization */
/* Color for monochromatic data visualization */
/* Color for monochromatic data visualization */
/* Color for monochromatic data visualization */
/* Color for monochromatic data visualization */
/* Color for monochromatic data visualization */
/* Color for monochromatic data visualization */
/* Color for monochromatic data visualization */
/* Color for monochromatic data visualization */
/* Color for monochromatic data visualization */
/* Color for monochromatic data visualization */
/* Color for monochromatic data visualization */
/* Font family for the entire application */
/* Font family for documentation and code */
/* Font family for icons */
/* Default font weight */
/* Default font style */
/* Line height for typeset header-1 */
/* Line height for typeset header-2 */
/* Line height for typeset header-3 */
/* Line height for typeset header-4 */
/* Line height for typeset subheader */
/* Line height for typeset body */
/* Line height for typeset body-minor */
/* Line height for typeset small */
/* Line height for typeset tiny */
/* Line height for typeset header-1 */
/* Line height for typeset header-2 */
/* Line height for typeset header-3 */
/* Line height for typeset subheader */
/* Line height for typeset header-4 */
/* Line height for typeset body */
/* Line height for typeset body-minor */
/* Line height for typeset small */
/* Line height for typeset tiny */
/* Radius for components with full rounding: buttons, form elements, chips etc. */
/* Size of actionable components like buttons, form elements */
/* Size of small actionable components eg. buttons inside list items */
/* Default size for most icons */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-size-adjust: 100%;
}

.absui-login-page__container {
  background: url("/images/background/login-background-de96c4f92f30857a9fe54c002bd1814e.webp?v=1") right center no-repeat #eff0f1;
  background-size: cover;
}

.box-logo {
  background: url("/images/logo-199e7a981513bd924b9a759dc7004f40.png") no-repeat center top;
  height: 24px;
  width: 130px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 18px;
}

.presentation-title {
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 2px;
}

.cas-info-box {
  text-align: center;
}

.cas-info-box .absui-login-panel__brand {
  margin-top: 56px;
}

.cas-info-box .col-md-12, .cas-info-box .col-md-4 {
  margin-top: 50px;
}

.cas-align-center {
  text-align: center;
}

.absui-login-panel__remember {
  margin: 0 8px 16px;
}

.absui-login-panel__footer {
  height: 47px;
}

.cas-message-icon {
  font-size: 79px;
  color: #1395d3;
}

.hidden, #list-providers {
  display: none;
}

@media (min-width: 1600px) {
  .absui-container-box {
    max-width: 1175px;
  }
}
.cas-float-right {
  float: right;
}

.cas-pswd-policy-msg {
  padding: 10px 0;
}

#cas-login-btn-msg, #cas-logout-btn-msg {
  width: auto;
}

/** ---progressb-bar */
progress {
  vertical-align: baseline;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 18px;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 9px;
  width: 100%;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0087e0;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

#password-strength-progress, #password-strength-notes {
  margin-top: 6px;
}

.mw-20 {
  max-width: 20% !important;
}

.absui-login-panel__form .absui-login-panel__message {
  color: #646778;
  padding: 16px 32px 16px 0;
}

.absui-login-panel__form .absui-btn__title {
  width: auto;
}

.absui-login-panel__form .absui-control-checkboxes {
  padding-top: 0;
}

.absui-login-panel__form .absui-control-remember-me {
  width: 50%;
  margin-left: auto;
  text-align: right;
  border: 0;
  height: auto;
}

#providers-or-box {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 0 0;
}

#providers-or-box > hr {
  position: relative;
  border-top: 1px solid grey;
  bottom: -9px;
  border-bottom: none;
  border-right: none;
  border-left: none;
  height: 1px;
  margin: 0px;
}

#providers-or-box > span {
  background: white;
  position: relative;
  padding: 10px;
}

.discovery-intro {
  margin-bottom: 20px;
}

#cas-old-browser-msg {
  margin-top: 5px;
}

.caps-check:not(.caps-on) .caps-warn, .caps-check:not(.caps-on) + .caps-warn {
  display: none;
}

.margin5px0 {
  margin: 5px 0 !important;
}

.d-flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.align-items-center {
  align-items: center;
}

.absui-login-panel__lang {
  display: none;
}

.absui-login-panel__btn {
  justify-content: center;
}

.mdc-dialog {
  z-index: 1000;
}

.cas-logout-step .cas-message-icon {
  font-size: 48px;
  color: #4c4c4c;
  margin: 20px 0;
}

.absui-login-panel .absui-form-control:read-only {
  background: #e5e5e5;
  pointer-events: none;
}

.absui-loader::before {
  opacity: 1;
}

.gauth-content {
  width: 480px;
}

@media screen and (max-width: 768px) {
  .gauth-content {
    width: 100%;
  }
}
#gauth-intro {
  text-align: center;
  width: 360px;
  margin: 0 auto;
  animation: fadeIn ease-out 0.8s;
}

.gauth-intro-btns {
  border-top: 1px solid #e3e6e8;
  padding: 16px 0;
  margin: 16px 0;
}

#gauth-steps {
  text-align: center;
  display: none;
}

.gauth-instruction-img {
  display: block;
  margin: 0 auto;
}

.gauth-header {
  font-weight: 600;
  text-align: center;
  padding: 0 24px;
  margin-bottom: 16px;
}

.step-box {
  text-align: left;
  border-top: 1px solid #e3e6e8;
  min-height: 300px;
  padding: 16px 24px;
}

.step-label {
  display: inline-block;
  background-color: #EFF0F1;
  padding: 0 4px;
  margin-bottom: 4px;
  border-radius: 4px;
  font-size: 12px;
}

.guath-key-box {
  border: 1px solid #e3e6e8;
  padding: 8px 16px;
  border-radius: 4px;
  min-width: 0;
}

#gauth-key {
  display: block;
  overflow-wrap: break-word;
  margin-bottom: 8px;
}

.gauth-apps {
  padding: 16px 0;
}

.gauth-apps a {
  height: 16px;
  display: flex;
  align-items: center;
}

#step-one, #step-two, #step-three, #step-four, #confirm,
#gauth-steps.three #next-btn {
  display: none;
}

#gauth-steps.one #step-one,
#gauth-steps.two #step-two,
#gauth-steps.three #step-three {
  display: block;
  animation: fadeIn ease-out 0.8s;
}

#gauth-steps.three #confirm {
  display: inline-flex;
}

#gauth-steps-footer {
  border-top: 1px solid #e3e6e8;
  padding: 16px 24px;
}

.gauth-register-btns {
  display: flex;
  align-items: center;
  justify-content: right;
  margin-bottom: 24px;
}

.mdc-dialog__actions .absui-btn,
.gauth-register-btns .absui-btn {
  min-width: 100px;
  margin-left: 8px;
}

.gauth-register-btns .absui-btn__title {
  width: 100%;
}

.gauth-register-btns .absui-icon-link {
  margin-right: auto;
}

.container-row {
  display: flex;
}

.mdc-chip-set {
  padding: 0;
  margin-bottom: 12px;
}

.mdc-chip {
  font-size: 14px;
  letter-spacing: 2px;
  padding: 0 26px;
  border-radius: 8px;
  background-color: #F4F5F6;
}

.mdc-chip .mdc-chip__ripple {
  border-radius: 8px;
}

.mdc-dialog__actions {
  padding: 16px;
}

.mdc-dialog iframe {
  border: none;
  height: 100vh;
}

.mdc-dialog .mdc-dialog__content {
  font-family: "Inter", sans-serif;
  color: #23242a;
  text-align: center;
}

.mdc-dialog .mdc-dialog__surface {
  width: 512px;
  border-radius: 16px;
}

.abs-input-token.absui-form-control {
  height: 48px;
  line-height: 48px;
  font-size: 32px;
  text-align: center;
  letter-spacing: 2px;
  margin: 16px 20%;
  border-radius: 32px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#provider-carrefour,
#provider-polbruk,
#provider-Office365Lyreco,
#provider-Office365Nuco,
#provider-OktaCBCB,
#provider-OktaPepsiCo,
#provider-Office365EssityProd,
#provider-Office365EssityTest,
#provider-OktaMcKinsey,
#provider-OktaRedBull,
#provider-SalesforceDanone {
  display: none;
}

.casui__login-help-message {
  margin-top: 20px;
  padding-bottom: 5px;
}

#passwordToggle {
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 8px;
  top: 26px;
}

#password {
  padding-right: 32px;
}

#rodo-url {
  color: #23242B;
  text-decoration: underline;
}

.casui__login-help-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 0 32px;
  max-width: 600px;
}
.casui__login-help-container p {
  margin-bottom: 0;
}

.casui__login-help-container__header {
  display: flex;
  flex-direction: column;
}
.casui__login-help-container__header img {
  align-self: center;
}
.casui__login-help-container__header p {
  font-weight: 500;
}

.casui__login-help-container__body {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 44px;
}
.casui__login-help-container__body .absui-icon {
  font-size: 20px;
}

.casui__login-help-container__body-item {
  display: flex;
  gap: 8px;
}

.mdc-dialog--closing .absui-modal {
  animation: window-hide 0.25s forwards;
}

#login-help-dialog .absui-modal .absui-modal__content {
  max-width: 600px;
}
/*# sourceMappingURL=basic.css.map */