.card{
    border: 1px solid #d8dbe0;
}
.card-header{
    background-color: dodgerblue;
    color: white;
}
.custom-table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #000;
}

.custom-table th,
.custom-table td {
    border: 1px solid #333;
    padding: 10px;
    text-align: center;
}

.custom-table th {
    background-color: #f0f0f0;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #000;
}

.custom-table tbody tr td {
    background-color: lightgray;
    color: #000;
}

.custom-table tbody tr:nth-child(odd) td {
    background-color: #ffffff;
    color: #000;
}
.table-head {
    background-color: lightslategray !important;
}

.current{
    color: dodgerblue;
}

.stat-card {
    border-radius: 10px;
    border: 2px solid #d97706;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    border-color: #007bff;
}
.stat-card span.fi-wi-stats-overview-stat-label {
    font-size: 20px;
}

.stat-card svg {
    width: 25px;
    height: 25px;
}
.fi-ta-col-wrp a {
    width: auto;
}
