@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  font-family: Rubik;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;

}

.Sidebar_mediaIcon__2HcGh {
  height: 16px;
  fill: #b8b8b8;
}

.Sidebar_mediaIcon__2HcGh:hover {
  height: 16px;
  fill: #8c96f7;
}

.slick-slider {
  margin-bottom: 50px;
}

.Sidebar_pancake__1_ko8 {
  width: 100%;
  max-width: 203px;
  padding: 0 20px;
}

.Sidebar_media__3EY89 {
  list-style: none;
  margin: 18px 0 0;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, 16px);
  grid-gap: 17px;
  width: 100%;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.Sidebar_bottom__3eeR3 {
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.hidden {
  display: none !important;
}

body {
  height: 100vh;
  background-color: #fafbfb;
  transition: 0.3s;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-wrapper {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 230px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  min-height: 100vh;
}

.main-wrapper .main {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 15px;
}

.switch-field {
  display: flex;
  margin-bottom: 36px;
  overflow: hidden;
}

.switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.switch-field label {
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 8px 16px;
  margin-right: -1px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
  cursor: pointer;
}

.switch-field input:checked+label {
  background-color: #a5dc86;
  box-shadow: none;
}

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}

.main-wrapper .main .search {
  display: inline-block;
  width: 40%;
  right: 0;
  border-radius: 15px;
  height: 40px;
  background-color: #ffffff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
  overflow: hidden;
}

.main-wrapper .main .search input,
.main-wrapper .main .search button {
  margin-top: 10px;
  display: block;
  border: none;
  background-color: #ffffff;
}

.main-wrapper .main .search input[type="text"] {
  padding-left: 25px;
  width: 100%;
  text-align: left;
  text-indent: 0px;
  font-size: 1em;
  line-height: 1em;
  color: #292c39;
  font-weight: 400;
}

.main-wrapper .main .search input[type="text"]::-webkit-input-placeholder {
  color: #afb0b5;
}

.main-wrapper .main .search input[type="text"]:-ms-input-placeholder {
  color: #afb0b5;
}

.main-wrapper .main .search input[type="text"]::-ms-input-placeholder {
  color: #afb0b5;
}

.main-wrapper .main .search input[type="text"]::placeholder {
  color: #afb0b5;
}

.main-wrapper .main .search input[type="text"]:focus {
  outline: none;
}

.main-wrapper .main .search button[type="submit"] {
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  cursor: pointer;
}

.main-wrapper .main .search button[type="submit"] img {
  width: 20px;
  margin: auto;
}

.promotion-wrap {}

.promotion-banner img {
  width: 250px;
  border-radius: 15px;

}

.main-wrapper .main .promotion-banner {
  margin-top: 30px;
}

.logo {
  max-width: 200px;
  height: 57px;
  color: #292c39;
  z-index: 10;
  top: 10px;
  position: fixed;
  width: 200px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.75em;
  font-weight: 700;
  font-size: 2em;
  text-align: center;
  z-index: 9999;
}

.aside-col {
  width: 200px;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

.ccard,
.filter-row .filter,
.coin-cards .coin-card,
.page-coin .coin-card,
.page-coin .social-buttons {
  background-color: #ffffff;
  border-radius: 15px;
  -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 10%);

  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 10%);

}

.left {
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  /*-webkit-box-shadow: 0px 0px 19px -5px rgba(0, 0, 0, 0.3);
         box-shadow: 0px 0px 19px -5px rgba(0, 0, 0, 0.3);*/
  padding-top: 57px;
  position: fixed;
  left: 0;
  top: 0;
}

.left nav {
  margin-top: 50px;
  margin-left: 10px;
  max-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.left nav .menu a img:nth-child(2) {
  display: none;
}

.left nav .menu a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #292c39;
  text-indent: 0.5em;
  line-height: 1.5em;
}

.left nav .menu a:hover {
  color: #8c96f7;
}

.left nav .menu a:hover img {
  margin-right: 0.5em;
}

.left nav .menu a:hover img:nth-child(1) {
  display: none;
}

.left nav .menu a:hover img:nth-child(2) {
  display: inline;
}

