/*------------------------
		 Typography 
-------------------------*/

.table.table-borderless > tbody > tr > td {
  border-bottom: 0px;
}
.table.table-condensed thead tr th,
.table.table-condensed tbody tr td,
.table.table-condensed tbody tr td *:not(.dropdown-default) {
  white-space: nowrap;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table.table-condensed tbody tr td {
  padding-top: 12px;
  padding-bottom: 12px;
}
.table.table-borderless tbody tr td {
  border-top: 0;
}
.table tbody tr td {
  background: #fff;
  border-bottom: 1px solid rgba(230, 230, 230, 0.7);
  border-top: 0px;
  /* padding: 20px; */
  font-size: 13.5px;
}
.table.table-condensed tbody tr td h1,
.table.table-condensed tbody tr td h2,
.table.table-condensed tbody tr td h3,
.table.table-condensed tbody tr td h4,
.table.table-condensed tbody tr td h5 {
  margin: 0;
}
.type-info {
  text-align: right;
}
.type-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 9999px;
  background: #f1f5f9;
  color: #64748b;
  font-size: 12px;
  font-weight: 600;
}
.text-light {
  font-weight: 300;
}
.text-normal {
  font-weight: 400;
}
.text-medium,
strong {
  font-weight: 500;
}
.text-bold {
  font-weight: 700;
}
.text-ultra-bold {
  font-weight: 900;
}
.txt-default {
  color: #bac3d0;
}
.txt-primary {
  color: #337ab7;
}
.txt-success {
  color: #36c6d3;
}
.txt-info {
  color: #659be0;
}
.txt-warning {
  color: #f1c40f;
}
.txt-danger {
  color: #ed6b75;
}
.font-red {
  color: #ff8080 !important;
}
.font-green {
  color: #00ff00 !important;
}
.font-yellow {
  color: #ffff80 !important;
}
.dark-theme .table tbody tr td {
  background: #1f2937;
  border-bottom: 1px solid #374151;
  color: #e4e6ea;
}
.dark-theme .type-badge {
  background: #2d323b;
  color: #b0b3b8;
}
.dark-theme .borderBox.light.bordered {
  background: #1f2937;
  border: 1px solid #3a3f4b;
  color: #e4e6ea;
}
.dark-theme .card-body h1,
.dark-theme .card-body h2,
.dark-theme .card-body h3,
.dark-theme .card-body h4,
.dark-theme .card-body h5,
.dark-theme .card-body h6 {
  color: #e4e6ea;
}
.dark-theme .card-body ul li,
.dark-theme .card-body ol li {
  color: #e4e6ea;
}
