/*
* 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. Fonts
* 2. General Styling
* 3. Product Visibility
* 4. Group Visibility
* 5. Conversations
* 6. Offers
* 7. Rules
* 8. Customer groups
* 9. User shipping and payment methods
* 10. Registration Roles
* 11. Registration Fields
* 12. Registration User Data
* 13. User Settings
* 14. Customers
* 15. Groups page
* 16. Product Page
* 17. Media Queries
*
*/

/* 1. Fonts */
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(../../../includes/assets/fonts/Roboto/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(../../../includes/assets/fonts/Roboto/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(../../../includes/assets/fonts/Roboto/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(../../../includes/assets/fonts/Roboto/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(../../../includes/assets/fonts/Roboto/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(../../../includes/assets/fonts/Roboto/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(../../../includes/assets/fonts/Roboto/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* 2. General Styling */
/* B2BKing icon */
#toplevel_page_b2bkingcore .wp-menu-image img{
    position: relative;
    bottom: 3px;
    width: 15px !important;
}
.toplevel_page_b2bkingcore #wpwrap {
    background: #313437;
}
.b2bking_page_b2bking_conversations{
    background:#256ad9;
}
.b2bking_page_b2bking_fields{
    background: #25bcd9;
}
.b2bking_page_b2bking_offers{
    background: #d98825;
}
.b2bking_page_b2bking_tools, .b2bking_page_b2bking_tools #wpcontent{
    background: #008154;
}
.b2bking_page_b2bking_conversations #wpcontent, .b2bking_page_b2bking_offers #wpcontent{
    padding-left:0px !important;
}
.b2bking_upgrade_premium {
    color: #ffffff;
    font-size: 40px;
    padding: 20px;
    width: 100%;
    text-align: center;
    font-family: Roboto;
    margin-top: 120px;
    font-weight: 700;
}
.b2bking_upgrade_premium_settings {
    color: #444444;
    line-height: 2em;
    font-size: 27px;
    padding: 20px;
    width: 100%;
    text-align: center;
    font-family: Roboto;
    margin-top: 56px;
    font-weight: 600;
}
.b2bking_disabled_input{
    background: #e5e5e5 !important;
    border: 1px solid #bdbdbd !important;
}
.b2bking_upgrade_premium_settings_second {
    color: #666666;
    line-height: 2em;
    font-size: 20px;
    padding: 20px;
    width: 100%;
    text-align: center;
    font-family: Roboto;
    margin-top: 10px;
    font-weight: 700;
}
#toplevel_page_b2bkingcore img{
	position: relative;
	bottom: 2px;
}
.b2bking_spacer_10{
    width: 10px;
    display: inline-block;
}
.b2bking_page_b2bking_dashboard #wpcontent, .b2bking_page_b2bking_reports #wpcontent {
    padding-left: 0px !important;
}

.dl.b2bking_reports_topright {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-left:50px;
}
input.b2bking_reports_date_input {
    min-height: 35px;
}
.b2bking_dynamic_rule_condition_add_button:hover, .b2bking_dynamic_rule_condition_delete_button:hover{
    cursor: pointer;
}
.b2bking_admin_groups_main_container_main_row_left_box, .b2bking_admin_groups_main_container_main_row_right_box {
    border-radius: 3px;
}

.b2bking_reports_fromto {
    display: inline-flex;
    align-items: center;
}
.b2bking_reports_fromto_text {
    margin: 0px 10px;
}
div#b2bking_reports_quick_links {
    display: flex;
    justify-content: space-evenly;
    margin-left: 30px;
    font-size: 12px;
    padding-top: 10px;
}
.b2bking_dynamic_rule_metabox_content_container .wc-product-search{
    min-width: 240px;
}
.wc-product-search.b2bking_offer_item_name{
    min-width: 240px;
}
#b2bking_offer_details_metabox .select2-selection__rendered{
    width:100%;
    margin-right:10px;
}

.b2bking-checkbox-switch {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 80px;
    height: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    line-height: 1.2;
    font-size: 14px;
    transform: scale(0.85);
}


.b2bking-btn-gray { color: #fff; background-color: #545a5f; border-color: #545a5f; border-radius:5px;border:0px; padding:6px 15px;}

.b2bking-btn-gray:hover { color: #fff; background-color: #2f3438; border-color: #2f3438; cursor:pointer;}

.b2bking-btn-gray:focus, .b2bking-btn-gray.focus { color: #fff; background-color: #2f3438; border-color: #2f3438; box-shadow: 0 0 0 0.2rem rgba(147, 162, 180, 0.5); }

.b2bking-btn-gray.disabled, .b2bking-btn-gray:disabled { color: #fff; background-color: #8091a7; border-color: #8091a7; }

.b2bking-btn-gray:not(:disabled):not(.disabled):active, .b2bking-btn-gray:not(:disabled):not(.disabled).active, .show > .b2bking-btn-gray.dropdown-toggle { color: #fff; background-color: #2f3438; border-color: #2f3438; }

.b2bking-btn-gray:not(:disabled):not(.disabled):active:focus, .b2bking-btn-gray:not(:disabled):not(.disabled).active:focus, .show > .b2bking-btn-gray.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(147, 162, 180, 0.5); }

.b2bking_page_b2bking_customers .dt-button.buttons-columnVisibility {
    margin-top: 40px !important;
    background: #ccc;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 10px;
}
.dt-buttons{
    display:inline-block;
    margin-bottom: 5px;
}
.dt-button.buttons-columnVisibility.active{
    background: #f1f1f1;
}
div#b2bking_admin_customers_table_filter label {
    color: #2f2f2f;
}
div#b2bking_admin_customers_table_info {
    margin-top: 15px;
}
div#b2bking_admin_customers_table_paginate {
    margin-top: 15px;
}
div#b2bking_admin_customers_table_length {
    float: right;
    margin-left: 20px;
}
select[name="b2bking_admin_customers_table_length"] {
    border: 1px solid #d1d1d1;
    min-height: 31px;
}
.b2bking_customers_export_text{
    margin-right:5px;
    font-weight:bold;
}
.b2bking_page_b2bking_customers input[type="search"] {
    border: 1px solid #d1d1d1;
    min-height: 31px;
}

.b2bking-checkbox-switch input.b2bking-input-checkbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 30px;
    padding: 0;
    margin: 0;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

.b2bking-checkbox-switch .b2bking-checkbox-animate {
    position: relative;
    width: 80px;
    height: 30px;
    background-color: #95a5a6;
    -webkit-transition: background 0.25s ease-out 0s;
    transition: background 0.25s ease-out 0s;
}

.b2bking-checkbox-switch .b2bking-checkbox-animate:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #7f8c8d;
    top: 5px;
    left: 5px;
     -webkit-transition: left 0.3s ease-out 0s;
    transition: left 0.3s ease-out 0s;
}



.b2bking-checkbox-animate.b2bking-pro-checkbox{
    background-color: #3c3f3e;
}
.b2bking-checkbox-switch .b2bking-checkbox-animate.b2bking-pro-checkbox:before {
    background-color:#1d1f1e;
}
.b2bking-checkbox-switch .b2bking-checkbox-off,
.b2bking-checkbox-switch .b2bking-checkbox-on {
    float: left;
    color: #fff;
    font-weight: 700;
    padding-top: 6px;
     -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.b2bking-checkbox-switch .b2bking-checkbox-off {
    margin-left: 30px;
    opacity: 1;
}
.b2bking_reports_link, a.b2bking_reports_link {
    color: #777 !important;
}
.b2bking_reports_link:hover{
    cursor: pointer;
    font-weight: bold;
}
select#b2bking_reports_days_select {
    min-width: 300px;
}
.post-type-product div#tiptip_content {
    max-width: 288px !important;
}
a#b2bking_export_report_button {
    margin-top: 24px;
    font-size: 15px;
    background: rgb(120, 120, 120);
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 4px;
    padding: 7px 39px;
    margin-bottom: 20px;
}
.b2bking_reports_icon_loader {
    width: 146px;
    margin-top: 108px;
    filter: saturate(0) brightness(1.1);
    position: absolute;
    right: 40%;
}
a#b2bking_export_report_button:hover{
    color:white;
    outline:none !important;
    background: #333;
}
a#b2bking_export_report_button:focus{
    box-shadow: none;
    color:white;
}


@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .b2bking-checkbox-switch-wrapper input[type=checkbox] {
    --active: #2489c2;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, .3);
    --border: #d0d0d0;
    --border-hover: #1474c8;
    --background: #fff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  .b2bking-checkbox-switch-wrapper input[type=checkbox]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }
  .b2bking-checkbox-switch-wrapper input[type=checkbox]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }
  .b2bking-checkbox-switch-wrapper input[type=checkbox]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  .b2bking-checkbox-switch-wrapper input[type=checkbox]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  .b2bking-checkbox-switch-wrapper input[type=checkbox]:disabled + label {
    cursor: not-allowed;
  }
  .b2bking-checkbox-switch-wrapper input[type=checkbox]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  
  .b2bking-checkbox-switch-wrapper input[type=checkbox]:not(.switch) {
    width: 21px;
  }
  .b2bking-checkbox-switch-wrapper input[type=checkbox]:not(.switch):after {
    opacity: var(--o, 0);
  }
  .b2bking-checkbox-switch-wrapper input[type=checkbox]:not(.switch):checked {
    --o: 1;
  }
  .b2bking-checkbox-switch-wrapper input[type=checkbox] + label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 4px;
  }

  .b2bking-checkbox-switch-wrapper input[type=checkbox]:not(.switch) {
    border-radius: 7px;
  }
  .b2bking-checkbox-switch-wrapper input[type=checkbox]:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    transform: rotate(var(--r, 20deg));
  }
  .b2bking-checkbox-switch-wrapper input[type=checkbox]:not(.switch):checked {
    --r: 43deg;
  }
  .b2bking-checkbox-switch-wrapper input[type=checkbox].switch {
    width: 38px;
    border-radius: 11px;
  }
  .b2bking-checkbox-switch-wrapper input[type=checkbox].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    background: var(--ab, var(--border));
    transform: translateX(var(--x, 0));
  }
  .b2bking-checkbox-switch-wrapper input[type=checkbox].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  .b2bking-checkbox-switch-wrapper input[type=checkbox].switch:disabled:not(:checked):after {
    opacity: 0.6;
  }
}

.b2bking-checkbox-switch-wrapper * {
  box-sizing: inherit;
}
.b2bking-checkbox-switch-wrapper *:before,
.b2bking-checkbox-switch-wrapper *:after {
  box-sizing: inherit;
}

.b2bking-checkbox-switch-wrapper input {
    transform: scale(1.05);
}
.b2bking_page_b2bking_reports .swal2-select {
    max-width: 100%;
    padding: 5px 10px;
}
.b2bking_reports_page_wrapper .col-12 .card {
    min-width: 1000px;
}
.b2bking_reports_chart_info {
    min-width: 100px;
    margin-left: 5px;
}
.b2bking_users_dropdown {
    display: inline-block;
    margin-left: 16px;
}
div#b2bking_admin_header_version {
    display: inline-block;
    background: #ab7d1f;
    padding: 1px 5px;
    margin-left: 10px;
    font-weight: bold;
    position: relative;
    color: #191821;
    font-size: 13px;
    border-radius: 3px;
    bottom: 2px;
    font-family: 'Lato','Helvetica Neue','Arial','Helvetica','sans-serif';
    letter-spacing: 0.8px;
}
div#b2bking_admin_header_version2 {
    display: inline-block;
    background: #292929;
    padding: 1px 5px;
    margin-left: 10px;
    position: relative;
    color: #C9C8CC;
    font-size: 13px;
    border-radius: 3px;
    bottom: 2px;
    font-family: 'Lato','Helvetica Neue','Arial','Helvetica','sans-serif';
    letter-spacing: 0.8px;
}
#b2bking_admin_header_bar{
    padding: 11px; background: #191821; margin-left: -20px;box-shadow: 0 3px 6px rgb(0 0 0 / 7%);
    display: flex;
    justify-content: space-between;
}
.b2bking_admin_header_right_element.b2bking_upgrade_top_button{
    background: radial-gradient(141.77% 141.08% at 100.26% 99.25%, #c4255c 0%, #e59a45 100%);
    color: #fbf7ef;
}
.b2bking_admin_header_right_element.b2bking_upgrade_top_button:hover{
    background: radial-gradient(141.77% 141.08% at 100.26% 99.25%, #a1053b 0%, #e59a45 100%);
    color: #fff;
}
div#b2bking_admin_header_bar_right {
    display: flex;
    align-items: center;
}

#b2bking_admin_header_bar{
    padding: 11px; background: #191821; margin-left: -20px;box-shadow: 0 3px 6px rgb(0 0 0 / 7%);
    display: flex;
    justify-content: space-between;
    border-bottom:1px solid #282828;
}