.left nav .menu a img {
  margin-bottom: -4px;
  margin-right: 0.5em;
  width: 1.2em;
}

.left nav .menu a img :nth-child(2) {
  display: none;
}

.left nav .menu .active {
  color: #8c96f7;
}

.left nav .menu .active img:nth-child(1) {
  display: none;
}

.left nav .menu .active img:nth-child(2) {
  display: inline;
}

.right {
  border-top-left-radius: 15px;
  background: white;
  position: fixed;
  top: 95px;
  right: 0px;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main .page-home {
  background: white;
}

.right .coming-soon {
  margin-top: 30px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 150px;
  padding: 0.5em;
  background-color: #8c96f7;
  -webkit-box-shadow: 0px 0px 19px -5px rgba(140, 150, 247, 0.7);
  box-shadow: 0px 0px 19px -5px rgba(140, 150, 247, 0.7);
  border-radius: 25px;
  color: white;
  font-weight: 500;
}

.right .promoted {
  text-align: center;
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 10%);
  margin-top: 1em;
  padding-bottom: 15px;
  height: 100%;
  overflow: hidden;
}

.right .promoted .title {
  color: #292c39;
  padding: 15px;
  margin-bottom: 15px;
  font-weight: 500;
}

.right .promoted .promoted-items {
  display: -ms-grid;
  display: grid;
  grid-gap: 5px;
}

.right .promoted .promoted-items .promoted-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.right .promoted .promoted-items .promoted-item .promoted-item-image {
  height: 150px;
  width: 150px;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 15px;
}

@media (max-width: 780px) {
  .right {
    right: -200px;
  }

  .main-wrapper {
    padding-right: 0;
  }

  .nav-toggle {
    visibility: visible;
  }
}

.containerform {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#boxform {
  margin: 0 40px;
  margin-top: 25px;
}

#boxform h3 {
  font-weight: 500;
  font-size: 1em;
  margin-bottom: 15px;
  color: #afb0b5;
}

