.prelogin {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: var(--color-bg-login);
}
.prelogin .inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 700px;
  /* padding: 20px; */
  position: relative;
}
.prelogin .inner::after {
  content: "";
  width: 70%;
  height: 50px;
  border-radius: 50%;
  margin-top: 1.5em;
  /* background-color: rgba(0, 0, 0, 0.1);
			box-shadow: 0px 25px 30px 0px rgba(0, 0, 0, 0.1); */
  position: absolute;
  bottom: 0px;
  left: 15%;
  z-index: 0;
}
.prelogin .inner .boxLogin {
  width: 100%;
  position: relative;
  height: 100%;
  z-index: 1;
  display: flex;
  border-radius: 7px;
  background: var(--color-white);
}
.prelogin .inner .actions {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 40px;
}
.prelogin .inner .actions .title {
  padding: 0;
  margin-top: -5px;
}
.prelogin .inner .boxBrand {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: -moz-linear-gradient(0deg, #18181a 0%, #0f244b 100%);
  background: -webkit-linear-gradient(0deg, #18181a 0%, #0f244b 100%);
  background: linear-gradient(0deg, #18181a 0%, #0f244b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#18181a", endColorstr="#0f244b", GradientType=1);
  background-color: #0F244B;
}
.prelogin .separator {
  display: flex;
  width: -webkit-fill-available;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.prelogin .separator .line {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid var(--color-line);
}
.prelogin .separator span {
  color: var(--color-line);
}
.prelogin .boxSignUp > span {
  padding-bottom: 10px;
}
.prelogin .boxSignUp .btns {
  margin-top: 10px;
  flex-direction: row;
  gap: 15px;
}
.prelogin .boxSignUp .btn {
  width: 32px;
  height: 32px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
}
.prelogin .boxSignUp .btn .icon {
  width: auto;
  height: auto;
  font-size: 21px;
}
.prelogin .boxSignUp .btn.btnFacebook {
  border: 2px solid #3478f5;
  background-color: var(--color-white);
}
.prelogin .boxSignUp .btn.btnFacebook .icon {
  color: #3478f5;
}
.prelogin .boxSignUp .btn.btnGoogle {
  border: 2px solid #db3e22;
  background-color: var(--color-white);
}
.prelogin .boxSignUp .btn.btnGoogle .icon {
  display: flex;
  width: 21px;
  height: 21px;
}
.prelogin .brand {
  width: 80%;
  height: 70px;
  background: url("../../img/logo.svg") no-repeat center center;
}
.prelogin .message {
  width: 80%;
  font-size: 90%;
  text-align: center;
  margin-top: 0.5em;
}
.prelogin .message.messageDefault {
  margin-left: 0.2em;
  text-align: left;
  background: #fde8d2;
  border-radius: 6px;
  padding: 10px;
  width: 92%;
}
.prelogin .btns {
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  margin-top: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.prelogin .btns .btn {
  margin-bottom: 0.8em;
  font-weight: 500;
}
.prelogin .others {
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  opacity: 0;
  position: absolute;
  height: -webkit-fill-available;
  height: -moz-available;
  height: fill-available;
  pointer-events: none;
  transition: all ease 0.3s;
  display: flex;
  top: 0;
}
.prelogin .others.on {
  transition: all ease 0.3s;
  opacity: 1;
  pointer-events: all;
}
.prelogin .others .bgOthers {
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  height: 100vh;
  z-index: 0;
}
.prelogin .others .inner {
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #ffffff;
  border-top-left-radius: 1.5em;
  border-top-right-radius: 1.5em;
  box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0px;
  transition: all ease 0.2s;
  z-index: 1;
  padding: 5%;
  padding-bottom: 50px;
}
.prelogin .others .inner.on {
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  height: auto !important;
  transition: all ease 0.2s;
  border-radius: 25px;
}
.prelogin .others .inner #messageSignUpStep1 span {
  padding: 0px 10px 10px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.prelogin .others .inner #messageSignUpStep1 span a {
  text-decoration: underline;
}
.prelogin .others .inner #messageLogin .message {
  margin-bottom: 1em;
}
.prelogin .others .inner .form {
  margin-top: 10px;
}
.prelogin .others .inner .form .formControlLine .formControl.form50w {
  width: 52%;
}
.prelogin .others .inner .form .formRadio input[type="text"] {
  width: 90px;
}
.prelogin .others .inner .form .genero.formControlLine {
  justify-content: center !important;
}
.prelogin .others .inner::before {
  content: "";
  width: 30px;
  height: 5px;
  background-color: #d3d3d3;
  border-radius: 20px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
#inputCode {
  font-size: 21px;
  margin-top: 20px;
  padding: 5px 10px;
  text-align: center;
  width: 150px;
}
.btnViewPassword {
  position: absolute;
  right: 5px;
  top: 0;
  padding: 0.7em;
  /* font-size: .8em; */
  border-radius: 0 0 0 1em;
  cursor: pointer;
  transition: all ease 0.2s;
  z-index: 1;
  font-size: 1.3em;
  line-height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.messageSuccessSignUp {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.messageSuccessSignUp .iconSend {
  width: 120px;
  height: 120px;
  display: flex;
}
.messageSuccessSignUp label {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
}
.messageSuccessSignUp span {
  color: #494a56;
  color: #494b56;
}
.messageSuccessSignUp .btnPrimary {
  color: var(--color-white);
}
.messageSuccessSignUp > a {
  width: 100%;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1280px) {
  .prelogin .inner {
    width: 340px;
  }
  .prelogin .inner .boxLogin {
    flex-direction: column-reverse;
  }
  .prelogin .inner .boxLogin .actions {
    width: 100%;
    box-sizing: border-box;
    padding: 25px;
  }
  .prelogin .inner .boxLogin .actions .btn {
    width: 100%;
    box-sizing: border-box;
  }
  .prelogin .inner .boxLogin .boxBrand {
    width: 100%;
    height: 180px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }
}
@media (max-width: 470px) {
  .prelogin .inner {
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill-available;
    height: 100vh;
    justify-content: center;
    align-items: flex-start !important;
  }
  .prelogin .inner .boxLogin {
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: center;
  }
  .prelogin .inner .boxLogin .boxBrand {
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill-available;
    padding: 40px;
  }
  .prelogin .inner .boxLogin .actions {
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill-available;
  }
}
* {
  margin: 0;
  padding: 0;
}
html,
body {
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  margin: 0 auto;
  padding: 0 auto;
}
@supports (-webkit-touch-callout: none) {
  body {
    height: 100%;
    /* Fallback para navegadores iOS */
  }
  .prelogin .others .inner {
    padding-bottom: 140px;
  }
  .intro {
    padding-bottom: 180px !important;
  }
  #planActivateForm {
    padding-bottom: 150px;
  }
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: #494b56;
  font-size: 100%;
  line-height: 1.5;
}
.flexColumn {
  display: flex;
  flex-direction: column;
  gap: var(--gap-general);
}
.btnUpdate {
  position: fixed;
  top: 5px;
  right: 10px;
  z-index: 9999;
  font-size: 80%;
  text-shadow: 1px 1px 1px #fff;
}
.hideDesktop {
  display: none;
}
.hideMobile {
  display: none;
}
#root {
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  height: -webkit-fill-available;
  height: -moz-available;
  height: fill-available;
  overflow: hidden;
  position: relative;
}
#root > .loading {
  width: -webkit-fill-available;
  height: -webkit-fill-available;
  display: flex;
  align-items: center;
  justify-content: center;
}
#root > .loading img {
  height: 60px;
}
.intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* padding-top: 80px; */
  gap: 30px;
  height: 100vh;
  justify-content: center;
}
.intro .loading {
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  height: -webkit-fill-available;
  height: -moz-available;
  height: fill-available;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
}
.intro .loading.loading-white {
  background-color: rgba(255, 255, 255, 0.7);
}
.intro .loading img {
  height: 60px !important;
  filter: brightness(0.5) !important;
}
.intro #btnUploadQR {
  display: none;
}
.intro #btnUploadQR.active {
  display: flex;
}
.intro .container {
  width: var(--container-width);
  padding-bottom: 30px;
}
.intro .intro-head {
  text-align: center;
  margin-bottom: 25px;
}
.intro .intro-content {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
.intro .intro-content .plan {
  width: 20%;
  box-shadow: var(--box-shadow);
  border-radius: 7px;
  border: 1px solid var(--color-line);
  background-color: var(--color-white);
  padding: 20px 20px;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
.intro .intro-content .plan .planTitle {
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: 16px;
}
.intro .intro-content .plan .planTitle h4 {
  font-size: 14px;
  margin-bottom: 10px;
}
.intro .intro-content .plan.plan-1 {
  background-color: #9693b8;
  color: var(--color-white);
  border-color: #9693b8;
}
.intro .intro-content .plan.plan-2 {
  background-color: #f6fffa;
}
.intro .intro-content .plan.plan-3 {
  background-color: #f1f6ff;
}
.intro .intro-content .plan.plan-4 {
  background: #787e9a;
  color: var(--color-white);
  border-color: #787e9a;
}
.intro .intro-content .plan .btnPlanActivate {
  justify-content: center !important;
}
.intro .intro-content .plan .planDetails {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
}
.intro .intro-content .plan .planDetails p {
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: 1px dotted var(--color-line-perfil);
}
.intro .offers {
  display: flex;
  gap: 20px;
  width: -webkit-fill-available;
  justify-content: space-between;
  margin-bottom: 20px;
}
.intro .offers .plan {
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  border: 1px solid var(--color-line);
  border-radius: 5px;
  position: relative;
}
.intro .offers .plan.active {
  border: 2px solid var(--color-warning);
}
.intro .offers .plan.active::after {
  content: '\e92c';
  font-family: 'font-brave';
  position: absolute;
  background-color: var(--color-primary);
  color: var(--color-white);
  width: 24px;
  height: 24px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -10px;
  right: -10px;
  font-size: 24px;
}
.intro .offers .plan .title {
  padding: 4px 15px;
  border-bottom: 1px solid var(--color-line);
  text-align: center;
}
.intro .offers .plan .info {
  padding: 4px 15px;
  /* text-align: center; */
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
.intro .offers .plan .info .last span {
  color: var(--color-danger);
  text-decoration: line-through;
}
.intro .offers .plan .info .cost span {
  font-size: 24px;
  font-weight: bold;
}
.intro .offers .plan .info .details {
  font-size: 14px;
  color: var(--color-line);
}
.intro .offers .plan .info .description {
  font-size: 14px;
  background-color: var(--color-danger);
  color: var(--color-white);
  padding: 3px 15px;
  margin: 5px 0px;
  border-radius: 20px;
}
#payQR #imgQR {
  width: 380px;
  height: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--color-line);
  background-color: var(--color-white);
  border-radius: 2px;
  margin-bottom: 20px;
}
#payQR #imgQR img {
  width: 380px;
  height: 380px;
  filter: brightness(120%);
}
#payQR #imgQR .loading {
  min-height: 100px;
}
#payQR .formImgQr {
  display: flex;
  flex-direction: column !important;
  border-bottom: 1px solid var(--color-line);
  margin-bottom: 15px;
  padding-bottom: 10px;
  gap: 5px;
}
#payQR .formImgQr .formControl {
  display: flex;
  flex-direction: column;
}
.desktop {
  display: block;
}
.mobile {
  display: none;
}
.messageSignUpStep .message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.reset-page {
  width: -webkit-fill-available;
  height: -webkit-fill-available;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reset-page .inner {
  width: 300px;
}
.reset-page .inner .brand img {
  width: 100px;
}
#credentialsForm label h2 {
  line-height: 28px;
  margin-bottom: 20px;
}
#credentialsForm label[for="planActivateCode"] {
  font-weight: bold;
  margin: 0px 0px 5px 0px;
}
#credentialsForm .btnActivateCredential {
  padding-left: 0px;
  gap: 10px;
  align-items: center;
  width: -webkit-fill-available;
  margin-bottom: 0px;
  border-radius: 0px;
}
#credentialsForm .btnActivateCredential b {
  padding: 3px 20px;
  border: 1px solid var(--color-line);
  font-size: 14px;
  border-radius: 20px;
}
#credentialsForm .btnActivateCredential[data-content="usuario_cuenta"] {
  padding-top: 0px;
  margin-bottom: 0px;
}
#credentialsForm .btnActivateCredential.active b {
  color: var(--color-warning);
  border: 1px solid var(--color-warning);
  background-color: var(--color-warning);
  color: var(--color-white);
}
#credentialsForm .btnActivateCredential.active .icon {
  transform: rotate(180deg);
}
#credentialsForm .content {
  padding-left: 10px;
  padding-right: 10px;
  display: none;
}
#credentialsForm .content.active {
  display: flex;
  margin-bottom: 10px;
}
#credentialsForm .FormEnd {
  margin-top: 20px;
  border-top: 1px solid var(--color-line);
  padding-top: 15px;
}
#credentialsForm .FormEnd .btnLink {
  width: 100px;
}
#credentialsForm #usuario_cuenta ul {
  margin-left: 50px;
}
.btnSubmitCode {
  margin-top: 25px !important;
  max-width: 155px !important;
}
.btnSubmitCode span {
  color: var(--color-white) !important;
}
.off {
  display: none;
}
.active {
  display: block;
}
.btnSupport {
  position: fixed;
  z-index: 1000;
  /* border: 1px solid red; */
  display: flex;
  bottom: 72px;
  /* left: 10px; */
  right: 7px;
  width: auto;
  border-radius: 50px;
  height: 20px;
  gap: 5px;
  padding-left: 15px;
  padding-right: 15px;
}
.btnSupport .icon {
  width: 10px;
  height: 30px;
  font-size: 22px;
  border-radius: 150px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.btnSupport span {
  color: var(--color-white);
  font-size: 14px;
}
.formInputTerms {
  display: flex !important;
  align-items: center;
  gap: 5px;
  flex-direction: row !important;
  justify-content: center;
}
.formInputTerms span,
.formInputTerms label {
  padding: 0px;
  margin: 0px !important;
  gap: 10px;
}
@media (min-width: 1080px) {
  #root .boards {
    width: calc(100vw - 200px);
    height: 100dvh;
  }
  #root #menu {
    width: 200px !important;
    height: 100dvh;
    box-sizing: border-box;
  }
  #root #menu .top {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: flex-start;
    padding-top: 20px;
  }
  #root #menu .top .btnMenu {
    height: auto;
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    gap: 10px;
  }
  #root #menu .top .btnMenu span {
    font-size: 14px;
  }
  #boardHome {
    flex-wrap: initial !important;
  }
  #boardHome #menuTop .left {
    display: flex;
    margin: 0;
    padding: 0 !important;
  }
  .btnSupport {
    bottom: 40px;
  }
  .payQR .brand img {
    max-width: 220px;
  }
  .FormEnd {
    flex-direction: row !important;
    width: 100%;
    justify-content: flex-end;
  }
  .intro {
    justify-content: flex-start;
    overflow: auto;
  }
  .intro .intro-head .brand img {
    max-width: 220px;
  }
  .intro .intro-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
  }
  .intro .intro-content .plan {
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill-available;
    height: auto;
  }
}
@media (max-width: 470px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .container {
    width: -webkit-fill-available !important;
    width: -moz-available !important;
    width: fill-available !important;
  }
  .prelogin {
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill-available;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
  }
  .prelogin .inner {
    display: flex;
    flex-direction: column;
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill-available;
    height: -webkit-fill-available;
    height: -moz-available;
    height: fill-available;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .prelogin .inner .boxLogin {
    display: flex;
    flex-direction: column-reverse;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    justify-content: flex-start;
    align-items: center;
  }
  .prelogin .inner .boxLogin .boxBrand {
    width: 100%;
    padding: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .prelogin .inner .boxLogin .actions {
    width: -webkit-fill-available;
    height: 60vh;
  }
  .prelogin .others {
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
  }
  .intro {
    justify-content: flex-start;
    padding-top: 0px;
    padding-bottom: 120px;
    overflow-y: auto;
  }
  .intro .intro-head {
    text-align: center;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }
  .intro .intro-head .brand {
    background-color: #0F244B;
    border-radius: 100px;
    display: flex;
    align-items: center;
    width: max-content;
    margin-bottom: 10px;
    margin-top: 30px;
  }
  .intro .intro-head .brand img {
    width: 80px;
    padding: 2px 20px;
  }
  .intro .intro-head h2 {
    line-height: 30px;
  }
  .intro .intro-content {
    flex-direction: column;
    padding: 20px;
    padding-bottom: 40px;
  }
  .intro .intro-content .plan {
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill-available;
  }
  .planActivate {
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill-available;
    padding: 20px;
    padding-top: 50px;
    height: -webkit-fill-available;
    height: -moz-available;
    height: fill-available;
  }
  .planActivate .offers {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .planActivate .offers .plan .title {
    font-size: 14px;
  }
  .planActivate .offers .plan .info .last {
    font-size: 14px;
  }
  .planActivate .offers .plan .info .cost span {
    font-size: 20px;
  }
  .planActivate .offers .plan .info .details {
    font-size: 12px;
  }
  .planActivate .offers .plan .info .description {
    font-size: 12px;
  }
  .planActivate #planActivateForm {
    padding-bottom: 120px;
  }
  .planActivate #planActivateForm label h1 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .planActivate #planActivateForm .formFlex {
    flex-direction: column;
  }
  .planActivate #planActivateForm .formCINit {
    display: flex;
    flex-direction: row;
    /* grid-auto-columns: 1fr;
                grid-auto-rows: 1fr;
                grid-template-columns: 1fr 1fr;
                grid-template-rows: 1fr 1fr;
                gap: 0px 0px; 
                grid-template-areas: "formCI formComplemento"
                    "formNit formNit";*/
    gap: 10px;
  }
  .planActivate #planActivateForm .formCINit .formCI {
    grid-area: formCI;
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill-available;
  }
  .planActivate #planActivateForm .formCINit .formComplemento {
    grid-area: formComplemento;
    width: 110px;
  }
  .planActivate #planActivateForm .formCINit .formSpace {
    display: none;
  }
  .planActivate #planActivateForm .formCINit .messageInputNit .message {
    margin-bottom: 12px;
  }
  .planActivate #planActivateForm .formCINit .formNit {
    grid-area: formNit;
    width: 100%;
  }
  .payQR {
    padding: 30px 20px 20px 20px;
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill-available;
  }
  .payQR .brand {
    width: 100px;
    margin-left: -5px;
  }
  .payQR h1 {
    font-size: 20px;
    line-height: 25px;
  }
  .payQR .inputMonto {
    margin-top: 10px;
    position: relative;
  }
  .payQR .inputMonto label {
    position: absolute;
    margin: 0;
    top: 1px;
    left: 15px;
    z-index: 10;
    margin-top: 10px;
  }
  .payQR #inputAmount {
    padding-left: 130px;
  }
  .payQR .formImgQr {
    margin-bottom: 0;
  }
  .payQR #imgQR {
    width: auto !important;
    height: auto !important;
  }
  .payQR #imgQR img {
    width: 280px !important;
    height: 280px !important;
  }
  .payQR #imgQR .loading img {
    height: 60px !important;
    filter: brightness(0.5) !important;
  }
  .payQR .btnUploadQR {
    margin-top: 0px;
    margin-bottom: 25px;
  }
  .payQR .btnUploadQR .icon {
    display: flex;
    align-items: center;
    font-size: 18px;
  }
  .credentials {
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill-available;
  }
  #credentialsForm {
    padding: 20px;
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill-available;
  }
  #credentialsForm .content {
    flex-direction: column;
  }
}
