

/* ------------------------------------------------- THREAD ------------------------------------------------- */

.void-flux-loading {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
    flex-wrap: wrap;
    background: #FFFFFF;
    border-radius: 25px;
    text-align: center;
}

.flux-loading {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: #FFFFFF;
    border-radius: 25px;
    text-align: center;
}

.void-flux-loading-text {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #afafaf;
    margin: 20px;
}

.thread-title {
    width: 100%;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}

.thread-title hr {
    width: 100%;
    border-top: 1px solid #e4e4e4;
    margin: 0 0 10px 0;
}

.flux-thread-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.thread-post {
    width:100%;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    position: relative;
    margin-bottom: 45px;
    z-index: 100;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
}

.flux.posts-faded .thread-post {
    opacity: 0.2;
}

.flux.posts-faded .thread-post.reactions-open {
    opacity:1;
    z-index: 102;
}

section.thread-post.corporate {
    margin-top: 110px;
}

.thread-post-container {
    position: relative;
    margin: auto;
    z-index: 2;
}

.thread-post-inner {
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0px 5px 20px #00000029;
    position: relative;
    max-width: 430px;
    margin:auto;
    z-index: 2;
    background: #FFFFFF;
}

.thread-post-header {
    display: flex;
}

.thread-post-image {
    width: 55px;
}

.thread-post-content {
    width: calc(100% - 55px);
}

.thread-post-author {
    color: #A2A9B4;
    font-size: 13px;
}

.thread-post-author span:nth-child(1) img
{
    width:15px;
    margin-right:5px;
}

.thread-post-company-avatar,
.popup-new-question-wrapper .company-logo {
    border-radius: 100%;
    box-shadow: 0 5px 15px #252c6133;
    width: 40px;
    height: 40px;
    margin-top:10px;
    cursor: pointer;
}

.popup-new-question-wrapper .company-logo,
.company-search .company .company-logo {
    margin-top:0;
    margin-right:15px;
    box-shadow: none;
}

.thread-post-company-avatar img,
.company-logo img {
    border-radius: 100%;
}

.thread-post-company {
    font-size: 15px;
}

.thread-post-location-time {
    display: flex;
    justify-content: space-between;
}

.thread-post-location-time > div {
    font-size: 11px;
    color: #A2A9B4;
}

.thread-post-header > .thread-post-content {
    border-bottom: 2px solid #F2F2F2;
    padding-bottom: 10px;
    position: relative;
}

.thread-post-options-button {
    position: absolute;
    top: 2px;
    right: 0;
    cursor: pointer;
}

.thread-post-options-button > span, .comment-options-button > span {
    width: 4px;
    height: 4px;
    background: #dedede;
    display: inline-block;
    margin: 0 1px;
    border-radius: 100%;
    line-height: 6px;
    vertical-align: super;
}

.thread-post-options-button:hover > span,
.comment-options-button:hover > span {
    background: #a5a5a5;
}

.thread-post-question {
    display: flex;
    padding-top: 10px;
    margin-bottom: 25px;
}

.thread-post-title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.25;
}

.question-image {
    /* margin: 20px 0 0 0; */
    width: 264px;
    /* height: 174px;*/
    max-height: 348px;
    border-radius:10px;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;

    cursor: pointer;
}

.question-image img {
    /* width:100%; */
    min-height: 100%;
    min-width: 100%;
}

