/** Unified Signup Signin Page Styles **/
body {
  background-image: none;
  background-color: #f7f8fb !important;
  color: #4e4670;
}

.unified_container {
  font-family: 'Assistant' !important;
  padding-top: 125px;
}

.unified_container .header {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 84px;
  display: flex;
  position: absolute;
  box-shadow: 0px 0px 20px rgb(82 97 172 / 24%);
  align-items: center;
  background-color: #fff;
}
.wrapper {
  min-height: 100%;

  /* Equal to height of footer */
  /* But also accounting for potential margin-bottom of last child */
  margin-bottom: -50px;
}
.footer,
push {
  position: static;
  margin-top: 250px;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 15px;
  width: 100%;
  background: linear-gradient(
    101.12deg,
    rgba(113, 127, 226, 0.2) -3.15%,
    rgba(113, 127, 226, 0.1) 93.97%
  );
}

.footer .titleFooter {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #0c1e68;
  mix-blend-mode: multiply;
}

.footer .linkText {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 21px;
  color: #424fcf;
  text-decoration: none;
  padding-left: 60px;
}

.footer .linkContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer .footerRoot {
  width: 100%;
  position: relative;
  right: 0;
  box-sizing: border-box;
  transition: padding 0.25s ease-in-out;
  padding-top: 42px;
  padding-bottom: 42px;
  color: #dcdcdc;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  bottom: 0;
}

@media (max-width: 600px) {
  .footer {
    position: static;
    margin-top: 120px;
    width: 100%;
    height: 100%;
    padding-bottom: 40px;
    padding: 40px 20px;
    background: linear-gradient(
      101.12deg,
      rgba(113, 127, 226, 0.2) -3.15%,
      rgba(113, 127, 226, 0.1) 93.97%
    );
  }
}

@media (max-width: 600px) {
  .footer .footerRoot {
    width: 100%;
    position: relative;
    right: 0;
    box-sizing: border-box;
    transition: padding 0.25s ease-in-out;
    padding-left: 0px;
    padding-right: 0px;
    color: #dcdcdc;
    display: flex;
    flex-direction: column;
    padding-top: 64px;
    justify-content: space-between;
    align-items: center;
    bottom: 0;
  }
}

@media (max-width: 600px) {
  .footer .linkText {
    font-family: 'Assistant';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 21px;
    color: #424fcf;
    text-decoration: none;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 15px;
  }
}

@media (max-width: 600px) {
  .footer .linkContainer {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 5px;
  }
}

.footer .botFooter {
  width: 100%;
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #4d599e;
  padding-bottom: 50px;
}

.footer .lineFooter {
  margin-top: 0px !important;
  border: 1px solid #9ca5eb;
  margin-bottom: 50px;
}
.unified_container .header .logo {
  align-self: baseline;
  top: 0px;
  left: 0px;
  width: 180px;
  position: absolute;
}

.unified_container .title {
  display: flex;
  margin-bottom: 32px;
  align-items: center;
}

.email_update .title {
  display: flex;
  justify-content: left;
  margin-bottom: 32px;
  margin-top: 32px !important;
}
ul {
  padding: 0;
  margin-top: 0px;
  font-size: 16px;
  font-family: 'Assistant';
  font-weight: '500';
  line-height: '24px';
  color: #766f90;
  padding-left: 30px;
}
.unified_container .row .title .avatar {
  margin-right: 16px;
}

.unified_container .row .title h2 {
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 120%;
}

.verifyMFA .buttons button#continue {
  background-image: url('../images/arrow-right.svg') !important;
  background-repeat: no-repeat !important;
  background-position: right 8px top 8px !important;
  display: inline !important;
  background: #5e6cda;
  width: 122px !important;
  height: 44px;
  border-radius: 100px;
  color: #ffffff;
  align-items: center;
  line-height: 24px !important;
  font-size: 18px !important;
  font-weight: 600;
  border: 0px;
}

.unified_container .row .panel-default {
  margin-top: auto;
  margin-bottom: 24px;
  height: 100%;
  background-color: white;
  box-shadow: 4px 0px 24px rgb(82 97 172 / 8%);
  border-radius: 16px;
  padding: 32px 24px 40px;
}

.unified_container .row .panel-default .panel-body {
  max-width: 380px;
  width: auto;
  margin: 0 auto;
  padding: 0px;
}
.email_update .row .panel-default .panel-body {
  max-width: 380px;
  width: auto;
  margin: 0 auto;
  padding: 0px;
  margin-bottom: -20px;
}
.unified_container .row .panel-default .panel-body .companyName {
  font-size: 1.5em;
  margin-bottom: 45px;
}
.unified_container .row .panel-default .panel-body .companyLogo {
  display: block;
}

.unified_container .row .panel-default .panel-body .passwordchange img {
  max-width: 100%;
  width: auto;
  height: 48px;
  display: inline-block;
  margin: inherit;
  margin-bottom: 20px;
}

.unified_container
  .row
  .panel-default
  .panel-body
  .passwordchange
  button.dashboard-button {
  font-family: Assistant;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #ffffff;
  flex: none;
  order: 0;
  flex-grow: 0;
  background-color: #717fe2;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  height: 44px;
  width: 191px;
  line-height: 100%;
  padding: 8px 16px 8px 16px;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  -moz-user-select: none;
  -ms-touch-action: manipulation;
  -ms-user-select: none;
  -webkit-user-select: none;
  color: #fff;
}

