/**
 * importer.less
 *
 * By default, new Sails projects are configured to compile this file
 * from LESS to CSS.  Unlike CSS files, LESS files are not compiled and
 * included automatically unless they are imported below.
 *
 * For more information see:
 *   https://sailsjs.com/anatomy/assets/styles/importer-less
 */
nav.navigation a.active {
  color: var(--red);
}
.open-modal {
  cursor: pointer;
}
.modal .modal-header {
  border-bottom: none;
  border-top: none;
  padding-top: 25px;
}
.modal .modal-footer {
  border-bottom: none;
}
#loading_con {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
}
#loading_con img {
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: 100;
}
.swal-footer {
  text-align: center;
}
/* overwriting base template css */
.orangeBtn {
  padding: 11px 30px 10px 30px;
}
.homeBannerText .textA .act {
  padding: 2px 15px 0px 15px;
}
.swal-button:not([disabled]):hover {
  background-color: #a77136;
  color: #fff;
}
.swal-button--join,
.swal-button--confirm {
  background-color: #e4a967;
}
.last-second-text {
  font-size: 11px;
}
#qrcode_con img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
}
#qrModal .button-container {
  text-align: center;
  margin-top: 25px;
}
#qrModal button {
  border: solid 1px #666;
  padding: 4px 20px;
  background: #ffe4be;
  color: #666;
  border-radius: 0px;
  font-style: italic;
  font-size: 12px;
}
#qrModal button:hover {
  background: #666;
  color: #ffffff;
}
.toast {
  z-index: 100;
  position: fixed;
  top: 10px;
  right: 10px;
}
.toast .toast-header {
  background-color: var(--orangeB);
  color: #fff;
}
.toast .toast-body {
  background-color: #fff;
}
.profile-image {
  border-radius: 50%;
}
.autheBox a {
  color: var(--orange);
}
.auction-page .artInfoC-2 {
  cursor: pointer;
}
.auction-page .artInfoC-2:hover {
  opacity: 0.9;
}
.auction-page .actCol:hover {
  background: var(--orangeB);
  color: #ffffff;
}
.auction-page .place-bid-manual-amount input {
  width: 100%;
  border: none;
  overflow: unset;
  text-align: center;
  color: #4D4D4D;
}
.auction-page .place-bid-manual-amount input::-webkit-outer-spin-button,
.auction-page .place-bid-manual-amount input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.auction-page .place-bid-manual-amount input[type=number] {
  -moz-appearance: textfield;
}
.auction-page .bold {
  text-decoration: none;
  font-weight: bold;
  color: #000000;
}
.auction-page .product-bid.disabled,
.auction-page .product-batch-bid.disabled {
  border-color: gray;
  color: gray;
  border: none;
  cursor: not-allowed;
  background-color: rgba(0, 0, 0, 0.5);
}
.auction-page .product-bid.disabled:hover,
.auction-page .product-batch-bid.disabled:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.auction-page .bid-notice-icon-con {
  cursor: pointer;
}
.auction-page .bid-notice-icon-con img {
  height: 18px;
  margin-left: 10px;
  margin-bottom: 5px;
}
.auction-page .proBox .countdown-timer {
  width: 65px;
  display: inline-block;
}
.auction-page .artDetailRightInfo .countdown-timer {
  display: inline-block;
  width: 110px;
}
.auction-page .artDetailRightInfo .artInfoB .textA {
  font-size: 26px;
  padding-left: 80px;
}
.auction-page .artDetailRightInfo .artInfoB .textA.last-bid-amount-con {
  padding-left: 55px;
}
.auction-page .no-right-pad {
  padding-right: 0px;
}
.auction-page .no-right-pad .in-review {
  font-size: 25px;
}
.auction-page .no-left-pad {
  padding-left: 0px;
}
.auction-page .additional-left-pad {
  padding-left: 35px;
}
.auction-page .additional-left-pad .ltt-text {
  padding-right: 10px;
}
.auction-page .homeBannerText .textD .countdown-timer {
  display: inline-block;
  width: 80px;
}
.auction-page .lootNftProductSec .proBox .textC {
  padding-left: 50px;
}
.auction-page .lootNftProductSec .proBox.special-product-box {
  max-width: 100%;
  height: 420px;
  border-bottom: solid var(--orangeC) 1px;
  margin-bottom: 45px;
}
.auction-page .lootNftProductSec .proBox.special-product-box .img {
  height: 300px;
}
.auction-page .lootNftProductSec .proBox.special-product-box .img img {
  width: 100%;
}
.auction-page .lootNftProductSec .proBox.special-product-box .img .img-background {
  height: 300px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.auction-page #loanDetailsModal .timer {
  text-align: center;
}
@media (max-width: 767px) {
  .auction-page .artDetailRightInfo .artInfoB .textA {
    padding-left: 52px;
  }
  .auction-page .artDetailRightInfo .countdown-timer {
    width: 100px;
  }
  .auction-page .artDetailRightInfo .highest-bid-container {
    text-align: center;
  }
  .auction-page .bid-info-elements .col-lg-4 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.wallet-page button.disabled,
.wallet-page button.disabled:hover {
  background-color: gray;
  border: none;
  color: white;
  cursor: not-allowed;
}
.wallet-page .capital-first-letter {
  text-transform: capitalize;
}
.bag-page .disabled {
  border-color: gray;
  color: gray;
  border: none;
  cursor: not-allowed;
  background-color: rgba(0, 0, 0, 0.5);
}
.bag-page .disabled:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.last-second-text {
  font-size: 11px;
}
.last-second-text span {
  color: var(--red);
}
.blink_me {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  80% {
    opacity: 0;
    color: #DA2168;
  }
}
.chatBlock .chatItem .name {
  line-height: 38px;
}
/*! This special bang (!) comment is here to trick the `hash` Grunt task into working out-of-the-box, without any real CSS. You can delete this once you've imported ≥1 .less file as demonstrated above. */
