
.show_on_page_load_only {
    display:none
}


.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}
   
}

.vibe_preview_element_class_for_gen_purpose {
    box-sizing: border-box;
    /*box-shadow: 0 0 35px rgb(220, 220, 220);*/
    transition: transform 1s ease;
    border-radius: 10px;
    margin-bottom:15px;
    background-color: var(--bg-primary);
    width:95vw;
    min-width:275px; 
    max-width:390px;
    border:1px solid lightgray; 
    border-top-width: 3px;
    padding: 10px;
    height: max-content;
}

.vibe_img_content {
    margin: auto;
    text-align: center;
}
.vibe_img { 
    display: inline-block;
    border-radius: 10px;
    margin: auto;
    max-width:95%
}
.vibe_video{

}
.post_content_placeholder {
    display: block;
    max-height:450px;
    border-radius: 10px;
    margin: auto;

}
.post_preview_subscription_button_section {
    display: flex;
    flex-direction: row;
    justify-content: right;
    padding:10px

}
.post_preview_subscription_button {
    display: inline-block;
    margin-right:10px;
    background-color: transparent;
    border:1px solid rgb(0,140,230);
    border-radius: 25px;
    padding:5px 15px;
    font-size:12px;
    text-align: center;
    color:rgb(0,140,230);
    cursor: pointer;
}
.post_preview_subscription_button:hover{
    border-width: 2px;
    font-weight: bold;
}
.pp_loading_indication {
    margin: auto;
    margin-top:55%;
    color:dimgray;
    font-size:15px;
    text-align: center;
}
.vibe_preview_element_class_for_gen_purpose:hover{
    box-shadow: 0 0 35px rgb(200, 200, 200);
}
.show_immediately {
    opacity: 1 !important;
    display: block;
}
.post_header_section{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}
.poster_info_section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    text-decoration: none;
}
.poster_account_avatar {
    display: inline-block;
    box-sizing: border-box;
    width:40px;
    height: 40px;
    border-radius: 50%;
    border:1px dashed lightgray;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right:10px
}
.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;
    color: var(--text-primary);
}
.poster_account_identifier {
    color:var(--text-secondary);
    font-size: 11px;
    margin-top: 10px;
    display: inline-block;
    max-width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.post_title_section {
    box-sizing: border-box;
    max-width:80%;
    overflow: hidden;
    overflow-x: auto;
    margin: 5px;
    font-size: 12px;
    color:var(--text-primary);
    padding:7px;
    cursor: pointer;
    line-height: 1.4em;
}
.post_title_section p {
    width:100%;
    line-height: 1.4em;
    text-align: justify;
    margin: 0;
}
.post_title_section a{
    color: black;
}
#post_preview_extra_details_callup_section{
    text-align:right;
    padding-right:15px;
}
.post_preview_extra_details_callup {
    display: inline-block;
    margin-top:7px;
    margin-bottom: 5px;
    font-size: 12px;
    color:dimgray;
    cursor: pointer;
    text-align: right;
}
.post_preview_extra_details_callup:hover{
    text-decoration: underline;
    color:black
}
.post_preview_read_more_section {
    padding-top:5px;
    margin-bottom: 15px;
}
.post_preview_post_title_more_details_button {
    border:1px solid rgb(0, 140,230);
    font-size:12px;
    padding:5px 10px;
    border-radius: 15px;
    color:rgb(0, 140,230);
    text-decoration: none;
    border-width: 0;
    font-weight:bold;
}


.post_preview {
    width:100%;
    border-radius: 10px;
}
.post_title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width:300px;
    padding:10px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.678);
    color:white;
    font-size:14px;
    display: none;
    
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/*  for styling the preview menu section */
.post_preview_bottom_section {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    width:90%;
    padding: 10px;    
}

.post_preview_quick_action_buttons_section_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    padding-top:15px
}
.post_preview_chat_icon_section {
    cursor: pointer;
}

.quick_post_action_preview_section {
    margin-right:20px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.quick_post_action_preview_section img {
    display: inline-block;
    height:22px;
   
}

.post_preview_comment_icon_section img {
    height:25px;
   
}
.users_interactions_counts {
    display: inline-block;
    color:dimgray;
    font-size:11px;
    margin-left:2px;
    position: relative;
    top:12px;
}

.extra_info_section {
    margin: 10px auto;
    width:90%;
    max-width: 250px;
    line-height: 1.6em;
    font-size:12px;
}
.extra_info_section a {
    color:rgb(0, 140,230);
    font-weight:bold
}
.extra_info_section img {
    width:15px
}

.post_preview_loading_process_indicator {
    font-size:12px;
    display: inline-block;
    margin-right:15px;
    padding:10px;
    display:none
}

.post_preview_menu_section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top:10px;
}

.post_preview_menu_icon {
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    width:30px;
    height:30px;
    font-size:17px;
    font-weight: bold;
    border-radius: 50%;
    padding-top:5px;
    background-color: rgb(235, 235, 235);
    border: 1px solid lightgray;
    color: black;
    cursor: pointer;
}
.post_preview_menu_icon:hover {
    /*background-color: rgba(147, 147, 147, 0.532);*/
}