/* new post type */
.post-type-b2bking_grule thead .manage-column, .post-type-b2bking_grule tfoot .manage-column,
.b2bking_page_b2bking_grule thead .manage-column, .b2bking_page_b2bking_grule tfoot .manage-column,
.post-type-b2bking_rule thead .manage-column, .post-type-b2bking_rule tfoot .manage-column,
.b2bking_page_b2bking_rule thead .manage-column, .b2bking_page_b2bking_rule tfoot .manage-column,
.post-type-b2bking_offer thead .manage-column, .post-type-b2bking_offer tfoot .manage-column,
.b2bking_page_b2bking_offer thead .manage-column, .b2bking_page_b2bking_offer tfoot .manage-column,
.post-type-b2bking_conversation thead .manage-column, .post-type-b2bking_conversation tfoot .manage-column,
.b2bking_page_b2bking_conversation thead .manage-column, .b2bking_page_b2bking_conversation tfoot .manage-column,
.post-type-b2bking_custom_field thead .manage-column, .post-type-b2bking_custom_field tfoot .manage-column,
.b2bking_page_b2bking_custom_field thead .manage-column, .b2bking_page_b2bking_custom_field tfoot .manage-column,
.post-type-b2bking_custom_role thead .manage-column, .post-type-b2bking_custom_role tfoot .manage-column,
.b2bking_page_b2bking_custom_role thead .manage-column, .b2bking_page_b2bking_custom_role tfoot .manage-column,
.post-type-b2bking_group thead .manage-column, .post-type-b2bking_group tfoot .manage-column,
.b2bking_page_b2bking_group thead .manage-column, .b2bking_page_b2bking_group tfoot .manage-column {
    height: 29px;
    border-color: #e6e6e6 !important;
}

.post-type-b2bking_grule .tablenav.top .alignleft.actions.bulkactions,
.b2bking_page_b2bking_grule .tablenav.top .alignleft.actions.bulkactions,
.post-type-b2bking_offer .tablenav.top .alignleft.actions.bulkactions,
.b2bking_page_b2bking_offer .tablenav.top .alignleft.actions.bulkactions,
.post-type-b2bking_conversation .tablenav.top .alignleft.actions.bulkactions,
.b2bking_page_b2bking_conversation .tablenav.top .alignleft.actions.bulkactions,
.post-type-b2bking_custom_role .tablenav.top .alignleft.actions.bulkactions,
.b2bking_page_b2bking_custom_role .tablenav.top .alignleft.actions.bulkactions,
.post-type-b2bking_group .tablenav.top .alignleft.actions.bulkactions,
.b2bking_page_b2bking_group .tablenav.top .alignleft.actions.bulkactions {
    display: none;
}

.b2bking_page_b2bking_custom_field .tablenav.top .alignleft.actions.bulkactions, 
.b2bking_page_b2bking_rule .tablenav.top .alignleft.actions.bulkactions{
    display: block;
}

.b2bking_page_b2bking_rule .tablenav.top .alignleft.actions.bulkactions, 
.b2bking_page_b2bking_rule .subsubsub, .post-type-b2bking_rule .tablenav.top .alignleft.actions.bulkactions, 
.post-type-b2bking_rule .subsubsub{
    position:relative;
    bottom: 5px;
}

.post-type-b2bking_grule .subsubsub,
.b2bking_page_b2bking_grule .subsubsub,
.post-type-b2bking_offer .subsubsub,
.b2bking_page_b2bking_offer .subsubsub,
.post-type-b2bking_custom_role .subsubsub,
.b2bking_page_b2bking_custom_role .subsubsub,
.post-type-b2bking_group .subsubsub,
.b2bking_page_b2bking_group .subsubsub {
    position: relative;
    top: 20px;
}
.b2bking_page_b2bking_conversation .subsubsub, .b2bking_page_b2bking_custom_field .subsubsub, 
.b2bking_page_b2bking_rule .subsubsub{
    top: 0px;
}

.post-type-b2bking_grule select[name="action"],
.b2bking_page_b2bking_grule select[name="action"],
.post-type-b2bking_rule select[name="action"],
.b2bking_page_b2bking_rule select[name="action"],
.post-type-b2bking_offer select[name="action"],
.b2bking_page_b2bking_offer select[name="action"],
.post-type-b2bking_conversation select[name="action"],
.b2bking_page_b2bking_conversation select[name="action"],
.post-type-b2bking_custom_field select[name="action"],
.b2bking_page_b2bking_custom_field select[name="action"],
.post-type-b2bking_custom_role select[name="action"],
.b2bking_page_b2bking_custom_role select[name="action"],
.post-type-b2bking_group select[name="action"],
.b2bking_page_b2bking_group select[name="action"], .post-type-b2bking_grule select[name="action2"],
.b2bking_page_b2bking_grule select[name="action2"],
.post-type-b2bking_rule select[name="action2"],
.b2bking_page_b2bking_rule select[name="action2"],
.post-type-b2bking_offer select[name="action2"],
.b2bking_page_b2bking_offer select[name="action2"],
.post-type-b2bking_conversation select[name="action2"],
.b2bking_page_b2bking_conversation select[name="action2"],
.post-type-b2bking_custom_field select[name="action2"],
.b2bking_page_b2bking_custom_field select[name="action2"],
.post-type-b2bking_custom_role select[name="action2"],
.b2bking_page_b2bking_custom_role select[name="action2"],
.post-type-b2bking_group select[name="action2"],
.b2bking_page_b2bking_group select[name="action2"]{
    border: 1px solid #e5e5e5 !important;
    padding: 4px 38px 4px 20px;
    border-radius: 5px;
    font-size: 13px;
    color: #555555;
    box-shadow: 0px 1px 2px rgb(16 24 40 / 8%);
}

.post-type-b2bking_grule input#doaction2, 
.b2bking_page_b2bking_grule input#doaction2,
.post-type-b2bking_rule input#doaction2,
.b2bking_page_b2bking_rule input#doaction2,
.post-type-b2bking_offer input#doaction2,
.b2bking_page_b2bking_offer input#doaction2,
.post-type-b2bking_conversation input#doaction2,
.b2bking_page_b2bking_conversation input#doaction2,
.post-type-b2bking_custom_field input#doaction2,
.b2bking_page_b2bking_custom_field input#doaction2,
.post-type-b2bking_custom_role input#doaction2,
.b2bking_page_b2bking_custom_role input#doaction2,
.post-type-b2bking_group input#doaction2,
.b2bking_page_b2bking_group input#doaction2,.post-type-b2bking_grule input#doaction, 
.b2bking_page_b2bking_grule input#doaction,
.post-type-b2bking_rule input#doaction,
.b2bking_page_b2bking_rule input#doaction,
.post-type-b2bking_offer input#doaction,
.b2bking_page_b2bking_offer input#doaction,
.post-type-b2bking_conversation input#doaction,
.b2bking_page_b2bking_conversation input#doaction,
.post-type-b2bking_custom_field input#doaction,
.b2bking_page_b2bking_custom_field input#doaction,
.post-type-b2bking_custom_role input#doaction,
.b2bking_page_b2bking_custom_role input#doaction,
.post-type-b2bking_group input#doaction,
.b2bking_page_b2bking_group input#doaction {
    padding: 3px 18px;
    border-radius: 5px;
    border-color: #2271b182;
}
.b2bking_page_initial .notice, .b2bking_page_not_initial .notice {
    border-radius: 6px;
    padding: 3px 12px;
    margin-top: 6px;
}
.b2bking_page_initial .notice-dismiss, .b2bking_page_not_initial .notice-dismiss{
    height: 42px;
}

.b2bking_page_b2bking_custom_role #the-list.ui-sortable tr.alternate, .b2bking_page_b2bking_custom_field #the-list.ui-sortable tr.alternate, .b2bking_page_b2bking_quote_field #the-list.ui-sortable tr.alternate, .post-type-b2bking_custom_field #the-list.ui-sortable tr.alternate, .post-type-b2bking_quote_field #the-list.ui-sortable tr.alternate, .post-type-b2bking_custom_role #the-list.ui-sortable tr.alternate { background-color: #F9F9F9; }
.b2bking_page_b2bking_custom_role #the-list.ui-sortable tr.ui-sortable-helper, .b2bking_page_b2bking_quote_field #the-list.ui-sortable tr.ui-sortable-helper, .b2bking_page_b2bking_custom_field #the-list.ui-sortable tr.ui-sortable-helper, .post-type-b2bking_custom_field #the-list.ui-sortable tr.ui-sortable-helper, .post-type-b2bking_quote_field #the-list.ui-sortable tr.ui-sortable-helper, .post-type-b2bking_custom_role #the-list.ui-sortable tr.ui-sortable-helper { 
    background-color: #ffffff;  outline: 1px solid #dfdfdf; display:table !important; 
} 

/* custom fields drag drop */
.b2bking_page_b2bking_custom_field tr.ui-sortable-helper td.b2bking_preview, .post-type-b2bking_custom_field.b2bking_page_initial tr.ui-sortable-helper td.b2bking_preview{
    width: 30%;
}
.b2bking_page_b2bking_custom_field tr.ui-sortable-helper td.b2bking_sort, .post-type-b2bking_custom_field.b2bking_page_initial tr.ui-sortable-helper td.b2bking_sort{
    width: 13%;
}
.b2bking_page_b2bking_custom_field tr.ui-sortable-helper td.b2bking_required, .post-type-b2bking_custom_field.b2bking_page_initial tr.ui-sortable-helper td.b2bking_required{
    width: 6.5%;
}
.b2bking_page_b2bking_custom_field tr.ui-sortable-helper td.b2bking_field_type, .post-type-b2bking_custom_field.b2bking_page_initial tr.ui-sortable-helper td.b2bking_field_type{
    width: 12%;
}
.b2bking_page_b2bking_custom_field tr.ui-sortable-helper td.b2bking_field_label, .post-type-b2bking_custom_field.b2bking_page_initial tr.ui-sortable-helper td.b2bking_field_label{
    width: 13.7%;
}
.b2bking_page_b2bking_custom_field tr.ui-sortable-helper td.b2bking_registration_role, .post-type-b2bking_custom_field.b2bking_page_initial tr.ui-sortable-helper td.b2bking_registration_role{
    width: 13%;
}
.b2bking_page_b2bking_custom_field tr.ui-sortable-helper td.b2bking_status, .post-type-b2bking_custom_field.b2bking_page_initial tr.ui-sortable-helper td.b2bking_status{
    width: 11.92%;
}

/* custom roles drag & drop */
.b2bking_page_b2bking_custom_role tr.ui-sortable-helper td.title, .post-type-b2bking_custom_role.b2bking_page_initial tr.ui-sortable-helper td.title{
    width: 23.5%;
}
.b2bking_page_b2bking_custom_role tr.ui-sortable-helper td.b2bking_approval, .post-type-b2bking_custom_role.b2bking_page_initial tr.ui-sortable-helper td.b2bking_approval{
    width: 23%;
}
.b2bking_page_b2bking_custom_role tr.ui-sortable-helper td.b2bking_automatic_approval_group, .post-type-b2bking_custom_role.b2bking_page_initial tr.ui-sortable-helper td.b2bking_automatic_approval_group{
    width: 22.5%;
}
.b2bking_page_b2bking_custom_role tr.ui-sortable-helper td.b2bking_sort, .post-type-b2bking_custom_role.b2bking_page_initial tr.ui-sortable-helper td.b2bking_sort{
    width: 18%;
}
.b2bking_page_b2bking_custom_role tr.ui-sortable-helper td.b2bking_status, .post-type-b2bking_custom_role.b2bking_page_initial tr.ui-sortable-helper td.b2bking_status{
    width: 14%;
}


.b2bking_page_b2bking_quote_field #the-list.ui-sortable tr.ui-sortable-helper td, .post-type-b2bking_quote_field #the-list.ui-sortable tr.ui-sortable-helper td{
    width: 14%;
}


