/*   
Theme Name: BusinessSales.com.au Child Theme.
Theme URI: https://elementor.com
Description: BusinessSales.com.au is the only purpose-built Australian business sales platform facilitating great transitions from one business owner to the next.
Author: BusinessSales.com.au
Author URI: https://www.BusinessSales.com.au
Template: elementor-hello-theme-master
Text Domain: elementor-hello-theme-child
Version: 1.0
*/

.desktop-hidden{
    display: none;
}
.center {
    text-align: center;
}
.dialog-widget .dialog-message {
    font-size: inherit;
}
a:hover {
    color: #4DDEF0;
}

/* Elementor Styles */
/* TOC */
.elementor-widget-table-of-contents .elementor-toc__body ol.elementor-toc__list-wrapper {
    padding-left: 5px !important;
}
.elementor-widget-table-of-contents .elementor-toc__body ol.elementor-toc__list-wrapper li ol {
    padding-left: 30px !important;
}
ol.elementor-toc__list-wrapper li ol li .elementor-toc__list-item-text-wrapper:before {
    content: '-';
    position: absolute;
    left: 0;
    top: 0;
}
ol.elementor-toc__list-wrapper li .elementor-toc__list-item-text-wrapper::before {
    width: 30px;
    margin: 0;
	position: absolute;
    left: 0;
    top: 0;
}
.elementor-toc__body ol.elementor-toc__list-wrapper .elementor-toc__list-item-text-wrapper {
    align-items: normal;
	position: relative;
	padding-left: 30px;
}
.elementor-widget-table-of-contents .elementor-toc__body ol.elementor-toc__list-wrapper li ol .elementor-toc__list-item-text-wrapper {
    padding-left: 20px;
}
.elementor-widget-container ol li {
	margin-bottom: 10px !important;
}

.link-white a {
	color: #FFFFFF !important;
}

a.greenlink:link, a.greenlink:visited, a.greenlink:active { 
	color:var( --e-global-color-126e021 ) !important; 
	text-decoration: none;
	border-radius: 0 10px 10px 0 !important;
} 

a.greenlink:hover { 
	color: var(--e-global-color-secondary) !important; 
	text-decoration: underline !important; 
	border-radius: 0 10px 10px 0 !important;
}

a.greenlink:focus {
	color: var(--e-global-color-secondary) !important; 
	text-decoration: underline !important; 
	border-radius: 0 10px 10px 0 !important;	
	outline: none !important;
}

.elementor-nav-menu {
    background: #F0F5F5;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}
.border ul.elementor-icon-list-items li a {
	border-bottom: solid 2px;
}
.elementor-counter .elementor-counter-number-wrapper {
    display: table !important;
}
.elementor-counter .elementor-counter-title {
	text-align: left !important;
}
.jet-listing-grid__slider .jet-slick-dots {
    justify-content: flex-start !important;
    margin-left: 10px !important;
}
.jet-listing-grid__items ul.jet-slick-dots li.slick-active {
    width: 22px !important;
    border-radius: 10px !important;
}
.jet-listing-grid .jet-engine-listing-overlay-wrap {
    background: #fff;
}
.inner-content .elementor-container {
	padding-left: 5% !important;
	padding-right: 5% !important;
}
.inner-content .elementor-container .elementor-container {
	padding-left: unset !important;
	padding-right: unset !important;	
}
.inner-content .nopadding .elementor-container {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.white-underline .elementor-heading-title span {
    border-bottom: solid 8px #ffffff;
}

/* Email logs table */
.account-details div.gform_wrapper form .gform_footer .gform_button {
    display: inline-block;
    vertical-align: top;
    padding: 16px 25px;
    background: #0a3c55;
    color: #FFFFFF;
    border-radius: 10px;
    border: 0;
    font-size: 0.9em;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    line-height: 1.5rem !important;
    transition: all 0.3s;
}
.account-details div.gform_wrapper form .gform_footer .gform_button:hover {
    background: #4ddef0;
    color: #0a3c55;
    border-color: #4ddef0;
}
.account-details .account-details-row .account-details-emails {
    width: 100%;
    float: none;
    clear: both;
    padding: 0;
}
.account-details-emails .account-details-content {
    overflow: auto;
}
table.email-logs-table {
    width: 100%;
    background: #FFFFFF;
    border-collapse: collapse;
}
table.email-logs-table thead tr {
    border-bottom: 1px solid #dde7ed;
}
table.email-logs-table thead th {
    padding: 10px;
    text-align: left;
}
table.email-logs-table thead th.center{
    text-align: center;
}
table.email-logs-table tbody tr {
    border-bottom: 1px solid #dde7ed;
}
table.email-logs-table tr td {
    padding: 15px 10px;
    min-width: 100px;
    vertical-align: top;
    font-size: 16px;
}
table.email-logs-table select.email-listing-dropdown {
    padding: 5px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #0a3c55;
    background-color: #f0f5f5;
    max-width: 250px;
}
table.email-logs-table tr td.email-subject{
    max-width: 500px;
}
#email-content-popup-wrapper{
    display: none;
    background: rgba(115,122,139,0.51);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 98;
}
#email-content-popup-wrapper.email-content-popup-wrapper-show{
    display: block;
}
#email-content-popup-inner {
    background: #FFFFFF;
    width: 500px;
    max-width: 90%;
    height: 40vh;
    margin: 30vh auto;
    box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
    padding: 30px;
    position: relative;
    overflow: auto;
}
#email-content-popup-close {
    position: absolute;
    top: 5px;
    right: 5px;
    font-weight: bold;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    font-size: 1.2em;
}
span.assign-status {
    display: inline-block;
    width: 40px;
    text-align: center;
    margin-left: 10px;
}
.assign-status .fa-times {
    color: #FF0000;
}
td.email-to, td.email-from{
    white-space: nowrap;
}
.account-details-emails .account-details-box {
    border-left: 12px solid red;
    background: #FFC2C2;
}
span.email-labels {
    margin-right: 8px;
    font-weight: bold;
}
table.email-logs-table tr td.email-view {
    padding-left: 55px;
}
table.email-logs-table tr.email-rowid-hide{
    display: none;
}

/* Business Listing */
.listed-by-wrapper img {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    margin-right: 5%;
}
.listed-by-wrapper img.private-seller {
    border-radius: 0;
}
.listed-by-wrapper img.user-photo {
    border-radius: 100%;
}
.listed-by {
    display: inline-block;
    vertical-align: middle;
    width: 54%;
}
.trade-item span {
    min-width: 120px;
    display: inline-block;
}
.business-listing-category span {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}
.business-listing-suburb span {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    font-weight: bold;
    margin-bottom: 5px;
}
.business-listing-agent {
    border-bottom: 1px solid #c5d6e0;
}
.business-listing-agent:last-child {
    border-bottom: 0;
}
.business-listing-agent .agent-name span {
    font-weight: bold;
    font-size: 1.1em;
}
.business-listing-agent span {
    display: inline-block;
    width: auto;
    margin-bottom: 5px;
    margin-right: 50px;
    color: #27314c;
}
.business-listing-agent span .fa {
    margin-right: 8px;
}
.hide-element{
    display: none !important;
}
.business-listing-sort label {
    display: inline-block;
    vertical-align: middle;
    color: #4ddef0;
    margin-right: 10px;
}
.business-listing-sort select {
    border: 2px solid #4ddef0;
    padding: 8px;
    color: #4ddef0;
}
table.field-list {
    width: 98%;
    border-collapse: collapse;
    margin-bottom: 15px;
}
table.field-list td {
    padding: 5px;
    border: 1px solid #f0f5f5;
}
.brokerage-logo{
	text-align: center;
}
.small-logo img{
    height: 60px !important; 
    width: auto;
}
.medium-logo img{
    max-height: 120px;
    width: auto;
}

/* Gravity form */
/*show gform 1 a.k.a Sign Confidentiality Agreement*/
#gform_wrapper_1 {
	display:block !important;
}
.gform_heading{
    display: none;
}

/*centre text on gform 1 a.k.a. Sign Confidentiality Agreement*/
#gform_wrapper_1 > div > h2 {
	text-align: center;
}
.cost_goods_sold_fy .gfield_list_header, .gross_profit_fy .gfield_list_header, .expenses_fy .gfield_list_header, .profit_fy .gfield_list_header, .profit_fy .gfield_list_header, .adjusted_profit_fy .gfield_list_header {
    display: none !important;
}
.cost_goods_sold_fy .gfield_list_groups, .gross_profit_fy .gfield_list_groups, .expenses_fy .gfield_list_groups, .profit_fy .gfield_list_groups, .adjusted_profit_fy .gfield_list_groups {
    margin-top: -12px;
}
.gform_wrapper form .gform_body .sales_revenue_fy .gfield_list_header .gfield_header_item, .gform_wrapper form .gform_body .adjustments_fy .gfield_list_header .gfield_header_item {
    font-weight: bold;
}

/* border color for file uploads*/
.file-upload-field .ginput_container {
	border:	2px solid #0a3c55 !important;
}
.total-staff-field .instruction {
    display: none;
}
.disable-input{
    position: relative;
}
.disable-input-mask{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
div.gform_wrapper form .gform_footer .gform_button{
    padding: 15px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    line-height: 1em !important;
    font-size: 1em;
    transition: all 0.3s;
}
div.gform_wrapper form .gform_footer .gform_button:hover {
    background: #4ddef0;
    color: #0a3c55;
    border-color: #4ddef0;
}
.listing-signca-form .gform_wrapper form .gform_footer button[name="fg-legalsigning-action"] {
    margin-right: 15px;
}
.gform-overlay.show-form-overlay, .show-tabs-table-overlay .tabs-table-overlay {
    display: block;
}
.gform-overlay, .tabs-table-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.8);
    z-index: 10;
}
.gform-overlay .spinner, .tabs-table-overlay .spinner {
    width: 40px;
    height: 40px;
    border: 3px solid #0a3c55;
    border-bottom-color: transparent;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -24px;
    box-sizing: border-box;
    animation: rotateAnimate 1s linear infinite;
}

.show-form-overlay .form-overlay-spinner{
    display: block;
}
.form-overlay-spinner {
    width: 200px;
    height: 200px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -100px;
    overflow: hidden;
    z-index: 10;
    display: none;
    opacity: 0.5;
}
.form-overlay-spinner .spin {
    border-radius: 50%;
    border-left: 4px solid;
    border-right: 4px solid;
    border-top: 4px solid transparent !important;
    border-bottom: 4px solid transparent !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: custom_ro 2s infinite;
}
.form-overlay-spinner .spin1 {
    border-color: #4ddef0;
    width: 120px;
    height: 120px;
}
.form-overlay-spinner .spin2 {
    border-color: #bbf41c;
    width: 100px;
    height: 100px;
    animation-delay: 0.2s;
}
.form-overlay-spinner .spin3 {
    border-color: #1bce6c;
    width: 80px;
    height: 80px;
    animation-delay: 0.4s;
}
.form-overlay-spinner .spin4 {
    border-color: #0a3c55;
    width: 60px;
    height: 60px;
    animation-delay: 0.6s;
}
  
