/**
*
* B2BKing styles that should only load for Subaccounts, Offers, Conversations
* 1. Subaccounts
* 2. Offers
* 3. Conversations
* 
*/

:root {
    --b2bking-font-family-a: 'Roboto', sans-serif;
    --b2bking-font-family-b: "Roboto Medium", 'Roboto';
    --b2bking-font-family-c: "DM Sans", sans-serif;
}


/* 1. Subaccounts */

button.b2bking_subaccounts_account_button.b2bking_subaccounts_account_button_login {
    width: 86px;
    position: relative;
    top: 0.5px;
}

.b2bking_subaccounts_container_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 17px;
    align-items: center;
}
.b2bking_subaccounts_container_top_title {
    font-family: var(--b2bking-font-family-a);
    font-size: 30px;
    color: #373737;
    font-weight: 400;
}
.b2bking_subaccounts_new_account_container_top_title {
    font-weight: 400;
}
button.b2bking_subaccounts_container_top_button {
    background: #3AB1E4;
    line-height: 15px;
    min-width: 195px;
    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: var(--b2bking-font-family-a);
    font-weight: 500;
    font-size: 15.5px;
    padding: 1px 16px;
    text-transform: none;
    min-height: 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}
button.b2bking_subaccounts_container_top_button:hover {
    background-color: #0088c2;
    color: #ffffff;
    cursor: pointer;
}
button.b2bking_subaccounts_container_top_button:focus{
    outline: none;
}
svg.b2bking_subaccounts_container_top_button_icon {
    width: 29px;
}
.b2bking_subaccounts_account_container {
    min-height: 180px;
    background: #EBEBEB;
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.13);
    border-radius: 5px;
    margin-bottom: 35px;
}
.b2bking_subaccounts_account_top {
    background: #646464;
    display: flex;
    border-radius: 5px 5px 0px 0px;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-family: var(--b2bking-font-family-b);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    min-height: 30px;
}
svg.b2bking_subaccounts_account_top_icon {
    width: 20px;
    margin-right: 7px;
}
.b2bking_subaccounts_account_line {
    display: flex;
    justify-content: space-between;
    margin: 15px;
}
.b2bking_subaccounts_container .b2bking_subaccounts_account_container .b2bking_subaccounts_account_line a{
    text-decoration: none;
}
.b2bking_subaccounts_account_name {
    font-family: var(--b2bking-font-family-a);
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 5px;
    text-align: left;
    color: #292929;
}
.b2bking_subaccounts_account_title {
    font-family: var(--b2bking-font-family-a);
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    text-align: left;
    color: #414141;
}
button.b2bking_subaccounts_account_button {
    background: #818181;
    font-family: var(--b2bking-font-family-a);
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    width: 125px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    height: 30px;
    color: #FFFFFF;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
    border-radius: 3px;
    position: relative;
    outline: none;
    padding: 0px 10px;
    border: none;
    text-decoration: none;
    text-transform: none;
    min-height: 0;

}
button.b2bking_subaccounts_account_button:hover{
    background-color: #555555;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}
button.b2bking_subaccounts_account_button:focus{
    outline: none;
}
svg.b2bking_subaccounts_account_button_icon {
    width: 19px;
    margin-right: 5px;
}
.b2bking_subaccounts_account_phone_email {
    margin-top: 17px;
}
.b2bking_subaccounts_account_phone_email_text {
    font-family: var(--b2bking-font-family-a);
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    text-align: left;
    margin-bottom: 5px;
    color: #414141;
}
.b2bking_subaccounts_new_account_container_top {
    font-family: var(--b2bking-font-family-a);
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    height: 36px;
    background: #9e9e9e;
    border-radius: 5px 5px 0px 0px;
    padding: 0px 20px;
}
.b2bking_subaccounts_new_account_container_content {
    padding: 20px;
    background: #FBFBFB;
    border-radius: 5px;
}
.b2bking_subaccounts_new_account_container {
    margin-bottom: 30px;
    background: #FBFBFB;
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.13);
    border-radius: 5px;
    display: none;
}
.b2bking_subaccounts_edit_account_container {
    margin-bottom: 30px;
    background: #FBFBFB;
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.13);
    border-radius: 5px;
}
.b2bking_subaccounts_new_account_container_content {
    padding: 20px;
}
.b2bking_subaccounts_new_account_container_content_large_title {
    font-family: var(--b2bking-font-family-b);
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    min-height: 40px;
    align-items: center;
    display: flex;
    color: #4E4E4E;
    margin-bottom: 20px;
    margin-top: 5px;
}
svg.b2bking_subaccounts_new_account_container_content_large_title_icon {
    width: 30px;
    position: relative;
    bottom: 1px;
    margin-right: 10px;
}
.b2bking_span_title_text_subaccount{
    margin-left: 15px;
    margin-right: 15px;
}
.b2bking_subaccounts_new_account_container_top_close, .b2bking_subaccounts_edit_account_container_top_close {
    border-radius: 3px;
    background: #5b5b5b;
    padding: 0px 15px;
    font-weight: 500;
}
.b2bking_subaccounts_new_account_container_top_close:hover, .b2bking_subaccounts_edit_account_container_top_close:hover {
    background-color: #333333;
    cursor: pointer;
}
.b2bking_subaccounts_new_account_container_content_element_label {
    font-family: var(--b2bking-font-family-b);
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    color: #4E4E4E;
}
.b2bking_subaccounts_new_account_container_content_element input.b2bking_subaccounts_new_account_container_content_element_text {
    height: 43px;
    background: #ededed;
    border-radius: 4px;
    padding: 0px 20px;
    border: none;
    font-family: var(--b2bking-font-family-a);
    width: 92%;
    width: -moz-available;         
    width: -webkit-fill-available; 
    width: fill-available;
    margin-bottom: 18px;
    margin-top: 5px;
    font-size: 15px;
    outline: none;
    color: #8D8D8D;
    box-shadow: none;
}
.b2bking_subaccounts_new_account_container_content_element input.b2bking_subaccounts_new_account_container_content_element_text::placeholder{
    color: #8D8D8D;
}
.b2bking_subaccount_horizontal_line {
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 15px;
}
.b2bking_subaccount_top_margin{
    margin-top: 20px;
}
.b2bking_subaccounts_new_account_container_content_element_checkbox {
    background: #ededed;
    border-radius: 3px;
    margin-top: 12px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 0px 15px;
    min-height: 40px;
}
.b2bking_subaccounts_new_account_container_content_element_checkbox_name {
    font-family: var(--b2bking-font-family-a);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #252525;
}
.b2bking_subaccounts_new_account_container_content_bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}
button.b2bking_subaccounts_new_account_container_content_bottom_button {
    background: #3AB1E4;
    align-items: center;
    line-height: 8px;
    min-width: 210px;
    text-align: end;
    justify-content: space-between;
    height: 35px;
    margin-top: 10px;
    color: #FFFFFF;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
    border-radius: 3px;
    position: relative;
    display: flex;
    outline: none;
    padding: 0px 18px;
    border: none;
    font-family: var(--b2bking-font-family-a);
    font-weight: 500;
    font-size: 15.5px;
    padding: 5px 16px;
    text-transform: none;
    min-height: 0;
}
button.b2bking_subaccounts_new_account_container_content_bottom_button:hover{
    background-color: #0088c2;
    color: #fff;
    cursor: pointer;
}
button.b2bking_subaccounts_new_account_container_content_bottom_button:focus{
    outline: none;
    color: #fff;
}
button.b2bking_subaccounts_edit_account_container_content_bottom_button {
    background: #3AB1E4;
    align-items: center;
    line-height: 8px;
    min-width: 210px;
    text-align: end;
    justify-content: space-between;
    height: 35px;
    margin-top: 10px;
    color: #FFFFFF;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
    border-radius: 3px;
    position: relative;
    display: flex;
    outline: none;
    border: none;
    font-family: var(--b2bking-font-family-a);
    font-weight: 500;
    font-size: 15.5px;
    padding: 5px 16px;
    text-transform: none;
    min-height: 0;
}
button.b2bking_subaccounts_edit_account_container_content_bottom_button:hover{
    background-color: #0088c2;
    color: #fff;
    cursor: pointer;
}
button.b2bking_subaccounts_edit_account_container_content_bottom_button:focus{
    outline: none;
    color: #fff;
}

