/*
* This CSS file affects the admin panel globally, styling custom taxonomy tables, custom post types, etc
* (e.g. the Group Visibility table in WooCommerce Product Categories)
*
* TABLE OF CONTENTS:
* 1. General
* 2. Product Visibility
* 3. Group Visibility
* 4. My Account User
* 5. Offers
* 6. Rules
* 7. Messages
* 8. Media Queries
*
*/
/* 1. General */
button.wcfm-btn.wcfm-btn-theme.b2bking_wcfm_save_new_offer {
    margin-right: 20px;
}
h1.b2bkingwcfm_dashboard_title {
    padding: 15px 15px 0px 50px;
    font-size: 30px;
    font-weight: 400;
}
.b2bkingwcfm_visibility_dashboard{
    min-height: 1000px;
}
#b2bkingwcfm_show_pricing_table, #b2bkingwcfm_show_information_table{
    margin-right:10px;
}
.b2bkingwcfm_title{
    width: 100% !important;
}
.b2bkingwcfm-info-table-group{
    display: flex;
}
.b2bkingwcfm-info-table-group {
    margin: 10px 10px 10px 0;
}
.b2bking_info_table_title{
    margin-top: 15px;
}
.b2bkingwcfm-info-table-group span.wcfm-input-group-addon {
    margin: 5px;
}
.b2bking_description_group_cut{
    height: 50px;
}
.b2bking_product_add_tier_variation{
    margin-bottom: 50px;
    margin-top: 7px;
}
/* 2. Product Visibility */
#b2bking_product_visibility_metabox h2, #b2bking_product_dynamic_rules_metabox h2{
    background: #7D7D7D;
    border-radius: 5px 5px 0px 0px;
    align-items: center;
    padding-left: 10px;
    font-family: "Roboto Medium", Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 13.5px;
    line-height: 21px;
    color: #FFFFFF;
}
#b2bking_metabox_product_categories_wrapper{
	width: 100%;
}
#b2bking_metabox_product_categories_wrapper_top{
	width: 100%;
	min-height: 40px;

	background: #EFEFEF;
}
#b2bking_metabox_product_categories_wrapper_top_text{
	min-height: 40px;
	height: 40px;
	vertical-align: middle;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: #5C5C5C;
	display: table-cell;
    padding-left: 20px;
    font-family: Roboto, sans-serif;
    line-height: 2em;
}
.b2bking_metabox_product_categories_wrapper_top_category{
	min-width: 70px;
	height: 16px;
	background: #898989;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 3px;
	margin: 0px 3px;
	padding: 1px 10px;
	letter-spacing: 0.05em;
	color: #ffffff;
	font-style: normal;
	font-weight: 500;
	font-size: 10px;
}
#b2bking_metabox_product_categories_wrapper_content{
	width: 100%;
	padding: 5px 10px 10px 5px;
}
#b2bking_metabox_product_categories_wrapper_content_headline{
	font-family: "Roboto Medium", Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #5C5C5C;
    padding-top: 7px;
    padding-bottom: 9px;
}
.b2bking_metabox_product_categories_wrapper_content_category {
    min-width: 100px;
    height: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 5px 5px;
    padding: 2px 10px;
    background: #aaaaaa;
    box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    font-family: "Roboto Medium", Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    color: #ffffff;
    text-decoration: none;
}
.b2bking_metabox_product_categories_wrapper_content_category:hover{
    background: #6c6c6c;
    cursor:pointer;
}
.b2bking_metabox_product_categories_wrapper_content_category:focus{
    box-shadow: none;
    outline: none;
    border: none;
}

