::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #231f20;
}
::selection {
  color: #fff !important;
  background: #2949CE !important;
}
body {
  transition: background-color 0.3s ease;
}
.login-pf-page {
  padding-top: 60px;
}
.login-pf-page,
.login-pf-header {
  line-height: 1.2;
  z-index: 5;
}
.login-pf body {
  background: #FBF9FC;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Mulish', Helvetica, Arial, sans-serif !important;
}
h4 {
  font-size: 20px !important;
}
h1 {
  margin: 10px 0 !important;
}
.login-pf-page .login-pf-header {
  margin: 0px !important;
}
.alert-error,
.alert-info,
.alert-success,
.alert-warning {
  text-align: center !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
  background: none !important;
  border: none !important;
  font-family: 'Mulish', Helvetica, Arial, sans-serif !important;
  padding: 0px !important;
  margin-bottom: 20px !important;
}
.alert-warning {
  color: #CEAE29 !important;
}
.alert-error {
  color: #FA0606 !important;
}
.alert-success {
  color: #0ABE3A !important;
}
.alert-info {
  color: #2949CE !important;
  margin-bottom: 10px !important;
}
/* alert boxes */
.has-error .form-control {
  border-bottom: 2px solid #e91e638c !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.pficon-error-circle-o:before {
  color: #f1f2f2;
  content: "\e926";
}
.pficon-ok:before {
  color: #f1f2f2;
  /* content: "\f00c"; */
}
.alert .pficon-info {
  color: #f1f2f2;
}
.pficon-warning-triangle-o:before {
  color: #f1f2f2;
  content: "\e913";
}
.alert p {
  color: #fff;
}
.instruction {
  color: #666666 !important;
  font-family: 'Mulish', Helvetica, Arial, sans-serif !important;
  text-align: center;
}
a {
  font-weight: 600 !important;
  text-decoration:underline;
}
.verify-email-header {
  color: #061826;
  text-align: center;
  font-family: 'Mulish', Helvetica, Arial, sans-serif !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 150% */
  margin: 40px 0;
}
.verify-email-header div {
  margin-bottom: 40px;
}
.verify-email-instruction {
  margin-bottom: 40px;
}
.verify-email-instruction strong {
  color: #061826;
  font-family: 'Mulish', Helvetica, Arial, sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.verify-email-footer {
  margin-top: 180px;
  display: flex;
  flex-direction: column;
  line-height: 24px;
  gap: 12px;
}
.verify-email-footer a.resend-verification-email {
  color: #2949CE !important;
  font-family: 'Mulish', Helvetica, Arial, sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  margin: 0 auto;
  gap: 8px;
}
.instruction .resend-verification-email img {
  width: 16px;
  height: 16px;
}
.text-align-center {
  text-align: center;
}
#kc-locale {
  margin-top: 2rem;
  max-width: 200px;
}
.login-pf .container {
  padding-top: 40px;
}
.login-pf a:hover {
  color: #0099d3;
}
#kc-logo {
  width: 100%;
}
#kc-logo-wrapper {
  background-image: url(../img/keycloak-logo-2.png);
  background-repeat: no-repeat;
  height: 63px;
  width: 300px;
  margin: 62px auto 0;
}
div.kc-logo-text {
  display: none;
  background-image: url(../img/keycloak-logo-text.png);
  background-repeat: no-repeat;
  height: 63px;
  width: 300px;
  margin: 0 auto;
}
div.kc-logo-text span {
  display: none;
}
.login-pf-page .login-pf-settings {
  align-items: center;
}
#kc-header {
  color: #ededed;
  overflow: visible;
  white-space: nowrap;
  margin-bottom: 20px;
}
.mdl-switch {
  display: flex !important;
  align-items: center;
}
#kc-header-wrapper {
  font-size: 0px;
  background: url(../img/Trustap-logo.svg) no-repeat center top;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.2em;
  display: block;
  width: auto;
  height: 55px;
  text-decoration: none;
}
#kc-header-wrapper.custom-client {
  margin: 0;
  padding: 100px 10px 0 0;
}
#kc-header-wrapper.trustap-logo {
  background-position: center top;
  background-size: auto;
  padding: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#kc-header-wrapper.trustap-logo.has-client {
  background-position: right;
}
#kc-form-wrapper {
  margin-top: 0px;
}
#kc-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#trustap-wait img {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 150px;
  height: 150px;
  animation: spin 1.5s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#trustap-wait h4 {
  color: #414042 !important;
  text-align: center !important;
  font-family: Mulish !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 30px !important;
  margin-bottom: 0px !important;
  margin-top: 20px !important;
}
#trustap-wait,
#trustap-redirect-link,
#kc-registration {
  text-align: center;
}
#trustap-redirect-link a {
  color: #2949CE !important;
  text-align: center !important;
  font-family: Mulish !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: normal !important;
  text-decoration-line: underline !important;
}
@media only screen and (min-width: 768px) {
  .social-sec {
    padding: 0px !important;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 360px) and (max-width:768px) {
  .social-sec {
    padding: 0px !important;
    margin-top: 20px;
  }
}
#kc-content {
  width: 100%;
}
/* #kc-content-wrapper {
    overflow-y: hidden;
} */
@media only screen and (max-width: 320px) {
}
#kc-info-wrapper {
  font-size: 13px;
}
#kc-form-options {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
#kc-form-options span {
  display: block;
}
.mdl-switch__ripple-container .mdl-ripple {
  background: #2949CE !important;
}
.mdl-switch.is-checked .mdl-switch__thumb {
  background: #2949CE !important;
}
#kc-form-options .checkbox {
  margin-top: 0;
  color: #72767b;
}
#kc-form-buttons {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.checkbox.tos.advanced label {
  height: 48px;
}
#kc-terms-text {
  margin-bottom: 20px;
}
#trustap-wait,
#trustap-redirect-link,
#kc-registration {
  margin-bottom: 15px;
}
@media screen and (max-width: 350px) {
  .checkbox.tos.advanced label {
    height: 72px;
  }
  .checkbox.tos label {
    height: 48px;
  }
}
/* TOTP */
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-connected-with-trustap-container {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 48px;
}
.content-area.not-custom-client {
  max-width: 540px;
  margin: 0 auto;
}
#kc-oauth h3 {
  margin-top: 0;
}
.kc-client-scopes-collapsible-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.kc-client-scopes-collapsible-button {
  cursor: pointer;
  height: 16px;
  font-size: 12px;
  line-height: 1;
  color: #414042;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}
.kc-client-scopes-collapsible-button::after {
  font-family: 'Material Icons';
  content: "expand_more";
  position: relative;
  left: 8px;
  top: 48%;
  font-size: 22px;
  line-height: 0;
  transform: rotate(-180deg);
  display: inline-block;
  transition: transform 100ms ease-out;
}
.col-md-12 {
  padding-left: 0px;
  padding-right: 0px;
}
.kc-client-scopes-collapsible-button.active::after {
  font-family: 'Material Icons';
  content: "expand_more";
  position: relative;
  left: 6px;
  transform: rotate(0deg);
}
#grants-main.kc-grants-main-collapsible .kc-client-scopes-collapsible.collapsed {
  width: 100%;
  opacity: 0;
  overflow: hidden;
  margin: 0;
  max-height: 0;
}
#grants-main ul.kc-client-scopes-collapsible {
  opacity: 1;
  transition: opacity 100ms cubic-bezier(0.4, 0, 0.2, 1), max-height 100ms cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  max-height: 200px;
  padding-right: 24px;
  scrollbar-color: #BBBBBB #FFFFFF;
  scrollbar-width: thin;
}
#grants-main ul.kc-client-scopes-collapsible::-webkit-scrollbar {
  width: 12px;
  height: 200px;
  background: #FFFFFF 0 0 no-repeat padding-box;
  border-radius: 8px;
  opacity: 1;
}
#grants-main ul.kc-client-scopes-collapsible::-webkit-scrollbar-thumb {
  background: #BBBBBB 0 0 no-repeat padding-box;
  border-radius: 8px;
  opacity: 1;
  width: 6px;
  border: 3px solid transparent;
  background-clip: content-box;
}
#grants-main ul.kc-client-scopes-collapsible li {
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  line-height: 1;
}
#grants-main ul.kc-client-scopes-collapsible li i {
  margin-right: 12px;
  vertical-align: text-bottom;
  color: #2949CE;
}
#grants-main ul.kc-client-scopes-collapsible li:first-child {
  padding-top: 0;
}
#grants-main ul.kc-client-scopes-collapsible li:last-child {
  padding-bottom: 0;
}
#grants-main ul.kc-client-scopes-collapsible li span {
  font-size: 12px;
  line-height: 19px;
}
#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%;
}
#backToLogin {
  color: #414042 !important;
  text-align: center !important;
  font-family: Mulish !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  text-decoration: none !important;
}
/* Code */
#kc-code textarea {
  width: 100%;
  height: 8em;
}
/* Social */
.socialTitle {
  text-align: center;
  font-family: Mulish;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #414042;
  margin: 0 !important;
}
#kc-social-providers {
  margin-top: 20px !important;
}
#kc-social-providers ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#kc-social-providers li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#kc-social-providers li:first-of-type {
  margin-top: 0;
}
.zocial,
a.zocial {
  width: 100%;
  font-weight: normal;
  font-size: 14px;
  text-shadow: none;
  border: 0;
  background: #f5f5f5;
  color: #72767b;
  border-radius: 0;
  white-space: normal;
  /* filter: grayscale(1);
  -webkit-filter: grayscale(1); */
}
.zocial:before {
  border-right: 0;
  margin-right: 0;
}
.zocial span:before {
  padding: 7px 10px;
  font-size: 14px;
}
/* .zocial:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
} */
#zocial-google {
  display: flex;
  padding: 0px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid #747775;
  background: #FFF;
  position: relative;
  width: 100%;
}
.zocial.google:before {
  content: "";
  display: inline-block;
  background: url("../img/google.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  width: 16px;
  height: 17px;
}
.zocial.google:after {
  content: "Continue with Google";
  display: inline-block;
  position: relative;
  color: #1F1F1F;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.zocial.facebook,
.zocial.github,
.zocial.google,
.zocial.microsoft,
.zocial.stackoverflow,
.zocial.linkedin,
.zocial.twitter {
  background-image: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.zocial:hover {
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  /* box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.3); */
}
.zocial.google {}
.zocial.facebook::before {
  position: relative;
  left: -4px !important;
}
.zocial.facebook:hover {
  background-color: #3b5998 !important;
}
.zocial.twitter:hover {
  background-color: rgb(56, 161, 243) !important;
}
.zocial.google:hover {
  /* background-color: #4285f4 !important; */
}
.zocial:before {
  float: left;
  font: 150%/2 zocial;
  font-style: normal;
  font-weight: normal;
  /* margin: 0 0.5em 0 0; */
  padding: 0 0.5em;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  width: 50px;
  height: 50px;
  color: #fff;
}
/* Copy of zocial windows classes to be used for microsoft's social provider button */
.zocial.microsoft:before {
  content: "\f15d";
}
.zocial.stackoverflow:before {
  color: inherit;
}
.go-back {
  position: absolute;
  left: 40px;
  top: 40px;
}
@media (min-width: 768px) {
  #kc-container-wrapper {
    position: absolute;
    width: 100%;
  }
  .login-pf .container {
    padding-right: 80px;
  }
}
@media (max-width: 767px) {
  #kc-header {
    padding-left: 15px;
    padding-right: 15px;
    float: none;
    text-align: left;
  }
  #kc-header-wrapper {
    font-size: 16px;
    font-weight: bold;
    padding: 20px 60px 0 0;
    color: #72767b;
    letter-spacing: 0;
    font-size: 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);
    /* margin-top: 15px;
        padding-top: 15px; */
    padding-left: 0px;
    padding-right: 15px;
  }
  #kc-social-providers li {
    margin-right: 5px;
  }
  .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;
  }
  .login-pf-page {
    padding-top: 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;
}
#kc-form-buttons {
  margin-top: 40px;
}
#loginForgotPassword {
  color: #414042;
  text-align: center;
  font-family: Mulish;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}
