.main-container,
.main-container * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.custom-dialog-termos-panel{
  max-height: 800px;
  overflow-y: auto; 
  position: relative;
}

.window-content-txt article{
  padding-top: 10px;
}



html,
body {
  height: 100%;
  font-family: Arial, sans-serif;
}

input,
select,
textarea,
button {
  outline: 0;
}

.main-container {
  display: flex;
  /* flex-direction: column; */
  width: 100%;
  max-width: 1920px;
  height: auto;
  min-height: 100vh;
  margin: 0 auto;
  background: #e6eaee;
  justify-content: center;
  /* align-content: center; */
  align-items: center;
}

#window-login {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  position: absolute;
  max-width: 500px;
  width: 100%;
  height: auto;
  margin: 10% auto;
  padding: 52px 40px;
  background: #ffffff;
  z-index: 1;
  border-radius: 16px;
  border: 1px solid #abbed1;
}

#window-login .window-content {
  gap: 24px;
  display: flex;
  flex-direction: column;
}

/* Telas médias */
@media (min-width: 768px) and (max-width: 1023px) {
  #window-login {
    margin: 5% auto;
  }
}

/* Telas pequenas */
@media (max-width: 767px) {
  #window-login {
    width: 90%;
  }
}

.fields-user {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  max-width: 396px;
  width: 100%;
  padding: 16px 20px 16px 20px;
  background: #f5f7fa;
  z-index: 36;
  overflow: hidden;
  border-radius: 4px;
}

.user-input {
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  min-width: 0;
  height: 24px;
  z-index: 37;
}

.user-span {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  color: #4d4d4d;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  white-space: nowrap;
  z-index: 38;
}

.input-user {
  flex-shrink: 0;
  position: absolute;
  width: 396px;
  height: 56px;
  top: 0;
  left: 0;
  background-color: #f0f3f6;
  border: none;
  outline: none;
  padding-left: 6%;
  color: #4d4d4d;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  white-space: nowrap;
  z-index: 39;
}

/* Telas pequenas (CONTROLE DOS BOTÕES) */





@media (max-width: 464px) {  
  .fields-user {
    width: 345px;
  }
}

@media (max-width: 410px) {  
  .fields-user {
    width: 300px;
  }
}

@media (max-width: 374px) {
  .fields-user {
    width: 100%;
  }
}

/*----------------------------------------*/

@media (max-width: 464px) {  
  .input-user {
    width: 345px;
  }
}

@media (max-width: 410px) {  
  .input-user {
    width: 300px;
  }
}

@media (max-width: 374px) {
  .input-user {
    width: 100%;
  }
}

/*----------------------------------------*/

@media (min-width: 374px) and (max-width: 465px) {  
  .fields-password {
    width: 100%;
  }
}

@media (max-width: 374px) {
  .fields-password {
    width: 100%;
  }
}

/*----------------------------------------*/

@media (min-width: 374px) and (max-width: 465px) {  
  .fields-password-input {
    width: 100% !important;
  }
}

@media (max-width: 374px) {
  .fields-password-input {
    width: 100% !important;
  }
}

/*----------------------------------------*/

@media (max-width: 464px) {  
  .button-element {
    width: 345px !important;
  }
}

@media (max-width: 410px) {  
  .button-element {
    width: 300px !important;
  }
}

@media (max-width: 374px) {
  .button-element {
    width: 250px !important;
  }
}

/*----------------------------------------*/

@media (min-width: 374px) and (max-width: 465px) {  
  .hide-element img {
    margin-left: -40%;
    margin-top: -10%;
  }
}

@media (max-width: 374px) {
  .hide-element img {
    margin-left: -40%;
    margin-top: -10%;
  }
}

/*----------------------------------------*/



.password-user {
  flex-shrink: 0;
  position: absolute;
  width: 396px;
  height: 56px;
  top: 0;
  left: 0;
  background-color: transparent;
  border: none;
  outline: none;
  /* padding-left: 6%; */
  color: #4d4d4d;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  white-space: nowrap;
  z-index: 39;
}


.fields-password {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 40;
}

