@import url("https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.css");

@charset "UTF-8";
body {
  margin: 0;
  height: 100%;
  overflow: hidden;
  width: 100% !important;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

.backLeft {
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
  background: #003E83;
}

#back {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -999;
}

.canvas-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

#slideBox {
  width: 50%;
  max-height: 100%;
  height: 100%;
  overflow: hidden;
  margin-left: 50%;
  position: absolute;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.topLayer {
  width: 200%;
  height: 100%;
  position: relative;
  left: 0;
  left: -100%;
}

label {
  font-size: 0.8em;
}

input {
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
  padding: 8px 1px;
  margin-top: 0.1em;
}

.right {
  width: 50%;
  height: 100%;
  overflow: scroll;
  background: #f9f9f9;
  right: 0;
  position: absolute;
}
.right input:focus, .right input:active {
  border-color: #673AB7;
}
.right input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #f9f9f9 inset;
  -webkit-text-fill-color: #212121;
}

.header,
.footer {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 14px;
  justify-content: space-between;
  margin: 15px auto;
  position: relative;
  width: 90%;
}
.header p a {
  color: #000;
  text-decoration: none;
}
.header p a:hover {
  color: #003E83;
}

.language {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><title>icon-language</title><defs><path d="M0,0 L1920,0 L1920,1080 L0,1080 L0,0 Z" id="path-1"></path><path d="M0,0 L32,0 L32,32 L0,32 L0,0 Z" id="path-2"></path></defs><g id="Subscription" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="Step-01" transform="translate(-1848, -30)" xlink:href="%23path-1"><use fill="none" xlink:href="%23path-1"></use><g id="icon-language" transform="translate(1848, 30)" xlink:href="%23path-2" stroke-width="1"><g id="Group"><rect id="Rectangle" x="0" y="0" width="32" height="32" rx="8"></rect><g transform="translate(2.6667, 2.6667)" id="languages" stroke="%23000000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><g transform="translate(0.84, 0.0667)"><g transform="translate(0.4933, -0.0667)"><path d="M2.11111111,5.27777778 L16.8888889,5.27777778 M9.5,2.11111111 L9.5,5.27777778 M13.7222222,5.27777778 C12.3148148,10.9074074 9.14814815,14.7777778 4.22222222,16.8888889 M6.33333333,9.5 C7.74074074,12.3148148 9.85185185,14.4259259 12.6666667,15.8333333 M13.7222222,23.2222222 L19,11.6111111 L24.2777778,23.2222222 M22.8,20.0555556 L15.2,20.0555556" id="Shape"></path></g></g></g></g></g></g></g></svg>');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 24px;
  display: block;
  height: 32px;
  min-width: 72px;
  padding-left: 30px;
}
.language a {
  display: inline-block;
  padding: 5px;
  text-decoration: none;
}
.language .active {
  background-color: #003E83;
  border-radius: 5px;
  color: #fff;
}

.logo {
    background: url('../images/xencheck-logo.png');
    color: #fff;
    display: inline-block;
    height: 73px;
    left: 50px;
    position: relative;
    text-align: center;
    top: 50px;
    width: 282px;
}

.logo span {
  top: 60px;
  display: block;
  font-size: 14px;
  opacity: 0.5;
  position: absolute;
  width: 100%;
}


.content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 85%;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.content h2 {
  color: #003E83;
  font-weight: 700;
  font-size: 2.6em;
  margin: 0.2em 0 0.1em;
  text-align: center;
}
.content h2 span {
  display: block;
  font-weight: 300;
}

.form-element {
  margin: 1.6em 0;
}
.form-element.form-submit {
  margin: 1.6em 0 0;
}

.form-stack {
  display: flex;
  flex-direction: column;
}

.checkbox {
  -webkit-appearance: none;
  outline: none;
  background-color: #e3e3e3;
  border: 1px solid #e3e3e3;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 12px;
  border-radius: 4px;
  display: inline-block;
  position: relative;
}

.checkbox:focus, .checkbox:checked:focus,
.checkbox:active, .checkbox:checked:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.checkbox:checked {
  outline: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
}

.checkbox:checked:after {
  outline: none;
  content: "✓";
  font-size: 1.4em;
  font-weight: 900;
  position: absolute;
  top: -4px;
  left: 4px;
}

.form-checkbox {
  display: flex;
  align-items: center;
}
.form-checkbox label {
  margin: 0 6px 0;
  font-size: 0.72em;
}

button {
  border-radius: 13px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
  border: 0;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
  line-height: 1em;
  letter-spacing: 0.6px;
  margin: 0 10px 0 0;
  outline: 0;
  padding: 0.8em 1.2em;
  transition: all 0.25s;
  width: auto;
}
button.login {
  background: #673AB7;
}
button.off {
  background: none;
  box-shadow: none;
  margin: 0;
}
button.off.login {
  color: #673AB7;
}

button:focus, button:active, button:hover {
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}
button:focus.login, button:active.login, button:hover.login {
  background: #512DA8;
}
button:focus.off, button:active.off, button:hover.off {
  box-shadow: none;
}
button:focus.off.login, button:active.off.login, button:hover.off.login {
  color: #512DA8;
  background: #e3e3e3;
}

.footer ul {
  list-style: none;
}
.footer ul li {
  display: inline-block;
  margin-right: 15px;
}
.footer ul li a {
  color: #000;
  text-decoration: none;
}
.footer ul li a:hover {
  color: #003E83;
}

.selectbox {
  position:relative;
}