.unified_container .row .panel-default .panel-body img {
  max-width: 100%;
  width: auto;
  height: 48px;
  display: inline-block;
  margin: inherit;
  margin-bottom: 20px;
}

.unified_container .row .panel-default .panel-body h3 {
  font-size: 1.5em;
  display: none;
}
.unified_container .row .panel-default #api {
  margin: 0;
  width: 100%;
}
.email_update .row .panel-default #api {
  margin: 0;
  width: 100%;
  max-width: 336px;
  margin: 0 auto;
}

.unified_container .row .panel-default #api .working {
  font-size: 16px;
  display: block !important;
}

.signin .row .panel-default #api .working {
  font-size: 16px;
  display: block !important;
  padding-top: 17px;
}

#showPassword {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

#showPasswordCheckbox {
  width: 24px !important;
  height: 24px !important;
}

#showPasswordReset {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
}
#imglabeldiv {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.unified_container .row .panel-default #api .working a {
  color: #5463d6;
}

.unified_container .forgotPasswordContainer {
  margin-top: 25px;
}

.unified_container .forgotPasswordContainer a,
.unified_container .signUpContainer a,
.unified_container .cancel a {
  font-size: 16px;
  font-weight: 600;
  color: #5463d6;
  display: block;
}

.unified_container .forgotPasswordContainer a:focus,
.unified_container .signUpContainer a:focus,
.unified_container .cancel a:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 2px solid #1d2f7c;
}

.unified_container .signUpContainer,
.unified_container .cancel,
.unified_container #resendCode {
  font-size: 16px;
}

.unified_container #resendCode {
  display: none;
  margin-top: 25px;
}

.unified_container #resendCode #noCodeText {
  margin-bottom: 0px;
}
p#noCodeText {
  color: #615a80;
}
.changeEmail {
  display: none;
}

.unified_container button.sendNewCode,
.unified_container button.changeClaims,
.unified_container #email_ver_but_resend {
  border: 0px;
  background-color: transparent;
  color: #5463d6;
  font-weight: 600;
  line-height: 20px;
}

.unified_container button.sendNewCode {
  position: absolute;
  top: 268px;
  left: 20%;
  font-size: 16px;
}

.unified_container #email_ver_but_resend {
  font-size: 16px;
  margin-top: 6px;
  font-weight: 500;
}

.unified_container .buttons button.sendNewCode:hover,
.unified_container .buttons button.sendButton:hover {
  color: #717fe2 !important;
}

.unified_container .signUpContainer {
  display: none;
}

.unified_container .signUpContainer a,
.unified_container .cancel a {
  margin-top: 19px;
}

.unified_container .row .col-lg-6 {
  width: 100%;
  max-width: 384px;
}

.email_update .row .col-lg-6 {
  width: 100%;
  max-width: 384px;
}
#cardSubTitleHeadingLarge {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #4e4670;
}
#cardSubTitleHeadingSmall {
  width: 291px;
  height: 24px;
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #766f90;
  margin-top: 24px;
}
hr.solid {
  border: 1px solid #c4c2d0;
  height: 0px;
  margin-top: 24px !important;
}
.unified_container .row .panel-default {
  box-shadow: 4px 0px 24px rgba(82, 97, 172, 0.08);
  border-radius: 12px;
  border: 0px;
  padding: 40px 24px;
}

.unified_container.resetPassword .row .panel-default {
  min-height: 222px;
}

.unified_container .row .panel-default #api .intro {
  display: block;
  text-align: left;
  width: 300px;
  /* Titles/Title XSmall */

  font-family: 'Assistant';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  /* identical to box height, or 24px */

  align-items: center;

  color: #4e4670;
}

#cardCounter {
  position: absolute;
  width: 23px;
  height: 16px;
  right: 12px;
  top: 24px;
  padding-right: 32px;

  /* Captions/Caption XLarge */

  font-family: 'Assistant';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  /* identical to box height, or 16px */

  display: flex;
  align-items: center;
  text-align: right;
  letter-spacing: 0.02em;
  text-transform: uppercase;

  /* Monochrome/900 */

  color: #4e4670;
}

.resetPassword #userMessage_label {
  display: inline-block;
  font-size: 28px;
  padding-bottom: 32px;
  width: 227px;
  height: 34px;
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 120%;
  align-items: center;
  color: #4e4670;
  margin-bottom: 30px;
}

.unified_container .row .panel-default #api .intro h2 {
  font-size: 20px;
}
.unified_container .row .panel-default #api .divider {
  display: none;
}
.unified_container .row .panel-default #api .localAccount {
  top: 10px;
  width: 100%;
}
.unified_container .row .panel-default #api .localAccount .intro h2 {
  font-size: 20px;
}
.unified_container .row .panel-default #api .localAccount .error {
  color: #d9145b;
  text-align: left;
}
.unified_container .row .panel-default #api .localAccount .entry .buttons {
  margin: 32px 0 0 0;
}

.unified_container .row .panel-default #api .localAccount .error.pageLevel {
  color: #d9145b;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 18px;
}

.errorMFAresend {
  color: #d9145b;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 18px;
}

.error {
  color: #d9145b;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}

.verificationErrorText.error,
li.Password .error,
#passwordEntryMismatch.error {
  color: #d9145b;
  font-size: 14px;
  line-height: 16px;
}

