.biddingwinAuthor {
    display: flex;
    align-items: center;
    justify-content: center;
}

.WinUser img {
    width: 50px !important;
}


.Bidding-Grid {
    text-align: center;
    border: 1px solid #3b3663;
    padding: 15px;
}

.biddingImage {
    padding: 10px;
}

.Bidding-Grid h3 {
    font-size: 20px;
    font-weight: bold;
}
.auctionEnded {
    padding: 10px;
    font-weight: bold;
    color: #c1c1c1;
    text-transform: uppercase;
}

.auctionStatus {
    padding: 10px;
    padding-top: 5px;
    font-weight: bold;
}

.auctionButton {
    background: #6984c2;
    border-color: #6984c2;
}

.auctionButton:hover {
    background: #f44336;
    border-color: #f44336;
}

.biddingImage img {
    max-width: 100%;
}

.biddingPigeonCount,.biddingPigeonBidCount {
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
}

.biddingPigeonCount{
    color: #4e9fae;
}

.biddingPigeonBidCount{
    color: #ff4646;
}



.biddingPigeonText,.biddingPigeonBidText {
    font-weight: bold;
}


.MySideBar ul li a {
    padding: 10px;
    background: #6984c2;
    display: block;
    margin: 5px 0;
    color: white;
    font-weight: bold;
}

.MySideBar ul li a.active{
    background: gray;
}

.MySideBar ul li a:hover {
    background: gray;
}


ul.footer-menus li a {
    color: #a0a8aa;
    font-weight: 500;
    font-size: 18px;
}

ul.footer-menus li a:hover {
    color: #f3f3f3;
}

.mobileMenus{
    display:none;
}

@media only screen and (max-width: 678px) {
  .MySideBar {
    display:none;
  }
  .mobileMenus{
    display:block;
  }
}