@keyframes custom_ro {
    0% {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    
    50% {
      transform: translate(-50%, -50%) rotate(-180deg);
    }
    
    100% {
      transform: translate(-50%, -50%) rotate(0deg);
    }
}

.gform_wrapper form .gform_body .gfield.gsection {
    border: 0;
    padding: 0;
}
.gform_wrapper .gform_body h3.gsection_title {
    margin: 10px 0 0;
    font-size: 1.4em;
    font-weight: bold;
}
.fast-listing-section-title {
	font-size: 1.4em;
	text-decoration: underline;
	padding-top: 40px; 
	font-weight: bold ;
}
.gform_wrapper form .gform_body .gform_fields .gfield .gfield_label {
	margin-bottom: 0;
    font-weight: bold;
    font-size: 1.1em;
    border-bottom : 0; 
    color: #0a3c55;
}
div.gform_wrapper form .gform_body .gform_fields .gfield select {
    padding: 10px 5px !important;
}
.gform_wrapper form .gf_list_inline .gfield_checkbox .gchoice, .gform_wrapper form .gf_list_inline .gfield_radio .gchoice {
    margin-right: 30px;
}
.gform_wrapper form .gform_body .gform_fields .gfield .gfield_checkbox input[type="checkbox"] {
    margin: 0;
    position: absolute;
    top: 5px;
    left: 0;
    background: #eff4f7;
    border: 2px solid #0a3c55;
    border-radius: 3px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield .gfield_checkbox input[type="checkbox"]:checked {
    background: #0a3c55;
}
.gform_wrapper form .gform_body .gform_fields .gfield .gfield_checkbox .gchoice, .gform_wrapper form .gform_body .gform_fields .gfield .gfield_radio .gchoice {
    position: relative;
    padding-left: 25px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.gform_wrapper form .gform_body .gform_fields .gfield .gfield_checkbox .gchoice label, .gform_wrapper form .gform_body .gform_fields .gfield .gfield_radio .gchoice label {
    cursor: pointer;
    color: inherit;
}
.gform_wrapper form .gform_body .gform_fields .gfield .gfield_radio input[type="radio"] {
    margin: 0;
    position: absolute;
    top: 5px;
    left: 0;
    background: #eff4f7;
    border: 2px solid #0a3c55;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield .gfield_radio input[type="radio"]:checked {
    background: #0a3c55;
}
.gform_wrapper form .gform_footer .gform_save_link.button {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    border-radius: 3px;
    line-height: 1.3em;
    border: 2px solid #0a3c55;
    font-size: inherit;
    cursor: pointer;
    transition: all 0.3s;
    margin-bottom: 0px;
}
.gform_wrapper form .gform_footer .gform_save_link.button:hover {
    background: #4ddef0;
    border: 2px solid #4ddef0;
    color: #0a3c55;
}
.gform_wrapper form .gform_footer .gform_save_link.button * {
    fill: #6b7280;
}
.gform_wrapper form .gform_footer .gform_save_link.button:hover * {
    fill: #FFFFFF;
}
.gform_wrapper form .gform_body .gfield {
    margin-bottom: 10px;
}
.gform_wrapper form .gform_body .spacer.gfield {
    margin: 0;
}
.gform_wrapper form .gform_body .gfield .gfield_required {
    color: #4ddef0;
}
.gform_wrapper form .gform_body .gform_fields .gfield input[type=text], .gform_wrapper form .gform_body .gform_fields .gfield input[type=email],
.gform_wrapper form .gform_body .gform_fields .gfield input[type=number], .gform_wrapper form .gform_body .gform_fields .gfield select {
    border-radius: 3px;
    width: 100%;
}
.gform_wrapper form .gform_body .gform_fields textarea{
    border-radius: 3px;
    max-width: 100%;
    width: 100% !important;
}
.gform_wrapper form .gform_body .gform_fields .gfield.width-auto input[type=text], .gform_wrapper form .gform_body .gform_fields .gfield.width-auto input[type=email],
.gform_wrapper form .gform_body .gform_fields .gfield.width-auto input[type=number], .gform_wrapper form .gform_body .gform_fields .gfield.width-auto select {
    width: auto;
}
.gform_wrapper form .gform_body .gform_fields .gfield input[type=url] {
    background: #FFFFFF;
    padding: 10px 15px !important;
    margin: 5px 0px;
    border: 1px solid #b5bfc3;
    border-radius: 3px;
}
.gform_wrapper .gform_page .gform_page_footer {
    padding-bottom: 0;
}
.gform_wrapper form .gform_body .gform_page .gform_page_footer .button {
    border: 0;
    padding: 15px;
    border-radius: 3px;
    cursor: pointer;
    background: #0a3c55;
    color: #FFFFFF;
    margin-left: 0;
    margin-right: 8px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    line-height: 1em;
    font-size: 1em;
    min-width: 150px;
    transition: all 0.3s;
}
.gform_wrapper form .gform_body .gform_page .gform_page_footer .button:hover, 
.gform_wrapper form .gform_body .gform_page .gform_page_footer .button.help-button:hover,
.gform_wrapper form .gform_body .gform_page .gform_page_footer .button.gform_next_button:hover,
.gform_wrapper form .gform_body .gform_page .gform_page_footer .button.custom-submit-button:hover {
    background: #4ddef0;
    color: #0a3c55;
}
.gform_wrapper form .gform_body .gform_page .gform_page_footer .button.gform_save_link {
    background: #dde7ed;
    color: #0a3c55;
    width: 250px;
}
.gform_wrapper form .gform_body .gform_page .gform_page_footer .button.gform_save_link:hover {
    background: #4ddef0;
    color: #0a3c55;
}
.gform_wrapper form .gform_body .gform_page .gform_page_footer .button.gform_save_link * {
    fill: #0a3c55;
    vertical-align: middle;
    margin-top: -4px;
    transition: all 0.1s;
}
.gform_wrapper form .gform_body .gform_page .gform_page_footer .button.help-button {
    background: #dde7ed;
    color: inherit;
    width: 250px;
}
.gform_wrapper form .gform_body .gform_page .gform_page_footer .button.help-button span {
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    margin-top: -1px;
}
.gform_wrapper form .gform_body .gform_page .gform_page_footer .button.gform_next_button, 
.gform_wrapper form .gform_body .gform_page .gform_page_footer .button.custom-submit-button {
    background: #4cb96a;
}
.gform_wrapper form .gform_body .gform_page .gform_page_footer input[type="submit"] {
    background: #4cb96a;
}
.gform_wrapper form .gform_body .gfield .gfield_description {
    padding: 0;
}
.gform_wrapper form .gform_fields .gfield button.gpfup__select-files {
    padding: 10px 15px;
    border: 0;
    font-size: 1em;
    font-weight: normal;
}
.gform_wrapper form .gf_page_steps {
    border-bottom: 0 !important;
    margin-bottom: 30px !important;
}
.gform_wrapper form .gf_page_steps .gf_step{
    margin: 10px 50px 10px 0;
}
.gform_wrapper form .gf_page_steps .gf_step:last-child {
    margin-right: 0;
}
.gform_wrapper form .gf_page_steps .gf_step a {
    text-decoration: none;
}
.gform_wrapper form .gf_page_steps .gf_step.gf_step_active .gf_step_number {
    background: #4ddef0;
    color: #ffffff;
    border: 3px solid #dde7ed;
}
.gform_wrapper form .gf_page_steps .gf_step .gf_step_number{
    color: #525a6f;
    border: 3px solid transparent;
    background: #eff4f7;
    width: 35px;
    height: 35px;
    transition: background 0.6s, border 0.6s, color 0.4s;
}
.gform_wrapper form .gf_page_steps .gf_step.gf_step_completed .gf_step_number {
    background: #4ddef0;
    color: #ffffff;
    border: 3px solid #dde7ed;
}
.gform_wrapper form .gf_page_steps .gf_step a:hover .gf_step_number {
    background: #4ddef0;
    color: #ffffff;
    border: 3px solid #dde7ed;
}
.gform_wrapper form .gf_page_steps .gf_step.gf_step_completed .gf_step_number:before, .gform_wrapper form .gf_page_steps .gf_step.gf_step_completed .gf_step_number:after {
    display: none;
}
.gform_wrapper form .gf_page_steps .gf_step.gf_step_active .gf_step_label{
    color: #4ddef0;
}
.gform_wrapper form .gf_page_steps .gf_step .gf_step_label {
    color: #525a6f;
    font-size: 1em;
    font-weight: normal;
    line-height: 1;
    padding-left: 8px;
    text-decoration: none;
    transition: all 0.4s;
}
.gform_wrapper form .gf_page_steps .gf_step.gf_step_completed .gf_step_label, .gform_wrapper form .gf_page_steps .gf_step a:hover .gf_step_label {
    color: #4ddef0;
}
.gform_wrapper form .gform_body .gfield .gfield_list_header{
    margin-bottom: 0;
}
.gform_wrapper form .gform_body .gfield .gfield_header_item{
    padding-top: 0;
    font-weight: normal;
}
.gform_wrapper form .gform_body .gform_fields .gfield .wp-editor-container {
    border: 1px solid #b5bfc3;
    border-radius: 3px;
}
.gform_wrapper form .gform_body .gform_fields .gfield .wp-editor-container .mce-container-body{
    border-radius: 3px;
}
.gform_wrapper form .gform_body .gform_fields .gfield .mce-toolbar-grp {
    border-bottom: 1px solid #b5bfc3;
    background: #ffffff;
    padding: 0;
    position: relative;
    border-radius: 4px 4px 0 0;
    box-shadow: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield .mce-toolbar .mce-listbox button{
    color: #FFFFFF;
    font-size: inherit;
}
.gform_wrapper form .gform_body .gform_fields .gfield .mce-toolbar .mce-ico {
    color: #FFFFFF;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_password .ginput_left,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_password .ginput_right {
    display: block;
    padding: 0 !important;
    margin: 0 0 15px 0;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_password .ginput_left span,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_password .ginput_right span{
    padding: 0;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_password {
    display: block;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_password input {
    border: 1px solid #b5bfc3;
    margin: 0;
    border-radius: 3px;
    padding: 10px 15px !important;
    width: 100%;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_password button.gform_show_password {
    position: absolute;
    right: 0;
    padding: 10px;
    height: 40px;
    display: block;
    top: 0;
}
.gform_wrapper form .gform_body .gfield .gfield_description.gfield_consent_description {
    padding: 20px;
    margin: 20px 0;
}
body .gpnf-modal {
    background: rgba(115, 122, 139, 0.51);
}
body .gpnf-modal:before{
    display: none;
}
div.gform_wrapper .gform_validation_errors {
    background: #FFFFFF;
    border-radius: 3px;
    border: 0;
    margin: 0 0 20px 0;
    padding: 15px;
}
div.gform_wrapper .gform_validation_errors .gform_submission_error {
    color: #bf314b;
    font-size: inherit;
    font-weight: inherit;
    line-height: 1;
    margin: 0;
    text-transform: none;
    font-family: inherit;
}
div.gform_wrapper .gform_validation_errors .gform_submission_error span.gform-icon {
    display: none;
}
.gform_wrapper form .gform_body .gfield .validation_message {
    color: #bf314b;
    font-size: inherit;
    padding: 0 !important;
    line-height: 1;
    margin: 8px 0 0 0;
    border: 0;
    background: none;
}
.error-message {
    color: #bf314b;
    margin-top: 5px;
}
.elementor-popup-modal .gform_confirmation_message {
    font-size: inherit;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gf_list_img .gfield_radio .gchoice label,
.gform_wrapper form .gform_body .gform_fields .gfield.gf_list_img .gfield_checkbox .gchoice label {
    display: block;
    padding: 10px;
    border: 2px solid #0a3c55;
    border-radius: 5px;
    margin-right: 20px;
    text-align: center;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gf_list_img .gfield_radio .gchoice label img,
.gform_wrapper form .gform_body .gform_fields .gfield.gf_list_img .gfield_checkbox .gchoice label img {
    display: block;
    width: auto;
    margin: 0 auto;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gf_list_img .gfield_radio .gchoice input[type="radio"],
.gform_wrapper form .gform_body .gform_fields .gfield.gf_list_img .gfield_checkbox .gchoice input[type="checkbox"] {
    display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gf_list_img .gfield_radio .gchoice input[type="radio"]:checked + label,
.gform_wrapper form .gform_body .gform_fields .gfield.gf_list_img .gfield_checkbox .gchoice input[type="checkbox"]:checked + label {
    background: #ced8dd;
    border: 2px solid #072a3b;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gf_list_img .gfield_radio .gchoice,
.gform_wrapper form .gform_body .gform_fields .gfield.gf_list_img .gfield_checkbox .gchoice {
    padding: 0;
    margin-top: 15px;
    float: left;
    display: block;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    width: 20%;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gf_list_img_5 .gfield_radio .gchoice, 
.gform_wrapper form .gform_body .gform_fields .gfield.gf_list_img_5 .gfield_checkbox .gchoice {
    width: 20%;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gf_list_img_4 .gfield_radio .gchoice, 
.gform_wrapper form .gform_body .gform_fields .gfield.gf_list_img_4 .gfield_checkbox .gchoice {
    width: 25%;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gf_list_img_3 .gfield_radio .gchoice, 
.gform_wrapper form .gform_body .gform_fields .gfield.gf_list_img_3 .gfield_checkbox .gchoice {
    width: 33%;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gf_list_img_2 .gfield_radio .gchoice, 
.gform_wrapper form .gform_body .gform_fields .gfield.gf_list_img_2 .gfield_checkbox .gchoice {
    width: 50%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gf_list_img_white .gfield_radio .gchoice label,
.gform_wrapper form .gform_body .gform_fields .gfield.gf_list_img_white .gfield_checkbox .gchoice label {
    display: block;
    padding: 10px;
    border: 2px solid #0a3c55;
    border-radius: 5px;
    margin-right: 20px;
    text-align: center;
	background-color: #FFF;
}

.gfield .gpfup__file-actions button {
    background: none !important;
    border: 1px solid #dadada;
    border-radius: 3px;
    color: #0a3c55;
    padding: 15px;
    position: relative;
}
.gfield .gpfup__file-actions button:before {
    content: 'x';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 30px;
    width: 30px;
    margin-left: -15px;
    margin-top: -15px;
    line-height: 30px;
}
.gfield .gpfup__file-actions button svg {
    display: none;
}
#connect_xero {
    background: none;
    display: inline-block;
    padding: 0;
    margin: 10px 0;
}
#connect_xero img {
    display: block;
    margin: 0 auto;
}
.custom-notice {
    padding: 10px;
    border-left: 3px solid #dde7ed;
    background: #eff4f7;
    text-align: center;
    margin: 10px 0;
}
.biz-xero-id {
    display: none;
    background: #f5f5f5;
    padding: 15px 160px 15px 15px;
    position: relative;
}
.biz-xero-id.show-biz-xero-id{
    display: block;
}
a#connect_xero_data {
    position: absolute;
    top: 20px;
    right: 15px;
    padding: 10px;
    background: #607c96;
    color: #FFFFFF;
    border-radius: 3px;
    text-decoration: none;
    font-size: inherit;
    cursor: pointer;
    line-height: 20px;
    transition: all 0.3s;
}
a#connect_xero_data:hover {
    background: #4ddef0;
    color: #0a3c55;
}
.connect_xero_org {
    display: none;
    color: #0a3c55;
    text-align: center;
    line-height: 1.3em;
}
.gform_wrapper form .gform_fields .gfield .connect_xero_org select.connect_xero_tenant {
    width: 300px;
}
.connect_xero_org.show-tenant{
    display: block;
}
#check_xero {
    margin: 10px;
    line-height: 19px;
    padding: 12px;
}
#reconnect_xero, #disconnect_xero {
    background: none;
    padding: 0;
    margin: 10px;
}
.xero-buttons .button img {
    display: block;
}
body .tingle-modal .tingle-modal-box {
    width: 1200px;
    max-width: 100%;
}
body .tingle-modal .tingle-modal-box__content {
	padding-bottom: 0 !important;
	padding: 30px;
}
body .tingle-modal .tingle-modal-box__footer {
	position: relative;
	bottom: auto !important;
	top: auto;
	right: auto;
	left: auto !important;
	background: #FFFFFF;
	margin-top: -2px;
	margin-bottom: 20px;
	border-radius: 4px !important;
	padding: 30px;
    text-align: right;
}
.gpnf-modal .gform_description, .gpnf-modal .gform_required_legend {
    display: none;
}
.gform_wrapper .nested_business_details table.gpnf-nested-entries {
    border: 0;margin: 5px 0;
}
.gform_wrapper .nested_business_details table.gpnf-nested-entries thead, .gform_wrapper .nested_business_details table.gpnf-nested-entries tr.gpnf-no-entries {
    display: none;
}
.gform_wrapper .nested_business_details table.gpnf-nested-entries tr td {
    border: 0;
    background: #f0f5f5;
}
.nested_field_wrap table.gpnf-nested-entries {
    margin: 15px 0;
    border: 1px solid #cedce5;
    border-radius: 0;
    width: 100%;
}
.nested_field_wrap table.gpnf-nested-entries td.gpnf-field img {
    max-height: 50px;
}
.nested_field_wrap table.gpnf-nested-entries thead th {
    padding: 12px 8px;
    line-height: 1.4em;
    background: #eff4f7;
    border-bottom: 1px solid #cedce5;
}
.nested_field_wrap table.gpnf-nested-entries td {
    padding: 8px;
    font-size: inherit;
    line-height: 1.4em;
    border-bottom: 1px solid #cedce5;
}
.nested_field_wrap table.gpnf-nested-entries td button {
    padding: 8px;
    border: 1px solid transparent;
    text-decoration: none;
    background: #4ddef0;
    color: #0a3c55;
    margin: 0 5px;
    border-radius: 3px;
}
.nested_field_wrap table.gpnf-nested-entries td button.delete-button {
    background: transparent;
    border: 1px solid #c6c6c6;
    color: #0a3c55;
}
.gpnf-add-entry-max {
    display: block;
    font-size: inherit;
    margin: 15px 0;
}
.nested_field_wrap button.gpnf-add-entry {
    background: #0a3c55;
    border: 0;
    border-radius: 3px;
    padding: 15px 30px;
    font-size: inherit;
    cursor: pointer;
}
.nested_field_wrap button.gpnf-add-entry:hover {
    background: #4ddef0;
    color: #0a3c55;
}
.gpnf-modal .tingle-modal-box .gpnf-modal-header {
    height: auto;
    line-height: 1;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: inherit;
    display: none
}
.gpnf-modal .tingle-modal-box .tingle-btn {
    background: #0a3c55;
    padding: 15px 20px;
    font-size: inherit;
    margin: 0 0 0 10px;
    line-height: 1rem;
}
.gpnf-modal .tingle-modal-box .tingle-btn:hover {
    background: #4ddef0;
    color: #0a3c55;
}
.gpnf-modal .tingle-modal-box .tingle-btn.gpnf-btn-cancel {
    background: #dde7ed;
    color: #0a3c55;
}
.gpnf-modal .tingle-btn.gpnf-btn-cancel:hover{
    background: #4ddef0;
    color: #0a3c55;
}
span.tingle-modal__closeIcon {
    display: none;
}
.gpnf-modal button.tingle-modal__close {
    width: auto;
    height: auto;
    padding: 15px 20px;
    font-size: inherit;
    line-height: 1rem;
    background: #0a3c55;
    color: #FFFFFF;
    border-radius: 3px;
}
.gpnf-modal button.tingle-modal__close .tingle-modal__closeLabel {
    display: block;
}
.gpnf-modal button.tingle-modal__close:hover {
    background: #4ddef0;
    color: #0a3c55;
}
/*.add-listing-page .pac-container, */ 
.single-business .pac-container {
    z-index: 10000 !important;
    position: fixed !important;
}
.biz-industry-field {
    position: relative;
}
.field_description_below .industry-field-result {
    top: 74px;
}
.show-industry-results .industry-field-result{
    display: block;
    z-index: 2;
}
.industry-field-result {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: -1;
    max-height: 20em;
    overflow-y: auto;
    font-size: 0.85em;
    line-height: 1.3em;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.40);
}
.industry-field-result .industry-item {
    position: relative;
    padding: 10px;
    cursor: pointer;
    font-size: 1em;
    line-height: 1.3em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.industry-field-result .field-message{
    padding: 10px;
    font-size: 1em;
    display: block;
}
.biz-key-assets-field.hide-key-assets-field{
    display: none !important;
}
.biz-key-assets-field input{
    display: none;
}
table.key-assets-field-table {
    border: 1px solid #dde7ed;
    font-size: inherit;
    width: 100%;
    max-width: 100%;
    margin: 10px 0;
    border-collapse: collapse;
}
table.key-assets-field-table tr th {
    padding: 5px 10px;
    font-weight: normal;
    background: #0a3c55;
    text-align: left;
    color: #FFFFFF;
}
table.key-assets-field-table tr td {
    padding: 10px;
}
table.key-assets-field-table tr .asset-value{
    width: 220px;
    position: relative;
}
.biz-key-assets-field input.asset_name {
    display: block;
    width: 100%;
}
.gform_wrapper form .gform_body .gform_fields .biz-key-assets-field .key-assets-field-table input.asset_value {
    display: inline-block;
    margin-left: 10px;
    width: 125px;
    text-align: center;
}
.asset-value a.remove-asset-field {
    color: #0a3c55;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
    text-decoration: none;
}
.asset-value a.add-asset-field {
    color: #0a3c55;
    position: absolute;
    right: 35px;
    top: 50%;
    margin-top: -8px;
    text-decoration: none;
}
table.key-assets-field-table tbody tr:nth-child(odd) {
    background: #eff4f7;
}
.biz_wanted_industry .ginput_container input, .biz_wanted_price .ginput_container input, .biz_wanted_revenue .ginput_container input, .biz_wanted_profit .ginput_container input, .biz_wanted_location .ginput_container input {
    display: none;
}
.biz_wanted_price .gfield_label, .biz_wanted_revenue .gfield_label, .biz_wanted_profit .gfield_label{
    display: none !important;
}

.gform_wrapper form .gform_body .gform_fields .gfield.product-field-input {
    padding: 30px 20px 30px 65px;
    background: #eff4f7;
    position: relative;
    border-radius: 3px;
    border: 1px solid #eff4f7;
    transition: all 0.4s;
}

.gform_wrapper form .gform_body .gform_fields .gfield.product-field-input .ginput_container {
    position: absolute;
    top: 50%;
    right: 20px;
    text-align: right;
    margin-top: -18px;
}
.gform_wrapper form .gform_body .gform_fields .gfield.product-field-input:before {
    content: '\f0f3';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    position: absolute;
    left: 20px;
    top: 30px;
    font-size: 1.3em;
    color: #0a3c55;
}
.gform_wrapper form .gform_body .gfield.product-field-input .ginput_product_price_label {
    display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield.product-field-input .ginput_product_price {
    border: 0;
    padding: 0 !important;
    color: #4ddef0;
    font-weight: bold;
    font-size: 1.3em;
    background: transparent;
    text-align: right;
}
.gform_wrapper form .gform_body .gform_fields .gfield.product-field-checkbox {
    padding: 20px 120px 30px 65px;
    background: #eff4f7;
    position: relative;
    border-radius: 3px;
    border: 1px solid #eff4f7;
    transition: all 0.4s;
}
.gform_wrapper form .gform_body .gform_fields .gfield.product-field-checkbox:hover{
    border: 1px solid #c5d6e0;
    background: transparent;
}
.gform_wrapper form .gform_body .gform_fields .gfield.product-field-checkbox:before {
    content: '\f0a1';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    position: absolute;
    left: 20px;
    top: 22px;
    font-size: 1.3em;
    color: #0a3c55;
}
.gform_wrapper form .gform_body .gform_fields .gfield.product-field-checkbox.pfc-support:before{
    content: '\f590';
}
.gform_wrapper form .gform_body .gform_fields .gfield.product-field-checkbox legend.gfield_label {
    display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield.product-field-checkbox .gfield_checkbox {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 130px;
    text-align: right;
}
#toggle-address-xero {
    text-decoration: none;
}
#toggle-address-xero span {
    margin-left: 10px;
    background: #4ddef0;
    padding: 5px;
    color: #0a3c55;
    font-style: italic;
}
#toggle_financial_table {
    background: #4ddef0;
    padding: 5px;
    color: #0a3c55;
    font-style: italic;
    text-decoration: none;
    margin-left: 10px;
}
#financial_table{
    display: none;
    margin: 20px 0;
    background: #f0f5f5;
}
#financial_table.show-financial-table{
    display: block;
}
table.financial-table{
    width: 100%;
    max-width: 100%;
}
table.financial-table thead th {
    text-align: left;
    padding: 10px;
}
table.financial-table tr td{
    padding: 10px;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_complex input[type=number] {
    padding: 10px 0 !important;
    text-align: center;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_complex .hour_minute_colon {
    padding: 8px;
}

/* set placeholder text to grey */
.gform_wrapper .gform_fields .gfield input::-webkit-input-placeholder {
	color: grey;
}
.gform_wrapper form .gform_body .gform_fields .gfield.product-field-checkbox .gchoice input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    border: 2px solid #0a3c55;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    margin-right: 5px;
    background: transparent;
    cursor: pointer;
    position: relative;
    top: auto;
    left: auto;
}
.gform_wrapper form .gform_body .gform_fields .gfield.product-field-checkbox .gchoice input[type="checkbox"]:checked {
    background: #0a3c55;
}
.gform_wrapper form .gform_body .gform_fields .gfield.product-field-checkbox .gfield_description {
    font-size: inherit;
    line-height: 1.4em;
    color: #0a3c55;
}
.gform_wrapper form .gform_body .gform_fields .gfield.product-field-checkbox .gfield_description a {
    color: #4ddef0;
}
.gform_wrapper form .gform_body .gform_fields .gfield.product-field-checkbox h3 {
    font-size: 1.1em;
    line-height: 1.3em;
    margin-bottom: 15px;
    font-family: inherit;
}
.gform_wrapper form .gform_body .gform_fields .gfield.product-field-checkbox .pf-checkbox-price {
    position: absolute;
    right: 20px;
    top: 20px;
    font-weight: bold;
    font-size: 1.3em;
    color: #4ddef0;
}
.gform_wrapper form .gform_body .gform_fields .gfield.product-field-checkbox span.ginput_price {
    display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield.product-field-checkbox label {
    font-size: 1.1em;
    color: #0a3c55;
    cursor: pointer;
    max-width: 100%;
}
.gform_wrapper form .gform_body .gform_fields .gfield.product-field-checkbox input[type=checkbox] {
    margin: -1px 8px 0 0;
}
.gform_wrapper form .gform_body .gform_fields .gfield.product-field-input label.gfield_label, .gform_wrapper form .gform_body .gform_fields .gfield.product-field-checkbox .gfield_label,
.gform_wrapper form .gform_body .gform_fields .gfield.product-total label.gfield_label, .gform_wrapper form .gform_body .gform_fields .gfield.product-field-cc label.gfield_label {
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 2px;
}
.gform_wrapper form .gform_body .gform_fields .gfield.product-total {
    padding: 30px 20px 30px 65px;
    background: #eff4f7; 
    position: relative;
    border-radius: 3px;
}

.gform_wrapper form .gform_body .gform_fields .gfield.product-coupon {
    padding: 30px 20px 30px 65px;
    background: #eff4f7; 
    position: relative;
    border-radius: 3px;
}


.gform_wrapper form .gform_body .gform_fields .gfield.product-field-cc {
    padding: 30px 20px 30px 65px;
    background: #eff4f7;
    position: relative;
    border-radius: 3px;
}
.gform_wrapper form .gform_body .gform_fields .gfield.product-total .ginput_container {
    position: absolute;
    top: 50%;
    right: 20px;
    text-align: right;
    margin-top: -18px;
}
.gform_wrapper form .gform_body .gform_fields .gfield.product-total:before {
    content: '\f155';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    position: absolute;
    left: 20px;
    top: 30px;
    font-size: 1.3em;
    color: #0a3c55;
}
.gform_wrapper form .gform_body .gform_fields .gfield.product-field-cc:before {
    content: '\f09d';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    position: absolute;
    left: 20px;
    top: 30px;
    font-size: 1.3em;
    color: #0a3c55;
}
.gform_wrapper form .gform_body .gform_fields .gfield.product-total .ginput_total {
    font-weight: bold;
    font-size: 1.3em;
    color: #4ddef0;
	background: #eff4f7;
    text-align: right;
	border: 0;
    padding: 0 !important;
}
.gform_wrapper form .gform_body .gfield.field-message {
    padding: 20px;
    background: #eff4f7;
    position: relative;
    border-left: 4px solid #0a3c55;
    transition: all 0.4s;
}
.gform_wrapper form .gform_body .gfield.field-message *:last-child {
    margin-bottom: 0;
}
.gform_wrapper form .gform_body .gfield.field-message h1 {
    font-size: 1.5em;
}
.gform_wrapper form .gform_body .gform_fields .gfield.product-field-checkbox {
    margin-bottom: 0;
}
.gform_wrapper .form_saved_message h2 {
    font-size: 1.2em;
}
.form_saved_message .resume_form_link_wrapper {
    padding: 15px;
    background: #eff4f7;
}
.form_saved_message .resume_form_link_wrapper a {
    color: #4ddef0;
}
.form_saved_message_emailform {
    background: #eff4f7;
    padding: 20px;
}
.form_saved_message_emailform input#gform_resume_email {
    width: 100%;
}
.form_saved_message_emailform input[name="gform_send_resume_link_button"]{
    border: 0;
    padding: 15px 30px;
    border-radius: 3px;
    cursor: pointer;
    background: #0a3c55;
    color: #0a3c55;
    transition: all 0.3s;
}
.form_saved_message_emailform input[name="gform_send_resume_link_button"]:hover{
    background: #4ddef0;
    color: #0a3c55;
}
.get-help-link {
    margin-top: 30px;
}
.get-help-link a {
    padding: 15px;
    background: #eff4f7;
    display: block;
    color: #4ddef0;
}
.field-form-fileuploader {
    margin-top: 15px;
    background: rgba( 0, 0, 0, 0.05 );
    border: 1px dashed rgba( 0, 0, 0, 0.15 );
    text-align: center;
    color: #AAAAAA;
    padding: 20px;
}
.field-form-fileuploader .field-form-field .file-uploader-button {
    padding: 8px 10px;
    background: #4ddef0;
    color: #0a3c55;
    text-decoration: none;
}
.field-form-fileuploader .field-form-field .file-uploader-button:hover{
    background: #0a3c55;
}
.gform_wrapper form .gform_body .files-uploader-field .ginput_container, .gform_wrapper form .gform_body .file-uploader-field .ginput_container {
    display: none;
}
.media-modal .media-frame-title h1 {
    font-size: 1.5em;
    color: #000000;
    line-height: 2.2em;
}
.media-modal h2.media-attachments-filter-heading {
    font-size: 1em;
}
.media-modal .media-frame-tab-panel .media-menu-item, .media-modal .media-frame-tab-panel .media-menu-item:hover, .media-modal .media-frame-tab-panel .media-menu-item:focus {
    background: transparent;
    color: #000000;
    font-weight: normal;
}
.media-modal h2.upload-instructions, .media-modal .media-sidebar .attachment-details h2, .media-modal .media-sidebar .media-uploader-status h2 {
    font-size: 1.2em;
    line-height: 1em;
    color: #000000;
}
.media-modal .media-modal-close {
    padding: 0;
    background: transparent;
    color: #000000;
}
.media-modal .media-modal-close:hover, .media-modal .media-modal-close:focus {
    background: #2271b1;
    color: #ffffff;
}
.media-modal .attachment-details .delete-attachment{
    font-size: 1em;
    background: transparent;
}
.media-modal .media-sidebar .attachment-details .setting, .media-modal .media-sidebar .attachment-details .description {
    display: none;
}
.media-modal .media-sidebar form.compat-item {
    display: none;
}
.media-modal .media-frame-content .attachments-browser .media-toolbar {
    display: none;
}
.media-modal .attachments-wrapper .load-more-wrapper {
    display: none;
}
.file-uploader-preview .preview-file {
    display: block;
    clear: both;
    position: relative;
    text-align: left;
    font-size: 0.9em;
    padding: 10px 40px 10px 10px;
    background: #FFFFFF;
    margin-bottom: 4px;
}
.file-uploader-preview .preview-file img {
    max-width: 60px;
    float: left;
    margin-right: 10px;
    height: auto;
}
.file-uploader-preview .preview-file:after {
    content: '';
    display: block;
    clear: both;
}
.file-uploader-preview .preview-file span {
    display: block;
    padding: 2px 0;
}
.file-uploader-preview .preview-file:first-child {
    margin-top: 15px;
}
.file-uploader-preview .preview-file .file-upload-delete, .file-uploader-preview .preview-file .files-upload-delete {
    position: absolute;
    top: 10px;
    right: 10px;
    color: inherit;
    text-decoration: none;
}
.file-uploader-preview .preview-file .file-upload-delete:hover, .file-uploader-preview .preview-file .files-upload-delete:hover {
    color: #0a3c55;
}
.verify-notice {
    background: #eff4f7;
    border-radius: 3px;
    border: 0;
    padding: 15px;color: #bf314b;
}
.verify-notice.notice-success {
    color: #4ddef0;
}
.buyer-verification-section{
    margin-top: 30px;
}
.verify-tag {
    display: inline-block;
    vertical-align: top;
    padding: 10px 15px;
    background: #1BCE6C;
    color: #FFFFFF;
    border-radius: 3px;
    line-height: 1.3em;
    font-size: inherit;
    text-decoration: none;
    transition: all 0.3s;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.verify-tag span {
    margin-left: 12px;
}

body #gform_wrapper_9 .gform_body .gform_fields .gfield input[type=text] /*brings the max characters closer*/{
	margin-bottom: -3px;}

body .gform_wrapper .gform_body .gform_fields #field_9_259.gfield /*brings the key sale highlights closer together*/{
	margin-bottom: -25px;
}
body .gform_wrapper .gform_body .gform_fields #field_9_253.gfield /*brings the key sale highlights closer together*/{
	margin-bottom: -3px;
	margin-top: -10px;
}
body .gform_wrapper .gform_body .gform_fields #field_9_254.gfield /*brings the key sale highlights closer together*/{
	margin-bottom: -3px;
	margin-top: -10px;
}
body .gform_wrapper .gform_body .gform_fields #field_9_255.gfield /*brings the key sale highlights closer together*/{
	margin-bottom: -3px;
	margin-top: -10px;
}
body .gform_wrapper .gform_body .gform_fields #field_9_256.gfield /*brings the key sale highlights closer together*/{
	margin-bottom: -3px;
	margin-top: -10px;
}
body .gform_wrapper .gform_body .gform_fields #field_9_257.gfield /*brings the key sale highlights closer together*/{
	margin-bottom: -3px;
	margin-top: -10px;
}
body .gform_wrapper .gform_body .gform_fields #field_9_258.gfield /*brings the key sale highlights closer together*/{
	margin-bottom: -3px;
	margin-top: -10px;
}
.gform_wrapper form .gform_body .gfield .ginput_container_fileupload .gfield_validation_message {
    padding: 10px 15px;
}
.gpfup__droparea.gpfup__droprea--maxed {
    display: none;
}

/* Tabs */
.heading .table-heading{
    font-size: 1.4em;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 20px;
}
.spacer-fifty{
    height: 50px;
}
.custom-button a.button, .custom-button button.button {
    display: inline-block;
    vertical-align: top;
    padding: 15px 25px;
    background: #0a3c55;
    color: #FFFFFF;
    border-radius: 10px;
    border: 0;
    font-size: 0.8em;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s;
}
.custom-button.button-right {
    text-align: right;
}
.custom-button.button-center{
    text-align: center;
}
.custom-button.full-width a.button, .custom-button.full-width button.button{
    display: block;
    text-align: center;
    text-decoration: none;
}
.custom-button a.button .icon-left {
    margin-right: 20px;
    font-size: 0.8em;
    color: #4fdef0;
}
.custom-button a.button .icon-right {
    margin-left: 20px;
    font-size: 0.8em;
    color: #4fdef0;
}
.custom-button a.button:hover .icon-left, .custom-button a.button:hover .icon-right,
.custom-button a.button.nobg:hover .icon-left, .custom-button a.button.nobg:hover .icon-right {
    color: #0a3c55;
}
.custom-button a.button.nobg .icon-left{
    margin-right: 15px;
}
.custom-button a.button.nobg .icon-right{
    margin-left: 15px;
}
.custom-button a.button:hover, .custom-button button.button:hover {
    background: #4ddef0;
    color: #0a3c55;
}
.tabs-menu nav ul li.current-page-ancestor a {
    background: #4ddef0;
}
.tabs-table-wrapper {
    border-left: 12px solid #063d55;
    background: #f0f5f5;
    padding: 60px;
}
table.tabs-table {
    width: 100%;
    border-collapse: collapse;
    color: #0a3c55;
    font-size: 0.85em;
}
.tabs-table-wrapper table.tabs-table.listing-table {
    font-weight: bold;
}
.tabs-table-wrapper table.tabs-table.dataTable {
    border: 0;
    border-collapse: collapse;
}
.dataTables_wrapper .dataTables_length {
    padding-bottom: 20px;
    padding-top: 20px;
    color: inherit;
    font-size: 0.9em;
}
.tabs-table-wrapper .dataTables_wrapper .dataTables_filter {
    padding: 20px 0px;
    color: inherit;
    font-size: 0.9em;
}
.tabs-table-wrapper .dataTables_wrapper .dataTables_info {
    padding-bottom: 20px;
    padding-top: 25px;
    color: inherit;
    font-size: 0.9em;
}
.tabs-table-wrapper .dataTables_wrapper .dataTables_paginate {
    padding-bottom: 20px;
    padding-top: 20px;
    color: inherit;
    font-size: 0.9em;
}
.tabs-table-wrapper .dataTables_wrapper .dataTables_paginate a.paginate_button {
    color: inherit !important;
    background: none;
	border: 1px solid rgba(10, 60, 85, 0.5);
}
.tabs-table-wrapper .dataTables_wrapper .dataTables_paginate a.paginate_button.current {
    color: inherit;
    border: 1px solid rgba(10, 60, 85, 0.5);
    background: #FFFFFF;
}
.tabs-table-wrapper .dataTables_wrapper .dataTables_paginate a.paginate_button.next {
    color: inherit;
    border: 1px solid rgba(10, 60, 85, 0.5);
}
.tabs-table-wrapper .dataTables_wrapper .dataTables_paginate a.paginate_button.disabled {
    cursor: not-allowed;
	border: 0 solid transparent;
    opacity: 0.3;
}
.tabs-table-wrapper .dataTables_wrapper .dataTables_paginate a.paginate_button:hover {
    background: #4ddef0;
    color: #0a3c55;
}
.tabs-table-wrapper .dataTables_wrapper .dataTables_filter input {
	border: 2px solid var( --e-global-color-primary );
    border-radius: 3px;
    padding: 5px;
    background-color: #FFF;
    margin-left: 3px;
	color: var( --e-global-color-primary );
}
.tabs-table-wrapper .dataTables_wrapper .dataTables_length select {
	border: 2px solid var( --e-global-color-primary );
    border-radius: 3px;
    padding: 5px;
    background-color: #FFF;
    margin-left: 3px;
	color: var( --e-global-color-primary );
}
table.tabs-table thead tr th {
    text-align: center;
    padding: 15px 2px 15px 3px;
    background: none;
    border: 0;
    color: #849daa;
    font-size: 1.2em;
}
table.tabs-table thead tr th.left{
    text-align: left;
}
.tabs-table-wrapper table.tabs-table tbody tr {
    background: #ffffff;
    border-top: 2px solid #f0f5f5;
    transition: all 0.3s;
}
.tabs-table-wrapper table.tabs-table tbody tr td {
    padding: 15px 2px 15px 3px;
    border: 0;
    position: relative;
}
.tabs-table-wrapper table.tabs-table tbody tr td.center{
    text-align: center;
}
.tabs-table-wrapper table.tabs-table tbody tr td.biz-button {
    width: 120px;
    padding-left: 0;
    padding-right: 0;
}
td.biz-invite-user, td.biz-edit-listing, td.biz-cancel-listing {
    width: 100px;
}
.tabs-table-wrapper table.tabs-table.listing-tabs-draft tr td.biz-button {
    width: 200px;
}
table.listing-tabs-withdrawn td.biz-name {
    width: 60%;
}
.listing-tag-status {
    text-transform: capitalize;
}
table.listing-tabs tr td.connect-user-permission {
    width: 200px;
    border-right: 0;
    padding-right: 0;
}
table.listing-tabs tr td select.user-permission-level {
    background: #f0f5f5;
    border: 0;
    padding: 6px 5px;
    color: inherit;
    border-radius: 2px;
    width: 100%;
}
table.listing-tabs tr td.connect-user-option {
    width: 120px;
}
table.listing-tabs tr td.connect-user-option a {
    display: inline-block;
    margin: 0 10px;
}
td.biz-name a {
    font-size: 1.2em;
    font-weight: bold;
}
table.tabs-table a{
    color: inherit;
    transition: all 0.3s;
}
table.tabs-table .button {
    display: inline-block;
    border: none;
    border-bottom: 2px solid #4fdef0;
    font-size: 0.9em;
    margin: 2px 5px;
    transition: all 0.3s;
    background: #fff !important;
}
table.tabs-table .button:hover {
    color: #4fdef0;
}
table.tabs-table .button.ca-default, table.tabs-table .button.ca-rejected {
    cursor: not-allowed;
    color: #cfdae0;
    border-bottom: 2px solid #cfdae0;
}
.tabs-table .table-icon {
    background-size: 35px;
    background-repeat: no-repeat;
    height: 35px;
    width: 35px;
    display: block;
    margin: 0 auto;
}
.tabs-table .table-icon.listing-chart {
    background-image: url('images/icon-chart.svg');
}
.tabs-table .table-icon.biz-support-button {
    background-image: url('images/icon-support.svg');
}
.tabs-table .table-icon.add-connect-user {
    background-image: url('images/icon-invite.svg');
}
.tabs-table .table-icon.edit-listing-button {
    background-image: url('images/icon-edit.svg');
}
.tabs-table .table-icon.cancel-listing-button {
    background-image: url('images/icon-cancel.svg');
}
.tabs-table-wrapper .gform_wrapper form .gform_body .gfield.field-message {
    background: #ffffff;
}
.biz-button-actions {
    display: inline-block;
    position: relative;
}
span.biz-button-sub {
    position: absolute;
    left: 50%;
    top: 100%;
    text-align: center;
    background: #ffffff;
    box-shadow: 0px 0px 8px -2px #0a3c55;
    border-radius: 3px;
    width: 50px;
    margin-left: -25px;
    margin-top: -5px;
    padding: 5px 0;
    opacity: 0;
    z-index: -1;
    transition: margin 0.3s;
}
.show-actions-button span.biz-button-sub{
    opacity: 1;
    z-index: 1;
    margin-top: 2px;
}
.biz-button-actions a.action-listing-button {
    color: #1bce6c;
    padding: 10px 15px;
    border-radius: 2px;
    display: inline-block;
    line-height: 15px;
}
.biz-button-actions.show-actions-button a.action-listing-button {
    color: #4ddef0;
}
span.biz-button-sub:before {
    content: '';
    border: 6px solid transparent;
    border-bottom: 6px solid #0a3c55;
    left: 50%;
    position: absolute;
    top: -12px;
    z-index: 2;
    margin-left: -6px;
}
span.biz-button-sub:after{
    content: '';
    border: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    left: 50%;
    position: absolute;
    top: -12px;
    z-index: 2;
    margin-left: -6px;
}
.biz-button-actions span.biz-button-sub a {
    display: block;
    color: #0a3c55;
    padding: 10px;
    line-height: 18px;
}
.biz-button-actions span.biz-button-sub a:hover {
    color: #4ddef0;
}
.biz-button-actions span.biz-button-sub a.cancel-listing-button {
    color: #ff4747;
}
.biz-button-actions span.biz-button-sub a.cancel-listing-button:hover {
    color: #f31212;
}
span.editim-buttons {
    position: relative;
    display: block;
}
span.editim-buttons-sub {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 8px 0;
    text-align: center;
    background: #ffffff;
    box-shadow: 0px 0px 8px -2px #0a3c55;
    border-radius: 3px;
    margin-top: -5px;
    opacity: 0;
    z-index: -1;
    transition: margin 0.3s;
}
span.editim-buttons-sub:before {
    content: '';
    border: 6px solid transparent;
    border-bottom: 6px solid #0a3c55;
    left: 50%;
    position: absolute;
    top: -12px;
    z-index: 2;
    margin-left: -6px;
}
span.editim-buttons-sub:after {
    content: '';
    border: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    left: 50%;
    position: absolute;
    top: -12px;
    z-index: 2;
    margin-left: -6px;
}
.show-editim-buttons span.editim-buttons-sub{
    opacity: 1;
    z-index: 1;
    margin-top: 1px;
}
.editim-buttons span.editim-buttons-sub a {
    display: block;
    padding: 5px;
}
td.biz-name {
    position: relative;
	width: 20%;
	min-width:220px;
}
td.biz-enquiry {
    width: 170px;
}
td.biz-chart {
    width: 100px;
}
td.biz-support {
    width: 100px;
}
td.biz-price {
   /* width: 125px;*/
}
td.biz-chart a{
    color: #1bce6c;
}
.portal-push-inactive {
    color: #FF0000 !important;
}
.tabs-table-wrapper table.tabs-table tbody tr td.biz-col-icon {
    width: 60px;
    padding-left: 0;
    padding-right: 0;
}
.tabs-table-wrapper table.tabs-table tbody tr td.biz-col-icon a.fa {
    font-size: 1.5em;
}
.tabs-table-wrapper table.tabs-table tbody tr td.biz-col-icon a:hover {
    color: #4fdef0;
}
.tabs-table-wrapper table.tabs-table tbody tr td a.biz-support-button-disable {
    color: #cfdae0 !important;
    cursor: not-allowed;
}
.kanban-item .footerProduct a.biz-support-button-disable {
    color: #cfdae0 !important;
    cursor: not-allowed;
}
.tabs-table-wrapper table.tabs-table tbody tr td.biz-tag {
    /*width: 220px;*/
    padding-left: 0;
    padding-right: 0;
}
.listing-tag-item {
    border: 1px solid #063d55;
    border-radius: 4px;
    color: #063d55;
    padding: 8px;
    font-size: 0.8em;
    line-height: 1;
    margin: 2px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-family: "neusa-next-std-condensed", 'neusa-next-std';
    white-space: nowrap;
}
.biz-tag .listing-tag-gold {
    border: 1px solid #D5A46A;
    padding-left: 32px;
    color: #D5A46A;
}
.biz-tag .listing-tag-silver {
    border: 1px solid #A7AAAC;
    padding-left: 32px;
    color: #A7AAAC;
}
.biz-tag .listing-tag-item img {
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
}
.add-listing {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
}
.add-listing .custom-button {
    position: relative;
}
.add-listing .custom-button:hover .button .icon-right {
    color: inherit;
}
.add-listing .custom-sub-button {
    position: absolute;
    left: 155px;
    top: 0;
    opacity: 0;
    z-index: -1;
    background: #ffffff;
    padding: 6px;
    border-radius: 3px;
    margin-left: 5px;
    box-shadow: 1px 0px 8px #b1c1cb;
    transition: all 0.3s;
}
.add-listing.show-sub-button .custom-sub-button{
    opacity: 1;
    z-index: 1;
    margin-left: 10px;
}
.show-sub-button .custom-button a.button{
    background: #4ddef0;
    color: #0a3c55;
}
.add-listing .custom-sub-button a.button {
    padding: 4px 8px;
    background: #1bce6c;
    margin: 0 2px;
    color: #ffffff;
}
.add-listing .custom-sub-button a.button:hover{
    background: #4ddef0;
    color: #0a3c55;
}
.add-listing .custom-sub-button:before {
    content: '';
    border: 8px solid transparent;
    border-right: 10px solid #ffffff;
    left: -18px;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    z-index: 2;
}
span.sub-separator {
    display: inline-block;
    vertical-align: middle;
    padding: 4px;
    color: #37d47e;
    font-weight: bold;
    text-transform: uppercase;
}
.add-listing .custom-sub-button:after {
    content: '';
    border: 8px solid transparent;
    border-right: 10px solid #d3dadf;
    left: -19px;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    z-index: 1;
}
.add-listing .switch-view-btn {
    display: flex;
    background-color: white;
    border-radius: 5px;
    border: 1px solid black;
    padding: 5px;
    height: 40px;
}
.add-listing .switch-view-btn .list-view-btn {
    height: 30px;
    padding: 5px;
    cursor: pointer;
}
.add-listing .switch-view-btn .grid-view-btn {
    height: 30px;
    padding: 5px;
    cursor: pointer;
}
.add-listing .switch-view-btn .active {
    border-radius: 5px;
    color: white;
    background-color: #0a3c55;
}
.enquiry-resend .icon-loading {
    display: none;
}
.enquiry-resend.resending .icon-loading {
    display: block;
    -webkit-animation: spinAnimate 1.5s linear infinite;
    -moz-animation: spinAnimate 1.5s linear infinite;
    animation: spinAnimate 1.5s linear infinite;
}
.enquiry-resend.resending .resend-button{
    display: none;
}
.listing-edit-content {
    border: 1px solid #DDE7ED;
    box-shadow: 0px 0px 8px 0px #d9eaf4;
    padding: 30px;
    border-radius: 3px;
}
.tabs-filter {
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: top;
    font-size: 0.8em;
}
.tabs-filter select {
    border: 1px solid #eff4f7;
    background: #eff4f7;
    padding: 5px;
    height: 40px;
    width: 200px;
    color: #0a3c55;
    font-size: 1em;
}
.tabs-pagination{
    margin-bottom: 30px;
    float: right;
    font-size: 0.8em;
}
.tabs-filters .tabs-pagination a {
    display: inline-block;
    vertical-align: top;
    padding: 10px 15px;
    line-height: 20px;
    background: #eff4f7;
    color: #0a3c55;
}
.tabs-filters .tabs-pagination a.current-page{
    background: #c5d6e0;
}
.tabs-pagination label {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    line-height: 20px;
    color: #0a3c55;
}
.tabs-table-wrapper table.tabs-table tbody tr td.entry-buttons {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}
.tabs-table .entry-new {
    background: #1bce6c;
    color: #FFFFFF;
    padding: 5px;
    line-height: 1;
    text-transform: uppercase;
    display: block;
    vertical-align: top;
    font-size: 0.8em;
    position: absolute;
    top: 2px;
    right: 2px;
}
.listing-edit-heading {
    text-align: center;
}
.listing-edit-option {
    display: inline-block;
    vertical-align: top;
    width: 600px;
    max-width: 100%;
    margin: 20px 15px;
}
.listing-edit-options {
    text-align: center;
}
.listing-edit-option-inner {
    padding: 30px;
    background: #FFFFFF;
}
.listing-edit-option-inner p {
    margin-bottom: 30px;
}
.listing-edit-option-inner p span {
    font-size: 0.85em;
}
.listing-edit-option .listing-edit-option-inner .custom-button .button {
    position: relative;
    text-align: left;
}
.listing-edit-option .custom-button .button span {
    position: absolute;
    right: 15px;
    top: 20px;
}
.listing-edit-button{
    margin-bottom: 5px;
}
table.listing-edit-table {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}
table.listing-edit-table tr td {
    padding: 0;
    border-bottom: 5px solid #FFFFFF;
}
.ca-toggle{
    text-align: center;
}
.ca-toggle .ca-toggle-button {
    display: inline-block;
    vertical-align: top;
    padding: 10px 20px;
    background: #063d55;
    margin: 0 10px 10px;
    width: 400px;
    text-align: center;
    color: #FFFFFF !important;
    transition: all 0.3s;
}
.ca-toggle #ca-reject {
    background: #e57777;
    color: #FFFFFF !important;
}
.ca-toggle .ca-toggle-button:hover, .ca-toggle #ca-reject:hover {
    background: #4fdef0;
    color: inherit !important;
}
.ca-toggle .ca-toggle-button span {
    margin-right: 15px;
}
.ca-tab {
    display: none;
    margin: 30px auto 0;
    padding: 30px;
    background: #FFFFFF;
}
.ca-tab.show-tab {
    display: block;
}
.listing-enquiry-entry {
    margin-bottom: 30px;
    color: #0a3c55;
}
.listing-enquiry-entry .entry-row {
    display: block;
    margin-bottom: 8px;
    border-bottom: 1px solid #eff4f7;
    padding-bottom: 8px;
    position: relative;
    padding-left: 120px;
}
.listing-enquiry-entry .entry-row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.listing-enquiry-entry .entry-row .row-label {
    position: absolute;
    left: 0;
    top: 0;
    color: inherit;
}
.listing-enquiry-comments form.comment-form {
    padding: 15px 0;
}
.listing-enquiry-comments form.comment-form textarea {
    width: 100%;
    min-width: 100%;
    border: 0;
    background: #f0f5f5;
    border-radius: 3px;
    max-width: 100%;
    min-height: 100px;
    margin: 0;
    color: inherit;
    padding: 15px;
    font-size: 0.9em;
}
.listing-enquiry-comments form.comment-form .custom-button {
    position: relative;
    text-align: right;
    padding: 10px 0;
}
.listing-enquiry-comments form.comment-form .custom-button button.button {
    padding: 8px 20px;
    font-weight: normal;
}
.listing-enquiry-comments form.comment-form .custom-button button.button:focus {
    background: #4ddef0;
}
.listing-enquiry-comments form.comment-form .custom-button a.listing-enquiry-upload-open {
    color: #0a3c55;
    padding: 10px 15px;
}
.listing-enquiry-comments form.comment-form .custom-button a.listing-enquiry-upload-open:hover {
    color: #4ddef0;
}
td.enquiry-status {
    width: 180px;
}
.entry-fname{
    position: relative;
}
.mobile-label{
	display: none !important;
}
table.tabs-table .entry-chat .button {
    margin: 0 3px;
}
.tabs-table .entry-fname a.buyer-tag {
    background: #4ddef0;
    color: #FFFFFF;
    padding: 5px;
    line-height: 1;
    text-transform: uppercase;
    display: block;
    vertical-align: top;
    font-size: 0.8em;
    position: absolute;
    top: 0;
    left: 15px;
}
.tabs-table .entry-fname a.buyer-tag-as-eye-icon {
    background: inherit;
    color: inherit;
    padding: inherit;
    line-height: inherit;
    text-transform: inherit;
    display: inline;
    vertical-align: inherit;
    font-size: inherit;
    position: inherit;
    top: inherit;
    left: inherit;
}
span.status-open {
    color: #4ddef0;
}
span.status-open:before {
    content: '\f00c';
}
span.status-closed {
    color: #0a3c55;
}
span.status-closed:before {
    content: '\f00d';
}
td.enquiry-status{
    position: relative;
}
table.tabs-table .enquiry-status select {
    background: #f0f5f5;
    border: 0;
    padding: 6px 2px;
    color: inherit;
    border-radius: 2px;
    text-align: center;
}
table.listing-enquiry-table tr td.enquiry-status{
    width: 250px;
}
.listing-enquiry-entry .row-status a.toggle-enquiry-status {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.2em;
    cursor: pointer;
    color: #737a8b;
}
.listing-enquiry-entry .row-status a.toggle-enquiry-status.open {
    color: #4ddef0;
}
.row-status a.toggle-enquiry-status:before {
    content: '\f204';   
}
.row-status a.toggle-enquiry-status.open:before{
    content: '\f205';
}
.listing-enquiry-comments-inner {
    max-height: 40vh;
    overflow: auto;
}
.listing-enquiry-comments-inner.has-comments{
    padding: 20px 15px;
    border: 2px solid #f0f5f5;
    border-radius: 3px;
}
.enquiry-comment-seller .comment-user-seller, .enquiry-comment-buyer .comment-user-buyer {
    text-align: right;
    padding-right: 30px;
}
.enquiry-comment-seller .comment-user-buyer, .enquiry-comment-buyer .comment-user-seller {
    text-align: left;
    padding-left: 30px;
}
span.user-avatar {
    border-radius: 100%;
    background: #f0f5f5;
    width: 25px;
    height: 25px;
    line-height: 25px;
    position: absolute;
    text-align: center;
    top: 6px;
    color: #4ddef0;
}
.enquiry-comment-seller .comment-user-seller span.user-avatar, .enquiry-comment-buyer .comment-user-buyer span.user-avatar {
    right: 0;
    background: #4ddef0;
    color: #FFFFFF;
}
.enquiry-comment-seller .comment-user-buyer span.user-avatar, .enquiry-comment-buyer .comment-user-seller span.user-avatar {
    left: 0;
}
.listing-enquiry-comments-inner .comment-row {
    margin-bottom: 8px;
    position: relative;
}
.listing-enquiry-comments-inner .comment-row:last-child{
    margin-bottom: 0;
}
.listing-enquiry-comments-inner .comment-row div {
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px;
    border-radius: 4px;
    background: #f0f5f5;
    text-align: left;
    color: #4ddef0;
    font-size: 0.9em;
}
.enquiry-comment-seller .comment-row.comment-user-seller div, .enquiry-comment-buyer .comment-row.comment-user-buyer div {
    background: #4ddef0;
    color: #FFFFFF;
}
span.timestamp {
    display: block;
    font-size: 0.65em;
    color: #0a3c55;
    padding: 2px 6px;
}
#listing-enquiry-file-upload-section{
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}
#listing-enquiry-file-upload-section.show-popup{
    display: block;
    z-index: 10000;
}
#listing-enquiry-file-upload {
    position: absolute;
    height: 80vh;
    top: 10vh;
    width: 600px;
    left: 50%;
    margin-left: -300px;
    background: #FFFFFF;
    padding: 40px;
    overflow: auto;
}
.enquiry-form-upload a.listing-enquiry-upload-close {
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 1.5em;
    color: #737A8B;
}
.enquiry-form-upload a.listing-enquiry-upload-close:hover {
    color: #4ddef0;
}
.gform_wrapper form .gform_body .file-upload-field .ginput_container {
    border: 2px dashed #b8bbc4;
    padding: 15px;
    margin-top: 10px;
}
.custom-button .file-mask{
    display: none;
    position: absolute;
    left: 0;
    top: 10px;
    border: 1px solid #0a3c55;
    padding: 6px 10px;
    font-size: 0.85em;
    line-height: 1.3em;
    border-radius: 3px;
    color: #4ddef0;
    transition: all 0.3s;
}
.custom-button .file-mask:hover{
    border: 1px solid #fd5f5f;
    background: #fd5f5f;
    color: #FFFFFF;
}
.custom-button .file-mask.show-file-mask{
    display: block;
}
.file-mask span {
    margin-right: 8px;
}
.comment-message a.file {
    color: #FFFFFF;
    background: rgba(0,0,0,0.1);
    padding: 5px 10px;
    display: inline-block;
    border-radius: 2px;
    margin: 5px 0;
    font-size: 0.85em;
}
.comment-message a.file:hover{
    color: #FFFFFF;
}
span.comment-message-text {
    display: block;
}
.comment-message a.file span {
    margin-right: 10px;
}
.edit-image-field-wrapper {
    background: #FFFFFF;
    padding: 20px;
}
form .gfield .gpfup__file-actions button:before {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    border: 0;
}
form .gfield .gpfup__file-actions button {
    border: 0;
    color: inherit;
    padding: 0;
}
.edit-image-field {
    margin-top: 30px;
}
.eif-item {
    display: block;
    margin-bottom: -1px;
    position: relative;
    border: 1px solid #e8e8e8;
    padding: 15px 55px;
}
.edit-image-field .eif-item a {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 100%;
}
.edit-image-field .eif-item a.eif-item-sort {
    right: auto;
    left: 15px;
    cursor: grab;
    font-size: 1.2em;
}
.gpfup__file .gpfup__drag-handle {
    margin: 0 0 0 5px;
    width: 35px;
}
.gpfup__file .gpfup__drag-handle:before {
    content: "\f0dc";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    background: none !important;
    font-size: 1.2em;
}
.eif-item img {
    display: block;
    width: 100px;
    height: auto;
}
.edit_field_image .ginput_container_fileupload {
    display: none;
}
.edit_field_image.show-fileupload .ginput_container_fileupload {
    display: block;
}
.show-fileupload .custom-button {
    display: none;
}
.edit_field_image .custom-button {
    margin-top: 15px;
}
.listing-chart-panel {
    margin-bottom: 30px;
}
.chart-box {
    padding: 20px;
    border-radius: 10px;
    background: #ceecf0;
}
.listing-chart-boxes .chart-box h4 {
    font-size: 1.25em;
}
.panel-boxes .panel-box {
    padding: 0 15px;
    margin-bottom: 20px;
}
span.box-number {
    display: inline-block;
    vertical-align: baseline;
    font-size: 2em;
    font-weight: bold;
    margin: 0 5px 0 0;
}
span.box-label {
    text-transform: uppercase;
    display: inline-block;
    vertical-align: baseline;
}
.panel-links .panel-link {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    margin-right: 5px;
    font-size: 0.9em;
}
.panel-links .panel-link a {
    color: #ffffff !important;
    padding: 15px 50px 15px 20px;
    background: #063d55;
    border-radius: 10px;
    display: block;
    position: relative;
    transition: all 0.3s;
}
.panel-links .panel-link a .fa {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -8px;
    color: inherit;
}
.panel-links .panel-link a:hover, .panel-links .panel-link.panel-link-active a {
    background: #4fdef0;
    color: #063d55 !important;
}
.listing-views-chart{
    max-height: 400px;
}
.chart-box p {
    margin: 0;
    color: #0a3c55;
}
.buyer-profile-view {
    font-size: inherit;
    padding: 30px;
    background: #f0f5f5;
}
.profile-row {
    margin-bottom: 30px;
    clear: both;
    position: relative;
}
.profile-row:last-child {
    margin-bottom: 0;
}
.profile-row:after {
    content: '';
    clear: both;
    display: block;
}
.profile-photo {
    width: 20%;
    float: left;
    text-align: center;
}
.profile-bio {
    width: 75%;
    float: right;
}
.profile-photo img {
    width: 100%;
    display: block;
}
.profile-verified-logo {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
}
.profile-verified-text {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
}
.buyer-profile-view-verified {
    margin-top: 30px;
}
.profile-row p {
    text-align: justify;
}
.profile-row .profile-verification p{
    text-align: left;
} 
span.no-profile-photo {
    font-size: 5em;
    color: #f0f5f5;
}
.buyer-profile {
    background: #FFFFFF;
    padding: 20px;
    margin-bottom: 20px;
}
.buyer-profile .verify-logo img {
    max-width: 120px;
}
.buyer-profile-buttons a.button {
    margin-right: 10px;
}
.no-items{
    text-align: center;
    padding: 15px;
    background: #FFFFFF;
    color: #0a3c55;
}
.watchlist-save a{
    color: #FFFFFF !important;
    display: block;
    padding: 7px 11px;
    background: #0a3c55;
    transition: all 0.3s;
}
.watchlist-save:hover a, .watchlist-save a.saved{
    color: #FFFFFF !important;
    background: #4ddef0;
}
.watchlist-save .save-icon {
    margin: 0;
    vertical-align: middle;
}
.watchlist-save .save-text{
    text-transform: uppercase;
}
td.biz-sav{
    width: 100px;
}
td.biz-location{
    width: 180px;
}
td.biz-enquiresign{
    width: 200px;
}
td.biz-ad{
    width: 125px;
}
#personal-watchlist{
    border-left: 12px solid #063d55;
    background: #f0f5f5;
    padding: 60px;
    font-size: 0.9em;
}
#personal-watchlist h2 {
    font-size: 1.4em;
    font-weight: 700;
    font-style: normal;
}
.watchlist-slider {
    position: relative;
    padding: 20px 0;
}
.watchlist-slider-text {
    padding-bottom: 20px;
    color: #27314c;
    font-weight: 600;
    font-size: 1.1em;
}
.watchlist-slider-bar {
    position: relative;
    padding-left: 35px;
    padding-right: 105px;
    margin-bottom: 20px;
}
#watchlist-price-slider {
    height: 8px;
    background: #cfdce3;
    border-radius: 10px;
    position: relative;
}
#watchlist-price-slider .ui-slider-range {
    background: #4ddef0;
    height: 8px;
    border-radius: 10px;
    position: absolute;
    z-index: 1;
}
#watchlist-price-slider .ui-slider-handle {
    background: #4ddef0;
    height: 18px;
    width: 18px;
    z-index: 2;
    position: absolute;
    top: -6px;
    margin-left: -10px;
    border-radius: 100%;
    border: 0;
    outline: none;
    cursor: pointer;
}
.watchlist-slider span.price-max {
    position: absolute;
    right: 0;
    top: -9px;
    color: #0a3c55;
}
.watchlist-slider span.price-min {
    position: absolute;
    left: 0;
    top: -9px;
    color: #0a3c55;
}
.watchlist-form-row {
    padding-bottom: 30px;
    position: relative;
}
.watchlist-form-label{
    font-weight: 600;
    font-size: 1.1em;
    color: #27314c;
    display: block;
    margin-bottom: 5px;
}
.watchlist-form-cb {
    padding-top: 8px;
    display: inline-block;
    vertical-align: top;
    width: 48%;
}
.watchlist-form-location .watchlist-form-cb {
    width: auto;
    display: block;
}
.watchlist-form-cb-parent{
    position: relative;
    padding-left: 25px;
}
.watchlist-form-cb-children {
    max-height: 150px;
    overflow: auto;
    border: 1px solid #cfdce3;
    padding: 10px 15px;
    background: #ffffff;
    margin: 5px 10px 20px 0;
    display: none;
}
.show-cb-children .watchlist-form-cb-children{
    display: block;
}
.watchlist-form-cb label {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
}
.watchlist-form-cb input {
    margin: 0;
    position: absolute;
    top: 3px;
    left: 0;
    background: #eff4f7;
    border: 2px solid #0a3c55;
    border-radius: 3px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}
