.main-footer .float-right {
  display: none !important;
}

/* Enhanced branding */
.brand-link {
  font-weight: 600 !important;
  font-size: 1.25rem !important;
}

/* Improved sidebar styling */
.sidebar-dark-primary {
  background: linear-gradient(180deg, #2c3e50 0%, #1a252f 100%) !important;
}

/* Card styling */
.card {
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  margin-bottom: 1.5rem;
}

.card-header {
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.75rem 1.25rem;
}

/* Table styling */
.table {
  border-collapse: separate;
  border-spacing: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.02);
}

.table th {
  background-color: #f8f9fa;
  color: #495057;
  font-weight: 600;
}

/* Form styling */
.form-control:focus {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Button styling */
.btn {
  border-radius: 0.25rem;
  font-weight: 500;
}

.btn-primary {
  background-color: #2c3e50;
  border-color: #2c3e50;
}

.btn-primary:hover {
  background-color: #1a252f;
  border-color: #1a252f;
}

/* Remove Jazzmin version */
.main-footer .float-right {
  display: none !important;
}

/* Enhanced metrics displays */
.info-box {
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* Responsive improvements */
@media (max-width: 767.98px) {
  .main-sidebar {
    box-shadow: none !important;
  }
}

.selection .select2-selection__choice__display {
  color: rgb(94, 92, 92) !important;
  margin: 3px;
}

td.field-get_assignments {
  width: 20%;
}

a.nav-link.dropdown-toggle {
  display: none;
}

a.dropdown-item.dropdown-footer {
  display: none;
}

.select2-selection__rendered {
  text-transform: capitalize;
}

a.d-block {
  text-transform: capitalize;
}

tr.highlight-row {
  background-color: #ffcccc !important; /* Light red */
}

span.small.quiet {
  margin-left: 10px;
  font-size: 90%;
}

.vLargeTextField {
  height: 50px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
}

.info a.d-block {
    pointer-events: none !important;
    cursor: default !important;
}

.btn-group.float-right {
    display: none !important;
}


/* hide logout page text */
.card-body p.text-center {
    display: none !important;
}