.b2bking_post_searchbar {
    border-radius: 5px !important;
    color: #4D4D4D !important;
    background: #fff;
    height: 36px;
    font-weight: 400;
    float: right;
    font-size: 14px !important;
    position: relative;
    bottom: 19px;
    width: 154px;
    display: inline-flex;
    justify-content: space-between;
    vertical-align: middle;
    align-items: center;
    margin-bottom: 1px;
    box-shadow: 0 3px 6px rgba(0,0,0,.06);
    padding: 0px 13px;
    overflow: hidden;
}
input.b2bking_searchbar_input {
    width: 125px;
    border: none;
    font-size: 13px;
}
input.b2bking_searchbar_input:focus, input.b2bking_searchbar_input:active{
    border: none;
    outline: none;
    box-shadow: none;
}
input.b2bking_searchbar_input::placeholder{
    color: #A4A4A4;
}
.b2bking_post_searchbar_clear {
    float: right;
    display: flex;
    height: 36px;
    position: relative;
    bottom: 19px;
    align-items: center;
    margin-right: 17px;
    justify-content: space-between;
    width: 56px;
}
span.b2bking_post_searchbar_clear_text {
    font-size: 13px;
    color: #777;
}
.b2bking_post_searchbar_clear:hover {
    cursor: pointer;
}
.b2bking_post_searchbar_clear:hover .b2bking_post_searchbar_clear_text{
    color: #111;
}
.b2bking_post_searchbar_clear:hover svg{
    filter:brightness(0.5);
}
.b2bking_post_toolbar {
    border-radius: 5px !important;
    margin-left: 21px !important;
    color: #4D4D4D !important;
    background: #fff;
    height: 36px;
    font-weight: 400;
    float: right;
    font-size: 14px !important;
    position: relative;
    bottom: 19px;
    width: 369px;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    margin-bottom: 1px;
    box-shadow: 0 3px 6px rgba(0,0,0,.06);
}
.b2bking_toolbar_enable_disable {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 87px;
    height: 100%;
    padding-left: 7px;
    padding-right: 7px;
    border-right: 1px solid #EEEEEE;
}
.b2bking_toolbar_select {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100px;
    height: 100%;
    padding-left: 13px;
    padding-right: 12px;
    border-right: 1px solid #EEEEEE;
}
#b2bking_toolbar_settings {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 39px;
}
#b2bking_toolbar_settings:hover {
    background: whitesmoke;
    border-radius: 0px 5px 5px 0px;
    cursor: pointer;
}
.b2bking_toolbar_settings_button_active{
    background: whitesmoke;
}
#b2bking_toolbar_settings_tab.b2bking_toolbar_settings_tab_inactive{
    display: none;
}
#b2bking_toolbar_settings_tab {
    position: absolute;
    right: 0px;
    top: 39px;
    font-size: 12px;
    background: white;
    opacity: 1;
    z-index: 999;
    box-shadow: 0 3px 6px rgba(0,0,0,.06);
    padding: 2px 10px;
    border: 1px solid #ededed;
    border-radius: 9px;
    min-width: 80px;
}
span.b2bking_show_per_page {
    font-weight: 600;
    font-size: 13px;
}
li.b2bking_show_per_page_number {
    padding: 4px 6px;
    font-size: 12.5px;
}
.b2bking_active_page_number {
    background: #f7efde;
}
.b2bking_show_per_page{
    padding: 3px 6px;
}
li.b2bking_show_per_page_number:hover {
    background: #ebebeb;
    cursor: pointer;
}
.b2bking_toolbar_select:hover {
    background: #d2b270;
    border-radius: 5px 0px 0px 5px;
    cursor: pointer;
    color: white;
}
.b2bking_unselect {
    background: #fffaf2;
    border-radius: 5px 0px 0px 5px;
}
.b2bking_toolbar_inactive{
    opacity:0.4;
    cursor: not-allowed;
}
.b2bking_toolbar_enable_disable:not(.b2bking_toolbar_inactive):hover {
    background: #d2b270;
    cursor: pointer;
    color: white;
}
.b2bking_toolbar_select_text{
    user-select: none;
}
.b2bking_toolbar_enable_disable:not(.b2bking_toolbar_inactive) svg  {
    filter: brightness(0.5);
}
.b2bking_toolbar_select:hover svg, .b2bking_toolbar_enable_disable:not(.b2bking_toolbar_inactive):hover svg  {
    filter: brightness(5);
}
.b2bking_page_b2bking_grule .wp-list-table, .post-type-b2bking_grule.b2bking_page_initial .wp-list-table, .b2bking_page_b2bking_offer .wp-list-table, .post-type-b2bking_offer.b2bking_page_initial .wp-list-table{
    border-collapse: collapse;
    border-style: none;
    box-shadow: 0 1px 6px rgba(0,0,0,.13) !important;
}
.b2bking_page_b2bking_quote_field .wp-list-table, .post-type-b2bking_quote_field.b2bking_page_initial .wp-list-table{
    border-collapse: collapse;
    border-style: none;
    box-shadow: 0 1px 6px rgba(0,0,0,.13) !important;
}
.b2bking_page_b2bking_rule .wp-list-table, .post-type-b2bking_rule.b2bking_page_initial .wp-list-table{
    border-collapse: collapse;
    border-style: none;
    box-shadow: 0 1px 6px rgba(0,0,0,.13) !important;
}
.b2bking_row_selected{
    background: #fffaf2 !important;
    border: 2px dashed #d7bb83 !important;
}
.type-b2bking_custom_field.b2bking_row_selected {
    background: #e4e4e4 !important;
    border: none !important;
}

.b2bking_toolbar_selected_count {
    position: absolute;
    right: 1px;
    top: -21px;
    font-size: 12px;
}
.b2bking_toolbar_selected_inactive{
    display: none;
}
span.b2bking_toolbar_selected_count_number {
    font-weight: bold;
}
span.b2bking_toolbar_selected_count_text {
    font-weight: 300;
}

.b2bking_page_initial #screen-meta-links, .b2bking_page_not_initial #screen-meta-links{
    display: none;
}

.b2bking_page_b2bking_custom_role #the-list.ui-sortable .ui-sortable-placeholder td, .b2bking_page_b2bking_quote_field #the-list.ui-sortable .ui-sortable-placeholder td, .b2bking_page_b2bking_custom_field #the-list.ui-sortable .ui-sortable-placeholder td, .post-type-b2bking_custom_field #the-list.ui-sortable .ui-sortable-placeholder td, .post-type-b2bking_quote_field #the-list.ui-sortable .ui-sortable-placeholder td, .post-type-b2bking_custom_role #the-list.ui-sortable .ui-sortable-placeholder td{border-color:#bbb;background-color:#FCFCFC; height:32px; background-image: none; -moz-border-radius: 6px 6px 6px 6px; border: 3px dashed #E6E6E6; -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px; box-sizing: border-box;}

.b2bking_sort {
    text-align: center;
    cursor: grab;
}
.b2bking_sort:active{
    cursor: grabbing;
}
.b2bking_page_b2bking_custom_role #the-list.ui-sortable tr.ui-sortable-helper:hover, .b2bking_page_b2bking_quote_field #the-list.ui-sortable tr.ui-sortable-helper:hover, .b2bking_page_b2bking_custom_field #the-list.ui-sortable tr.ui-sortable-helper:hover, .post-type-b2bking_custom_field #the-list.ui-sortable tr.ui-sortable-helper:hover, .post-type-b2bking_quote_field #the-list.ui-sortable tr.ui-sortable-helper:hover, .post-type-b2bking_custom_role #the-list.ui-sortable tr.ui-sortable-helper:hover{
    cursor: grabbing !important;
}
/* new / old style */
/*
button#b2bking_registration_form_shortcode_button {
    padding: 6px 13px !important;
    border-radius: 4px !important;
    margin-left: 5px !important;
    border: 1px dashed #ababab !important;
    color: #947c4a !important;
    display: inline-flex;
    background: white;
    align-items: center;
    height: 36px;
    font-weight: 500;
    box-shadow: 0 3px 6px rgba(0,0,0,.06);
    float: right;
    font-size: 14px !important;
    position: relative;
    bottom: 19px;
    margin-bottom: 1px;
}
button#b2bking_registration_form_shortcode_button:hover {
    color: white !important;
    cursor: pointer;
    border: none !important;
    background: #d2b270;
}
#b2bking_registration_form_shortcode_button .dashicons {
    transition: none;
}
*/
button#b2bking_registration_form_shortcode_button, button#b2bking_bulkorder_form_shortcode_button {
    padding: 6px 13px !important;
    border-radius: 4px !important;
    margin-left: 5px !important;
    border: 1px dashed #906a1d !important;
    color: #906a1d !important;
    display: inline-flex;
    background: #f6f7f7;
    align-items: center;
    height: 41px;
    font-weight: 500;
    float: right;
    font-size: 14px !important;
    position: relative;
    bottom: 19px;
    margin-bottom: 1px;
}
button#b2bking_registration_form_shortcode_button:hover, button#b2bking_bulkorder_form_shortcode_button:hover  {
    cursor: pointer;
    background: #f3f0eb;
}

.b2bking_rform_middle img {
    width: 173px;
}
.b2bking_registration_shortcodes_container button.swal2-close:focus {
    box-shadow: none;
    border: none !important;
}
.b2bking_bulkorder_shortcodes_container .b2bking_rform_left {
    font-size: 18px;
    text-align: center;
    padding-right: 30px;
}
.b2bking_bulkorder_shortcodes_container .b2bking_rform_right {
    padding-left: 50px;
}
tr.type-b2bking_custom_field td, tr.type-b2bking_custom_field th {
    vertical-align: middle;
}
.b2bking_customers_howto_notice, .b2bking_dismiss_onboarding_notice, .b2bking_groups_howto_notice.notice.notice-info.is-dismissible, .b2bking_quotefields_howto_notice.notice.notice-info.is-dismissible, .b2bking_rules_howto_notice.notice.notice-info.is-dismissible, .b2bking_groupsrules_howto_notice.notice.notice-info.is-dismissible, .b2bking_roles_howto_notice.notice.notice-info.is-dismissible, .b2bking_conversations_howto_notice.notice.notice-info.is-dismissible, .b2bking_fields_howto_notice.notice.notice-info.is-dismissible, .b2bking_offers_howto_notice.notice.notice-info.is-dismissible {
    border-radius: 6px;
    padding: 3px 12px;
    border-left-color: #b7b7b7;
    margin-top:6px;
}

.b2bking_customers_howto_notice .notice-dismiss, .b2bking_dismiss_onboarding_notice .notice-dismiss, .b2bking_quotefields_howto_notice .notice-dismiss, .b2bking_groups_howto_notice .notice-dismiss, .b2bking_groupsrules_howto_notice .notice-dismiss, .b2bking_rules_howto_notice .notice-dismiss, .b2bking_roles_howto_notice .notice-dismiss, .b2bking_fields_howto_notice .notice-dismiss, .b2bking_conversations_howto_notice .notice-dismiss, .b2bking_offers_howto_notice .notice-dismiss {
    height: 42px;
}
.b2bking_page_b2bking_customers .notice{
    margin-left: 50px;
    margin-right: 50px;
}
th#b2bking_preview {
    width: 33%;
    border-bottom: 1px solid #ebebeb;
    text-align: center;
}
th#b2bking_sort, .column-b2bking_sort {
    width: 15%;
    text-align: center;
}
th#b2bking_required {
    width: 5%;
    word-wrap: normal;
}
th#b2bking_field_type {
    width: 13%;
}
th#b2bking_field_label {
    width: 14%;
}
th#b2bking_registration_role {
    width: 14%;
}
th#b2bking_status {
    width: 12%;
}

th.manage-column.column-b2bking_preview {
    text-align: center;
}
.column-b2bking_preview {
    background: #fbf9f6 !important;
    border-left: 2px dashed #cbbb9b;
    border-right: 2px dashed #cbbb9b;
}
.b2bking_page_not_initial.b2bking_page_b2bking_custom_field .striped>tbody>:nth-child(odd), .b2bking_page_initial.post-type-b2bking_custom_field .striped>tbody>:nth-child(odd){
    background-color: #fbfbfb;
}

th#b2bking_status, td.b2bking_status.column-b2bking_status, .column-b2bking_status, .column-b2bking_sort {
    text-align: center !important;
}
th#b2bking_required, td.b2bking_required.column-b2bking_required, th.column-b2bking_required {
    text-align: center;
}

