body {
  overflow-y: hidden;
}

/* .container-fluid {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 0;
} */
.odd:hover{
  cursor: pointer;
  background-color: #e6e6e6;
  color: #374151;
}
.col-lg-12 {
  max-width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

.form-group,
.btn {
  width: 100%;
}



.p-login{
  color: #fff;
  /* width: 90%;  */
  text-align: center;
  /* font-size: 0.9rem; */
}

#direitos{
  margin-top: 100px;
  font-size: 10px;
  /* margin-bottom: 0; */
}

#logo {
  position: absolute;
  top: 45px;
  left: 20px;
  z-index: 10; 
  width: 123px; 
}


.card-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  width: 50%;
  display: flex;
}

.card-background {
  background-size: cover;
  background-repeat: no-repeat; 
  background-position: top;
  width: 100%;
  display: flex;
  justify-content: flex-end !important;
  margin: 0;
  padding: 0;
  height: 100vh;
  }

  #senha, #lembre-me{
    color: #fff;
  }

  .card-body{
    width: 100%;
    align-self: center;
  }

  #bem-vindo{
    font-size: 13px;
    color: #fff
  }

  #form{
    display: flex; 
    justify-content: center;
  }

  #h1-portal{
    color: #77C8FF;
    margin-top: 75px;
  }

  .truncate-text {
  /* display: inline-block; */
  max-width: 150px; /* Ajuste a largura conforme necessário */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.position-relative {
  margin-bottom: 27px !important;
}

.disabled-card {
        background-color: #d3d3d3 !important; /* Cor de fundo cinza */
        pointer-events: none; /* Desativa a interação com o card */
        opacity: 0.6; /* Reduz a opacidade para parecer desabilitado */
    }
    
#cardEmpresa{
  border-radius: 16px;
} 

.profile-section {
            width: 80%;
        }
        .profile-section img {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            display: block;
        }
        .profile-section h2 {
            text-align: center;
            font-size: 1.2em;
            margin-top: 10px;
        }
        .profile-section button {
            display: block;
            width: 100%;
            padding: 10px;
            margin-top: 20px;
            background-color: #007bff;
            color: #ffffff;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 1em;
        }
        .main-section {
            margin-left: 20px;
            display: flex;
            flex-direction: column;
            gap: 20px;
        }
        .info-card {
            background-color: #ffffff;
            border-radius: 10px;
            padding: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            font-size: 14px;
        }
        .info-card h5 {
            margin-top: 0;
        }

  @media screen and (max-width: 700px) {
    .card-overlay {
      background-color: rgba(255, 255, 255, 0.6);
      width: 100%;
    }
    .card-body {
      margin-left: 7% !important;
      margin-top: 45%;
    }
    .p-login{
      color: black;
      font-size: 14px;
    }

    #lembre-me {
      color: black;
      font-size: 14px;
    }
    #senha {
      color: #0071BD !important;
      font-size: 18px;
    }
    #bem-vindo {
      font-weight: bolder;
      color: black;
      font-size: 14px;
    }
    #logo {
      margin-top: 120px !important;
      margin-left: 207px !important;
      width: 166px !important;
    }
    .btn {
      width: 100% !important;
    }
    #h1-portal{
      color: #77C8FF;
      font-size: 40px;
    }

    .form-control-user, .btn-user{
      font-size: 20px !important;
    }
}
/* Estilos para tablets e telas intermediárias */
@media screen and (max-width: 1200px) and (min-width: 701px) {
    .card-overlay {
      background-color: rgba(255, 255, 255, 0.6);
      width: 100%;
      margin-left: -4px;
    }
    .card-body {
      margin-top: 11%;
    }
    .p-login{
      color: black;
      font-size: 16px;
      width: 98%;
    }

    #lembre-me {
      color: black;
      font-size: 16px;
    }
    #senha {
      color: #0071BD !important;
      font-size: 18px;
    }
    #bem-vindo {
      font-weight: bolder;
      font-size: 18px;
      color: black;
    }
    #logo {
      margin-top: 120px;
      margin-left: 410px;
      width: 185px;
    }
    .btn {
      width: 100% !important;
    }

    .card-background {
      background-position: bottom;
      margin-top: 52px;
    }

    .col-lg-8 {
      margin: 0 auto;
      float: none;
    }

    .row {
      justify-content: center; 
    }

    #form{
      justify-content: center; 
    }
    #h1-portal{
      font-size: 45px !important;
      color: #77C8FF
    }

    .form-control-user, .btn-user{
      font-size: 20px !important;
    }
}