/*Style*/
@font-face {
  font-family: FontAwesome;
  src: url(fontawesome-webfont.eot);
  src:
    url(fontawesome-webfont.eot?#iefix) format("embedded-opentype"),
    url(fontawesome-webfont.woff) format("woff"),
    url(fontawesome-webfont.ttf) format("truetype"),
    url(fontawesome-webfont.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  background-color: white;
  margin: 0;
  font-family: "Ubuntu";
  font-size: 12px;
  line-height: 20px;
  color: #333333;
  height: 100%;
  box-sizing: border-box;
}

/*Pour cacher l'oeil automatiquement ajouté sur les inputs de type password par Microsoft Edge*/
input::-ms-reveal,
input::-ms-clear {
  display: none;
}

body {
  position: relative;
}

.page-login {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.page {
  height: 100%;
  background-color: white;
  display: flow-root;
  margin: auto;
}

.page-body {
  display: flex;
  flex-direction: column;
  background-color: white;
  height: 100%;
}

.page-header-contents {
  padding: 0px;
}
.header {
  background-color: black;
  position: relative;
  padding-top: 25px;
  height: 10%;
}

.header img {
  margin: 15px;
}

.main-row {
  padding: 0px 15px;
}

.contents-bloc {
  padding: 0px;
  border-top: 4px solid #3a0850;
  border-bottom: 2px solid #cac4c2;
  background: white;
  height: 526px;
}

.contents-bloc-chpwd {
  padding: 0px;
  border-top: 4px solid #3a0850;
  border-bottom: 2px solid #cac4c2;
  background: white;
}

.download-app-footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 1vh;
}

.page-footer {
  display: flex;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
}

.page-footer-contents {
  padding: 0px;
  margin-top: 1vh;
  margin-bottom: 1vh;
}

.footer-logo-help {
  height: 4.5vh;
  padding-left: 4.1vh;
}

.footer-text-help {
  display: flex;
  font-family: "Ubuntu";
  font-style: normal;
  font-size: 1.9vh;
  line-height: normal;
  color: #333333;
  flex-direction: column;
  padding-left: 1.3vh;
  padding-bottom: 2.2vh;
}

.otp-form {
  display: flex;
  flex-direction: column;
  padding-top: 8.9vh;
  align-items: center;
  text-align: center;
}

.tw-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bottom-contents {
  position: relative;
}

.copyright {
  text-align: end;
  width: 100%;
  margin-left: -10px;
  position: absolute;
  right: 10px;
  display: inline;
}

.mention-legal-texte {
  text-align: end;
  width: 100%;
  margin-left: -10px;
  text-decoration: underline;
  font-size: 13px;
  font-weight: bold;
  color: #3a0850;
}

.mention-legal-link {
  text-align: end;
  color: #3a0850;
  font-size: 13px;
  cursor: pointer;
}

hr {
  margin: 5px 0px;
}

.logo {
  height: 7.6vh;
}

.title-login {
  display: flex;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 2.3vh;
  line-height: 2.3vh;
  color: #581374;
  justify-content: center;
  text-align: center;
}

.title-auth {
  display: flex;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 2.3vh;
  line-height: 2.3vh;
  color: #581374;
  justify-content: center;
  padding-top: 1.8vh;
}

.header-login {
  background-repeat: no-repeat !important;
  background-clip: border-box !important;
  background-position: top !important;
  background-size: cover !important;
  width: 100%;
  height: 21.3vh;
  border-radius: 0vh 0vh 2.7vh 2.7vh;
  padding: 6.8vh 9.9vh;
  justify-content: center !important;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.header-app {
  height: 11.8vh !important;
}

.header-title {
  font-size: 2.4vh;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  font-family: "Montserrat";
  font-style: normal;
}

.input-otp {
  padding-top: 2.8vh;
}

.remember-me {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 2vh;
}

.checkbox-remember-me {
  height: 2vh;
  width: fit-content;
  margin-right: 1vh;
}

.collapse-container {
  margin-top: 2vh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 22px;
  overflow: hidden;
  transition: height 0.2s linear;
}

.collapsible {
  cursor: pointer;
  width: 100%;
  border: none;
  font-size: 14px;
  text-decoration-line: underline;
  background: #ffffff;
}

.collapse-content {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  align-items: center;
  width: 100%;
  line-height: 12px;
}

.title-login-manu {
  padding-top: 2vh;
}

div.input {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 1000px) {
  .header-login {
    width: 51.2vh;
    border-radius: 0;
    display: block;
    height: 100%;
    padding-top: 15.8vh;
  }

  .page-body {
    display: flex;
    background-color: white;
    height: 100%;
    width: 100%;
    flex-direction: row;
    justify-content: center;
  }

  .footer-text-help {
    color: #ffffff;
    padding-bottom: 2.6vh;
    line-height: normal;
    font-size: 1.5vh;
  }

  .footer-logo-help {
    height: 3.5vh;
    padding-left: 10vh;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(359deg)
      brightness(103%) contrast(103%);
  }

  .input-box {
    padding-top: 6.8vh !important;
  }

  .header-app {
    height: 100% !important;
  }

  .code-input-enabled {
    margin-top: 3vh !important;
  }

  .collapsible {
    font-size: 16px;
  }

  .collapse-content {
    font-size: 14px;
    line-height: 16px;
  }
  .title-login-manu {
    padding-top: 11.8vh;
  }
}

.input-text {
  font-size: 2vh;
}

.logo-bpce {
  margin-left: 10px;
}

.loader-page {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.loader {
  width: 14vh;
  height: 14vh;
  border: 1.5vh dotted #581374;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 4s linear infinite;
}

.hidden-content-loader {
  visibility: hidden;
  height: 0;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

h2 {
  color: #3a0850;
  font-size: 20px;
  font-weight: bold;
}

h3 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #3a0850;
}

.login-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.change-password-label {
  padding-top: 2vh;
}

.login {
  overflow: hidden;
  background-color: white;
  border-radius: 15px;
  margin: auto;
  width: 100%;
}

.reglementation {
  overflow: hidden;
  background-color: white;
  border-radius: 15px;
  margin-top: 50px;
  margin: auto;
  width: 100%;
}

.form-iframe {
  border: none !important;
  width: 100%;
  border-radius: 0px;
  text-align: center;
}

.form-iframe .demande-code {
  width: auto;
}

.modifpassword {
  overflow: hidden;
  background-color: white;
  border-radius: 15px;
  margin: auto;
}

.modifpassword_success {
  overflow: hidden;
  background-color: white;
  border-radius: 15px;
  margin: auto;
  width: 900px;
  height: 405px;
}

.reglementation-title {
  text-align: center;
  margin-top: 7px;
  margin-bottom: 0px;
}

.background-container {
  height: 520px;
  background-size: cover !important;
  margin: auto;
  border-right: none;
}

.login-container {
  height: 85%;
  margin: auto;
  margin-top: 85px;
  text-align: center;
}

.login-container-iframe {
  height: 100%;
  background-size: contain;
  margin: auto;
}

.reglementation-fido2-container {
  height: 85%;
  margin: auto;
  margin-top: 85px;
  text-align: center;
}

.reglementation-fido2-container-iframe {
  height: 100%;
  background-size: contain;
  margin: auto;
}

.reglementation-fido2-title {
  text-align: center;
  height: 85%;
  margin: auto;
  margin-top: 85px;
  font-size: 1.5rem;
  font-weight: bold;
}

.reglementation-fido2-info {
  margin: auto;
  padding: 30px 0px 30px 20px;
  text-align: center;
}

.changepwd-container {
  height: 85%;
  margin: auto;
  text-align: center;
}

.reglementation-container {
  text-align: center;
  margin: auto;
}

.reglementation-container-iframe {
  height: 100%;
  background-size: contain;
  margin: auto;
}

.input-box {
  padding-top: 2.8vh;
}

.enrolement-info {
  padding: 10px 0px 40px 0px;
  font-size: 16px;
}

.modif-password-input {
  float: left;
  width: 45%;
  padding: 10px 45px 45px 45px;
}

.modif-password-input input {
  text-align: left;
  padding: 10px 5px;
  margin: 5px 0px 45px 0px;
  color: #6c727f;
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #cac4c2;
  font-size: 0.9em;
  font-family: "Trebuchet MS";
  border-radius: 5px;
  width: 87%;
}

.modif-password-input i {
  margin-left: -30px;
  cursor: pointer;
}

.modif-password-info {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}

.password-info i {
  margin-left: -40px;
  padding: 15px;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
}

.reglementation-info {
  margin: auto;
  padding: 10px 0px 10px 20px;
  text-align: center;
}

.demande-code {
  text-align: end;
  text-decoration-line: underline;
  font-size: 13px;
  font-weight: bold;
  color: #3a0850;
  cursor: pointer;
  width: 405px;
}

.demande-code-mail {
  text-align: end;
  text-decoration-line: underline;
  font-size: 13px;
  font-weight: bold;
  color: #3a0850;
  cursor: pointer;
  width: 405px;
}

.demande-code-mail-link {
  text-align: center;
  text-decoration: underline;
  font-size: 14px;
  font-weight: bold;
  color: #3a0850;
  cursor: pointer;
  width: 405px;
}

.demande-code-mail-texte {
  text-align: center;
  color: #3a0850;
  font-size: 16px;
}

.mdp-oublie-link {
  text-decoration: underline;
  font-size: 1.9vh;
  font-weight: bold;
  color: #3a0850;
  cursor: pointer;
  font-family: "Ubuntu";
}

.mdp-oublie-texte {
  text-align: center;
  color: #3a0850;
  margin-top: 20px;
  font-size: 11px;
}

.password-info {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
}

.password-info-label {
  text-align: center;
  padding-top: 4vh;
  padding-bottom: 2vh;
}

.demande-code-link {
  text-align: end;
  text-decoration: underline;
  font-size: 1.9vh;
  font-weight: bold;
  color: #3a0850;
  cursor: pointer;
  width: 405px;
}

.demande-code-texte {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  padding-top: 3vh;
}

select {
  text-align: left;
  margin: 5px 0px 25px 0px;
  color: #6c727f;
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #cac4c2;
  font-size: 0.9em;
  font-family: "Ubuntu";
  border-radius: 5px;
  width: 98%;
}

input {
  text-align: left;
  color: #333333;
  border: none;
  border-bottom: 2px solid #666666;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-family: "Ubuntu";
  width: 37.9vh;
  background: #f9f9fb;
  height: 6.3vh;
}

*:focus {
  outline-offset: 3px;
}

.code-input {
  margin: 5px 0px 5px 0px;
}

.code-input-enabled {
  margin: 5px 0px 5px 0px;
}

.code-input-disabled {
  margin: 5px 0px 5px 0px;
  background-color: #d3d3d3;
  color: #fff;
}

.password-input {
  margin: 5px 0px 5px 0px;
}

form.strong-auth {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  width: 100%;
  max-height: 65vh;
}

div.strong-auth {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  height: 100%;
  width: 100%;
  margin-top: 7vh;
  padding: 0 2vw 5vh 2vw;
}

.strong-auth-bottom {
  padding-top: 3vh;
}

.otp-block-space {
  padding-bottom: 3vh;
}

.download-app {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2vh;
}

.text-basic {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 1.9vh !important;
  line-height: 2.6vh;
  padding-left: 2vw;
  padding-right: 2vw;
}

.text-basic-item {
  padding-top: 1.3vh;
}

.text-enrolement-encours {
  color: #422c84;
  font-weight: 700;
  font-size: 2.3vh;
  line-height: 2.3vh;
}

.title-login-download {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  max-width: 1200px;
  padding-top: 0;
}

.padding-otp-title {
  padding-top: 4.7vh !important;
  padding-bottom: 1vh;
}

.button-login {
  display: flex;
  justify-content: center;
  padding-top: 7vh;
}

.button-login-password {
  display: flex;
  justify-content: center;
  padding-top: 5vh;
}

.button-next {
  display: flex;
  justify-content: center;
  padding-top: 5vh;
}

.button-auth-container {
  display: flex;
  width: 31vh;
  max-width: 80%;
  background: #581374;
  border-radius: 4px;
  justify-content: center;
  padding: 0.8vh;
}

.text-button-demo {
  padding-top: 8.6vh;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 1.9vh;
  line-height: 2.6vh;
  color: #581374;
}

.text-button-auth-container {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 1.8vh;
  line-height: 2.6vh;
  text-align: center;
  color: #ffffff;
  padding: 0;
  margin: 0;
}

.button {
  font-family: "Ubuntu";
  color: #fff;
  font-size: 12px;
  border: 0;
  padding: 2px 15px;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
}

.button-reglementation {
  font-family: "Ubuntu";
  color: #fff;
  font-size: 12px;
  border: 0;
  padding: 2px 15px;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
}

.alert-nwm {
  font-size: 14px;
  padding-right: 2rem;
}

.download-app-container {
  display: flex;
  gap: 15px;
  flex-direction: row;
}

.reglementation-button-container {
  padding-bottom: 15px;
}

.qrcode-explication-container {
  text-align: center;
  margin: auto;
}

.reglementation-explication {
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.button-enabled {
  background-color: #581374;
  cursor: pointer;
}

.button-enabled:hover,
.button-enabled:focus {
  background-color: #3a0850;
  transition: background-color 0.1s linear;
}

.animate-button {
  pointer-events: none; /* empeche les clics suivants */
  -webkit-animation: button-click-animation 0.5s linear forwards;
  animation: button-click-animation 0.5s linear forwards;
}
@keyframes button-click-animation {
  0% {
    background-color: #3a0850;
  }
  25% {
    background-color: #a954ca;
  }
  100% {
    background-color: #581374;
  }
}

.button-disabled {
  background-color: #cac4c2;
  cursor: not-allowed;
}

.button-disabled:hover,
.button-disabled:focus {
  background-color: #cac4c2;
}

.info,
.bottom-info-enrolement-reglementation,
.bottom-info-reglementation {
  font-size: 1.9vh;
  text-align: center;
  color: rgb(175, 17, 17);
  font-weight: bold;
}

.infoChPwd {
  width: 100%;
  margin-top: 30px;
}

.info-iframe {
  width: 100%;
}

.body-iframe {
  overflow: hidden;
}

.bottom-info-auth-forte {
  margin-left: 10px;
  margin-bottom: 40px;
  margin-top: 15px;
  text-align: center;
}

a {
  text-decoration: underline;
  color: #333333;
  font-size: 1.9vh;
  font-weight: normal;
}

.form-container {
  padding: 10px 60px;
}

.form-container-enrolement {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5vh 5vw 5vh 5vw;
}

.form-container-fido {
  padding: 5vh 5vw 5vh 5vw;
}

.form-container-modifpassword {
  padding: 5vh 5vw 5vh 5vw;
}

.form-spacer {
  padding-top: 30px;
}

.item {
  display: flex;
  padding-top: 20px;
}

.item-text {
  font-size: 12px;
  margin-top: 3px;
  margin-left: 10px;
  text-align: left;
}

.item-img {
  width: 38px;
  height: 38px;
}

.savoir-plus,
.besoin-aide {
  text-decoration: underline;
  font-size: 13px;
  font-weight: bold;
  color: #3a0850;
}

.savoir-plus-link {
  font-size: 1.8vh;
}

.auth-manuelle {
  text-decoration: underline;
  font-size: 16px;
  font-weight: bold;
  color: #3a0850;
  cursor: pointer;
}

.error {
  text-align: center;
  font-weight: bold;
  font-size: 2vh;
  line-height: normal;
  padding: 10px 5px;
  color: rgb(175, 17, 17);
}

.cancel-operation,
.cancel-operation-enforced {
  text-decoration: underline;
  font-size: 1.9vh;
  text-align: center;
  font-weight: bold;
  color: #3a0850;
  cursor: pointer;
}

.qrcode-img {
  width: 25vh;
  height: 25vh;
}

.qrcode-img-manual {
  width: 120px;
  height: 120px;
}

.qrcode-manual {
  font-weight: bold;
}

.qrcode-hand {
  width: 100px;
  height: 125px;
  padding-left: 15px;
  margin-top: 10px !important;
  margin-right: 9px;
}

.body-iframe .qrcode-hand {
  margin-top: 40px;
  width: 90px;
}

.phone-number {
  font-weight: bold;
  padding: 4vh 0px;
  text-align: center;
  font-size: 2.4vh;
  color: #581374;
}

.phone-number-otp {
  font-weight: bold;
  padding: 4vh 0px;
  text-align: center;
  font-size: 1.9vh !important;
  color: #581374;
}

.padlock {
  height: 6vh;
}

.icon-result {
  width: 10vh;
}

.icon-result-min {
  width: 35px;
}

.changepassword-success {
  width: 100px;
  height: 100px;
  padding-left: 375px;
  padding-top: 50px;
}

.bulletpoint {
  width: 1.56em;
  min-width: 1.56em;
  height: 1.8em;
  background: #a66170;
  border-radius: 15px;
  color: white;
  font-size: 14px;
  padding-top: 2px;
  box-shadow: 1px 3px 6px 0px rgba(0, 0, 0, 0.6);
  text-align: center;
  margin-right: 8px;
}

.align-center {
  text-align: center;
}

.info .left-image {
  display: inline-block;
}

.info .left-image img {
  vertical-align: baseline;
  max-width: 30px;
  width: 4vh;
}

.text-basic .left-image {
  display: inline-block;
}

.text-basic .left-image img {
  vertical-align: baseline;
  max-width: 30px;
  width: 4vh;
}

.info .text-contents {
  display: inline-block;
  padding-left: 10px;
  line-height: 15px;
}

.text-basic .text-contents {
  display: flex;
  padding-left: 10px;
  line-height: 2.3vh;
  text-align: center;
}

.text-basic .text-contents-enforced {
  display: flex;
  padding-left: 10px;
  line-height: 2.5vh;
  font-size: 1.9vh;
  padding-top: 10px;
  text-align: center;
}

.infoChPwd .left-image {
  display: inline-block;
}

.infoChPwd .left-image img {
  vertical-align: baseline;
  max-width: 30px;
  width: 5vw;
}

.infoChPwd .text-contents {
  display: inline-block;
  padding-left: 10px;
  line-height: 15px;
}

.store-icon {
  height: 5vh;
}

.shield-icon {
  height: 14vh;
  padding-top: 2vh;
  padding-bottom: 5vh;
}

.qrcode-timer {
  padding-top: 10px;
  padding-bottom: 15px;
  font-size: 1.9vh;
  line-height: 2.6vh;
}

.td-qrcode-title {
  font-weight: bold;
  text-align: right;
  font-size: 1.9vh;
  line-height: 2.6vh;
}

.td-qrcode-content {
  text-align: left;
  font-size: 1.9vh;
  line-height: 2.6vh;
}

.disable-selection {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hr-separation {
  margin: 14px 0px 14px 0px;
  border-top-width: 2px;
  clear: both;
  display: block;
  width: 96%;
  background-color: #e3dfdc;
}

.hr-top {
  margin: 5px 0px 0px 0px;
}

.close-logo {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 25px;
  cursor: pointer;
  margin: 15px;
  box-sizing: border-box;
  z-index: 1;
}

.item-numbers {
  margin-right: 3px;
}

.new-form-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 5vh;
  background-color: white;
  text-align: center;
}

.app-version {
  position: absolute;
  bottom: 0px;
  right: 0px;
  color: #3a0850;
  padding: 0 5px;
  font-size: 2vh;
}

/* =============================================
   ====== Dropdown warning message banner ====== 
   ============================================= */

.dropdown-notification {
  padding-top: 10px;
  position: absolute;
  width: 100%;
  display: flex;
  height: fit-content;
  justify-content: center;
  align-items: center;
  top: -100vh;
}

#dropdown-notification-container {
  background-color: #f9f9fb;
  box-shadow:
    0px 10px 15px -3px rgba(0, 0, 0, 0.1),
    0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border-radius: 15px;
  width: 100%;
  max-width: 700px;
  min-height: 80px;
  background-color: rgb(249 249 251, 0.1);
  display: flex;
  flex-direction: column;
  margin: 15px 20px 10px 20px;
  gap: 10px;
  padding-bottom: 15px;
}

.dropdown-notification--header {
  border-radius: 15px 15px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background: #380947;
  background: linear-gradient(
    150deg,
    rgba(56, 9, 71, 1) 0%,
    rgba(66, 11, 89, 1) 50%,
    rgba(88, 19, 116, 1) 100%
  ); */
  width: 100%;
  padding: 3px;
}

.dropdown-notification--header > p {
  color: #581374;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
  margin: 10px 0px;
}

.dropdown-notification--content > p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: center;
  margin: 0px 20px;
}

.dropdown-notification--footer {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.dropdown-notification--footer > button {
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #581374;
  cursor: pointer;
  background: none;
  border: none;
  margin: 5px 20px;
}

.dropdown-notification--footer > button:active {
  transform: scale(95%);
}

.dropdown-notification.active {
  transform: translateY(100vh);
  transition: all 1.5s ease;
}

.dropdown-notification.close {
  transform: translateY(-100vh);
  transition: all 1.5s ease;
}

div.flex-h {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
