
@import url("https://yposts.me/assets/css/reward_details_popup.css");
@import url('https://yposts.me/assets/css/normalize.css');
@import url("https://yposts.me/assets/bundles/sweetalert-neutral/sweetalert2.min.css");
@import url('https://yposts.me/assets/css/page_navigation_indicator.css');
@import url('https://yposts.me/assets/css/yposts.css');
@import url('https://yposts.me/assets/css/full_comments_section_styles.css');

body {
    margin: auto;
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
.headroom {
  will-change: transform;
  transition: transform 0.2s ease-in-out;
}
.headroom--pinned {
  transform: translateY(0);
}
.headroom--unpinned {
  transform: translateY(-100%);
}

.user_badges_section {
    position: relative;
}
.user_badges_section img {
    width:15px;
}
.prevent_scrolling{
    overflow: hidden;
}
.custom-shape-divider-bottom-1644711267 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1644711267 svg {
    position: relative;
    display: block;
    width: calc(124% + 1.3px);
    height: 22px;
    border-width: 0;
}

.custom-shape-divider-bottom-1644711267 .shape-fill {
    fill: #FFFFFF;
}

.plyr {
    border-radius: 10px; /* Adjust radius value as needed */
    overflow: hidden;    /* Ensures video hides behind corners */
}
/*for page loading indication*/
#page_loading_indicator {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width:100vw;
    margin: 0;
    position: fixed;
    top:0;
    left:0;
    background-color: #202628;
    z-index:999999999999
}


.loader-circle-32 {
    position: relative;
    width: 70px;
    height: 70px;
}
.loader-circle-32 > div {
    animation-fill-mode: both;
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: 2px solid #bbb;
    animation: loader-circle-32-spin 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}
.loader-circle-32 > div:nth-child(1) {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.loader-circle-32 > div:nth-child(2) {
    animation-delay: -0.4s;
}
.loader-circle-32 > div:nth-child(3) {
    animation-delay: -0.2s;
}
@keyframes loader-circle-32-spin {
    0% {
        transform: scale(0.1);
        opacity: 1;
    }
    70% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        opacity: 0.0;
    }
}


/** For tablet devices **/

@media (min-width: 768px) and (max-width: 1023px) {
    .custom-shape-divider-bottom-1644711267 svg {
        width: calc(113% + 1.3px);
        height: 22px;
    }
}


/** For mobile devices **/

@media (max-width: 767px) {
    .custom-shape-divider-bottom-1644711267 svg {
        width: calc(111% + 1.3px);
        height: 18px;
    }
}

.required {
    color: brown;
    font-weight: bold;
}
#header_section_wrapper{
    position: sticky;
    top:0;
    z-index: 1000;
    background-color: var(--bg-primary);
}
#header_sections {
    /*box-shadow: 0 0 75px 5px lightgray;*/
    box-sizing: border-box;
    margin-bottom:10px;
    border-width: 0;
    box-shadow: var(--shadow-soft);
    border-radius: 5px;
    /*padding: 10px;*/
    padding-bottom: 10px;
}

#header_section_1 {
    padding: 10px 5px 0px 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
#post_type_changer_icon {
    cursor: pointer;
}
#in_app_PWA_install_section {
    text-align: right;
    padding-right: 35px;
}

#install_PWA {
    box-sizing: border-box;
    border-width: 0;
    border-radius: 5px;
    padding: 5px 15px;
    cursor: pointer;
    background-color: rgb(248, 248, 248);
    margin-right: 20px;
    display: none;
}

#install_PWA_icon {
    width: 30px;
    height: 30px;
    margin-right: 10px
}

#install_PWA_words {
    font-size: 14px;
    position: relative;
    bottom: 7px;
    color: black;
}

.install_PWA {
    display: none;
}

.blink {
    background-color: white !important;
    color: rgb(0, 140, 230) !important
}
#header_section_2{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
#header_Section_2_buttons_section {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: end;
    justify-content: flex-end;
    align-items: center;
    align-items: center;
    align-content: center;
    text-align: right;
    padding-right: 25px;
    padding-bottom: 15px;
    /*max-width:250px;
    overflow: hidden;
    overflow-x: auto;*/
}
#header_section_2 img {
    width:20px;
    cursor: pointer;
}
#burger_sign {
    display: none;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid lightgray;
    text-align: center;
    position: relative;
    left:10px;
    top:5px;
    padding:5px 7px;
    cursor: pointer;
}
#burger_sign:hover {
    font-weight: bold;
}
#company_logo_section {
    padding: 5px;
}

