/* @version 7.5 */
/* MOD:- LIVE AUCTIONS */
/* @version 9.0 [rev.9.0.02] */
/* @version 9.0 [rev.9.0.02] */
/* @version 9.0 [rev.9.0.02] */
/* @version 9.0 [rev.9.0.01] */
/* @version 9.0 [rev.9.0.01] */
/* @version 9.0 [rev.9.0.02] */
.badge-live-auction {
  background-color: #ec971f; }

.text-bg-create-live-auction {
  color: #fff;
  background-color: #6bb913; }
.text-bg-draft {
  color: #000; }

.current-lot {
  border: 1px solid #ccc;
  background-color: #f8f9fa;
  border-radius: 6px;
  margin: 0 auto;
  padding: .5rem 2rem;
  max-width: 500px; }

.badge-white {
  background-color: #fff; }

/* main image */
#jq-lotMainImage iframe {
  display: block;
  width: 100%; }
@media (max-width: 767.98px) {
  #jq-lotMainImage .slick-prev, #jq-lotMainImage .slick-next {
    z-index: 9; }
    #jq-lotMainImage .slick-prev::before, #jq-lotMainImage .slick-next::before {
      color: #000;
      opacity: .25; }
  #jq-lotMainImage .slick-prev {
    left: 0; }
  #jq-lotMainImage .slick-next {
    right: 0; }
  #jq-lotMainImage .img-thumbnail {
    border-color: transparent; } }

/* /main image */
/* thumbnails */
#jq-lotThumbnails .slick-prev::before,
#jq-lotThumbnails .slick-next::before {
  color: #000;
  opacity: .25; }
#jq-lotThumbnails .item {
  margin: .25rem; }

/* /thumbnails */
.listing-card .btn-lot-start-manually,
.listing-card .btn-lot-close-manually,
.media-body .btn-lot-start-manually,
.media-body .btn-lot-close-manually {
  display: none; }

.order-1 {
  -ms-flex-order: 1;
  -webkit-flex-order: 1;
  order: 1; }

.order-0 {
  -ms-flex-order: 0;
  -webkit-flex-order: 0;
  order: 0; }

#lots-in-auction .jq-thumb, #lots-drafts .jq-thumb {
  background-color: #fff;
  width: 138px; }

.jq-thumbs.ui-sortable .jq-thumb {
  cursor: move; }

.jq-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem; }

.jq-thumb {
  margin: 0; }
  .jq-thumb .listing-title {
    width: 128px;
    max-width: 100%;
    font-size: 12px;
    line-height: 16px;
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: left; }
  .jq-thumb .listing-location {
    font-size: 12px;
    font-weight: 600;
    text-align: left; }
  .jq-thumb .jq-thumb-add, .jq-thumb .jq-thumb-remove {
    border-top: 1px solid #eee;
    margin-top: .5rem;
    padding-top: .5rem;
    text-align: center;
    cursor: pointer;
    display: block; }
  .jq-thumb .disabled {
    color: #ddd;
    cursor: not-allowed; }

.jq-thumb + .jq-thumb {
  margin-left: 0; }

.badge.text-bg-live-auction {
  color: #fff;
  background-color: #999b9b; }

.live-auction-header .live-auction-description {
  padding: 1rem;
  background-color: #fafafa;
  border: 1px solid #e9ecef; }

/*# sourceMappingURL=auction-events.css.map */