.column-b2bking_preview {
    background: #f2efe9;
}
/* Tippy */
.tippy-box[data-animation=shift-away][data-state=hidden]{opacity:0}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=top]{transform:translateY(10px)}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=bottom]{transform:translateY(-10px)}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=left]{transform:translateX(10px)}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=right]{transform:translateX(-10px)}
.tippy-box[data-theme~=material]{background-color:#505355;font-weight:600}.tippy-box[data-theme~=material][data-placement^=top]>.tippy-arrow:before{border-top-color:#505355}.tippy-box[data-theme~=material][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:#505355}.tippy-box[data-theme~=material][data-placement^=left]>.tippy-arrow:before{border-left-color:#505355}.tippy-box[data-theme~=material][data-placement^=right]>.tippy-arrow:before{border-right-color:#505355}.tippy-box[data-theme~=material]>.tippy-backdrop{background-color:#505355}.tippy-box[data-theme~=material]>.tippy-svg-arrow{fill:#505355}
.sort_order_tip {
    color: #585858;
}

tr.ui-sortable-placeholder {
    height: 90px !important;
}

.b2bking_field_preview input, .b2bking_field_preview textarea, .b2bking_field_preview select{
    border: 1px solid #d2d2d2;
    width: 100%;
    vertical-align: middle;
    margin: 2px 0 0;
    padding: 5px;
}
.b2bking_field_preview input[type="checkbox"], .b2bking_field_preview input[type="radio"]  {
    width: auto;
}

/* Toggle */
.b2bking_switch_input{
    height: 0;
    width: 0;
    display: none !important;
    visibility: hidden;
}

.b2bking_switch_label {
    cursor: pointer;
    text-indent: -9999px;
    width: 40px;
    height: 22px;
    background: grey;
    display: inline-block;
    border-radius: 100px;
    position: relative;
  /*  transform:scale(1.05); */
}
.b2bking_switch_label:after {
    content: '';
    position: absolute;
    top: 3.1px;
    left: 3px;
    width: 15.5px;
    height: 15.5px;
    background: #fff;
    border-radius: 18px;
    transition: 0.3s;
}
.b2bking_switch_input:checked + .b2bking_switch_label {
    background: #bada55;
}

.b2bking_switch_input:checked + .b2bking_switch_label:after {
    left: calc(100% - 3px);
    transform: translateX(-100%);
}

.b2bking_switch_label:active:after {
    width: 26px;
}

/* required small input start */
.b2bking_switch_input_required{
    height: 0;
    width: 0;
    display: none !important;
    visibility: hidden;
}

.b2bking_switch_label_required {
    cursor: pointer;
    text-indent: -9999px;
    width: 35px;
    height: 18px;
    background: #d7d7d7;
    display: inline-block;
    border-radius: 100px;
    position: relative;
    /* transform: scale(1.05); */
}
.b2bking_switch_label_required:after {
    content: '';
    position: absolute;
    top: 3.1px;
    left: 3px;
    width: 11.5px;
    height: 11.5px;
    background: #fff;
    border-radius: 18px;
    transition: 0.3s;
}
.b2bking_switch_input_required:checked + .b2bking_switch_label_required {
    background: #979797;
}
.b2bking_sort .dashicons {
    font-size: 23px !important;
}
.b2bking_sort:hover .dashicons {
    color: #5189b7;
}
.b2bking_switch_input_required:checked + .b2bking_switch_label_required:after {
    left: calc(100% - 3px);
    transform: translateX(-100%);
}

.b2bking_switch_label_required:active:after {
    width: 26px;
}



.b2bking_edit_icon_hover_placeholder, .b2bking_edit_icon_hover_label, .b2bking_edit_icon_hover_approval {
    color: #5189b7;
    display: none;
    padding: 1px;
    font-size: 17px !important;
    border: 1px solid #9eb6c9;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 9px;
    right: 13%;
}
.b2bking_edit_icon_hover_placeholder:hover, .b2bking_edit_icon_hover_label:hover, .b2bking_edit_icon_hover_approval:hover {
    cursor: pointer;
    background: #5189b7;
    color: white;
    border: 1px solid #5189b7;
    cursor: pointer;
}
input.b2bking_edit_placeholder_input, input.b2bking_edit_label_input, input.b2bking_edit_approval_input {
    border: 1px solid #d5d5d5;
    background: #fdfdfd;
    font-size: 12px;
    display: none;
    width: 80%;
}
td.b2bking_field_type.column-b2bking_field_type, td.b2bking_field_label.column-b2bking_field_label, td.b2bking_approval.column-b2bking_approval {
    position: relative;
}
td.b2bking_field_type.column-b2bking_field_type:hover .b2bking_edit_icon_hover_placeholder, td.b2bking_field_label.column-b2bking_field_label:hover .b2bking_edit_icon_hover_label, td.b2bking_approval.column-b2bking_approval:hover .b2bking_edit_icon_hover_approval {
    display: flex;
}
.b2bking_field_label .row-actions .inline{
    display: none;
}
.type-b2bking_custom_field td.column-b2bking_field_label{
    padding-top:29px !important;
}
.type-b2bking_custom_field th.check-column {
    vertical-align: middle !important;
    padding-top: 0px !important;
}

.b2bking_registration_shortcodes_icon {
    font-size: 7px;
    position: absolute !important;
    z-index: 999;
    margin-top: 0px !important;
    top: 10px !important;
    border: 4px solid #a6a6a6 !important;
    color: #696969 !important;
    left: 16px;
    box-shadow: rgb(99 99 99 / 6%) 0px 2px 8px 0px;
}
/*#c69735*/
.b2bking_registration_shortcodes_container button.swal2-close {
    position: relative;
    top: 7px;
}
.b2bking_custom_role_settings_metabox_container_element_checkbox_nonselectable {
    margin-right: 0px !important;
}
.b2bking_registration_shortcodes_title strong {
    font-weight: 500 !important;
    font-size: 21px;
}
div#b2bking_notification_holder {
    position: fixed;
    bottom: 1px;
    /* visibility: hidden; */
    right: 1px;
}
h2#swal2-title {
    line-height: 37px;
}
.b2bking_dashboard_page_wrapper h4.card-title, .b2bking_reports_page_wrapper h4.card-title {
    font-size: 23px;
}
.b2bking_reports_page_wrapper .col-12 .card {
    min-width: 1000px;
}
.b2bking_registration_shortcodes_title {
    padding-top: 8px !important;
    text-align: center !important;
    display: block !important;
    padding: 11px !important;
    border-radius: 8px 8px 0px 0px;
    background: #efefef;
    color: #303030 !important;
    border-bottom: 1px solid #dfdfdf;
}
ul.b2bking_registration_shortcodes_html_content li {
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: space-between;
    padding-bottom: 25px;
    border-bottom: solid 1px #e2e2e2;
    margin-top: 12px;
}
.b2bking_rform_left {
    text-align: left;
}
.b2bking_rform_middle {
    text-align: left;
    padding-left: 30px;
}
.b2bking_rform_right {
    text-align: right;
}
.b2bking_rinclude_login_form {
    margin-right: 7px !important;
}
#adminmenu .b2bking-menu-new {
    color: #f18500;
    vertical-align: super;
    font-size: 9px;
    font-weight: 600;
    padding-left: 2px;
}

.b2bking_shortcode_info_link a {
    color: #745619;
    margin-top: 17px;
    display: block;
}
.b2bking_shortcode_info_link a:hover{
    color: #333;
}
span.dashicons.dashicons-clipboard.b2bking_rshortcode_icon {
    position: absolute;
    right: 36px;
    font-size: 17px;
    padding-top: 6px;
    cursor: copy;
}
button#b2bking_copied_rform {
    float: right;
    visibility: hidden;
    margin-right: 70px;
    height: 1px;
}
input.b2bking_rshortcode_form {
    width: 371px;
    font-size: 12px;
    padding-right: 35px;
}
span.b2bking_rform_rfor_title {
    display: block;
    width: 100% !important;
    text-align: left;
    font-weight: 500;
    font-size: 17.5px;
    margin-top: 4px;
    margin-bottom: 27px !important;
}
ul.b2bking_registration_shortcodes_html_content li div {
    flex: 1;
}
ul.b2bking_registration_shortcodes_html_content {
    font-size: 15px !important;
}
.post-type-b2bking_quote_field a.page-title-action, .b2bking_page_b2bking_quote_field a.page-title-action, .b2bking_page_b2bking_rule a.page-title-action, .b2bking_page_b2bking_group a.page-title-action, .b2bking_page_b2bking_grule a.page-title-action, .b2bking_page_b2bking_offer a.page-title-action, .b2bking_page_b2bking_custom_role a.page-title-action, .b2bking_page_b2bking_custom_field a.page-title-action, .b2bking_page_b2bking_conversation a.page-title-action, .post-type-b2bking_custom_role a.page-title-action, .post-type-b2bking_rule a.page-title-action, .post-type-b2bking_group a.page-title-action, .post-type-b2bking_grule a.page-title-action, .post-type-b2bking_custom_role a.page-title-action, .post-type-b2bking_conversation a.page-title-action, .post-type-b2bking_offer a.page-title-action, .post-type-b2bking_custom_field a.page-title-action {
    padding: 1px 13px !important;
    border-radius: 6px !important;
    margin-left: 5px !important;
    font-size:13px !important;
    border: 1px solid #906b1c !important;
    color: #906b1c !important;
    font-weight: 600;
}

.b2bking_page_b2bking_grule .wp-list-table, .b2bking_page_b2bking_conversation .wp-list-table, .b2bking_page_b2bking_group .wp-list-table, .b2bking_page_b2bking_grule .wp-list-table, .b2bking_page_b2bking_offer .wp-list-table, .b2bking_page_b2bking_custom_role .wp-list-table, .b2bking_page_b2bking_custom_field .wp-list-table, .b2bking_page_b2bking_rule .wp-list-table, .post-type-b2bking_rule .wp-list-table, .post-type-b2bking_quote_field .wp-list-table, .post-type-b2bking_group .wp-list-table, .post-type-b2bking_grule .wp-list-table, .post-type-b2bking_custom_role .wp-list-table, .post-type-b2bking_conversation .wp-list-table, .post-type-b2bking_custom_field .wp-list-table, .post-type-b2bking_offer .wp-list-table{
    box-shadow: 0 3px 6px rgba(0,0,0,.06);
    border-radius: 5px;
    border-color: #d8d8d8;
}

.b2bking_page_b2bking_conversation .widefat thead th, .b2bking_page_b2bking_group .widefat thead th, .b2bking_page_b2bking_grule .widefat thead th, .b2bking_page_b2bking_offer .widefat thead th, .b2bking_page_b2bking_custom_role .widefat thead th, .b2bking_page_b2bking_custom_field .widefat thead th, .b2bking_page_b2bking_rule .widefat thead th, .post-type-b2bking_rule .widefat thead th, .post-type-b2bking_grule .widefat thead th, .post-type-b2bking_group .widefat thead th, .post-type-b2bking_custom_role .widefat thead th, .post-type-b2bking_conversation .widefat thead th, .post-type-b2bking_custom_field .widefat thead th, .post-type-b2bking_offer .widefat thead th, .post-type-b2bking_quote_field .widefat thead th{
    border-bottom: 1px solid #d8d8d8;
}
.b2bking_page_b2bking_rule a.page-title-action:focus, .b2bking_page_b2bking_group a.page-title-action:focus, .b2bking_page_b2bking_grule a.page-title-action:focus, .b2bking_page_b2bking_offer a.page-title-action:focus, .b2bking_page_b2bking_custom_role a.page-title-action:focus, .b2bking_page_b2bking_custom_field a.page-title-action:focus, .b2bking_page_b2bking_conversation a.page-title-action:focus, .post-type-b2bking_custom_role a.page-title-action:focus, .post-type-b2bking_rule a.page-title-action:focus, .post-type-b2bking_group a.page-title-action:focus, .post-type-b2bking_grule a.page-title-action:focus, .post-type-b2bking_custom_role a.page-title-action:focus, .post-type-b2bking_conversation a.page-title-action:focus, .post-type-b2bking_offer a.page-title-action:focus, .post-type-b2bking_custom_field a.page-title-action:focus, .post-type-b2bking_quote_field a.page-title-action:focus{
    box-shadow: none !important;
}
a.b2bking_admin_header_right_element {
    color: #c9c8cf;
    background: #333333;
    border-radius: 5px;
    padding: 5px 8px;
    text-decoration: none;
    font-family: 'Lato','Helvetica Neue','Arial','Helvetica','sans-serif';
    margin: 0px 10px;
    letter-spacing: 0.3px;
    font-size: 13px;
}
a.b2bking_admin_header_right_element_button {
    color: #c9c8cf;
    background: #292929;
    border-radius: 3px;
    text-decoration: none;
    font-family: 'Lato','Helvetica Neue','Arial','Helvetica','sans-serif';
    margin: 0px 10px;
    letter-spacing: 0.3px;
    font-size: 13px;
}
a.b2bking_admin_header_right_element:hover{
    background: #444546;
}
a.b2bking_admin_header_right_element_button:hover button{
    background: #b07d15;
    cursor: pointer;
    color:#ffffff;
}
.b2bking_header_icon {
    margin-right: 7px;
    font-size:18px;
}
.b2bking_header_icon_button {
    margin-right: 4px;
    font-size:18px;
    position: relative;
    top:1px;
}
.b2bking-upgrade-to-premium{
    background: gray;
    /* background: radial-gradient(141.77% 141.08% at 100.26% 99.25%, #e7b239 0%, #e76e39 100%); */

}