.unified_container .row .panel-default #api .localAccount .error.itemLevel p,
.error.itemLevel p,
.error.itemLevel {
  color: #d9145b;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 18px;
  text-align: left;
  font-weight: 600;
}

#countryCodeError {
  color: #d9145b;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 18px;
  text-align: left;
  font-weight: 600;
  margin-top: 5px;
}

.error.itemLevel {
  margin-top: 4px;
}

.unified_container .row .panel-default #api .localAccount .error.pageLevel p,
.error.pageLevel p,
.error.pageLevel {
  color: #d9145b;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 18px;
}

input {
  background-color: #f7f8fb !important;
  border: 1px solid #99a2cd !important;
}

input:hover {
  background-color: #f7f8fb !important;
  border: 2px solid #99a2cd !important;
}

input:focus {
  background-color: #f7f8fb !important;
  border: 2px solid #3681d9 !important;
}

input.highlightError,
input.invalid {
  background-color: white !important;
  border: 2px solid #d9145b !important;
}

.unified_container
  .row
  .panel-default
  #api
  .localAccount
  .error.pageLevel.pageErrorVisibile
  p {
  display: block;
}

.unified_container
  .row
  .panel-default
  #api
  .localAccount
  .entry
  .buttons
  button,
.buttons button.sendCode,
.buttons button.verifyCode,
.buttons button#continue,
.buttons button.verifyButton,
.buttons button#email_ver_but_send,
.buttons button#customLoginButton {
  background-image: url('../images/arrow-right.svg');
  background-repeat: no-repeat;
  background-color: #5e6cda;
  background-position: right 8px top 8px;
  font-family: 'Assistant';
  border: none;
  border-radius: 100px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  height: 44px;
  line-height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 8px 52px 8px 24px;
  text-align: left;
  touch-action: manipulation;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  width: fit-content;
  -moz-user-select: none;
  -ms-touch-action: manipulation;
  -ms-user-select: none;
  -webkit-user-select: none;
  color: #fff;
}

.unified_container .buttons button.sendCode {
  width: 148px;
}

.unified_container .buttons button#email_ver_but_send {
  width: 148px !important;
  margin-bottom: 15px;
}

.unified_container .buttons button#email_ver_but_send:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #5261ac;
  color: #fff !important;
}

.unified_container .buttons button#email_ver_but_send:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 2px solid #1d2f7c;
  color: #fff !important;
}

.unified_container .buttons #continue {
  width: 146px;
  margin-bottom: 15px;
}

.email_update .buttons #continue {
  display: none !important;
  width: 146px;
  margin-bottom: 15px;
}
.forceReset li {
  padding-top: 0px;
}
.forceReset #userMessage_label {
  display: inline-block;
  font-size: 28px;
  padding-bottom: 32px;
  width: 227px;
  height: 34px;
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 120%;
  align-items: center;
  color: #4e4670;
  margin-bottom: 30px;
}
.forceReset #userMessageAlreadyVerified {
  font-weight: 500;
}
.forceReset #userMessageAlreadyVerified_label {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #766f90;
}
div#displayPassword {
  margin-bottom: 20px;
}
.resetPassword .buttons #continue {
  width: 146px;
  margin-bottom: 15px;
}

.unified_container .passwordchange .buttons #continue {
  display: inline;
  width: 138px;
  margin-top: 32px;
}

.unified_container .buttons #continue.confirm {
  display: block;
  width: 138px;
  float: none;
  margin: 0 auto;
}

.unified_container
  .row
  .panel-default
  #api
  .localAccount
  .entry
  .buttons
  button:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #5261ac;
  color: #fff;
}

.unified_container
  .row
  .panel-default
  #api
  .localAccount
  .entry
  .buttons
  button:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 2px solid #1d2f7c;
  color: #fff;
}

.resetPassword .buttons button:disabled,
button#continue:disabled,
.resetPassword .buttons button[disabled],
button#continue:disabled {
  background-color: #e3e5f9 !important;
}

.unified_container
  .row
  .panel-default
  #api
  .localAccount
  .entry
  .buttons
  button:disabled,
.buttons button.sendCode:disabled,
.buttons button.verifyCode:disabled,
.buttons button.sendButton:disabled,
.buttons button.verifyButton:disabled,
.unified_container
  .row
  .panel-default
  #api
  .localAccount
  .entry
  .buttons
  button[disabled],
.buttons button.sendCode[disabled],
.buttons button.verifyCode[disabled] .buttons button.sendButton[disabled],
.buttons button.verifyButton[disabled] {
  background-color: #e3e5f9 !important;
}

.unified_container .row .panel-default #api .localAccount .entry .entry-item {
  width: 100%;
  margin-bottom: 16px;
  display: block;
  text-align: left;
}

/* .unified_container
  .row
  .panel-default
  #api
  .localAccount
  .entry
  .entry-item:nth-child(2) {
  margin-bottom: 11px;
} */

.unified_container
  .row
  .panel-default
  #api
  .localAccount
  .entry
  .entry-item
  label {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #615a80;
  margin: 0px;
  margin-bottom: 4px;
}

/*.unified_container .row .panel-default label#reenterPassword_label {
  margin-top: 32px;
}*/

.forceReset .row .panel-default label#reenterPassword_label {
  margin-top: 0px !important;
}

