/*
Theme Name: ListingHive Child
Theme URI: https://hivepress.io/themes/listinghive
Template: listinghive
Author: HivePress
Author URI: https://hivepress.io
Description: A multipurpose WordPress theme that allows you to build any type of directory and listing websites. Whether it’s a business directory, job board, real estate, classifieds or basically any listing website — ListingHive is a great choice for it.
Tags: right-sidebar,custom-colors,custom-menu,custom-logo,custom-header,featured-image-header,featured-images,footer-widgets,theme-options,threaded-comments,translation-ready
Version: 1.33
Updated: 2025-05-08 07:01:45

*/

.woocommerce .wps_sfw_order_details a.button {
    background-color: rgb(192 59 88);
    color: rgb(255 255 255);
}

.hp-template--orders-edit-page .hp-page__title:after {
    content: 'Total earning not yet deducted by 5% merchant fees';
    font-size: 13px;
    margin-left: 5px;
    color: red;
}

.booking-footer-wrapper .hp-listing__action--message{
	background-image:url(https://braidslab.com/wp-content/uploads/2024/11/chat.svg);
	background-size:24px;
	background-repeat:no-repeat;
	background-position:center;
	padding:12px;
	opacity:.6 !important;
}

.booking-footer-wrapper .hp-listing__action--message:hover {
	opacity:1 !important;
}

.booking-footer-wrapper .hp-listing__action--message i {
	display:none;
}

/***/
#payout_request_modal form .hp-form__field.hp-form__field--textarea label:after {
	content:"Please enter your Person or Business Name, Bank Name, Account Number, Routing Number, Email Address (PayPal Email) and Phone Number";
	    display: block;
    font-size: 12px;
    font-weight: 600;
	font-style: italic;
    letter-spacing: 0.1px;
}
}

