.token-sales, .common-table {
  margin-top: 10px;
  width: 100%;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
}
.token-sales th, .common-table th {
  background: #aa46c3;
  padding: 10px 12px;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
}
.token-sales th:first-child, .common-table th:first-child {
  border-top-left-radius: 8px;
}
.token-sales th:last-child, .common-table th:last-child {
  border-top-right-radius: 8px;
}
.token-sales th.token-name-col, .common-table th.token-name-col {
  width: 290px;
}
.token-sales td, .common-table td {
  font-size: 14px;
  padding: 9px 12px;
  font-weight: 400;
  border-bottom: 1px solid #ebe9f1;
  background: #fff;
  white-space: nowrap;
}
.token-sales td.center, .common-table td.center {
  text-align: center;
}
.token-sales td.token-name, .common-table td.token-name {
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}
.token-sales td.token-name img, .common-table td.token-name img {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  margin-right: 7px;
}
.token-sales td.percent-positive, .common-table td.percent-positive {
  color: #12a855;
}
.token-sales td.percent-negative, .common-table td.percent-negative {
  color: #ea5455;
}
.token-sales td .token-symbol, .common-table td .token-symbol {
  text-transform: uppercase;
  color: #999;
  margin-left: 5px;
  font-weight: normal;
}
.token-sales td .percent-change, .common-table td .percent-change {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.token-sales td .percent-change i, .common-table td .percent-change i {
  margin-right: 3px;
}
.token-sales td .percent-change-empty, .common-table td .percent-change-empty {
  color: #000;
}
.token-sales td .roi, .common-table td .roi {
  background: #effaf4;
  color: #12a855;
  border-radius: 3px;
  padding: 4px 8px 4px 0px;
  text-align: right;
}
.token-sales td .roi i, .common-table td .roi i {
  color: #ff891e;
}
.token-sales td .roi-negative, .common-table td .roi-negative {
  color: #ea5455;
  background: transparent;
}
.token-sales td .listing-soon, .common-table td .listing-soon {
  padding: 4px 8px;
  border-radius: 3px;
  color: #951fb3 !important;
  background: #ede0f4;
}

.token-sales-message {
  margin-top: 35px;
}
.token-sales-message p {
  color: #aaa;
  font-size: 13px !important;
  margin-bottom: 3px;
}

.upcoming-sale-banner {
  margin-top: 40px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .upcoming-sale-banner {
    max-width: 75% !important;
  }
}

section .container p {
  font-size: 17px;
}
section .container p.large {
  font-size: 21px;
}
section .container p.big {
  font-size: 19px;
}

.register-btn, .green-btn {
  padding: 13px 15px;
  color: #fff !important;
  background: #59d590;
  border-radius: 10px;
  display: block;
  width: 100%;
  margin: 30px auto;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
.register-btn:hover, .green-btn:hover {
  background: #3dbd75;
}
.register-btn.closed, .green-btn.closed {
  background: #ec4444;
  cursor: default;
}

.register-btn {
  width: 300px;
}

.upcoming-sale-learn-more {
  text-align: center;
  margin-top: 80px;
}

.community-videos {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.community-videos .community-video {
  width: 47%;
  margin-right: 30px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.community-videos .community-video .purple-label {
  align-self: center;
}
.community-videos .community-video iframe {
  width: 100%;
  height: 415px;
}

.blog-posts {
  display: flex;
  flex-wrap: wrap;
}
.blog-posts .blog-post {
  width: 47%;
  margin-right: 30px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .blog-posts .blog-post {
    width: 100%;
    margin-right: 0px;
    margin-top: 20px;
  }
}
.blog-posts .blog-post .blog-title {
  font-size: 20px;
  font-weight: 500;
  margin: 15px 0px;
}
.blog-posts .blog-post .blog-date {
  color: #777;
  font-size: 14px;
}

.dark-section {
  background: #ebedf2;
}

.light-section {
  background: #fff;
}

.calculator {
  max-width: 400px;
  margin: auto;
  margin-top: 40px;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
  padding: 25px;
}
.calculator .calculator-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.calculator .calculator-row img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
.calculator .calculator-row .token-name {
  font-weight: bold;
  margin-right: 10px;
  width: 100px;
}
.calculator .calculator-row input {
  padding: 0.438rem 1rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d8d6de;
  border-radius: 0.357rem;
  text-align: right;
  width: 130px;
}
.calculator .calculator-row input::-moz-placeholder {
  color: #aaa;
}
.calculator .calculator-row input:-ms-input-placeholder {
  color: #aaa;
}
.calculator .calculator-row input::placeholder {
  color: #aaa;
}
.calculator .calculator-row.calculate {
  justify-content: flex-end;
}
.calculator .calculator-row.calculate .calculate-btn {
  cursor: pointer;
  background: #b44ecd;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  width: 128px;
  text-align: center;
}
.calculator .calculator-row.calculate .calculate-btn:hover {
  background: #aa38c6;
}

.staking-rewards-estimate {
  text-align: right;
  margin-top: 30px;
  display: block;
}
.staking-rewards-estimate span {
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  color: #951fb3;
}

.purple-label {
  color: #951fb3 !important;
  font-size: 22px;
  font-weight: 500;
  padding: 3px 20px;
  border-radius: 8px;
  display: inline-block;
  background-color: #ede0f4;
}

.view-details {
  color: #951fb3;
  cursor: pointer;
}

.token-sale-option h6 {
  background: #f7f7f7;
  padding: 10px;
  border-radius: 5px;
}

.token-sale-properties {
  display: flex;
  flex-wrap: wrap;
  margin-left: 12px;
  padding: 15px;
}
.token-sale-properties .token-sale-property {
  width: 25%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .token-sale-properties .token-sale-property {
    width: 50%;
  }
}
.token-sale-properties .token-sale-property .token-sale-label {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 500;
}
.token-sale-properties .token-sale-property .token-sale-value {
  font-weight: 400;
}
.token-sale-properties .token-sale-property .token-sale-value.roi-value {
  color: #12a855;
  font-weight: 500;
}
.token-sale-properties .token-sale-property .token-sale-value.roi-value-negative {
  color: #ea5455;
  font-weight: 500;
}
.token-sale-properties .token-sale-property .token-sale-value .token-sale-subvalue {
  display: flex;
}
.token-sale-properties .token-sale-property .token-sale-value .token-sale-subvalue .token-sale-subvalue-label {
  width: 100px;
}
.token-sale-properties .token-sale-property .token-sale-value .from-ath-price {
  color: #ea5455;
}

.weekly\=trading-volume {
  display: flex;
  align-items: center;
}
.weekly\=trading-volume input {
  margin-left: 7px;
}

@media screen and (max-width: 768px) {
  .brand_logo img {
    width: 165px;
  }

  .community-videos .community-video {
    width: 100%;
    margin: 15px auto;
  }
  .community-videos .community-video iframe {
    height: 259px;
  }

  .calculator .calculator-row input {
    width: 128px;
  }

  .token-sales .token-rank, .token-sales .token-sale-date, .common-table .token-rank, .common-table .token-sale-date {
    display: none;
  }
  .token-sales th, .common-table th {
    font-size: 11px;
    cursor: pointer;
  }
  .token-sales td, .common-table td {
    font-size: 14px;
  }
  .token-sales td.token-name, .common-table td.token-name {
    font-size: 14px;
    cursor: pointer;
  }
  .token-sales td.token-name img, .common-table td.token-name img {
    margin-bottom: 5px;
    display: block;
  }
  .token-sales td.token-name .token-symbol, .common-table td.token-name .token-symbol {
    margin-left: 0px;
    margin-top: 5px;
    display: block;
  }
}
.learn-more-points {
  margin-top: 90px;
  text-align: center;
}
.learn-more-points .purple-label {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: block;
  margin: 25px auto 0px;
  width: 320px;
  padding: 7px;
}
.learn-more-points .purple-label:hover {
  background: #951fb3;
  color: #fff !important;
}

.moonsheet {
  margin-bottom: 15px;
}
.moonsheet .moonsheet-header {
  display: flex;
  background: #aa46c3;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}
.moonsheet .moonsheet-header div {
  width: 33%;
  padding: 8px 25px 4px;
  display: flex;
  align-items: center;
}
.moonsheet .moonsheet-body {
  background: #aa46c3;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 15px;
  padding-top: 3px;
}
.moonsheet .moonsheet-row {
  color: #fff;
  position: relative;
  height: 30px;
  margin-bottom: 8px;
}
.moonsheet .moonsheet-row .moonsheet-row-bar {
  background: #d10edd;
  width: 100%;
  height: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 5px;
}
.moonsheet .moonsheet-row .moonsheet-row-content {
  width: 100%;
  height: 30px;
  font-weight: bold;
  display: flex;
  margin-bottom: 7px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.moonsheet .moonsheet-row .moonsheet-row-content div {
  width: 33%;
  padding: 4px 25px;
  display: flex;
  align-items: center;
}

.light-grey-section {
  background: #f7f7f7;
}

.header-breadcrumb {
  background: transparent;
  font-size: 14px;
}
.header-breadcrumb .breadcrumb-item {
  color: #000;
}
.header-breadcrumb .breadcrumb-item:last-child {
  color: #777;
}

.view-token {
  padding-top: 100px;
}
.view-token .container-box {
  border: 1px solid #EAEDF3;
  background: #fff;
  box-shadow: rgba(31, 31, 31, 0.15) 0px 4px 18px -2px;
  border-radius: 6px;
}
.view-token .token-overview {
  display: flex;
  padding: 15px;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.view-token .token-overview .token-logo img {
  width: 55px;
}
.view-token .token-overview .token-name {
  font-size: 25px;
  font-weight: 500;
}
.view-token .token-overview .token-name .token-symbol {
  color: #999;
}
.view-token .token-overview .token-features {
  display: flex;
}
.view-token .token-overview .token-features div {
  background: #eff2f5;
  color: #58667e;
  padding: 4px 9px;
  border-radius: 4px;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 7px;
  margin-top: 3px;
  margin-bottom: 8px;
}
.view-token .token-properties {
  padding: 15px;
}
.view-token .token-price {
  flex: auto;
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .view-token .token-price {
    align-items: flex-start;
  }
}
.view-token .token-price .token-price-header {
  color: #777;
  font-size: 14px;
}
.view-token .token-price .token-price-formatted {
  font-size: 32px;
  font-weight: 600;
}
.view-token .token-price .token-price-change {
  margin-top: 3px;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .view-token .token-price .token-price-change {
    align-items: flex-start;
  }
}
.view-token .token-price .token-price-change .price-change-period {
  display: flex;
  color: #777;
}
.view-token .token-price .token-price-change .price-change-period .token-price-change-label {
  margin-right: 10px;
}
.view-token .token-price .token-price-change .percent-positive {
  color: #12a855;
}
.view-token .token-price .token-price-change .percent-negative {
  color: #ea5455;
}
.view-token .vesting-schedule {
  overflow: scroll;
  padding: 0px;
}
.view-token .vesting-schedule table td, .view-token .vesting-schedule table th {
  border: 2px solid;
  padding: 8px 11px;
  text-align: left;
  font-size: 12px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .view-token .vesting-schedule table td, .view-token .vesting-schedule table th {
    padding: 8px 10px;
    font-size: 9px;
  }
}
.view-token .vesting-schedule table thead th {
  text-align: center;
}
.view-token .vesting-schedule table thead th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}
.view-token .vesting-schedule table tbody th {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  text-transform: uppercase;
}
.view-token .vesting-schedule table tbody td {
  text-transform: uppercase;
}
.view-token .vesting-schedule table .th-month-label {
  font-size: 9px;
  color: #777;
  margin-top: 1px;
}