.watchlist-form-cb input:checked {
    background: #0a3c55;
}
.watchlist-form-cb .watchlist-form-cb-child {
    padding-top: 3px;
    padding-left: 25px;
    position: relative;
}
.watchlist-form-location .watchlist-form-cb .watchlist-form-cb-child {
    display: inline-block;
    vertical-align: top;
    width: 32%;
}
#watchlist_submit span{
    display: none;
    -webkit-animation: spinAnimate 1.5s linear infinite;
    -moz-animation: spinAnimate 1.5s linear infinite;
    animation: spinAnimate 1.5s linear infinite;
}
#watchlist_submit.saving-personal-watchlist span{
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.watchlist-col {
    display: inline-block;
    vertical-align: top;
}
.watchlist-col-industry {
    width: 66.5%;
}
.watchlist-col-search {
    width: 32%;
}
.watchlist-form-location .watchlist-col{
    width: 100%;
}
.watchlist-industry-search p {
    display: block;
    margin-bottom: 10px;
    line-height: 1.4em;
}
.industry-search-form input[type="search"] {
    display: block;
    width: 100%;
    padding: 8px;
    border: 2px solid #063d55;
    background: transparent;
    color: inherit;
}
.industry-search-form {
    position: relative;
    margin-bottom: 20px;
}
.industry-search-form-results, .results-item-loader, .no-results-item {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: -1;
    max-height: 20em;
    overflow-y: auto;
    font-size: 0.85em;
    line-height: 1.3em;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.40);
}
.show-search-results .industry-search-form-results, .show-search-results .results-item-loader, .show-no-results.no-results-item{
    display: block;
    z-index: 2;
}
.results-item-loader, .no-results-item{
    padding: 10px;
}
.results-item {
    position: relative;
    padding: 10px;
    cursor: pointer;
    font-size: 1em;
    line-height: 1.3em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.item-added:after {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    position: absolute;
    right: 8px;
    top: 8px;
}
.industry-search-selected-wrapper{
    display: none;
    background: #FFFFFF;
}
.industry-search-selected-wrapper.has-industries{
    display: block;
}
.watchlist-industry-search .industry-search-selected-wrapper p{
    line-height: 1;
    padding: 12px;
    margin-bottom: 0;
}
.industry-search-selected {
    max-height: 200px;
    overflow: auto;
    padding: 0px 8px 8px;
}
.industry-search-selected span.tax-item {
    border: 1px solid #063d55;
    display: inline-block;
    margin: 3px;
    padding: 8px 20px 8px 8px;
    position: relative;
    font-size: 0.85em;
    line-height: 1.3em;
    border-radius: 3px;
    transition: all 0.3s;
}
.industry-search-selected span.tax-item:hover{
    border: 1px solid #4fdef0;
    color: #4fdef0;
}
.industry-search-selected span.tax-item .remove-tax-item {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.8em;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.account-details {
    font-size: 0.9em;
}
.account-details-row {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.account-details-row>div {
    width: 50%;
    margin: 0 !important;
    max-height: 100%;
}
.account-details-row>div:nth-child(odd) {
    padding-right: 20px;
} 
.account-details-row>div:nth-child(even) {
    padding-left: 20px;
} 

.account-details-row.row-center{
    text-align: center;
}
.account-details-row:before, .account-details-row:after {
    content: '';
    display: block;
    clear: both;
}
.account-details-col {
    float: left;
    width: 48%;
    margin: 0 1%;
}
.account-details-col.col-inline-block{
    display: inline-block;
    float: none;
}
.account-details-box {
    border-left: 12px solid #063d55;
    background: #f0f5f5;
    padding: 60px;
    margin-bottom:40px;
}
.account-details-box .account-details-heading {
    font-size: 1.4rem;
    margin-bottom: 20px;
}
.account-details-form .gform_wrapper form .gform_body label.gfield_label {
    margin: 0;
    display: block;
}
.account-details-form .gform_wrapper form .gform_body .username-field label.username-label {
    font-size: 1em;
    font-weight: bold;
    display: block;
}
.account-details-form .gform_wrapper form .gform_body .username-field .username {
    background: #FFFFFF;
    padding: 10px 15px;
    margin: 5px 0px;
    border: 1px solid #b5bfc3;
    color: #27314c;
    border-radius: 3px;
    line-height: 1.25em;
    font-size: inherit;
}
.account-details-form .gform_wrapper form .gform_body .gfield .gfield_description {
    padding: 0;
}
#switch-account-type span, #activate-account-type span{
    display: none;
    -webkit-animation: spinAnimate 1.5s linear infinite;
    -moz-animation: spinAnimate 1.5s linear infinite;
    animation: spinAnimate 1.5s linear infinite;
}
#switch-account-type.switching-account-type span, #activate-account-type.activating-account-type span{
    display: inline-block;
    vertical-align: middle;
}
.details-row{
    margin-bottom: 20px;
}
.details-row:last-child {
    margin-bottom: 0;
}
table.details-row-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border: 0;
}
table.details-row-table tr {
    border-bottom: 1px solid #dde7ed;
}
table.details-row-table tr:last-child {
    border: 0;
}
table.details-row-table tr td {
    padding: 12px 12px 6px 12px;
    vertical-align: top;
    border: 0;
}
table.details-row-table tr td.details-user-name {
    color: #0a3c55;
    position: relative;
    width: 200px;
}
/* .details-row-meta {
    color: #27314c;
    margin-bottom: 20px;
} */
.details-row-content{
    position: relative;
    margin-bottom: 30px;
}
.details-row-title {
    margin-bottom: 10px;
    padding-right: 60px;
}
span.details-type-item {
    display: inline-block;
    vertical-align: top;
    padding: 8px 15px;
    background: #ffffff;
    margin: 0 2px 4px 0;
    color: #0a3c55;
    border-radius: 3px;
    line-height: 1.2em;
    border: 1px solid #e0e0e0;
}
span.details-role-item {
    display: inline-block;
    vertical-align: top;
    padding: 6px 10px;
    background: #f0f5f5;
    margin: 0 2px 4px 0;
    color: #0a3c55;
    border-radius: 3px;
    line-height: 1.2em;
    font-size: 0.9em;
    border: 1px solid #e0e0e0;
}
table.details-row-table tr td.details-user-name span{
    display: inline-block;
    vertical-align: top;
    font-size: 1em;
    margin-top: 2px;
    margin-bottom: 8px;
}
table.details-row-table tr td.details-user-options {
    width: 120px;
    position: relative;
}
table.details-row-table tr td.details-user-options span.user-options{
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    position: absolute;
    display: block;
    right: 10px;
    top: 10px;
    transition: all 0.3s;
}
table.details-row-table tr:hover td.details-user-options span.user-options{
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
.details-user-options .user-options a {
    display: inline-block;
    vertical-align: top;
    margin: 8px;
}
table.details-row-table tr td.details-firm-user-options {
    width: 120px;
    position: relative;
}
table.details-row-table tr td.details-firm-user-options span.firm-user-options{
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    position: absolute;
    display: block;
    right: 10px;
    top: 12px;
    transition: all 0.3s;
}
table.details-row-table tr:hover td.details-firm-user-options span.firm-user-options{
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
.details-firm-user-options .firm-user-options a {
    display: inline-block;
    vertical-align: top;
    margin: 5px;
}
span.details-permission-item {
    color: #4ddef0;
}
.account-details-heading-wrap {
    position: relative;
}
.account-details-heading-wrap #firm-edit {
    position: absolute;
    top: 5px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.account-details-heading-wrap .firm-view {
    position: absolute;
    top: 5px;
    right: 35px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.account-details-heading-wrap:hover .firm-view, .account-details-heading-wrap:hover #firm-edit{
	opacity: 1;
    visibility: visible;
}
.no-details-users {
    padding: 10px 15px;
    border-left: 3px solid #4fdef0;
    background: #ffffff;
    color: #0a3c55;
}
.user-editor-name .user-editor-value, .user-editor-email .user-editor-value {
    padding: 10px;
    border-radius: 3px;
    margin: 5px 0px;
    border: 1px solid #b5bfc3;
}
.custom-form-cb-elem input[type="checkbox"] {
    margin: 0;
    position: absolute;
    top: 7px;
    left: 0;
    background: #eff4f7;
    border: 2px solid #0a3c55;
    border-radius: 3px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}
.custom-form-rb-elem input[type="radio"] {
    margin: 0;
    position: absolute;
    top: 7px;
    left: 0;
    background: #eff4f7;
    border: 2px solid #0a3c55;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}
.custom-form-cb-elem, .custom-form-rb-elem {
    position: relative;
    padding-top: 4px;
    padding-bottom: 4px;
}
.custom-form-cb-elem input[type="checkbox"]:checked, .custom-form-rb-elem input[type="radio"]:checked {
    background: #0a3c55;
}
.user-editor-table table {
    width: 100%;
    border-collapse: collapse;
}
.user-editor-table table tr {
    border-bottom: 1px solid #dae4ea;
    background: #EFF4F7;
}
.user-editor-table table tr:last-child {
    border: 0;
}
.user-editor-table table tr.user-editor-table-head{
    background: #dbe3e8;
}
.user-editor-table table tr td {
    padding: 10px;
    border: 0;
}
.user-editor-table .field-form-repeat {
    position: relative;
    padding-right: 50px;
    margin-bottom: 5px;
}
.user-editor-table .field-form-repeat select {
    margin: 5px 5px 5px 0;
}
.user-editor-table-head {
    padding-right: 50px;
    margin: 10px 0 5px 0;
}
.user-editor-table-head span {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}
.custom-form-row .custom-form-cb-elem label, .custom-form-row .custom-form-rb-elem label {
    margin: 0;
    padding-left: 25px;
    cursor: pointer;
    font-weight: normal;
    color: inherit;
}
form.custom-form {
    position: relative;
    color: #27314c;
}
.custom-form-row {
    margin-bottom: 20px;
}
.custom-form-row label {
    display: block;
    margin-bottom: 5px;
}
.custom-form-row input[type="text"] {
    width: 100%;
    padding: 10px 15px;
    border-radius: 3px;
    border: 1px solid #b5bfc3;
}
.custom-form-row select {
    width: 100%;
    padding: 10px 12px;
    border-radius: 3px;
    border: 1px solid #b5bfc3;
}
.custom-form-row textarea {
    width: 100%;
    padding: 10px 15px;
    max-width: 100%;
    min-height: 150px;
    border: 1px solid #b5bfc3;
    border-radius: 3px;
}
.custom-form-notice div {
    padding: 10px;
    border-left: 3px solid #dde7ed;
    background: #eff4f7;
    color: #0a3c55;
    margin-bottom: 10px;
}
.user-editor-loading .user-editor-loader {
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.5);
}
.notes-left{
    position: relative;
    width: 100%;
}
.show-notes-editor .notes-left{
    width: 48%;
}
.notes-right{
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 50%;
    visibility: hidden;
    opacity: 0;
    background: #dde7ed;
}
.show-notes-editor .notes-right{
    visibility: visible;
    opacity: 1;
    margin-left: 0;
}
.notes-header {
    margin-bottom: 20px;
}
.notes-header a.add-listing-note {
    background: #0a3c55;
    color: #FFFFFF;
    display: inline-block;
    padding: 8px 12px;
    border-radius: 3px;
}
.notes-header a.add-listing-note:hover {
    color: #0a3c55;
    background: #4ddef0;
}
.notes-header a.add-listing-note span {
    margin-right: 8px;
}
.notes-body .listing-note {
    padding: 12px 40px 12px 45px;
    position: relative;
    color: #0a3c55;
    border-bottom: 1px solid #dde7ed;
}
.notes-body .listing-note:first-child{
    border-top: 1px solid #dde7ed;
}
.notes-body .listing-note:hover{
    background: #ffffff;
}
.note-title{
    display: block;
    font-size: 1em;
    margin-bottom: 5px;
}
.note-text{
    display: block;
}
.note-timestamp {
    font-size: 0.8em;
    color: #b4b4b4;
    display: block;
}
.listing-note .note-actions{
    position: absolute;
    top: 6px;
    right: 0;
    color: #0a3c55;
}
.listing-note .note-actions a{
    display: inline-block;
    vertical-align: top;
    padding: 10px;
}
.show-notes-editor .note-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.listing-notes-inner:before, .listing-notes-inner:after {
    content: '';
    display: block;
    clear: both;
}
.no-listing-note {
    padding: 5px 0;
}
.hide-no-listing-note.no-listing-note{
    display: none;
}
.notes-body {
    max-height: 400px;
    overflow: auto;
}
.custom-top-buttons {
    position: relative;
    margin-bottom: 20px;
}
.custom-top-buttons .button-position-right {
    text-align: right;
}
.custom-bottom-buttons {
    margin-top: 20px;
}
.custom-top-buttons.buttons-right{
    text-align: right;
}
.custom-bottom-buttons.buttons-right{
    text-align: right;
}
.custom-button a.button.nobg{
	background: transparent;
    color: #0a3c55;
    padding: 15px 0;
}
.custom-button a.button.nobg:hover{
	color: #4ddef0;
}
.listing-note{
    position: relative;
    display: block;
    padding: 0 80px 0 50px;
}
.listing-note .note-icon {
    position: absolute;
    top: 7px;
    left: 10px;
}
.enquiry-request-inspection {
    text-align: center;
    background: #eff4f7;
    padding: 20px;
}
.enquiry-request-inspection p {
    margin: 0;
}
.tabs-table-wrapper table.tabs-table tbody tr.no-listing-note td {
    padding: 20px;
    text-align: center;
}
.tabs-table-wrapper table.tabs-table tbody tr.no-listing-upload td{
    padding: 20px;
    text-align: center;
}
.enquiry-listing-details {
    background: #eff4f7;
    padding: 30px;
}
.enquiry-listing-details h1.listing-details-title {
    position: relative;
    margin-bottom: 40px;
}
.enquiry-listing-details h1.listing-details-title:before {
    content: '';
    position: absolute;
    bottom: -20px;
    width: 80px;
    height: 5px;
    background: #4ddef0;
}
.enquiry-listing-details h3.listing-details-price {
    margin-bottom: 20px;
}
.listing-details-shortdesc {
    margin: 20px 0;
}
.listing-details-suburb {
    margin-bottom: 10px;
    font-weight: bold;
}
.listing-details-category {
    margin-bottom: 10px;
    font-weight: bold;
}
form.loading-form {
    opacity: 0.5;
}
.loading-form:before {
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.enquiry-message-seller {
    padding: 20px;
    background: #eff4f7;
}
.enquiry-message-seller .listing-enquiry-entry .entry-row {
    border-bottom: 1px solid #e6e6e6;
}
.enquiry-message-seller .listing-enquiry-entry .entry-row:last-child {
    border-bottom: 0;
}
.enquiry-message-seller .listing-enquiry-comments-inner {
    background: #FFFFFF;
    padding: 20px;
    border: 0;
    display: none;
}
.enquiry-message-seller .listing-enquiry-comments-inner.has-comments {
    display: block;
}
.enquiry-message-seller .listing-enquiry-comments form.comment-form textarea {
    background: #FFFFFF;
}

.field-slider {
    position: relative;
}
.field-slider-bar {
    position: relative;
    padding-left: 35px;
    padding-right: 105px;
    margin-bottom: 20px;
}
.field-slider-bar span.price-min {
    position: absolute;
    left: 0;
    top: -9px;
    color: #0a3c55;
}
.field-price-slider {
    height: 8px;
    background: #cfdce3;
    border-radius: 10px;
    position: relative;
}
.field-price-slider .ui-slider-range {
    background: #4ddef0;
    height: 8px;
    border-radius: 10px;
    position: absolute;
    z-index: 1;
}
.field-price-slider span.ui-slider-handle {
    background: #4ddef0;
    height: 18px;
    width: 18px;
    z-index: 2;
    position: absolute;
    top: -6px;
    margin-left: -10px;
    border-radius: 100%;
    border: 0;
    outline: none;
    cursor: pointer;
}
.field-slider-bar span.price-max {
    position: absolute;
    right: 0;
    top: -9px;
    color: #0a3c55;
}
.field-slider-text {
    padding-bottom: 15px;
    color: #27314c;
}
span.field-slider-values {
    font-weight: bold;
}
.field-form-cb input {
    margin: 0;
    position: absolute;
    top: 3px;
    left: 0;
    background: #eff4f7;
    border: 2px solid #0a3c55;
    border-radius: 3px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}
.field-form-cb input:checked {
    background: #0a3c55;
}
.field-form-row {
    position: relative;
}
.field-form-label{
    color: #27314c;
    display: block;
    margin-bottom: 5px;
    font-size: inherit;
}
.field-form-cb {
    padding-top: 5px;
    display: inline-block;
    vertical-align: top;
    width: 48%;
}
.field-form-location .field-form-cb {
    width: auto;
    display: block;
}
.field-form-cb-parent{
    position: relative;
    padding-left: 25px;
}
.field-form-cb-children {
    max-height: 150px;
    overflow: auto;
    border: 1px solid #cfdce3;
    padding: 5px 15px;
    background: #F3F3F3;
    margin: 5px 10px 10px 0;
    display: none;
}
.show-cb-children .field-form-cb-children{
    display: block;
}
.field-form-field .field-form-cb label {
    font-size: 0.9em;
    cursor: pointer;
    color: inherit;
}
.field-form-cb .field-form-cb-child {
    padding-top: 3px;
    padding-left: 25px;
    position: relative;
}
.field-form-location .field-form-cb .field-form-cb-child {
    display: inline-block;
    vertical-align: top;
    width: 32%;
}
.field-form-cb-child input {
    top: 6px;
    background: #eff4f7;
    border: 2px solid #82929b;
}
.field-form-cb .field-form-cb-child label {
    color: #27314c;
}
.field-form-cb-child input:checked {
    background: #82929b;
}
.field-form-row .field-form-repeat {
    position: relative;
    padding-right: 60px;
    margin-bottom: 5px;
}
.field-form-repeat-head{
    padding-right: 50px;
    margin: 5px 0;
}
.field-form-repeat-head span{
    display: inline-block;
    vertical-align: top;
    width: 49%;
}
.field-repeat-option {
    position: absolute;
    right: 0;
    top: 12px;
}
.field-repeat-option a {
    padding: 5px;
    display: inline-block;
    vertical-align: top;
}
.field-form-repeat select {
    width: 48%;
}
.firm-type-field .custom-form-row {
    margin: 0;
}
.firm-type-field input[type="text"], .user-permission-field .ginput_container input, .choice-listing option.hide-option {
    display: none;
}
.gform_wrapper form .gform_body .gform_fields .field-form-permission select {
    width: 49%;
}
.listings-page .field-form-permission .field-repeat-option, .add-listing-page .field-form-permission .field-repeat-option {
    display: none;
}
.listings-page .field-form-permission .field-form-repeat, .listings-page .field-form-permission .field-form-repeat-head,
.add-listing-page .field-form-permission .field-form-repeat, .add-listing-page .field-form-permission .field-form-repeat-head {
    padding: 0;
}

.ui-tooltip {
    position: fixed !important;
    z-index: 9999999;
}
.ui-tooltip .ui-tooltip-content{
    background: #0a3c55;
    color: #FFFFFF;
    padding: 8px;
    line-height: 1.2em;
    border-radius: 3px;
    font-size: 0.8em;
}
.custom-tooltip{
    color: #4ddef0;
    margin-left: 10px;
    border-radius: 100%;
    border: 2px solid #4ddef0;
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
    line-height: 16px;
    font-size: 0.8em;
    font-weight: bold;
}
.listing-uploads-table td img {
    max-height: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
table.tabs-table.listing-uploads-table tbody tr td {
    border-right: 0;
    position: relative;
}
.file-option {
    position: absolute;
    right: 15px;
    top: 8px;
}
.file-option a {
    display: inline-block;
    padding: 10px;
    vertical-align: top;
}
.file-icon {
    font-size: 2em;
    color: #c3ced6;
    position: absolute;
    left: 15px;
    top: 10px;
    transition: all 0.3s;
}
.file-icon.fa-file-pdf {
    color: #1bce6c;
}
.file-icon.fa-file-image {
    color: #4ddef0;
}
.tabs-table-wrapper table.tabs-table tbody tr td.file-link {
    padding: 0;
    display: block;
}
.file-link > a {
    display: block;
    position: relative;
    padding: 15px 15px 15px 55px;
}
.file-image > a {
    display: block;
}
.biz-xero-connect-iframe {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    z-index: 99;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    display: none;
}
.biz-xero-connect-iframe.show-biz-xero-connect{
    display: block;
}
.biz-xero-connect-iframe iframe {
    width: 100%;
    height: 100%;
}
a#close_connect_xero {
    position: absolute;
    top: 10px;
    right: 20px;
    text-decoration: none;
    font-size: 1.5em;
    color: #4ddef0;
    padding: 10px;
}
.current_CoGS .instruction {
    display: none !important;
}

/* Resources Styles */

.resource-grid-main .ee-post__body {
    min-height: 300px;
}
.resource-seller-grid .ee-post__body {
    min-height: 191px;
}
.resource-seller-grid .ee-post__title__heading {
    padding-left: 15px;
    margin-left: -20px;
}
.resource-seller-grid ul.ee-post__terms li a,
.resource-grid-main ul.ee-post__terms li a {
    padding-left: 17px;
}
.resource-grid-main ul.ee-post__terms li a:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    margin-top: 5px;
    margin-left: -17px;
	background: #ffffff;
}
.resource-seller-grid ul.ee-post__terms li a:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    margin-top: 5px;
    margin-left: -17px;
}
.resource-seller-grid.sellers ul.ee-post__terms li a:before {
    background: #4ddef0;
}
.resource-seller-grid.sellers .ee-post__title__heading {
    border-left: solid 4px #4ddef0;
}
.resource-seller-grid.buyers ul.ee-post__terms li a:before {
    background: #bbf41c;
}
.resource-seller-grid.buyers .ee-post__title__heading {
    border-left: solid 4px #bbf41c;
}
.resource-seller-grid.businessbrokers ul.ee-post__terms li a:before {
    background: #1bce6c;
}
.resource-seller-grid.businessbrokers .ee-post__title__heading {
    border-left: solid 4px #1bce6c;
}
.resource-seller-grid.accountants ul.ee-post__terms li a:before {
    background: #1791bc;
}
.resource-seller-grid.accountants .ee-post__title__heading {
    border-left: solid 4px #1791bc;
}

/* FAQs Styles */

.faq-wrapper .elementor-tab-title {
    padding-left: 0px;
}
.faq-wrapper .elementor-toggle-icon {
    position: absolute;
    left: 30px;
    margin-top: 4px;
}

/* Elementor Styles */

.button-left a.elementor-button .elementor-button-text {
    text-align: left;
}
ul.elementor-icon-list-items li {
    align-items: flex-start !important;	
}

/* Search */
.bs-column {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.bs-column input[type="text"] {
    width: 250px;
    padding: 18px 20px;
    border: 0;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 2px;
    color: inherit;
}
.bs-column input::placeholder {
    color: inherit;
}
.bs-column input::-webkit-input-placeholder {
    color: inherit;
}
.bs-column input:-ms-input-placeholder{
    color: inherit;
}
.bs-form .bs-column input[type="submit"] {
    padding: 18px 20px;
    border: 0;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 2px;
    color: #FFFFFF;
    border-radius: 0 10px 10px 0;
    cursor: pointer;
}
.bs-form .bs-column input[type="submit"]:hover {
    padding: 18px 20px;
    border: 0;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 2px;
    color: var( --e-global-color-primary );
    border-radius: 0 10px 10px 0;
    cursor: pointer;
}
.bs-form .bs-column .location-submit-button {
    padding: 18px 20px;
    border: 0;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 2px;
    color: #FFFFFF;
    border-radius: 0 10px 10px 0 !important;
    cursor: pointer;
}
.bs-form .bs-column .location-submit-button:hover {
    color: var( --e-global-color-primary ) !important;
}

.bs-form .bs-column .location-submit-button:active {
    color: var( --e-global-color-primary ) !important;
}

.search-filter-on .bs-form .bs-column {
    display: block;
}
.search-filter-on .bs-form .bs-column input[type="text"] {
    width: 100%;
	border: 2px solid #063d55;
    padding: 14px 20px;
}
.search-filter-on .bs-form .bs-column input[type="button"] {
    width: 100%;
    border-radius: 0 !important;
}
.business-search-filters {
    margin-bottom: 40px;
}
.search-filter-on {
    margin-bottom: 40px;
}
.business-search-sort select {
    height: 54px;
    display: block;
    width: 100%;
    border: 2px solid #063d55;
    padding: 14px;
    font-size: 0.9em;
    color: inherit;
    font-weight: bold;
}
.show-dropdown .bs-dropdown {
    z-index: 2;
    display: block;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.40);
}
.bs-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    z-index: -1;
    max-height: 20em;
    overflow-y: auto;
}
.result-item, .result-item-location {
    padding: 10px;
    cursor: pointer;
    font-size: 0.85em;
    line-height: 1.3em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.result-item:hover, .result-item-location:hover {
    background: #4ddef0;
    color: #FFFFFF;
}
.pac-container {
    font-size:0.85em;
    font-family: inherit;
    color:inherit;
    background: #FFFFFF;
    box-shadow: none;
    border-radius: 0;
    margin-top: 2px;
    border: 2px solid #607c96;
}
/*
.pac-container:after{
    display: none;
}
*/
.pac-container .pac-item {
    border: 0;
    padding: 5px 10px;
    height: auto;
    cursor: pointer;
}
.pac-container .pac-item, .pac-container .pac-matched, .pac-container  .pac-item-query {
    font-size:1em;
    font-family: inherit;
    color:inherit;
}
.pac-container .pac-item:hover {
    background: #4DDEF0;
    color: #FFFFFF;
}
.pac-container .pac-item .pac-icon-marker {
    background: none;
    margin: -1px 8px 0 0;
}
.pac-container .pac-item .pac-icon-marker:before {
    content: '\f3c5';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
}
.business-search-results-main .custom-heading {
    margin-bottom: 30px;
}
.search-result-item a{
    transition: all 0.3s;
}
.search-result-item {
    margin-bottom: 40px;
    background: #FFFFFF;
    position: relative;
    border-right: 5px solid #4ddef0;
    padding-left: 25%;
    transition: all 0.3s;
}
.search-result-item:hover {
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.15);
}
.search-result-item.listing-silver {
    border-right: 5px solid #A7AAAC;
}
.search-result-item.listing-gold {
    border-right: 5px solid #D5A46A;
}
.search-result-item.hide-item {
    display: none;
}
.search-result-item .item-save.saved{
    background: #4fdef0;
    color: #FFFFFF;
    border-radius: 4px;
    height: 28px;
    width: 28px;
    line-height: 24px;
    text-align: center;
}
.search-result-item .item-save.saved a {
    color: #FFFFFF;
    font-size: 0.7em;
}
.business-search-results-loading .search-result-item{
    border-right: 5px solid transparent;
}
.business-search-results-loading .search-result-item * {
    color: rgba(0,0,0,0) !important;
}
.item-image {
    position: absolute;
    width: 25%;
    left: 0;
    top: 0;
    bottom: 0;
}
.item-image-inner {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.default-image .item-image-inner {
    background-size: contain;
}
.business-search-results-loading .item-image-inner{
    background-image: url('images/placeholder.png') !important;
    background-size: contain;
}
.loader-image{
    display: none;
    transition: all 0.3s;
}
.business-search-results-loading .search-result-item .item-image .loader-image{
    display: block;
}
.business-search-results-loading .search-result-item .item-image .loader-image img{
    display: block;
}
.item-details {
    padding: 30px 0;
    min-height: 200px;
}
.item-details-inner{
    padding: 0 30px;
}
.item-details-top {
    padding-right: 220px;
    position: relative;
}
.item-headline a{
    position: relative;
}
.item-headline .loader-bar{
    background: #0a3c55;
}
.item-summary {
    margin-bottom: 20px;
    position: relative;
    padding-right: 170px;
}
.item-location-inner{
    position: relative;
}
.item-price {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    width: 220px;
    text-align: right;
}
.item-firm-logo {
    position: absolute;
    bottom: 50px;
    right: 30px;
    z-index: 2;
    opacity: 1;
    transition: all 0.3s;
}
.business-search-results-loading .item-firm-logo {
    opacity: 0;
}
.item-broker-strip {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.item-save {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
    font-size: 1.5em;
}
.search-result-item .item-save a.saved {
    color:#BBF41C !important;
}
.item-save a {
    transition:color 0.3s;
    color:#4DDEF0 !important;
}
.item-save a:hover {
    color: #BBF41C !important;
}
.search-result-item:before, .search-result-item:after {
    content: '';
    display: block;
    clear: both;
}
.search-result-item .item-image img {
    display: block;
    border: 8px solid transparent;
}
.business-search-results-loading .search-result-item .item-image img{
    display: none;
}
.search-result-item .item-firm-logo img {
    max-width: 150px;
    max-height:100px;
    height: auto;
    display: block;
}
.business-search-results-loading .business-search-results-loader{
    display: block;
}
.loader-bar{
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 30px;
    background: #ced5db;
    z-index: -1;
    transition: all 0.3s;
}
.business-search-results-loading .loader-bar{
    display: block;
    z-index: 1;
}
.bs-filter-group {
    margin-bottom: 3px;
    background:#f0f5f5;
    font-size:0.9em;
    font-weight: bold;
}
.bs-filter-group .bs-filter-label .toggle-option {
    display: block;
    position: relative;
    padding: 18px 30px 18px 18px;
    line-height: 1em;
}
.bs-filter-button input[type="submit"]{
    display: none;
    padding: 18px 20px;
    border: 0;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 2px;
    color: #FFFFFF !important;
    border-radius: 0;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s;
}
.bs-filter-button .filter-submit-mask {
    padding: 18px 20px;
    border: 0;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 2px;
    color: #FFFFFF !important;
    border-radius: 0;
    cursor: pointer;
    width: 100%;
    background: #0a3c55;
    display: block;
    text-align: center;
    transition: all 0.3s;
}
.bs-filter-button .filter-submit-mask:hover{
    background: #4ddef0;
    color: #0a3c55 !important;
}
.bs-filter-options{
    display: none;
    padding: 20px;
    background: #FFFFFF;
    max-height: 400px;
    overflow: auto;
    border: 2px solid #f0f5f5;
}
.show-options .bs-filter-options{
    display: block;
}
.filter-item input[type="checkbox"]{
    margin: 0;
    position: absolute;
    top: 3px;
    left: 0;
    background: none;
    border: 2px solid #0a3c55;
    border-radius: 3px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}
.filter-item input[type="radio"] {
    margin: 0;
    position: absolute;
    top: 3px;
    left: 0;
    background: none;
    border: 2px solid #0a3c55;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}
.filter-item {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
    font-weight: normal;
}
.filter-item input[type="checkbox"]:checked, .filter-item input[type="radio"]:checked{
    background: #0a3c55;
}
.filter-item.hide-item{
    display: none;
}
.bs-filter-slider-bar {
    position: relative;
    margin-right: 15px;
}
#bs-filter-price-slider {
    height: 8px;
    background: #cfdce3;
    border-radius: 10px;
    position: relative;
}
#bs-filter-price-slider .ui-slider-range {
    background: #4ddef0;
    height: 8px;
    border-radius: 10px;
    position: absolute;
    z-index: 1;
}
#bs-filter-price-slider .ui-slider-handle {
    background: #4ddef0;
    height: 16px;
    width: 16px;
    z-index: 2;
    position: absolute;
    top: -4px;
    margin-left: -8px;
    border-radius: 100%;
    border: 0;
    outline: none;
    cursor: pointer;
}
.bs-filter-slider-values {
    margin-bottom: 15px;
    display: block;
}
.toggle-option .fa {
    position: absolute;
    top: 16px;
    right: 14px;
    display:none;
}
.toggle-option .fa.fa-chevron-right {
    display: block;
}
.show-options .toggle-option .fa.fa-chevron-right {
    display: none;
}
.show-options .toggle-option .fa.fa-chevron-down{
    display: block;
}
.bs-filter-group .bs-filter-label .toggle-option:hover {
    color: #0a3c55;
}
.search-pagination .page-numbers {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 100%;
    background: #ffffff;
    font-weight: bold;
    transition: all 0.3s;
}
.search-pagination .page-numbers:hover, .search-pagination .page-numbers.current{
    background: #4ddef0;
    color: #FFFFFF;
}
.single .elementor-widget-theme-post-content ol, .single .elementor-widget-theme-post-content ul {
    margin-left: 0px !important;
    padding-left: 28px !important;
    margin-bottom: 15px;
}
/*
.listing-gold .item-image {
    width: 30%;
}
.listing-gold .item-details {
    width: 70%;
}
.listing-gold .item-image-inner {
    height: 300px;
}
*/
.buyer-profile-signca {
    margin-top: 40px;
}
.buyer-profile-signca .buyer-profile-left {
    display: inline-block;
    vertical-align: top;
    width: 54%;
    margin-right: 3%;
}
.buyer-profile-right {
    display: inline-block;
    vertical-align: top;
    width: 42%;
}
.buyer-profile-signca .buyer-profile-photo img {
    max-width: 200px;
}
.buyer-profile-verified img {
    display: inline-block;
    vertical-align: middle;
    width: 23%;
    margin-right: 5%;
}
.buyer-profile-verified-text {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    margin-top: 15px;
}
.listing-signca-form .gform_wrapper form {
    font-size: inherit;
}
.related-post-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -30px;
}
.related-post-item {
    width: 25%;
    overflow: hidden;
    padding-left: 30px;
}
.related-post-image {
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
}

