<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* automation variables */
/* Standard Colors */
/* Colors for live auction left column, where it says "Now", "Paused", and "Closed" on the top right of the left column. */
/* End of colors for live auction left column */
/* Lot grid view colors */
/* End of lot grid view colors */
/* Text color for:
	- "Won"
	- "Bidding $3,000 (Max. $4,000)"
	- "You bid $3,000" (for timed auctions to indicate what your bid was for a non-active lot)
*/
/* Text color for "Outbid $4,000 [...] Current $4,500". */
/* Lot list background color when hovering. */
/*$auction-status-color-default: transparentize($primary-color-medium,0.1) !default;
$auction-status-text-color-default: #fff !default;*/
/*$button-color-black-text-shadow: #495d75 !default;
$button-color-black-border: #8598a9 !default;
$button-color-black-shadow: #131d27 !default;*/
/* TODO Need to create red color button for the demo template */
/* Emulating bootstrap default line height, useful when you want to reset the line height */
/* Line height value used for a nearly zero pixel gap around text. Useful when you want to align text pixel perfectly. */
/* Deprecated, do not use this. Use $am-logo-color from _menu.scss instead. */
/* new menu variables */
/* realestate menu variables */
.lot-thumbnail-overlay-wrap.small .lot-default-overlay .status-label {
  font-size: 10px; }

.live-sale-page-v2 .live-auction-container-v2 .btn-custom.back-to-current-lot {
  font-size: 16px !important; }

.lot-thumbnail-overlay-wrap.small .lot-default-overlay .status-label {
  font-size: 10px; }

/* this will apply to all non english people. fab wanted the credit card fields to all go to the next line, this will do just that. */
.profile-page .form-section .form-group label,
.bidder-register-page .form-section .form-group label {
  height: auto; }

.profile-page .new-credit-card-form .credit-card-inputs .card-number, .profile-page .new-credit-card-form .credit-card-inputs .cvc-code, .profile-page .new-credit-card-form .credit-card-inputs .expiry-month, .profile-page .new-credit-card-form .credit-card-inputs .expiry-year, .profile-page .form-section .new-credit-card-form .credit-card-inputs .card-number, .profile-page .form-section .new-credit-card-form .credit-card-inputs .cvc-code, .profile-page .form-section .new-credit-card-form .credit-card-inputs .expiry-month, .profile-page .form-section .new-credit-card-form .credit-card-inputs .expiry-year,
.bidder-register-page .new-credit-card-form .credit-card-inputs .card-number,
.bidder-register-page .new-credit-card-form .credit-card-inputs .cvc-code,
.bidder-register-page .new-credit-card-form .credit-card-inputs .expiry-month,
.bidder-register-page .new-credit-card-form .credit-card-inputs .expiry-year,
.bidder-register-page .form-section .new-credit-card-form .credit-card-inputs .card-number,
.bidder-register-page .form-section .new-credit-card-form .credit-card-inputs .cvc-code,
.bidder-register-page .form-section .new-credit-card-form .credit-card-inputs .expiry-month,
.bidder-register-page .form-section .new-credit-card-form .credit-card-inputs .expiry-year {
  float: none;
  display: block; }

/*# sourceMappingURL=locale-style-pl-pl.css.map */</pre></body></html>