/* 3. 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;
}
img.b2bking_notice_icon {
    width: 30px;
    background: #f6f6f6;
    padding: 9px 14px 14px 12px;
    border-radius: 23px;
    border: 1px solid #eaeaea;
}
.b2bking_dismiss_getstarted_notice {
    display: flex;
}
.b2bking_notice_left_screen {
    display: flex;
    align-items: center;
    padding: 0px 21px 0px 5px;
}
.b2bking_notice_button {
    margin-top: 7px !important;
    margin-right: 10px !important;
}
.b2bking_main_notice {
    border-left-color: #e2ac4b;
    border-radius: 6px;
}
button.button-secondary.b2bking_notice_button {
    background: white !important;
    border: 1px solid #ccc;
    color: #333 !important;
}
.b2bking_dashboard_page_wrapper .card {
    border-radius: 5px;
}
.b2bking_page_b2bking_dashboard .b2bking_main_notice {
    margin: 0px 35px;
}

.post-type-b2bking_custom_field.b2bking_page_initial .search-box, .b2bking_page_b2bking_custom_field .search-box, .post-type-b2bking_custom_field.b2bking_page_initial .alignleft.actions:nth-child(2), .b2bking_page_b2bking_custom_field .alignleft.actions:nth-child(2){
    display:none;
}
.post-type-b2bking_quote_field.b2bking_page_initial .search-box, .b2bking_page_b2bking_quote_field .search-box, .post-type-b2bking_quote_field.b2bking_page_initial .alignleft.actions:nth-child(2), .b2bking_page_b2bking_quote_field .alignleft.actions:nth-child(2){
    display:none;
}
.post-type-b2bking_custom_role.b2bking_page_initial .search-box, .b2bking_page_b2bking_custom_role .search-box, .post-type-b2bking_custom_role.b2bking_page_initial .alignleft.actions:nth-child(2), .b2bking_page_b2bking_custom_role .alignleft.actions:nth-child(2){
    display:none;
}
.post-type-b2bking_grule.b2bking_page_initial .search-box, .b2bking_page_b2bking_grule .search-box, .post-type-b2bking_grule.b2bking_page_initial .alignleft.actions:nth-child(2), .b2bking_page_b2bking_grule .alignleft.actions:nth-child(2){
    display:none;
}
.post-type-b2bking_group.b2bking_page_initial .search-box, .b2bking_page_b2bking_group .search-box, .post-type-b2bking_group.b2bking_page_initial .alignleft.actions:nth-child(2), .b2bking_page_b2bking_group .alignleft.actions:nth-child(2){
    display:none;
}
.post-type-b2bking_offer.b2bking_page_initial .search-box, .b2bking_page_b2bking_offer .search-box, .post-type-b2bking_offer.b2bking_page_initial .alignleft.actions:nth-child(2), .b2bking_page_b2bking_offer .alignleft.actions:nth-child(2){
    display:none;
}
.post-type-b2bking_rule.b2bking_page_initial .search-box, .b2bking_page_b2bking_rule .search-box, .post-type-b2bking_rule.b2bking_page_initial .alignleft.actions:nth-child(2), .b2bking_page_b2bking_rule .alignleft.actions:nth-child(2){
    display:none;
}
.post-type-b2bking_conversation.b2bking_page_initial .search-box, .b2bking_page_b2bking_conversation .search-box{
    display:none;
}

.b2bking_page_b2bking_grule .top .tablenav-pages, .post-type-b2bking_grule.b2bking_page_initial .top .tablenav-pages{
    display: none;
}
.b2bking_page_b2bking_rule .top .tablenav-pages, .post-type-b2bking_rule.b2bking_page_initial .top .tablenav-pages{
    display: none;
}
.b2bking_page_b2bking_offer .top .tablenav-pages, .post-type-b2bking_offer.b2bking_page_initial .top .tablenav-pages{
    display: none;
}
.b2bking_page_b2bking_conversation .top .tablenav-pages, .post-type-b2bking_conversation.b2bking_page_initial .top .tablenav-pages{
    display: none;
}
.b2bking_page_b2bking_quote_field .top .tablenav-pages, .post-type-b2bking_quote_field.b2bking_page_initial .top .tablenav-pages{
    display: none;
}
button.button-secondary:hover.b2bking_notice_button {
    border: 1px solid #a3a3a3;
}
button.button-primary.b2bking_notice_button, button.button-primary:focus.b2bking_notice_button, button.button-primary:target.b2bking_notice_button {
    background: #e2ac4b;
    border-color: #e2ac4b;
}
button.button-primary:hover.b2bking_notice_button {
    background: #d18b0e;
    border-color: #d18b0e;
}
.toplevel_page_b2bkingcore img.b2bking_notice_icon, .b2bking_page_b2bking_tools img.b2bking_notice_icon, .b2bking_page_b2bking_dashboard img.b2bking_notice_icon {
    width: 56px !important;
}
.toplevel_page_b2bkingcore .b2bking_notice_right_screen h3, .b2bking_page_b2bking_tools .b2bking_notice_right_screen h3, .b2bking_page_b2bking_dashboard .b2bking_notice_right_screen h3 {
    margin-top: 16px;
}
a.b2bking_howto_link {
    font-size: 14px;
    text-decoration: underline;
    color: #545454;
}
a.b2bking_howto_link:hover {
    font-size: 14px;
    text-decoration: underline !important;
    color: #222 !important;
}
button#b2bking_upgrade_premium_bar_button {
    background: #c49416;
    color: #f6f6f6;
    border: none !important;
    border-radius: 3px;
    padding: 6px 13px !important;
    font-weight: 500;
    cursor: pointer !important;
}
button#b2bking_upgrade_premium_bar_button:hover{
    background: #ba8a0e !important;
}
.b2bking_page_b2bking_dashboard .b2bking_notice_right_screen h3{
    font-size: 18px !important;
}
.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;
}
/* 4. 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;
}

.b2bking-upgrade-menu {
    /*background: #40403f;*/
}
.b2bking_core_modules_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.b2bking_modules_lock {
    position: relative;
    left: -4px;
}
div#b2bkingcore_pro_upgrade_modal {
    height: 562px;
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    flex-direction: column;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 16px;
    position: relative;
    z-index: 999999;
}
.b2bking_upgrade_modal.swal2-container.swal2-backdrop-show{
    background: rgb(0 0 0 / 64%);
    z-index: 99999;
}
.b2bking_upgrade_modal_trigger:hover{
    cursor: pointer;
}
a#b2bking_export_report_button i {
    font-size: 17px;
}
div#b2bkingcore_pro_upgrade_header {
    font-size: 20.5px;
}
.b2bkingcore_upgrade_header_description {
    font-size: 16px;
    color: #f8903b;
}
.b2bkingcore_upgrade_header_small_description {
    font-size: 14px;
    color: #7c7c7c;
    margin: 27px 69px;
    line-height: 23px;
    text-align: center;
}
.b2bkingcore_modal_bottom_half {
    width: 100%;
    display: flex;
    margin-top: 14px;
    justify-content: center;
    align-items: center;
    background: #f6f1eb;
    height: 100%;
    border-radius: 0px 0px 10px 10px;
}
span.wrap.b2bking_product_wrap.b2bking_upgrade_modal_trigger:hover, span.wrap.b2bking_product_wrap_variation.b2bking_upgrade_modal_trigger:hover  {
    color: black;
}
.b2bking_upgrade_modal_title{
    display: none !important;
}
button#b2bkingcore_modal_upgrade_now_button {
    width: 221px;
    background: #e78539;
    height: 42px;
    border: none;
    border-radius: 10px;
    color: white;
    font-size: 15.5px;
    font-weight: 500;
    user-select: none;
}
button#b2bkingcore_modal_upgrade_now_button:hover {
    background: #da7a2f;
    cursor: pointer;
}
img.b2bkingcore_pro_upgrade_modal_img {
    width: 200px;
    height: 200px;
    margin-bottom: 2px;
}
.b2bking_upgrade_modal #swal2-html-container {
    padding: 0px !important;
    margin: 0px !important;
}
.b2bking_upgrade_modal .swal2-popup{
    padding-bottom: 0px !important;
    border-radius: 10px !important;
}
.b2bking_upgrade_modal .swal2-close:focus{
    box-shadow: none;
}
div#b2bkingcore_pro_upgrade_header h2 {
    color: #1d2327;
    font-size: 1.3em;
    margin-bottom:0.67em;
    margin-top: 0.7em;
    font-weight: 600;
}
.b2bkingcore_upgrade_header_description strong {
    font-weight: 600;
}
/* 5. Conversations */
table.wp-list-table #b2bking_user, table.wp-list-table #b2bking_lastreplydate{
	width: 15%;
}
.b2bking_conversation_status_resolved{
	font-weight: bold;
	color:#646464;
}
.b2bking_conversation_status_open{
	font-weight: bold;
	color:#7ad03a;
}
.b2bking_conversation_status_new{
	font-weight: bold;
	color:#ffa500;
}
#b2bking_conversation_start_message{
	width: 100%;
	resize:vertical;
	min-height: 125px;
}
#b2bking_conversation_admin_new_message{
	width: 97%;
	resize: vertical;
	min-height: 125px;
	margin: 10px;
	border: 1px solid #ccc;
	background: #f2f2f2;
	padding: 15px;
}
#b2bking_conversation_messages_container{
	max-height: 500px;
	overflow-y: scroll;
}
.b2bking_conversation_message{
    background: #eeeeee;
    margin: 10px;
    padding: 15px;
    padding-right: 10%;
    border-radius: 8px;
    width: 70%;
    position: relative;
}
.b2bking_conversation_message_self{
	margin-left: auto;
    background: #e9f1f8;
}
.b2bking_conversation_message_time{
	position: absolute;
    right: 10px;
    color: #888f92;
    font-weight: bold;
    bottom: 10px;
}
#b2bking_conversation_details_wrapper{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
#b2bking_conversation_user_container{
	display: inline-flex;
    align-items: center;
    font-size: 20px;
}
#b2bking_conversation_user_status_container{
	display: inline-flex;
    font-weight: 500;
    align-items: center;
    font-size: 17px;
}
#b2bking_conversation_status_select{
	width: 130px;
	margin-left: 10px;
	background-color: #4fa7df;
    border: none;
    box-shadow: 0 2px 0px rgba(0, 0, 0, 0.08);
    color: #ffffff;
    font-weight: bold;
}
#b2bking_conversation_status_select option{
	background-color: #ffffff;
	color: #222;
}
#b2bking_conversation_user_input{
	font-size: 18px;
    margin-left: 10px;
    font-weight: 500;
}

/* 6. Offers */
#b2bking_admin_offer_textarea{
	width: 100%;
    resize: vertical;
    min-height: 100px;
    display: none;
}
.b2bking_offer_input_container{
    max-width: 20%;
    margin-right: 25px;
    display: inline-block;
    font-weight: 500;
    color: #666666;
    vertical-align: top;
}
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: 100%;
}
.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;
}


/* 7. Rules */
#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;
}
.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_upgrade_button_global {
    width: 212px;
    background: radial-gradient(141.77% 141.08% at 100.26% 99.25%, #e7b239 0%, #e76e39 100%);
    height: 40px;
    border: none;
    border-radius: 10px;
    color: white;
    font-size: 16px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 11%);
    font-weight: 500;
    user-select: none;
    margin-top: 29px;
}
.b2bking_upgrade_button_global:hover{
    background: #d17828;
}
#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: 100%;
}
#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_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_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;
}

/* 8. Customer Groups */
#b2bking_user_number.column-b2bking_user_number{
	width: 75%;
}
.b2bking_group_payment_shipping_methods_container {
    margin: 20px 0px 10px 10px;
    display: flex;
}
.b2bking_user_payment_shipping_methods_container{
	margin: 20px 0px 45px 10px;
    display: flex;
}
.b2bking_group_payment_shipping_methods_container_element {
    width: 50%;
}
.b2bking_group_payment_shipping_methods_container_element_title {
    font-family: "Roboto Medium", Roboto;
    position: relative;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 17px;
    line-height: 21px;
    padding-left: 38px;
    color: #6B6B6B;
}
svg.b2bking_group_payment_shipping_methods_container_element_title_icon_shipping {
    position: absolute;
    width: 28px;
    left: 0px;
    top: -2px;
}
svg.b2bking_group_payment_shipping_methods_container_element_title_icon_payment {
    position: absolute;
    width: 27px;
    left: 0px;
    top: -4px;
}
.b2bking_group_payment_shipping_methods_container_element_method {
    background: #ECECEC;
    border-radius: 3px;
    margin-top: 12px;
    justify-content: space-between;
    display: flex;
    margin-right: 30px;
    align-items: center;
    padding: 0px 15px;
    min-height: 40px;
}
.b2bking_group_payment_shipping_methods_container_element_method_name {
    font-family: "Roboto Medium", Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #252525;
}
input.b2bking_group_payment_shipping_methods_container_element_method_checkbox {
    background: #C4C4C4;
    border-radius: 3px;
    border: none;
    top: 2px;
    box-shadow: none;
    position: relative;
}
input.b2bking_group_payment_shipping_methods_container_element_method_checkbox:focus{
	box-shadow:none;
}

