.highlight-row {
  color: #ff3838; /* Màu nền của dòng cần chú ý */
  font-weight: bold; /* Làm chữ trong dòng cần chú ý in đậm */
}
.welldone-row {
  color: #17a2b8; /* Màu nền của dòng cần chú ý */
  font-weight: bold; /* Làm chữ trong dòng cần chú ý in đậm */
}

.login-wrapper .alert
{
  margin-top: 5px;
}
.centered-form {
  display: flex;
  justify-content: center;
  align-items: center;
}
  .container{
    min-width: calc(100vw - 10px);;
    max-width: calc(100vw - 10px);
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #f1f1f1;
}

.logout-btn {
    background-color: #4CAF50;
    color: white;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.logout-btn:hover {
    background-color: #45a049;
}
  .log-in-body {
    /* background: url('../images/Rick_and_Morty-Run_for_Jewels-vector_graphics-car-rainbows.jpg') no-repeat center; */
    background-size: cover;
    font-family: sans-serif;
  }
  .login-wrapper {
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .form {
    position: relative;
    width: 100%;
    max-width: 380px;
    padding: 80px 40px 40px;
    background: #555;
    border-radius: 10px;
    color: #fff;
    box-shadow: 0 15px 25px rgba(0,0,0,0.5);
  }
  .form::before {
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgba(255,255,255, 0.08);
    transform: skewX(-26deg);
    transform-origin: bottom left;
    border-radius: 10px;
    pointer-events: none;
  }
  .form img {
    position: absolute;
    top: -50px;
    left: calc(50% - 50px);
    width: 100px;
    /* background: rgba(255,255,255, 0.8); */
    border-radius: 50%;
  }
  .form h2 {
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 2rem;
    color: #ff652f;
  }
  .form .input-group {
    position: relative;
  }
  .form .input-group input {
    width: 100%;
    padding: 10px 0;
    font-size: 1rem;
    letter-spacing: 1px;
    margin-bottom: 30px;
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    background-color: transparent;
    color: inherit;
  }
  .form .input-group label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0;
    font-size: 1rem;
    pointer-events: none;
    transition: .3s ease-out;
  }
  .form .input-group input:focus + label,
  .form .input-group input:valid + label {
    transform: translateY(-18px);
    color: #ff652f;
    font-size: .8rem;
  }
  .submit-btn {
    display: block;
    margin-left: auto;
    border: none;
    outline: none;
    background: #ff652f;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
  }
  .forgot-pw {
    color: inherit;
  }  

  .close {
    position: absolute;
    right: 1.5rem;
    top: 0.5rem;
    font-size: 2rem;
    font-weight: 900;
    text-decoration: none;
    color: inherit;
  }

  .box-input {
    display: flex;
    align-items: flex-start;
  }
  .box-input textarea {
    padding-left: 5px;
    resize: both;
  }
  .box-input label {
    margin-top: 5px;
    margin-right: 10px;
  }
  
  .function-button .btn {
    min-width: 120px;
  }
  .modal-dialog
  {
    min-width: 90vw !important;
  }
  .export-excel-btn {
    /* display: none; */
  }