/* Appraisal tool */
.appraisal-tool-wrapper .row {
    padding: 20px 15px;
    background: #FFFFFF;
    margin-bottom: 2px;
}
table.appraisal-tool-table {
    background: #FFFFFF;
    border: 0;
    font-size: 0.9em;
    width: 100%;
    border-collapse: collapse;
}
.hidden {
    display: none !important;
}
.appraisal-tool-wrapper table.appraisal-tool-table tbody tr.row-highlight {
    background: #0A3C55;
    color: #FFFFFF;
}
table.appraisal-tool-table tbody tr.row-highlight td.column-label {
    color: #FFFFFF;
    padding-top: 8px;
    padding-bottom: 8px;
}
table.appraisal-tool-table tbody tr{
    transition: all 0.3s;
}
table.appraisal-tool-table tbody tr:hover {
    background: #f0f5f5;
}
table.appraisal-tool-table th {
    font-size: 0.9em;
    line-height: 1.3em;
    padding: 10px 15px;
    vertical-align: top;
}
table.appraisal-tool-table th.regular{
    max-width: 250px;
}
table.appraisal-tool-table th.small{
    max-width: 150px;
}
table.appraisal-tool-table td {
    padding: 10px 15px;
    vertical-align: top;
}
table.appraisal-tool-table td.column-heading {
    font-size: 1.3em;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
}
table.appraisal-tool-table td input[type="text"], table.appraisal-tool-table td input[type="number"] {
    width: 100%;
    border: 1px solid #dddddd;
    padding: 5px;
    background: #ffffff;
    transition: all 0.3s;
}
table.appraisal-tool-table td input[type="text"]:focus, table.appraisal-tool-table td input[type="number"]:focus {
    background: #ffffff;
    border: 1px solid #0a3c55;
}
table.appraisal-tool-table tbody tr:hover td input[type="text"], table.appraisal-tool-table tbody tr:hover td input[type="number"] {
    background: #FFFFFF;
}
table.appraisal-tool-table tr.row-highlight td input[type="text"] {
    border: 1px solid transparent;
    background: none !important;
    color: #FFFFFF;
}
table.appraisal-tool-table .currency, table.appraisal-tool-table .percentage {
    text-align: right;
    display: block;
    padding: 5px;
}
table.appraisal-tool-table tr.row-highlight td {
    padding-top: 5px;
    padding-bottom: 5px;
}
table.appraisal-tool-table tbody tr.row-ebitda td {
    padding-top: 40px;
    padding-bottom: 40px;
}
table.appraisal-tool-table tr td select {
    width: 100%;
    background: #0A3C55;
    line-height: 20px;
    border: 1px solid #0A3C55;
    height: 34px;
    color: #FFFFFF;
    padding: 0 5px;
}
table.appraisal-tool-table span.currency.readonly {
    height: 34px;
    line-height: 20px;
    border: 1px solid #dddddd;
    cursor: not-allowed;
}
.toggle-slider {
    background: #f0f5f5;
    border-radius: 30px;
    padding: 1px 15px 1px 30px;
    font-size: 0.7em;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #dddddd;
    line-height: 20px;
    display: inline-block;
    text-align: center;
    position: relative;
    width: 70px;
    transition: all 0.3s;
}
.toggle-slider .slider-control {
    border-radius: 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 1px;
    top: 1px;
    background: #ffffff;
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.1);
    transition: all 0.2s;
}
.toggle-slider.active {
    padding: 1px 30px 1px 15px;
    background: #4DDEF0;
    border: 1px solid #4DDEF0;
}
.toggle-slider.active .slider-control {
    left: 100%;
    margin-left: -21px;
    box-shadow: -2px 2px 5px 0px rgba(0,0,0,0.1);
}
#include-fy-date {
    margin-left: 50px;
}
.row-buttons .custom-button a.button {
    padding: 10px 20px;
    border-radius: 5px;
    width: 150px;
    text-align: center;
}
table.appraisal-tool-table .add-row {
    display: inline-block;
    background: #0A3C55;
    color: #FFFFFF !important;
    text-align: center;
    padding: 5px 15px;
    line-height: 24px;
    font-size: 0.8em;
    border-radius: 3px;
    transition: all 0.3s;
}
table.appraisal-tool-table .add-row:hover {
    background: #4DDEF0;
    color: #0A3C55 !important;
}
table.appraisal-tool-table .add-row span {
    margin-left: 10px;
}