.b2bking_metabox_product_categories_wrapper_content_category_user {
    min-width: 100px;
    height: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 5px 5px;
    padding: 2px 10px;
    background: #f6f6f6;
    box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    font-family: "Roboto Medium", Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    color: #555555;
    text-decoration: none;
}
.b2bking_metabox_product_categories_wrapper_content_category_user:hover{
    background: #dbdbdb;
}
.b2bking_metabox_product_categories_wrapper_content_category_user:focus{
    box-shadow: none;
    outline: none;
    border: none;
}
.b2bking_metabox_product_categories_wrapper_content_category_user_link{
    text-decoration: none;
}
.b2bking_metabox_product_categories_wrapper_content_line_start{
	width: 55px;
	min-height: 25px;
	display: inline-block;
}
.b2bking_metabox_product_categories_wrapper_content_line{
	min-height: 35px;
    display: block;
    font-family: "Roboto Medium", Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: #4F4F4F;
    align-items: center;
    margin: 5px 0px;
}
#b2bking_product_visibility_override_options_wrapper{
	display: none;
}
#b2bking_product_visibility_selector_wrapper{
	margin-top: 15px;
	background: #367fc2;
	color: white;
	padding-bottom: 7px;
	padding-top: 7px;
	border-radius: 2px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
#b2bking_product_visibility_override{
	font-weight: 500;
}
#b2bking_set_product_visibility_text_before_select{
	font-size: 14px;
    font-weight: 500;
    margin-left: 10px;
}
/* 3. Group visibility */
.b2bking_group_visibility_container {
    border-radius: 5px;
    background: #ffffff;
    max-width: 1040px;
    border-color: #e9ebec;
    box-shadow: 0 3px 6px rgba(0,0,0,.07);
    padding-bottom: 12px;
    margin-bottom: 15px;
}
.b2bking_group_visibility_container_top {
    background: #7D7D7D;
    border-radius: 5px 5px 0px 0px;
    height: 32px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    font-family: "Roboto Medium", Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 13.5px;
    line-height: 21px;
    color: #FFFFFF;
}
.b2bking_group_visibility_container_content {
    padding: 13px;
}
.b2bking_group_visibility_container_content_title {
    font-family: "Roboto Medium", Roboto;
    position: relative;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 17px;
    line-height: 21px;
    padding-left: 38px;
    color: #6B6B6B;
}
.b2bking_group_visibility_container_content_title_icon{
    position: absolute;
    width: 26px;
    left: 1px;
    top: -6px;
}
.b2bking_group_visibility_container_content_checkbox {
    background: #ECECEC;
    border-radius: 3px;
    margin-top: 12px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 0px 15px;
    min-height: 40px;
}
.b2bking_group_visibility_container_content_checkbox_name {
    font-family: "Roboto Medium", Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #252525;
}
input.b2bking_group_visibility_container_content_checkbox_input {
    background: #C4C4C4;
    border-radius: 3px;
    border: none;
    top: 2px;
    box-shadow: none;
    position: relative;
}
input.b2bking_group_visibility_container_content_checkbox_input:focus{
    box-shadow: none;
}
.b2bking_user_visibility_container_content_title_icon{
    position: absolute;
    width: 29px;
    left: 1px;
    top: -4px;
}
textarea#b2bking_category_users_textarea {
    width: 100%;
    background: #ececec;
    border: none;
    resize: vertical;
    margin-bottom: 15px;
}
select#b2bking_all_users_dropdown {
    background-color: #ececec;
    border: none;
    font-family: "Roboto Medium", Roboto;
    font-style: normal;
    font-weight: 500;
    min-height: 36px;
    font-size: 14px;
    line-height: 21px;
    color: #252525;
    width: 75.5%;
    max-width: 1000px;
}
button#b2bking_category_add_user {
    background: #7d7d7d;
    color: #ffffff;
    min-height: 36px;
    width: 24.5%;
    min-width: 80px;
    border: none;
    margin-left: 3px;
}
.b2bking_category_users_textarea_buttons_container {
    display: flex;
}
/*4. My Account User */
select#b2bkingwcfm_vendor {
    height: 43px;
    background: #DEDEDE;
    border-radius: 4px;
    padding: 0px 20px;
    border: none;
    font-family: "Roboto Medium", Roboto;
    width: 100%;
    margin-bottom: 18px;
    margin-top: 5px;
    font-size: 15px;
    outline: none;
    color: #8D8D8D;
}
.fa-boxes:before, .fa-layer-group:before {
  font-family: 'Font Awesome 5 Free' !important;
}
/* 5. Offers */
div#b2bkingwcfm_dashboard_offers_table_container {
    margin: 20px 50px 50px 50px;
    padding: 20px;
    font-size: 14px;
    background: #fff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.17);
    border-radius: 5px;
}
div#b2bkingwcfm_dashboard_offers_table_container td {
    padding: 11px 13px;
}
div#b2bkingwcfm_dashboard_offers_table_container th {
    text-align: left;
}
table#b2bkingwcfm_dashboard_offers_table {
    padding-top: 10px;
    border-top: ;
    width: 100%;
}
.b2bking_wcfm_new_offer_button_container, .b2bking_wcfm_save_new_offer_button_container{
    padding-right: 50px;
    text-align: right;
}
.b2bking_offer_input_container{
    margin-right: 25px;
    display: inline-block;
    font-weight: 500;
    color: #666666;
    vertical-align: top;
    max-width: 250px !important;
}
.b2bking_offer_input_container select, .b2bking_offer_input_container .select2-container {
    max-width: 250px !important;
}
input.b2bking_offer_text_input{
    background-color: #f4f4f4;
    border: none;
    box-shadow: 0 2px 0px rgba(0, 0, 0, 0.08);
    color: #4a4a4a;
    font-weight: bold;
    margin-top: 1px;
    width: 97%;
}

