@charset "UTF-8";
/* CSS Document */

.card-body table tr:hover {
  background: #fff7d3;
}

.card-body table tr:hover th {
  background: #fff;
}

.card-body table tr:hover td:nth-of-type(1) {
  background: #fff;
}

.status_warning span:not(.ag-cell-value) {
  color: #fff !important;
  background: #fd7e14 !important;
  padding: 4px 12px;
  border-radius: 4px;
}

.status_late span:not(.ag-cell-value) {
  color: #fff !important;
  background: #f1416c !important;
  padding: 4px 4px;
  border-radius: 4px;
}

.status_locked span:not(.ag-cell-value) {
  color: #fff !important;
  background: #f1416c !important;
  padding: 4px 12px;
  border-radius: 4px;
}

.status_active span:not(.ag-cell-value) {
  color: #198754 !important;
  background: #9ae6c3 !important;
  padding: 4px 12px;
  border-radius: 4px;
}

.action_delete {
  color: #f1416c !important;
}

.app-header-secondary .custom-link {
  width: inherit;
  height: inherit;
}

.threeDrop {
  margin-top: 0.75rem;
  width: 70%;
}

@media (max-width: 1024px) {
  .threeDrop {
    width: 62%;
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 500px) {
  [data-kt-app-header-stacked="true"] .app-header {
    height: inherit;
  }

  .app-header {
    height: inherit;
  }

  .app-header-secondary {
    display: none;
  }

  #list-search {
    width: 100px;
  }

  .app-content {
    padding-top: 32px;
  }

  .threeDrop {
    width: 110%;
    margin-bottom: 0.5rem;
  }
}
