/* /forum page */
.path-forum .col-sm-12 {
    max-width: 98%;
    margin: 15px auto;
}

/* .path-forum .forum-actions-wrapper {
    margin: 15px 0 15px auto;
} */

.path-forum .action-links {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
}

.path-forum .action-links .btn:active {
    background-color: #97144d;
}

.path-forum .forumWrapper .forumContent {
    width: 100%;
    margin: 0;
    padding: 0 0 5px;
    border: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.path-forum .forumWrapper .forumContent table {
    width: 100%;
    min-width: 600px;
    margin: 0;
    border-collapse: collapse;
    background-color: #fff;
    border: 1px solid #e4e2e0;
}

.path-forum .forumWrapper .forumContent table {
    --bs-table-bg: #ffffff00;
}

/* For WebKit-based browsers (Chrome, Edge, Safari) */
.forumContent::-webkit-scrollbar {
    height: 5px;
}

.forumContent::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.forumContent::-webkit-scrollbar-thumb {
    background: #bdbcbc;
}

.forumContent::-webkit-scrollbar-thumb:hover {
    background: #97144d;
}

.path-forum .forumWrapper .forumContent table tr td {
    padding: 10px;
    vertical-align: top;
    border: none;
}

.path-forum .forumWrapper .forumContent table tr th,
.path-forum .forumWrapper .forumContent table tr,
.path-forum .forumWrapper .forumContent table tr td {
    border: none;
}

.path-forum .forumWrapper .forumContent table a {
    color: #97144D;
}

.path-forum .forumWrapper .forumContent table thead th:first-child {
    width: 70%;
}

.path-forum .forumWrapper .forumContent table thead tr {
    background-color: #97144d;
    color: #fff;
    line-height: 1.5em;
}

.path-forum .forumWrapper .forumContent table thead tr th,
.path-forum .forumWrapper .forumContent table thead tr th a {
    color: #fff;
    font-size: 0.75rem;
    font-weight: bold;
}


.path-forum .forumWrapper .route-forumindex tbody tr td,
.path-forum .forumWrapper .path-forum tbody tr td {
    line-height: 1.25;
    text-align: center;
    color: #000;
}

.path-forum .forumWrapper .forumContent table tbody tr:nth-child(odd) {
    background-color: #f7f7f7;
}

.path-forum .forumWrapper .forumContent table tbody tr:nth-child(even) {
    background-color: #fff;
}

.path-forum .forumWrapper th:first-child,
.path-forum .forumWrapper tbody td:first-child {
    text-align: left;
    padding-left: 1rem;
}