﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}

.login-page {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.welcome-logo-section {
  background-color: black;
  width: 60%;
  height: 100%;
  float: left;
}

.welcome-logo-section img {
  position: relative;
  top: 40%;
}
.login-section {
    width: 40%;
    float: left;
    position: relative;
    top: 40%;
    height: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.login-section .login-form {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.login-section .legal-text {
    width: 100%;
    padding: 0px 20px 20px 20px;
    max-width: none;
}

.login-section .tou-text {
    width: 100%;
    padding: 20px 20px 5px 20px;
    max-width: none;
}

@media screen and (max-width: 1024px) {
    .login-section {
        height: 85%;
        align-items: center;
    }
}

@media screen and (max-width: 1024px) {
  .welcome-logo-section {
    float: none;
    width: 100%;
    height: initial;
    margin-bottom: 20px;
  }

  .welcome-logo-section > img {
    top: 0;
  }

  .login-section {
    float: none;
    top: 0;
    margin: auto;
    width: 100%;
  }
}

.welcome-logo {
  top: 40%;
  position: relative;
  text-align: center;
}

.obsolete-login {
    padding-left: 70px;
    padding-right: 70px;
}

.obsolete-login-support {
    margin-bottom: 15px;
}

.login-local {
  clear: both;
  margin-top: 30px;
}

/* Storybook fonts */
@font-face {
  font-family: NotoSans-Regular;
  src: url(../fonts/NotoSans-Regular.ttf);
}

/* START storybook styles */

.login-form .login-label {
  font-size: 10px;
  margin-bottom: 7px;
  display: block;
  font-family: "NotoSans-Regular";
  letter-spacing: 2px;
  color: #797979;
}

.login-form .login-input {
  width: 100%;
  padding-right: 30px;
  padding-left: 8px;
  min-height: 40px;
  height: 100%;
  background: white;
  border-radius: 0px;
  opacity: 0.66;
  margin-bottom: 16px;
  font-family: "NotoSans-Regular";
}

.login-form .support-link {
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 33px;
  min-height: 33px;
  padding: 0 24px;
  overflow: visible;
  font-family: "NotoSans-Regular";
}

.login-form .supportCheck {
    line-height: 1.1;
    display: grid;
    grid-template-columns: 1em auto;
    gap: 0.5em;
    color: #797979;
    font-family: 'NotoSans-Regular';
    font-size: 14px;
}

.login-form .supportCheck input{
    accent-color: #007dba;
}

.support-title {
    background-color: #006b2d;
}

.support-title img {
   margin-left: 97px;
}

.support-title-label {
  color: #e5e5e5;
  font-size: 20px;
  font-family: 'NotoSans-Regular';
  letter-spacing: -0.2px;
  padding-left: 40px;
}

.support-body {
    font-size: 15px;
    color: #a9acb3;
    font-family: "NotoSans-Regular";
}

.form-group {
    margin-bottom: 22px;
}

.legal-text {
    color: rgb(125, 127, 130);
    font-family: NotoSans-Regular;
    font-size: 10px;
    font-weight: normal;
    max-width: 60%;
    text-align: center;
}

.tou-text {
    color: rgb(125, 127, 130);
    font-family: NotoSans-Regular;
    font-size: 10px;
    font-weight: normal;
    max-width: 60%;
    text-align: center;
    padding-bottom: 5px;
}

.legal-text-link {
    color: #007dba;
}

.tcp-link {
    color: rgb(125, 127, 130);
    font-size: 12px;
    margin: 0px 10px;
}

.submit-support-button {
    border-color: #007dba;
    color: #fff;
    background-color: #007dba;
    border-radius: 0;
    font-family: "NotoSans-Regular";
    background-image: none !important;
    box-shadow: none !important;
    border: none;
    padding: 7px 20px;
    margin-left: auto;
    font-size: 12px;
}

.last-row {
    display: flex;
    flex-direction: row;
    font-size: 14px;
}

.support-body textarea::placeholder {
    opacity: 0.6;
}

.support-body input::placeholder {
    opacity: 0.6;
}

.submit-support-button:disabled {
    opacity: 0.5;
}

.captcha-error-banner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 37px;
    padding: 15px 41px;
    background-color: #ec5352;
    color: rgb(255, 255, 255);
    font-family: NotoSans-Regular;
    font-size: 14px;
    font-weight: normal;
}

.captcha-error-banner .close-icon {
    display: block;
    cursor: pointer;
}

.bi-exclamation-triangle-fill {
    color: #ec5352;
}

.captcha-error-banner > div {
    display: flex;
    align-items: center;
}

.captcha-error-banner > div > bold img {
    margin-right: 12px;
}

.captcha-error-banner bold {
    font-weight: 600;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.login-form .login-button {
    margin-bottom: 8px;
    font-size: 12px;
    color: #ffffff;
    background-color: #007dba;
    background-image: none;
    border-radius: 0;
    border: none;
    outline: 0;
    line-height: 33px;
    min-height: 33px;
    padding: 0 24px;
    overflow: visible;
    font-family: "NotoSans-Regular";
}

.login-form button[disabled] {
  outline: none;
  cursor: default;
  opacity: 0.6;
  -webkit-filter: grayscale(0.1);
  filter: grayscale(0.1);
  pointer-events: none;
  box-shadow: none;
  color: #202124;
  background-color: #ededed;
  background-image: none;
  border: none;
  overflow: visible;
}
/* END storybook styles */

.page-termsofuse {
  display: flex;
  flex-direction: column;
}

.page-termsofuse-background {
  background-color: black;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page-termsofuse-logo {
  text-align: center;
}

.page-termsofuse-logo img {
  height: 100px;
}

.page-termsofuse-main {
  background-color: white;
  margin-top: 50px;
  z-index: 100;
}

.termsofuse-header, .termsofuse-actions {
  text-align: center;
  padding: 10px;
}

.termsofuse-main {
  padding: 10px 50px;
}

.idsrv-btn {
  margin-bottom: 8px;
  font-size: 12px;
  color: #ffffff;
  background-color: #007dba;
  background-image: none;
  border-radius: 0;
  border: none;
  outline: 0;
  line-height: 33px;
  min-height: 33px;
  padding: 0 24px;
  overflow: visible;
  font-family: "NotoSans-Regular";
}

.idsrv-btn[disabled] {
  outline: none;
  cursor: default;
  opacity: 0.6;
  -webkit-filter: grayscale(0.1);
  filter: grayscale(0.1);
  pointer-events: none;
  box-shadow: none;
  color: #202124;
  background-color: #ededed;
  background-image: none;
  border: none;
  overflow: visible;
}

.idsrv-secondary-btn {
  margin-bottom: 8px;
  font-size: 12px;
  color: #202124;
  background-color: #d4d4d4;
  background-image: none;
  border-radius: 0;
  border: none;
  outline: 0;
  line-height: 33px;
  min-height: 33px;
  padding: 0 24px;
  overflow: visible;
  font-family: "NotoSans-Regular";
}

.idsrv-secondary-btn:hover {
  margin-bottom: 8px;
  font-size: 12px;
  color: #202124;
  background-color: rgba(169, 172, 179, 0.7);
  background-image: none;
  border-radius: 0;
  border: none;
  outline: 0;
  line-height: 33px;
  min-height: 33px;
  padding: 0 24px;
  overflow: visible;
  font-family: "NotoSans-Regular";
}

.idsrv-btn:focus, .idsrv-secondary-btn:focus {
  outline: 0;
}

.idsrv-btn:active {
  background-color: #2891c5;
  border:none;
}

.idsrv-secondary-btn:active {
  background-color: #a9abb0;
  border:none;
}

.idsrv-secondary-btn[disabled] {
  outline: none;
  cursor: default;
  opacity: 0.6;
  background-color: #ededed;
  -webkit-filter: grayscale(0.1);
  filter: grayscale(0.1);
  pointer-events: none;
  box-shadow: none;
  color: #202124;
  background-image: none;
  border: none;
  overflow: visible;
}

.content-page {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.content-page .page-header {
  background-color: black;
  padding-left: 19px;
  display: flex;
  align-items: center;
  min-height: 48px;
  width: 100%;
}

.content-page .logo {
  z-index: 1;
  position: relative;
  width: 88px;
  height: 16px;
}

.content-page .page-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  height: 100%;
}

.content-page .legal-text {
    padding: 0px 20px 20px 20px;
}

.content-page .page-body .label {
  font-family: NotoSans-Regular,Muli,"Helvetica Neue",Arial,sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
}

.content-page .page-body .message{
  font-family: NotoSans-Regular,Muli,"Helvetica Neue",Arial,sans-serif;
  color: rgb(125, 127, 130);
  font-size: 10px;
}



.support-content-page {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 100%;
  background-color: #f5f5f5;
}

.support-content-page .page-header {
  background-color: black;
  padding-left: 19px;
  display: flex;
  align-items: center;
  min-height: 48px;
}

.support-content-page .logo {
  z-index: 1;
  position: relative;
  width: 88px;
  height: 16px;
}

.support-content-page .page-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.support-content-page .page-body .label {
  font-family: NotoSans-Regular,Muli,"Helvetica Neue",Arial,sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
}

.support-content-page .page-body .message {
  font-family: NotoSans-Regular,Muli,"Helvetica Neue",Arial,sans-serif;
  color: rgb(125, 127, 130);
  font-size: 10px;
}

.support-content-page input, .support-content-page textarea {
    border-radius: 0;
}

.support-content-page .input-validation-error {
    border-color: red;
}

.support-content-page .text-danger {
    font-size: 10px;
    margin-top: 4px;
}

.ror-logo {
    color: white;
    font-weight: bold;
    font-size: 3.2em;
    display: inline-block;
    vertical-align: middle;
    line-height: 2.3;
}



.maintenance-offset {
    background-color: black;
    width: 100%;
    height: 44px;
}

.maintenance-container {
    position: absolute;
    z-index: 100;
    color: #fff;
    width: 100%;
    height: 44px;
    padding-left: 42px;
}

.maintenance-warning {
    background-color: rgb(243, 152, 64);
}

.maintenance-alert {
    background-color: #ec5352;
}

.maintenance-tou-logo {
    margin-top: 44px;
}

.maintenance-line {
    margin-top: 10px;
    margin-right: 40px;
    white-space: nowrap;
    overflow: hidden;

    text-overflow: ellipsis;
}

.maintenance-text {
    font-family: NotoSans-Regular,Muli,"Helvetica Neue",Arial,sans-serif;
    font-size: 14px;

    padding-left: 14px;
}

.maintenance-header {
    font-weight: bold;
    font-size: 14px;
    font-family: NotoSans-Regular,Muli,"Helvetica Neue",Arial,sans-serif;

    padding-left: 14px;
}

.maintenance-icon {
    margin-bottom: 3px;
}

.hide {
    display: none;
    visibility: hidden;
}

.container {
    display: flex;
    background: rgb(255, 255, 255);
    border-radius: 0px;
    flex-wrap: wrap;
}

.item {
    display: flex;
    width: 100%;
    justify-content: center;
    font-family: NotoSans-Regular;
}

.redirectBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 6rem;
    height: 3rem;
    background: rgb(237, 237, 237);
    border-radius: 0px;
    margin-right: 32px;
    text-decoration: none;
}

.redirectBtn:link {
    text-decoration: none;
}

.redirectBtn:visited {
    text-decoration: none;
}

.redirectBtn:hover {
    text-decoration: none;
}

.redirectBtn:active {
    text-decoration: none;
}

.redirectBtnTxt {
    width: 76px;
    height: 17px;
    color: rgb(121, 122, 124);
    font-size: 12px;
    font-family: NotoSans-Regular;
    text-align: center;
    letter-spacing: 0px;
}

.assistanceBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 9rem;
    height: 3rem;
    background: rgb(0, 125, 186);
    border-radius: 0px;
    text-decoration: none;
}

.assistanceBtn:link {
    text-decoration: none;
}

.assistanceBtn:visited {
    text-decoration: none;
}

.assistanceBtn:hover {
    text-decoration: none;
}

.assistanceBtn:active {
    text-decoration: none;
}

.assistanceBtnTxt {
    padding-left: 8px;
    height: 17px;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-family: NotoSans-Regular;
    letter-spacing: 0px;
}

.login-buttons-div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 4rem;
}

#countdown {
    color: rgb(0, 125, 186);
    margin: 0 5px 5px;
}

