body {
    padding-top: 56px;
    background-color: #121212;
    color: #f1f1f1;
}
.navbar {
    background-color: #282828;
}    
.task-row {
    background-color: #1e1e1e;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    transform: translateY(-2px);
    transition: transform 0.2s ease;
    margin: 0 8px;
}

.task-row:hover {
    transform: translateY(-2px);
}

.task-row td {
    background-color: transparent; /* prevent td from overriding row bg */
    border: none;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
    line-height: 1.3 !important;
}

.navbar-nav .nav-link {
    font-weight: 500;
}

.navbar-brand {
    font-size: large;
    color: #EAEAEA;
}

.navbar-brand span {
    font-size: small;
    color: #D64242;
}

/*.navbar-nav .nav-link.active {
    color: #EAEAEA; 
} */

.navbar-nav .nav-link.active {
  color: #EAEAEA;         /* Ko-fi red for visual pop */
  font-weight: 600;       /* Slightly bolder */
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
}

.col-lg-2 {
    background-color: #282828;
}

.col-lg-12,
.col-lg-10 {
    background-color: #353535;
    /* background behind rows*/
}

#title {
    color: #45a29e;

}

strong {
    color: #45a29e;
}

h5,
h6,
.h6 {
    color: #66fef1;
}

table {
    border-collapse: separate;
    border-spacing: 0 7px;
    padding: 0 12px;
    box-sizing: border-box;
    border-spacing: 0 10px;
}

.table thead tr th {
    background-color: #1e1e1e;
    color: #90F7EC;
    border: none;
    padding: .5rem 1rem;
}

.table tbody tr td {
    background-color: #353535;
    /*color or row */
    color: #66fef1;
    border: none;
    padding: .5rem 1rem;
}

td img {
    max-width: 5rem;
}

tbody tr:not(.detail-row) {
    cursor: pointer;
}

.detail-row:hover td {
    background-color: inherit !important;
}

.highlighted-row td {
    text-decoration: line-through;
    /* text-decoration-thickness: 2px; */
    /* text-decoration-color: #3EE68A; */
    background-color: #05472A !important;
}

.detail-row td div {
    background-color: #2A2A2A;
    padding: 1rem;
    margin-top: 10px;
    border-radius: 6px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

tbody tr {
    position: relative;
    z-index: 1;
}


.card {
    background-color: #1e1e1e;
    color: #f1f1f1;
    border: 1px solid #333;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /*width: 120px;             /* make boxes smaller */
    /*padding: 4px;             /* tighten up spacing */

}

.card-footer {
    background-color: #2a2a2a;
    border-top: 1px solid #444;
}

.card hr {
    border-color: #fff;
    margin: 6px;
}


.card-title,
.card-subtitle {
    margin: 0 16px 6px 16px;
    color: #EAEAEA
}

.card-text {
    color: #45a29e;
}

.card img {
    max-width: 10rem;
    padding: 5px;
}

.list-group-item {
    background-color: #1e1e1e;
    color: #f1f1f1;
}

.sidebar .nav-link {
    color: #ccc;
}

.sidebar .nav-link {
    border: 1px solid transparent;
    transition: border 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.sidebar .nav-link:hover {
    background-color: #323c3f;
    color: #fff;
    outline: none;
}

.sidebar .nav-link.active {
    border: 1px solid #45a29e;
    background-color: #333;
    color: #66fcf1;
    box-shadow: 0 2px 6px rgba(33, 42, 49, 0.6);
}

hr {
    border-color: #444;
}

.badge:not(td span.badge) {
    border-radius: 0 5px 0 5px;
}

.btn.toggle-detail {
    padding: 0;
}

.btn.toggle-detail:focus,
.btn.toggle-detail:active,
.btn.toggle-detail:focus:active {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    background-color: transparent !important;
}

.btn.toggle-detail:focus:not(:focus-visible) {
    outline: none;
    box-shadow: none;
}

.form-check {
    font-size: 1.4rem;
}

.form-check-input {
    accent-color: #00b894;
    border: none;
}

.form-check-input:disabled {
    opacity: 1;
}

.form-check-input:checked {
    background-color: #024950;
    border-color: #024950;
}

.form-check-input:focus,
.form-check-input:active,
.form-check-input:hover {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

#title {
    display: none;
}

@media (max-width: 992px) {
    #title {
        display: block;
    }

    .rounded-start-4,
    .rounded-4,
    .rounded-end-4 {
        border-radius: 0 !important;
    }
}

.exfil-footer {
    background-color: #282828;
    text-align: center;
    color: #d4d4d4;
    font-size: 0.95rem;
}


.exfil-footer .footer-content {
    max-width: 800px;
    margin: 0 auto;
}

.exfil-footer h2 {
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #cfcfcf;
}

span.green {
    color: #cd3232;
}

.exfil-footer p {
    margin: 0.5rem 0;
}

.exfil-footer .footer-nav a {
    margin: 0 8px;
    color: #ffffff;
    text-decoration: none;
}

.exfil-footer .footer-nav a:hover {
    text-decoration: underline;
}

.exfil-footer .footer-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin: 1rem 0;
    flex-direction: row; /* Force icons to stay inline */
}


.exfil-footer .footer-icons a {
    margin: 0 10px;
    font-size: 1.3rem;
    color: #d4d4d4;
    text-decoration: none;
}

.exfil-footer .disclaimer {
    font-size: 0.8rem;
    color: #999;
    margin-top: 1rem;
}

.bi {
    transition: all 0.3s ease;
}

.bi-discord:hover {
    color: #5865F2;
}

.bi-youtube:hover {
    color: #FF0000;
}

.bi-twitch:hover {
    color: #6441A5
}

.toggle-icon {
    display: inline-block;
    font-size: large;
    color: #EAEAEA;
    transition: transform 0.3s ease;
}

.collapsed .toggle-icon {
    transform: rotate(0deg);
}

[aria-expanded="true"] .toggle-icon {
    transform: rotate(180deg);
}

td span.toggle-icon {
    color: #45a29e;
}

.exfil-footer .Kofi-button {
    background-color: #FF5E5B;
    padding: 6px 14px;
    border-radius: 6px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
    max-width: 250px;
    width: 100%;
    box-sizing: border-box;
}

.exfil-footer .Kofi-button:hover {
    background-color: #ff7673;
}
.exfil-footer .update-tag {
    font-size: 0.75rem;
    color: #aaa;
    margin-bottom: 0.25rem;
}
.tips-container {
    background-color: #1e1e1e;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
    margin: 20px auto;
    max-width: 1000px;
}