button.b2bking_subaccounts_edit_account_container_content_bottom_button_delete {
    background: #6a6a6a;
    align-items: center;
    line-height: 8px;
    min-width: 210px;
    text-align: end;
    justify-content: space-between;
    height: 35px;
    margin-top: 10px;
    color: #FFFFFF;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
    border-radius: 3px;
    position: relative;
    display: flex;
    outline: none;
    padding: 0px 18px;
    border: none;
    font-family: var(--b2bking-font-family-a);
    font-weight: 500;
    font-size: 15.5px;
    text-transform: none;
    min-height: 0;
}
button.b2bking_subaccounts_edit_account_container_content_bottom_button_delete:hover{
    background-color: #555555;
    color: #fff;
    cursor: pointer;
}
button.b2bking_subaccounts_edit_account_container_content_bottom_button_delete:focus{
    outline: none;
    color: #fff;
}

svg.b2bking_subaccounts_new_account_container_content_bottom_button_icon {
    width: 24px;
    margin-right: 10px;
}
.b2bking_subaccounts_new_account_container_content_bottom_validation_errors {
    color: red;
}

/* 2. Offers */

.b2bking_offer_download {
    min-width: 50px !important;
    margin-left: 10px;
    background: #8f8f8f !important;
}
.b2bking_offer_download:hover{
    background: #626262 !important;
}
.b2bking_myaccount_individual_offer_custom_text, .b2bking_myaccount_individual_offer_custom_text_vendor {
    margin: 0 30px;
    padding: 10px 0px;
    font-family: var(--b2bking-font-family-a);
    border-top: 1px solid #d7d7d7;
    white-space: pre-wrap;
    color: #515151;
    line-height: 1.2em;
    font-size: 11px;
}