/* Information Box */
.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;
}
.b2bking_group_payment_shipping_information_box_icon{
	position: absolute;
    top: 8px;
    width: 28px;
    left: 11px;
    background: #579DC300;
}

/* 9. User shipping and payment methods */
.b2bking_user_shipping_payment_methods_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;
}
.b2bking_user_shipping_payment_methods_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_user_shipping_payment_methods_container_content_override {
    margin: 12px 30px 30px 10px;
}

select.b2bking_user_shipping_payment_methods_container_content_override_select {
    background-color: #ECECEC;
    border-radius: 3px;
    height: 40px;
    border: none;
    padding: 0px 15px;
    width: 100%;
    max-width: 100%;
    font-family: "Roboto Medium", Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #252525;
}
#b2bking_user_shipping_payment_methods_override:focus{
	color: #252525;
	box-shadow: none;
}
select.b2bking_user_shipping_payment_methods_container_content_override_select option{
	min-height: 40px;
	padding: 10px;
}
svg.b2bking_user_shipping_payment_methods_container_content_override_title_icon {
    position: absolute;
    width: 28px;
    left: 0px;
}
.b2bking_user_shipping_payment_methods_container_content_override_title {
    font-family: "Roboto Medium", Roboto;
    position: relative;
    font-style: normal;
    display: flex;
    font-weight: 500;
    align-items: center;
    font-size: 16px;
    height: 45px;
    line-height: 21px;
    padding-left: 38px;
    color: #6B6B6B;
}
.b2bking_user_shipping_payment_methods_container_content {
    padding: 0 12px;
}
.b2bking_page_title {
    color: #ffffff;
    margin: 50px 0px 28px 50px;
    font-size: 29px;
}
/* 10. Registration Roles */
.b2bking_custom_role_settings_metabox_container, .b2bking_custom_role_approval_sort_container {
    margin: 25px 10px 10px 10px;
    display: flex;
}
.b2bking_custom_role_settings_metabox_container_element, .b2bking_custom_role_approval_sort_container_element {
    width: 50%;
}
.b2bking_custom_role_approval_sort_container_element_select_container{
    margin-right: 30px;
}
.b2bking_custom_role_settings_metabox_container_element_title {
    font-family: "Roboto Medium", Roboto;
    position: relative;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 17px;
    line-height: 21px;
    padding-left: 38px;
    color: #6B6B6B;
}
svg.b2bking_custom_role_settings_metabox_container_element_title_icon {
    position: absolute;
    width: 28px;
    left: 0px;
    top: -8px;
}
.b2bking_custom_role_settings_metabox_container_element_checkbox_container {
    background: #ECECEC;
    border-radius: 3px;
    margin-top: 12px;
    justify-content: space-between;
    display: flex;
    margin-right: 30px;
    align-items: center;
    padding: 0px 15px;
    min-height: 40px;
}
.b2bking_custom_role_settings_metabox_container_element_checkbox_name {
    font-family: "Roboto Medium", Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #252525;
}
input.b2bking_custom_role_settings_metabox_container_element_checkbox {
    background: #C4C4C4;
    border-radius: 3px;
    border: none;
    top: 2px;
    box-shadow: none;
    position: relative;
    transform: scale(1.3);
}
input.b2bking_custom_role_settings_metabox_container_element_checkbox:focus{
	box-shadow: none;
}
select.b2bking_custom_role_settings_metabox_container_element_select {
    background-color: #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: 40px;
    font-family: "Roboto Medium", Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #252525;
}
select.b2bking_custom_role_settings_metabox_container_element_select:focus{
	outline: none;
	box-shadow: none;
	color: #252525;
}
#b2bking_select_multiple_roles_selector{
    display: none;
}
#b2bking_select_multiple_product_categories_selector, #b2bking_select_multiple_users_selector{
    display: none;
    margin-top: 0px;
    margin-right: 30px;
    margin-bottom: 20px;
}
/* Information Box */
.b2bking_custom_role_settings_metabox_information_box{
	background: #E0F3FE;
    border-radius: 2px;
    min-height: 53px;
    margin-left: 10px;
    font-family: "Roboto Medium", Roboto;
    margin-right: 10px;
    font-style: normal;
    font-weight: 500;
    display: flex;
    font-size: 14px;
    padding-left: 50px;
    line-height: 21px;
    color: #579DC3;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
    margin-top: 10px;
}
.b2bking_custom_role_settings_metabox_information_box_icon{
	position: absolute;
    top: 8px;
    width: 28px;
    left: 11px;
    background: #579DC300;
}
.b2bking_automatic_approval_customer_group_container {
    margin: 35px 10px;
}
select.b2bking_automatic_approval_customer_group_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: 40px;
    font-family: "Roboto Medium", Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #252525;
}
select.b2bking_automatic_approval_customer_group_select:focus{
    box-shadow: none;
    outline: none;
    color: #252525;
}
span.b2bking_custom_role_column_approval_manual {
    font-weight: bold;
    color: #0f0f0f;
}
span.b2bking_custom_role_column_approval_automatic {
    font-weight: bold;
    color:#009bdd;
}
span.b2bking_custom_role_column_status_enabled {
    font-weight: bold;
    color: #00df00;
}
span.b2bking_custom_role_column_status_disabled{
	font-weight: bold;
	color: red;
}
.b2bking_users_column_waiting_approval{
	color:#e7b400;
	font-weight: bold;
}

/* 11. Registration fields */
input.b2bking_custom_field_mapping_input {
    background: #ECECEC;
    border-radius: 3px;
    margin-top: 12px;
    justify-content: space-between;
    display: flex;
    width: 100%;
    border: none;
    align-items: center;
    padding: 0px 15px;
    min-height: 40px;
    font-family: "Roboto Medium", Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #252525;
}
.b2bking_custom_field_settings_metabox_container {
    margin: 25px 10px 10px 10px;
    margin-bottom: 35px;
}
.b2bking_custom_field_settings_metabox_top {
    display: flex;
    padding-bottom: 35px;
    border-bottom: 1px solid #e5e5e5;
}
.b2bking_custom_field_settings_metabox_top_column {
    width: 50%;
}
.b2bking_custom_field_settings_metabox_bottom_user_choices_title, .b2bking_custom_field_settings_metabox_bottom_field_label_title,.b2bking_custom_field_settings_metabox_bottom_field_placeholder_title, .b2bking_custom_field_settings_metabox_bottom_field_type_title, .b2bking_custom_field_settings_metabox_top_column_status_title, .b2bking_custom_field_settings_metabox_top_column_registration_role_title,.b2bking_custom_field_settings_metabox_top_column_required_title, .b2bking_custom_field_settings_metabox_top_column_sort_title, .b2bking_custom_field_settings_metabox_top_column_editable_title {
    font-family: "Roboto Medium", Roboto;
    position: relative;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 13px;
    line-height: 21px;
    padding-left: 38px;
    color: #6B6B6B;
}
.b2bking_select_multiple_products_categories_title{
    font-family: "Roboto Medium", Roboto;
    position: relative;
    font-style: normal;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 4px;
    line-height: 21px;
    color: #6c6c6c;
    font-size: 13.5px;
    font-weight: 500;
}

svg.b2bking_custom_field_settings_metabox_top_column_status_title_icon{
    position: absolute;
    width: 24px;
    left: 0px;
    top: -8px;
}
svg.b2bking_custom_field_settings_metabox_top_column_registration_role_title_icon {
	position: absolute;
    width: 24px;
    left: 1px;
    top: -5px;
}
.b2bking_custom_field_settings_metabox_top_column_status_checkbox_container {
    background: #ECECEC;
    border-radius: 3px;
    margin-top: 12px;
    justify-content: space-between;
    display: flex;
    margin-right: 30px;
    align-items: center;
    padding: 0px 15px;
    min-height: 40px;
}
.b2bking_custom_field_settings_metabox_top_column_status_checkbox_name {
	font-family: "Roboto Medium", Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #252525;
}
input.b2bking_custom_field_settings_metabox_top_column_status_checkbox_input, input.b2bking_custom_field_settings_metabox_top_column_required_checkbox_input, input.b2bking_custom_field_settings_metabox_top_column_editable_checkbox_input {
    background: #C4C4C4;
    border-radius: 3px;
    border: none;
    top: 2px;
    box-shadow: none;
    position: relative;
    transform: scale(1.3);
}
input.b2bking_custom_field_settings_metabox_top_column_status_checkbox_input:focus, input.b2bking_custom_field_settings_metabox_top_column_required_checkbox_input:focus, input.b2bking_custom_field_settings_metabox_top_column_editable_checkbox_input:focus{
	box-shadow: none;
}
select.b2bking_custom_field_settings_metabox_top_column_registration_role_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: 40px;
    font-family: "Roboto Medium", Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #252525;
}
select.b2bking_custom_field_settings_metabox_top_column_registration_role_select:focus{
	box-shadow: none;
	color:#252525;
}
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_custom_field_settings_metabox_top_column_registration_role {
    margin-top: 35px;
    margin-right: 30px;
}
.b2bking_custom_field_settings_metabox_top_column_required, .b2bking_custom_field_settings_metabox_top_column_sort{
	display: inline-block;
    width: 49%;
}
.b2bking_custom_field_settings_metabox_top_column_editable{
	width: 100%;
	margin-top: 35px;
}
svg.b2bking_custom_field_settings_metabox_top_column_required_title_icon {
    position: absolute;
    width: 26px;
    left: 0px;
    top: -7px;
}
svg.b2bking_custom_field_settings_metabox_top_column_sort_title_icon {
    position: absolute;
    width: 25px;
    left: 0px;
    top: -5px;
}
svg.b2bking_custom_field_settings_metabox_top_column_editable_title_icon {
    position: absolute;
    width: 28px;
    left: 0px;
    top: -8px;
}
input.b2bking_custom_field_settings_metabox_top_column_sort_text {
    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: 40px;
    font-family: "Roboto Medium", Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #252525;
}
input.b2bking_custom_field_settings_metabox_top_column_sort_text::placeholder{
	color: #A8A8A8;
}
input.b2bking_custom_field_settings_metabox_top_column_sort_text:focus{
	box-shadow: none;
	outline: none;
}
input.b2bking_custom_field_settings_metabox_top_column_sort_text::-webkit-outer-spin-button, input.b2bking_custom_field_settings_metabox_top_column_sort_text::-webkit-inner-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.b2bking_custom_field_settings_metabox_top_column_editable_checkbox_container {
    background: #ECECEC;
    border-radius: 3px;
    margin-top: 12px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 0px 15px;
    min-height: 40px;
}
.b2bking_custom_field_settings_metabox_bottom {
    margin-top: 35px;
}
svg.b2bking_custom_field_settings_metabox_bottom_field_type_title_icon{
	position: absolute;
    width: 24px;
    left: 1px;
    top: -5px;
}
svg.b2bking_custom_field_settings_metabox_bottom_field_placeholder_title_icon {
    position: absolute;
    width: 28px;
    left: 0px;
    top: -8px;
}
svg.b2bking_custom_field_settings_metabox_bottom_field_label_title_icon{
	position: absolute;
    width: 24px;
    left: 1px;
    top: -5px;
}
svg.b2bking_custom_field_settings_metabox_bottom_user_choices_title_icon {
    position: absolute;
    width: 26px;
    left: 1px;
    top: -6px;
}
select.b2bking_custom_field_settings_metabox_bottom_field_type_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: 40px;
    font-family: "Roboto Medium", Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #252525;
}
select.b2bking_custom_field_settings_metabox_bottom_field_type_select:focus{
	box-shadow: none;
	color:#252525;
}
.b2bking_custom_field_settings_metabox_bottom_label_and_placeholder_container {
    display: flex;
}
.b2bking_custom_field_settings_metabox_bottom_field_label {
    width: 50%;
    margin-top: 35px;
    margin-right: 10px;
}
.b2bking_custom_field_settings_metabox_bottom_field_placeholder {
    width: 50%;
    margin-top: 35px;
}
.b2bking_custom_field_settings_metabox_bottom_field_label_input_container {
    margin-right: 20px;
}
.b2bking_custom_field_settings_metabox_bottom_user_choices {
    margin-top: 35px;
}
/* billing connection metabox */
.b2bking_custom_field_billing_connection_metabox_title {
    font-family: "Roboto Medium", Roboto;
    position: relative;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 15px;
    line-height: 21px;
    padding-left: 38px;
    color: #6B6B6B;
}
svg.b2bking_custom_field_billing_connection_metabox_title_icon {
    position: absolute;
    width: 23px;
    left: 1px;
    top: -12px;
}
.b2bking_custom_field_billing_connection_metabox_container {
    margin: 30px 10px 10px 10px;
}
select.b2bking_custom_field_billing_connection_metabox_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: 40px;
    font-family: "Roboto Medium", Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #252525;
}
select.b2bking_custom_field_billing_connection_metabox_select:focus{
    box-shadow: none;
    color:#252525;
}
.b2bking_billing_connection_information_box{
        background: #E0F3FE;
    border-radius: 2px;
    min-height: 53px;
    font-family: "Roboto Medium", Roboto;
    font-style: normal;
    left: 1px;
    margin-top: 25px;
    font-weight: 500;
    display: flex;
    font-size: 14px;
    padding-left: 50px;
    line-height: 21px;
    color: #579DC3;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
}
/* add to billing */
.b2bking_add_to_billing_container_element {
    display: inline-block;
    width: 31%;
}
.b2bking_add_to_billing_container_element_title {
    font-family: "Roboto Medium", Roboto;
    position: relative;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 13px;
    line-height: 21px;
    padding-left: 38px;
    color: #6B6B6B;
}
svg.b2bking_add_to_billing_container_element_title_icon {
    position: absolute;
    width: 27px;
    left: 1px;
    top: -8px;
}
.b2bking_add_to_billing_container {
    margin-top: 25px;
    justify-content: space-between;
}
.b2bking_add_to_billing_container_element_checkbox_container {
    background: #ECECEC;
    border-radius: 3px;
    margin-top: 12px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 0px 15px;
    min-height: 40px;
}
.b2bking_add_to_billing_container_element_checkbox_name {
    font-family: "Roboto Medium", Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #252525;
}
input.b2bking_add_to_billing_container_element_checkbox_input {
    background: #C4C4C4;
    border-radius: 3px;
    border: none;
    top: 2px;
    box-shadow: none;
    position: relative;
    transform: scale(1.3);
}
input.b2bking_add_to_billing_container_element_checkbox_input:focus{
    box-shadow: none;
    outline: none;
}