.checkbox {
  margin-bottom: 0px !important;
}
.login-pf-page .login-pf-brand {
  margin-top: 20px;
  max-width: 360px;
  width: 40%;
}
.card-pf {
  background: transparent;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 620px;
  border-top: 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
/*tablet*/
@media screen and (min-width:640px) and (max-width: 840px) {
  .login-pf-page .card-pf {
    padding: 20px 20px 30px 20px;
  }
}
@media (max-width:620px) {
  .login-pf-page .card-pf {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }
  .card-pf.login-pf-accounts {
    max-width: none;
  }
  .go-back {
    top: 20px;
    left: 20px;
  }
}
.login-pf-page .login-pf-signup {
  font-size: 15px;
  color: #666666;
  font-family: 'Mulish', Helvetica, Arial, sans-serif !important;
}
#kc-content-wrapper .row {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .login-pf-page .login-pf-social-section:first-of-type {
    padding-right: 39px;
    border-right: 1px solid #d1d1d1;
    margin-right: -1px;
  }
  .login-pf-page .login-pf-social-section:last-of-type {
    padding-left: 40px;
  }
  .login-pf-page .login-pf-social-section .login-pf-social-link:last-of-type {
    margin-bottom: 0;
  }
}
.login-pf-page .login-pf-social-link {
  min-width: 100px;
  margin-bottom: 20px !important;
}
.login-pf-page .login-pf-social-link a {
  padding: 2px 0;
}
.login-pf-page.login-pf-page-accounts {
  margin-left: auto;
  margin-right: auto;
}
.login-pf-page .btn-primary {
  margin-top: 0;
}
h1 {
  font-family: 'Mulish', Helvetica, Arial, sans-serif !important;
  color: #939598;
  font-size: 25px !important;
}
.darkgreyText {
  color: #231f20;
  font-weight: 600;
}
.form-control {
  border: none;
  border-bottom: 4px solid #feab02;
  background-color: transparent;
  color: #fff;
  font-size: 15px;
}
.form-control:hover {
  border-color: #da9405;
}
input.form-control::-webkit-input-placeholder {
  color: #fff;
}
input.form-control::-moz-placeholder {
  color: #fff;
}
input.form-control:-ms-input-placeholder {
  color: #fff;
}
input.form-control::-ms-input-placeholder {
  color: #fff;
}
input.form-control::placeholder {
  color: #fff;
}
.input::-webkit-input-placeholder {
  color: #fff !important;
  font-size: 15px;
}
.input::placeholder,
.form-control::-webkit-input-placeholder,
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control:-moz-placeholder {
  color: #fff !important;
  font-size: 15px;
}
.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* material*/
.mdl-textfield__input,
.mdl-textfield {
  color: #414042 !important;
  -webkit-text-fill-color: #414042;
  font-family: 'Mulish', Helvetica, Arial, sans-serif !important;
}
.is-invalid .mdl-textfield__error {
  visibility: visible !important;
  margin-top: -2px;
  -webkit-text-fill-color: #d50000;
}
.mdl-switch .mdl-textfield__error {
  left: 0;
  top: 23px;
}
.mdl-textfield__label {
  text-align: center;
  font-family: Mulish;
  font-size: 16px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal;
  color: #414042;
}
.login-pf-page .card-pf {
  padding-left: 16px;
  padding-right: 16px;
}
.mdl-switch__label {
  color: #414042 !important;
  text-align: center !important;
  font-family: Mulish !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
}
.mdl-textfield--floating-label.is-invalid .mdl-textfield__label {
  font-size: 16px !important;
}
.mdl-textfield__input {
  border-bottom: 2px solid #DFDEE0 !important;
}
.is-focused .mdl-textfield__label {
  color: #2949CE !important;
}
.mdl-textfield__label:after {
  background-color: #2949CE !important;
  /* bottom: 20px !important; */
  bottom: 15px !important;
}
.mdl-textfield {
  width: 100% !important;
  margin-bottom: -10px !important;
}
a,
.checkbox {
  color: #666666 !important;
  font-family: 'Mulish', Helvetica, Arial, sans-serif !important;
}
/* buttons */
.form-group {
  margin-bottom: 0px !important;
}
.form-horizontal .form-group {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
#updateProfile,
#linkAccount {
  margin-top: 20px;
  width: 100%;
}
:focus {
  outline: 0;
}
.form-control:focus {
  border-color: none !important;
  outline: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.firstWordHeading {
  color: #000 !important;
}
/* Primary Button */
#updateProfile,
#linkAccount,
#kc-login,
#recover-butt,
#update-password-butt,
#register-butt,
.btn-lg {
  border-radius: 28px;
  color: #fff;
  border: none;
  text-transform: none;
  padding: 8px 10px;
  background: #00eacb;
  font-family: 'Mulish', Helvetica, Arial, sans-serif !important;
  font-weight: 600 !important;
  line-height: 18px !important;
  background: #2949CE;
  border-radius: 4px;
  height: 50px;
  font-size: 18px;
  /* -webkit-box-shadow: 0px 6px 3px 0px rgba(0, 182, 255, 0.15), 0px 4px 3px 0px rgba(0, 234, 203, 0.15), 0px 2px 3px 0px rgba(0, 182, 255, 0.15) !important;
  box-shadow: 0px 6px 3px 0px rgba(0, 182, 255, 0.15), 0px 4px 3px 0px rgba(0, 234, 203, 0.15), 0px 2px 3px 0px rgba(0, 182, 255, 0.15) !important;
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out; */
}
/* #updateProfile:hover,
#linkAccount:hover,
#kc-login:hover,
#recover-butt:hover,
#update-password-butt:hover,
#register-butt:hover,
.btn-lg:hover {
  background: #2949CE;
  color: #fff;
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  -webkit-box-shadow: 0px 9px 5px 0px rgba(0, 182, 255, 0.3), 0px 4px 3px 0px rgba(0, 234, 203, 0.3), 0px 2px 3px 0px rgba(0, 182, 255, 0.3) !important;
          box-shadow: 0px 9px 5px 0px rgba(0, 182, 255, 0.3), 0px 4px 3px 0px rgba(0, 234, 203, 0.3), 0px 2px 3px 0px rgba(0, 182, 255, 0.3) !important;
} */
#linkAccount:active,
#linkAccount:focus,
#linkAccount:hover,
#kc-login:active,
#kc-login:focus,
#kc-login:hover,
.btn-lg:active,
.btn-lg:focus {
  background: #2949CE !important;
  color: #fff !important;
  border: none !important;
}
/* Button Secondary */
#kc-cancel {
  border-radius: 28px;
  color: #fff;
  border: none;
  text-transform: none;
  padding: 8px 10px;
  background: #949599;
  font-family: 'Mulish', Helvetica, Arial, sans-serif !important;
  font-weight: 600 !important;
  line-height: 18px !important;
  background: -webkit-gradient(linear, right top, left top, from(#949599), to(#949599));
  background: -o-linear-gradient(right, #949599, #949599);
  background: linear-gradient(-90deg, #949599, #949599);
  -webkit-box-shadow: 0px 6px 3px 0px rgba(148, 149, 153, 0.15), 0px 4px 3px 0px rgba(148, 149, 153, 0.15), 0px 2px 3px 0px rgba(148, 149, 153, 0.15) !important;
  box-shadow: 0px 6px 3px 0px rgba(148, 149, 153, 0.15), 0px 4px 3px 0px rgba(148, 149, 153, 0.15), 0px 2px 3px 0px rgba(148, 149, 153, 0.15) !important;
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
#kc-cancel:hover {
  background: -webkit-gradient(linear, right top, left top, from(#949599), to(#949599));
  background: -o-linear-gradient(right, #949599, #949599);
  background: linear-gradient(-90deg, #949599, #949599);
  color: #fff;
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  -webkit-box-shadow: 0px 9px 5px 0px rgba(148, 149, 153, 0.3), 0px 4px 3px 0px rgba(148, 149, 153, 0.3), 0px 2px 3px 0px rgba(148, 149, 153, 0.3) !important;
  box-shadow: 0px 9px 5px 0px rgba(148, 149, 153, 0.3), 0px 4px 3px 0px rgba(148, 149, 153, 0.3), 0px 2px 3px 0px rgba(148, 149, 153, 0.3) !important;
}
#kc-cancel:active,
#kc-cancel:focus {
  background: -webkit-gradient(linear, right top, left top, from(#949599), to(#949599)) !important;
  background: -o-linear-gradient(right, #949599, #949599) !important;
  background: linear-gradient(-90deg, #949599, #949599) !important;
}
/* button tertiary */
.button-tertiary-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 9px;
}
.button-tertiary {
  border: none;
  background: transparent;
  color: #414042;
  text-decoration: underline;
  transition: opacity .3s ease-in-out;
  width: auto;
  text-align: center;
  font-size: 14px;
  color: var(--Neutral-800, #414042);
  text-align: center;
  font-family: Mulish;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
}
.button-tertiary:hover {
  opacity: 0.8;
}
/* label */
.mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
  font-size: 15px !important;
}
.mdl-textfield__input {
  color: #414042 !important;
  font-family: Mulish !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
}
label {
  font-family: Mulish !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  color: #414042 !important;
}
/* checkbox switch */
.mdl-switch .mdl-switch__thumb {
  border: 1px solid #BCBBBD;
}
.mdl-switch .mdl-switch__track {
  background: #ffffff !important;
  border: 1px solid #BCBBBD;
}
.mdl-switch.is-checked .mdl-switch__thumb {
  background: #ffffff !important;
  border: 1px solid #2949CE;
}
.mdl-switch.is-checked .mdl-switch__track {
  background: #2949CE !important;
  border: 1px solid #2949CE;
}
/* select */
.getmdl-select .mdl-menu__container.is-visible,
.getmdl-select .mdl-menu__container.is-visible .mdl-menu__outline,
.getmdl-select .mdl-menu__container .mdl-menu {
  height: 225px !important;
}
.getmdl-select .mdl-menu__container .mdl-menu {
  overflow-x: hidden;
  overflow-y: auto;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: 0;
}
@-webkit-keyframes autofill {
  to {
    color: #fff;
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
/* new errors styling */
.login-pf-page .login-pf-signup a {
  text-decoration: underline;
}
/* screen positioning */
.login-pf-page .login-pf-signup {
  margin: 0px !important;
}
.login-pf-page .login-pf-accounts {
  max-width: 620px !important;
}
/* social media login */
.login-pf-page .login-pf-social {
  margin: 20px 0 0 0 !important;
}
.login-pf-page .login-pf-social-link a {
  font-family: 'Mulish', Helvetica, Arial, sans-serif !important;
  background: #231f20;
  padding: 5px 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.login-pf-social-link span {
  display: none;
}
h5 {
  margin: 15px 0 16px !important;
}
h4.register {
  margin: 0px;
  color: #414042 !important;
  text-align: center !important;
  font-family: Mulish !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
}
.register button {
  color: #05d1b8 !important;
}
.register a {
  color: #2949CE !important;
  font-family: Mulish !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
  text-decoration-line: underline !important;
}
.content-area h3 {
  color: rgba(0, 0, 0, 0.75);
}
#kc-error-message p {
  color: #fff;
  text-align: center;
  font-size: 15px;
}
.registrationSocial {
  /* margin-top: 40px !important; */
}
.loginAfterSocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
#kc-passwd-update-form {
  margin-top: 10px !important;
}
#kc-page-title::first-word {
  color: #000 !important;
}
/* svg */
#scene {
  position: absolute !important;
  width: 90%;
  min-width: 320px;
  height: 100%;
  min-height: 650px;
  z-index: -1 !important;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #circleFirst {
    position: absolute !important;
    width: 30px;
    left: 94% !important;
    top: 7% !important;
  }
  #circleSecond {
    position: absolute !important;
    left: 10% !important;
    top: 76% !important;
  }
  .positionFirst {
    position: absolute !important;
    left: 20% !important;
    top: 13% !important;
  }
  .positionFirstMoved {
    position: absolute !important;
    left: 15% !important;
    top: 15% !important;
  }
  #shapeSecond {
    position: absolute !important;
    left: 92% !important;
    top: 77% !important;
  }
  #shapeThird {
    position: absolute !important;
    left: 9% !important;
    top: 70% !important;
  }
  #shapeFourth {
    position: absolute !important;
    left: 11% !important;
    top: 57% !important;
  }
}

@media screen and (max-width: 768px) {
  #scene {
    display: none !important;
  }
  #circleFirst {
    display: none !important;
    position: absolute !important;
    width: 30px;
    left: 82% !important;
    top: 27% !important;
  }
  #circleSecond {
    display: none !important;
    position: absolute !important;
    left: 27% !important;
    top: 72% !important;
  }
  .positionFirst {
    display: none !important;
    position: absolute !important;
    left: 20% !important;
    top: 13% !important;
  }
  .positionFirstMoved {
    position: absolute !important;
    left: 15% !important;
    top: 15% !important;
  }
  #shapeSecond {
    display: none !important;
    position: absolute !important;
    left: 90% !important;
    top: 91% !important;
  }
  #shapeThird {
    display: none !important;
    position: absolute !important;
    left: 23% !important;
    top: 90% !important;
  }
  #shapeFourth {
    display: none !important;
    position: absolute !important;
    left: 6% !important;
    top: 75% !important;
  }
}
@media screen and (min-width: 1281px) {
  #circleFirst {
    position: absolute !important;
    width: 30px;
    left: 83% !important;
    top: 16% !important;
  }
  #circleSecond {
    position: absolute !important;
    left: 27% !important;
    top: 78% !important;
  }
  .positionFirst {
    position: absolute !important;
    left: 26% !important;
    top: 13% !important;
  }
  .positionFirstMoved {
    position: absolute !important;
    left: 15% !important;
    top: 15% !important;
  }
  #shapeSecond {
    position: absolute !important;
    left: 81% !important;
    top: 86% !important;
  }
  #shapeThird {
    position: absolute !important;
    left: 87% !important;
    top: 63% !important;
  }
  #shapeFourth {
    position: absolute !important;
    left: 25% !important;
    top: 53% !important;
  }
}
/* loader */
.mdl-spinner--single-color .mdl-spinner__layer-1,
.mdl-spinner--single-color .mdl-spinner__layer-2,
.mdl-spinner--single-color .mdl-spinner__layer-3,
.mdl-spinner--single-color .mdl-spinner__layer-4 {
  border-color: #fff !important;
}
:-webkit-autofill {
  font-size: 22px !important;
}
/* add grey to x */
.grayscale {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.underline a {
  text-decoration: underline;
}
/* Login Oauth Grant */
#kc-oauth {
  font-family: 'Mulish', Helvetica, Arial, sans-serif !important;
}
#kc-oauth .btn-full input {
  width: 100%;
  margin-bottom: 4%;
}
#kc-oauth .btn-full.secondary input {
  background: #949599;
}
#kc-oauth .agree-to-share-text p {
  text-align: center;
  font-size: 16px;
  color: #414042;
}
#kc-oauth .agree-to-share-text.client-custom {
  text-align: left;
  margin-top: 4%;
}
#kc-oauth .grant-request-message {
  color: #414042;
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 32px;
}
#kc-oauth .grant-request-message.client-custom {
  font-size: 22px;
  margin-bottom: 4.5%;
  line-height: 24px;
  text-align: left;
}
#kc-oauth li span {
  font-size: 16px;
  color: #414042;
}
#kc-oauth li i {
  color: #00eacb;
  font-size: 19px;
  margin-right: 10px;
}
#kc-oauth .kc-form-buttons {
  margin-top: 32px;
}
#kc-header.custom-oauth-header-container {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 570px;
  padding-top: 5%;
  margin: 0 auto;
}
.custom-oauth-header-container #custom-client-logo,
.custom-oauth-header-container #kc-header-wrapper {
  display: inline-block;
  height: 48px;
}
.custom-oauth-header-container #custom-client-logo img,
.custom-oauth-header-container #kc-header-wrapper img {
  vertical-align: 12px;
}
@media (min-width: 768px) {
  #kc-container-wrapper {
    position: absolute;
    width: 100%;
  }
  .login-pf .container {
    padding-right: 80px;
  }
}

