/* banner */
.search-line {
    top: 0;
    left: 46px;
    height: 46px;
    width: 83px;
    background-image: url("./../../../blog/public/image/Rectangle 2707.png");
}

#detail-banner {
    padding: 24px;
    background-color: #FF99D3;
}


/* content */

#detail .detail-image img {
    width: 100% !important;
    height: 339px;
    object-fit: cover;
}

.site-bold {
    color: #FE28A2;
}

.blog-card-title {
    font-size: 16px;
    color: #464646;
}

.content-banner {
    height: 109px;
    background-image: url("./../image/Rectangle 2707.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

textarea {
    height: 128px;
    color: #717171;
    font-size: 14px;
    resize: none !important;
    border-radius: 8px !important;
    border: 1px solid #C6C6C6 !important;
    background-color: var(--white) !important;
}

.btn-message {
    top: 53%;
    height: 32px !important;
    color: var(--green) !important;
    font-size: 12px !important;
    border-radius: 4px !important;
    border: 1px solid var(--green) !important;
}

/* aside */
.banner-blog-detail img {
    width: 100%;
    height: 546px;
    object-fit: cover !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.10), 0 1px 2px 0 rgba(0, 0, 0, 0.10), 0 4px 4px 0 rgba(0, 0, 0, 0.09), 0 9px 5px 0 rgba(0, 0, 0, 0.05), 0 16px 6px 0 rgba(0, 0, 0, 0.01), 0 25px 7px 0 rgba(0, 0, 0, 0.00);
}

.message-header {
    font-size: 16px;
}

.message-text {
    font-size: 12px;
}

.message-writer {
    font-size: 12px;
    color: #ADADAD;
}

.message-answer {
    font-size: 12px;
    color: #717171;
}

.pagination .page-item .active {
    color: #FE28A2 !important;
}

.news-title {
    font-size: 16px;
    color: #1F1F1F;
}

.news-title-bold {
    color: #7B4DE5;
}

.news-input {
    height: 44px !important;
    background-color: var(--white) !important;
}

.btn-news {
    height: 44px !important;
    background-color: var(--green) !important;
    color: var(--white) !important;
}

.fixed-item {
    position: sticky;
    top: 20px;
    bottom: 20px;
}

@media screen and (max-width: 600px) {
    .search-line {
        left: 16px;
    }
}
