/* MOD:- AUCTION EVENTS */
/* @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-event {
  background-color: #ec971f; }

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

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

/* /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; }

.jq-thumb {
  background-color: #fff; }

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

.jq-thumbs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: .5rem; }
  @media (max-width: 575px) {
    .jq-thumbs {
      grid-template-columns: repeat(2, 1fr); } }

.jq-thumb {
  margin: 0 !important; }
  .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; }

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

.auction-event-header .title {
  font-size: 2rem;
  margin-bottom: 1.5rem; }
  @media (max-width: 575.98px) {
    .auction-event-header .title {
      font-size: 1.5rem; } }
.auction-event-header .dl-lg {
  display: flex;
  align-items: center; }
  .auction-event-header .dl-lg dd {
    font-size: 1.1rem;
    padding-bottom: 0;
    margin-bottom: 0; }
.auction-event-header .auction-event-viewing-date {
  margin-top: 1.5rem; }
.auction-event-header .auction-event-description {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #e9ecef; }

.event-card .event-title {
  font-size: 1.2rem !important;
  white-space: normal !important;
  font-size: 1.2rem !important;
  line-height: 1.2;
  height: 2.88rem !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }

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