.b2bking_offer_myaccount_total{
    font-size: 16px;
}
.b2bking_offer_myaccount_total .amount{
    font-weight: 700;
    font-size: 22px;
}
.b2bking_offer_myaccount_items_text{
    font-size: 15px;
}
#b2bking_myaccount_offers_container{
    margin: 0px 40px;
}
#b2bking_myaccount_offers_title, #b2bking_myaccount_conversations_title{
    font-family: var(--b2bking-font-family-a);
    font-size: 30px;
    color: #373737;
    font-weight: 400;
    margin-bottom: 12px;
}

.b2bking_myaccount_individual_offer_top{
    font-family: var(--b2bking-font-family-a);
    font-weight: 500;
    font-size: 17.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #EDEDED;
    width: 100%;
    height: 46px;
    background: #383838;
    border-radius: 5px 5px 0px 0px;
}
.b2bking_myaccount_individual_offer_container{
    background: #EBEBEB;
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.13);
    border-radius: 5px;
    min-height: 200px;
    position: relative;
    margin-bottom: 40px;  
    min-width: 422px; 
}
.b2bking_myaccount_individual_offer_top_icon{
    position: absolute;
    left: 15px;
    top: 13px;
    width: 17px;
}

.b2bking_myaccount_individual_offer_header_line{
    border-bottom: 1px solid #d7d7d7;
    margin: 18px 0px 6px 0px;
    justify-content: space-between;
    font-family: var(--b2bking-font-family-a);
    font-weight: 500;
    font-size: 16.5px;
    color: #646464;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.b2bking_myaccount_individual_offer_header_line_item{
    text-align: center;
}
.b2bking_myaccount_individual_offer_element_line{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    margin: 20px 1px;
    font-size: 12px;
}
.b2bking_myaccount_individual_offer_element_line_item{
    color: #515151;
    font-family: var(--b2bking-font-family-a);
    font-size: 11px;
    text-align: center;
}
.b2bking_offer_image{
    width:60%;
    margin: auto;
}
.b2bking_myaccount_individual_offer_bottom_line{
    border-top: 1px solid #d7d7d7;
    justify-content: space-between;
    display: flex;
    margin: 0px 30px;
    padding: 20px 0px;
    align-items: center;
}
.b2bking_myaccount_individual_offer_bottom_line_total{
    font-family: var(--b2bking-font-family-a);
    font-size: 19px;
    line-height: 28px;
    color: #525252;
}
.b2bking_myaccount_individual_offer_bottom_line_add{
    display:flex;
}