#company_logo_section img {
    height: 35px;
}
#header_country_name_in_logo{
    display: inline-block;
    font-size: 9px;
    text-decoration: none !important;
    position:relative;
    bottom:23px;
    border:1px solid lightgray;
    border-radius:3px;
    padding:3px 5px
}

#search_bar_section {
    width: max-content;
    white-space: nowrap;
}

#search_coverage {
    padding: 10px 25px;
    border: 1px solid lightgray;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: relative;
    bottom: 20px;
    font-size: 14px;
}

#post_search_bar {
    padding: 12px;
    border: 1px solid lightgray;
    width: 50%;
    min-width: 550px;
    max-width: 1000px;
    position: relative;
    bottom: 20px;
    font-size: 14px;
}

#post_search_bar:hover {
    border: 2px solid rgb(0, 140, 230)
}

#post_search_button {
    padding: 8px 25px;
    background-color: rgb(0, 153, 230);
    border: 1px solid rgb(0, 140, 230);
    text-align: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 24px;
    width: 24px;
    position: relative;
    bottom: 4px;
}

#post_search_button:hover {
    background-color: rgb(0, 140, 230);
}

.search_coverage_value {
    border: 1px solid lightgray;
    padding: 7px 15px;
    width: 200px;
    border-radius: 5px;
    font-size: 13px;
    display: none;
    margin-bottom: 10px
}
#header_notification_section {
    /*position: relative;
    top:3px*/
    height:20px
}
#chat_messages_notification_icon_section,
#acc_notification_icon_section {
    margin-right: 5px;
}

span#unseen_message_count,
span#acc_notification_count {
    box-sizing: border-box;
    font-size: 10px;
    border: 2px solid white;
    text-align: center;
    padding: 3px 5px;
    border-radius: 5px;
    position: relative;
    right: 15px;
    background-color: rgb(2, 29, 43);
    color: white;
    display: none;
}

#poster_sanction_ind {
    display: inline-block;
    margin-right: 20px;
    color: white;
    background-color: brown;
    font-size: 18px;
    text-align: center;
    box-sizing: border-box;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding-top: 8px;
    box-shadow: 0 0 75px 1px brown;
    text-decoration: none;
}
#header_extra_icons_indicator_for_small_screen{

    display: none;
}

#page_title_section {
    box-sizing: border-box;
    text-align: right;
    width: 100%;
    margin-top: 25px;
}

#page_title {
    border: 2px solid darkgray;
    font-size: 18px;
    padding: 8px 25px;
    border-radius: 5px;
    width: max-content;
    margin-left: 70%;
    white-space: nowrap !important;
}

#account_indicator {
    font-size: 14px;
    display: inline-block;
    width:25px;
    height:25px;
    text-align: center;
    box-sizing: border-box;
    padding-top:5px;
    border-radius: 50%;
    cursor: pointer;
    color: white;
    background-color: white;
    color: rgb(0, 140, 230);
    font-weight: bold;
    text-decoration: none;
    position: relative;
    top: 10px;
    -webkit-transition:height .25s ease, width .25s ease;
    transition:height .25s ease, width .25s ease;
    margin-left:20px;
    
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}

#account_indicator:hover {
    color: green;
    border: 1px solid green
}

#account_indicator:before,
#account_indicator:after {
    content:'';
    display:block;
    position:absolute;
    top:0; right:0; bottom:0; left:0;
    border-radius:50%;
    border:1px solid rgb(0, 140, 230);
}

#account_indicator:before {
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}
#account_indicator:after {
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}

#account_indicator:hover:before,
#account_indicator:hover:after {
    border:1px solid green;

}

@-webkit-keyframes ripple{
    0% {-webkit-transform:scale(1); }
    75% {-webkit-transform:scale(1.75); opacity:1;}
    100% {-webkit-transform:scale(2); opacity:0;}
}

@keyframes ripple{
    0% {transform:scale(1); }
    75% {transform:scale(1.75); opacity:1;}
    100% {transform:scale(2); opacity:0;}
}




