.table-striped tbody tr:nth-of-type(2n + 1) .archive_details {
  border: 1px solid #fff;
  background: #fff;
}

.archive_details,
.filter-box {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}

.content-filter-form .btn,
.content-filter-form .custom-select {
  height: 37px;
}

.content-filter-form .form-control,
.content-filter-form .form-control:focus {
  background: #fff;
}
