.title-user-pro{
    background-color: #ffffff;
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    padding: 10px;
}

.card-img{
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-img img{
    margin-top: 15px;
    height: 80px;
    width: 80px;
}

/* styles.css */

/* Estilo para o componente TimePicker */
.custom-time-picker {
    font-family: Arial, sans-serif;
    color: #333;
  }
  
  /* Estilo para o relógio do TimePicker */
  .custom-clock {
    border: 2px solid #ccc;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  /* Estilo para as horas do TimePicker */
  .custom-hour {
    color: #333;
  }
  
  /* Estilo para os minutos do TimePicker */
  .custom-minute {
    color: #333;
  }
  
  /* Estilo para os segundos do TimePicker */
  .custom-second {
    color: #333;
  }
  
  .nav-icon-hover {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .heigth-textarea {
    height: 200px;
  }

  .loading-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
  }
  
  .loading-container img{
    height: 40px;
  }

  .chart-js{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .chart-bar{
    width: 60%;
    height: 300px;
  }

  .container-filter-graphic{
    display: flex;
  }

  
  .container-filter-graphic >div{
    padding-right: 10px;
  }