/* vat container */
.b2bking_VAT_container_column_title {
    font-family: "Roboto Medium", Roboto;
    position: relative;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 13px;
    line-height: 21px;
    padding-left: 38px;
    color: #6B6B6B;
}
.b2bking_VAT_container {
    display: flex;
    justify-content: space-between;
}
.b2bking_VAT_container_column {
    width: 48%;
    margin-top: 25px;
}
svg.b2bking_VAT_container_column_title_icon {
    position: absolute;
    width: 27px;
    left: 1px;
    top: -8px;
}
.b2bking_VAT_container_VIES_validation_checkbox_container {
    background: #ECECEC;
    border-radius: 3px;
    margin-top: 12px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 0px 15px;
    min-height: 40px;
}
.b2bking_VAT_container_VIES_validation_checkbox_name {
    font-family: "Roboto Medium", Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #252525;
}
input.b2bking_VAT_container_VIES_validation_checkbox_input {
    background: #C4C4C4;
    border-radius: 3px;
    border: none;
    top: 2px;
    box-shadow: none;
    position: relative;
    transform: scale(1.3);
}
input.b2bking_VAT_container_VIES_validation_checkbox_input:focus{
    box-shadow: none;
    outline: none;
}
select.b2bking_VAT_container_countries_select {
    width: 100%;
    font-size: 15px;
    border: 4px solid #ececec;
    font-family: "Roboto Medium", Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    min-height: 200px;
}
select.b2bking_VAT_container_countries_select:focus{
    box-shadow: none;
    outline: none;
    color:#252525;
    border: 4px solid #ececec;
}

/* 12. Registration User Data  */
.b2bking_user_registration_user_data_container {
    margin: 25px 20px 1px 20px;
}
.b2bking_user_registration_user_data_container_title {
    font-family: "Roboto Medium", Roboto;
    position: relative;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 17px;
    line-height: 21px;
    padding-left: 38px;
    color: #6B6B6B;
    padding-bottom: 15px;
    border-bottom: 1px solid #dedede;
}
svg.b2bking_user_registration_user_data_container_title_icon {
    position: absolute;
    width: 27px;
    left: 0px;
    top: -8px;
}
.b2bking_user_registration_user_data_container_element_label {
    font-family: "Roboto Medium", Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 13.5px;
    line-height: 21px;
    color: #818181;
}
input.b2bking_user_registration_user_data_container_element_text {
    background: #ECECEC;
    border-radius: 3px;
    margin-top: 4px;
    justify-content: space-between;
    display: flex;
    margin-right: 30px;
    align-items: center;
    padding: 0px 15px;
    min-height: 40px;
    border: none;
    width: 100%;
    font-weight: 500;
    line-height: 21px;
    color: #252525;
}
input.b2bking_user_registration_user_data_container_element_text:focus, textarea.b2bking_user_registration_user_data_container_element_textarea:focus{
	box-shadow: none;
	color:#252525;
}
textarea.b2bking_user_registration_user_data_container_element_textarea {
    background: #ECECEC;
    border-radius: 3px;
    justify-content: space-between;
    display: flex;
    margin-right: 30px;
    align-items: center;
    padding: 15px 15px;
    min-height: 125px;
    resize: vertical;
    border: none;
    width: 100%;
    font-weight: 500;
    line-height: 21px;
    color: #252525;
}
.b2bking_user_registration_user_data_container_element {
    margin-bottom: 16px;
}
button.b2bking_user_registration_user_data_container_element_download {
    background: #6FB8E1;
    border-radius: 3px;
    width: 100%;
    min-height: 40px;
    text-align: left;
    padding-left: 55px;
    position: relative;
    display: flex;
    align-items: center;
    font-family: "Roboto Medium", Roboto;
    font-style: normal;
    font-size: 13.5px;
    border: none;
    margin-top: 2px;
    line-height: 21px;
    color: #FFFFFF;
}
button.b2bking_user_registration_user_data_container_element_download:hover{
	background: #358bbc;
	cursor: pointer;
}
button.b2bking_user_registration_user_data_container_element_download:focus{
	box-shadow: none;
	outline: none;
}
svg.b2bking_user_registration_user_data_container_element_download_icon {
    position: absolute;
    width: 30px;
    left: 15px;
}
.b2bking_user_registration_user_data_container_element_approval {
    background: #F6F6F6;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 10px;
    margin-top: 4px;
}
select.b2bking_user_registration_user_data_container_element_select_group {
    background-color: #E7e7e7;
    border-radius: 3px;
    display: inline-block;
    margin-right: 30px;
    width: 100%;
    border: none;
    max-width: 100%;
    margin-bottom: 10px;
    align-items: center;
    padding: 0px 15px;
    min-height: 40px;
    font-family: "Roboto Medium", Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #252525;
}
select.b2bking_user_registration_user_data_container_element_select_group:focus{
	box-shadow: none;
	color: #252525;
}
button.b2bking_user_registration_user_data_container_element_approval_button_approve {
    background: #A5CD05;
    border-radius: 2px;
    width: 75%;
    border: none;
    position: relative;
    display: inline-flex;
    align-items: center;
    font-family: "Roboto Medium", Roboto;
    font-style: normal;
    padding-left: 55px;
    font-weight: 400;
    font-size: 14px;
    min-height: 40px;
    line-height: 23px;
    color: #FFFFFF;
}
svg.b2bking_user_registration_user_data_container_element_approval_button_approve_icon, svg.b2bking_user_registration_user_data_container_element_approval_button_reject_icon {
    position: absolute;
    width: 22px;
    left: 15px;
}
.b2bking_discount_box_text span.woocommerce-help-tip {
    margin-bottom: 2px;
    margin-left: 5px;
}
.b2bking_user_registration_user_data_container_element_approval_buttons_container {
    display: flex;
    justify-content: space-between;
}
button.b2bking_user_registration_user_data_container_element_approval_button_reject {
    background: #797979;
    border-radius: 2px;
    width: 24%;
    border: none;
    position: relative;
    display: inline-flex;
    align-items: center;
    font-family: "Roboto Medium", Roboto;
    font-style: normal;
    padding-left: 55px;
    font-weight: 400;
    font-size: 14px;
    min-height: 40px;
    line-height: 23px;
    color: #FFFFFF;
}
.b2bking_user_registration_user_data_container_element_approval_button_approve, .b2bking_user_registration_user_data_container_element_approval_button_reject{
	cursor: pointer;
}
.b2bking_user_registration_user_data_container_element_approval_button_approve:hover{
	background: #90b400;
}
.b2bking_user_registration_user_data_container_element_approval_button_approve:focus, .b2bking_user_registration_user_data_container_element_approval_button_reject:focus{
	box-shadow: none;
	outline: none;
}
.b2bking_user_registration_user_data_container_element_approval_button_reject:hover{
	background: #414141;
}

/* 13. User Settings */
.b2bking_user_settings_container {
    margin: 20px 20px 20px 20px;
    display: flex;
}
.b2bking_user_settings_container_column {
    width: 100%;
}
.b2bking_user_settings_container_column_title {
    font-family: "Roboto Medium", Roboto;
    position: relative;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 17px;
    line-height: 21px;
    padding-left: 38px;
    color: #6B6B6B;
}
.b2bking_user_settings_container_column_title_role {
    font-family: "Roboto Medium", Roboto;
    position: relative;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 13px;
    line-height: 21px;
    padding-left: 38px;
    color: #6B6B6B;
}
svg.b2bking_user_settings_container_column_title_icon {
    position: absolute;
    width: 26px;
    left: 1px;
    top: -6px;
}
svg.b2bking_user_settings_container_column_title_icon_right {
    position: absolute;
    width: 26px;
    left: 1px;
    top: -6px;
}
select.b2bking_user_settings_select{
	background-color: #ECECEC;
    border-radius: 3px;
    height: 40px;
    border: none;
    padding: 0px 15px;
    width: 97.5%;
    max-width: 100%;
    font-family: "Roboto Medium", Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #252525;
}
select.b2bking_user_settings_select:focus{
	box-shadow: none;
	color:#252525;
}
.b2bking_user_settings_information_box{
	background: #E0F3FE;
    border-radius: 2px;
    min-height: 53px;
    margin-left: 20px;
    font-family: "Roboto Medium", Roboto;
    margin-right: 43px;
    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;
}

