.payment {
    font-weight: 500;
    color: #374151;
}


.badge {
    display: inline-block;
    padding: 4px 8px;
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
    border-radius: 4px;
}

.plan-validaty.active,
.badge-active {
    background-color: rgba(14, 148, 147, 0.2);
    color: var(--typo-primary);
}

.plan-validaty.experie,
.badge-expired {
    background-color: rgba(254, 226, 226, 1);
    color: rgba(242, 71, 71, 1);
}

.badge-pending {
    background-color: rgba(255, 193, 7, 0.2);
    color: rgba(255, 193, 7, 1);
}


.table-container {
    overflow-x: auto;
}

.custom-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border-radius: 10px;
    border: solid 1px var(--light-gray);
}

.custom-table thead {
    background-color: #322e2b;
    color: #fff;
    font-weight: 600;
}

.custom-table th,
.custom-table td {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid var(--light-gray);
    border-right: solid 1px rgba(230, 230, 230, 1);
}

.custom-table th:last-child,
.custom-table td:last-child {
    border-right: none;
}

.custom-table tbody tr:nth-child(odd) {
    background-color: #f2f6fb;
}

.custom-table tbody tr:nth-child(even) {
    background-color: #fff;
}

.custom-table th:first-child {
    border-top-left-radius: 10px;
}

.custom-table th:last-child {
    border-top-right-radius: 10px;
}

.custom-table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.custom-table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}
.table-container {
    overflow-x: auto;
}

.custom-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border-radius: 10px;
    border: solid 1px var(--light-gray);
}

.custom-table thead {
    background-color: #322e2b;
    color: #fff;
    font-weight: 600;
}

.custom-table th,
.custom-table td {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid var(--light-gray);
    border-right: solid 1px rgba(230, 230, 230, 1);
}

.custom-table th:last-child,
.custom-table td:last-child {
    border-right: none;
}

.custom-table tbody tr:nth-child(odd) {
    background-color: #f2f6fb;
}

.custom-table tbody tr:nth-child(even) {
    background-color: #fff;
}

.custom-table th:first-child {
    border-top-left-radius: 10px;
}

.custom-table th:last-child {
    border-top-right-radius: 10px;
}

.custom-table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.custom-table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}


