button[aria-expanded="false"] + .expandable {
  display: none;
}
button[aria-expanded="true"] + .expandable {
  display: block;
}
.accountModule .login-menu-btn {
  background-color: unset;
  border: none;
}
.extension_Login .dropdown.user .fa {
  margin-top: 0.288rem;
  margin-left: 0.5rem;
}
.accountvalidation {
  margin-top: 10px;
  margin-bottom: 10px;
}
#dialogmodal_content {
  color: black;
}
.btn.adminUserBtn {
  color: #9d9d9d;
  font-family: Helvetica;
  margin: 0;
  height: 50px;
  padding: 0 10px;
}
.btn.adminUserBtn:hover {
  background: #607d8b;
  border-left: 1px solid #fb9f00;
  border-right: 1px solid #fb9f00;
  color: #fff;
}
/* START About Version Region */

.aboutVersion {
  cursor: pointer;
}
.aboutGAT.dialog {
  width: 500px;
  left: 33%;
  padding: 0;
}
.aboutGAT .dialog-header {
  width: 100%;
  margin-left: 25px;
  padding-top: 25px !important;
  cursor: auto !important;
}
.aboutGAT .imglogovvt {
  width: 150px;
  padding: 5px;
  background-color: black;
}
.aboutGAT .imglogogat {
  width: 50px;
}
.aboutGAT .dialog-header img {
  text-align: center;
}
.aboutGAT .dialog-content {
  border-top: 1px solid #455a64;
  padding: 25px 0 !important;
}
.aboutGAT .dialog-content div {
  margin-left: 25px;
}
.aboutGAT .dialog-content .informationVersion {
  font-size: 16px;
}
.aboutGAT .dialog-content .informationVersionQA {
  font-size: 12px;
}
.aboutGAT .dialog-footer {
  text-align: center;
  margin-top: 0 !important;
}
.aboutGAT .dialog-footer .btn {
  width: 100%;
  margin: 0;
  background-color: #455a64;
  color: white;
}
.aboutGAT .dialog-footer .btn:hover {
  background-color: white;
  color: #455a64;
  border-top: 1px solid #455a64;
}
.remaining-time {
  color: red;
  font-size: 20px;
}
/* Etat normal */

.mfa-code .mfa-digit {
  border: 1px solid #ccc;
}
/* Etat erreur : contour rouge des 6 cases */

.mfa-code.has-error .mfa-digit,
.mfa-digit.mfa-input-error {
  border-color: #d9534f;
  /* rouge bootstrap */
  box-shadow: 0 0 0 1px #f2dede inset;
}
/* Message d'erreur MFA */

#mfa-error {
  display: none;
  font-size: 12px;
  margin-top: 8px;
  color: #d9534f;
  /* rouge bootstrap */
  font-size: 13px;
  margin-top: 10px;
  text-align: left;
  position: relative;
  padding-left: 25px;
  /* place pour l’icône */

}
#mfa-error.has-error {
  display: block;
  color: #d9534f;
  /* rouge */

}
#mfa-error::before {
  content: "!";
  font-weight: bold;
  color: #d9534f;
  /* point d'exclamation ROUGE */
  background: #ffffff;
  /* fond BLANC */
  border: 2px solid #d9534f;
  /* bord rouge */
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 0;
}
#mfa-error:empty::before {
  content: none;
}
body.mfa-mode .content {
  width: 450px;
}
body.mfa-mode .mfa-logo {
  display: block;
  margin: 0 auto 10px auto;
}
body.mfa-mode .mfa-title,
body.mfa-mode .mfa-information {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}
body.mfa-mode .mfa-code {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 8px;
  margin: 10px 0;
}
