.link-primary {
  color: rgba(220, 38, 38, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: rgba(220, 38, 38, var(--bs-link-underline-opacity, 1)) !important;
}

.link-primary:hover,
.link-primary:focus {
  color: rgba(185, 28, 28, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: rgba(185, 28, 28, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: rgba(127, 29, 29, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: rgba(127, 29, 29, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary:hover,
.link-secondary:focus {
  color: rgba(91, 20, 20, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: rgba(91, 20, 20, var(--bs-link-underline-opacity, 1)) !important;
}

.btn-primary {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #dc2626;
  --bs-btn-border-color: #dc2626;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #b91c1c;
  --bs-btn-hover-border-color: #991b1b;
  --bs-btn-focus-shadow-rgb: 239, 68, 68;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #991b1b;
  --bs-btn-active-border-color: #7f1d1d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #dc2626;
  --bs-btn-disabled-border-color: #dc2626;
}

.btn-secondary {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #7f1d1d;
  --bs-btn-border-color: #7f1d1d;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #6b1717;
  --bs-btn-hover-border-color: #5a1414;
  --bs-btn-focus-shadow-rgb: 127, 29, 29;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #5a1414;
  --bs-btn-active-border-color: #4a1010;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #7f1d1d;
  --bs-btn-disabled-border-color: #7f1d1d;
}

.logo-text {
    font-size: 1.5rem;
    font-weight: 600;
    color: #dc2626;
    padding: 0.3rem 0.5rem;
}


.dashboard-block {
  background-color: #fff;
  border:0;
  border-radius: 0.5rem;
}

.stat-big-num
{
    font-size: clamp(1.5rem, 5vw, 2.2rem);
    font-weight: 700;
    color: #dc2626;
    margin: 0 auto;
}

.stat-small-text
{
    font-size: clamp(0.8rem, 2vw, 1rem);
    color: #6b7280;
}


.stats-table td, .stats-table th {
  font-size: clamp(0.7rem, 2vw, 0.9rem);
  padding-left: 1rem;
}

@media (max-width: 576px) {
  .stats-table td,
  .stats-table th {
    padding-left: 0;
  }
}

.stats-table th {
  font-weight: 600;
}

.stats-table td {
  background-color: #f5f9ff;
}

.tyn-profile-cover
{
    height: 30px;
    background: #6e1818;
    background: linear-gradient(90deg, rgba(110, 24, 24, 1) 0%, rgba(224, 105, 105, 1) 51%, rgba(237, 83, 83, 1) 100%);
    font-size: 0.8rem;
    padding-left: 1.2rem;
    color: #ffffff;
    line-height: 30px;
}

.tyn-media-col .content
{
    font-size: 0.9rem;
}

.tyn-media-col .content b
{
    color: #dc2626;
}