.question-image-lightbox{
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(120,142,159,0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.question-image-lightbox-wrapper{
    width: fit-content;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.question-image-lightbox-close{
    height: 50px;
    align-self: flex-end;
    cursor: pointer;
}

.question-image-lightbox img{
    max-width: 100%;
    max-height: 80%;
}

.thread-post-questiontype-emoji > img {
    width: 40px;
}

.poll-bar {
    height: 40px;
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
    position: relative;
}



span.poll-bar-bar {
    display: block;
    background: #bbb;
    height: 40px;
    border-radius: 15px;
}

.most-answers span.poll-bar-bar {
    background: #2F647B;
}
.most-answers span.poll-bar-text {
    /* mix-blend-mode: difference; */
    color:black;
}

.provisional span.poll-bar-bar {
    background: repeating-linear-gradient(
            -45deg, rgb(62 151 255 / 10%), rgba(62 151 255 / 10%) 4px, rgba(62 151 255 / 20%) 4px, rgba(62 151 255 / 20%) 8px );
}

span.poll-bar-text {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
}


span.poll-bar-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
}

.poll-answer .poll-data {
    position:relative;
    display: flex;
    align-items: center;
}

.poll-answer.user-voted .poll-data:before {
    content:"";
    display:block;
    position:absolute;
    width:6px;
    height:6px;
    left: -13px;
    top: calc(50% - 2px);
    background:#4cda87;
    z-index: 2;
    border-radius:100%;
}

.poll-answer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.poll-answer-image{
    position: relative;
    margin-bottom: 10px;
}

.thread-post-poll-image .poll-answer {
    position: relative;
    margin-bottom: 10px;
}

.poll-bar-image {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
    position: relative;
    border-radius: 30px;
}

.thread-post-poll-image .poll-answer-image .poll-data  {
    position: absolute;
    justify-content: center;
    text-align: center;
    line-height: 40px;
    height:40px;
    width:100px;

    left:calc(50% - 50px);
    bottom: -20px;
    border-radius: 30px;
}

.thread-post-poll-image .poll-answers > .poll-answer-image {
    border-radius: 15px;
    width:100%;
}
.thread-post-poll-image .poll-answers > .poll-answer-image ~ .poll-answer-image{
    border-radius: 15px;
    width:calc(50% - 10px);
}

.answer1 .poll-data {
    background-color: grey;
    color: white;
}
.answer2 .poll-data,
.answer3 .poll-data {
    background-color: #bbb;
    color: black;
}

/* .answer1{
    border-radius: 15px;
    width:100%;
}
.answer2, .answer3{
    border-radius: 15px;
    width:calc(50% - 10px);
}
.answer2{
    margin-right: 5px;
}
.answer3{
    margin-left: 5px;
} */

.thread-post-footer {
    display: flex;
    justify-content: space-between;
    margin-left: 55px;
    font-size: 12px;
    color: #A2A9B4;
    align-items: flex-end;
    min-height: 30px;
    align-items: end;
}
.post-footer-popins{
    position: relative;
}
.thread-post-react {
    background: #17DA87;
    padding: 3px 10px;
    border-radius: 6px;
    color: #FFFFFF;
}

.thread-post-react:hover {
    background:#0bd47d;
    cursor:pointer;
}

.thread-post-react span:nth-child(1) img {
    width: 9px;
    margin-right: 5px;
}

.thread-post-actions {
    position: absolute;
    left: 100%;
    bottom: 20px;
    width: 65px;
    background: #2F647B;
    border-radius: 0 15px 15px 0;
    text-align: center;
    line-height: 1;
    overflow: hidden;
}

.thread-post-action-image > img {
    width: 20px;
}

.thread-post-action {
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor:pointer;
}

.thread-post.has-comment .thread-post-action.action-reply {
    display: none;
}


.thread-post-action:hover {
    background: #1e404e;
}

.thread-post-action.action-reply {
    background: #1bda87;
}

.thread-post-action.action-reply:hover {
    background: #2eb97d;
}

.thread-post-action:after {
    content: "";
    display: block;
    width: 80%;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 10%;
    background: #ffffff42;
}

.thread-post-action:last-child:after,
.thread-post-action:hover:after {
    content:none;
}

.thread-post-action .thread-post-action-image.active,
.thread-post-action.archived .thread-post-action-image:not(.active),
.thread-post-action.bookmarked .thread-post-action-image:not(.active) {
    display:none;
}

.thread-post-action .thread-post-action-image:not(.active),
.thread-post-action.archived .thread-post-action-image.active,
.thread-post-action.bookmarked .thread-post-action-image.active {
    display:initial;
}


.comment-close-button {
    width: 21px;
    height: 21px;
    border:2px solid #FFFFFF;
    border-radius:100%;
    padding:4px;
    line-height: 0;
}

.thread-post:not(.comment-open) .comment-close,
.thread-post.comment-open .action-reply .thread-post-action-image {
    display:none;
}

.thread-post.comment-open .comment-close,
.thread-post:not(.comment-open) .action-reply .thread-post-action-image {
    display:initial;
}

.comment-close-button img {
    width: 100%;
}

/* ------------------------------------------------- RATING ------------------------------------------------- */


.thread-post-rate {
    display: flex;
    justify-content: space-between;
}

.rate-stars {
    display: flex;
    justify-content: left;
    position: relative;
    overflow: hidden;
}

.rate-star {
    position:relative;
    width: 42px;
    height: 32px;
    z-index: 2;
}

.rate-star svg {
    position:relative;
    z-index:1;
}

.rate-star svg {
    fill: white;
    position: relative;
    z-index: 1;
}

.rate-stars-bar {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: #4A6070;
    width: 50%;
    height: 32px;
    -webkit-transition: width 0.75s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: width 0.75s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: width 0.75s cubic-bezier(0.4, 0, 0.2, 1);
    transition: width 0.75s cubic-bezier(0.4, 0, 0.2, 1);
    /* width: 0%!important; */
}

.rate-stars-background {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: #EDEEEF;
    width: 100%;
    height: 32px;
}

.rate-star.user-voted:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 3px);
    width: 6px;
    height: 6px;
    background: #4cda87;
    z-index: 3;
    border-radius: 100%;
}

