﻿body {
    padding-top: 5px;
    background-color: rgba(0, 0, 0, 0.05);
}
.m40 {
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.link-container {
    height: 44px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #EFEFEF;
}
.link-detail {
    height: 24px;
}
.breadcrumb {
    margin-bottom: 0 !important;
    gap: 10px !important;
}

.breadcrumb-item{
    color: var(--Status-Black, #000);
    text-align: center;
    /* Baloo/Regular/16 */
    font-family: "Baloo 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.breadcrumb-separator {
    width: 16px;
    height: 16px;
    aspect-ratio: 1/1;
    line-height: 20px;
}

.form-body {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    padding: 30px;
}

.form-body form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.form-body form .row {
    flex-wrap: unset !important;
    gap: 10px;
    --bs-gutter-x: 1rem !important;
}

label {
    color: var(--status-black-60, rgba(0, 0, 0, 0.50));
    /* Baloo/Regular/14 */
    font-family: "Baloo 2";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
}
label span {
    color: var(--Status-red, #FF2828);
    /* Baloo/Bold/14 */
    font-family: "Baloo 2";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 128.571% */
}

#forum-title {
    display: flex;
    padding: 16px 20px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid var(--Status-Border, #D8D4CE);
    background: var(--Status-White, #FFF);
    color: var(--status-black-60, rgba(0, 0, 0, 0.50));
    /* Baloo/Regular/16 */
    font-family: "Baloo 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
#forum-category {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: flex;
    width: 100%;
    padding: 16px 20px;
    padding-right: 40px; /* chừa khoảng cho mũi tên */
    font-family: "Baloo 2";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    border-radius: 10px;
    border: 1px solid #D8D4CE;
    background: #FFF;
    color: rgba(0, 0, 0, 0.5);
}
.select-wrapper {
    position: relative;
}

#forum-status {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: flex;
    width: 100%;
    padding: 16px 20px;
    padding-right: 40px; /* chừa khoảng cho mũi tên */
    font-family: "Baloo 2";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    border-radius: 10px;
    border: 1px solid #D8D4CE;
    background: #FFF;
    color: rgba(0, 0, 0, 0.5);
}

.select-icon {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    display: flex;
    align-items: center;
}

/* Style cho tất cả select custom */
#forum-privacy {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: flex;
    width: 100%;
    padding: 16px 20px;
    padding-right: 40px; /* chừa chỗ cho icon */
    font-family: "Baloo 2";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    border-radius: 10px;
    border: 1px solid var(--Status-Border, #D8D4CE);
    background: var(--Status-White, #FFF);
    color: rgba(0, 0, 0, 0.5);
}

#btn-post {
    border: none;
    color: var(--Status-White, #FFF);
    font-family: "Baloo 2";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 144.444% */
    display: flex;
    padding: 12px 28px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: var(--Main-Yellow, #E84E0E);
}

#btn-post svg {
    width: 2rem;
    height: 2rem;
    flex-shrink: 0;
}

@media screen and (max-width: 425px) {
    .form-body form .row {
        flex-wrap: wrap !important;
    }
}