.b2bking_myaccount_individual_offer_bottom_line_add button.b2bking_myaccount_individual_offer_bottom_line_button{
    background: #3AB1E4;
    line-height: 15px;
    min-width: 150px;
    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: var(--b2bking-font-family-a);
    font-weight: 500;
    font-size: 15.5px !important;
    padding: 5px 16px;
    text-transform: none;
    min-height: 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}
.b2bking_offer_insufficient_stock_item {
    opacity: 0.5;
}
.b2bking_myaccount_individual_offer_bottom_line_button:hover, .b2bking_myaccount_individual_offer_bottom_line_add button.b2bking_myaccount_individual_offer_bottom_line_button:hover{
    background: #0088c2;
    color: white;
    outline: none;
    cursor: pointer;
}
.b2bking_myaccount_individual_offer_bottom_line_button_icon, .b2bking_myaccount_new_conversation_button_icon{
    width: 19px;
    margin-right: 10px;
}

/* 3. Conversations */

#b2bking_myaccount_conversations_container{
    margin:0 20px;
}
#b2bking_myaccount_conversations_container_top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

#b2bking_myaccount_conversations_container_top button{
    background: #3AB1E4;
    line-height: 15px;
    min-width: 195px;
    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: var(--b2bking-font-family-a);
    font-weight: 500;
    font-size: 15.5px;
    padding: 5px 16px;
    text-transform: none;
    min-height: 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}
#b2bking_myaccount_conversations_container_top button:hover{
    background-color: #0088c2;
    cursor: pointer;
}


.b2bking_myaccount_individual_conversation_top{
    font-family: var(--b2bking-font-family-a);
    font-size: 15px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #EDEDED;
    width: 100%;
    height: 36px;
    background: #646464;
    border-radius: 5px 5px 0px 0px;
}
.b2bking_myaccount_individual_conversation_container{
    background: #EBEBEB;
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.13);
    border-radius: 5px;
    min-height: 150px;
    position: relative;
    margin-bottom: 40px;   
    display: block;
}
.b2bking_myaccount_individual_conversation_top_item{
    position: relative;
    right: 8px;
}
.b2bking_myaccount_individual_conversation_content{
    display: flex;
    justify-content: space-around;
}
.b2bking_myaccount_individual_conversation_content_item {
    width: 140px;
    padding: 12px;
    font-family: var(--b2bking-font-family-a);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #414141;
}
.b2bking_myaccount_individual_conversation_bottom{
    display: flex;
    justify-content: flex-end;
}
#b2bking_myaccount_conversations_container .b2bking_myaccount_individual_conversation_container .b2bking_myaccount_individual_conversation_bottom a{
    text-decoration: none;
}
button.b2bking_myaccount_view_conversation_button{
    background: #5B5B5B;
    line-height: 8px;
    min-width: 195px;
    text-align: end;
    height: 32px;
    color: #FFFFFF;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
    border-radius: 3px;
    position: relative;
    outline: none;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left:20px;
    padding: 0px 18px;
    border: none;
    font-family: var(--b2bking-font-family-a);
    font-weight: 500;
    font-size: 15px;
    text-transform: none;
    min-height: 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}