#identified_user_initial {
    display: inline-block;
    box-sizing: border-box;
    width: 35px;
    height: 35px;
    padding-top: 8px;
    text-align: center;
    font-size: 15px;
    background-color: rgb(0, 140, 230);
    color: white;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 7px;
}
.sanctioned_identified_user{
    background-color: brown !important;
}

#page_cover_for_closing_elmt {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.068);
    z-index: 999;
}

#post_search_result_suggestion_container {
    box-sizing: border-box;
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: end;
    justify-content: flex-end;
    padding-right: 70px;
}

#post_search_suggestions {
    box-sizing: border-box;
    border: 1px solid lightgray;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px;
    position: absolute;
    width: 700px;
    margin-top: 5px;
    min-height: 35px;
    max-height: 350px;
    overflow: hidden;
    overflow-y: auto;
    z-index: 9999;
    background-color: white;
    display: none;
}

#post_search_suggestions .post_search_suggestion,
.poster_search_suggestion {
    font-size: 13px;
    overflow: hidden;
    width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px;
    text-align: left;
    cursor: pointer;
}

#post_search_suggestions .post_search_suggestion a,
.poster_search_suggestion a {
    color: dimgray;
    text-decoration: none;
}

#post_search_suggestions .post_search_suggestion:hover a,
.poster_search_suggestion:hover a {
    color: black
}

#post_search_suggestions .post_search_suggestion:hover,
.poster_search_suggestion.hover {
    background-color: rgb(240, 240, 240);
    border-radius: 5px;
}

.suggestered_poster {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.suggested_account_postboard_title {
    overflow: hidden;
    width: 95%;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold
}

.suggested_account_icon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px dashed lightgray;
    border-radius: 50%;
    margin-right: 7px;
    width: 25px;
    height: 25px;
}

.suggested_account_identifier {
    font-size: 10px;
    margin-top: 5px;
}

#user_account_handling_section {
    position: absolute;
    border: 1px solid lightgray;
    background-color: white;
    padding: 10px;
    padding-left: 20px;
    border-radius: 7px;
    width: 200px;
    z-index: 1000;
   
    text-align: left;
    display: none;
}

.menu_option ,.menu_element_group_label{
    display: block;
    color: dimgray;
    cursor: pointer;
    width: 100%;
    font-size: 14px;
    margin-top: 15px;
    text-decoration: none;
    text-align: left;
    white-space: nowrap;
}
.fold_unfold_submenu_section{
    display: inline-block;
    transform: rotate(90deg);
    color:dimgray;
    position: relative;
    margin-left:25px
}
#header_reward_display_section{
    text-align: right;
    cursor: pointer;
}
#header_reward_display_section img {
    width:25px;
    display: inline-block;
    position: relative;
    top:10px;
}
#header_reward_display_section span {
    font-weight: bold;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

}


.install_PWA {
    display: none
}

.menu_option:hover {
    color: rgb(0, 140, 230);
    font-weight: bold;
}

.menu_option img,.menu_element_group_label img  {
    position: relative;
    top: 2px;
    width: 20px;
    display: inline-block;
    margin-right: 15px;
}
.menu_option_group {
    display: none;
    margin-left:25px
}
#search_icon {
    display: none
}

#page_content {
    box-sizing: border-box;
    width: 100%;
    /*overflow-x: auto;*/
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#page_content::-webkit-scrollbar {
    width: 0;
    background: transparent;
}
#double_deck_left_section {
    width:25vw;
    min-width:max-content;
    max-width:300px;
    margin-left:5px

}
#posts_display_section {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    min-width: 400px;
    width: 100%;
    margin:auto;
    margin-bottom:10px;
    margin-left:10px
    /*height: 100vh;
    max-height: 650px;
    overflow: -moz-scrollbars-none;
    overflow: hidden;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;*/
}

#posts_display_section::-webkit-scrollbar {
    width: 0;
    background: transparent;
}

#double_decked_page_wrapper {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-top: 25px;
}

