p {
    margin: 7px;
}

/* Sidebar */
.content-inner {
    padding-left: 10px;
}

#outer-feed-container {
    position: relative;
    display: flex;
    gap: 20px;
    width: 100%;
    margin: 0;
}

.feed-item-container {
    display: block;
    width: 550px;
    min-width: 500px;
    max-width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #666;
    margin: 0;
    transition: width .7s ease-in, height .7s ease-in, opacity .7s ease-in;
    opacity: 1;
    /* Start visible */
}

.trending-container {
    position: absolute;
    top: 0;
    bottom: auto;
    right: 0;
    display: flex;
    flex-direction: column;
    width: 35%;
    max-width: 350px;
    height: fit-content;
    padding: 0 10px;
    border-left: 1px solid #444;
}

.fixed {
    position: fixed;
    top: auto;
    bottom: 0;
}

.profile-pic {
    vertical-align: middle;
}

.feed-author {
    font-weight: 550;
}

.feed-topline {
    position: relative;
    display: flex;
    justify-content: space-between;
    min-height: 35px;
    line-height: 35px;
    vertical-align: top;
    margin: 5px 5px 10px 7px;
}

.thoxt-feed-article {
    width: 100%;
}

.thoxtnews-article {
    display: flex;
}

.article-engagement {
    margin: 10px 0;
}

.feed-item-container .row-cover-container {
    width: 100%;
    height: 100%;
    min-height: 200px;
    min-width: 200px;
    max-width: unset;
    aspect-ratio: unset;
}

.thot-main-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.thot-context {
    width: 600px;
    max-width: 100%;
    background-color: #333;
    border-radius: 15px;
    margin: 10px 0;
    font-size: .9em;
}

.context-image {
    width: 150px;
    min-height: 100%;
    border-radius: 15px;
    object-fit: cover;
}

.thot-body a {
    color: #ff0;
}

#outer-feed-container .cover-image {
    width: 100%;
    height: 100%;
    max-height: 45vh;
}

#outer-feed-container .thot-media {
    width: fit-content;
    height: fit-content;
    max-height: 55vh;
}

.thoxt-feed-article .article-meta {
    padding: 7px;
}

.thoxt-feed-article,
.feed-comment, .feed-comment .read-more {
    background-color: #222;
    border-radius: 15px;
}

.feed-comment .cover-image {
    height: 100%;
}

.feed-comment .thoxt-row-article {
    display: flex;
    width: 100%;
    padding: 0;
    min-height: 200px;
    max-width: unset;
}

.feed-item-container .thoxt-row-article-outer {
    width: 100%;
    padding: 0;
}

.feed-comment .row-cover-container {
    height: 200px;
}

.feed-comment .article-meta {
    min-width: 50%;
    padding: 10px 0 5px 10px;
}

.feed-comment .thot-post-form {
    display: none;
}

.thot-reply-form .thot-textarea {
    display: none;
}

.thot-reply-btn {
    width: 70px;
    background-color: #444;
}

.feed-item-container .article-title {
    margin: 0 0 10px 0;
    font-size: 1.05em;
    min-height: unset;
}

.feed-item-container .article-desc {
    margin: 0 0 10px 0;
    font-size: 0.9em;
    color: #ccc;
}


.truncate-title {
    line-clamp: 3;
    -webkit-line-clamp: 3;
}

.feed-thot,
.thot-image,
.modal-image {
    width: 100%;
    height: 100%;
}

#outer-feed-container .options-menu {
    top: 30px;
}

.feed-thot .options-button {
    margin-right: 4px;
}

.thot-media,
.thot-image,
.modal-image {
    border-radius: 15px;
    object-fit: scale-down;
}

.thot-media .video {
    width: 100%;
    height: 100%;
    max-height: 70vh;
    object-fit: scale-down;
}

