.home-coin-logo {
  margin-right: 10px;
  width: 40px;
  height: 40px;
}

.home-coin-logo.small {
  width: 20px;
  height: 20px;
}

.crypto.list {
    margin-top: 100px;
    margin-bottom: 130px;
}

.crypto.list .crypto__main {
    margin-bottom: 60px;
    padding: 40px;
}

.crypto.list .crypto__main .flat-tabs .content-tab {
    margin-top: 0;
}

.crypto-box {
    cursor: pointer;
}

.crypto-box img {
    max-width: 100%;
}

.crypto.list .crypto__main .flat-tabs .content-tab .content-inner .crypto-box {
    margin-right: 40px;
    width: 33%;
}

.content-inner {
    margin-top: 40px;
}

.content-inner:first-child {
    margin-top: 0;
}

.banner .banner__content .partner .partner__list .swiper-slide {
  margin-left: 12% !important;
  width: 22% !important;
}

.banner .banner__content .partner .partner__list .swiper-slide:first-child {
  margin-left: 2% !important;
}

.home-banner {
  width: 100%;
}

.home-banner-desc {
  margin-top: 30px;
  font-size: 18px;
  text-align: center;
}

.header .header__right .wallet {
  min-width: 310px;
}

.header .header__right .wallet a {
  font-size: 14px;
}

.horizontal-menu-item {
  display: none;
  opacity: 0.6;
}

.horizontal-menu-item:hover {
  opacity: 1;
}

.crypto {
  margin-top: 30px;
}

.section-sale.top-section {
  margin-top: -100px;
}

.section-sale {
  background: none !important;
}

.footer-links {
  text-align: center;
}

.footer-links .link-btn {
  margin-left: 50px;
}

.footer-links .link-btn:first-child {
  margin-left: 0;
}

.link-btn {
  margin-top: 12px;
  padding: 13px 32px;
  background: #ffffff;
  border-radius: 16px;
  color: #23262f;
}

.link-btn img {
  height: 28px;
}

.crypto .crypto__main .flat-tabs .menu-tab {
  position: relative;
}

.crypto .crypto__main .flat-tabs .menu-tab li:last-child {
  position: absolute;
  right: 0;
  bottom: 0;
}

.crypto .crypto__main .flat-tabs .menu-tab li:last-child.active {
  background: none;
}

.crypto .crypto__main .flat-tabs .menu-tab li:last-child h6 {
  color: yellow;
  font-weight: 900;
}

.order-btn-box {
  margin-top: 10px;
  display: block;
  text-align: right;
}

.order-btn {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-left: 9px;
  padding: 4px 8px 3px 9px;
  border-radius: 4px;
}

.order-btn:hover {
  color: inherit;
}

.order-btn.buy-btn {
  background: #39851c;
}

.order-btn.paid-btn {
  background: #2583c5;
}

.order-btn.negotiate-btn {
  background: #ff9800;
}

.modal {
  background: transparent !important;
}

.modal a {
  color: #3772ff;
}

.modal p {
  margin: 20px 0;
  word-break: break-all;
}

#contract-address,
#wallet-address {
  color: #b1b5c3;
  font-size: 14px;
}

.exchange-logo {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.exchange-logo img {
  height: 36px;
}

.exchange-logo {
  display: block;
  padding: 13px 32px;
  background: rgba(255, 255, 255, 0.77);
  border-radius: 16px;
  color: #23262f;
}

.exchange-logo a {
  margin: 0 20px;
}

@media screen and (min-width: 600px) {
  .crypto .crypto__main .flat-tabs .content-tab .content-inner {
    flex-wrap: wrap;
    gap: 22px;
  }
  
  .crypto .crypto__main .flat-tabs .content-tab .content-inner > div {
    flex: 1 0 21%;
    max-width: 21%;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 768px) {

    .crypto.list {
      margin-top: 70px;
      margin-bottom: 70px;
    }

    .crypto.list .crypto__main .flat-tabs .content-tab .content-inner .crypto-box {
      margin-right: 0;
      width: 100%;
    }

    .content-inner:first-child {
      margin-bottom: 0;
    }

    .crypto.list .crypto__main .flat-tabs .content-tab .content-inner .crypto-box:last-child {
      margin-bottom: 0;
    }

    .crypto-box.active {
      display: block;
    }

    .crypto-box.active:has(+ .blank) {
      margin-bottom: 0 !important;
    }

    .crypto-box.blank {
      display: none;
    }

    .banner .banner__content .partner .partner__list .swiper-slide {
      margin-left: 2% !important;
      width: 30% !important;
    }

    .footer-links .link-btn {
      margin-left: 10px;
      margin-bottom: 10px;
    }
}

@media screen and (max-width: 600px) {
  .header .header__right .wallet {
    margin-top: 30px;
    min-width: auto;
    text-align: right;
  }

  .header .header__right .wallet a {
    margin-right: 0 !important;
    margin-bottom: 10px !important;
    top: 30px !important;
    font-size: 11px !important;
  }

  .modal {
    padding: 15px !important;
    width: 100% !important;
  }

  .main.details form .group-button button {
    width: 40%;
  }

  .exchange-logo a {
    margin: 10px 20px;
  }
}