.little-space-above {
    margin-top: 5px;
}

.medium-space-above {
    margin-top: 10px;
}

.large-space-above {
    padding-top: 27px;
}

.retryLoginBtnTxt {
    padding-left: 24px;
    padding-right: 24px;
    height: 17px;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-family: NotoSans-Regular;
    letter-spacing: 0px;
}

.error-header {
    font-family: NotoSans-Regular,Muli,"Helvetica Neue",Arial,sans-serif;
    font-size: 24px;
    margin-bottom: 7px;
    margin-top: 4px;
}

.warning-icon {
    opacity: 0.6;
    width: 25px;
}

.error-text {
    font-family: NotoSans-Regular,Muli,"Helvetica Neue",Arial,sans-serif;
    color: rgb(125, 127, 130);
    font-size: 16px;
}

.error-text-bold {
    font-weight: bold;
    font-family: NotoSans-Regular,Muli,"Helvetica Neue",Arial,sans-serif;
    color: rgb(125, 127, 130);
    font-size: 18px;
    margin-bottom: 9px;
}

 .del-loader-splash {
        position: relative;
        margin: auto 1rem;
        width: 25px;
        height: 25px;
    }

    .del-loader-splash {
        transform: scale3d(0.5, 0.5, 0.5);
    }

    .del-loader-splash:before {
        position: absolute;
        content: '';
        background-image: url("/img/spinner.svg");
        height: 40px;
        width: 40px;
        left: -8px;
        top: -8px;
        border: none;
        display: block;
        -webkit-animation: del-loader-anim-index 1.5s 0s ease-in-out infinite;
        -moz-animation: del-loader-anim-index 1.5s 0s ease-in-out infinite;
        -o-animation: del-loader-anim-index 1.5s 0s ease-in-out infinite;
        animation: del-loader-anim-index 1.5s 0s ease-in-out infinite;
    }

    .del-loader-splash:after {
        content: '';
        position: absolute;
        height: 12px;
        width: 12px;
        border: none;
        border-radius: 12px;
        display: block;
        left: 6px;
        top: 6px;
        background-color: #92c03d;
        -webkit-animation: del-loader-anim-index-dot 1.5s 0s ease-in-out infinite;
        -moz-animation: del-loader-anim-index-dot 1.5s 0s ease-in-out infinite;
        -o-animation: del-loader-anim-index-dot 1.5s 0s ease-in-out infinite;
        animation: del-loader-anim-index-dot 1.5s 0s ease-in-out infinite;
    }

    @keyframes del-loader-anim-index {
        0% {
            transform: rotate(0deg) scale(0);
            opacity: 0.5;
        }

        50% {
            transform: rotate(180deg) scale(1);
            opacity: 1;
        }

        100% {
            transform: rotate(360deg) scale(0);
            opacity: 0.2;
        }
    }

    @keyframes del-loader-anim-index-dot {
        0% {
            opacity: 1;
        }

        50% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

.user-selection-form {
    margin: 10px 130px;
}

.user-selection-btn {
    display: flex;

    background: none;
    border: none;
    margin: 12px 0;
    padding: 0;
    cursor: pointer;

    height: 40px;
    color: rgb(32, 33, 36);
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0px;

    text-align: left;
}

.user-icon {
    height: 40px;
    width: 40px;
    flex-basis: 40px;
    flex-shrink: 0;
    flex-grow: 0;
}

.hidden {
    visibility: hidden;
}

.user-selection-welcome {
    margin: 8px 0;
    height: 27px;
    color: rgb(32, 33, 36);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0px;
}

.user-selection-email {
    margin: 10px 0;
    height: 22px;
    color: rgb(32, 33, 36);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0px;
}

.user-selection-choose-profile {
    margin: 4px 0;
    height: 19px;
    color: rgb(32, 33, 36);
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0px;
}

.user-selection-experience {
    margin: 15px 0;
    height: 51px;
    color: rgb(109, 110, 111);
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0px;
}

.user-selection-buttons {
    display: flex;
    flex-direction: column;
}

.user-selection-user-description {
    margin: 0px;
    height: 22px;
    color: rgb(32, 33, 36);
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0px;
}

.user-selection-button-text {
    display: flex;
    align-items: center;
    height: 40px;
    margin: 0 10px;
}

.mandatory {
    color: #ae1a1a;
    font-weight: bold;
    font-size: 10px;
    margin-bottom: 10px;
}

.support-form {
    width: 75%;
    min-width: 400px;
    margin-bottom: 50px;
    margin-top: 20px;
    color: rgb(109, 110, 111);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.8px;
}

.form-control::placeholder {
    color: rgb(60, 63, 69);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
}