#reset-password-form input {
    width: 100%;
}
#reset-password-form label {
    margin-top: 10px;
}
.message_login_fail {
	background-color: #ca5151;
	color: #ffffff;
	display: block;
	margin-left: 9px;
	margin-right: 9px;
	text-align: center;
	padding: 9px 15px; 
	width: fit-content;
	margin: 0 auto;
}
.login_fail_warning {
	color: #ca5151;
	background-color: #fff;
	width: 20px;
	height: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 900;
	border-radius: 50%;
	margin-right: 10px;
	padding-top:5px;
}

.td_dollar_price {
	margin-right:0 !important;
	padding-right:0 !important;
}
.td_price {
	margin-left:0 !important;
	padding-left:0 !important;
}
.enquiry-price-hidden {
	display: none !important;
}
table#tab_enquiries {
    width: 100% !important;
}
.td_upgrade, .td_invite, .td_enquiries {
	width:8% !important;
}
.th-price {
	width:11% !important;
}
.th-seller {
	width: 9% !important;
}
.td_chart, .td_edit, .td_notes{
	width:6% !important;
}
.td_uploads {
	width:9% !important;
}
#listing-table {
	background:#ffffff;
}
#listing-table .biz-button .button{
    white-space: nowrap;
}
#loadingBar {
  display: none;
}
.progress {
  height: 20px;
  margin-bottom: 10px;
  overflow: hidden;
  background-color: #f0f5f5;
  border-radius: 4px;
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #1bce6c;
  transition: width 0.6s ease;
}