#quick_links_section {
    margin-right:25px;
}
#quick_links_section  a {
    display: block;
    font-size: 14px;
    margin-top:15px;
    color:dimgray;
    text-decoration: none;
    padding-left:15px;
    white-space: nowrap;
}
#quick_links_section  a:hover {
    font-weight: bold;
    color:rgb(0, 140, 230);
    font-weight: bold;
}
#main_post_types_links_section {
    margin-top:25px;
    margin-bottom: 25px;
}
.quick_links_section_post_type_element {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    text-decoration: none;
    color:black
}
.quick_links_section_post_type_element:hover{
    color:rgb(0, 140, 230)
}
.quick_links_section_post_type_element img {
    display: inline-block;
    margin-right:5px;
    width:22px;
    position: relative;
    top:5px
}
#header_main_post_type_elements_section {
    padding: 10px;
    border:1px solid lightgray;
    border-radius: 5px;
    font-size: 14px;
    text-align: left;
    background-color: white;
    width:100px;
    display: none;
}

.header_main_post_type_element {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
    text-decoration: none;
    color:black;
    width: max-content;
    white-space: nowrap;
}
.header_main_post_type_element:hover{
    color:rgb(0, 140, 230);
    font-weight: bold;
}
.header_main_post_type_element img {
    display: inline-block;
    margin-right:5px;
    width:22px;
    position: relative;
    top:5px
}

#themes_filter_section,
#themes_page_side_themes_list {
    width: 100%;
    max-width:300px;
    margin-top:35px;
    margin-left:5px
}
.post_filter_theme {
    display: block;
    margin-top: 7px;
    margin-bottom: 7px;
    padding-left:15px;
    font-size: 14px;
    cursor: pointer;
    color: dimgray;
    text-decoration-line: none;
}

.post_filter_theme:hover {
    font-weight: bold;
    color: black
}

.currently_active_theme_posts {
    color: rgb(0, 140, 230);
    font-weight: bold;
}

#post_themes_complete_list_section {
    margin-left: 10px
}

.header_group_button_element {
    cursor: pointer;
    margin-right: 10px;
    height:20px;
}

.header_group_button_element img {
    width: 20px
}

.header_group_button_element:hover {
    transform: scale(1.08);
}

#ongoing_polls_button img , #marketplace_icon img{
    width: unset;
    height: 25px;
    position:relative;
    bottom: 4px;
}

#themes_list_initiator {
    display: inline-block;
}
#themes_list_title {
    font-weight:bold;
    font-size:18px;
    margin-bottom:10px;
    margin-top:10px;
    text-align:center
}
#complete_themes_list_section {
    background-color: rgb(245, 245, 245);
    border:1px solid darkgray;
    width: 250px;
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto;
    border-radius: 10px;
    padding: 10px;
    position: absolute;
    top:115px;
    z-index: 1000;
    text-align: left;
    display: none;
}

.theme_list_element {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    text-decoration: none;
    color: rgb(0, 0, 0)
}

.theme_list_element:hover {
    color: rgb(0, 140, 230);
    font-weight: bold
}



#post_type_selection_section{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: start;
    width:95%;
    max-width: 700px;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 10px;
    padding-left:10px
}
.post_type_option {
    padding:5px 10px;
    text-align:center;
    border:1px solid dimgray;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    margin: auto 10px;
    font-size: 12px;
    cursor: pointer;
    white-space: nowrap;
}
.post_type_option:hover{
    font-weight:bold;
    transform: scale(1.05);
}
.post_type_option img {
    width:18px;
    display: inline-block;
    margin-right:5px;
}
.selected_post_type {
    border:2px solid rgb(0,140,230) !important;
    color:rgb(0,140,230);
    font-weight: bold;
}

/** For pagination styling  **/

#pagination_section {
    clear: both;
    text-align: center;
    margin-top: 75px;
}

.pagination_page_number {
    font-size: 14px;
    color: dimgray;
    display: inline-block;
    margin-right: 7px;
}

.pagination_page_number:hover {
    color: rgb(0, 140, 230);
}

.current_pagination_page {
    font-weight: bold;
    font-size: 15px;
    margin-left: 10px;
    margin-right: 10px;
    color: rgb(0, 140, 230)
}

.page_nav {
    font-size: 14px;
    display: inline-block;
    margin: auto 7px;
    color: dimgray
}

.page_nav:hover {
    color: rgb(0, 140, 230)
}




#current_users_count_section {
    font-size: 1.4rem;
    text-align:center;
    padding: 10px;
    padding-right: 20px;
    margin:25px auto 0 auto;
    width:100%;
    box-sizing: border-box ;
    line-height: 1.7em;
}
#current_users_count_section a {
    text-decoration: none;
    font-size:1.4rem;
    color:rgb(0, 153, 230);
    font-weight: bold;
}
#current_users_count_section a:hover {
    color:rgb(0, 140, 230)
}



