.parent-nav {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.7);
}

.avatar img {
  object-fit: cover;
  border-radius: 50%;
  width: 36px;
  height: 36px;
}

table.dataTable tbody>tr.selected {
  background-color: #f79257;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  border-color: #f79257;
  background-color: #f79257;
}

.card .table td,
.card .table th {
  padding-right: 0.5rem;
}

.table th,
.table td {
  /* padding: .4rem; */
  vertical-align: middle;
  border-top: 1px solid #e9ecef;
}

.table td,
.table th {
  font-size: 0.7rem;
  white-space: nowrap;
}

.focused .form-control {
  border-color: #f79257;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  border-color: #f79257;
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #f79257;
  background-color: #f79257;
  box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05);
}

.dt-buttons {
  padding-left: 0;
}

.buttons-excel {
  font-size: 0.75rem;
  transition: all 0.15s ease;
  letter-spacing: 0.025em;
  text-transform: none;
  will-change: transform;
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  color: #fff;
  border-color: #172b4d;
  background-color: #172b4d;
}

.buttons-excel:hover {
  font-size: 0.75rem;
  transition: all 0.15s ease;
  letter-spacing: 0.025em;
  text-transform: none;
  will-change: transform;
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  color: #fff;
  border-color: #172b4d;
  background-color: #172b4d;
}

.table-form td {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.table-form th {
  text-align: center;
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.table-form td {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.table-form td .form-control-sm {
  font-size: 0.65rem;
}

.table-form td input {
  text-align: center;
}

.form-control-sm+.select2-container .select2-selection--single {
  font-size: 0.65rem;
}

.select2-search__field {
  height: calc(0.45em + 1.25rem + 5px) !important;
  font-size: 0.65rem !important;
}

.select2-results__option {
  font-size: 0.65rem !important;
}

.divider {
  display: block;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
  border-top: 1px dashed #c5c5c5;
}

.header-small {
  padding: 0.5rem 1.5rem;
}

.header-icon {
  position: absolute;
  top: 1em;
  right: 2em;
}



.modal-full {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  min-height: 100% !important;
  max-width: 100%;
  margin: 0 !important;
}

.modal-full>.modal-content {
  height: 100% !important;
  border-top-left-radius: 0.4375rem;
  border-bottom-left-radius: 0.4375rem;
}

.modal-full>.modal-content#modal-content-sji {
  height: auto !important;
  left: -100px;
}

.sizerun-table table td {
  /* border-bottom: 1px solid #ddd; */
  text-align: center;
  background-color: #fff;
  padding: 8px 0 !important;
}

.sizerun-table table input {
  width: 100%;
  font-size: 12px;
  color: #8e9dae !important;
}

.sizerun-table table input:focus {
  outline: none;
}

.mytable-fixed tr.selected td {
  background-color: #f79257 !important;
}

.nav-ceisa {
  border-bottom: 1px solid #e0e0e0;
}

.nav-ceisa .nav-link {
  border: none;
  color: #555;
  font-weight: 500;
  padding: 10px 18px;
  margin-right: 5px;
  border-radius: 10px 10px 0 0;
  transition: all 0.3s ease;
}

.nav-ceisa .nav-link:hover {
  background: #f1f5f9;
  color: #fa6741;
}

.nav-ceisa .nav-link.active {
  background: #fa6741;
  color: #fff !important;
  font-weight: 600;
  box-shadow: 0 -2px 8px rgba(13, 110, 253, 0.3);
}

/* Vertical Timeline - Left */
.timeline-vertical {
  position: relative;
  margin: 20px 0;
  padding-left: 40px;
}

.timeline-vertical::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 14px;
  width: 2px;
  background: #d6d6d6;
  /* garis vertikal */
}

.timeline-item {
  position: relative;
  margin-bottom: 25px;
}

.timeline-marker {
  position: absolute;
  left: 6px;
  top: 4px;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 2px solid #0d6efd;
  /* biru bootstrap */
  border-radius: 50%;
  z-index: 2;
}

.timeline-content {
  padding-left: 10px;
}

.timeline-time {
  font-size: 13px;
  color: #6c757d;
  margin-bottom: 2px;
  font-weight: 500;
}

.timeline-desc {
  font-size: 14px;
  color: #212529;
}