.b2bking_offer_input_container .select2, .b2bking_rule_select_container .select2, #b2bking_select_multiple_product_categories_selector .select2{
    width: auto !important;
}
.b2bking_offer_input_container .select2-container, .b2bking_rule_select_container .select2-container, #b2bking_select_multiple_product_categories_selector .select2-container{
    position: initial !important;
}
.b2bking_offer_input_container .select2-selection--single .select2-selection__arrow, .b2bking_rule_select_container .select2-selection--single .select2-selection__arrow, #b2bking_select_multiple_product_categories_selector .select2-selection--single .select2-selection_arrow{
    position: initial !important;
}
.b2bking_group_visibility_container_content_checkbox_input{
    margin-right:10px !important;
}
#b2bking_select_multiple_product_categories_selector .select2-selection.select2-selection--multiple{
    min-width: 350px;
}
#b2bking_select_multiple_product_categories_selector .select2-selection__arrow, .b2bking_rule_select_container b{
    display: none !important;
}
.b2bkingwcfm_dashboard_tab{
    height: 800px !important;
    overflow-y: scroll !important;
}
.b2bking_offer_line_number{
    display: flex;
    margin-bottom: 15px;
}
.b2bking_item_subtotal{
    font-size: 22px;
}
#b2bking_offer_total_text{
    text-align: right;
    padding-right: 27%;
    font-size: 16px;
}
#b2bking_offer_total_text_number{
    display: inline-block;
    font-weight: 700;
    font-size: 22px;
}
.b2bking_offer_input_container button.b2bking_offer_add_item_button{
    margin-right: 5px;
}
#b2bking_admin_offer_textarea{
    width: 100%;
    resize: vertical;
    min-height: 100px;
    display: none;
}
/* 6. Rules */
div#b2bkingwcfm_dashboard_rules_table_container {
    margin: 20px 50px 50px 50px;
    padding: 20px;
    font-size: 14px;
    background: #fff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.17);
    border-radius: 5px;
}
div#b2bkingwcfm_dashboard_rules_table_container td {
    padding: 11px 13px;
}
div#b2bkingwcfm_dashboard_rules_table_container th {
    text-align: left;
}
table#b2bkingwcfm_dashboard_rules_table {
    padding-top: 10px;
    border-top: ;
    width: 100%;
}
.b2bking_wcfm_new_rule_button_container, .b2bking_wcfm_save_new_rule_button_container{
    padding-right: 50px;
    text-align: right;
}
#b2bking_wcfm_new_rule_container{
    padding:15px 0px 30px 30px !important;
}
.b2bking_rule_input_container{
    margin-right: 25px;
    display: inline-block;
    font-weight: 500;
    color: #666666;
    vertical-align: top;
}
#b2bking_select_all, #b2bking_unselect_all{
    margin-top: 10px;
}
input.b2bking_rule_text_input{
    background-color: #f4f4f4;
    border: none;
    box-shadow: 0 2px 0px rgba(0, 0, 0, 0.08);
    color: #4a4a4a;
    font-weight: bold;
    margin-top: 1px;
    width: 100%;
}
.b2bking_rule_line_number{
    display: flex;
    margin-bottom: 15px;
}
.b2bking_item_subtotal{
    font-size: 22px;
}
#b2bking_rule_total_text{
    text-align: right;
    padding-right: 27%;
    font-size: 16px;
}
#b2bking_rule_total_text_number{
    display: inline-block;
    font-weight: 700;
    font-size: 22px;
}
.b2bking_rule_input_container button.b2bking_rule_add_item_button{
    margin-right: 5px;
}
#b2bking_admin_rule_textarea{
    width: 100%;
    resize: vertical;
    min-height: 100px;
    display: none;
}
#b2bking_select_multiple_product_categories_selector li.select2-selection__choice, #b2bking_select_multiple_users_selector li.select2-selection__choice{
    font-size:14px;
    background-color:#ffffff;
    font-family: "Roboto Medium", Roboto;
}

