/*!
Template :	ICOCrypto @by Softnio
Theme	 :  Default
* Version	 :	2.0.0
* Updated	 :	03/08/2022
*/
/*! WRITE YOUR CUSTOM STYLE **/
.fcgt-wallet-status {
  padding: 12px 14px;
  border-radius: 8px;
  font-weight: 600;
}

.fcgt-wallet-status.info {
  background: #eef3ff;
  color: #223fa8;
}

.fcgt-wallet-status.success {
  background: #eafaf1;
  color: #198754;
}

.fcgt-wallet-status.warning {
  background: #fff8e6;
  color: #b78103;
}

.fcgt-wallet-status.error {
  background: #fdecec;
  color: #c0392b;
}

.fcgt-wallet-status {
  padding: 12px 14px;
  border-radius: 8px;
  font-weight: 600;
}

.fcgt-wallet-status.info {
  background: #eef3ff;
  color: #223fa8;
}

.fcgt-wallet-status.success {
  background: #eafaf1;
  color: #198754;
}

.fcgt-wallet-status.warning {
  background: #fff8e6;
  color: #b78103;
}

.fcgt-wallet-status.error {
  background: #fdecec;
  color: #c0392b;
}

#fcgt-payment-asset,
#fcgt-payment-amount {
  width: 100%;
}

.token-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.token-info-list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

/* ===== FCGT custom layout fix ===== */

.fcgt-full-row {
  margin-left: 0;
  margin-right: 0;
}

.fcgt-full-col {
  padding-left: 0;
  padding-right: 0;
}

.fcgt-full-col .token-status,
.fcgt-full-col .token-box,
.fcgt-full-col .token-status-s2,
.fcgt-full-col .token-box-s2 {
  width: 100%;
  max-width: none;
}

.fcgt-full-col .token-box {
  padding: 24px 22px;
}

.fcgt-full-col .input-item {
  text-align: left;
  margin-bottom: 16px;
}

.fcgt-full-col .input-item-label {
  display: block;
  margin-bottom: 8px;
}

#fcgt-payment-asset,
#fcgt-payment-amount {
  width: 100%;
  min-height: 48px;
}

.token-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.token-info-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.token-info-list li span {
  opacity: 0.9;
}

.token-info-list li strong {
  text-align: right;
}

#fcgt-connect-wallet,
#fcgt-switch-bsc,
#fcgt-buy-now {
  width: 100%;
  margin-bottom: 10px;
}

#fcgt-buy-status,
#fcgt-wallet-status {
  line-height: 1.5;
}

@media (max-width: 991px) {
  .fcgt-full-col .token-box {
    padding: 20px 16px;
  }
}

@media (max-width: 767px) {
  .token-info-list li {
    flex-direction: column;
    align-items: flex-start;
  }

  .token-info-list li strong {
    text-align: left;
  }

  #fcgt-connect-wallet,
  #fcgt-switch-bsc,
  #fcgt-buy-now {
    width: 100%;
  }
}

.fcgt-appkit-box {
  width: 100%;
  padding: 20px;
  border-radius: 16px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  margin-top: 20px;
}

.fcgt-appkit-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

.fcgt-appkit-note {
  opacity: 0.85;
  margin-bottom: 16px;
}

#fcgt-appkit-react-root button {
  width: 100%;
}

.fcgt-logo-wrap {
  position: relative;
  width: 420px;
  height: 420px;
  max-width: 95vw;
  margin: 0 auto;
  display: grid;
  place-items: center;
  overflow: visible;
  isolation: isolate;
}

.fcgt-logo {
  width: 72%;
  height: auto;
  position: relative;
  z-index: 5;
  display: block;
  filter:
    drop-shadow(0 0 18px rgba(255, 184, 28, 0.45))
    drop-shadow(0 0 38px rgba(255, 143, 0, 0.25));
}

.orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 4;
  border: 2px solid rgba(255, 193, 59, 0.9);
  box-shadow:
    0 0 14px rgba(255, 193, 59, 0.85),
    0 0 38px rgba(255, 143, 0, 0.55);
}

.orbit-1 {
  width: 88%;
  height: 88%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  animation: fcgtSpin 5s linear infinite;
}

.orbit-2 {
  width: 104%;
  height: 104%;
  border-right-color: transparent;
  border-top-color: transparent;
  opacity: 0.65;
  animation: fcgtSpinReverse 8s linear infinite;
}

.fcgt-logo-wrap::before {
  content: "";
  position: absolute;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 177, 31, 0.28), transparent 65%);
  filter: blur(20px);
  z-index: 1;
  animation: fcgtGlowPulse 3s ease-in-out infinite;
}

.fcgt-logo-wrap::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ffd36a;
  box-shadow:
    0 0 8px #ffd36a,
    0 0 22px #ffb31f,
    0 0 42px #ff8c00;
  z-index: 6;
  animation: fcgtSparkOrbit 5s linear infinite;
}