.selectbox select {
  /* remove the original arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.selectbox .fa {
  position: absolute;
  pointer-events: none;
  top: 47px;
  right: 20px;
}

.wizard-inner {
  display: none;
}

button:focus{
  outline: none;
}
.page-ath-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
}
.page-ath-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 40px;
  width: 100%;
}
.page-ath-heading {
  color: #231f20;
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 40px;
}

.page-ath-form,
.page-ath-header,
.page-ath-footer,
.page-ath-text {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.page-ath-form {
  padding-bottom: 100px;
}
.page-ath-header {
  opacity: 0;
  visibility: hidden;
}
.page-ath-footer {
  font-family: 'Roboto', sans-serif;
  padding-top: 40px;
}
.page-ath-footer p{
  font-size: 15px;
}
.page-ath-footer p a {
  color: #000;
  display: inline-block;
  font-weight: 600;
  margin-left: 3px;
  text-decoration: underline;
}

.page-ath-footer p a:hover {
  color: #5161ce;
}

.page-content {
  margin-left: 260px;
  transition: all .5s;
  padding: 15px;
}
.page-content.page-active {
    margin-left: 0px;
}

.add-new-brand {
  border: 1px dashed #003E83;
  border-radius: 13px;
  display: block;
  margin-bottom: 20px;
  margin-right: 15px;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
}

.custom-control {
  margin-bottom: 20px;
}

.form-group {
  width: 48%;
}
.form-group-container {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  gap: 15px;
  justify-content: flex-start;
}


/*---------signup-step-------------*/
.register-form-content{
    justify-content: center;
}
.register-form-content .page-ath-form {
    padding-bottom: 0px;
}
.register-form-content .form-align-box,
.register-form-content .page-ath-form,
.register-form-content .wizard,
.register-form-content .register-wizard-box,
.register-form-content .tab-content,
.register-form-content .wizard .tab-pane {
    height: 100%;
}
.register-form-content .page-ath-header {
    display: none;
}
.register-wizard-box .tab-pane h4 {
  color: #8e8c8c;
  font-size: 14px;
}
.register-wizard-box .tab-pane h3 {
  font-size: 20px;
  font-weight: 700;
}

.wizard {
  position: relative;
}
.wizard .nav-tabs {
  border-bottom-color: transparent;
  margin-bottom: 0;
  position: relative;
}
.wizard .tab-content>.active {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wizard .tab-pane {
  padding-top: 20px;
  position: relative;
}
.step-btn i {
  display: inline-block;
  font-size: 15px;
  height: 16px;
  text-align: center;
  width: 16px;
}
.step-btn span {
  font-weight: 700;
  font-size: 16px;
}
.wizard h3 {
  margin-top: 0;
}
.prev-step,
.next-step {
  border: none;
  margin-top: 15px;
  padding: 15px 30px;
}
.prev-step span {
  margin-left: 10px;
}
.next-step {
  background-color: #003E83;
}
.next-step span {
  color: #fff;
}
.next-step:hover {
  background-color: #007bff;
}
.prev-step {
  background: none;
  box-shadow: none;
  color: #003E83;
}
.prev-step:hover {
  box-shadow: none;
  color: #007bff;
}

.hidden {
  display: none !important;
}

.form-input-steps .custom-control.custom-checkbox label {
  font-size: 15px;
}

.form-input-steps .custom-control.custom-checkbox label a {
  display: inline-block;
  margin-left: 3px;
  color: #000;
  font-weight: 600;
  text-decoration: underline;
    
}
.form-input-steps .custom-control.custom-checkbox label a:hover {
  color: #5161ce;
}

.form-control {    
  border-color: #e4e4e4;
  border-radius: 13px;
  color: #333;
  font-weight: 400;
  height: auto;
  padding: 12px 16px;
}
.list-inline>li {
  display: inline-block;
}

.form-heading-area {
  left: 80px;
  position: absolute;
  top: -65px;
}
.round-progress {
  display: inline-block;
  height: 60px;
  position: relative;
  width: 60px;
}
.round-progress canvas{
  transform: rotate(90deg);
}
.round-progress .round-progress-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: #212121;
  font-weight: 600;
  width: 100%;
  text-align: center;
}




.brands-container {
  overflow: hidden;
}
.brands-container .slider {
  animation: slidein 30s linear infinite;
  white-space: nowrap;
}
.brands-container .slider .logos {
  width: 100%;
  display: inline-block;
  margin: 0 50px;
}
.brands-container .slider .logos img {
  margin: 0 50px;
  width: calc(100% / 6);
  animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
}

@keyframes slidein {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}





@media only screen and (max-width: 768px) {
  #slideBox {
    width: 100%;
    margin-left: 0;
    top: 15%;
  }
  .backLeft {
    width: 100%;
  }
  .login-info {
    display: none;
  }
  #back {
    height: 15%;
  }
  .logo {
    height: 60px;
    left: 50%;
    top: 30px;
    right: 50%;
    transform: translate(-50%, -50%);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
  }
  .logo span {
      top: 45px;
  }
  .brands-container {
    position: relative;
    top: -30px;
  }
  .brands-container .slider .logos {
    margin: 0 20px;
    width: 60%;
  }
  .language {
    position: relative;
    top: -30px;
  }
  .header p a {
    display: block;
  }
  .content {
    min-height: auto;
  }
  .content h2 {
    font-size: 1.6em;
  }
  .page-ath-content {
    padding: 30px 0px;
  }
  .form-group-container {
    display: block;
  }
  .form-group {
    width: 100%;
  }
  .footer {
    display: block;
    min-height: 200px;
    text-align: center;
  }
  .footer ul {
    padding: 0;
  }
  .footer ul li {
    margin-bottom: 15px;
  }
}

.loading-state {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 10px solid #f0f0f0;
    border-top-color: #4f4f4f;
    animation: loading 1s linear infinite;
}