.b2bking_dynamic_rule_metabox_content_container .selection .select2-selection, .b2bking_offer_line_number .selection .select2-selection{
    background-color: #f4f4f4;
    border: none;
    box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1);
    color: #3b3b3b;
    min-height: 35px;
    margin-top: 1px;
    font-size: 13.5px;
    font-family: "Roboto Medium", Roboto;
    font-style: normal;
    display: flex;
    align-items: center;
    width: fit-content;
    min-width: 170px;
}
.b2bking_dynamic_rule_metabox_content_container .select2-search__field{
    background-color: #f4f4f4;
}
.b2bking_dynamic_rule_metabox_content_container .selection .select2-selection:hover .select2-search__field, .b2bking_offer_line_number .selection .select2-selection:hover .select2-search__field{
    background-color: #eaeaea;
}
.b2bking_dynamic_rule_metabox_content_container .selection .select2-selection .select2-selection__arrow, .b2bking_offer_line_number .selection .select2-selection .select2-selection__arrow{
    top:inherit;
}
.b2bking_dynamic_rule_metabox_content_container .selection .select2-selection:focus, .b2bking_offer_line_number .selection .select2-selection:focus{
    border: none;
    background-color: #eaeaea;
    color: #3b3b3b;
    box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1);
    outline: none;
}
.b2bking_dynamic_rule_metabox_content_container .selection .select2-selection:hover, .b2bking_offer_line_number .selection .select2-selection:hover{
    border: none;
    background-color: #eaeaea;
    color: #3b3b3b;
    box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.b2bking_rule_select_container{
    max-width: 20%;
    margin-right: 15px;
    display: inline-block;
    font-weight: 500;
    color: #666666;
    vertical-align: top;
}
#b2bking_rule_select_container_tags{
    width: 100%;
    max-width: 100%;
}
#b2bking_rule_select_tags{
    width: 100%;
}

