body{background-color:#ece8e3}
body, html{color:rgb(8, 49, 112)}
.ow_logo{background-image:url(/ow_userfiles/themes/theme_image_41.png)}
.ow_site_panel{background:white}
.ow_footer{background:white}
body select{
    padding-right: 40px;
    background-image: url(https://biobiogo.com/ow_static/plugins/biolink/img/ic_arrow_down.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
}

button.back{
     width: 46px;
    padding: 0;
    background-image: url(https://biobiogo.com/ow_plugins/biolink/static/img/ic_btn_arrow_right.svg);
    background-size: 24px;
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid rgb(187 187 187);
    background-color: transparent;
    border-radius: 6px;
    opacity: 0.6;
}

body.embedded ._404_page_content{display:none;}
body.embedded .embeded_404_page_content{display:block;}
body.memberships .current_membership_item_16, body.memberships .current_membership_item_18, body.memberships .current_membership_item_19{display:none}

body .ow_logo{border-radius: 6px; min-height: auto;}
body.base_sign_in .ow_logo, body.base_user_join .ow_logo{width: 58px; margin: auto; margin-top: 24px;}

#id_biolink_page .aboutme_block_wrap .id_verified_mark svg{display:none}
.no_scroll_bar{ -ms-overflow-style: none; scrollbar-width: none;}
.no_scroll_bar::-webkit-scrollbar{display: none;}

.ow_tip.ow_tip_top{
    max-width:200px;
    margin-top: 8px;
}

.ow_tip .ow_tip_box{
    border-radius: 6px;
    padding: 6px 9px 6px;
    background-color: white;
    color: var(--blackButtonColor);
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    box-shadow: 0 0px 4px rgb(0 0 0 / 18%);
}
.ow_tip_top .ow_tip_arrow{
    display:none;
}

body button.back:hover{
    opacity: 0.8;
}

body.confirm-page input[type=button]{
    text-transform: uppercase;
}

body.confirm-page .ow_forgot_password{
    margin-top: 0;
}

body.confirm-page .ow_forgot_password>h3{
    font-size: 20px;
    margin-bottom: 10px;
}

body.confirm-page .ow_forgot_password>div{
    padding: 10px 0;
    font-size: 16px;
    line-height: 22px;
}

body.confirm-page .ow_forgot_password>div .ow_button{
    margin-top: 24px;
    width: 120px;
}

.ow_avatar_label{
    font-size: 12px;
    line-height: 18px;
    padding: 0px 4px;
    border-radius: 4px;
}

.forum_topic_page .ow_avatar_label{
    font-size: 9px;
    padding: 3px;
    line-height: 1;
    font-weight: 600;
    bottom: 0;
}

.base_profile_page .bottom_attribution{display:none}
body.ow.base_profile_page .ow_page_wrap{overflow: hidden}

body.ow{
    overflow:hidden
}

body .ow_page_container{
    margin-top: 0; 
    box-sizing: border-box;
}

body.boxed_content .ow_content{
     max-width: 960px;
    padding: 24px;
    box-sizing: border-box;
}

body.no_header .ow_header{
    display: none;
}

body.no_header .ow_page_padding{
    padding-top: 0;
}

button.setting_button{
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    background: inherit;
    border: 0;
    border-radius: inherit;
    font-weight: 400;
    vertical-align: middle;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f9fafb));
    background: linear-gradient(to bottom, white, #f9fafb);
    border: 1px solid #c4cdd5;
    -webkit-box-shadow: 0 1px 0 0 rgba(22,29,37,0.05);
    box-shadow: 0 1px 0 0 rgba(22,29,37,0.05);
    border-radius: 3px;
    font-size: 14px;
    line-height: 36px;
    color: #212b36;
    width: auto;
    height: 42px; 
    background-repeat: no-repeat;
    background-position: center;
}

button.setting_button.ow_inprogress{
    background-color: var(--borderColor);
}
.ow_site_panel{
    display: none;
}

.ow_footer{
    display: none
}
.ow_page>h1{
    display:none
}

.ow_page_wrap{
	overflow: hidden;
	height: 100%;
	background-size: cover;
}

.ow_page_wrap .ow_page_padding{
	padding-top: 54px;
	box-sizing: border-box;
	overflow: hidden;
	height: 100%;
}

.ow_page_wrap .ow_page_padding .ow_page_container{
    height: 100%;
    overflow-y: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
}

.ow_disable_button{display:none} /** Hide the disable profile button **/

.ow_page_wrap .ow_page_padding .ow_page_container{

}

/** Below pages does not have a main menu. So no padding top applied. **/

.base_profile_page .ow_page_padding{padding-top: 0;}
.base_user_media_panel .ow_page_padding{padding-top: 0px;}
.base_user_media_panel form{margin-top:0;padding:16px}

.base_user_media_panel .ow_content_menu_wrap{
     margin-bottom: 0;
}
.base_user_media_panel .user_media_panel_gallery{
     height: calc(100% - 47px);
}

.base_user_media_panel .action_button span.ow_button{
     width: auto;
    min-width: 100px;
    display: inline-block;
}

.base_user_media_panel .action_button span.ow_button:last-child{
    float: right;
    background-color: transparent;
}

.base_user_media_panel .action_button span.ow_button:last-child input{
    color: var(--blackTextColor);
}
/** Header Style **/
.ow_header{
    left: 0; margin-top:0; 
    border-bottom: 1px solid var(--borderColor); 
    position: fixed; width: 100%; 
    z-index: 100;top: 0;
 }
.ow_header .ow_menu_wrap{
    background-color:white; 
    position: relative; 
    height: fit-content;
}
/** Fix in profile edit page can not display header problem **/
body .ow_header .ow_menu_wrap{
    display: table;
}
.ow_header .ow_main_menu li a{
    text-transform:none
}

/** Don't show header other users' pages, but display in my page **/
.base_profile_page .ow_header{display:none}
.base_profile_page.my_profile_page .ow_header{display:block}


.my_profile_page .verify_email_button_wrap{display: none}
.place_section.bottom_section{display: none !important}





/** Header Style End **/





.profilex_my_preference_dropdown_item{
    display: none
}




.ow_menu_wrap .ow_main_menu{padding: 0}
.ow_menu_wrap .ow_main_menu li{padding-top:0; line-height: 54px}

.ow_menu_wrap .ow_main_menu li a{
    padding: 0px 5px; 
    text-shadow: none;
    border-bottom: none !important;
}

.ow_menu_wrap .ow_main_menu li a span{
    padding: 0 3px;
}
.ow_menu_wrap .ow_main_menu li.active a span, .ow_menu_wrap .ow_main_menu li a:hover span{
    background-image: linear-gradient(-225deg, #fcdd4b 0%, #fcdd4b 50%, #fcdd4b 100%);
    background-size: 100% 10px;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-left: 3px;
    padding-right: 3px;
    color: black;
}


body.ow .ow_page_container .ow_canvas .ow_page{padding:0; padding-top:0; padding-right: 0; padding-left: 0}

.my-edit-profile div.profile_filling_form_profile_section{border-radius: 0; max-width: unset; margin-bottom:0; box-shadow:none}
.my-edit-profile .buttom_button_wrap, .my-edit-profile .change_passwd_btn_wrap{max-width: unset}
.my-edit-profile .buttom_button_wrap{margin-top: 10px}


.base_profile_page .more_or_less_link{display: none}
.base_profile_page .ow_box{background-color: transparent}



.base_profile_page .user_light_weight_action_wrap{display: none}

.base_profile_page .profilex_action_toolbar{display: none !important}

.base_profile_page  .place_section.top_section{max-width: 640px; margin-left: auto; margin-right: auto;}

.ow_content{position:relative; margin-left:auto; margin-right:auto;}

.base_profile_page .ow_box{padding:0;}
.base_profile_page .ow_dnd_widget{background-color: transparent; border-radius:0}
.base_profile_page .ow_stdmargin{margin-bottom:0;}

/** Admin view user status **/
.base_profile_page .ow_user_status_title, .base_profile_page .ow_user_status_wrap{
	display: none
}

/** Floatbox transition **/
#floatbox_overlay, .floatbox_canvas{transition:0.4s}
.floatbox_canvas.hide_under_page{top: 100%}
.floatbox_overlayBG.start_overlay_transition{opacity:0}

@media screen and (max-width: 640px){
    .floatbox_canvas.fullscreen_view_on_mobile.half_height_on_mobile.hide_under_page{bottom: -100%}
}


body.base_page404 .ow_header{
    display: none;
}

body.base_page404 .ow_content{
    padding: 24px;
    box-sizing: border-box;
}

body.base_page404 h1{
    line-height: 1.1;
    text-transform: none;
    font-size: 28px;
    color: #323334;
}

body.base_page404 .ow_logo_wrap{
    width: 200px;
    padding-top: 80px;
    margin: auto;
}
body.base_page404 .ow_logo{
    background-image: url(https://biobiogo.com/ow_userfiles/themes/theme_image_25.png);
    background-size: auto;
}

body.base_sign_in .forgotten_pass_and_remember_option{
    position: absolute;
    right: 20px;
    bottom: 80px;
}

body.base_sign_in input[type=text], body.base_sign_in input[type=password], body.base_user_join input[type=text], body.base_user_join input[type=password]{
    border: none;
    background-color: #f3f5f7;
    padding: 0 20px;
    border-radius: 30px;
    font-size: 16px;
}

body.base_sign_in .ow_button, body.base_user_join .ow_button{
    transition: 0.3s;
}

body.base_sign_in .ow_button:hover, body.base_user_join .ow_button:hover{
    box-shadow: none;
    transform: scale(1.01);
}

.ow_connect_buttons .ow_button{
    background-color: white;
    border: 2px solid black;
}

.ow_connect_buttons .ow_button:hover{
    background-color: white;
}

.ow_connect_buttons .ow_button input{
    color: black;
    background-color: transparent;
}

.connect_button_list .connect_btn_wrap .ow_button, .connect_button_list .connect_btn_wrap .ow_button:hover{
    border-radius: 40px;
    background-position: 5px center;
}

.ow_connect_buttons .ow_connect_text{
    display: block;
    background: none;
    text-align: center;
    width: 100%;
    padding-bottom: 6px;
    text-transform: capitalize;
    color: #5e6870;
    box-sizing: border-box;
}


/** Sign-up Page **/
.eac-input-wrap{width: 100%;}
.eac-input-wrap .custom-classname{border-radius: 6px; box-shadow: rgb(0 0 0 / 13%) 0px 1px 3px 0px; background-color: white; padding: 12px 0;}
.eac-input-wrap .custom-classname .email-domain-suggestion-item{line-height: 42px; padding-left: 16px; padding-right: 16px; cursor: pointer}
.eac-input-wrap .custom-classname .email-domain-suggestion-item:hover{background-color: #f8f8f8}

/** Profile edit page **/
.profile_filling_form_wrap{padding:24px}
.profile_filling_form_wrap .profile_filling_form_profile_section{border-radius:10px; box-shadow:none; margin-bottom:10px;}
/** Hide the avatar field in native profile edit from **/
.profile_filling_form_wrap .profile_filling_form_profile_section.account_type{display:none}
.profile_filling_form_wrap .ow_save_profile_button_wrap{padding-top: 24px;}


/** Email verification box **/
.email_verify_float_box_wrap{
    max-width: 320px;
    margin: auto;
}

.email_verify_float_box_wrap .ow_button{
    width: 100%;
}

.email_verify_float_box_wrap .email_verify_float_box_close_button{
    display: none;
}

.email_verify_container .box_subtitle{
    font-size: 16px;
    line-height: 22px;
}

.email_verify_container .change_email_description{
    font-size: 16px;
    line-height: 20px;
}

.email_verify_float_box_wrap .email_verify_container div.email-input input.display{
    border: none;
    font-size: 16px;
    color: var(--blackButtonColor);
    height: 50px;
}

.email_verify_float_box_wrap .email_verify_container .change_email_link_label{
    top: 27px;
}

.email_verify_float_box_wrap .email_verify_container div.email-input input.editing{
    border-color: var(--brandColor);
    border-radius: 40px;
    padding-left: 13px;
    font-size: 16px;
    height: 50px;
}

.email_verify_float_box_wrap .email_verify_container .ow_change_email_warnning{
    margin-bottom: 12px;
}

.email_verify_float_box_wrap .tips_title h4{
    color: var(--contentTextColor);
}

.email_verify_float_box_wrap .email_tips_tab{
    text-align: left;
    color: var(--contentTextColor);
}

.email_verify_float_box_wrap .row_icon{
    max-width: 42px;
    padding: 0;
}

.email_verify_float_box_wrap .email_verify_container .email_tips_tab .icon_container svg{
    width: 32px;
    height: 32px
}

.email_verify_float_box_wrap .enter_code_button_wrap{
    margin-bottom: 20px;
}

/** Shopify User **/
body.shopify_user .setting_part_item_payment_integration,
body.shopify_user .biolink_editor_form_container .setting_button.money_button{
    display: none;
}

body.secure-billing-order .ow_header{display:none}
body.secure-billing-order .primeiropay_order_form_page{margin-top:24px}

@media screen and (max-width: 640px){


    .desktop_only{
        display: none;
    }

    body.boxed_content .ow_content{
        max-width: 100%;
        padding: 0;
        padding-bottom: 24px;
    }


    /** Sign-in Page **/
    .join .ow_logo_wrap, .base_sign_in .ow_logo_wrap{
        margin-bottom: 0px;
    }
    
    

    



    /** Top menu bar **/
    .ow_header{
        padding-left: 48px;
        background-color: white;
        box-sizing: border-box;
    }

    body .ow_header .ow_menu_wrap{
        display: block;
    }

}


.tox-editor-container button.ow_inprogress{background-image:none !important}


/** Temp hack for BSF **/
.current_membership_list{border: none !important; background-color: white;border: 2px solid var(--blackTextColor); text-align:center; padding:0}
.current_membership_list .current_membership_title{display: none}
.current_membership_list .current_membership_item{display: none}
.current_membership_list .current_membership_el.upgrade_btn_wrap{position:relative; top: 0}

.upgrade_invitation_block_wrap .ow_red{color: var(--blackTextColor)}
.upgrade_invitation_block_wrap .only_today{display:none}

.membership_plan_wrap .membership_detail_item:not(:nth-child(2)) .visitor_user .buy_button, .membership_plan_wrap.has_upgraded .visitor_user .buy_button{background-color: white; border: 1px solid var(--borderColor); color: var(--blackTextColor); box-shadow: none;}
.membership_plan_wrap .membership_detail_item:not(:nth-child(2)) .visitor_user .buy_button:hover, .membership_plan_wrap.has_upgraded .visitor_user .buy_button:hover{background-color:var(--menuHoverColor)}
#id_automation_template_selector_wrap .template_select_button_wrap button{background-color: white; color: var(--blackTextColor); border: 1px solid var(--borderColor);}
#id_automation_template_selector_wrap .template_select_button_wrap button:hover{background-color: var(--menuHoverColor)}


/** Auto post & schedule post editor **/
.previewable_editor_page .previewable_editor_form_wrap .section_title{background:none}
#id_post_create_form_wrap .post_creation_field.send_your_product .input_note{display:none}
#id_post_create_form_wrap .post_creation_field.send_your_product input{display:none}


.not_upgraded_plan .automation_list_view_cmp {pointer-events: none;}
.not_upgraded_plan .automation_list_view_cmp a{color: var(--contentTextColor); }
.not_upgraded_plan .automation_list_view_cmp .switch-wrap input:checked + label{background-color:white}
.not_upgraded_plan .automation_list_view_cmp .polaris_button.branded{background-color:#f2f2f2; opacity: .5; box-shadow:none}
.not_upgraded_plan .automation_list_view_cmp table{opacity: .5;}

.not_upgraded_plan #id_scheduled_posts_index_wrap[data-post-type="2"] .scheduled_post_list_view_cmp{pointer-events: none;}
.not_upgraded_plan #id_scheduled_posts_index_wrap[data-post-type="2"] .scheduled_post_list_view_cmp a{color: var(--contentTextColor); }
.not_upgraded_plan #id_scheduled_posts_index_wrap[data-post-type="2"] .scheduled_post_list_view_cmp .switch-wrap input:checked + label{background-color:white}
.not_upgraded_plan #id_scheduled_posts_index_wrap[data-post-type="2"] .scheduled_post_list_view_cmp .polaris_button.branded{background-color:#f2f2f2; opacity: .5; box-shadow: none}
.not_upgraded_plan #id_scheduled_posts_index_wrap[data-post-type="2"] .scheduled_post_list_view_cmp table{opacity: .5;}


.membership_plan_wrap .current_membership_list{display:none}
.free_plan_container .current_plan_label p{background-color: var(--blackButtonColor); margin-top: 0}
.membership_detail_item .current_plan_label p{background-color: var(--blackButtonColor);}
.upgrade_invitation_block .polaris_button.black{background-color: var(--brandBtnColor); min-width:140px}
.upgrade_invitation_block .polaris_button.black:hover{background-color: #006e52}

/**Shoppable post setup page**/
.afdb_quick_reply_button_field_web_url_label{display:none}
.afdb_quick_reply_button_field_web_url_input{display:none}
.afdb_quick_reply_button_field_web_url_tips{display:none}

.account_setting_links{display:none}


/*** Headless ***/
body.headless.forum_topic_page .ow_breadcrumb{pointer-events: none;}
body.headless.forum_topic_page .ow_breadcrumb a{color: var(--contentTextColor); text-decoration: none;}
/*** Headless end ***/


/*** Generally disabled email and username sign up **/
.setting_part_item setting_part_item_tracking_integration{display: none}
body.home_page .get_started_invitation_wrap{text-align: center; margin-top:40px}
body.home_page .get_started_invitation_wrap .link_input_wrap{display: none}
body.home_page .get_started_invitation_wrap .get_started_button{position: relative; min-width: 320px; padding-right: 20px;}
body .for_user_join.ow_simple_signup_form_wrap{text-align: center;}
body .for_user_join.ow_simple_signup_form_wrap .element_field.username{display: none}
body .for_user_join.ow_simple_signup_form_wrap .element_field.email{display: none}
body .for_user_join.ow_simple_signup_form_wrap .element_field.password{display: none}
body .for_user_join.ow_simple_signup_form_wrap .element_field.submit{display: none}
body .for_user_join.ow_simple_signup_form_wrap .element_field_agreement{margin-bottom: 6px}
body .for_user_join.ow_simple_signup_form_wrap .ow_connect_text{display: none}
/*** Generally disabled email and username sign up end **/

/** Override sign up and sign in page **/
body.base_sign_in, body.base_user_join{ background-color: white;}
body.base_sign_in .ow_header, body.base_user_join .ow_header{display: none;}
body.base_sign_in .ow_logo_wrap, body.base_user_join .ow_logo_wrap{width: 100%;}
body.base_sign_in .ow_page_padding, body.base_user_join .ow_page_padding{padding-top: 0;}

.ow_simple_signup_form_wrap{box-shadow: none; border: 1px solid gainsboro; max-width: 480px; margin-bottom: 42px;}
.ow_simple_signup_form_wrap .simple_signup_form_title h1{ text-transform: initial; font-size: 32px; line-height: 40px; font-weight: 400;}
.ow_simple_signup_form_wrap .simple_signup_form_description{color: #5e6870; font-size: 16px; -height: 22px;}
.ow_simple_signup_form_wrap .element_field input[type=password],
.ow_simple_signup_form_wrap .element_field input[type=text],
.ow_simple_signup_form_wrap .element_field select,
.ow_simple_signup_form_wrap span.ow_button input{height: 50px; line-height: 1}
.ow_simple_signup_form_wrap form .error{padding-left: 20px; margin-top: 4px; display: block;}
.ow_simple_signup_form_wrap .question_input_username  input[name=username]{padding-left: 128px;font-weight: 600;font-family: var(--fontFamily);}
.ow_simple_signup_form_wrap .site_home_url{ display: block; position: absolute; left: 20px; line-height: 1; top: 0; color: #2a2d32; font-size: 16px;font-weight: 600;}
/** Override sign up and sign in page end **/