.fields-password-2b {
  display: flex;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 12px;
  position: relative;
  min-width: 0;
  padding: 16px 20px 10px 20px;
  background: #f5f7fa;
  z-index: 41;
  overflow: hidden;
  border-radius: 4px;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
  /* Box-shadow invisível */
}

input:-webkit-autofill:focus {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

.fields-password-2c {
  flex-grow: 0.93;
  height: 56px;
  background: transparent;
  border: none !important;
  outline: none;
  padding-left: 4%;
  color: #4d4d4d;
  font-family: Inter, var(--default-font-family);
  font-size: 16px !important;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  white-space: nowrap;
}

.fields-password-input {
  flex-shrink: 0;
  position: absolute;
  width: 396px;
  height: 56px !important;
  top: 0;
  left: 0;
  outline: none;
  background-color: #f0f3f6;
  padding-left: 6% !important;
  color: #4d4d4d !important;
  font-family: Inter, var(--default-font-family);
  font-size: 16px !important;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  white-space: nowrap;
  border: none !important;
}

.hide-element img {
  width: 91%;
}

#cross {
  align-self: self-end;
}


.hide-element {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 45;
  place-self: flex-end;
  margin-right: 2%;
  margin-top: -1%;
}

.hide-element-2d {
  position: relative;
  width: 50px;
  height: 17px;
  margin: 0.464px 0 0 3px;
  background-size: 100% 100%;
  z-index: 46;
}

.button-element {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
  width: 396px;
  height: 56px;
  padding: 20px 20px 20px 20px;
  cursor: pointer;
  background: #3091f0;
  border: none;
  z-index: 50;
  border-radius: 4px;
}

.active-products {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  width: 53px;
  height: 19px;
  color: #ffffff;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  text-align: center;
  white-space: nowrap;
  z-index: 51;
}

.atom-container-2e {
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  min-width: 0;
  height: 16px;
  z-index: 48;
}

.description-text {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: 27.78%;
  height: 100%;
  top: 0;
  left: 72.17%;
  color: #0671e0;
  font-family: Inter, var(--default-font-family);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: right;
  white-space: nowrap;
  cursor: pointer;
  /* Torna o cursor um ponteiro quando passa sobre o elemento */
  z-index: 49;
}

.reset-password {
  display: flex;
  justify-content: center;
  /* Centraliza horizontalmente */
  align-items: center;
  /* Centraliza verticalmente */
  width: 100%;
  /* Garante que o contêiner ocupe toda a largura */
  white-space: normal;
  /* Permite quebra de linha */
  text-align: center;
  /* Centraliza o texto */
  padding: 1px;
  /* Adiciona um pouco de padding para espaçamento */
  box-sizing: border-box;
  /* Inclui o padding na largura do contêiner */
  white-space: pre-line;
}

.text-reset-password {
  /* padding: 5%; */
  color: #212120;
  font-family: Inter, var(--default-font-family);
  font-size: 14px;
  font-weight: 450;
  line-height: 25.523px;
  text-align: center;
}

#logoMeridio {
  width: 212px;
  height: 62px;
}

/* Estilos do rodapé */
.footer-login {
  background-color: #052141;
  color: #fff;
  text-align: center;
  padding: 12.7px;
  position: absolute;
  width: 100%;
  bottom: 0;
}

/* Tamanho e estilo do texto */
.footer-login span {
  display: block;
  font-size: 0.9rem;
}

.labelVersao {
  position: absolute;
  padding: 3%;
  bottom: 0;
  display: flex;
  justify-content: center;
  margin-top: 7px;
  width: 226px;
}

@media screen and (max-height: 460px) {
  .labelVersao {
    position: inherit;
    padding: 3%;
    bottom: 0;
    display: flex;
    width: 262px;
    justify-content: center;
    margin-top: 7px;
  }
}

@media screen and (min-width: 768px) and (max-height: 650px) {
  .labelVersao {
    position: inherit;
    padding: 3%;
    bottom: 0;
    display: flex;
    width: 262px;
    justify-content: center;
    margin-top: 7px;
  }
}