.unified_container
  .row
  .panel-default
  .passwordchange
  .attrEntry
  label#reenterPassword_label {
  margin-top: 4px;
}
input#reenterPassword {
  margin-bottom: 5px;
}
/* .unified_container .row .panel-default #api .localAccount .entry .entry-item #logonIdentifier, .unified_container .row .panel-default #api .localAccount .entry .entry-item #email {
  outline: none;
  background-color: #fff !important;
  background-image: none !important;
  border-radius: 0.5rem !important;
  box-shadow: 0px 2px 10px rgba(0,0,150,0.15);
  color: #555;
  display: inline-block;
  font-size: 1em;
  height: 50px;
  line-height: 1.42857143;
  padding: 6px 20px;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
  width: 100% !important;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s !important;
}
.unified_container .row .panel-default #api .localAccount .entry .entry-item #logonIdentifier, .unified_container .row .panel-default #api .localAccount .entry .entry-item #password {
  outline: none;
  background-color: #fff !important;
  background-image: none !important;
  border-radius: 0.5rem !important;
  box-shadow: 0px 2px 10px rgba(0,0,150,0.15);
  color: #555;
  display: inline-block;
  font-size: 1em;
  height: 50px;
  line-height: 1.42857143;
  padding: 6px 20px;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
  width: 100% !important;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s !important;
}
*/
.unified_container
  .row
  .panel-default
  #api
  .localAccount
  .entry
  .entry-item
  .password-label {
  /* position: relative;
  text-align: left;
  top: 165px;
  height: 0px;
  left: 0px;
  width: 100%; */
}
@keyframes slideInFromRight {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.unified_container
  .row
  .panel-default
  #api
  .localAccount
  .entry
  .entry-item
  .password-label
  #forgotPassword {
  position: absolute;
  bottom: 90px;
  clear: right;
  cursor: pointer;
  float: right;
  text-align: right;
}
.unified_container .row .panel-default #api .localAccount .create p {
  text-align: left;
  margin-top: -3rem;
  margin-bottom: 3rem;
  font-weight: 700;
}
.unified_container
  .row
  .panel-default
  #api
  .localAccount
  .create
  #createAccount {
  border-radius: 0.5rem;
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
  height: inherit;
  line-height: 1.3333333;
  padding: 10px 16px;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  white-space: nowrap;
  -moz-user-select: none;
  -ms-touch-action: manipulation;
  -ms-user-select: none;
  -webkit-user-select: none;
  width: auto;
  margin-top: -3rem;
  cursor: pointer;
  animation: 0.5s ease-out 0s 1 slideInFromRight;
}

#createAccount:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 2px solid #1d2f7c;
}

.unified_container .row .panel-default #api .social {
  display: table-footer-group;
  position: relative;
  top: 1px;
  width: auto;
}
.unified_container .row .panel-default #api .social .accountButton {
  background-size: 10% 70%;
  background-position-x: 3%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  display: block;
  font-size: 16px;
  height: 45px;
  width: 100%;
  margin-left: auto;
}
.unified_container .row .panel-default #api .social .accountButton:hover {
  border-radius: 0.5rem;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: white;
}
@media (max-width: 100%) {
  .unified_container .row .panel-default {
    margin-top: auto;
    margin-bottom: auto;
    height: 550px;
  }
  .unified_container .row .panel-default .panel-body {
    /*padding: 15px 10px;*/
    padding: 5rem 3rem;
    margin-top: 20px;
  }
  .unified_container .row .panel-default .panel-body .companyName {
    display: none;
  }
  .unified_container .row .panel-default .panel-body .companyLogo {
    display: block;
  }
  .unified_container .row .panel-default .panel-body h3 {
    display: block;
  }
  .unified_container .row .panel-default .panel-body #api {
    width: auto;
  }
  .unified_container .row .panel-default .panel-body #api .social {
    top: 370px;
    width: auto;
  }
  .unified_container
    .row
    .panel-default
    .panel-body
    #api
    .social
    .options
    .accountButton {
    height: 40px;
  }
  .unified_container
    .row
    .panel-default
    .panel-body
    #api
    .social
    .options
    #FacebookExchange {
    background-size: 12px;
    background-position: 50% 75%;
    margin-bottom: 10px;
  }
  .unified_container
    .row
    .panel-default
    .panel-body
    #api
    .social
    .options
    #GoogleExchange {
    background-size: 20px;
    background-position: 50% 75%;
    margin-bottom: 10px;
  }
  .unified_container
    .row
    .panel-default
    .panel-body
    #api
    .social
    .options
    #TwitterExchange {
    background-size: 20px;
    background-position-x: 56px;
    background-position-y: 14px;
    margin-bottom: 10px;
  }
  .unified_container .row .panel-default .panel-body #api .localAccount {
    top: 20px;
  }
  .unified_container
    .row
    .panel-default
    .panel-body
    #api
    .localAccount
    .entry
    .entry-item {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .unified_container
    .row
    .panel-default
    .panel-body
    #api
    .localAccount
    .entry
    .entry-item
    .password-label {
    top: 145px;
  }
  .unified_container
    .row
    .panel-default
    .panel-body
    #api
    .localAccount
    .entry
    .entry-item
    #logonIdentifier {
    height: 40px;
  }
  .unified_container
    .row
    .panel-default
    .panel-body
    #api
    .localAccount
    .entry
    .entry-item
    #password {
    height: 40px;
  }
  .unified_container
    .row
    .panel-default
    .panel-body
    #api
    .localAccount
    .entry
    .entry-item:nth-child(2) {
    width: auto;
    float: left;
  }
  .unified_container
    .row
    .panel-default
    .panel-body
    #api
    .localAccount
    .entry
    .buttons
    #next {
    width: auto;
    text-indent: -4px;
    height: 40px;
    line-height: 0px;
    position: relative;
    bottom: 5px;
    left: 8px;
  }
}