@media (max-width: 767px) {
  .custom-oauth-header-container #custom-client-logo,
  .custom-oauth-header-container #custom-client-logo img,
  .custom-oauth-header-container #kc-header-wrapper {
    height: 28px;
  }
  .login-pf-page .login-pf-header {
    margin: 10% 0 8% !important;
  }
  .grant-access-title {
    font-size: 28px;
  }
  #kc-oauth li span,
  #kc-oauth .agree-to-share-text p {
    font-size: 14px;
  }
}

#kc-register-form .mdl-textfield__label {
  color: #465070;
}

/* Business Type Toggle */
#trustap-toggle-business-type-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#trustap-toggle-business-type-container {
  display: inline-flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 8px;
  background: #ffffff;
  position: relative;
  margin: 0 auto 20px auto;
}
#trustap-toggle-business-type-container input {
  display: none;
}
#trustap-toggle-business-type-label-individual,
#trustap-toggle-business-type-label-company {
  flex: 1;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #465070;
  cursor: pointer;
  transition: color 0.3s ease, font-weight 0.3s ease;
  user-select: none;
  position: relative;
  z-index: 2;
  padding: 8px;
  margin: 0;
}
#trustap-toggle-business-type-individual-radio:checked ~ #trustap-toggle-business-type-label-individual,
#trustap-toggle-business-type-company-radio:checked ~ #trustap-toggle-business-type-label-company {
  color: #ffffff !important;
  font-weight: 700 !important;
}
#trustap-toggle-business-type-slider {
  position: absolute;
  background: #2949ce;
  border-radius: 6px;
  transition: transform 0.3s ease;
  left: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 639px) {
  #trustap-toggle-business-type-container {
    margin: 0 auto 10px auto;
    padding: 8px;
    gap: 12px;
  }
  #trustap-toggle-business-type-label-individual,
  #trustap-toggle-business-type-label-company {
    font-size: 16px !important;
  }
}

