a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.custom-details-table button {
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.custom-details-table th:hover button {
    opacity: 1;
    pointer-events: auto;
}

.custom-details-table svg {
    width: 16px !important;
    height: 16px !important;
}

.deal-company-logo {
    width: 40px;
    height: 40px;
    border-radius: 8px;
}

.list-deals-card {
    transition: transform 0.3s ease-in;
    text-decoration: none !important;
}

.list-deals-card:hover {
    transform: scale(1.01);
}

.nav-link-icon {
    width: 16px;
    height: 16px;
}

/* used in abort status pages 404.html  */
.status-code {
    font-size: 8rem;
    font-weight: bold;
}