/* Hide the browser's default checkbox */
.containerform input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmarkform {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.containerform:hover input~.checkmarkform {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containerform input:checked~.checkmarkform {
  background-color: #8c96f7;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmarkform:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containerform input:checked~.checkmarkform:after {
  display: block;
}

/* Style the checkmark/indicator */
.containerform .checkmarkform:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 560px) {
  .Header_container__2jpV4 {
    margin-left: 0px !important;
  }

  .main-wrapper {
    padding-left: 0;
    padding-top: 57px;
  }

  .main-wrapper .search {
    position: static;
    z-index: 1;
    width: 80%;
  }

  .main-wrapper .promotion-banner {
    margin-top: 107px !important;
  }

  .nav-toggle {
    visibility: visible;
    opacity: 1;
    z-index: 999999;
  }

  .left {
    height: 50px;
    width: 50px;
    z-index: 2;
    padding-top: 50px;
  }

  .left .logo {
    opacity: 0;
  }

  .left nav {
    opacity: 0;
  }

  .nav-open {
    width: 200px;
    height: calc(100vh);
    padding-top: 57px;
  }

  .logo img {
    width: 30px;
  }

  .logo {
    width: 50px;
    margin-top: -10px;
    -webkit-transform: translateX(calc(100vw / 2 - 20px));
    transform: translateX(calc(100vw / 2 - 20px));
  }
}

.nav-open {
  width: 200px;
  height: calc(100vh);
}

.nav-open nav {
  opacity: 1;
}

.nav-toggle {
  visibility: hidden;
  position: fixed;
  top: -10px;
  left: 0;
  margin: 10px;
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #ffffff;
}

.nav-toggle img {
  margin: auto;
  width: 1.3em;
}

.nav-toggle img:nth-child(2) {
  display: none;
}

.nav-toggled {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.nav-toggled img {
  display: block;
}

.nav-toggled img:nth-child(1) {
  display: none;
}

.nav-toggled img:nth-child(2) {
  display: block;
}

.filter-row {
  text-align: center;
  width: 100%;
  z-index: 99;
  margin-top: 30px;
  margin-bottom: 30px;
}

.Header_container__2jpV4 {
  margin-left: 200px;
  height: 52px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 35px;
  border-bottom: 1px solid #e2e6e7;
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
}

.Header_title__2eSkT {
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: .84;
  letter-spacing: normal;
  text-align: left;
  color: #22282a;
}

.Wallet_wallet__2k7Zh {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-radius: 7.5px;
  background-color: #ebebeb;
  height: 33px;
  padding: 0 2px 0 12px;
  cursor: pointer;
}

.Wallet_walletAddress__32its,
.Wallet_walletBalance__3_VlU {
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: right;
  color: #22282a;
}

.Wallet_walletAddress__32its {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 29px;
  background: #0078ff;
  border-radius: 6.5px;
  padding: 0 10px;
  color: #fff;
  margin-left: 10px;
}

.Button_buttonBlue__3LvNm {
  border: none;
  border-radius: 15px;
  padding: 10px;
  background-image: linear-gradient(0deg, #8c96f7, #8c96f7);
  color: #fff;
  transition: opacity .15s ease-in;
  margin-right: 15px;
}

.searchwrapper {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.alltoday {
  display: inline-block;
  transition: all 1s ease;
  z-index: 99;
  width: 40%;
  vertical-align: top;
}

.alltoday .filter {
  background: white;
  padding: 10px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
}

.alltoday .filter .filter-option-container:hover input~.checkmark {
  color: #292c39;
}

.alltoday .filter .filter-option-container input:checked {
  color: #292c39;
}

.alltoday .filter .filter-option-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  transition: 1s;
}

.alltoday .filter .filter-option-container {
  padding: 10px;
  border-radius: 15px;
  color: #afb0b5;
  transition: 1s;
}

.alltoday .filter .filter-option-container:checked {
  color: green;
  background: black;
}

.filter-row .filter:not(:first-child) {
  margin-left: 15px;
}

.filter-row .filter .filter-option-container {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #afb0b5;
  font-weight: 500;
}

.alltoday .filter .filter-option-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.alltoday .filter .filter-option-container input:checked~.checkmark {
  color: #292c39;
}

.alltoday .filter .filter-option-container .checkmark {
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
}

.alltoday .filter .filter-option-container input:checked~.checkmark,
.filter-row .filter .filter-option-container input:checked~.checkmark {
  /* background: #8c96f7; */
  color: black;
  border-radius: 10px;
}

.filter-row .filter .filter-option-container .checkmark img {
  transition: transform 0.2s;
}

.filter-row .filter .filter-option-container input:checked~.checkmark img {
  transform: scale(1.1);
  filter: brightness(1.2);
}

.filter-row .filter img {
  margin-top: 5px;
}

.filter-row .filter {
  max-width: 256px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  padding: 10px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}


.filter-row .filter .filter-option-container {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #afb0b5;
  font-weight: 500;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.filter-row .filter .filter-option-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.filter-row .filter .filter-option-container input:checked~.checkmark {
  color: #292c39;
}

.filter-row .filter .filter-option-container .checkmark {
  top: 0;
  left: 0;
  /* height: 25px;
  width: 25px; */
}

.filter-row .filter .filter-option-container:hover input~.checkmark {
  text-decoration: underline;
}

.false-hover {
  cursor: pointer;
}

.false-hover img {
  display: block;
}

.false-hover img:nth-child(2) {
  display: none;
}

.false-hover:hover img:nth-child(1) {
  display: none;
}

.false-hover:hover img:nth-child(2) {
  display: block;
}

.coin-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(310px, 310px))[auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(310px, 310px));
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 20px;
  margin-top: 50px;
}

.result-count {
  grid-column: 1 / -1;
  text-align: left;
  color: #afb0b5;
  font-weight: 500;
  margin-bottom: -10px;
}

.no-results {
  grid-column: 1 / -1;
}

.coin-cards .promoted {
  -webkit-box-shadow: 0px 0px 19px -5px #e7a61a;
  box-shadow: 0px 0px 19px -5px #e7a61a;
}

.coin-cards .coin-card {
  border-radius: 20px;
  display: block;
  margin: 10px;
}

.coin-cards .coin-card .contract-icons {
  display: -ms-grid;
  display: grid;
  grid-gap: 5px;
  -ms-grid-columns: 30px 30px 30px auto;
  grid-template-columns: 30px 30px 30px auto;
  margin-top: -10px;
  margin-left: -10px;
}

.coin-cards .coin-card .contract-icons div {
  border-radius: 100%;
  height: 30px;
}

.coin-cards .coin-card .contract-icons .bsc {
  background-image: url(../images/icons/bsc.svg);
  background-size: contain;
}

.coin-cards .coin-card .contract-icons .eth {
  background-image: url(../images/icons/eth.svg);
  background-size: contain;
}

.coin-cards .coin-card .contract-icons .sol {
  background-image: url(../images/icons/sol.png);
  background-size: contain;
}

.coin-cards .coin-card .coin-links {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  -ms-grid-columns: (45px)[auto-fit];
  grid-template-columns: repeat(auto-fit, 45px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.coin-links-btn {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  -ms-grid-columns: (45px)[auto-fit];
  grid-template-columns: repeat(auto-fit, 45px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.coin-links-btn a {
  display: block;
  height: 20px;
  border-radius: 10px;
  background-color: #8c96f7;
  border: 2px solid #8c96f7;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s;
}

.coin-links-btn .chartbtn {
  background-image: url(../images/icons/barchart_white.svg);
}

.coin-links-btn .buybtn {
  background-image: url(../images/icons/swap_white.svg);
}

.coin-cards .coin-card .coin-links a {
  display: block;
  height: 20px;
  border-radius: 10px;
  background-color: #8c96f7;
  border: 2px solid #8c96f7;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s;
}

.coin-cards .coin-card .coin-links a:hover {
  opacity: 0.7;
}

.coin-cards .coin-card .coin-links a:active {
  background-color: #8c96f7;
}

.coin-cards .coin-card .coin-links .twitter {
  background-image: url(../images/icons/twitter_white.svg);
}

.coin-cards .coin-card .coin-links .telegram {
  background-image: url(../images/icons/telegram_white.svg);
}

.coin-cards .coin-card .coin-links .website {
  background-image: url(../images/icons/globe_white.svg);
}

.coin-cards .coin-card .title-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 15px;
  padding-bottom: 5px;
}

.coin-cards .coin-card .title-card .name {
  text-transform: capitalize;
  color: #292c39;
  font-size: 1.3em;
  z-index: 1;
  font-weight: 600;
}

.coin-cards .coin-card .title-card .name span {
  color: #afb0b5;
  text-transform: uppercase;
  font-size: 0.7em;
}

.coin-cards .coin-card .title-card div {
  position: relative;
}

.coin-cards .coin-card .title-card div:first-child {
  width: 100%;
}

.coin-cards .coin-card .title-card .contracts {
  font-size: 0.8em;
  height: calc(1em + 16px);
  overflow: hidden;
  position: absolute;
  width: 100%;
  top: calc(1em + 20px);
  padding-top: 10px;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 15px;
  margin-left: -15px;
  padding-left: 15px;
  cursor: pointer;
  color: #afb0b5;
}

.coin-cards .coin-card .title-card .contracts:hover {
  height: auto;
  -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 10%);
  z-index: 3;
}

.coin-cards .coin-card .title-card .contracts .contracts-toggle {
  position: absolute;
  width: 10px;
  height: 10px;
  margin-left: auto;
  right: 0px !important;
  top: 10px;
  background-image: url(../images/icons/chevron_down_light.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.coin-cards .coin-card .title-card .contracts .contract {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 2px;
  padding-bottom: 10px;
}

.coin-cards .coin-card .title-card .contracts .contract span {
  font-weight: 300;
}

.coin-cards .coin-card .title-card .contracts .contract button {
  margin-left: 8px;
  background-color: #fff;
  border: none;
}

.coin-cards .coin-card .title-card .contracts .contract img {
  max-width: 0.9em;
}

.coin-cards .coin-card .title-card .contracts .contract .contract-icon {
  margin: auto 5px;
  height: 14px;
  width: 14px;
  margin-top: -1px;
}

.coin-cards .coin-card .title-card .contracts .contract .bsc {
  background-image: url(../images/icons/bsc.svg);
  background-size: contain;
}

.coin-cards .coin-card .title-card .contracts .contract .eth {
  background-image: url(../images/icons/eth.svg);
  background-size: contain;
}

.coin-cards .coin-card .title-card .contracts .contract .sol {
  background-image: url(../images/icons/sol.png);
  background-size: contain;
}

.coin-cards .coin-card .title-card .coin-icon img {
  border-radius: 50%;
  width: 50px;
}

.coin-cards .coin-card .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  padding-top: 20px;
}

.coin-cards .coin-card .details table {
  margin: auto;
  width: 100%;
}

.coin-cards .coin-card .details table tr td:first-child {
  color: #afb0b5;
  font-weight: 500;
}

.coin-cards .coin-card .details table tr td:last-child {
  font-weight: 400;
  text-align: right;
}

.coin-cards .coin-card .details table tr td span {
  color: #2aaf84;
}

.coin-cards .coin-card .description {
  font-size: 0.8em;
  overflow: hidden;
  line-height: 1.3em;
  max-height: 2.6em;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin: 5px 15px;
  text-align: center;
  color: #afb0b5;
  font-weight: 300;
}

.coin-cards .coin-card .vote-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px 15px;
}

.coin-cards .coin-card .vote-card .vote-button {
  background-color: #8c96f7;
  margin: auto;
  padding: 5px 15px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  transition: 0.3s;

}

.coin-cards .coin-card .vote-card .vote-button:hover {
  opacity: 0.7;
}

.coin-cards .coin-card .vote-card .vote-button:active {
  background-color: #8c96f7;
}

.coin-cards .coin-card .vote-card p {
  text-align: center;
  font-size: 0.8em;
  padding-top: 5px;
}

.coin-cards .coin-card .vote-card p span {
  font-size: 1.5em;
}

.form-card {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 10%);
  padding-top: 5px;
  padding-bottom: 25px;
  border-radius: 25px;
  background-color: #fff;
}

.form-card .form-text-input {
  margin: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2.5em;
  background: #fafbfb;
  margin-top: 25px;
  overflow: hidden;
  border-radius: 25px;
  width: auto;
}

.form-card .form-text-input input,
.form-card .form-text-input label {
  display: block;
}

nav a {
  transition: 0.3s;
}

.form-card .form-text-input input {
  background: #fafbfb;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: none;
  font-size: 1.2em;
  line-height: 1.5em;
  text-indent: 0.3em;
  white-space: nowrap;
}

.form-card .form-text-input input:focus {
  outline: none;
}

.form-card .form-text-input label {
  font-size: 1em;
  width: auto;
  line-height: 2.6em;
  font-weight: 500;
  color: #afb0b5;
  text-indent: 1em;
}

.form-card .form-textarea {
  background: #fafbfb;
  margin: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 25px;
  overflow: hidden;
  border-radius: 25px;
}

.form-card .form-textarea input,
.form-card .form-textarea textarea {
  display: block;
}

.form-card .form-textarea textarea {
  background: #fafbfb;
  width: 100%;
  border: none;
  font-size: 1.2em;
  line-height: 1.3em;
  text-indent: 0.3em;
  min-height: 6em;
  padding: 0 1em;
}

.form-card .form-textarea textarea:focus {
  outline: none;
}

.form-card .form-textarea label {
  font-size: 1em;
  line-height: 2em;
  font-weight: 500;
  color: #afb0b5;
  text-indent: 1em;
  margin-top: 0.5em;
}

.d-flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-flex-center div,
.d-flex-center a,
.d-flex-center p,
.d-flex-center input,
.d-flex-center button,
.d-flex-center h1,
.d-flex-center img {
  margin: auto;
}

.coin-position {
  color: #fed437;
  text-align: center;
}

.btn {
  display: block;
  margin-top: 15px !important;
  padding: 10px 20px;
  font-size: 1.2em;
  font-weight: 700;
  color: #fff;
  background-color: #8c96f7;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  transition: 300ms;
}

.btn:hover {
  background-color: rgba(140, 150, 247, 0.8);
}

.btn:active {
  transform: scale(0.9);
  background-color: #8c96f7;
}

.page-heading {
  color: #292c39;
  font-weight: 600;
  font-size: 3em;
  text-align: center;
  margin-top: 1em;
}

.page-sub-heading {
  color: #292c39;
  text-align: center;
  font-weight: 500;
  margin-bottom: 2em;
  opacity: 0.7;
}

.page-promote-coin .form-card {
  max-width: 800px;
  margin: auto;
}

.page-home .result-count {
  margin-top: 20px;
  font-style: italic;
  text-align: center;
  color: #afb0b5;
}

.page-add-coin h3 {
  margin-top: 20px;
  margin-bottom: 1em;
  font-size: 1.3em;
  font-weight: 400;
}

.page-add-coin .row {
  display: -ms-grid;
  display: grid;
  grid-gap: 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-grid-columns: (minmax(400px, 1fr))[auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
}

.page-add-coin .col {
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.page-add-coin .contract-icon {
  margin: auto 5px;
  height: 2em;
  width: 2em;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.page-add-coin .bsc {
  background-image: url(../images/icons/bsc.svg);
}

.page-add-coin .eth {
  background-image: url(../images/icons/eth.svg);
}

.page-add-coin .sol {
  background-image: url(../images/icons/sol.png);
}

.page-coin .row {
  display: -ms-grid;
  display: grid;
  grid-gap: 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-grid-columns: (minmax(350px, 1fr))[auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
}

.page-coin .col {
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.page-coin .coin-card {
  border-radius: 20px;
  margin-top: 3em;
  position: relative;
  padding-top: 30px;
}

.page-coin .coin-card .contract-icons {
  display: -ms-grid;
  display: grid;
  grid-gap: 5px;
  -ms-grid-columns: (50px)[auto-fill];
  grid-template-columns: repeat(auto-fill, 50px);
  position: absolute;
  width: 100%;
  top: -25px;
  left: -25px;
}

.page-coin .coin-card .contract-icons div {
  border-radius: 100%;
  height: 50px;
}

.page-coin .coin-card .contract-icons .bsc {
  background-image: url(../images/icons/bsc.svg);
  background-size: contain;
}

.page-coin .coin-card .contract-icons .eth {
  background-image: url(../images/icons/eth.svg);
  background-size: contain;
}

.page-coin .coin-card .contract-icons .sol {
  background-image: url(../images/icons/sol.png);
  background-size: contain;
}

.page-coin .coin-card .title-card {
  border-bottom: 1px solid rgba(175, 176, 181, 0.3);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  padding-bottom: 15px;
}

.page-coin .coin-card .title-card .name {
  text-transform: capitalize;
  color: #292c39;
  font-size: 2em;
  z-index: 1;
  font-weight: 600;
}

.page-coin .coin-card .title-card .name span {
  color: #afb0b5;
  text-transform: uppercase;
  font-size: 0.7em;
}

.page-coin .coin-card .title-card div {
  position: relative;
}

.page-coin .coin-card .title-card div:first-child {
  width: 100%;
}

.page-coin .coin-card .title-card .contracts {
  font-size: 0.8em;
  width: 100%;
  background-color: #fff;
  margin-left: -15px;
  padding-left: 15px;
  cursor: pointer;
  color: #afb0b5;
}

.page-coin .coin-card .title-card .contracts .contract {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 5px;
  font-size: 1.2em;
}

.page-coin .coin-card .title-card .contracts .contract span {
  font-weight: 300;
}

.page-coin .coin-card .title-card .contracts .contract button {
  margin-left: 15px;
  background-color: #fff;
  border: none;
}

.page-coin .coin-card .title-card .contracts .contract img {
  max-width: 15px;
}

.page-coin .coin-card .title-card .contracts .contract .contract-icon {
  margin: auto 10px;
  height: 18px;
  width: 18px;
  margin-top: -1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.page-coin .coin-card .title-card .contracts .contract .bsc {
  background-image: url(../images/icons/bsc.svg);
}

.page-coin .coin-card .title-card .contracts .contract .eth {
  background-image: url(../images/icons/eth.svg);
}

.page-coin .coin-card .title-card .contracts .contract .sol {
  background-image: url(../images/icons/sol.png);
}

.page-coin .coin-card .title-card .coin-icon img {
  border-radius: 50%;
  width: 50px;
}

.page-coin .coin-card .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  border-bottom: 1px solid rgba(175, 176, 181, 0.3);
}

.page-coin .coin-card .details table {
  margin: auto;
  width: 100%;
}

.page-coin .coin-card .details table tr td:first-child {
  color: #afb0b5;
  font-weight: 500;
}

.page-coin .coin-card .details table tr td:last-child {
  font-weight: 400;
  text-align: right;
}

.page-coin .coin-card .details table tr td span {
  color: #2aaf84;
}

.page-coin .coin-card .description {
  font-size: 1em;
  margin: 15px 15px;
  text-align: center;
  color: #afb0b5;
  font-weight: 300;
  padding-bottom: 15px;
}

.page-coin .social-buttons {
  margin-top: 25px;
  padding: 20px 30px;
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.page-coin .social-buttons a {
  margin: 0 !important;
  width: 100%;
  text-align: center;
}

.page-coin .vote-card {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
}

.page-coin .vote-card .votes {
  font-size: 1em;
  text-align: center;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 30px;
  line-height: 2em;
}

.page-coin .vote-card .votes span {
  font-size: 1.5em;
  line-height: 1.2em;
}

@media (max-width: 1232px) {
  .page-coin .vote-card {
    margin-top: 60px;
  }

  .page-coin .vote-card input {
    width: 100%;
    padding: 10px;
  }
}

.copy {
  position: relative;
}

.copy:not(.copied):hover:before {
  display: block;
}

.copy:not(.copied):before {
  content: "copy";
  /* here's the magic */
  position: absolute;
  /* vertically center */
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  /* move to right */
  right: 100%;
  margin-right: 5px;
  /* and add a small left margin */
  /* basic styles */
  width: 50px;
  padding: 5px;
  border-radius: 25px;
  background: #8c96f7;
  color: #fff;
  text-align: center;
  z-index: 2;
  display: none;
  /* hide by default */
}

.copied:before {
  content: "copied!";
  /* here's the magic */
  position: absolute;
  /* vertically center */
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  /* move to right */
  right: 100%;
  margin-right: 5px;
  /* and add a small left margin */
  /* basic styles */
  width: 50px;
  padding: 5px;
  border-radius: 25px;
  background: #8c96f7;
  color: #fff;
  text-align: center;
  z-index: 2;
  -webkit-animation: fadeinout 5s ease;
  animation: fadeinout 5s ease;
}

@media (max-width: 560px) {
  .page-add-coin .row {
    padding: 50px !important;
  }

  .nav-toggle {
    visibility: visible;
    opacity: 1;
    z-index: 999999;
  }

  .slick-slider {
    margin-top: -130px;
    margin-bottom: 50px;
  }

  .Button_buttonBlue__3LvNm {
    margin-right: -30px;
  }
}

@media (max-width: 1130px) {
  .main-wrapper .main .search {
    display: block;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .main-wrapper .main .search input[type="text"] {
    text-align: center;
  }

  .alltoday {
    margin-top: 20px;
    display: block;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

@-webkit-keyframes fadeinout {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeinout {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.shape {
  position: absolute;
  width: 50px;
  height: 50px;
  transform: scale(0.8);
}

.cir {
  position: absolute;
  border-radius: 50%;
  z-index: 5;
}

.btn-contain {
  width: 200px;
  height: 50px;
}

.btnfire {
  display: block;
  margin-top: 15px !important;
  padding: 10px 20px;
  font-size: 1.2em;
  font-weight: 700;
  color: #fff;
  background-color: #8c96f7;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  border-radius: 4px;
  text-align: center;
  transition: 0.2s;
}

.btnfire:active,
.btnfire:hover,
.btnfire:focus {
  outline: none !important;
  color: white;
}

.btn-particles {
  width: 100px;
  height: 100px;
  position: absolute;
  border-radius: 50%;
  color: #eee;
  font-family: monospace;
  z-index: 5;
  /* 	filter: url(#gooeyness); */
}

.btnfire:active {
  transform: scale(0.9);
}

/*# sourceMappingURL=main.css.map */