.b2bking_rule_select_container select{
    background-color: #f4f4f4;
    border: none;
    box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1);
    color: #3b3b3b;
    height: 35px;
    margin-top: 1px;
    font-size: 13.5px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
}
.b2bking_rule_select_container select:focus{
    border: none;
    background-color: #eaeaea;
    color: #3b3b3b;
    box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.b2bking_rule_select_container select:hover{
    border: none;
    background-color: #eaeaea;
    color: #3b3b3b;
    box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1);
}
#b2bking_rule_select_applies, #b2bking_rule_select_who{
    font-weight: 500;
}
.b2bking_rule_select_container select option, .b2bking_rule_select_container select optgroup{
    background-color:#FFFFFF;
}
#b2bking_product_visibility_metabox, #b2bking_product_dynamic_rules_metabox, #b2bking_custom_field_billing_connection_metabox, #b2bking_rule_details_metabox, #b2bking_custom_field_settings_metabox, #b2bking_custom_role_settings_metabox, #b2bking_offer_details_metabox, #b2bking_offer_customtext_metabox, #b2bking_offer_access_metabox, #b2bking_conversation_messaging_metabox, #b2bking_conversation_details_metabox, #b2bking_group_users_metabox, #b2bking_group_rules_metabox, #b2bking_group_offers_metabox, #b2bking_group_payment_shipping_metabox{
    border-radius: 5px;
    border-color: #e9ebec;
    box-shadow: 0 3px 6px rgba(0,0,0,.07);
}
.b2bking_offers_metabox_padding {
    padding: 5px;
}
svg.b2bking_offers_metabox_icon {
    position: absolute;
    width: 29px;
    left: 1px;
    top: -12px;
}
textarea#b2bking_offer_customtext_textarea {
    width: 100%;
    background: #ececec;
    border: none;
    resize: vertical;
    margin-bottom: 15px;
    min-height: 120px;
}
div#b2bking_rule_select_applies_replaced_container {
    margin-bottom: 20px;
}
input#b2bking_rule_select_applies_replaced {
    width: 97%;
}
#b2bking_rule_select_howmuch, input.b2bking_dynamic_rule_condition_number, #b2bking_rule_select_tags, #b2bking_rule_select_applies_replaced, #b2bking_container_tax_shipping_rate input{
    background-color: #f4f4f4;
    border: none;
    box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1);
    color: #252525;
    height: 35px;
    font-weight: bold;
    margin-top: 1px;

}
.b2bking_rule_select_container select{
    padding: 5px 10px;
}
body .select2-container--default .select2-search--dropdown .select2-search__field, body .select2.select2-container .select2-search--inline .select2-search__field{
    padding: 0px 3px !important;
}
#b2bking_container_applies .selection .select2-selection, .b2bking_rule_select_container .selection .select2-selection {
    width: 190px;
    height: 35px;
    padding: 5px 10px;
}

input.b2bking_dynamic_rule_condition_number {
    height: 35px;
    width: 225px !important;
    padding: 5px 10px;
}
input#b2bking_new_rule_title {
    min-width: 300px;
}
#b2bking_rule_select_howmuch, #b2bking_rule_select_quantity_value{
    width: 150px;
}
#b2bking_rule_select_conditions{
    display: none;
}
#b2bking_rule_select_conditions_container{
    width: 100%;
    max-width: 100%;
}
#b2bking_rule_select_conditions{
    width: 100%;
    height: 50px;
}
#b2bking_container_taxname, #b2bking_container_discountname, #b2bking_container_currency{
    display: none;
}
input#b2bking_rule_select_taxname, input#b2bking_rule_select_discountname {
    width: 140px;
    background-color: #f4f4f4;
    border: none;
    box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1);
    color: #252525;
    font-weight: bold;
    margin-top: 1px;
    height: 35px;
}
div#b2bking_container_tax_shipping {
    margin-top: 15px;
}
div#b2bking_container_tax_shipping_rate {
    margin-top: 15px;
}

