.dark-theme {
  background-color: #111;
}


.dark-theme .header_item_logo .logo_text {
  color: #fff;
}

.dark-theme .header_item_live {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
}

.dark-theme .header_item_mav:first-child a {
  border: none;
}

.dark-theme .header_item_mav a {
  color: #fff;
}

.dark-theme .intro_verif_text {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.dark-theme .intro_verif_text svg path {
  fill: #fff;
}

.dark-theme .intro_verif_texts_star path {
  fill: #fff;
}

.dark-theme .intro_tittle {
  color: #fff;
}

.dark-theme .intro_subtittle {
  color: #fff;
}

.dark-theme .intro_info_up_rect {
  background: #1a1a1a;
}

.dark-theme .intro_info_up_rect_tittle {
  color: #fff;
}

.dark-theme .intro_info_up_rect_text {
  color: #fff;
}

.dark-theme .participating_up_tittle {
  color: #fff;
}

.dark-theme .participating_up_text {
  background: linear-gradient(
    90deg,
    #fff -57.17%,
    rgba(255, 255, 255, 0.2) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dark-theme .participating_item {
  background: #1a1a1a;
}

.dark-theme .participating_item_up_make {
  color: rgb(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.dark-theme .participating_item_up_waiting {
  color: #fff;
}

.dark-theme .participating_item_token_tittle {
  color: #fff;
}

.dark-theme .participating_item_token_abr {
  background: #fff;
  color: #1a1a1a;
}

.dark-theme .participating_item_amount_block_tittle {
  color: rgb(255, 255, 255, 0.8);
}

.dark-theme .participating_item_amount_block_text {
  color: rgb(255, 255, 255, 0.8);
}

.dark-theme .participating_item_amount_block:first-child {
  border-bottom: 1px solid rgb(255, 255, 255, 0.2);
}

.dark-theme .participating_item_bottom_text {
  color: #fff;
}

.dark-theme .how_item {
  background: #1a1a1a;
}

.dark-theme .how_item_tittle {
  color: #fff;
}

.dark-theme .how_item_text {
  color: rgb(255, 255, 255, 0.8);
}

.dark-theme .faq_item {
  background: #1a1a1a;
  border-color: transparent;
}

.dark-theme .faq_item:hover {
  border-color: #54D18F;
}

.dark-theme .faq_item.active {
  border-color: #54D18F;
  background: rgba(84, 209, 143, 0.1);
}

.dark-theme .faq_question {
  color: #fff;
}

.dark-theme .faq_item.active .faq_question {
  color: #54D18F;
}

.dark-theme .faq_answer {
  color: rgb(255, 255, 255, 0.8);
}

.dark-theme .giveawey_tittle {
  color: #fff;
}

.dark-theme .giveawey_item {
  background: #1a1a1a;
}

.dark-theme .giveawey .participating_item_token_abr {
  color: #1a1a1a;
}

.dark-theme .giveawey_item_item_input {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  color: #fff;
}

.dark-theme .giveawey_item_item_input::placeholder {
  color: #fff;
}

.dark-theme .giveawey_item_item_text {
  color: #fff;
}

.dark-theme .giveawey_item_item_qr svg path {
  fill: #fff;
}

.dark-theme .transactions_up_item_tittle {
  color: #fff;
}

.dark-theme .transactions_up_item_live {
  color: #fff;
}

.dark-theme .transactions_up_item_text {
  background: linear-gradient(
    90deg,
    #fff -57.17%,
    rgba(255, 255, 255, 0.2) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dark-theme .transaction_tabble_tittle {
  color: rgb(255, 255, 255, 0.4);
}

.dark-theme tbody td {
  background: rgba(37, 40, 47, 0.4);
  color: #fff;
}

.dark-theme tbody tr:nth-child(2n) {
  background: rgba(84, 209, 143, 0.08);
}

.dark-theme .transaction_tabble_status {
  color: #ff4545;
}
.dark-theme .transaction_tabble_status_done {
  color: #54D18F;
}

.dark-theme .footer .header_item:last-child .header_item_mav a {
  color: #fff;
}

.dark-theme .footer .header_item_mav:first-child a {
  border: none;
}

.dark-theme .giveaway_title{
  color: #fff;
  }