button.b2bking_myaccount_view_conversation_button:hover{
    background-color: #303030;
    color: #fff;
    cursor: pointer;
}
.b2bking_myaccount_view_conversation_button_icon{
    width: 19px;
    margin-right: 10px;
}
.b2bking_myaccount_conversations_pagination_container{
    display: flex;
    justify-content: space-between;
    margin: 0px 20px;
}

.b2bking_myaccount_conversations_pagination_button a{
    width: 230px;
    height: 35px;
    background: #A3A3A3;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    display: inline-flex;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    font-family: var(--b2bking-font-family-b);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #ECECEC;
    text-decoration: none !important;
}
.b2bking_myaccount_conversations_pagination_button a:hover{
    background-color: #6a6a6a;
}
.b2bking_myaccount_conversations_pagination_button a:visited{
    color:#ececec;
}
.b2bking_myaccount_new_conversation_top{
    font-family: var(--b2bking-font-family-b);
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #EDEDED;
    height: 36px;
    background: #646464;
    border-radius: 5px 5px 0px 0px;
    padding: 0px 20px;
}
.b2bking_myaccount_new_conversation_new{
    font-weight: 500;
}

.b2bking_myaccount_new_conversation_close{
    border-radius: 3px;
    background: #2F2F2F;
    padding: 0px 15px;
    font-weight: 500;
}
.b2bking_myaccount_new_conversation_close:hover{
    background-color: #000000;
    cursor: pointer;
}
.b2bking_myaccount_new_conversation_container{
    background: #EBEBEB;
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.13);
    border-radius: 5px;
    min-height: 150px;
    position: relative;
    margin-bottom: 40px;
    display: none;   
}

.b2bking_myaccount_new_conversation_content{
    padding: 20px;
}
.b2bking_myaccount_new_conversation_content_element_text {
    font-family: var(--b2bking-font-family-b);
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    color: #4E4E4E;
}
select#b2bking_myaccount_conversation_type {
    height: 43px;
    background: #DEDEDE;
    border-radius: 4px;
    padding: 0px 20px;
    border: none;
    font-family: var(--b2bking-font-family-b);
    width: 100%;
    margin-bottom: 18px;
    margin-top: 5px;
    font-size: 15px;
    outline: none;
    color: #8D8D8D;
}
input#b2bking_myaccount_title_conversation_start {
    height: 43px;
    background: #DEDEDE;
    border-radius: 4px;
    padding: 0px 20px;
    border: none;
    font-family: var(--b2bking-font-family-b);
    width: 92%;
    width: -moz-available;         
    width: -webkit-fill-available; 
    width: fill-available;
    margin-bottom: 18px;
    margin-top: 5px;
    font-size: 15px;
    outline: none;
    color: #8D8D8D;
    box-shadow: none;
}
input#b2bking_myaccount_title_conversation_start::placeholder, #b2bking_myaccount_textarea_conversation_start::placeholder{
    color: #8D8D8D;
}
#b2bking_myaccount_textarea_conversation_start{
    resize: vertical;
    min-height: 150px;
    height: 43px;
    background: #DEDEDE;
    border-radius: 4px;
    padding: 10px 20px;
    border: none;
    font-family: var(--b2bking-font-family-b);
    width: 92%;
    width: -moz-available;         
    width: -webkit-fill-available; 
    width: fill-available;
    margin-bottom: 18px;
    margin-top: 5px;
    font-size: 15px;
    outline: none;
    color: #8D8D8D;
    box-shadow: none;
}
.b2bking_myaccount_start_conversation_bottom{
    display: flex;
    justify-content: flex-end;
}
button.b2bking_myaccount_start_conversation_button{
    background: #3AB1E4;
    line-height: 8px;
    min-width: 195px;
    text-align: end;
    height: 35px;
    margin-top: 10px;
    color: #FFFFFF;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
    border-radius: 3px;
    position: relative;
    outline: none;
    padding: 0px 18px;
    border: none;
    font-family: var(--b2bking-font-family-a);
    font-weight: 500;
    font-size: 15.5px;
    padding: 5px 16px;
    text-transform: none;
    min-height: 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}
