.usbr {
    border-radius: 4px;
    border: 1px solid #38383861;
    padding: 13px;
    color: white;
    margin-bottom: 10px;
}









/* Utility Classes */
.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}

.text-right {
    text-align: right;
}

.clear {
    clear: both;
}

/* Forum Header */
.forum-header {
    color: #e1e1e1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background-color: #1a1a1a;
    border-bottom: 1px solid #3a3a3a;
}

.forum-header-title {
    flex: 1;
    font-size: 1.2em;
    font-weight: bold;
}

.forum-header-actions {
    flex: 1;
    text-align: right;
}

.smalltext {
    font-size: 0.85em;
    color: #888888;
}

/* Forum List */
.forum-list {
    border: 1px solid #3a3a3a;
    margin-top: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.forum-list-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background-color: #2b2b2b;
    border-bottom: 1px solid #3a3a3a;
    font-weight: bold;
}

.forum-list-header-item {
    padding: 10px;
    border-right: 1px solid #3a3a3a;
    flex: 1;
}

.forum-list-header-item:last-child {
    border-right: none;
}

.forum-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #3a3a3a;
    background-color: #1e1e1e;
    color: #e1e1e1;
}

.forum-list-item:last-child {
    border-bottom: none;
}

/* Thread Legend */
.forum-legend {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
}

.thread_legend dd {
    margin-left: 0;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.thread_status {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background-color: #444444;
    display: inline-block;
    border-radius: 3px;
}

.newfolder {
    background-color: #218838;
}

.newhotfolder {
    background-color: #d39e00;
}

.hotfolder {
    background-color: #c82333;
}

.folder {
    background-color: #495057;
}

.dot_folder {
    background-color: #0069d9;
}

.closefolder {
    background-color: #23272b;
}

/* Forum Footer Actions */
.forum-footer-actions {
    margin-top: 20px;
    text-align: right;
}

/* Responsive Design */
@media (max-width: 768px) {
    .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }

    .forum-header, .forum-list-header {
        flex-direction: column;
        text-align: center;
    }

    .forum-header-title, .forum-header-actions {
        text-align: center;
        margin-bottom: 10px;
    }

    .forum-list-header-item {
        border-right: none;
        border-bottom: 1px solid #3a3a3a;
    }

    .forum-list-header-item:last-child {
        border-bottom: none;
    }
}

/* General Thread Row Styles */
.thread-row {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #3a3a3a;
    background-color: #1e1e1e;
    color: #e1e1e1;
}

.thread-row:last-child {
    border-bottom: none;
}

/* Thread Status Icon */
.thread-status-icon {
    width: 2%;
    text-align: center;
}

.thread_status {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #444444;
    border-radius: 3px;
}

/* Thread Icon */
.thread-icon {
    width: 2%;
    text-align: center;
}

/* Thread Details */
.thread-details {
    flex: 2;
    padding-left: 10px;
}

.thread-details .author,
.thread-details .thread_start_datetime {
    display: inline-block;
    margin-right: 5px;
}

.thread-details a {
    color: #66afe9;
    text-decoration: none;
}

.thread-details a:hover {
    text-decoration: underline;
}

/* Thread Stats */
.thread-stats {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    padding: 0 10px;
    text-align: center;
}

.thread-replies,
.thread-views {
    flex: 1;
}

/* Last Post Information */
.thread-lastpost {
    flex: 1.5;
    text-align: right;
}

/* Responsive Design */
@media (max-width: 768px) {
    .thread-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .thread-status-icon,
    .thread-icon,
    .thread-stats,
    .thread-lastpost {
        width: 100%;
        text-align: left;
    }

    .thread-details {
        padding-left: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .thread-stats {
        justify-content: space-around;
        margin-top: 10px;
    }

    .thread-lastpost {
        margin-top: 10px;
    }
}






























































































































































































































































































































































































		