.rate-data {
    color: #233542;
}

.reacts-bars {
    width: 35px;
    height: 20px;
    display: flex;
}

.thread-post-reactions {
    display: flex;
}

.reacts-bars-container {
    display: flex;
    cursor: pointer;
    align-items: center;
}

.reacts-bars .reacts-bar {
    border-radius: 3px;
    position: relative;
}

.reacts-bars .reacts-bar:not([data-score="0"])
{
    margin-right: 1px;
}

.reacts-bar[data-bar="amuzed"] {
    background: rgb(255,182,1);
    background: linear-gradient(0deg, rgba(255,182,1,1) 0%, rgba(255,212,11,1) 100%);
}
.reacts-bar[data-bar="interested"] {
    background: rgb(38,191,153);
    background: linear-gradient(0deg, rgba(38,191,153,1) 0%, rgba(66,229,186,1) 100%);
}
.reacts-bar[data-bar="scandalized"] {
    background: rgb(255,61,51);
    background: linear-gradient(0deg, rgba(255,61,51,1) 0%, rgba(255,182,1,1) 100%);
}
.reacts-bar[data-bar="disliked"] {
    background: rgb(64,159,229);
    background: linear-gradient(0deg, rgba(64,159,229,1) 0%, rgba(125,193,254,1) 100%);
}
.reacts-bar[data-bar="liked"] {
    background: rgb(254,95,179);
    background: linear-gradient(0deg, rgba(254,95,179,1) 0%, rgba(255,123,177,1) 100%);
}
.reacts-bar[data-bar="absurde"] {
    background: rgb(120,142,159);
    background: linear-gradient(0deg, rgba(120,142,159,1) 0%, rgba(181,189,198,1) 100%);
}


.reacts-bar.user-voted:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 2px);
    width: 6px;
    height: 6px;
    background: #4cda87;
    z-index: 3;
    border-radius: 100%;
}

.reacts-major {
    margin-left:3px;
    font-size: 11px;
}
.reacts-major.amusing,
.reacts-major[data-id-major="amusing"]{
    color:rgb(255,182,1);
}
.reacts-major.like,
.reacts-major[data-id-major="like"]{
    color:rgba(125,193,254,1);

}
.reacts-major.interesting,
.reacts-major[data-id-major="interesting"]{
    color:rgba(66,229,186,1);
}
.reacts-major.scandalous,
.reacts-major[data-id-major="scandalous"]{
    color:rgba(255,61,51,1);
}
.reacts-major.absurd,
.reacts-major[data-id-major="absurd"]{
    color: #788E9F;
}
.reacts-major.dislike,
.reacts-major[data-id-major="dislike"]{
    color:rgba(255,123,177,1);
}

/* .thread-post-reactions:not(.user-voted) .reacts-bars-container,
.thread-post-reactions.user-voted .thread-post-react {
    display: none;
} */

.react-button button {
    border:none;
    border-radius: 10px;
    color:#FFFFFF;
    width: 105px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    position: relative;
}

.react-button[data-bar="amuzed"] {
    color: rgb(255,182,1);
}
.react-button[data-bar="interested"] {
    color: rgba(66,229,186,1);
}
.react-button[data-bar="scandalized"] {
    color: rgba(255,61,51,1);
}
.react-button[data-bar="disliked"] {
    color: rgba(125,193,254,1);
}
.react-button[data-bar="liked"] {
    color: rgba(255,123,177,1);
}
.react-button[data-bar="absurde"] {
    color: #788E9F;
}

