@import url('full_comments_section_styles.css');

/* flux  message section style */
.flux_preview_element_class_for_gen_purpose {
    box-sizing: border-box;
    width:98vw;
    max-width:550px;
    min-width: 450px;
    min-height:300px;
    border:1px solid lightgray;
    border-radius: 7px;
    padding: 10px;
    margin-left:10px;
    margin-bottom:10px;
    background-color: var(--bg-primary);
}
.single_flux_content_section{
    width:100%;
}
.flux_content_placeholder {
    max-width: 98%;
}

.shimmer {
    color: grey;
    -webkit-mask:linear-gradient(-60deg,#000 30%,#0005,#000 70%) right/300% 100%;
    mask:linear-gradient(-60deg,#000 30%,#0005,#000 70%) right/300% 100%;
    background-repeat: no-repeat;
    animation: shimmer 2.5s infinite;
    
}
   
@keyframes shimmer {
    100% {-webkit-mask-position:left}
   
}

.flux_preview_subscription_button {
    display: inline-block;
    margin-right:25px;
    background-color: transparent;
    border:1px solid rgb(0,140,230);
    border-radius: 25px;
    padding:7px 20px;
    font-size:13px;
    text-align: center;
    color:rgb(0,140,230);
    font-weight:bold;
    cursor: pointer;
}
.flux_preview_subscription_button:hover{
    border-width: 2px;
}


.flux_preview_menu_closer{
	display:flex;
	flex-direction:row;
	justify-content:right;
}
.flux_preview_menu_closer span, .flux_external_links_section_closer span {
    display:block;
    text-align: center;
    box-sizing: border-box;
    font-size:13px;
    width:25px;
    height:25px;
    border-radius: 50%;
    border:1px solid dimgray;
    padding-top:2px;
	cursor:pointer;
    color: black;
}
.flux_preview_menu_icon_section {
	text-align:right;
	padding-right:15px;
	
}
.flux_preview_menu_icon {
	cursor:pointer;
    font-weight:bold;
	font-size:17px
}

.flux_preview_menu_content {
    box-sizing: border-box;
    border:1px solid lightgray;
    padding:10px;
    border-radius: 7px;
    width:max-content;
    background-color: rgb(250, 250, 250);
    margin-right:10px;
    width:150px;
    z-index: 1000;
    display: none;
}
.flux_preview_menu_element {
    font-size:12px;
    display: block;
    text-decoration: none;
    color:black;
    margin-bottom:10px;
    text-align: left;
    cursor: pointer;
    background-color: unset;
    border-width: 0;
    white-space: nowrap;
}

.flux_preview_menu_element:hover {
    font-weight:bold
}
.initiate_flux_pinning span {
    color: black;
}
.flux_preview_menu_element img {
    display: inline-block;
    width:20px;
    margin-right:15px;
    position: relative;
    top:5px
}

.post_header_section{
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
    justify-content: space-between;
    text-decoration: none;
}
.poster_info_section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    text-decoration: none;
    align-items: center;
}
.poster_account_avatar{
    display: inline-block;
    box-sizing: border-box;
	width:35px;
	height:35px;
	border-radius:50%;
	border:1px solid rgb(226,226,226);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 10px;
}
.poster_extra_details_section{
	display:flex;
	flex-direction:column;
	position:relative;
	top:7px;
	cursor:pointer
}
.poster_postboard_title{
	box-sizing: border-box;
    display: inline-block;
    max-width: 175px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size:14px;
    position:relative;
    top:10px;
    color:rgb(0, 140,230);
    text-align: left;
    font-weight:bold;
}
.poster_postboard_title p{
	padding: unset !important;
    margin: unset !important;
    display: inline-block;
}
.poster_account_identifier{
	color:dimgray;
    font-size: 11px;
    margin-top: 10px;
    display: inline-block;
    max-width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.flux_handling_menu a,.flux_handling_menu button {
    display: block;
    text-decoration: none;
    cursor: pointer;
    text-align: left;
    margin-bottom: 10px;
    font-size: 14px;
    color: black;
	background-color:white;
	border-width:0;
	padding:0
}
.flux_handling_menu a:hover,.flux_handling_menu button:hover{
    font-weight: bold;
    color:rgb(0,140,230)
}
.flux_message_section{
    width:100%;
}
.flux_message {
    font-size: 14px;
    margin: 20px 0;
    line-height: 1.6em;
}
.flux_message p {
    margin:5px 0 !important;
    height:max-content !important
}
.flux_message a {
    color: rgb(0,140,230);
    display: inline-block;
    width: 90%;
    max-width:250px;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    top:7px
}
.flux_message .ap {
    display: inline-block;
    margin: 6px;
    position: relative;
    bottom: 7px;
    transform: scale(1.4);
}
.linked_url_section{
    font-size: 14px;
    margin-bottom: 15px;
}
.linked_url_section a {
    display: inline-block;
    color: rgb(0,140,230);
    max-width:275px;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    top:3px;
    font-weight: bold;
}
.flux_image, .flux_video_container {
    display: block;
    margin: 15px auto;
    width:95%;
    max-width: 350px;
    min-width:250px;
    border-radius: 7px;
}
.flux_video {
    max-width: 100%;
    border-radius: 7px;
}
.hashtags_section{
	width:95%;
	min-width:200px;
	max-width:500px;
	margin:15px 0;
	font-size:14px;
	line-height:1.6em;
}
.hashtags_section a {
	color:rgb(0,140,230);
	text-decoration:none
}
.flux_feedbacks_summary_section {
    padding:15px;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
.flux_feedback_elmt_section {
    margin:auto 10px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.flux_feedback_elmt_section img {
    width:22px;
    display: inline-block;
    margin-right: 3px;
}
.flux_feedback_count {
    font-size: 10px;
    color:dimgray;
    position: relative;
    top: 17px;
}
.flux_content_bottom_section {
    color:dimgray;
    text-align: right;
    padding-right:10px;
    font-size: 11px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: end;
    justify-content: flex-end;
}
.flux_content_bottom_section img{
	width:15px;
	display:inline-block;
	margin-right:2px;
}

.flux_content_bottom_section span {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    font-size:11px
}

.post_preview_likes_count {
    margin-left: 10px;
}
.post_series_info_section {
    font-size: 12px;
}
.post_series_info_section b{
    font-size: 12px;
}
.post_series_info_section a{
    color: rgb(0,140,230);
    font-size: 11px;
    display: block;
    margin-top: 5px;
    text-decoration: none;
    text-overflow: ellipsis;
    max-width:200px;
    white-space: nowrap;
    overflow:hidden;

}

.emoji_votes_section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.existing_votes_section {
    width:auto;
    padding:5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.emojies_selection_button {
    width:45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    border:1px dashed lightgray;
}
.emojies_selection_button img {
    width:25px;
    position: relative;
}
.emojies_selection_button img:first-child {
    left:15px;
}
.emojies_list_wrapper {
    padding:10px;
    width:250px;
    display: none;
    position: absolute;
    background-color: var(--bg-primary);
    border:1px solid lightgray;
    border-radius: 7px;
    z-index: 1000;
}
.emojies_list_closer {
    text-align: right;
    display: flex;
    justify-content: right;
}
.emojies_list_closer span{
    font-size: 16px;
    font-weight: bold;
    position: relative;
    bottom: 5px;
    cursor: pointer;
}
.emojies_list {
    width:100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height:250px;
    overflow: hidden;
    overflow-y: auto;
}

.emoji_choice_bt {
    background-color: var(--bg-primary);
    border-width: 0;
    cursor: pointer;
    width:max-content
}
.emojies_list img {
    width:25px;
    display: inline-block;
    margin:auto 8px;
}
.emoji_choice_bt:hover img{
    transform: scale(1.02);
}
.voted_emoji_bt_section  {
    min-width: 50px;
    background-color: var(--bg-primary);
    padding: 5px;
    padding-bottom: 2px;
    border-width:0;
    border-radius: 7px;
    margin:2px 5px;
    cursor: pointer;
    border: 1px solid lightgray;
}
.voted_emoji_bt_section img {
    width:25px
}
.voted_emoji_bt_section span {
    font-size:10px;
    position: relative;
    bottom: 5px;
}
@media only screen and (max-width:1202px){

}

@media only screen and (max-width:802px){
    .flux_preview_element_class_for_gen_purpose {
        max-width: 450px;
        min-width:300px;
        margin:auto;
        margin-bottom: 10px;
    }
    .flux_message {
        font-size: 14px;
        margin: 10px 0;
    }
    .flux_message .ap {
        margin: 6px;
        transform: scale(1.2);
    }
}


@media only screen and (max-width:602px){
    .flux_preview_element_class_for_gen_purpose {
        max-width: 400px;
        margin:auto;
        margin-bottom: 10px;
    }
    .voted_emoji_bt_section {
        border-radius: 7px;
        margin:2px;
    }
    .voted_emoji_bt_section img {
        width:22px
    }
    .voted_emoji_bt_section span {
        font-size:11px;
    }
    .emojies_selection_button {
        width:40px;
        height: 40px;
    }
    .emojies_selection_button img {
        width:22px;
    }
    .emojies_list img {
        width:22px;
        margin:auto 4px;
    }
   
    .flux_message {
        font-size: 13px;
        margin: 7px 0;
    }
    .flux_message .ap {
        transform: scale(1.1);
    }
    .flux_content_bottom_section {
        font-size: 11px;
    }
    .flux_preview_menu_element {
        font-size:12px;
        margin-bottom:10px;
    }
    .linked_url_section {
        font-size: 13px;
    }
    .hashtags_section{
        font-size: 13px;
    }
    .flux_feedback_elmt_section {
        margin:auto 5px;
    }
    .flux_feedback_elmt_section img {
        width:18px
    }
    .flux_feedback_count {
        font-size: 11px;
        top:15px
    }
}


@media only screen and (max-width:402px){
    .flux_preview_element_class_for_gen_purpose {
        max-width: 98vw;
    }
    .hashtags_section{
        font-size: 12px;
    }
}