.b2bking_dynamic_rule_column_text_discount_amount, .b2bking_dynamic_rule_column_text_discount_percentage{
    font-weight: bold;
    color:#ff2539;
}
.b2bking_dynamic_rule_column_text_free_shipping{
    font-weight: bold;
    color:#0c7fff;
}
.b2bking_dynamic_rule_column_text_fixed_price{
    font-weight: bold;
    color:#51db07;
}
.b2bking_dynamic_rule_column_text_hidden_price{
    font-weight: bold;
    color:#3f3f3f;
}
.b2bking_dynamic_rule_column_text_minimum_order, .b2bking_dynamic_rule_column_text_maximum_order{
    font-weight: bold;
    color:#c50aff;
}
.b2bking_dynamic_rule_column_text_required_multiple{
    font-weight: bold;
    color:#ffc47c;
}
.b2bking_dynamic_rule_column_text_payment_method_minimum_order, .b2bking_dynamic_rule_column_text_tax_exemption_user, .b2bking_dynamic_rule_column_text_tax_exemption, .b2bking_dynamic_rule_column_text_add_tax_percentage, .b2bking_dynamic_rule_column_text_add_tax_amount, .b2bking_dynamic_rule_column_text_replace_prices_quote, .b2bking_dynamic_rule_column_text_set_currency_symbol {
    color: #0000cb;
    font-weight: bold;
}

#b2bking_rule_select_conditions_container .b2bking_rule_condition_container .b2bking_dynamic_rule_condition_name, #b2bking_rule_select_conditions_container .b2bking_rule_condition_container .b2bking_dynamic_rule_condition_operator, #b2bking_rule_select_conditions_container .b2bking_rule_condition_container .b2bking_dynamic_rule_condition_number {
    font-family: "Roboto Medium", Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 13.5px;
    line-height: 21px;
    color: #6A6A6A;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.09);
}
.b2bking_dynamic_rule_condition_number{
    background-color: #f4f4f4 !important;
    width: auto !important;
}
#b2bking_conversation_message_submit_vendor, #b2bking_conversation_make_offer_vendor{
    color: #fff;
}
.b2bking_dynamic_rule_condition_add_button {
    background: #61ACD6;
    border-radius: 3px;
    color: #ffffff;
    border: none;
    padding: 0px 18px;
    font-family: "Roboto Medium", Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 13.5px;
    margin-right: 5%;
    min-width: 121px;
}
.b2bking_dynamic_rule_condition_delete_button{
    background: #7d7d7d;
    border-radius: 3px;
    color: #ffffff;
    border: none;
    padding: 0px 18px;
    font-family: "Roboto Medium", Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 13.5px;
    margin-right: 5%;
    min-width: 121px;
}