.react-button[data-bar="amuzed"] button {
    background: rgb(255,182,1);
}
.react-button[data-bar="interested"] button {
    background: rgba(66,229,186,1);
}
.react-button[data-bar="scandalized"] button {
    background: rgba(255,61,51,1);
}
.react-button[data-bar="disliked"] button {
    background: rgba(125,193,254,1);
}
.react-button[data-bar="liked"] button {
    background: rgba(255,123,177,1);
}
.react-button[data-bar="absurde"] button {
    background: #788E9F;
}

.react-button[data-bar="amuzed"] button:hover {
    background: rgb(234 168 1);
}
.react-button[data-bar="interested"] button:hover {
    background: #0bd47d;
}
.react-button[data-bar="scandalized"] button:hover {
    background: rgb(245 30 19)
}
.react-button[data-bar="disliked"] button:hover {
    background: rgb(97 176 247);
}
.react-button[data-bar="liked"] button:hover {
    background: rgb(249 100 161);
}
.react-button[data-bar="absurde"] button:hover {
    background: #65849c;
}

.react-buttons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.footer-popin.dynamic-popin {

}

.post-popin {
    position: absolute;
    background: white;
    box-shadow: 0px 2px 10px #00000047;
    padding: 10px 25px;
    border-radius: 20px;
    z-index: 10;
    -webkit-transition: top 0.5s, opacity 0.5s;
    -moz-transition: top 0.5s, opacity 0.5s;
    -o-transition: top 0.5s, opacity 0.5s;
    transition: top 0.5s, opacity 0.5s;
    top: calc(100% + 60px);
    left: 0;
    opacity: 0;
    pointer-events: none;
    outline: none;
}

.post-react-popin.visible {
    /* display: block; */
}

.post-react-popin.open {
    top: calc(100% + 50px);
    left: 0;
    right: 0;
    opacity: 1;
    pointer-events: all;
}

.lds-ring-wrapper{
    text-align: center;
}