button.b2bking_myaccount_start_conversation_button:hover{
    background-color: #0088c2;
    color: #fff;
    cursor: pointer;
}
.b2bking_myaccount_start_conversation_button_icon{
    width: 19px;
    margin-right: 10px;
}

/* conversation endpoint (individual conversation view) */
#b2bking_myaccount_conversation_endpoint_container{
    margin:0 20px;
}
#b2bking_myaccount_conversation_endpoint_container_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#b2bking_myaccount_conversation_endpoint_container_top button{
    line-height: 15px;
    width: 130px;
    background: #717171;
    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: var(--b2bking-font-family-a);
    font-weight: 500;
    font-size: 15.5px;
    padding: 5px 16px;
    text-transform: none;
    min-height: 0;
}

#b2bking_myaccount_conversation_endpoint_container_top button:hover{
    background-color: #454545;
    cursor: pointer;
}
#b2bking_myaccount_conversation_endpoint_title{
    font-family: var(--b2bking-font-family-b);
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
    color: #313131;
}
#b2bking_myaccount_conversation_endpoint_container_top_header{
    background: #303030;
    border-radius: 5px 5px 0px 0px;
    min-height: 45px;
    margin-top: 30px;
    font-family: var(--b2bking-font-family-b);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
    font-size: 13px;
}
.b2bking_myaccount_conversation_endpoint_container_top_header_item{
    color: #D6D6D6;
}
.b2bking_myaccount_conversation_endpoint_top_header_text_bold{
    font-weight: 500;
    color: #f9f9f9;
}
.b2bking_myaccount_conversation_endpoint_bottom{
    display: flex;
    justify-content: flex-end;
}
.b2bking_myaccount_conversation_endpoint_button{
    background: #3AB1E4;
    line-height: 8px;
    min-width: 165px;
    text-align: end;
    height: 35px;
    margin-top: 10px;
    color: #FFFFFF;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
    border-radius: 3px;
    position: relative;
    outline: none;
    border: none;
    font-family: var(--b2bking-font-family-a);
    font-weight: 500;
    font-size: 15.5px;
    padding: 5px 16px;
    text-transform: none;
    min-height: 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    margin-left:4px;
}

.b2bking_myaccount_conversation_endpoint_button:hover{
    background-color: #0088c2;
    color: #fff;
    cursor: pointer;
}
.b2bking_myaccount_conversation_endpoint_button_icon{
    width: 19px;
    margin-right: 10px;
}
#b2bking_conversation_user_new_message{
    resize: vertical;
    min-height: 125px;
    outline: none;
    padding: 15px;
    margin-top: 20px;
    background: #F2F2F2;
    border-radius: 5px;
    margin-bottom: 5px;
    width: 92%;
    width: -moz-available;         
    width: -webkit-fill-available; 
    width: fill-available;
    
}
#b2bking_conversation_messages_container{
    max-height: 500px;
    overflow-y: scroll;
}
.b2bking_conversation_message{
    background: #eeeeee;
    margin: 10px;
    padding: 15px;
    padding-right: 10%;
    padding-bottom: 50px;
    border-radius: 8px;
    width: 70%;
    position: relative;
    font-family: var(--b2bking-font-family-b);
    font-size: 15px;
    font-weight: normal;
}
.b2bking_conversation_message_self{
    margin-left: auto;
    background: #e9f1f8;
}
.b2bking_conversation_message_time{
    position: absolute;
    right: 10px;
    color: #888f92;
    font-family: var(--b2bking-font-family-a);
    font-size: 14px;
    font-weight: bold;
    bottom: 10px;
}

