/*
* auction Products
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
*
*  @author    FME Modules
*  @copyright 2021 fmemodules All right reserved
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/

.auction-dashboard .header_title {
  color: white !important;
  font-family: 'poppins';
}
.history .bidding_history {
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
  background: white;
  border: 1px solid #0a1208;
}
.btn-auction-clear-history {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
  margin-right: 2%;
  border-radius: 0.25rem;
}

.auction_theme_modern .history .flip-clock-label {
  bottom: -0.5em !important;
}

.history #auction-bidders-history_wrapper,
.history #block-auction {
  padding: 1.25rem 1.25rem 0.5rem;
}

.history #block-auction #auction-bidders-history {
  border-bottom: none;
}

.history .bidding_history .product_block {
  border-right: 1px solid #0a1208;
}

.history .bidding_history .product_block .heading {
  font-size: 18px;

  font-weight: 700;
  line-height: 22px;
  color: #474747;
  padding: 20px 30px;
}

.history .bidding_history .product_block .prod_detail {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 40px 75px 32px 25px;
}

.history .bidding_history .product_block .prod_detail .prod_title .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  color: #474747;
}

.history .bidding_history .product_block .prod_detail .prod_title .desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #2196f3;
}

.history .bidding_history .bid-container {
  max-width: 400px;

  margin: 3% auto;
}

.history .bidding_history .bid-container .bid-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 0.5px solid #354d31;
  border-top: 0.5px solid #354d31;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  color: #474747;
}
.history
  .bidding_history
  .bid-container
  .bid-actions
  .toggle-bid-btn-container {
  margin: auto;
  /* background:none; */
}

.history .toggle-bid-btn-container {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.history
  .bidding_history
  .bid-container
  .bid-actions.bid-actions--follow
  .toggle-bid-btn-container {
  margin: 15px 0 0;
}

.history
  .bidding_history
  .bid-container
  .bid-actions.bid-actions--follow
  .toggle-bid-btn-container
  .btn {
  font-weight: 600;
  background: #f6f6f6;
  border-color: #d8d8d8;
}

.footer_links {
  padding: 0 15px;
}

.history
  .bidding_history
  .bid-container
  .bid-actions.bid-actions--follow
  .toggle-bid-btn-container
  .btn:hover {
  background: #eeeeee;
}

.history .bidding_history .bid-container .bid-details {
  margin: 15px 0;
}

.history .bidding_history .bid-container .bid-details .bid-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;

  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.history
  .bidding_history
  .bid-container
  .bid-details
  .bid-item
  span:nth-child(1) {
  color: #474747;
}

.history
  .bidding_history
  .bid-container
  .bid-details
  .bid-item
  span:nth-child(2) {
  color: #818181;
}

.history .dataTable tbody tr td {
  font-size: 16px;
  line-height: 20px;
}

.history .dataTable .img_title {
  display: flex;
  align-items: center;
  gap: 30px;
}

.history .dataTable .img_title .img_container {
  width: 45px;
  height: 45px;
}

.history .bid_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  z-index: 111;
}

.history .bid_popup {
  position: absolute;
  z-index: 111;
  left: 50%;
  top: 50%;
  border-radius: 10px;
  margin: 0 auto;
  transform: translate(-50%, -50%);
  max-width: 480px;
  height: auto;
  background-color: #ffffff;
  text-align: center;
  padding: 35px 65px;
  box-sizing: border-box;
}

.history .bid_popup_title {
  margin: 15px 0;
  font-size: 18px;

  font-weight: 700;
  line-height: 22px;
  color: #474747;
}

.history .bid_popup_text {
  margin-bottom: 30px;
  font-size: 17px;
  font-weight: 500;

  line-height: 22px;
  color: #818181;
}

.history .bid_popup_action_btn {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}