/* Spin */
@-moz-keyframes spinAnimate {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spinAnimate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spinAnimate {
    100% {
        -webkit-transform: rotate(360deg);
        transform:rotate(360deg);
    }
}

@keyframes rotateAnimate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 1920px) {
    table.tabs-table {
        font-size: 0.8em;
    }
    table.tabs-table thead tr th, td.biz-name a {
        font-size: 1em;
    }
}

@media screen and (max-width: 1700px) {
	.td_chart, .td_upgrade, .td_notes, .td_edit{
		display: none;
	}
    table.tabs-table thead tr th, table.tabs-table tbody tr td{
        width: auto !important;
    }
    .enquiries_price, .enquiries_dollar, .enquiries_date{
        display: none;
    }
}

@media screen and (max-width: 1600px) {
    .tabs-table-wrapper {
        padding: 10px;
    }
    .enquiry_phone {
        display: none;
    }
}

@media screen and (max-width: 1500px) {
	td.biz-tag, th.biz-tag, .td_invite, .td_uploads, .td_portal, .td_clones {
		display: none;
	}
}

@media screen and (min-width: 1025px) {
    .email-logs-table .email-labels{
        display: none;
    }
}

@media screen and (max-width: 1200px) and (min-width: 1025px) {
	.responsive-hidden, .laptop-hidden{
		display: none !important;
	}
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
	.tablet-hidden{
		display: none !important;
	}
}

@media screen and (max-width: 1024px) {
    .tablet-show{
        display: block !important;
    }
    .responsive-hidden{
        display: none !important;
    }
    .mobile-label{
        display: block !important;
    }
    .responsive-label-hidden {
        font-size: 0 !important;
    }
    .tabs-menu nav ul.elementor-nav-menu li {
        display: block;
        border-bottom: 3px solid #FFFFFF;
    }
    .tabs-menu nav ul.elementor-nav-menu {
        display: block;
    }
    .tabs-menu nav ul.elementor-nav-menu li a {
        text-align: left;
        justify-content: unset !important;
    }
    .tabs-table-wrapper, .buyer-profile, #personal-watchlist, .account-details-box {
        border-left: 6px solid #063d55;
        padding: 15px;
    }
    .account-details-emails .account-details-box {
        border-left: 6px solid red;
    }
    table.email-logs-table tr td {
        display: block;
        padding: 2px 15px 2px 45px;
    }
    table.email-logs-table tr td.email-view{
        padding-left: 45px;
    }
    table.email-logs-table thead {
        display: none;
    }
    table.email-logs-table tr td.email-to {
        padding-top: 15px;
    }
    table.email-logs-table tr td.email-view {
        padding-bottom: 15px;
        text-align: left;
    }
    table.email-logs-table tbody tr {
        border: 2px solid #063d55;
        position: relative;
    }
    table.email-logs-table tbody tr:before {
        content: "\f0e0";
        font-family: 'Font Awesome 5 Free';
        font-weight: normal;
        position: absolute;
        top: 50%;
        left: 12px;
        margin-top: -13px;
    }
    table.tabs-table.table-mobile-block tbody tr td {
        display: block;
        text-align: left;
        padding: 5px 8px;
        border: 0;
        width: 100%;
    }
    table.tabs-table.table-mobile-block thead tr th {
        display: none;
    }
    table.tabs-table.table-mobile-block tbody tr td .mobile-label {
        font-weight: bold;
        font-style: italic;
        font-size: 0.9em;
    }
    table.tabs-table.table-mobile-block tbody tr td.enquiry-button .button {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }
    table.tabs-table.table-mobile-block tbody tr td.enquiry-status {
        position: static;
        text-align: left;
    }
    .tabs-table-wrapper table.tabs-table tbody tr td.biz-tag{
        width: 120px;
    }
    table.tabs-table.table-mobile-block tbody tr {
        position: relative;
        border-bottom: 15px solid #f0f5f5;
        border-top: 0;
    }
    table.tabs-table.table-mobile-block tbody tr:last-child{
        border-bottom: 0;
    }
    table.tabs-table.table-mobile-block tr td select {
        width: 100%;
        display: block;
    }
    table.tabs-table.table-mobile-block tr td .button {
        display: block;
        margin: 0 0 5px;
        text-align: center;
        border: 0;
        background: #f0f5f5;
        font-size: 1em;
        padding: 5px;
    }
    .biz-tag .listing-tag-gold {
        border: 0;
        padding: 0;
        font-size: 0;
    }
    .biz-tag .listing-tag-item img {
        position: relative;
        top: auto;
        left: auto;
        height: 25px;
    }
    .tabs-filter {
        display: block;
    }
    .tabs-filter select {
        width: 100%;
    }
    .tabs-pagination {
        float: none;
        margin-bottom: 8px;
    }
    .custom-top-buttons {
        margin: 0;
    }
    .custom-bottom-buttons {
        margin: 0;
    }
    .tabs-table .entry-new {
        top: 5px;
        right: 5px;
    }
    .enquiry-listing-details, .enquiry-message-seller {
    	padding: 15px;
	}
    .buyer-profile .profile-col {
        float: none;
        width: auto;
    }
    .buyer-profile .profile-bio {
        text-align: left;
    }
	.watchlist-col-industry, .watchlist-col-search {
		width: auto;
		display: block;
		margin-bottom: 20px;
	}
	.watchlist-form-cb {
		width: auto;
		display: block;
	}
	.watchlist-form-location .watchlist-form-cb .watchlist-form-cb-child {
		display: block;
		width: auto;
	}
	.watchlist-form-row {
		padding-bottom: 20px;
	}
	.account-details-row .account-details-col {
    	float: none;
    	width: 100%;
        padding: 0 !important;
    }
    table.details-row-table tr td {
        width: 100%;
        display: block;
    }
    table.details-row-table tr td.details-firm-user-options {
        position: static;
    }
    table.details-row-table tr {
        position: relative;
    }
    table.details-row-table tr td.details-user-options {
        position: static;
    }
    .account-details .buyer-profile {
        border: 0;
    }
    .file-link > a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 80vw;
    }
    table.tabs-table.table-mobile-block tbody tr td.connect-user-option {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: center;
    }
    table.listing-tabs tr td.connect-user-option a, table.listing-tabs .file-option a {
        font-family: inherit;
        display: block;
        padding: 5px 10px;
        background: #0a3c55;
        color: #FFFFFF;
        border-radius: 2px;
        margin: 0 0 8px;
        font-weight: inherit;
        line-height: inherit;
        transition: all 0.3s;
    }
    table.listing-tabs tr td.connect-user-option a:before, table.listing-tabs .file-option a:before {
        display: none;
    }
    table.listing-tabs tr td.connect-user-option a:hover, table.listing-tabs .file-option a:hover {
        background: #4ddef0;
    }
    .file-option {
        position: relative;
        right: auto;
        top: auto;
        text-align: center;
    }
    .listing-enquiry-entry {
        margin-bottom: 15px;
    }
    .enquiry-message-seller .listing-enquiry-entry .entry-row {
        padding-left: 0;
    }
    .enquiry-message-seller .listing-enquiry-entry .entry-row span.row-label {
        position: relative;
        left: auto;
        top: auto;
        margin-right: 10px;
    }
    .listing-enquiry-comments form.comment-form textarea{
        min-height: 200px;
    }
    .field-form-cb {
        display: block;
        width: auto;
    }
    .gform_wrapper form .gform_body .gform_fields .gfield.gf_list_img .gfield_radio .gchoice, 
    .gform_wrapper form .gform_body .gform_fields .gfield.gf_list_img .gfield_checkbox .gchoice {
        width: 100%;
    }
    .gform_wrapper form .gform_body .gform_fields .gfield.gf_list_img .gfield_radio .gchoice label, 
    .gform_wrapper form .gform_body .gform_fields .gfield.gf_list_img .gfield_checkbox .gchoice label {
        margin-right: 0;
        max-width: 100%;
    }
    .gform_wrapper form .gform_body .gform_fields .gfield.gf_list_img .gfield_radio .gchoice label img,
    .gform_wrapper form .gform_body .gform_fields .gfield.gf_list_img .gfield_checkbox .gchoice label img {
        max-height: 150px;
    }
    body .tingle-modal .tingle-modal-box__content, body .tingle-modal .tingle-modal-box__footer {
        padding: 15px;
    }
    #search-filter-wrapper {
        display: none;
    }
    #search-filter-wrapper.show-search-filters {
        display: block;
    }
    .related-post-item {
        width: 50%;
    }
}

@media (max-width: 1200px) {
	.td_enquiries{
		display:none;
	}
}

@media (max-width: 1025px) {
	.td_price{
		display:none;
	}
}

@media (max-width: 845px) {
	td.biz-name {
		position: relative;
		min-width: 100% !important;
	}
}

@media screen and (max-width: 1024px) {	
	body {
		overflow-x: hidden !important;
	}
	.gform_wrapper form .gform_body .gform_fields .gfield.product-field-checkbox {
		padding: 20px 20px 50px 60px !important;
	}
}

@media screen and (max-width: 767px) {
	body {
		overflow-x: hidden !important;
	}
	.td_listing_name {
		width: 63% !important;
	}
	.mobile-hidden{
		display: none !important;
	}
	.enquiry-price-hidden {
		display: block !important;
	}
	table.tabs-table thead tr th {
		padding: 5px 8px;
	}
	.tabs-table-wrapper table.tabs-table tbody tr td {
		border-right: 0;
		padding: 5px 8px;
	}
	td.biz-button {
		width: 120px;
	}
	table.tabs-table .biz-button .button {
		padding: 5px;
        line-height: 1.3em;
	}
    .custom-button .button.button-mobile-block, .button-mobile-block{
        display: block;
        text-align: center;
    }
	.add-listing .custom-sub-button {
		top: 100%;
		left: 0;
		right: 0;
		margin: 0;
		text-align: center;
	}
	.add-listing.show-sub-button .custom-sub-button{
		left: 0;
		right: 0;
		margin-top: 10px;
		margin-left: 0;
	}
	.add-listing .custom-sub-button a.button {
		display: block;
		padding: 8px;
	}
	.add-listing .custom-sub-button:before, .add-listing .custom-sub-button:after{
		display: none;
	}
    .custom-top-buttons .button-position-right {
        margin-bottom: 20px;
    }
    .listing-edit-content {
        padding: 15px;
    }
    .gform_wrapper form .gf_page_steps .gf_step {
        display: block;
        margin: 0 0 15px;
    }
    .gform_wrapper form .gf_page_steps .gf_step .gf_step_number {
        width: 30px;
        height: 30px;
    }
    .gform_wrapper form .gform_body .gform_fields .gfield .gfield_label {
        font-size: 1em;
    }
    body .gform_wrapper form .gform_body .gform_fields .gfield input[type=text], 
    body .gform_wrapper form .gform_body .gform_fields .gfield input[type=email], 
    body .gform_wrapper form .gform_body .gform_fields .gfield input[type=number] {
        padding: 5px !important;
    }
    .gform_wrapper form .gform_body .gform_page .gform_page_footer .button {
        line-height: 1em !important;
        width: 100% !important;
        margin: 0 0 10px 0;
    }
    .listing-note .note-icon {
        left: 5px;
        top: 5px;
    }
    .listing-note {
        padding: 0 0 0 35px;
    }
    .listing-note .note-actions {
        top: auto;
        bottom: 0;
    }
    .listing-note .note-actions a {
        padding: 0 10px;
    }
	.faq-wrapper .elementor-toggle-icon {
		left: 10px;
	}
    .search-result-item{
        border: 0;
        padding-left: 0;
    }
    .item-image {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        width: 100%;
    }
    .item-details {
        float: none;
        width: auto;
        position: relative;
        padding: 15px;
    }
    .item-image-inner {
        height: 200px;
    }
    .item-details-inner {
        padding: 0;
    }
    .item-firm-logo, .item-price {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        width: auto;
        text-align: left;
    }
	.bs-column {
		display: block !important;
		margin-bottom: 5px;
	}
	.bs-column input[type="text"] {
		width: 97%;
	}
    .item-details-top, .item-summary{
        padding-right: 0;
    }
    .related-post-item {
        width: 100%;
    }
    .related-post-image{
        height: 280px;
    }
	.listing-signca-form .gform_wrapper form .gform_footer {
    	display: block;
	}
	.listing-signca-form .gform_wrapper form .gform_footer .button {
    	display: block;
    	margin-bottom: 15px;
    	width: 100%;
		white-space: normal;
	}
	.gform_wrapper form .gform_body .gform_fields .gfield.product-field-input {
		padding: 30px 20px 30px 55px !important;
	}
	.gform_wrapper form .gform_body .gform_fields .gfield.product-field-input label {
		font-size: 17px !important;
	}
	.gform_wrapper form .gform_body .gform_fields .gfield.product-field-input .ginput_container {
		top: 45% !important;
		margin-right: -8px !important;
	}
    .custom-button a.button .icon-right {
        margin-left: 15px;
    }
    .custom-button a.button .icon-left {
        margin-right: 15px;
    }
}

