
#wholesalex_add_to_quote_modal {
  text-align: left;
  display: none;
}
.modal_content div, .modal_content button {
  margin-top: 10px;
}
#wholesalex_add_to_quote_modal .wholesalex-field{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

table.wholesalex_quote_table {
  border: 1px solid #e0e0e0;
  padding: 5px;
  text-align: center;
  margin-top: 10px;
  width: 100%;
  border-collapse: collapse;
}

.wsx-make-offer{
  margin-left: 15px;
}
.wholesalex_conversation_notice {
  background-color: #f2695e;
  color: white;
  padding: 20px;
  font-size: 18px;
  border-radius: 5px;
  margin: 15px;
}

.raq-to-email{
  background-color: var(--wholesalex-primary-color);
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  line-height: 2.15384615;
  min-height: 30px;
  margin: 0;
  padding: 0 10px;
  cursor: pointer;
  border:none;
  border-radius: 3px;
  white-space: nowrap;
  box-sizing: border-box;
}
.raq-to-email:hover{
  background-color: var(--wholesalex-primary-hover-color);
}

.wholesalex-btn.wholesalex-btn-make-offer {
  background-color: #26a310;
  color: white;

}

.wholesalex-btn-make-offer:hover{
  background-color: #1a730a ;
}
.wholesalex_conversation_buttons .wholesalex-btn {
  font-size: 14px;
  padding: 8px 14px 8px 20px;
  min-height: unset;
  max-height: 34px;
  border-radius: 2px;
}

.quote_request_items_heading {
  color: #272727;
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
}

.wsx-reply-left .wholesalex_quote_table{
  border: none;
  padding-left: 0;
  border-collapse: collapse;

}


table.wholesalex_quote_table th {
  font-size: 14px;
  padding: 12px 20px;
}
table.wholesalex_quote_table td {
  font-size: 14px;
  padding: 12px 20px;
}



.wholesalex_quote_table thead tr, .wholesalex_quote_table thead td, .wholesalex_quote_table thead th {
  border:none;
}

.wholesalex_quote_table tbody {
  background-color: #fff;
}

.wholesalex_quote_table tbody tr, .wholesalex_quote_table tbody td, .wholesalex_quote_table tbody th {
  border:none;
}

.quote-table_footer-text {
  font-size: 18px;
  color: #272727;
}

.quote-table_footer-text .woocommerce-Price-amount{
  font-weight: bold;
}

.quote_table_footer {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px;
  padding-left: 0;
}

.wsx-reply-right .quote_table_footer {
  justify-content: flex-end;
}

.quote_request_heading {
  display: flex;
  justify-content: space-between;
}
#quote_reject_button,.rejected,.expired {
  font-size: 12px;
  line-height: 22px;
  color: #fff;
  font-weight: 500;
  background-color: #2e2e2e;
  padding: 7px 14px;
  border-radius: 2px;
}

#quote_accept_button,.accepted {
  font-size: 12px;
  line-height: 22px;
  color: #fff;
  font-weight: 500;
  background-color: #5a40e8;
  padding: 7px 14px;
  border-radius: 2px;
}
#quote_reject_button ,#quote_accept_button {
  max-height: 28px;
}
#quote_reject_button a,#quote_accept_button a{
  text-decoration: none;
  color: white;
}
#quote_accept_button {
  margin-left: 10px;
}

.raq-to-message {
  background-color: #26a310;
  color: white;
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  line-height: 2.15384615;
  min-height: 30px;
  margin: 0;
  padding: 0 10px;
  cursor: pointer;
  border: none;
  border-radius: 3px;
  white-space: nowrap;
  box-sizing: border-box;
}

#wholesalex_reject_modal{
display: none;
}

#reject_link a{
color:white;
}

.wholesalex_loader{
  display: none;
}
#wholesalex_add_to_quote_modal {
  z-index: 998;
}