.react-button {
    width: calc(50% - 15px);
    margin: 5px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.react-button.user-voted button:after{
    content:"";
    position:absolute;
    display:block;
    width: 12px;
    height: 12px;
    background: #1bda87;
    left: calc(100% + 5px);
    border-radius: 100%;
}

/* ------------------------------------------------- COMMENTS ------------------------------------------------- */

.post-comment-section {
    max-height: 0px;
    overflow-y: hidden;
    -webkit-transition: max-height 0.5s, border-top-color 0.5s;
    -moz-transition: max-height 0.5s, border-top-color 0.5ss;
    -o-transition: max-height 0.5s, border-top-color 0.5s;
    transition: max-height 0.5s, border-top-color 0.5s;
}

.thread-post.comment-open .post-comment-section {
    max-height: 270px;
}

.post-comment-section-inner {
    display: flex;
    width: 100%;
    margin-top: 20px;
}

.post-comment-section-top-spacer {
    height:30px;
    width:100%;
}

.post-comment-section .thread-post-content {
    border-top: 2px solid #F2F2F2;
    line-height: 1;
    padding-top: 25px;
}


.post-comment-section .thread-post-image {
    padding-top: 50px;
}

.comment-header {
    display: flex;
    position: relative;
    justify-content: space-between;
}

.comment-options-popin {
    left: calc(95% + 50px);
    opacity: 0;
    top: 65px;
    -webkit-transition: left 0.5s, opacity 0.5s;
    -moz-transition: left 0.5s, opacity 0.5s;
    -o-transition: left 0.5s, opacity 0.5s;
    transition: left 0.5s, opacity 0.5s;
}

.post-comment-section-popins {
    position: relative;
    width: 100%;
    height: 1px;
    overflow: visible;
}

.comment-options-popin.visible {
    display:block;
}

.comment-options-popin.open {
    left: 95%;
    opacity: 1;
    pointer-events: all;
}


.comment-options-popin > div:hover {
    color:#000000;
    cursor:pointer;
    text-decoration: underline;
}

.comment-options-popin hr {
    margin: 10px 0;
    border-top: 1px solid #dcdcdc;
}

.comment-metas {
    font-size: 12px;
    color: #a2a9b4;
    padding-bottom: 15px;
    width: calc(100% - 30px);
}

.comment-metas .comment-author {
    font-weight:600;
}

.comment-textarea-container textarea:disabled{
    font-weight:600;
}
.comment-textarea-container textarea {
    background: #f2f2f2;
    border: none;
    border-radius: 15px;
    outline: none;
    padding: 18px 18px 5px 18px;
    font-size: 0.9rem;
}

.comment-textarea-count {
    font-size: 9px;
    color: #949494;
    position: absolute;
    top: 5px;
    right: 10px;
}

.comment-textarea-container {
    position: relative;
}

.comment-options-button {
    cursor: pointer;
}

.comment-publish-button-container {
    padding: 15px 0 0 0px;
    text-align: right;
}

.comment-publish-button,
.comment-update-button,
.opinion-button {
    background: #4cda87;
    display: inline-block;
    color: #FFFFFF;
    padding: 8px 20px;
    line-height: 21px;
    height: 36px;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 600;
    cursor:pointer;
    border: none;
}

a.opinion-button,
a.opinion-button:hover {
    text-decoration: none;
    color:#FFFFFF;
}

.opinion-button-text {
    border: none;
    background: none;
    color: #4cda87;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    line-height: 0;
}
.opinion-button-text span {
    vertical-align: middle;
}
.opinion-button-text span:nth-child(1)
{
    margin-right:8px;
}

.thread-post:not(.has-comment) .comment-publish-button,
.thread-post.has-comment .comment-update-button {
    display:inline-block;
}

.thread-post:not(.has-comment) .comment-update-button,
.thread-post.has-comment .comment-publish-button,
.thread-post.has-comment:not(.editing-comment) .comment-publish-button,
.thread-post.has-comment:not(.editing-comment) .comment-update-button{
    display:none;
}

.comment-publish-button:hover,
.comment-update-button:hover {
    background: #0bd47d;
}

.comment-publish-button:disabled,
.comment-update-button:disabled {
    opacity:0.5;
}


/* ------------------------------------------------- POPUP ------------------------------------------------- */


.thread-popup {
    background: #FFFFFF;
    border-radius: 15px;
    padding: 45px;
    text-align: center;
    position: relative;
    margin-top: -200px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.thread-popup.open {
    opacity:1;
    margin-top:0;
    pointer-events: all;
}

.thread-popups {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #233542de;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.thread-popups.open {
    opacity:1;
    pointer-events:all;
}

.popup-title {
    font-size: 20px;
    font-weight: 700;
    color: #233542;
}

.popup-subtitle {
    color: #8B929B;
    margin-bottom: 30px;
}

.popup-buttons {
    display: flex;
    justify-content: center;
}

.popup-button {
    padding: 7px 25px;
    font-size: 15px;
    margin: 0 5px;
}

.popup-button.button-comment-delete-cancel {
    color: #17DA87;
    cursor:pointer;
}

.popup-button.button-comment-delete-cancel:hover {
    color: #0bd47d;
}

.popup-button.button-comment-delete-confirm {
    background: #17DA87;
    color: #FFFFFF;
    border-radius: 12px;
    cursor:pointer;
}

.popup-button.button-comment-delete-confirm:hover {
    background: #0bd47d;
}

.popup-exit {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    background: #1bda87;
    border: 2px solid #FFFFFF;
    border-radius: 100%;
    padding: 7px;
    line-height: 0;
    cursor:pointer;
}

.popup-exit img {
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    transform:rotate(0deg);
}

.popup-exit:hover {
    background: #2eb97d;
}

.popup-exit:hover img {
    transform:rotate(90deg);
}

.flux-loader {
    position: fixed;
    left: 200px;
    top: 0;
    right: 0;
    bottom: 0;
    background: #ffffffc9;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    pointer-events: all;
}

.thread-post.loading .flux-loader {
    opacity: 1;
    pointer-events: all;
}

.flux-focus-out-clicker {
    position: fixed;
    left: 200px;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
}

/* ------------------------------------------------- CORPORATE POST ------------------------------------------------- */

.thread-post-corporate-label {
    background: #A2A9B4;
    display: inline-block;
    line-height: 1;
    padding: 4px 10px;
    color: #FFFFFF;
    border-radius: 10px;
    font-size: 15px;
    margin-bottom: 6px;
}

.thread-post-corporate-background {
    position: absolute;
    width: calc(100% + 120px);
    height: 285px;
    left: -60px;
    border-radius: 80px;
    top: -30px;
    background: rgb(168,255,86);
    background: linear-gradient(0deg, rgba(168,255,86,0) 0%, rgba(50,255,128,0.1) 100%);
    z-index: 0;
}

.thread-post-corporate-bubble {
    position: absolute;
    z-index: 3;
    top: -60px;
    right: 15px;
    pointer-events: none;
}