.modal-outer {
    display: none;
    position: fixed;
    top: 5%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-inner {
    position: relative;
    margin: auto;
    margin-top: 10%;
    max-width: 850px;
    max-height: 90vh;
    overflow: auto;
}

.bg-thot {
    border-radius: 15px;
    padding: 5px;
}

.thot-author-pp {
    width: 40px;
    height: 40px;
}

.feed-engagement-container {
    display: flex;
    justify-content: space-between;
    margin: 5px 0;
}

.social-buttons {
    display: flex;
    gap: 10px;
}

.love-icon {
    width: 24px;
    height: 24px;
    fill: #fff;
}

.love-icon:hover,
.social-button .active {
    opacity: 1;
}

.social-counts {
    margin: 8px 3px;
}

.counts {
    position: relative;
}

.feed-comment .social-counts,
.bg-thot .social-counts {
    position: relative;
    font-size: .9em;
    color: #8e8e8e;
}

.feed-loading-boxes {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.topline-boxes div,
.content-boxes div {
    margin: 3px 0;
    background-color: #444;
    background: linear-gradient(110deg,
            #444 25%,
            #666 50%,
            #444 75%);
    background-size: 200% 100%;
    border-radius: 4px;
    animation: shimmer 3.5s infinite linear;
}

.topline-boxes {
    display: flex;
    gap: 7px;
    align-items: center;
}

.line-rect-small {
    height: 1.2em;
    width: 40%;
}

.time-ago-rect {
    height: .9em;
}

.content-boxes {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-bottom: 20px;
}

.article-box {
    width: 100%;
    height: 200px;
    border-radius: 15px;
}

.engagement-box {
    width: 100%;
    height: 50px;
    border-radius: 15px;
}

.replies li {
    list-style-type: none;
    color: #ccc;
}

.thot-reply-form {
    display: flex;
    align-items: center;
    width: 99%;
    margin: 0 0 10px 0;
}

.feed-comment .thot-reply-form,
.thot-like-reply .thot-reply-form {
    display: none;
}

.thot-reply-input {
    width: 100%;
    height: 2em;
    margin: 0 5px;
    border-radius: 0;
}

.singlethot-article {
    display: none;
}

.thot-body-div {
    position: relative;
    margin: 10px;
}

.thot-body {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bg-thot, .bg-thot .read-more {
    background-color: #222;
}

.thot-media {
    display: block;
    height: fit-content;
    border: 1px solid #444;
    justify-content: center;
}

.thot-media,
.thot-article {
    width: 100%;
    overflow: hidden;
}

.thot-carousel {
    position: relative;
    margin: auto;
    min-height: 100%;
}

.carousel-media {
    margin: auto;
}

.hidden {
    display: none;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 10px;
    margin-top: -22px;
    color: rgb(255, 255, 255, 0.7);
    font-weight: bold;
    line-height: 10px;
    font-size: 22px;
    text-shadow: 2px 2px 5px rgb(0, 0, 0, 0.4);
    border-radius: 0 3px 3px 0;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    color: white;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 30px;
    text-shadow: none;
}

.dots {
    position: absolute;
    bottom: 7px;
    width: 100%;
    text-align: center;
}

.dot {
    padding: 1px;
    color: rgb(255, 255, 255);
    opacity: 0.3;
    line-height: 4px;
    font-size: 15px;
    text-shadow: 2px 2px 5px rgb(0, 0, 0, 0.5);
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}

.active {
    opacity: 1;
}

.thot-carousel a {
    text-decoration: none;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: .6s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}


.message-container {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 0;
    margin: 10px 0 0 0;
    padding: 10px 0;
    background-color: #222;
    text-align: center;
    border-radius: 15px;
    transition: height .3s ease;
}

.trending-sidebar-subdiv {
    margin: 10px 0;
}

.trending-sidebar-subdiv ul {
    list-style-type: none;
    padding: 0;
}

.trending-sidebar-subdiv ul li {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 10px 0;
}

.trending-sidebar-subdiv .time-ago {
    line-height: 2.2em;
}

.trending-sidebar-subdiv .truncate-two a {
    color: #333;
    cursor: pointer;
}

.context-article {
    display: flex;
    gap: 10px;
    margin: 10px 0;
}

.truncate-two {
    max-height: 3.2em;
}

.truncate-one {
    line-clamp: 1;
    -webkit-line-clamp: 1;
    max-height: 1.6em;
}

.ai-disclaimer {
    margin: 10px;
}

.poll-option {
    display: flex;
    position: relative;
    align-items: center;
    gap: 10px;
}

.poll-option-button {
    width: 100%;
    height: 2em;
    background-color: #222;
    border-radius: 5px;
    border: none;
    text-align: left;
    margin: 0 0 5px 0;
    padding: 5px 10px;
}

.poll-option-button .poll-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 2em;
    background-color: #FF0;
    opacity: 0.3;
    z-index: 0;
    transition: width 0.3s ease-in-out;
}

.poll-option-button .poll-label,
.poll-option-button .poll-percent {
    position: relative;
    z-index: 1;
}

.poll-option-button .poll-percent {
    float: right;
    font-size: .8em;
    color: #ccc;
}

.poll-option-button.voted {
    border: 2px solid #ff0;
    /* emerald */
    font-weight: bold;
}

.image-modal {
    display: none;
}