.ant-form-item {
  margin-bottom: 6px;
}

.ant-input, .ant-btn-bordered, .ant-select-selection, .ant-select-dropdown, .ant-dropdown-menu {
  border-radius: 1px !important;
}

.ant-tabs-nav .ant-tabs-tab-active, .ant-tabs-tab:hover {
  color: var(--primary-tint-color) !important;
}

.ant-tabs-ink-bar {
  background-color: var(--primary-tint-color) !important;
}

.ant-clickable-table td {
  cursor: pointer;
}

.ant-card-lg {
  min-width: 600px;
}

.ant-card .ant-card-content {
  margin: 16px 0;
}

.ant-details-container .ant-details {
  border-bottom: 1px solid #ccc;
  padding: 12px 0 4px 0;
}

.ant-details-container .ant-details .ant-details-title {
  font-weight: bold;
}

.ant-details-container .ant-details .ant-details-value {
  white-space:pre-wrap;
  word-wrap: break-word;
}

.ant-space-row div[class^="ant-col-"]{
  padding: 0 4px;
  min-height: 90px;
}

.ant-filters .ant-filter, .ant-sorting div[class^="ant-col-"] {
  padding: 0 24px 16px 0;
}

.ant-filters .ant-filter label, .ant-sorting label {
  font-weight: bold;
}

.ant-hr {
  margin-top: 8px;
  border-top: 1px solid #eee;
}

.ant-sorting .ant-select {
  display: block;
}

.ant-td-center {
  text-align: center;
}

.ant-text-danger {
  color: #d9534f;
  font-weight: bold;
}

.ant-draggable {
  cursor: move;
}

.ant-label {
  border: 1px solid transparent;
  background-color: #5bc0de;
  padding: 2px 4px;
  border-radius: 2px;
  color: white;
  font-size: 10px;
  font-weight: bold;
}

.ant-label:hover {
  color: #eee;
}

.ant-success-icon {
  background-color: #5cb85c;
  font-weight: bold;
  color: white;
  padding: 2px;
  border-radius: 20px;
}

.ant-danger-icon {
  background-color: #d9534f;
  font-weight: bold;
  color: white;
  padding: 2px;
  border-radius: 20px;
}

.ant-pagination .page-inner {
  display: block;
  width: 100%;
  margin: 0px;
}

.ant-pagination .ant-pagination-jump-prev:after, .ant-pagination .ant-pagination-jump-next:after {
  content: "";
  display: block;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.25);
  text-align: center;
}

.ant-pagination .ant-pagination-jump-prev .page-inner, .ant-pagination .ant-pagination-jump-next .page-inner {
  text-decoration: none;
}

.ant-pagination .ant-pagination-jump-prev .page-inner:after, .ant-pagination .ant-pagination-jump-next .page-inner:after {
  content: "\2022\2022\2022";
  display: block;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.25);
  text-align: center;
}

.ant-help {
  font-style: italic;
}

.ant-loader-card, .ant-loader-card:focus, .ant-loader-card:hover {
  border: 0;
  box-shadow: none !important;
}

.ant-loader-card > .ant-card-body {
  padding: 0;
}

.ant-error {
  padding: 16px;
}