/* for styling the welcome message*/
#new_user_welcome_msg_wrapper  {
    box-sizing: border-box;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.705);

    position: fixed;
    top:0;
    left:0
}
#new_user_welcome_msg_window {
    box-sizing: border-box;
    width:90%;
    min-width: 300px;
    max-width:325px;
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    margin: auto;
    margin-top: 150px;
}
#new_user_welcome_msg_window h1{
    text-shadow: 4px 4px 5px lightgray;
}
#new_user_welcome_msg_window p{
    font-size: 18px;
}
#msg_window_closer_section {
    text-align: right;
    padding-right:15px;
}
#msg_window_closer {
    box-sizing: border-box;
    width:30px;
    height:30px;
    border-radius: 50%;
    border:1px solid lightgray;
    text-align: center;
    display: inline-block;
    padding-top:4px;
    font-size: 14px;
    cursor: pointer;
}
#msg_window_closer:hover {
    background-color: lightgray;
}

#new_publication_type_selection_section_wrapper {
    width: 100vw;
    height:100vh;
    background-color: rgba(0, 0, 0, 0.705);
    position: fixed;
    top:0;
    left:0;
    z-index:1000000;
    display: none;
}
#new_publication_type_selection_section {
    box-sizing: border-box;
    padding: 10px;
    border-radius: 7px;
    background-color: white;
    min-width:250px;
    width:98vw;
    max-width: 300px;
    margin: auto;
    margin-top:15vh
}

#new_publication_type_selection_section_closer {
    display: flex;
    flex-direction: row;
    justify-content: right;
    font-size: 20px;
    font-weight:bold;
    padding-right:15px
}
#new_publication_type_selection_section_closer_element {
    cursor:pointer
}
#new_publication_types_links {
    margin-top:15px;
}
#new_publication_types_links a {
    display: block;
    margin:10px 0;
    font-size: 15px;
    color:black;
    font-weight: bold;
    text-decoration: none;
}
#new_publication_types_links a:hover{
    color: rgb(0, 140, 230);
}
#new_publication_types_links img {
    width: 20px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top:3px
}



#invitation_to_platform_section {
    margin: 35px auto;
    width:95%;
    max-width:700px;
    line-height: 1.6em;
    font-size: 14px;
    color:dimgray
}
#invitation_to_platform_section span {
    font-weight:bold;
    color:rgb(0,140,230);
    cursor: pointer;
}
#invitation_to_platform_section span:hover {
    text-decoration: underline;
}
.note-toolbar,.note-toolbar button:not(.note-color-btn){
    border-width: 0 !important;
    /*background-color: transparent !important;*/
}
@media only screen and (max-width:1220px) {
    #user_account_handling_section {
        right: 15px;
    }
}

@media only screen and (max-width:1202px) {
    #search_coverage {
        padding: 10px 10px;
    }
    #post_search_bar {
        padding: 12px;
        border: 1px solid lightgray;
        width: 40%;
        min-width: 350px;
        max-width: 800px;
    }
    #post_search_button {
        padding: 8px 25px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        position: relative;
        bottom: 4px
    }
    #post_search_suggestions {
        width: 450px;
        max-height: 300px;
    }
    #complete_themes_list_section {
        top:115px;
    }
}

@media only screen and (max-width:1002px) {
    #search_bar_section {
        display: none;
    }
    #search_icon {
        height: 25px;
        width: 25px;
        cursor: pointer;
        display: inline-block;
        margin-right: 15px;
        padding: 5px;
        border: 1px solid lightgray;
        border-radius: 5px;
        position: relative;
        bottom: 7px
    }
    #post_search_bar {
        padding: 12px;
        border: 1px solid lightgray;
        width: 70%;
        max-width: 600px;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
    }
    #post_search_suggestions {
        width: 95vw;
        max-width: 550px;
        left: 75px;
        top: 95px
    }
    #identified_user_initial {
        position: relative;
        bottom: 20px
    }
    #complete_themes_list_section {
        top:100px;
    }
}