.unified_container .row .panel-default #api input,
.unified_container .row .panel-default #api input:-webkit-autofill {
  width: 100%;
  height: 48px;
  border: 2px solid transparent;
  border-radius: 4px;
  background-color: #e8f0fe;
  color: #0c1e68;
  /* color: #0c1e68 !important; */
  padding: 15px 14px;
  font-size: 16px;
  font-family: Assistant;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.32px;
  padding: 14px;
}

.unified_container .row .panel-default .passwordchange input {
  width: 100%;
  height: 48px;
  border: 2px solid transparent;
  border-radius: 4px;
  background-color: #e8f0fe;
  color: #0c1e68;
  /* color: #0c1e68 !important; */
  padding: 15px 14px;
  font-size: 16px;
  font-family: Assistant;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.32px;
  padding: 14px;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 40rem #f7f8fb inset;
}

.unified_container .row .panel-default #api input.invalidInput {
  border: 2px solid #d9145b;
}

.unified_container .row .panel-default #api input#passwordtoggler {
  margin-top: 18px;
  margin-left: 10px;
}

.unified_container .row .panel-default #api input:hover {
  border-color: #ebedf7;
}

.unified_container .row .panel-default #api input:focus {
  border-color: #3681d9;
}

#emailVerificationControl_success_message {
  display: none !important;
}

#emailVerificationCode {
  display: none;
}

.verificationInput {
  float: left;
}

#attributeVerification .buttons.verifyStep {
  margin-top: 0px;
}

.buttons button.verifyCode {
  margin-top: 32px;
}

.buttons button.verifyButton {
  margin-top: 40px !important;
}

#email_ver_but_verify {
  margin-top: 32px !important;
}

.unified_container .row .panel-default #api .verificationInput input {
  background-color: #ebedf7;
  border-radius: 4px;
  height: 48px;
  width: 39px;
  margin-right: 6px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: #0c1e68;
  border: 0px;
  float: left;
}

.unified_container
  .row
  .panel-default
  #api
  .verificationInput
  input:last-child {
  margin-right: 0px;
}

.VerificationCode #emailVerificationCode_label {
  display: none;
}

#emailVerificationCode_label,
#verificationInput {
  display: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #615a80;
  margin: 4px 0px;
  display: flex !important;
  flex-direction: row;
}

/*#email_ver_input {
  display: none !important;
}*/

#email_info,
#email_intro,
#verifying_blurb,
#email_success {
  display: none !important;
}

.simplemodal-overlay,
.simplemodal-container {
  display: none !important;
}

#attributeList ul li .attrEntry .itemLevel.prInputError {
  text-align: left;
  color: #4e4670;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  margin-top: 4px;
}

#attributeList ul li .attrEntry.validate input:invalid,
#attributeList ul li .attrEntry.validate input#email.invalid {
  border: 2px solid #d9145b;
}

.passwordchange #attributeList ul li .attrEntry.validate input#reenterPassword {
  border: 2px solid transparent;
}

#attributeList ul li.Paragraph {
  padding-top: 0px;
}

.verificationErrorText.error,
li.Password .error,
#passwordEntryMismatch.error {
  font-family: Assistant;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  margin-top: 4px;
  margin-bottom: 10px;
  line-height: 24px;
}

#claimVerificationServerError {
  font-family: Assistant;
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  margin-top: 4px;
  margin-bottom: 10px;
  line-height: 24px;
}

#email_ver_input_label {
  display: none !important;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #615a80;
  margin: 4px 0px;
  flex-direction: row;
}

.email_update .row .panel-default #api .intro p {
  display: block;
  font-size: 16px;
  text-align: left;
  font-style: normal;
  line-height: 24px;
  font-weight: 500;
  color: #766f90;
}

.email_update .row .panel-default #api .intro h2 {
  display: block;
  font-size: 28px;
  text-align: left;
  font-style: normal;
  line-height: 120%;
  font-weight: 400;
  color: #4e4670;
  margin-top: 0px;
}

.mobile_num_update .row .panel-default #api .phoneEntry h2 {
  font-size: 28px;
  display: block;
  text-align: left;
  font-style: normal;
  line-height: 120%;
  font-weight: 400;
  margin-top: 0px;
  color: #4e4670;
  margin-bottom: 24px;
}

.mobile_num_update .row .panel-default #api #verificationInput {
  display: none;
  padding-left: 0px !important;
  text-align: center;
  width: 100%;
  height: auto !important;
}

.mobile_num_update .row .panel-default #api .verificationContainer #pSubtitle {
  font-family: Assistant !important;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-top: 24px;
  color: #766f90;
}

.mobile_num_update .row .panel-default #api #verificationInput #verifyHeader {
  font-family: Assistant !important;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  line-height: 20px;
  color: #615a80;
  margin-bottom: 4px;
  font-size: 16px;
  text-align: left;
}

.mobile_num_update .row .panel-default #api .phoneEntry .readonly {
  display: none !important;
}