.b2bking_rule_condition_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.b2bking_dynamic_rule_condition_name{
    width: 33%;
}
.b2bking_dynamic_rule_condition_operator{
    width: 11%;
}
.b2bking_dynamic_rule_condition_number{
    width: 33%;
}
.b2bking_dynamic_rule_metabox_content_container {
    padding-top: 10px;
}
.b2bking_rule_label {
    margin-bottom: 4px;
    color: #6c6c6c;
    font-size: 13.5px;
    font-family: "Roboto Medium", Roboto;
    font-style: normal;
    font-weight: 500;
}
.b2bking_rule_label_discount {
    margin-bottom: 4px;
    color: #6c6c6c;
    font-size: 13.5px;
    font-family: "Roboto Medium", Roboto;
    font-style: normal;
    font-weight: 500;
    display:none;
}
/* dynamic rule tax exemption*/
select#b2bking_rule_select_requires, select#b2bking_rule_select_showtax {
    width: 100px;
}
select#b2bking_rule_select_countries {
    height: 200px;
}
/* dynamic rule discount checkbox */
.b2bking_dynamic_rule_discount_show_everywhere_checkbox_container {
    background: #f4f4f4;
    border-radius: 3px;
    justify-content: space-between;
    display: none;
    box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1);
    margin-right: 30px;
    align-items: center;
    padding: 0px 15px;
    min-height: 35px;
}
.b2bking_dynamic_rule_discount_show_everywhere_checkbox_name {
    font-family: "Roboto Medium", Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #6A6A6A;
}
input#b2bking_dynamic_rule_discount_show_everywhere_checkbox_input {
    background: #C4C4C4;
    border-radius: 3px;
    border: none;
    top: 2px;
    box-shadow: none;
    position: relative;
}
select.b2bking_select_multiple_product_categories_selector_select {
    background: #ECECEC;
    border-radius: 3px;
    margin-top: 12px;
    justify-content: space-between;
    display: flex;
    margin-right: 30px;
    width: 100%;
    border: none;
    align-items: center;
    padding: 0px 15px;
    min-height: 200px;
    font-family: "Roboto Medium", Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #252525;
}
select.b2bking_select_multiple_product_categories_selector_select:focus{
    box-shadow: none;
    color:#252525;
}
#b2bking_select_multiple_product_categories_selector li.select2-selection__choice, #b2bking_select_multiple_users_selector li.select2-selection__choice{
    font-size:14px;
    background-color:#ffffff;
    font-family: "Roboto Medium", Roboto;
}
#b2bking_select_multiple_product_categories_selector, #b2bking_select_multiple_users_selector{
    display: none;
    margin-top: 0px;
    margin-right: 30px;
    margin-bottom: 20px;
}

.b2bking_discount_options_information_box{
    background: #E0F3FE;
    border-radius: 2px;
    min-height: 53px;
    font-family: "Roboto Medium", Roboto;
    margin-right: 30px;
    font-style: normal;
    font-weight: 500;
    display: none;
    font-size: 14px;
    margin-top: 12px;
    padding-left: 50px;
    line-height: 21px;
    color: #579DC3;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
}
.b2bking_information_box_link{
    text-decoration: none;
}
.b2bking_rule_conditions_information_box{
    background: #E0F3FE;
    border-radius: 2px;
    min-height: 53px;
    font-family: "Roboto Medium", Roboto;
    margin-right: 30px;
    font-style: normal;
    font-weight: 500;
    display: flex;
    font-size: 14px;
    margin-top: 2px;
    padding-left: 50px;
    line-height: 21px;
    color: #579DC3;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
}
.b2bking_group_payment_shipping_information_box_icon{
    position: absolute;
    top: 8px;
    width: 28px;
    left: 11px;
    background: #579DC300;
}
.b2bking_group_payment_shipping_information_box{
    background: #E0F3FE;
    border-radius: 2px;
    min-height: 53px;
    margin-left: 10px;
    font-family: "Roboto Medium", Roboto;
    margin-right: 30px;
    font-style: normal;
    font-weight: 500;
    display: flex;
    font-size: 14px;
    padding-left: 50px;
    line-height: 21px;
    color: #579DC3;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
}
#select2-b2bking_rule_select_applies-container, #select2-b2bking_rule_select_who-container{
    min-width: 175px;
}
/* 7. Messages */
select#b2bking_myaccount_conversation_vendor {
    height: 43px;
    background: #DEDEDE;
    border-radius: 4px;
    padding: 0px 20px;
    border: none;
    font-family: "Roboto Medium", Roboto;
    width: 100%;
    margin-bottom: 18px;
    margin-top: 5px;
    font-size: 15px;
    outline: none;
    color: #8D8D8D;
}
/* 8. Media Queries */
@media screen and (max-width: 750px) { 
    .b2bking_offer_line_number{
        display:grid;
    }
    .b2bking_wcfm_save_new_offer_button_container{
        margin-bottom: 60px;
    }
}
@media screen and (max-width: 950px) { 
    .b2bking_dynamic_rule_metabox_content_container{
        display:grid;
    }
    .b2bking_rule_select_container{
        margin-bottom: 15px;
    }
    .b2bking_rule_select_container select{
        margin-right: 5px;
    }
}