/* Buyer Profile styles */
.buyer-profile-heading {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5em;
	font-family: "neusa-next-std-condensed";
}
.recent-activity-card, .enquiry-card, .notes-card {
    border: 1px solid #0a3c55;
    padding: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.recent-activity-icon, .enquiry-icon, .notes-icon {
    font-size: 23px;
    margin-right: 15px;
    display: flex;
    align-items: center;  /* Center the icon vertically */
    justify-content: center;  /* Center the icon horizontally */
    width: 40px;  /* Set a fixed width for the icon container */
}
.recent-activity-text, .enquiry-text, .notes-text {
    flex-grow: 1;  /* Allows the text container to take up the rest of the space */
}
.recent-activity-sort-buttons, .enquiry-sort-buttons {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.recent-activity-sort-buttons a, .enquiry-sort-buttons a {
    background: #ced8dd;
    display: inline-block;
    width: 40%;
    padding: 10px;
    border: 2px solid #0a3c55;
    border-radius: 5px;
    margin-right: 20px;
    text-align: center;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.recent-activity-sort-buttons a:last-child, .enquiry-sort-buttons a:last-child {
    margin-right: 0; /* Remove margin from the last button */
}
.recent-activity-sort-buttons a:hover, .enquiry-sort-buttons a:hover {
    background: #b5c2c7;
    color: white !important;
}
.recent-activity-sort-button, .enquiry-sort-button {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.recent-activity-sort-button a, .enquiry-sort-button a {
    background: #ced8dd;
    display: inline-block;
    width: 40%;
    padding: 10px;
    border: 2px solid #0a3c55;
    border-radius: 5px;
    margin-right: 20px;
    text-align: center;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.recent-activity-sort-button a:last-child, .enquiry-sort-button a:last-child {
    margin-right: 0; /* Remove margin from the last button */
}
.recent-activity-sort-button a:hover, .enquiry-sort-button a:hover {
    background: #b5c2c7;
    color: white !important;
}
.recent-activity-headline {
    font-weight: bold;
}
.recent-activity-time {
    margin-top: 10px; 
    font-size: 1rem;
}
.card-link-trigger {
    color: inherit;  
    display: block;  
    cursor: pointer; 
}
.buyer-profile-note:hover {
    background-color: #b5c2c7; 
	color: white !important;
}
.buyer-profile-note {
    border: 1px solid #0a3c55;
    padding: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.notes-sort-buttons {
    display: flex;
    justify-content: right;
    margin-bottom: 10px;
}
.notes-sort-buttons a {
    display: inline-block;
    width: 25%;
    padding-bottom: 5px;
    border-bottom: 2px solid rgba(10, 60, 85, 0.47);
    margin-right: 20px;
    text-align: center;
    text-decoration: none;
    color: inherit;
	font-family: "neusa-next-std", neusa-next-std;
	font-size: 15px;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.notes-sort-buttons a:last-child {
    margin-right: 0; /* Remove margin from the last button */
}
.notes-sort-buttons a:hover {
    cursor: pointer; 
}
.clear-float {
    clear: both;
}
.add-buyer-profile-note-button {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.add-buyer-profile-note-button a {
    background: #ced8dd;
    display: inline-block;
    width: 100%;
    padding: 10px;
    border: 2px solid #0a3c55;
    border-radius: 5px;
    margin-right: 20px;
    text-align: center;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.add-buyer-profile-note-button a:hover {
    background: #b5c2c7;
    color: white !important;
}

.buyer-profile-view-deed-button {
    display: inline-block;
    border-bottom: 2px solid #4fdef0;
    font-size: 1em;
    margin: 5px 0px;
}

.buyer-profile-view-live-chat-button {
    display: inline-block;
    border-bottom: 2px solid #4fdef0;
    font-size: 1em;
    margin: 5px 0px;
}

/* CSS for stars on the buyer profile page */
.average-rating {
    color: #d5a46a; /* Gold color for stars */
    font-size: 24px; /* You may adjust according to your preference or your Elementor subheading style */
    font-weight: 600; /* Assuming a heavier font-weight like the subheadings, adjust as needed */
    margin-bottom: 10px; /* Adding some space below the stars */
}

.star-rating {
    font-size: 60px; 
    color: #d5a46a; /* Gold color for stars */
}

.star-text {
    display: inline-block;
    font-size: 40px;
    white-space: nowrap;
    margin: 20px 0 15px 15px;
}


/* CSS for badges (attributes) */
.Buyer_Attribute {
    display: inline-block;
    color: #0da851; /* Deep Green color for text */
    background-color: #d9f8e4; /* Soft Green color for background */
    border: 2px solid #1bce6c; /* Deep Green color for border */
    padding: 5px 10px; /* Providing space around the text inside the badge */
    margin: 5px; /* Adding some space around each badge */
    border-radius: 12px; /* Rounded corners for badges */
}

.positive-attribute {
    display: inline-block;
    color: #0da851; /* Deep Green color for text */
    background-color: #d9f8e4; /* Soft Green color for background */
    border: 2px solid #1bce6c; /* Deep Green color for border */
    padding: 5px 10px; /* Providing space around the text inside the badge */
    margin: 5px; /* Adding some space around each badge */
    border-radius: 12px; /* Rounded corners for badges */
}

.negative-attribute {
    display: inline-block;
    color: #4a4a4a; /* Dark Grey color for text */
    background-color: #f0f5f5; /* Light Grey color for background */
    border: 2px solid #4a4a4a; /* Dark Grey color for border */
    padding: 5px 10px; /* Providing space around the text inside the badge */
    margin: 5px; /* Adding some space around each badge */
    border-radius: 12px; /* Rounded corners for badges */
}

.buyer-profile-last-updated {
    margin: 5px;
}

.no-buyer-reviews {
    display: inline-block;
    color: #a42929; /* Deep Red color for text */
    background-color: #f9f4f4; /* Soft Red color for background */
    border: 2px solid #a42929; /* Deep Red color for border */
    padding: 5px 10px; /* Providing space around the text inside the badge */
    margin: 5px; /* Adding some space around each badge */
    border-radius: 12px; /* Rounded corners for badges */
}

/* Listing notes styles */
body.show-note-form-popup{
    overflow: hidden !important;
}
.note-form-popup-wrapper{
    display: none;
}
.show-note-form-popup .note-form-popup-wrapper{
    display: block;
}
.logged-in .note-form-popup {
    top: 32px;
}
.note-form-popup {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    z-index: 99;
    background: #FFFFFF;
    padding: 40px;
    animation-duration: 0.8s;
    box-shadow: 2px 8px 23px 3px rgba(0,0,0,0.2);
    overflow: scroll;
}
.note-form-popup-background {
    background: rgb(115 122 139 / 51%);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 98;
}
#close-listing-note-button {
    position: absolute;
    top: 40px;
    right: 40px;
    font-size: 1.3em;
}
.listing-note-item {
    background: #ffffff;
    transition: all 0.3s;
    padding: 15px 2px 15px 3px;
    border: 0;
    margin-bottom: 3px;
    position: relative;
}
.tabs-list-content {
    font-size: 0.8em;
}
.tabs-list-heading {
    font-size: 0.8em;
    color: #849daa;
    padding: 15px 2px 15px 3px;
}
.notes-editor-overlay {
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFFFFF;
    z-index: 1;
}
.hide-notes-form-overlay .notes-editor-overlay {
    display: none;
}
.page-content {
    max-width: 100% !important;
}

.upload-link label {
    cursor: pointer;
    border-bottom: 2px solid #0A3C5578;
    padding-bottom: 3px;
}


.account-details-box-profile-image .account-details-box-profile-row {
    clear: both;
        border-left: 12px solid #063d55;
        background: #f0f5f5;
        padding: 60px;
        margin-bottom: 20px;
        margin-left: 0;
        margin-bottom: 40px;
        position: relative;
        display: block;
    }

.account-details-box-profile-image .upload-link {
    position: absolute;
    left: 36%;
    bottom: -55px;
    font-size: 14px;
}




.account-details-box-profile-image>div:not(.account-details-box-profile-image>div.button-container):not(.account-details-box-profile-image .image-container) {
    display: block!important;
}
.account-details-box-profile-image .text-container {
    margin-left: 0;
}
.account-details-box-profile-image .button-container {
    max-width: 100%;
    display: block;
    justify-content: flex-start;
}
.account-details-box-profile-image .button-container>a {
    margin-bottom: 10px !important;
    margin: 0;
}
.account-details-box-profile-image .button-container>a:first-child {
    margin-right: 20px;
}
.account-details-box-profile-image .image-container {
    position: relative;
    display: flex;
    flex-direction: initial;
    margin-bottom: 50px;
    align-items: center;
}
.account-details-box-profile-image .image-container .avatar {
    float: left;
    width: 50%;
    position: relative;
    text-align: center;
}
.account-details-box-profile-image .image-container .avatar-inner {
    border-radius: 50%;
    overflow: hidden;
    width: 150px;
    height: 150px;
}
.account-details-box-profile-image .image-container .avatar-inner img {
    height: 100%;
}
.account-details-box-profile-image .verify-logo {
    float: right;
    width: 50%;
}

.image-container .default {
    margin-right: 10px;
    height: 100%;
    object-fit: cover;
}
.image-container {
  display: flex;
  margin-bottom: 10px; 
}

.image-container img {
  margin-right: 10px; 
}

.upload-link {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    margin-left: -20%;
}

.text-container {
    display: block;
    flex-direction: column;
    font-size: 15px;
    text-align: left;
    margin-bottom: 10px;
    margin-left: -17%;
}

.button-container {
  display: flex;
  justify-content: center;
}

.button-container .btn {
  margin: 0 10px;
}
.button-container a.btn {
    display: inline-block;
    vertical-align: top;
    padding: 15px 25px;
    background: #0a3c55;
    color: #FFFFFF !important;
    border-radius: 10px;
    border: 0;
    font-size: 0.8em;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s;
}
@media (max-width: 1024px) {
  .image-container {  
    flex-direction: column;
    align-items: center;
  }

  .image-container img {
    margin-right: 0;
  }

  .verify-logo img {
    margin-top: 10px;
  }

  .upload-link {
    margin-left: 44px;
    clear: both;
  }

  .text-container {
    align-items: center;
  }

  .button-container {
    flex-direction: column;
  }

  .button-container .btn {
    margin: 10px 0;
  }
    .account-details-row>div>div {
        margin-bottom: 40px;
    }
    .account-details-box-profile-image .account-details-box-profile-row {
        width: 90%;
        border-left: 6px solid #063d55;
        padding: 15px;
    }
    .account-details-box-profile-image .account-details-box-profile-row .text-container {
        display: block;
    }
  .account-details-box-profile-image {
        background: transparent;
        padding: 0;
        margin-left: 0;
        margin-bottom: 40px;
        position: relative;
        display: block;
    }
    .account-details-box-profile-image>div:not(.account-details-box-profile-image>div.button-container):not(.account-details-box-profile-image .image-container) {
        display: block!important;
    }
    .account-details-box-profile-image .text-container {
        margin-left: 0;
    }
    .account-details-box-profile-image .image-container {
        position: relative;
        display: flex;
        flex-direction: initial;
    }
    .account-details-box-profile-image .image-container .avatar {
        width: 50%;
    }
    .account-details-box-profile-image .image-container .avatar-inner {
        width: 150px;
        height: 150px;
        border-radius: 50%;
    }
    .account-details-box-profile-image .image-container img {
        height: 100% !important;
        object-fit: cover;
    }
    .account-details-box-profile-image .verify-logo {
        float: right;
        width: 77%;
        padding-left: 15px;
    }
    .account-details-box-profile-image .verify-logo img {
        width: 120px;
    }
    .account-details-box-profile-image .button-container>a {
        margin-bottom: 15px;
    }
    .account-details-box-profile-image .upload-link {
        margin-left: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -40px;
        font-size: 12px;
        display: block;
    }

}
@media (min-width: 769px) and (max-width: 1024px) {
    .account-details-row>div {
        max-height: 100%;
        margin-bottom: 30px !important;
        overflow: hidden;
    }
    .account-details-row>div>div
    {
        width: 100% !important;
    }
    .account-details-row>div:nth-child(odd) {
        padding-right: 0;
    }

}
@media (min-width: 600px) and (max-width: 767px) {
    .account-details-box-profile-image .image-container .avatar {
        width: 29% !important; 
        text-align: center;
    }
}
@media (max-width: 768px) {
    .account-details-box-profile-image .account-details-box-profile-row {
        margin: 0 0 40px 0;
    }
    .account-details-box-profile-image .image-container>img {
        height: 140px !important;
    }
    .account-details-row {
        display: block;
    }
    .account-details-row>div {
        width: 100%;
        padding: 0 !important;
    }
    .account-details-box-profile-image .upload-link {
        bottom: -44px;
        font-size: 11px;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}
@media (min-width: 515px) and (max-width: 768px) {
    .account-details-box-profile-image .button-container>a:first-child {
        margin-right: 10px !important;
    }
}
@media (min-width: 1025px) {
    /* .account-details-box-profile-image .account-details-box-profile-row {
        min-height: 766px;
    } */
    .account-details-box-profile-image .image-container .avatar {
        width: 150px;
        margin-right: 20px;
    }
}
@media (max-width: 1194px) {
    .account-details-box-profile-image .button-container>a:first-child {
        margin-right: 66px;
    }
}

.withdrawn-link {
    color: white;
}

.withdrawn-link:hover {
    text-decoration: underline;
    color: white;
}

.elementor-shortcode #load_more_activity {
    background: #0A3C55!important;
    padding: 18px 25px;
    text-align: center;
    display: block; 
    margin: 0 auto; 
    width: fit-content; 
}

.elementor-shortcode #load_more_activity:hover {
    cursor: pointer;
}

.page-content {
    max-width: 100% !important;
}

.recent-activity-cards-wrapper {
    height: 500px;
    overflow-y: auto;
    margin-bottom: 3%;
}

.recent-activity-cards-wrapper::-webkit-scrollbar {
    width: 8px;
}

.recent-activity-cards-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.recent-activity-cards-wrapper::-webkit-scrollbar-thumb {
    background: #888;
}

.recent-activity-cards-wrapper {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}
#header-listing-table-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 700px) {
	#header-listing-table-custom {
        flex-direction: column;
        justify-content: space-between;
    }
    #tabs-field-custom {
        width: 100% !important;
        flex-direction: column !important;
    }
    #search-field-custom {
        width: 100% !important;
        flex-direction: column !important;
    }
    .tabs-table-wrapper .dataTables_wrapper .dataTables_filter {
        text-align: start !important;
    }
    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
        text-align: start !important;
    }
}
#listing-table_filter {
    margin-right: 10px !important;
}
#search-field-custom {
    display: flex;
    width: 50%;
    justify-content: end;
    font-size: 1rem;
}
#tabs-field-custom {
    display: flex;
    width: 48%;
    margin: 20px 0px;
    font-size: 0.9rem;
    line-height: 35px;
    background-color: white;
    display: flex;
    padding: 5px;
    justify-content: space-between;
}
#tabs-field-custom .list-tab-status {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    width: auto;
}
#tabs-field-custom .list-tab-status .tabs-field-btn {
    display: inline-block; 
    vertical-align: top; 
    padding: 6px 10px; 
    background: #f0f5f5; 
    margin: 0 2px 4px 0; 
    color: #0a3c55; 
    border-radius: 3px; 
    line-height: 1.2em; 
    font-size: 0.9em; 
    border: 1px solid #e0e0e0;
    cursor: pointer;
}
#tabs-field-custom .list-tab-status .active {
    border: 2px solid #072a3b; 
    background: #ced8dd;
}

#email-template-table {
	background:#ffffff;
}
#email-template-table .button{
    white-space: nowrap;
}
.search-field {
    display: flex !important;
    justify-content: end !important;
    margin-bottom: 10px;
}
.search-field .search-input {
    width: 250px;
    /* Set width for inputs */
    font-size: 14px !important;
    padding: 10px !important;
    border-radius: 5px;
    margin-right: 10px;
}
.search-field .search-btn {
    flex: 1;
    padding: 10px !important;
    font-size: 14px !important;
    font-weight: bold;
    background-color: #000 !important;
    color: #fff;
    border: 0px;
    max-width: 150px;
    cursor: pointer;
    border-radius: 5px;
}
.td_text {
    font-size: 0.9rem !important;
    padding: 15px 2px 15px 3px !important;
    white-space: nowrap;
    max-width: 150px;
    overflow: hidden; 
    text-overflow: ellipsis; 
}
.back-listing {
    color: #0A3C55;
    background-color: #FFFFFF00;
    border-radius: 0px 0px 0px 0px;
    padding: 0px 0px 2px 0px;
    width: fit-content;
    font-size: 1rem;
    border-bottom: none;
}
.back-listing a {
    color: #0A3C55 !important;
}
.template_field {
    margin-bottom: 20px;
    display: grid;
}
.template_field .template_field_name {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 1rem;
}
.template_field .template_field_required {
    display: inline-block;
    font-size: 13.008px;
    padding-left: .125em;
    color: #4ddef0;
}
.left {
    text-align: start;
}
.template_field_input {
    background: #ffffff;
    padding: 10px 15px !important;
    margin: 5px 0px;
    border: 1px solid #b5bfc3;
    color: #0a3c55;
    border-radius: 3px;
    width: 100%;
}
.template_field_input:disabled {
    background: gray;
}
.sub_field_name {
    clear: both;
    font-family: inherit;
    font-size: 0.9rem;
    letter-spacing: normal;
    line-height: inherit;
    width: 100%;
}
.odd-template {
    background: #ffffff;
    border-top: 2px solid #f0f5f5;
    transition: all 0.3s;
}
.email-content-feature {
    height: 800px;
    position: relative;
}
.hide-branding {
    width: 100%;
    height: 58px;
    position: absolute;
    background: #F0F5F5;
    bottom: -16px;
    right: 0;
}
.btn-open-editor {
    padding: 10px !important;
    font-size: 14px !important;
    font-weight: bold;
    background-color: #000 !important;
    color: #fff;
    border: 0px;
    cursor: pointer;
    border-radius: 5px;
}
.btn-edit-editor {
    padding: 10px !important;
    font-size: 14px !important;
    font-weight: bold;
    background-color: #000 !important;
    color: #fff;
    border: 0px;
    cursor: pointer;
    border-radius: 5px;
    display: none;
    margin-left: 10px;
}
.template_btn {
    display: inline-block;
    border: none;
    border-bottom: 2px solid #4fdef0;
    font-size: 0.9rem;
    margin: 2px 5px;
    transition: all 0.3s;
    background: #fff !important;
    cursor: pointer;
}
#header-table-custom {
    display: flex;
    justify-content: end;
}
#email-template-table_filter {
    padding-bottom: 20px;
    padding-top: 20px;
    margin-right: 10px;
}
#list-email-with-firm-id_filter {
    padding-bottom: 20px;
    padding-top: 20px;
}
.email-recipient-btn-group {
    display: flex;
}
.email-recipient-btn-group .btn-recipient-email {
    display: block;
    padding: 10px 40px;
    border: 2px solid #0a3c55;
    border-radius: 5px;
    margin-right: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 1rem;
    cursor: pointer;
}
.email-recipient-btn-group .active {
    background: #ced8dd !important;
    border: 2px solid #072a3b;
}

.popup-email {
	background: rgba(100, 100, 100, 0.6);
	position: fixed;
	display: none;
	z-index: 9999;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;

}
.popup-email .wrapper {
    max-width: 90%;
    width: 90%;
    position: fixed;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background: #FFFFFF;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px 0px rgba(#000000, 0.4);
}
#email-suggest-table_filter {
    padding: 20px 0px;
}
.email-template-with-filter {
    font-size: 1rem;
}
.email-template-with-filter .dataTables_filter {
    margin: 0px;
}
.template-choose {
    display: none;
    margin-bottom: 20px;
    margin-top: 10px;
    padding-bottom: 20px;
}
.template-choose .name-template-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.template-choose .template-tab-left {
    width: 100%;
}
.template-choose .template-tab-right {
    width: 100%;
}
.template-choose .template-tab-right .email-content-review {
    height: 300px;
    max-height: 300px;
}
.dataTables_sizing {
    overflow: visible !important;
    height: 15px !important;
}
#email-template-table-filter-child thead tr {
    display: none !important;
}
#email-template-table-filter-child tbody tr {
    cursor: pointer !important;
}
.template-choose .template-tab-left .review {
    color: green;
}
.template-choose .template-tab-right .review {
    color: green;
}
#email-template-table-filter-child_filter {
    justify-content: end;
    display: flex;
}
#email-template-table-filter-child_filter label {
    justify-items: center;
    padding: 10px;
}
.content-review-email {
    display: flex; 
    padding: 10px
}
@media only screen and (max-width: 600px) {
    #email-template-table-filter-child_filter {
        flex-direction: column;
        justify-content: start;
    }
    .content-review-email {
        flex-direction: column;
    }
}

.fa-spinner {
    animation: spin 1s infinite linear;
  }
  
@keyframes spin {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}

.email-template-multi {
    display: flex;
}
.email-template-multi .tab-left-custom {
    width: 80px;
    float: left;
    transition: width 0.5s; 
    background-color: white;
    border-radius: 5px;
    padding: 5px;
    background-color: #4DDEF0;
}
.email-template-multi .tab-right-custom {
    width: calc(100% - 80px);
    padding-left: 10px;
    float: left;
    transition: width 0.5s;
}
#list-email-with-firm-id_wrapper {
    min-height: 500px;
    background-color: white;
    border-radius: 5px;
    padding: 5px;
    width: 100%;
}
table.dataTable>tbody>tr>td.select-checkbox:before, table.dataTable>tbody>tr>td.select-checkbox:after, table.dataTable>tbody>tr>th.select-checkbox:before, table.dataTable>tbody>tr>th.select-checkbox:after {
    top: 40% !important;
    left: 40% !important;
    width: 20px !important;
    height: 20px !important;
}
table.dataTable>tbody>tr.selected>td.select-checkbox:after, table.dataTable>tbody>tr.selected>th.select-checkbox:after {
    font-size: 30px !important;
    margin-top: -5px !important;
    margin-left: -8px !important;
}

input[id="checkbox-all-email"]:checked {
    background-color: red;
    color: white;
}
.toggle-filter-header {
    text-align: center;
    background-color: white;
    font-size: 1.2rem;
    padding: 10px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
}
.filter-content {
    height: 90%;
    justify-content: space-between;
    flex-direction: column;
}
.sub-content-text {
    text-align: center;
    margin: 10px;
    font-size: 1rem;
    font-weight: 600;
}
.btn-add-filter {
    background-color: #425b76 !important;
    font-size: 0.9rem !important;
    padding: 15px 20px !important;
    border-radius: 5px !important;
    cursor: pointer;
    border: none !important;
}
.btn-add-sub-filter {
    padding: 10px !important;
    background-color: #A5DC86 ;
    color: white;
    border-radius: 5px !important;
    cursor: pointer;
    border: none !important;
}
.group-add-filter {
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 10px;
}
.content-filter-render {
    height: 100%;
    max-height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.group-select-filter-box {
    display: none;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    border: 1px dotted gray;
    min-height: 50px;
    position: relative;
    margin-top: 20px;
}

#toogle {
    display: none;
  }
  
  .toogle-button {
    font-weight: bold;
    font-size: 10PX;
    display: inline-block;
    width: 50px;
    height: 26px;
    background-color: #E7E2CD;
    border-radius: 30px;
    position: relative;
    cursor: pointer;
  }
  
  .toogle-button::after {
    content: attr(data-label-off);
    width: 30px;
    height: 30px;
    color: #E7E2CD;
    background-color: green;
    border: 2px solid #E7E2CD;
    border-radius: 50%;
    box-shadow: 0 0 2px rgba(0, 0, 0, .25);
    position: absolute;
    top: -2px;
    left: -7px;
    line-height: 0;
    display: grid;
    place-content: center;
    transition: all .5s;
    transform: 1s ease-in;
  }
  
  .checkbox-btn-group {
    padding: 10px 0px 0px 10px;
  }
  .switch-field {
	display: flex;
	overflow: hidden;
    position: absolute;
    top: -17px;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	background-color: #e4e4e4;
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	line-height: 1;
	text-align: center;
	padding: 8px 16px;
	margin-right: -1px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: #a5dc86;
	box-shadow: none;
}