.mobile_num_update .row .panel-default #api .actionLabel label {
  display: none;
}

.mobile_num_update .row .panel-default #api .actionLabel {
  margin-top: 32px;
}

.mobile_num_update .row .panel-default #api .actionLabel p {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.mobile_num_update .row .panel-default #api .actionLabel a {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  align-items: center;
  color: #5463d6;
}

.mobile_num_update .row .panel-default #api .actionLabel a:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 2px solid #1d2f7c;
}

.mobile_num_update .row .panel-default #api .working {
  text-align: center !important;
  margin-top: 32px;
}

.mobile_num_update #api .buttons #verifyText {
  list-style: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #766f90;
}

#cardsubtitle {
  margin-top: 0px;
}
#displayPassword ul li {
  list-style: none;
  margin: 0px;
  list-style-type: disc;
  text-align: left;
  padding-left: 1em;
  list-style-position: inside;
}
#cardSubTitlePasswordHeading {
  margin-top: 24px;
  font-size: 16px;
  font-family: 'Assistant';
  font-weight: '500';
  line-height: '24px';
  color: #766f90;
  text-align: left;
}
#cardsubtitleforce {
  margin-top: 24px;
  font-size: 16px;
  font-family: 'Assistant';
  font-weight: '500';
  line-height: '24px';
  color: #766f90;
}

#lowerparagraph {
  margin-top: 24px;
  font-size: 16px;
  font-family: 'Assistant';
  text-align: left;
  font-weight: 600;
  line-height: '24px';
  color: #766f90;
}

#email_ver_but_verify {
  text-align: left;
  background-color: #5e6cda;
  font-family: 'Assistant';
  border: none;
  border-radius: 100px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  height: 44px;
  line-height: 100%;
  touch-action: manipulation;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  -moz-user-select: none;
  -ms-touch-action: manipulation;
  -ms-user-select: none;
  -webkit-user-select: none;
  color: #fff;
}

.forceReset .row .panel-default #api .localAccount .entry .buttons button,
.buttons button.verifyButton {
  text-align: left;
  background-color: #5e6cda;
  font-family: 'Assistant';
  border: none;
  border-radius: 100px;
  cursor: pointer;
  display: inline-block;
  font-size: 18px !important;
  font-weight: 600;
  height: 44px;
  width: 166px;
  line-height: 100%;
  touch-action: manipulation;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  -moz-user-select: none;
  -ms-touch-action: manipulation;
  -ms-user-select: none;
  -webkit-user-select: none;
  color: #fff;
}

#email_ver_but_edit {
  display: none !important;
}
.dashboard-button {
  background: #5e6cda;
  width: 134px;
  height: 44px;
  border-radius: 100px;
  padding: 8px;
  color: #ffffff;
  align-items: center;
  line-height: 24px !important;
  font-size: 18px !important;
  font-weight: 600;
  border: 0px;
  margin-top: 32px;
}

.dashboard-button-force {
  background-image: url('../images/arrow-right.svg') !important;
  background-repeat: no-repeat !important;
  background-position: right 8px top 8px !important;
  background: #5e6cda;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  height: 44px;
  line-height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 8px 8px 8px 24px;
  text-align: left;
  touch-action: manipulation;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  width: 122px;
  -moz-user-select: none;
  -ms-touch-action: manipulation;
  -ms-user-select: none;
  -webkit-user-select: none;
  color: #fff;
  margin-top: 32px;
  margin-bottom: -25px;
}

.open-live-chat-button {
  background-position: right 8px top 8px !important;
  background: #5e6cda;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  height: 44px;
  line-height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 8px 8px 8px 24px;
  text-align: left;
  touch-action: manipulation;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  width: 160px;
  -moz-user-select: none;
  -ms-touch-action: manipulation;
  -ms-user-select: none;
  -webkit-user-select: none;
  color: #fff;
  margin-bottom: -25px;
}

.textInParagraph {
  text-align: left;
}
.verifyMFA .textInParagraph {
  text-align: left;
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #766f90;
}
#cardsubtitleConfirmationPage {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 12px;
}
.email_update .row .panel-default #api .localAccount .entry .buttons button,
.buttons button.sendCode,
.buttons button.verifyCode,
.buttons button#email_ver_but_send {
  background-image: none;
  text-align: center;
  background-color: #5e6cda;
  background-position: right 8px top 8px;
  font-family: 'Assistant';
  border: none;
  border-radius: 100px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  height: 44px;
  line-height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: -25px;
  padding: 10px 24px 10px 24px;
  touch-action: manipulation;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  width: 118px;
  -moz-user-select: none;
  -ms-touch-action: manipulation;
  -ms-user-select: none;
  -webkit-user-select: none;
  color: #fff;
}

.forceReset .row .panel-default #api .localAccount .entry .buttons button,
.buttons button#email_ver_but_send {
  background-image: url('../images/arrow-right.svg');
  background-repeat: no-repeat;
  background-color: #5e6cda;
  background-position: right 8px top 8px;
  font-family: 'Assistant';
  border: none;
  border-radius: 100px;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  height: 44px;
  line-height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: -25px !important;
  padding: 8px 8px 8px 24px;
  text-align: left;
  touch-action: manipulation;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  width: 118px;
  -moz-user-select: none;
  -ms-touch-action: manipulation;
  -ms-user-select: none;
  -webkit-user-select: none;
  color: #fff;
}