.b2bking_discount_options_information_box, .b2bking_minimum_options_information_box{
    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: 13px;
    line-height: 21px;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
    background-color: rgb(248, 255, 255);
    color: rgb(39, 111, 134);
    box-shadow: rgb(169, 213, 222) 0px 0px 0px 1px inset, transparent 0px 0px 0px 0px;
}
span.b2bking_discount_box_text {
    opacity: .85;
}
.b2bking_tooltip_img {
    width: 250px;
    margin-top: 8px;
    border-radius: 5px;
    border-top: 6px solid #c69735 !important;
    padding-top: 6px;
    background: #fff;
}
.b2bking_info_box_icon{
    margin-right: 12px;
}
.post-type-b2bking_rule div#tiptip_content{
    max-width: 500px !important;
    width: fit-content;
}
#b2bking_rule_details_metabox .woocommerce-help-tip::after {
    font-size: 0.7em !important;
    top: initial !important;
    position: relative;
    right: 3px;
    bottom: 1.5px;
    color: #0e566c;
    border-radius: 100px;
    border: 1px solid #0e566c;
    display: flex;
    justify-content: center;
    align-items: center;
    content: "?";
    font-weight: 700 !important;
    font-family: 'Lato', sans-serif;
}
.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;
}
/* 14. Customers */
.notifyjs-bootstrap-hidden, #wpfooter .notifyjs-arrow{
    display: none !important;
}
div#b2bking_admin_overlay {
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 360px;
    background-color: #000;
    background-color: rgba(0,0,0,.5);
    z-index: 99900;
}
.b2bkingpreloader{width:100%;height:100%;top:0;position:fixed; margin-left:-20px;z-index:99999;background:#202224;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    top: 0;
    min-height: 360px;
    z-index: 99900;
}
.b2bking_loader_icon_button{
    width: 200px;
}
div#b2bking_admin_customers_table_container {
    margin: 0px 50px 50px 50px;
    padding: 20px;
    font-size: 14px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.17);
    border-radius: 5px;
}
div#b2bking_admin_customers_table_container td {
    padding: 11px 13px;
}
div#b2bking_admin_customers_table_container th {
    text-align: left;
}
table#b2bking_admin_customers_table {
    padding-top: 10px;
    border-top: ;
    width: 100%;
}
img.b2bking_gif {
    max-width: 665px !important;
    padding: 18px;
    background: white;
    border-radius: 15px;
}
img.b2bking_gif2 {
    max-width: 723px !important;
    padding: 10px 0px;
    background: white;
    border-radius: 15px;
}
h3.b2bking_page_subtitle_upgrade {
    color: #d6d6d6;
    max-width: 694px;
    margin: auto;
    margin-bottom: 5px;
    font-weight: 300;
    line-height: 1.5em;
    font-size: 15px;
}
div#b2bking_orderform_container {
    margin: auto;
    width: 1000px;
    text-align: center;
}
button.b2bking_demo_feature_button {
    background: #c49416;
    color: white;
    border: none;
    font-weight: 600;
    padding: 12px;
    font-size: 15px;
    border-radius: 5px;
    margin-bottom: 24px;
    margin-top: 20px;
    cursor: pointer !important;
}
button.b2bking_demo_feature_button:hover{
    background: #b07708 !important;
}
button.b2bking_demo_feature_button_white {
    background: none;
    color: #cccccc;
    border: 1.5px solid #ababab;
    font-weight: 600;
    padding: 10.5px;
    margin-left: 10px;
    font-size: 15px;
    border-radius: 5px;
    margin-bottom: 24px;
    margin-top: 20px;

    cursor: pointer !important;
}
input#b2bking_dynamic_rule_discount_show_everywhere_checkbox_input::before, input#b2bking_dynamic_rule_minimum_all_checkbox_input::before{
    content: none !important;
}
button.b2bking_demo_feature_button_white:hover{
    background: #444444 !important;
}
button.b2bking_demo_feature_button span, button.b2bking_demo_feature_button_white span {
    margin-right: 7px;
}
.b2bking_page_b2bking_customers, .b2bking_page_b2bking_orderform, .b2bking_page_b2bking_businessregistration,  .b2bking_page_b2bking_tieredpricing{
    background-color:#202224;
}
.b2bking_page_title_upgrade {
    color: #ffffff;
    margin: 50px 0px 28px 0px;
    font-size: 29px;
}
/* 15. Groups page */
.b2bking_page_b2bking_groups, .admin_page_b2bking_b2c_users, .admin_page_b2bking_logged_out_users{
    background-color:#202224;
}
div#b2bking_admin_groups_main_container {
    margin: 50px 100px;
}
.b2bking_admin_groups_main_title {
    font-style: normal;
    font-weight: 500;
    font-size: 43px;
    line-height: 76px;
    color: #E7E7E7;
}
.b2bking_admin_groups_main_container_main_row {
    margin-top: 80px;
    justify-content: space-between;
}
.b2bking_admin_groups_main_container_main_row_left, .b2bking_admin_groups_main_container_main_row_right{
    width: 50%;
    min-width: 355px;
    margin-right: 50px;
}
.b2bking_admin_groups_main_container_main_row_left_box {
    background: #0D3C83;
    min-height: 150px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 33px;
    color: #E4EDF8;
    flex-flow: column;
}
.b2bking_admin_groups_box_link{
    text-decoration: none;
    display: contents;
}
.b2bking_admin_groups_box_link:focus, .b2bking_admin_groups_box_link:active, .b2bking_admin_groups_main_container_main_row_right_box:focus, .b2bking_admin_groups_main_container_main_row_right_box:active{
    outline: 0;
    border: none;
    -moz-outline-style: none; 
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-shadow: none;
}
.b2bking_admin_groups_main_container_main_row_left_box:hover, .b2bking_admin_groups_main_container_main_row_right_box:hover {
    cursor: pointer;
    background:#1654b2;
}
.b2bking_admin_groups_main_container_main_row_left_box:hover .b2bking_admin_groups_main_container_main_row_left_box_icon{
    fill: #fff;
}
.b2bking_admin_groups_main_container_main_row_left_box:hover .b2bking_admin_groups_main_container_main_row_box_text{
    color:#fff;
}
.b2bking_admin_groups_main_container_main_row_right_box_first:hover .b2bking_admin_groups_main_container_main_row_right_box_icon_first{
    fill: #fff;
}
.b2bking_admin_groups_main_container_main_row_right_box_second:hover .b2bking_admin_groups_main_container_main_row_right_box_icon_second{
    fill: #fff;
}
.b2bking_admin_groups_main_container_main_row_right_box_first:hover .b2bking_admin_groups_main_container_main_row_right_box_first_text{
    color: #fff;
}
.b2bking_admin_groups_main_container_main_row_right_box_second:hover .b2bking_admin_groups_main_container_main_row_right_box_second_text{
    color: #fff;
}

.b2bking_admin_groups_main_container_main_row_right_box {
    background: #282A2D;
    min-height: 150px;
    margin-top: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 33px;
    color: #B7BBC0;
    flex-flow: column;
}
svg.b2bking_admin_groups_main_container_main_row_left_box_icon {
    width: 45px;
}
svg.b2bking_admin_groups_main_container_main_row_right_box_icon_first{
    width: 32px;
}
svg.b2bking_admin_groups_main_container_main_row_right_box_icon_second {
    width: 30px;
    position: relative;
    top: 3px;
}
.b2bking_admin_groups_main_container_main_row_title {
    font-family: "Roboto Medium",Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 42px;
    color: #E7E7E7;
}
.b2bking_admin_groups_main_container_main_row_subtitle {
    font-family: "Roboto Medium",Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    color: #797B7E;
}
.b2bking_special_group_container {
    margin: 100px 75px 10px 75px;
    position: relative;
}
.b2bking_above_top_title_button {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: -50px;
    align-items: center;
}
.b2bking_above_top_title_button_left {
    font-family: "Roboto Medium", Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 45px;
    color: #ffffff;
}
button.b2bking_above_top_title_button_right_button {
    line-height: 15px;
    width: 130px;
    background: #9E9E9E;
    text-align: end;
    height: 35px;
    color: #FFFFFF;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
    border-radius: 3px;
    position: relative;
    outline: none;
    border: none;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 15.5px;
    padding: 5px 16px;
    text-transform: none;
    min-height: 0;
}
button.b2bking_above_top_title_button_right_button:hover{
    background-color: #6c6c6c;
    cursor: pointer;
}
button.b2bking_b2c_special_group_container_save_settings_button, button.b2bking_logged_out_special_group_container_save_settings_button {
    margin: 5px 75px;
}

.b2bking_settings_button {
    background: #2185d0;
    font-size: 14px !important;
    box-shadow: none !important;
    padding: 6px 26px !important;
    font-weight: 700;
    font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
    border: 0px !important;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    line-height: 2.15384615;
    min-height: 30px;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
}
.b2bking_settings_button:hover{
    background: #1678c2;
    cursor: pointer;
}

@keyframes glow {
    0% {
        background-position: initial;
    }
    50% {
        background-position: right center;
    }
    100% {
        background-position: initial;
    }
}
.b2bking_settings_button.active {
   animation: glow 1.5s infinite;
   background-image: linear-gradient(to right, #1e6396 0%, #268eda 51%, #1e6396 100%);
   transition: 0.5s;
   background-size: 200% auto;
   border-color: #3582c4;
   box-shadow: inset 0 2px 5px -3px #0a4b78, 0 0 0 1px #3582c4;
 }
 
/* 16. Product Page */
.b2bking_options.b2bking_tab a::before {
    background-image: url('../../../includes/assets/images/b2bking-icon-gray2.svg') !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px 15px;
    display: inline-block;
    width: 14px; 
    height: 15px;
    content:"" !important;
}
.b2bking_page_b2bking_customers{
    background-color:#202224;
}
/* 15. Groups page */
.b2bking_page_b2bking_groups, .admin_page_b2bking_b2c_users, .admin_page_b2bking_logged_out_users, .b2bking_page_b2bking_b2c_users, .b2bking_page_b2bking_logged_out_users{
    background-color:#202224;
}
#toplevel_page_b2bkingcore .wp-menu-image img {
    position: relative;
    bottom: 3px;
    width: 15px !important;
}
.post-type-b2bking_rule .notice.error, .post-type-b2bking_custom_role .notice.error, .post-type-b2bking_custom_field .notice.error, .post-type-b2bking_conversation .notice.error, .post-type-b2bking_grule .notice.error, .post-type-b2bking_offer .notice.error, .b2bking_page_b2bking_group .notice.error, .post-type-b2bking_group .notice.error, .b2bking_page_b2bking_rule .notice.error, .b2bking_page_b2bking_custom_role .notice.error{
    display:none !important;
}

div#b2bking_pro_upgrade_modal {
    padding: 22px;
    height: 541px;
    width: 490px;
    background: #ffffff;
    border-radius: 10px;
    flex-direction: column;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
    position: relative;
    z-index: 999999;
}
div#b2bking_pro_upgrade_header {
    font-size: 20.5px;
}
.b2bking_upgrade_header_description {
    font-size: 16px;
    color: #f8903b;
}
.b2bking_upgrade_header_small_description {
    font-size: 14px;
    color: #7c7c7c;
    margin: 27px 27px;
    line-height: 23px;
    text-align: center;
}
.b2bking_modal_bottom_half {
    width: 100%;
    padding: 22px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 22px;
    background: #f6f1eb;
    height: 100%;
    border-radius: 0px 0px 10px 10px;
}
button#b2bking_modal_upgrade_now_button {
    width: 221px;
    background: #e78539;
    height: 42px;
    border: none;
    border-radius: 10px;
    color: white;
    font-size: 15.5px;
    font-weight: 500;
}
button#b2bking_modal_upgrade_now_button:hover {
    background: #da7a2f;
    cursor: pointer;
}
img.b2bking_pro_upgrade_modal_img {
    width: 200px;
    height: 200px;
    margin-bottom: 2px;
}
#b2bking_pro_upgrade_modal_container{
    display: none;
}

.b2bking_product_wrap{
    width: 50%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px !important;
}
.b2bking_customrows_wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px !important;
}
.b2bking_product_wrap_variation{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px !important;
}
.b2bking_product_button_wrap{
    width: 50%;
    display:block;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.b2bking_tiered_pricing_element{
    width: 47% !important;
}
.b2bking_customrow_element {
    width: 48% !important;
}
.b2bking_tiered_pricing_element_variation{
    width: 48% !important;
}
.b2bking_tiered_pricing_variation{
    display: inline-block;
    width:100%;
}
/* 17. Media Queries */
@media screen and (max-width: 780px) { 
    .b2bking_group_visibility_container_content_checkbox_input, input.b2bking_custom_role_settings_metabox_container_element_checkbox {
        transform: none; 
    }
    input.b2bking_VAT_container_VIES_validation_checkbox_input, input.b2bking_group_payment_shipping_methods_container_element_method_checkbox, input.b2bking_custom_field_settings_metabox_top_column_status_checkbox_input, input.b2bking_custom_field_settings_metabox_top_column_required_checkbox_input, input.b2bking_custom_field_settings_metabox_top_column_editable_checkbox_input, input.b2bking_add_to_billing_container_element_checkbox_input{
        transform: none;
    }
    .b2bking_rule_select_container{
        max-width: 100%;
        width: 100%;
    }
    .b2bking_dynamic_rule_metabox_content_container .selection .select2-selection{
        margin-bottom: 10px;
    }
    .b2bking_rule_select_container select, #b2bking_rule_select_howmuch, #b2bking_rule_select_quantity_value, input#b2bking_rule_select_taxname, input#b2bking_rule_select_discountname, select#b2bking_rule_select_requires, select#b2bking_rule_select_showtax {
        width: 100%;
        margin-bottom: 10px;
    }
    #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{
        width: 100%;
    }
    div.b2bking_add_to_billing_container{
        display: block;
    }
    .b2bking_add_to_billing_container_element{
        width: 100%;
    }
    .b2bking_add_to_billing_container_element_checkbox_container{
        margin-bottom: 20px;
    }
    div.b2bking_custom_field_settings_metabox_top_column {
        width: 100%;
        margin-top: 30px;
    }
    div.b2bking_custom_field_settings_metabox_top {
        display: block;
    }
    div.b2bking_custom_field_settings_metabox_top_column_status_checkbox_container, div.b2bking_custom_field_settings_metabox_top_column_registration_role{
        margin-right: 0;
    }
} 
@media screen and (min-width: 781px) { 
    .b2bking_group_visibility_container_content_checkbox_input {
        transform: scale(1.3); 
    } 
    input.b2bking_group_payment_shipping_methods_container_element_method_checkbox{
        transform: scale(1.3);
    }
    div.b2bking_add_to_billing_container{
        display: flex;
    }
} 
@media screen and (min-width: 1290px) { 
    .b2bking_admin_groups_main_container_main_row{
        display: flex;
    }
    .b2bking_admin_groups_main_container_main_row_right{
        margin-top: 0px;
    }
    .b2bking_admin_groups_main_container_main_row_right_box{
        margin-right: 45px;
        width: 38%;
    }
} 
@media screen and (max-width: 1290px) { 
    .b2bking_admin_groups_main_container_main_row{
        display: block;
    }
    .b2bking_product_wrap{
        width:80%;
    }
    .b2bking_admin_groups_main_container_main_row_right{
        margin-top: 30px;
    }
    .b2bking_admin_groups_main_container_main_row_right_box{
        margin-right: 5px;
        width: 45%;
    }
    .b2bking_admin_groups_main_container_main_row_right_boxes{
        display: flex;
        justify-content: space-between;
    }
} 