@media only screen and (max-width:802px) {
    #double_deck_left_section, #themes_filter_section {
        display: none;
    }
    
    #double_deck_left_section{
        display: none;
        padding: 10px;
        background-color: rgb(230, 230, 230);
        border:1px solid darkgray;
        border-radius: 7px;
        font-size: 13px;
        position: fixed;
        top:90px;
        left:5px;
        z-index: 1000;
        overflow: hidden;
        overflow-y: auto;
        width:200px
    }
    #burger_sign{
        display: inline-block;
    }
    
    #posts_display_section {
        margin: auto;
        width:95vw;
        padding: unset;
        height: unset;
        min-width: 375px;
        align-items: center;
        align-self: center;
        align-content: center;
        justify-content: center;
        justify-items: center;
        justify-self: center;
    }
    
    #search_coverage {
        padding: 12px 10px;
        width: max-content;
        font-size: 13px;
    }
    #post_search_button {
        padding: 7px 25px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        position: relative;
        bottom: 5px;
    }
    #post_search_suggestions {
        width: 95vw;
        max-width: 550px;
        left: 75px;
        top: 90px
    }
    #install_PWA {
        padding: 3px 10px;
    }
    #install_PWA_icon {
        width: 25px;
        height: 25px;
    }
    #install_PWA_words {
        font-size: 13px;
        bottom: 7px;
    }
    #in_app_PWA_install_section {
        text-align: left;
        margin-left: 15px;
    }
    
}

@media only screen and (max-width:602px) {
    .post_type_option {
        margin: auto 7px;
        font-size: 13px;
       
    }
    #company_logo_section img {
        height: 30px;
    }
    #header_country_name_in_logo{
        bottom:20px
    }
    
    #post_search_bar {
        min-width: unset;
        max-width: 350px;
    }
    #account_indicator{
        margin-left:20px
    }
    #page_title {
        margin-left: 60%;
        font-size: 15px;
    }
    #post_search_suggestions {
        left: 25px;
        max-width: calc(100vw - 35px);
    }
    #install_PWA {
        padding: 2px;
        cursor: pointer;
        background-color: white;
        width: 40px;
        height: 40px;
    }
    #install_PWA_icon {
        width: 35px;
        height: 35px;
        margin-right: 0;
    }
    .blink {
        background-color: white !important;
    }
    #install_PWA_words {
        display: none;
    }
    #in_app_PWA_install_section {
        padding-left: 15px;
        padding-right: 5px
    }
    #header_icons_for_big_screen_only{
        display: none ;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        z-index: 1000;
    }
    #header_extra_icons_indicator_for_small_screen img {
        width: 25px;
    }
    #header_extra_icons_indicator_for_small_screen{
        display: inline-block;
        color:dimgray;
        height: 35px;
        transform: rotate(180deg);
        position: relative;
        cursor: pointer;
    }
    
    #zoomed_image {
        max-width: 90%;
        max-height: calc(100% - 150px);
    }
    #double_decked_page_wrapper {
        padding-top: 15px;
        display: block;
    }
   
    .post_type_option {
        padding:5px 10px;
        margin: auto 10px;
        font-size: 13px;
    }
    #complete_themes_list_section {
        top:95px;
    }

    .header_main_post_type_element {
        font-size: 13px;
    }
    .header_main_post_type_element img {
        width: 20;
    }
}

@media only screen and (max-width:402px) {
    .post_type_option {
        margin: auto 7px;
        font-size: 12px;
    }
    #posts_display_section {
        min-width: 98%;
    }
    #company_logo_section img {
        height: 30px;
    }
    #search_coverage {
        padding: 12px 10px;
        font-size: 12px;
    }
    #page_title {
        margin-left: 50%;
        font-size: 14px;
    }
    .header_group_button_element {
        margin-right: 7px
    }
    .header_group_button_element img {
        width: 20px
    }
    #ongoing_polls_button img, #marketplace_icon img {
        width: unset;
        height: 20px;
        bottom: unset;
    }
    #post_search_suggestions {
        width: calc(100vw - 20px);
    }
    #in_app_PWA_install_section {
        display: none;
    }
    span#unseen_message_count,
    span#acc_notification_count {
        font-size: 9px;
        /*width: 25px;
        height: 25px;
        right: 12px;*/
    }
    .header_main_post_type_element {
        font-size: 12px;
    }
   
}