@keyframes fcgtSpin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes fcgtSpinReverse {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@keyframes fcgtGlowPulse {
  0%, 100% {
    opacity: 0.55;
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

@keyframes fcgtSparkOrbit {
  from {
    transform: translate(-50%, -50%) rotate(0deg) translateX(210px) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg) translateX(210px) rotate(-360deg);
  }
}

@media (max-width: 520px) {
  .fcgt-logo-wrap {
    width: 300px;
    height: 300px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .fcgt-logo {
    width: 74%;
  }

  .orbit-1 {
    width: 90%;
    height: 90%;
  }

  .orbit-2 {
    width: 106%;
    height: 106%;
  }

  @keyframes fcgtSparkOrbit {
    from {
      transform: translate(-50%, -50%) rotate(0deg) translateX(150px) rotate(0deg);
    }
    to {
      transform: translate(-50%, -50%) rotate(360deg) translateX(150px) rotate(-360deg);
    }
  }
}

/**
/* Token allocation chart labels */
.chart-data li,
.chart-data li .chart-label,
.chart-data li .chart-info,
.chart-data li span,
.chart-data li strong {
  color: #000 !important;
}
/**

/* ===== FCGT Presale Meta Cards ===== */

.fcgt-meta-box {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
}

.fcgt-presale-meta-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.fcgt-meta-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  padding: 16px 14px;
  min-height: 122px;
  text-align: center;
  background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.03));
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fcgt-meta-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255,255,255,0.10), transparent 55%);
}

.fcgt-meta-card.start-card {
  border-color: rgba(74, 255, 203, 0.28);
}

.fcgt-meta-card.end-card {
  border-color: rgba(76, 173, 255, 0.28);
}

.fcgt-meta-card.tge-card {
  border-color: rgba(255, 191, 73, 0.28);
}

.fcgt-meta-card.vesting-card {
  border-color: rgba(162, 118, 255, 0.28);
}

.fcgt-meta-icon {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 10px;
}

.fcgt-meta-label {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.72);
  margin-bottom: 8px;
  font-weight: 700;
}

.fcgt-meta-value {
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
  word-break: break-word;
}

.fcgt-meta-sub {
  font-size: 13px;
  color: rgba(255,255,255,0.78);
  min-height: 18px;
}

.fcgt-countdown-row {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 4px;
  flex-wrap: wrap;
}

.fcgt-countdown-badge {
  min-width: 58px;
  padding: 7px 8px;
  border-radius: 12px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.10);
}

.fcgt-countdown-num {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
}

.fcgt-countdown-unit {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.72);
  margin-top: 3px;
}

@media (max-width: 991px) {
  .fcgt-presale-meta-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .fcgt-presale-meta-grid {
    grid-template-columns: 1fr;
  }

  .fcgt-meta-card {
    min-height: auto;
    padding: 14px 12px;
  }

  .fcgt-meta-value {
    font-size: 16px;
  }

  .fcgt-countdown-badge {
    min-width: 52px;
  }
}
/* ===== FCGT meta cards -> row layout override ===== */

.fcgt-presale-meta-grid {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
}

.fcgt-meta-card {
  min-height: unset !important;
  width: 100%;
  display: grid !important;
  grid-template-columns: 64px 150px 1fr !important;
  align-items: center !important;
  gap: 6px 18px !important;
  text-align: left !important;
  padding: 18px 20px !important;
  border-radius: 18px;
}

.fcgt-meta-icon {
  grid-column: 1 !important;
  grid-row: 1 / span 3 !important;
  align-self: center !important;
  justify-self: center !important;
  margin: 0 !important;
  font-size: 24px !important;
}

.fcgt-meta-label {
  grid-column: 2 !important;
  grid-row: 1 !important;
  margin: 0 !important;
  font-size: 12px !important;
}

.fcgt-meta-value {
  grid-column: 2 / 4 !important;
  grid-row: 2 !important;
  margin: 0 !important;
  font-size: 24px !important;
  line-height: 1.25 !important;
  word-break: break-word;
}

.fcgt-meta-sub {
  grid-column: 2 / 4 !important;
  grid-row: 3 !important;
  margin: 0 !important;
  min-height: auto !important;
  font-size: 14px !important;
  color: rgba(255,255,255,0.78) !important;
}

.fcgt-countdown-row {
  justify-content: flex-start !important;
  gap: 10px !important;
  margin-top: 6px !important;
}

.fcgt-countdown-badge {
  min-width: 66px !important;
  text-align: center;
}

.fcgt-countdown-num {
  font-size: 18px !important;
}

.fcgt-countdown-unit {
  font-size: 10px !important;
}

@media (max-width: 767px) {
  .fcgt-meta-card {
    grid-template-columns: 52px 1fr !important;
    gap: 6px 14px !important;
    padding: 16px 14px !important;
  }

  .fcgt-meta-icon {
    grid-row: 1 / span 3 !important;
    font-size: 22px !important;
  }

  .fcgt-meta-label {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }

  .fcgt-meta-value {
    grid-column: 2 !important;
    grid-row: 2 !important;
    font-size: 20px !important;
  }

  .fcgt-meta-sub {
    grid-column: 2 !important;
    grid-row: 3 !important;
    font-size: 13px !important;
  }

  .fcgt-countdown-row {
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
  }

  .fcgt-countdown-badge {
    min-width: 58px !important;
  }
}
/***