.token-details {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 20px;
}
.token-details .layout {
  width: 100%;
}
.token-details .img-container {
  max-width: 250px;
  max-height: 250px;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  margin: auto;
  min-width: 250px;
  padding: 0 40px;
}
.token-item {
  display: flex;
  /* margin-left: 20px; */
  margin-bottom: 10px;
  width: 100%;
}
.token-item > .arrow-icon {
  width: 30px;
  min-width: 30px;
}
.token-item > .arrow-icon > img {
  max-width: 20px;
}
.token-details .token-title {
  margin-bottom: 20px !important;
  margin-top: 20px !important;
  text-align: center !important;
}
.token-details .token-content {
  margin: 0 20px !important;
  width: 100%;
}

/* mobile device css */
@media (max-width: 992px) {
  .token-details {
    display: block;
    width: 100%;
  }
}

.text-left {
  text-align: left !important;
}

#token .sub-title {
  text-align: left;
  width: 100%;
}

a:focus,
a:hover {
  color: #ff41d5;
}
.cta a:focus,
a:hover {
  color: #fff;
}
.private-sale:hover,
.private-sale-focus {
  color: #ff41d5;
}

.app-link:focus,
.app-link:hover {
  color: #fff;
}

a.dropdown-toggle:after {
  display: none;
}

.accordion-body {
  padding: 1.5rem 1.25rem;
}
.left-align {
  text-align: left;
}
.text-center {
  text-align: center;
}

.content-gov {
  width: 100%;
}