/* Autocomplete */
.trustap-autocomplete-container {
  margin-top: 2px;
  margin-bottom: -10px;
  padding: 20px 0;
  position: relative;
  font-family: 'Mulish', Helvetica, Arial, sans-serif !important;
}
.trustap-autocomplete-container label {
  font-size: 16px;
  color: #000;
  position: absolute;
  top: 20px;
  left: 0;
  transition: top 0.2s ease;
}
.autocomplete-border-overlay {
  height: 2px;
  width: 100%;
  position: absolute;
  top: 54px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0px;
  background-color: #2949CE;
  transition: width 0.3s ease;
}
#trustap-autocomplete-input:focus ~ .autocomplete-border-overlay {
  width: 100%;
}
#trustap-autocomplete-input:focus ~ label,
#trustap-autocomplete-input:valid ~ label,
#trustap-dropdown-container.active ~ label {
  top: 0px;
}
#trustap-autocomplete-input {
  width: 100%;
  box-sizing: border-box;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid rgb(222, 224, 224);
  height: 36px;
  color: #414042;
  font-family: Mulish;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#trustap-dropdown-container {
  position: absolute;
  top: 56px;
  visibility: hidden;
  border: 1px solid rgb(222, 224, 224);
  max-height: 0px;
  width: 0;
  box-sizing: border-box;
  overflow: auto;
  background-color: rgb(255, 255, 255);
  z-index: 2;
  transition: all 0.2s ease;
}
#trustap-dropdown-container.active {
  visibility: visible;
  width: 100%;
  max-height: 200px;
}
.trustap-autocomplete-item {
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
  padding: 16px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  min-width: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
#trustap-autocomplete-img,
.trustap-autocomplete-item img {
  height: 16px;
  width: 27px;
  object-fit: cover;
}
#trustap-autocomplete-clear-button {
  display: inline;
  position: absolute;
  top: 25px;
  right: 0;
  background: transparent;
  border: none;
  z-index: 50;
}
#trustap-autocomplete-clear-button img {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
#trustap-autocomplete-img {
  position: absolute;
  top: 30px;
}
.trustap-autocomplete-item span {
  font-size: 16px;
  color: #414042;
  font-family: Mulish;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.trustap-autocomplete-item.active,
.trustap-autocomplete-item:hover {
  background-color: rgb(238, 238, 238);
}
@media screen and (max-width: 960px) {
  .content-area.not-custom-client {
    max-width: 580px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #kc-header.custom-oauth-header-container {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 600px) {
  #kc-connected-with-trustap-container {
    margin-top: 60px;
  }
}
.password-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  border-bottom: 2px solid rgb(222, 224, 224) !important;
}
