/* Wraps both banner and login content */
.login-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
}

.login-container {
    display: flex;
    justify-content: center;
    width: 100%;
}

.login-form {
    width: 100%;
    max-width: 400px;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	margin-top:120px;
}

.banner img {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
    height: auto;
	margin-top:20px;
}

@media (max-width: 576px) {
  .login-form {
    margin-top: 10px !important;
  }
}

.login-info {
  font-size: 0.95rem;
  color: #555;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.login-info a {
  color: #007bff;
  text-decoration: none;
}

.login-info a:hover {
  text-decoration: underline;
}



.table-responsive {
  max-height: calc(100vh - 150px);
  overflow: auto;
  position: relative;
}

.table thead th {
  position: sticky;
  top: 0;
  background-color: #343a40;
  color: white;
  z-index: 10;
}

.sticky-col {
  position: sticky;
  left: 0;
  background-color: #f2f2f2;
  z-index: 20;
  white-space: nowrap;
}

.table thead .sticky-col {
  z-index: 40;
  background-color: #343a40;
  color: white;
}


#tag-container .badge {
  display: inline-flex;
  align-items: center;
}

 #tipBox {
        min-height: 48px; /* or 2.5rem, adjust as needed */
        display: flex;
        align-items: center;
        justify-content: center;
    }
	
	
.uit-badge {
    user-select: none; /* Standard */
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE/Edge */
}

.nav-tabs {
  justify-content: center;
}

.nav-tabs .nav-link {
  cursor: pointer;
}


.nav-tabs .nav-item {
  display: inline-block;
  margin-right: 10px;
}