@media screen and (max-width: 950px) {
  .history #auction-bidders-history_wrapper,
  .history #block-auction {
    width: fit-content !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 900px) {
  .history .bidding_history {
    flex-direction: column;
    margin: 25px 0;
    background: linear-gradient(
      40deg,
      rgba(247, 249, 253, 0.2) 0%,
      rgba(33, 150, 243, 0.2) 100%
    );
  }

  .history .bidding_history .bid-container {
    padding: 10px 0;
  }

  .history .bidding_history .product_block {
    width: 100%;
  }

  .history .bidding_history .product_block .heading {
    font-size: 14px;

    line-height: 18px;
    padding: 10px 20px;
  }

  .history .bidding_history .product_block .prod_detail {
    gap: 10px;
    padding: 20px;
    justify-content: center;
  }

  .history .bidding_history .product_block .prod_detail .prod_title .title {
    font-size: 14px;

    line-height: 22px;
  }

  .history .bidding_history .product_block .prod_detail .prod_title .desc {
    font-size: 14px;

    line-height: 24px;
  }

  .history .bidding_history .bid-container {
    width: 100%;
  }

  .history .bidding_history .bid-container .bid-header {
    padding: 6px 0;
    font-size: 14px;

    line-height: 22px;
  }

  .history .bidding_history .bid-container .bid-details {
    margin: 14px 0;
  }

  .history .bidding_history .bid-container .bid-details .bid-item {
    margin-bottom: 5px;
    font-size: 13px;

    line-height: 17px;
  }

  .history .bid_popup {
    left: 50%;
    top: 20%;
    transform: translate(-50%, -20%);
    padding: 20px;
    width: calc(100% - 100px);
  }

  .history .bid_popup_title {
    margin: 10px 0;
  }

  .history .bid_popup_text {
    margin-bottom: 15px;
    font-size: 14px;

    line-height: 18px;
  }
}

@media screen and (min-width: 320px) and (max-width: 550px) {
  .history .bidding_history .bid-container {
    width: 70%;
  }
}
@media screen and (max-width: 450px) {
  .history .bid_popup {
    padding: 10px;
  }

  .history .place-bid-btn {
    padding: 5px !important;
  }

  .history .flip-clock-dot.top {
    top: 15% !important;
    height: 6px;
    width: 6px;
  }

  .history .flip-clock-dot.bottom {
    bottom: 55% !important;
    height: 6px;
    width: 6px;
  }

  .auction_theme_modern .history .flip-clock-divider .flip-clock-label {
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;

    color: #555555;
    margin-top: 5px;
    /* right: 50%; */
    margin-right: 95% !important;
  }

  .auction_theme_modern .history .flip-clock-divider.seconds .flip-clock-label {
    margin-right: 60% !important;
  }

  .auction_theme_modern .history .flip {
    width: 20px !important;
    height: 30px !important;
  }

  .history.bid_popup_action_btn {
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .history .bidding_history .product_block .heading {
    font-size: 15px;
    line-height: 19px;

    padding: 15px 25px;
  }

  .history .bidding_history .product_block .prod_detail {
    gap: 10px;
    padding: 35px 35px 20px 35px;
  }

  .history .bidding_history .product_block .prod_detail .prod_title .title {
    font-size: 14px;

    line-height: 24px;
  }

  .history .bidding_history .product_block .prod_detail .prod_title .desc {
    font-size: 14px;

    line-height: 24px;
  }

  .history .bidding_history .bid-container .bid-header {
    padding: 6px 0;
    font-size: 14px;

    line-height: 20px;
  }

  .history .bidding_history .bid-container .bid-details {
    margin: 8px 0;
  }

  .history .bidding_history .bid-container .bid-details.bid-item {
    margin-bottom: 7px;
    font-size: 13px;

    line-height: 16px;
  }

  .history .bid_popup {
    width: calc(100% - 100px);
    padding: 30px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .history .bidding_history .product_block .heading {
    padding: 15px 25px;
  }

  .history .bidding_history .product_block .prod_detail {
    gap: 15px;
    padding: 55px 65px 25px 70px;
  }

  .history .bidding_history .bid-container .bid-header {
    padding: 8px 0;
    font-size: 18px;

    line-height: 22px;
  }

  .history .bidding_history .bid-container .bid-details {
    margin: 12px 0;
  }

  .history .bidding_history .bid-container .bid-details .bid-item {
    margin-bottom: 8px;
    font-size: 14px;

    line-height: 18px;
  }

  .history
    .bidding_history
    .bid-container
    .bid-actions
    .bid-input-container
    .bid-input {
    padding: 8px !important;
    font-size: 14px;
  }

  .history .bidding_history .bid-container .bid-actions .place-bid-btn {
    padding: 8px 16px;
    font-size: 14px;
  }

  .history .bidding_history .bid-container .bid-actions .toggle-bid-btn {
    padding: 8px;
  }
}

@media (min-width: 1300px) {
  .rt-container {
    width: 100% !important;
  }
}
@media (mix-width: 1300px) {
  .auction_theme_modern .rt-container {
    width: 100% !important;
  }
}