.switch-field label:first-of-type {
	border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
	border-radius: 0 4px 4px 0;
}
.remove-icon-btn {
    position: absolute;
    right: -3px;
    top: -12px;
    font-size: 25px;
    cursor: pointer;
    background-color: white;
}
.select-dropdown,
.select-dropdown * {
	margin: 0;
	padding: 0;
	position: relative;
	box-sizing: border-box;
    font-size: 1rem;
    margin: 20px 10px;
    padding: 10px;
    cursor: pointer;
}
.select-dropdown {
	position: relative;
	background-color: #E6E6E6;
	border-radius: 4px;
}
.select-dropdown select {
	font-size: 1rem;
	font-weight: normal;
	max-width: 100%;
	padding: 8px 24px 8px 10px;
	border: none;
	background-color: transparent;
		-webkit-appearance: none;
		-moz-appearance: none;
	appearance: none;
}
.select-dropdown select:active, .select-dropdown select:focus {
	outline: none;
	box-shadow: none;
}
.select-dropdown:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	width: 0;
	height: 0;
	margin-top: -2px;
	border-top: 5px solid #aaa;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.group-select-condition {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px dotted;
    height: 1px;
    margin: 45px 0px;
}
.select-condition-text {
    background-color: white; 
    cursor:pointer; 
    margin-top: 5px;
}
div.dtsb-searchBuilder div.dtsb-group button.dtsb-search {
    display: none !important;
}
div.dtsb-searchBuilder button.dtsb-add {
    /* float: right; */
    /* right: 0 !important;
    top: 0 !important;
    bottom: -3.5em !important;
    position: absolute !important; */
}
div.dtsb-searchBuilder button.dtsb-button {
    padding: 20px 20px 12px 20px !important;
    background: #0a3c55 !important;
    color: #FFFFFF !important;
    border-radius: 10px !important;
    border: 0 !important;
    font-size: 0.8em !important;
    font-weight: bold !important;
    cursor: pointer !important;
    text-decoration: none !important;
    color: white !important;
    line-height: 1em !important;
}
div.dtsb-searchBuilder div.dtsb-group div.dtsb-logicContainer {
    background-color: #0a3c55 !important;
}
div.dtsb-searchBuilder div.dtsb-group div.dtsb-logicContainer button.dtsb-clearGroup {
    height: auto !important;
}
/* div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria {
    margin-bottom: 2.1em !important; 
} */
div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria select.dtsb-data {
    border-color: #0A3C55 !important;
    font-size: 1.2rem;
}
div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria select.dtsb-condition {
    border-color: #0A3C55 !important;
    font-size: 1.2rem;
}
div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria select.dtsb-value, div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria input.dtsb-value {
    border-color: #0A3C55 !important;
    font-size: 1.2rem;
}
div.dtsb-searchBuilder div.dtsb-titleRow {
    margin-bottom: 0px !important;
}
div.dtsb-searchBuilder div.dtsb-titleRow button.dtsb-clearAll {
    float: left !important;
}
#header-content-dynamic-list {
    display: flex;
    position: relative;
}
#add-listing-btn {
    position: absolute;
    right: 0px;
    display: flex;
    justify-content: end;
    z-index: 10;
}
.select-custom-value {
    max-width: 300px;
}
.verifyBtn {
    padding: 0px 5px !important;
    margin: 5px !important;
    width: 150px !important;
    border: none !important;
    cursor: pointer;
    border-radius: 5px !important;
}
.grid-view-field {
    display: none;
}

.buyer-name-content {
    display: flex;
    gap: 10px;
    align-items: center;
}
.live-badge {
    font-size: 1rem;
    background: #D9F8E4;
    color: #0DA853;
    padding: 2px 10px;
    border: 1px solid #0DA853;
    border-radius: 10px;
}
.manual-badge {
    font-size: 1rem;
    background: #F0F5F5;
    color: #4A4A4A;
    padding: 2px 10px;
    border: 1px solid #4A4A4A;
    border-radius: 10px;
}
.loading-screen-email {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    z-index: 10;
    background-color: white;
    display: none;
    opacity: 0.5;
  }
  
  .loading-screen-email .b {
    border-radius: 50%;
    border-left: 4px solid;
    border-right: 4px solid;
    border-top: 4px solid transparent !important;
    border-bottom: 4px solid transparent !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ro 2s infinite;
  }
  
  .loading-screen-email .b1 {
    border-color: #4ddef0;
    width: 120px;
    height: 120px;
  }
  
  .loading-screen-email .b2 {
    border-color: #bbf41c;
    width: 100px;
    height: 100px;
    animation-delay: 0.2s;
  }
  
  .loading-screen-email .b3 {
    border-color: #1bce6c;
    width: 80px;
    height: 80px;
    animation-delay: 0.4s;
  }
  
  .loading-screen-email .b4 {
    border-color: #0a3c55;
    width: 60px;
    height: 60px;
    animation-delay: 0.6s;
  }
  
  @keyframes ro {
    0% {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    
    50% {
      transform: translate(-50%, -50%) rotate(-180deg);
    }
    
    100% {
      transform: translate(-50%, -50%) rotate(0deg);
    }
  }
#loadingText {
    display: none;
}
#noListingText {
    display: none;
    font-size: 1rem;
    padding: 16px;
    border: 1px dotted #0a3c55;
    border-radius: 10px;
}
#noListingFound {
    font-size: 1rem;
    padding: 16px;
    border: 1px dotted #0a3c55;
    border-radius: 10px;
    margin-bottom: 30px;
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
    .enquiry_email {
      display: none;
    }
  }
  
.btn-status-change {
    padding: 10px 5px !important;
    width: 100%;
    font-size: 0.85rem !important;
    margin-bottom: 30px;
    color: black !important;
    box-shadow: 5px 11px 8px 1px rgba(0, 0, 0, 0.2);
}
.btn-current-change {
    background-color: #FFC2C2 !important;
    border: 2px solid #0A3C55 !important;
}

.btn-withdraw-change {
    background-color: #91ff87b0 !important;
    border: 2px solid #1BCE6C !important;
}
.text-withdrawn {
    min-height: 200px;
    align-content: center;
}

.btn-submit, .btn-end {
    padding: 10px 16px !important;
}
.btn-end {
    background-color: darkgray !important;
}

button.btn-close.btn-close-css {
    background-color: white !important;
    padding: 0px !important;
    margin: 0px 10px !important;
    font-size: 1.2rem !important;
}
.link-modal {
    font-weight: bold; 
    text-decoration: underline;
}


.loading-screen {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    z-index: 10;
    background-color: white;
    display: none;
    opacity: 0.5;
  }
  
  .loading-screen .b {
    border-radius: 50%;
    border-left: 4px solid;
    border-right: 4px solid;
    border-top: 4px solid transparent !important;
    border-bottom: 4px solid transparent !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ro 2s infinite;
  }
  
  .loading-screen .b1 {
    border-color: #4ddef0;
    width: 120px;
    height: 120px;
  }
  
  .loading-screen .b2 {
    border-color: #bbf41c;
    width: 100px;
    height: 100px;
    animation-delay: 0.2s;
  }
  
  .loading-screen .b3 {
    border-color: #1bce6c;
    width: 80px;
    height: 80px;
    animation-delay: 0.4s;
  }
  
  .loading-screen .b4 {
    border-color: #0a3c55;
    width: 60px;
    height: 60px;
    animation-delay: 0.6s;
  }

  .private-listing-icon {
    color: #d5a46a;
    font-size: 1.4rem;
    margin-top: 5px;
    align-items: center;
    display: flex;
    justify-content: end;
  }
  .private-listing-icon img {
    width: 28px;
  }
  .private-listing-icon span {
    margin-top: 5px;
    margin-left: 5px;
  }
  .hidden-item {
    display: none;
  }

  #gform_ajax_spinner_61 {
    position: absolute;
    background-color: #27546b;
    padding: 15px 103px;
    border-radius: 5px;
  }
  #gform_submit_button_61 {
    width: 220px !important;
  }
  #gform_ajax_spinner_30 {
    position: absolute;
    background-color: #27546b;
    padding: 15px 53px;
    border-radius: 5px;
  }

  #contact-profile-table_filter {
    display: none;
  }

#transactions-table-listing-live {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    background-color: white;
}
#transactions-table-listing-live th, #transactions-table-listing-live td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
    font-size: 1rem;
}
#transactions-table-listing-live th {
    background-color: #f2f2f2;
    color: black;
    text-align: center;S
}
#transactions-table-listing-live tr:nth-child(even) {
    background-color: #f9f9f9;
}
.note-cell {
    max-height: 7.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.view-pdf {
    border: none;
    border-bottom: 2px solid #4fdef0;
    margin: 2px 5px;
    transition: all 0.3s;
}

#transactions-table-listing-live_filter {
    margin: 20px 0px;
}

button#toggle-transaction-form-btn {
    padding: 15px 50px !important;
    border: none !important;
    box-shadow: 5px 6px 5px 1px rgba(0, 0, 0, 0.2);
}

.template_field_name {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 1rem;
}
.template_field_required {
    display: inline-block;
    font-size: 13.008px;
    padding-left: .125em;
    color: #4ddef0;
}

.submit-transaction-account {
    width: 100%;
    border: none !important;
    box-shadow: 5px 6px 5px 1px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1336px) {
    .responsive-label-hidden {
        display: none;
    }
}
/* Style for the filter boxes */
.combined-phone-log-filter-box {
    display: inline-flex;
    flex-direction: column;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.combined-phone-log-filter-box label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #0a3c55; /* Leading Blue */
}

.combined-phone-log-filter-box select,
.combined-phone-log-filter-box input {
    padding: 5px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #0a3c55; /* Leading Blue */
    background-color: #f0f5f5; /* Genuine Grey */
}

/* Style for the submit button */
.elementor-kit-9 input[type="submit"].combined-phone-log-button {
    padding: 6px 50px;
    font-size: 14px;
    color: #fff;
    background-color: #0a3c55; /* Leading Blue */
    border: none;
    border-radius: 4px;
    cursor: pointer;
    align-self: flex-end; /* Align button to the bottom of its container */
}

.elementor-kit-9 input[type="submit"].combined-phone-log-button:hover {
    background-color: #4ddef0; /* Fluid Blue */
    border: none;
    border-radius: 4px;
}

/* Style for the pagination */
.combined-phone-log-pagination {
    margin-top: 20px;
    text-align: left;
}

.combined-phone-log-pagination a {
    color: #0a3c55; /* Leading Blue */
    padding: 8px 16px;
    margin: 0 5px;
    text-decoration: none;
    border: 1px solid #0a3c55; /* Leading Blue */
    border-radius: 4px;
    background-color: #f0f5f5; /* Genuine Grey */
}

.combined-phone-log-pagination a:hover {
    background-color: #4ddef0; /* Fluid Blue */
    color: #fff !important;
}

.combined-phone-log-pagination .current-page {
    background-color: #1bce6c; /* Dynamic Green */
    color: #fff;
    border: 1px solid #1bce6c; /* Dynamic Green */
    padding: 8px 16px;
    margin: 0 5px;
    border-radius: 4px;
}

/*Call Details Settings*/
.call-details-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    z-index: 1000;
    width: 80%;
    height: 80%;
    overflow-y: auto;
  }
  
  .popup-content {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  
  .popup-content textarea {
    width: 100%;
    height: calc(100% - 60px); /* Adjust height to account for buttons */
    margin-bottom: 10px;
  }
  
  .button-group {
    display: flex;
    justify-content: space-between;
  }
  
  .elementor-kit-9 .call-details-button {
      padding: 6px 50px;
      font-size: 14px;
      color: #fff;
      background-color: #0a3c55; /* Leading Blue */
      border: none;
      border-radius: 4px;
      cursor: pointer;
      align-self: flex-end; /* Align button to the bottom of its container */
      display: flex;
      justify-content: space-between;
  }
  
  .elementor-kit-9 .call-details-button:hover {
      background-color: #4ddef0; /* Fluid Blue */
      border: none;
      border-radius: 4px;
  }
  
  /* Style for the submit button in popup*/
  .elementor-kit-9 .call-notes-button button {
      padding: 6px 50px;
      font-size: 14px;
      color: #fff;
      background-color: #0a3c55; /* Leading Blue */
      border: none;
      border-radius: 4px;
      cursor: pointer;
  }
  
  /* Hover state for buttons within call-notes-button */
  .elementor-kit-9 .call-notes-button button:hover {
      background-color: #4ddef0; /* Fluid Blue */
  }
  
  /* Flex container to align buttons horizontally */
  .call-notes-button {
      display: flex;
      justify-content: flex-end;
      column-gap: 0.5rem;
  }

  .call-notes-button #cancel-call-note {
    background-color: var(--bs-gray-400);
  }

  .call-notes-button #cancel-call-note:hover {
    background-color: var(--bs-gray-600);
  }

  .checkboxContainer input[type="checkbox"] {
    margin-right: 10px;
    width: 15px;
    height: 15px;
    background: #eff4f7;
    border: 2px solid #0a3c55;
    border-radius: 3px;
    cursor: pointer;
    -webkit-appearance: none;
    padding: 5px;
  }
  .checkboxContainer input[type="checkbox"]:checked {
    background: #0a3c55;
  }

  .radioContainer input[type="radio"] {
    margin-right: 10px;
    width: 15px;
    height: 15px;
    background: #eff4f7;
    border: 2px solid #0a3c55;
    border-radius: 50%;
    cursor: pointer;
    -webkit-appearance: none;
    padding: 5px;
  }
  .radioContainer input[type="radio"]:checked {
    background: #0a3c55;
  }
  
  .highlighted {
    background: #4ddef0;
    color: #FFFFFF;
  }
/* General styles for the tags and the Add Tag button container */
.buyer-tag-container {
    display: flex;
    align-items: flex-start; 
    flex-wrap: wrap;
    gap: 10px; /* Adds space between items */
    position: relative; 
}

/* Inline tags container */
.tags-inline {
    display: flex;
    gap: 10px; /* Adds spacing between individual tags */
    flex-wrap: wrap; /* Ensures tags wrap onto the next line if space is limited */
}

/* Styles for individual tags */
.badge-custom {
    display: inline-block;
    vertical-align: top;
    padding: 6px 10px;
    background: #ced8dd;
    margin: 0 2px 4px 0;
    color: #0a3c55;
    border-radius: 3px;
    line-height: 1.2em;
    font-size: 0.9em;
    border: 2px solid #072a3b;
    position: relative;
    cursor: pointer;
}

/* Close button inside tags */
.badge-custom .btn-close {
    position: absolute;
    top: -10px;
    right: -7px;
    background-color: #ff0000;
    font-size: 0.75em;
    width: 16px;
    height: 16px;
    line-height: 1;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    border: 3px solid #ff0000;
}

/* Close button inside tags */
.elementor-kit-9 .badge-custom .btn-close {
    position: absolute;
    top: -10px;
    right: -7px;
    background-color: #ff0000;
    font-size: 0.75em;
    width: 16px;
    height: 16px;
    line-height: 1;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    border: 3px solid #ff0000;
}


/* Override Elementor styles for .btn-close inside badges */
.elementor-kit-9 .badge-custom .btn-close:hover {
    position: absolute;
    top: -10px;
    right: -7px;
    background-color: #ff0000;
    font-size: 0.75em;
    width: 16px;
    height: 16px;
    line-height: 1;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    border: 3px solid #ff0000;
}

/* Add Tag button styles */
.buyer-tag-add {
    align-self: flex-end;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px; 
    border: none;
    padding: 5px 10px;
    border-radius: 3px;
    background-color: #072a3b; 
    border: 2px solid #072a3b; 
    color: #FFF; 
    cursor: pointer;
    font-size: 1rem;
}

.buyer-tag-add:hover {
    background-color: #4DDEF4;
    color: #0A3C55;
}

/* Add Tag button styles for elementor pages*/
.elementor-kit-9 #add-tag-button.buyer-tag-add {
    align-self: flex-end;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px; 
    border: none;
    padding: 5px 10px;
    border-radius: 3px;
    background-color: #072a3b; 
    border: 2px solid #072a3b; 
    color: #FFF; 
    cursor: pointer;
    font-size: 1rem;
}

.elementor-kit-9 #add-tag-button.buyer-tag-add:hover {
    background-color: #4DDEF4;
    color: #0A3C55;
}

.elementor-kit-9 .btn-cancel {
    padding: 10px;
}

.elementor-kit-9 .save-tag-button {
    padding: 10px;
    background-color: #1bce6c;
}

.elementor-kit-9 .modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y)* .5) calc(var(--bs-modal-header-padding-x)* .5);
    margin: calc(-.5* var(--bs-modal-header-padding-y)) calc(-.5* var(--bs-modal-header-padding-x)) calc(-.5* var(--bs-modal-header-padding-y)) auto;
    background-color: #FFF;
}

.elementor-kit-9 .modal-header .btn-close:hover {
    padding: calc(var(--bs-modal-header-padding-y)* .5) calc(var(--bs-modal-header-padding-x)* .5);
    margin: calc(-.5* var(--bs-modal-header-padding-y)) calc(-.5* var(--bs-modal-header-padding-x)) calc(-.5* var(--bs-modal-header-padding-y)) auto;
    background-color: #FFF;
}

#gform_116 .gform_footer input[type="submit"] {
    background: #4cb96a;
}
#gform_116 .gform_footer input[type="submit"]:hover {
    background: #4ddef0;
    color: #0a3c55;
}
.custom-button a.button.button-mobile-block.lead-button {
    background: #eff4f7;
    color: #0a3c55;
    border: 1px solid #0a3c55;
}
.custom-button a.button.button-mobile-block.lead-button:hover {
    background: #4ddef0;
    color: #0a3c55;
}

.aio-listing-edit-sidebar-item {
    font-size: 1.3rem;
    font-weight: 600;
}

[data-id="4b4ab42"],
[data-id="f56a7f6"] {
    color: var(--e-global-color-primary);
    font-family: "neusa-next-std-condensed", neusa-next-std;
    font-size: 2.5em;
    font-weight: bold;
    margin-top: 30px;
}

[data-id="a5fff69"],
[data-id="a31e761"] {
    color: var(--e-global-color-primary);
    font-family: "neusa-next-std-condensed", neusa-next-std;
    font-size: 2.5em;
    font-weight: bold;
    margin-bottom: 50px;
    line-height: 2.6rem;
}

[data-id="1ddf8de"],
[data-id="12e4cc8"] {
    color: var(--e-global-color-primary);
    font-family: "neusa-next-std", neusa-next-std;
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0px;
}

[data-id="d1b5bcb"],
[data-id="dcd525d"] {
    color: var(--e-global-color-primary);
    font-family: "neusa-next-std", neusa-next-std;
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0px;
}

[data-id="491b20c"],
[data-id="ae96cc8"] {
    margin-bottom: 20px !important;
}

.aio-listing-edit-container {
    display: flex;
}

.aio-listing-edit-sidebar {
    width: fit-content;
    text-wrap: nowrap;
    padding: 3rem 1rem;
    height: fit-content;
    top: 0;
    position: sticky;
}

.aio-listing-edit-sidebar-item {
    margin-bottom: 0.5rem;
    cursor: pointer;
    user-select: none;
    padding: 0.25 rem;
    transition: color 150ms ease-in-out, opacity 150ms ease-in-out;
}

.aio-listing-edit-sidebar-item:hover,
.aio-listing-edit-sidebar-item.active,
.aio-listing-edit-sidebar-item:active {
    color: var(--e-global-color-secondary);
}

.aio-listing-edit-sidebar-item:active {
    opacity: 0.75;
}

.aio-listing-edit-shortcode {
    width: 100%;
}

.aio-confirm-dialog-button {
    cursor: pointer;
    color: #fff;
    transition: all 0.3s;
    display: block;
    text-align: center;
    line-height: 1rem; 
    border-radius: 3px;
    padding: 15px 30px;
    margin: 0;
    font-size: 16px;
    background-color: var(--e-global-color-primary);
    float: right;
    margin-top: 1rem;
}

.aio-confirm-dialog-button:hover {
    color: var(--e-global-color-primary);
    background-color: var(--e-global-color-secondary);
}

.button-go-live {
    background-color: var( --e-global-color-3901076 ) !important;
    text-align: center !important;
    padding: 0.5rem 1rem 0.5rem 1rem !important;
    font-weight: bolder !important;
    border-radius: 0.25rem !important;
    transition: all 150ms ease-in-out !important;
    cursor: pointer !important;
    width: 100% !important;
    font-size: 1.25rem !important;
    border: none !important;
    color: var( --e-global-color-primary ) !important;
}

.button-go-live:hover {
    background-color: var( --e-global-color-primary ) !important;
    color: #fff !important;
}

.button-go-live:active:not(:disabled) {
    transform: scale(0.975) !important;
}

.button-go-live:disabled{
    opacity: 0.9;
    cursor: not-allowed !important;
    background-color: var( --e-global-color-primary ) !important;
    color: #fff !important;
}

.go-live-listing {
    display: none;
}

.back-listing {
    color: #0A3C55;
    background-color: #FFFFFF00;
    border-radius: 0px 0px 0px 0px;
    width: 15rem;
    font-size: 1.2rem;
    margin: 14px 30px 0px 7px;
    border-right: 12px solid;
    font-weight: 700;
    padding-top: 25px;
}

.back-listing-text {
    position: sticky;
    top: 40px;
    cursor: pointer;
    width: fit-content;
    transition: all 300ms ease-in-out;
}

.back-listing-text:hover {
    transform: translate(-15px, 0);
}