.post_preview_menu_closer,.post_external_links_section_closer {
    text-align: right;
    padding:0 0 10px 10px;
    width:100%;
    display: flex;
    flex-direction: row;
    justify-content: end;
    justify-content: flex-end;
    cursor: pointer;
}
.post_external_links_section_closer {
    box-sizing: border-box;
    padding-bottom: 10px;
    padding-right: 5px;
}
.post_preview_menu_closer span, .post_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 darkgray;
    padding-top:2px;
    color:black
}
.post_preview_menu_content {
    border:1px solid lightgray;
    padding:10px;
    padding-right:25px;
    border-radius: 7px;
    width:max-content;
    background-color: rgb(250, 250, 250);
    margin-right:10px;
    width:125px;
    z-index: 999;
    display: none;
}
.post_preview_menu_element {
    font-size:12px;
    display: block;
    text-decoration: none;
    color:black;
    margin-bottom:12px;
    text-align: left;
    cursor: pointer;
    background-color: unset;
    border-width: 0;
}
 
.post_preview_menu_element:hover {
    font-weight:bold
}
.post_preview_menu_element img {
    display: inline-block;
    width:18px;
    margin-right:10px;
    position: relative;
    top:5px
}
.initiate_post_pinning  span {
    color: black;
}
.post_series_info_section {
    font-size: 12px;
    padding-left:10px
}
.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;

}
.total_post_views_section{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: end;
    justify-content: flex-end;
}

.total_post_views_section,.total_post_views_section span, .total_post_views_section div {
    font-size: 11px;
    text-align: right;
    color: dimgray
}
.total_post_views_section img {
    width:15px; 
    display: inline-block;
    margin-right:2px;
}
.total_post_views_section span {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.post_preview_likes_count {
    margin-left: 10px;
}
.date_published {
    margin-right:10px
}

.post_mini_links_section_wrapper {
    padding:5px;
    width:98%;
}
.post_links_section_title {
    color:dimgray;
    font-size:12px;
    margin-bottom:7px;
    margin-left:7px;
    cursor: pointer;
}
.post_links_section_title span {
    display:inline-block;
    transform:rotate(270deg);
    margin-left:7px; 
    position:relative;
    top:2px
}
.post_external_links_section {
    box-sizing: border-box;
    display:flex;
    flex-direction: column;
    border:1px solid lightgray;
    border-radius: 5px;
    width:100%;
    max-width: 250px;
    display: none;    
    background-color: rgb(250, 250, 250);
    z-index: 999;
    padding: 10px;
    font-size: 12px;
}
.quick_call_to_action_links {
    display:block;
    text-decoration: none;
    color:rgb(29, 29, 29);
    font-size: 12px;
    margin-bottom: 15px;
}
.quick_call_to_action_site_type {
    font-weight:bold;
    display: block;
    margin-bottom:7px;
}
.quick_call_to_action_actual_link {
    display: block;
    text-decoration: none;
    max-width:98%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgb(0, 140,230);

}
.quick_call_to_action_actual_link:hover{
    text-decoration: underline;
}

#post_description_popup_wrapper {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(9, 9, 9, 0.85);
    z-index: 999999;
    display: none;
}

#post_description_popup{
    box-sizing: border-box;
    margin: auto;
    margin-top:15px;
    background-color: var(--bg-primary);
    color: var(--text-primary);
    border-radius: 10px;
    padding:10px;
    max-width:450px;
    min-width:300px;
    width:95%;
    max-height:80vh;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    font-size:14px;
}
#post_description_popup div,#post_description_popup p {
    line-height: 1.4em;
}
#post_description_popup 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;
}

#post_description_popup_description_section img {
    max-width: 300px;
    max-height: 350px;
    display: block;
    border-radius: 7px;
}

@keyframes post_fadein_animation {
    from {
        transform: translateY(-25px);
        opacity: 1;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media only screen and (max-width:1202px){
    
    
}

@media only screen and (max-width:802px){
   
    /*.number_poll_header_files_section {
        width:300px
    }*/
    
}

@media only screen and (max-width:602px){
    .vibe_preview_element_class_for_gen_purpose{
        width:calc(100vw - 25px);
        max-width:390px;
        float:none;
        margin-right:unset;
        margin: auto auto;
        margin-bottom: 10px;
        box-shadow: 0 0 25px 1px rgb(221, 221, 221);
    }
    
    .quick_call_to_action_links {
        font-size:12px;
    }
   
    .post_preview_menu_icon {
        width:25px;
        height:25px;
        font-size:15px;
        padding-top:3px;

    }
    .post_preview_menu_element {
        font-size:12px;
        margin-bottom:10px;
    }
    
}

@media only screen and (max-width:502px){
    .quick_post_action_preview_section img {
        height:18px;
       
    }
    .reposted_count {
        top:15px
    }
    .post_preview_comment_icon_section img {
        height:22px;
       
    }
}

@media only screen and (max-width:402px){

    .vibe_preview_element_class_for_gen_purpose{
        width:calc(100vw - 10px);
        max-width:370px;
    }

    .post_external_links_section {
        max-width: 225px;
    }
    
}

@media only screen and (max-width:342px){
   
}
