.forum-list {}

.label-item {
    margin-bottom: 5px;
    display: flex;
    border: 1px solid #b7b7b7;
    border-radius: 6px;
    padding: 13px;
    flex-direction: row;
    width: 100%;
    position: relative;
    background-color: #fff;
}

.label-info {
    font-weight: 600;
}

.label-image {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    min-width: 60px;
}

.label-details {
    width: 100%;
    margin-bottom: 10px;
}

.label-details .label-desc {
    font-weight: 400;
    word-break: break-word;
    font-size: 13px;
    color: #656060;
}

.label-info-count {
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    color: #0043ff;
    font-weight: 600;
    width: fit-content;
}

.label-info-count span {
    margin-right: 10px;
    margin-bottom: 5px;
}

.admin-txt {
    color: #e90000;
}

.member-txt {
    color: #0043ff;
}

.lock-label {
    max-width: 30px;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: no-drop;
}

.bg-username {
    background-color: #78e6ff;
}

.label-image img {
    border-radius: 6px;
}

.forum-view-post {
    border: 1px solid #898989;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}

.forum-view-post img {
    max-width: 100%;
}

.post-info {
    background-color: #3b82fb;
    padding: 5px 17px;
    border-radius: 8px;
    width: 100%;
    font-weight: 600;
    color: #fff;
    line-height: 29px;
    margin-bottom: 10px;
    position: relative;
}

.post-info-bio {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 70px;
    min-width: 70px;
}

.comment-forum {
    border: 1px solid #8d8686;
    border-radius: 6px;
    padding: 5px;
}

.comment-forum-info {
    background-color: #5554f5;
    font-size: 17px;
    padding: 3px 8px;
    font-weight: 500;
    color: #ffcf74;
    border-radius: 5px;
    border-bottom: 2px solid #000;
    margin-bottom: 10px;
    font-family: emoji;
}

.comment-forum-login {
    background-color: #ff7c3f;
    padding: 8px;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    font-family: monospace;
}

.comment-forum-login a {
    color: #0029ff;
}

.mt-4 {
    margin-top: 4rem;
}

.mt-2 {
    margin-top: 2rem;
}

.mt-1 {
    margin-top: 1rem;
}

.comment-forum-list {
    margin-top: 15px;
    padding: 5px;
}

.comment-forum-item {
    background-color: #d7d7d7;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.comment-forum-item .comment-items {
    display: flex;
    flex-direction: row;
}

.comment-forum-avatar {
    margin-right: 6px;
}

.comment-forum-avatar img {
    max-width: 60px;
}

.comment-forum-infor .content {
    margin-top: 10px;
    word-break: break-word;
    margin-bottom: 10px;
}

.comment-forum-infor .content img {
    max-width: 100%;
}

.comment-forum-infor .content iframe {
    max-width: 100%;
}

.comment-forum-infor .username {
    font-size: 15px;
    font-weight: 600;
}

.comment-forum-infor .time {
    font-size: 10px;
    width: fit-content;
    font-weight: 500;
    background-color: #3789ff;
    padding: 0px 5px;
    border-radius: 3px;
    color: #fff;
}

.comment-forum-infor .action {}

.comment-forum-infor .action button {
    margin-right: 6px;
    background: none;
    border: 1px solid #979797;
    font-weight: 500;
    cursor: pointer;
    border-radius: 3px;
    color: #5560ff;
}

.comment-forum-infor .comment-forum-sub-item {
    margin-top: 15px;
}

.comment-forum-editor {
    margin-top: 10px;
}

.comment-forum-editor button {
    margin-top: 10px;
    background-color: #577dff;
    font-size: 15px;
    border-radius: 5px;
    padding: 5px 11px;
    cursor: pointer;
    border: none;
    color: #fff;
}

.comment-forum-infor .action .activeReply {
    background-color: #ff8d8d;
}

.forum-menu-top {
    margin-bottom: 10px;
}

.toogle-body {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #9d9d9d;
    padding: 10px;
    border-radius: 6px;
    display: none;
}

.form-group {
    font-size: 15px;
    font-weight: 500;
}

.form-group label {
    font-size: 13px;
}

.form-control {
    max-width: 100%;
    min-height: 28px;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid #999;
    box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75);
}

.form-control:hover {
    border: 1px solid #9c8aff;
}

.text-center {
    text-align: center;
}

.btn-gradient {
    background: -webkit-gradient(linear, left top, right top, from(#f54951), to(#ff8b5f));
    box-shadow: 0 4px 15px 0 rgb(34 22 219 / 75%);
}

.btn-gradient-1 {
    background: -webkit-gradient(linear, left top, right top, from(#cb49f5), to(#5b0258));
    box-shadow: 0 4px 15px 0 rgb(34 22 219 / 75%);
}

.btn-gradient-2 {
    background: -webkit-gradient(linear, left top, right top, from(#4bccff), to(#00564e));
    box-shadow: 0 4px 15px 0 rgb(219 22 59 / 75%);
}

.btn-gradient-3 {
    background: -webkit-gradient(linear, left top, right top, from(#4147fb), to(#665cff));
}

.btn-gradient-4 {
    background: -webkit-gradient(linear, left top, right top, from(#e54310), to(#ffea35));
    box-shadow: 0 4px 15px 0 #fcff5a;
}

.btn-g {
    border-radius: 4px;
    border: 1px solid #ff2f00;
    padding: 2px 5px;
    font-size: 14px;
    font-weight: 500;
    border-style: dashed;
    cursor: pointer;
    color: #fff;
    display: inline-flex;
    align-items: center;
}

.icon {
    max-width: 30px;
    min-width: 30px;
    margin: 0 auto;
    overflow: hidden;
    margin-left: 5px;
}

.button-action {
    cursor: pointer;
    background: none;
    border: 1px solid #8589ff;
    border-radius: 4px;
    font-weight: 500;
    color: #d95102;
}

.post-action {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    background-color: #777777;
    padding: 6px;
    border-radius: 4px;
    color: #fff;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.post-info-detail {
    font-weight: 600;
    line-height: 32px;
}

.post-users {
    display: flex;
    flex-wrap: nowrap;
}

#editor-post {
    margin-bottom: 1em;
    border: 1px solid #a1a1a1;
    padding: 8px;
    border-radius: 5px;
    display: none;
}

.post-info-detail span {
    background-color: #4a79ff;
    padding: 3px 7px;
    border: 1px solid #ff9196;
    border-radius: 4px;
    white-space: nowrap;
}

.btn-sm {
    font-size: 11px;
    padding: 2px 6px;
}

.breadcrumb-forum {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 10px;
}

.breadcrumb-forum li {
    font-size: 11px;
    font-weight: 600;
    margin-right: 2px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.breadcrumb-forum li a {
    color: #757575;
}

.breadcrumb-forum li+li:before {
    color: #757575;
    content: "\f0da";
    /* Unicode của biểu tượng mũi tên từ Font Awesome */
    font-family: "Font Awesome 5 Free";
    /* Tên font của Font Awesome */
    font-weight: 900;
    /* Trọng số của biểu tượng */
    margin: 0 5px;
    /* Khoảng cách giữa biểu tượng và nội dung */
}

.section-title {
    display: inline-flex;
    background: #4c8bff;
    width: 100%;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 10px;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    background-image: url("/images/forum-background.jpg");
    background-size: cover;
}

.section-icon {
    width: 35px;
    height: 35px;
    margin-right: 5px;
}

.section-icon img {
    width: 100%;
    height: auto;
}

.section-title span {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}