
.open-sans-p {
  font-family: "Open Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 200 to 700

.oswald-title {
  font-family: "Oswald", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 300 !important;
  font-style: normal !important;
}

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.raleway-title {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

body {
    display:flex;
    justify-content: center;
    flex-direction:column;
    align-items:center;
    background-color: #23242c;
  
  margin: 0;
  padding: 0;
  overflow-x: hidden;

  }
img,banner {
  max-width: 90% !important;
  height: auto;
  
}
footer {
  max-width:94%;
  height:auto;
  width:100%;background-color:#f8f9fa;padding: 20px; text-align: center;
  border-top:1px solid #dee2e6;
  position:absolute;
  bottom:-2300px
}


 
    
.mensagem {
background-color: #fff;
width:100%;
padding: 10px;
margin-bottom: 10px;
border-radius: 7px;
overflow: auto;
border:1px solid lightgrey;
color: #000 !important;
}
.mensagem p {
  text-align: center;
  overflow-wrap: break-word !important;
  display: inline; /* Alterado de inline para block */
  color: #fff;
}
.messages {
width: 85% !important;
padding: 0px;
margin-bottom: 10px;
width:90%;
height:650px;
overflow: auto;
background-color: #fff;
top:700px;
position:absolute;
display:flex;
justify-content:center;
align-items:center;
border-radius: 20px;
gap: 10px;
}
.messages div {
  width:100%;
  height:50px;
  background-color: #8c91a5;
  position:relative;
  top:0;
  margin:0;
  
}

.messages div span {
  display:flex;
  justify-content: center;
  align-items: center;
  color:#fff;
  font-size: 26px;
}

 .email-details {
  display: none;
  width:85% !important;
  background-color: #fff;
  z-index:9999;
  position:absolute;
  top:700px;
  border-radius:50px;
  }
  .desative {
    display: none;
  }
  .active {
  display: block;
  }

  .email-details .inbox-data-content-intro {
    width:100%;
    height:550px;
    background-color: #ffe;
    display: block;
    overflow:scroll;
    
  }
  
  .from-email, .user-data-time, .user-data-subject {
    border-bottom:1px solid lightgrey;
    padding:7px;
    box-sizing: border-box;
    overflow:scroll;
  }
 
  
  .date-time-text, .user-data-time-data, .small, .subject {
    display: inline-block;
  }

  .btn-voltar {
    width:100%;
    height:50px;
    padding:5px;
    background:rgb(5,5,35);
    box-sizing:border-box;
    display:flex;
    align-items: center;
  }
  .btn-voltar button {
    width: 100px;
    height:40px;
    background-color: transparent;
    border:0;
    font-family: Monospace,Sans-Serif;
    font-weight: 300;
    font-size:15px;
    color:#fff;
    transition: 0.20s linear;
  }
  .btn-voltar button:active {
    color:transparent;
  }
  header {
    width:100% !important;
    height: 50px;
    background-color: #23242c;
    position: absolute;
    top:0;
    left:0;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding:0;
  }
  .banner {
    width:100% !important;
    height:400px;
    background-image: url(/banner.webp);
    background-repeat: no-repeat ;
    background-size: 100%;
    margin:50px;
    box-sizing: border-box;
    position: absolute;
    top:0px;
  }
  .email-addres {
    width:90%;
    height:200px;
    border:2px dashed #6c6e72;
    position: absolute;
    top: 450px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:10px;
    background-color: #23232b;
  }
  .email-addres span {
    width: 50%;
    height:50px;
    border-radius:30px;
    background-color: #2c2d34;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#e8e9ea;
  }
  .email-addres .buttons-email {
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap:10px;
    
  }
  .buttons-email .item {
    flex:1 1 100px;
    width:100px;
    height: 40px;
    background: #e8e9ea;
    border:none;
    border-radius:20px;
    box-shadow: 0 2px 2px #8c92a5;
    color: #707277;
  }
  header img {
    width:100px;
    height: 45px;
    float:left;
    margin-left:30px;
    border-radius:20px;
  }
  
  #mensagen {
    position:relative;top:300px;
    background-color: transparent;
    text-align: center;
    color:#707277;
  }
  
  @media (min-width:392px) and (max-width: 400px){
    footer {
      position:absolute;
      bottom:-4500px;
    }
  }