<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
}

.container-post {
    color: gray;
    width: 100%;
    position: relative;
    height: 100%;
    margin: auto;
    /* margin-top: 20px; */
}

.detail-media {
    height: 100%;
    position: relative;
    width: 100%;
    /* background-image: url("https://th.bing.com/th?id=OIF.PKdM5TJCjht1%2bM%2f4d%2bc0%2fA&amp;rs=1&amp;pid=ImgDetMain"); */
    background-position: center;
    background-size: cover;
    background-attachment: local;
    background-repeat: no-repeat;
}

.post-viewer {
    display: flex;
    position: relative;
    flex-direction: row;
    height: 100%;
    width: 100%;
    color: gray;
    border-radius: 5px;

}

.post-viewer-left {
    width: 50%;
    position: relative;
}


.post-viewer-right {
    padding: 10px 20px 0px 20px;
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    height: 86%;
    overflow-y: auto;
}

.text-bold {
    font-weight: bold;
}

.viewer-header {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.viewer-comment {
    display: flex;
    gap: 20px;
    flex-direction: column;
    position: relative;
    height: 61%;
}

.comment {
    position: relative;
    display: flex;
    gap: 20px;
    flex-direction: column;
    height: 100%;
}

.comment-item {}

.comment-footer {
    position: absolute;
    bottom: 10px;
    width: -webkit-fill-available;
    background-color: #fff;
    width: 50%;
    right: 0;
}

.comment-form-input {
    position: relative;
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-color: #fff;
}

.comment-form-input textarea {
    border-radius: 30px;
    max-height: 45px;
    width: 100%;
    border: none;
    background: #2f2f3019;
    padding: 7px 40px 7px 20px;
    overflow: hidden;
    resize: none;
}

.comment-form-input .send {
    transform: translate(-40px);
    padding: 14px 10px;
}
.comment-form-input .send:hover{
    color: rgb(0, 64, 128);
}

.comment-header small{
    margin-left: 10px;
}

.post-viewer strong{
    color: rgb(19, 18, 18);
}
.post-viewer p{
    color: #2F2F30;
}

.premium-carousel {
    display: flex;
    transition: transform 0.5s ease;
    gap: 10px;
    align-items: center;
}

.btn-premium-carousel {
    z-index: 9999;
    border-radius: 50%;
    /* width: 24px; */
    /* height: auto; */
    padding: 4px 0px;
    color: white;
    background: transparent;
    border: none;

}

.ql-toolbar.ql-snow {
    border: none !important;
}

.ql-container.ql-snow {
    border: none;
}

.premium-editor {
    background: rgba(47, 47, 48, 0);
    border-radius: 5px;
    border: none;
}
.premium-container-editor{
    border-radius: 10px;
    background: rgb(47 47 48 / 8%);
    width: 100%;
}</pre></body></html>