/* 767px */
.landing-page .header-auction-hall .app-sidebar.horizontal-main.fixed-header {
  background-color: #27234e !important; }

.header-auction-hall {
  background: #27234e !important;
  border-bottom: none !important; }
  .header-auction-hall .app-sidebar, .header-auction-hall a.fixed-header.horizontal-main {
    background: #27234e !important; }
  .header-auction-hall a.homelink, .header-auction-hall a.logo-horizontal, .header-auction-hall a.usernamelink, .header-auction-hall button.navbar-toggler {
    color: #fff !important; }
    .header-auction-hall a.homelink span, .header-auction-hall a.logo-horizontal span, .header-auction-hall a.usernamelink span, .header-auction-hall button.navbar-toggler span {
      color: #fff !important; }
  .header-auction-hall .logo-2 {
    max-height: 40px;
    width: auto; }

@media (max-width: 992px) {
  .auction-container {
    padding-top: 60px; } }

.bid_time_muted {
  color: #999;
  font-size: 0.8em; }

.bid_history .win_bid {
  background: #28a745; }
  .bid_history .win_bid td {
    color: #fff; }

.bid_msg, .fadeOut {
  animation: fadeOut 1s forwards;
  animation-delay: 5s; }
  .bid_msg.did-fade-out, .fadeOut.did-fade-out {
    display: none; }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.scaleIn {
  animation: scaleIn 0.5s forwards; }

@keyframes scaleIn {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }
.biddingCard {
  /* border: 2px solid $primary !important;*/ }
  .biddingCard .header, .biddingCard .body {
    background-color: #6c5ffc;
    color: #fff; }
  .biddingCard .card-header {
    border-bottom: none; }
  .biddingCard .card-body {
    border: 2px solid #6c5ffc !important;
    -moz-border-radius: 0 0 7px 7px;
    -webkit--radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px; }
  .biddingCard .header-info {
    font-size: 1.25em;
    font-weight: bold;
    background-color: #fff;
    color: #000;
    padding: 5px 10px;
    -moz-border-radius: 5px;
    -webkit--radius: 5px;
    border-radius: 5px;
    margin-top: 0 !important; }

.bidding-form td {
  vertical-align: middle; }
.bidding-form td.dt {
  font-weight: bold;
  text-align: right; }
.bidding-form #bid_input {
  text-align: right; }
.bidding-form .note {
  font-size: 0.9em;
  color: #6c757d; }

x.auctionLogItem {
  background: #fff;
  border: 1px solid #f6bfbf;
  -moz-border-radius: 5px;
  -webkit--radius: 5px;
  border-radius: 5px;
  padding: 15px 20px;
  margin-bottom: 10px;
  /* display: flex;
   flex-direction: row;
   justify-content: space-between;*/ }
  x.auctionLogItem.participantEntry {
    border: 1px solid #e6e6e6; }
  x.auctionLogItem .time {
    width: 20%; }
  x.auctionLogItem .message {
    width: 75%; }

.best_bid_pid.participant_is_winner {
  background-color: #28a745;
  color: #fff;
  padding: 5px 10px;
  margin-right: 10px;
  -moz-border-radius: 3px;
  -webkit--radius: 3px;
  border-radius: 3px; }

.auctionLogItem {
  border: 1px solid transparent; }
  .auctionLogItem.participantEntry {
    /*border: 1px solid red !important;*/ }
  .auctionLogItem.currentParticipantEntry {
    border: 1px solid #ff851b !important; }
  .auctionLogItem.bestEntry {
    background: #28a745;
    border: 1px solid #28a745 !important;
    color: #fff; }