.forceReset .row .panel-default #api .localAccount .entry .buttons button,
.buttons button#continue {
  background-image: url('../images/arrow-right.svg');
  background-repeat: no-repeat;
  background-color: #5e6cda;
  background-position: right 8px top 8px;
  font-family: 'Assistant';
  border: none;
  border-radius: 100px;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  height: 44px;
  line-height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 8px 8px 8px 24px;
  text-align: left;
  touch-action: manipulation;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  width: 203px;
  -moz-user-select: none;
  -ms-touch-action: manipulation;
  -ms-user-select: none;
  -webkit-user-select: none;
  color: #fff;
}

.mobile_num_update .disabled {
  background-color: #e3e5f9 !important;
}

#cancelPage {
  color: #5463d6;
  font-weight: 500;
  font-size: 16px;
}

.mobile_num_update
  .row
  .panel-default
  #api
  .localAccount
  .entry
  .buttons
  button,
.buttons button.verifyCode,
.buttons button#verifyCode {
  background-image: url('../images/arrow-right.svg');
  background-repeat: no-repeat;
  background-color: #5e6cda;
  background-position: right 8px top 8px;
  font-family: 'Assistant';
  border: none;
  border-radius: 100px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  height: 44px;
  line-height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 8px 8px 8px 24px;
  text-align: left;
  touch-action: manipulation;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  width: 118px;
  -moz-user-select: none;
  -ms-touch-action: manipulation;
  -ms-user-select: none;
  -webkit-user-select: none;
  color: #fff;
}

.mobile_num_update
  .row
  .panel-default
  #api
  .localAccount
  .entry
  .buttons
  button,
.buttons button.sendCode,
.buttons button#sendCode {
  background-image: url('../images/arrow-right.svg');
  background-repeat: no-repeat;
  margin-bottom: 15px;
  padding: 8px 8px 8px 24px;
  text-align: left;
  background-color: #5e6cda;
  background-position: right 8px top 8px;
  font-family: 'Assistant';
  border: none;
  border-radius: 100px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  height: 44px;
  line-height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 0px;
  touch-action: manipulation;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  width: 146px;
  -moz-user-select: none;
  -ms-touch-action: manipulation;
  -ms-user-select: none;
  -webkit-user-select: none;
  color: #fff;
}

.mobile_num_update
  .row
  .panel-default
  #api
  .localAccount
  .entry
  .buttons
  button:disabled,
.buttons button#sendCode:disabled,
.mobile_num_update
  .row
  .panel-default
  #api
  .localAccount
  .entry
  .buttons
  button[disabled],
.buttons button#sendCode[disabled] {
  background-color: #e3e5f9 !important;
}

.mobile_num_update .row .panel-default #api .phoneEntry .input label {
  display: block;
  font-weight: 600;
  font-size: 16px;
  max-width: 100%;
  color: #615a80;
  margin-bottom: 5px;
  padding-bottom: 4px;
  margin: 0px;
  text-align: left !important;
}

#sendCode:focus,
#verifyCode:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 2px solid #1d2f7c;
  color: #fff !important;
}

#retryCode:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 2px solid #1d2f7c;
}

.mobile_num_update .row .panel-default #api .phoneEntry .code select,
.code select.countryCode,
.code select#countryCode {
  font-weight: 400;
  border: 1px solid white;
  width: 100%;
  height: 48px;
  border-radius: 4px;
  color: #0c1e68;
  font-size: 16px;
  font-family: 'Assistant';
  line-height: 20px;
  letter-spacing: 0.32px;
  padding: 14px;
  background-color: #f7f8fb;
  border: 1px solid #99a2cd;
  align-items: center;
}

.back-from-email-update {
  position: absolute;
  top: 100px;
  left: 50px;
  display: flex;
  align-items: center;
  transition: opacity 0.25s ease-in-out;
  text-decoration: none;
  z-index: 50;
}

.back-from-email-update:hover {
  opacity: 0.8;
  text-decoration: none !important;
}

.back-from-email-update > .__chevron-left {
  margin-right: 5px;
}

.back-from-email-update > .__text {
  font-family: Assistant;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #717fe2;
}

@media (max-width: 600px) {
  .back-from-email-update {
    top: 130px;
    left: 0px;
    padding-left: 20px;
  }
}

.back-to-my-account {
  position: relative;
  top: 100px;
  left: 50px;
  display: flex;
  align-items: center;
  transition: opacity 0.25s ease-in-out;
  text-decoration: none;
}

.back-to-my-account:hover {
  opacity: 0.8;
  text-decoration: none !important;
}

.back-to-my-account > .__chevron-left {
  margin-right: 5px;
}

/* The container */
.showPasswordContainer {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 16px;
  color: #615a80;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  border-radius: 4px;
  background-color: #f7f8fb;
  border: 1px solid #99a2cd;
}

/* On mouse-over */
.showPasswordContainer:hover input ~ .checkmark {
  outline: 2px solid #717fb8;
  border: none;
}

/* On Focus */
.showPasswordContainer input:focus ~ .checkmark {
  outline: 2px solid #3681d9;
  border: none;
  background-color: #ebedf7;
}

/* When the checkbox is checked */
.showPasswordContainer input:checked ~ .checkmark {
  background-color: #5e6cda;
  border: 1px solid #5e6cda;
}

/* Show the checkmark when checked */
.showPasswordContainer input:checked ~ .checkmark:after {
  display: block;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

/* Hide the browser's default checkbox */
.showPasswordContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Style the checkmark/indicator */
.showPasswordContainer .checkmark:after {
  left: 7px;
  top: 3px;
  width: 8px;
  height: 12px;
  border: 3px solid #ffffff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.back-to-my-account > .__text {
  font-family: Assistant;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #717fe2;
}

@media (max-width: 600px) {
  .back-to-my-account {
    top: 130px;
    left: 20px;
  }
}

/*****************************************************************
COOKIEBOT
*****************************************************************/
#CybotCookiebotDialog {
  margin-top: 10% !important;
  margin-left: 0px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

#CybotCookiebotDialog
  #CybotCookiebotDialogBody
  #CybotCookiebotDialogBodyLevelWrapper
  #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper
  .CybotCookiebotDialogBodyButton {
  width: 180px !important;
}

/*#CybotCookiebotDialog {
  font-family: 'Assistant', sans-serif !important;
  max-width: 720px !important;
}

#CybotCookiebotDialog * {
  font-size: 14px !important;
  line-height: 24px !important;
  color: #8983a0 !important;
}

#CybotCookiebotDialog h2 {
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  color: #0c1e68 !important;
}

#CybotCookiebotDialogBodyLevelButtonsSelectPane
  .CybotCookiebotDialogBodyLevelButtonDescription {
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 16px !important;
  line-height: 20px !important;
  color: #0c1e68 !important;
}

#CybotCookiebotDialogTabContent
  input:checked
  + .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #50c9b5 !important;
}

#CybotCookiebotDialogTabContent .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #c4c2d0 !important;
}

#CybotCookiebotDialog
  label:not([for='CybotCookiebotDialogBodyLevelButtonNecessary']) {
  margin-bottom: 27px !important;
}

#CybotCookiebotDialogBodyLevelButtonsSelectPane
  .CybotCookiebotDialogBodyLevelButtonLabel {
  margin-bottom: 0px !important;
}

#CybotCookiebotDialogBodyLevelButtonsSelectPane
  .CybotCookiebotDialogBodyLevelButtonWrapper {
  padding: 10px 16px !important;
}

#CybotCookiebotDialogTabContent
  .CybotCookiebotDialogBodyLevelButtonSliderWrapper {
  height: 25px !important;
  width: 52px !important;
}

#CybotCookiebotDialogTabContent
  .CybotCookiebotDialogBodyLevelButtonSlider:before {
  height: 18px !important;
  width: 18px !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogHeader {
  padding: 15px !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogHeaderLogosWrapper {
  display: none;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink {
  color: #0c1e68 !important;
}

#CybotCookiebotDialog
  #CybotCookiebotDialogNav
  .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
  border-bottom: 1px solid #717fe2 !important;
  color: #717fe2 !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogFooter {
  padding-top: 20px !important;
  padding-bottom: 30px !important;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
  background-color: #e3e5f9 !important;
  border-color: #e3e5f9 !important;
  color: #717fe2 !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  border-radius: 100px !important;
  padding: 8px 30px !important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize,
#CybotCookiebotDialogFooter
  #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  background-color: #e3e5f9 !important;
  border-color: #e3e5f9 !important;
  color: #717fe2 !important;
  font-weight: 600 !important;
  font-size: 18px !important;
}

#CybotCookiebotDialog
  #CybotCookiebotDialogFooter
  #CybotCookiebotDialogBodyButtonAccept,
#CybotCookiebotDialog
  #CybotCookiebotDialogFooter
  #CybotCookiebotDialogBodyLevelButtonAccept,
#CybotCookiebotDialog
  #CybotCookiebotDialogFooter
  #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background-color: #e3e5f9 !important;
  border-color: #e3e5f9 !important;
  border: none !important;
  color: #717fe2 !important;
  font-weight: 600 !important;
  font-size: 18px !important;
}

#CybotCookiebotDialogPoweredByText {
  display: none !important;
}

#CybotCookiebotDialogBodyLevelButtonCustomize {
  display: none;
}

#CybotCookiebotDialogFooter
  .CybotCookiebotDialogBodyButton:not(#CybotCookiebotDialogBodyLevelButtonCustomize) {
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  background-color: #e3e5f9 !important;
  border-color: #e3e5f9 !important;
  border: none !important;
  color: #717fe2 !important;
}

.CybotCookiebotDialogDetailBodyContentCookieContainerButton:before {
  border-color: #8983a0 !important;
} */

@media only screen and (max-width: 400px) {
  .email_update .row .col-lg-6 {
    width: 100%;
    max-width: 327px;
  }
}

@media only screen and (max-width: 400px) {
  #emailVerificationCode_label,
  #verificationInput {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 400px) {
  .unified_container .row .col-lg-6 {
    max-width: 327px;
  }
}

@media only screen and (max-width: 450px) {
  div#CookieDeclarationChangeConsent a,
  div#CookieDeclarationChangeConsent span {
    width: 100% !important;
    display: block !important;
    text-align: center !important;
    margin-bottom: 20px !important;
    margin-top: 10px !important;
  }
}

@media only screen and (max-width: 960px) {
  .unified_container .header {
    height: 48px;
  }

  .unified_container .header .logo {
    width: 102px;
  }

  .unified_container {
    padding-top: 85px;
  }
}
