* {
  padding: 0;
  margin: 0;
}

body {
  background: var(--third-color);
}

:root {
  --primary-color: #fff;
  --secondary-color: #171b24;
  --third-color: #f0f2f7;
  --fourd-color: #e3e7eb;
  --fifth-color: #0000000d;
}

.dark-mode {
  --primary-color: #171b24;
  --secondary-color: #fff;
  --third-color: #171b24;
  --fourd-color: #f8f8f80d;
  --fifth-color: #f8f8f80d;
}

.primary-color {
  color: var(--primary-color);
}

.secondary-color {
  color: var(--secondary-color);
}

.background-ann {
  background: rgb(223, 213, 240);
  font-family: "Roboto Condensed", sans-serif;
}

.discord {
  color: blueviolet;
}

.size-1 {
  font-size: 0.8rem;
}

.custom-badge {
  display: inline-block;
  margin: 0.3rem 0.2rem;
  padding: 0.5rem 1rem;
  border: 1px solid;
  border-color: var(--secondary-color);
  display: inline-flex;
  list-style: none;
  margin: 0.3rem 0.2rem !important;
  background: var(--primary-color);
  color: var(--secondary-color);
  cursor: pointer;
}

.custom-font {
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.custom-font-fee {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.custom-font-worker {
  color: #0a6dd7;
  font-weight: bold;
}

.font-bold {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}

.font-reg {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
}

#header {
  /* position: absolute; */
  z-index: 10;
  width: 100%;
  /* background: var(--third-color); */
}

.logo-link {
  text-decoration: none !important;
}

.logo-link:hover {
  text-decoration: none !important;
}

.modal-content {
  background: var(--primary-color) !important;
}

.logo-text {
  font-family: "Nunito", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--secondary-color);
}

.logo-footer {
  font-family: "Nunito", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--secondary-color);
}

.navbar-collapse {
  background: var(--primary-color);
  border-radius: 10px;
  border: 1px solid rgb(226, 220, 220);
  padding-right: 0.2rem;
}

#nav-item .nav-link {
  font-weight: 700;
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
  /* padding: .8rem; */
  /* border-radius: 10px; */
  /* padding-left: 10px; */
  color: var(--secondary-color);
}

#nav-item:hover {
  background: #8e2de2; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #4a00e0,
    #8e2de2
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #4a00e0,
    #8e2de2
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

#nav-item:hover a {
  color: var(--primary-color);
}

#nav-item {
  border-radius: 10px;
  padding: 0.5rem;
}

#nav-item.active {
  background: #8e2de2; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #4a00e0,
    #8e2de2
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #4a00e0,
    #8e2de2
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /* color: var(--primary-color); */
}

#nav-item.active a {
  color: var(--primary-color);
}

.fa-bars {
  color: var(--secondary-color);
}

.search-navbar {
  width: 400px;
}

.search-navbar input {
  font-size: 1rem;
  font-family: "Nunito", sans-serif;
  height: 48px;
  background: #dcdde1;
}

.search-navbar button {
  font-size: 1rem !important;
}

.search-navbar input::placeholder {
  font-size: 1rem;
  font-family: "Nunito", sans-serif;
}

.error-message-search-home {
  font-size: 0.9rem;
  color: red;
  margin-top: 10px;
  font-family: "Nunito", sans-serif;
}

.main {
  padding: 2rem 0 1rem 0;
}

.header h5 {
  color: var(--secondary-color);
  font-family: "Roboto Condensed", sans-serif;
}

.header p {
  color: var(--secondary-color);
  font-family: "Nunito", sans-serif;
}

.bg-icons-sec {
  background: var(--fifth-color);
  padding: 0.5rem 0.5rem;
  border-radius: 10px;
}

.bg-icons-sec a span {
  color: var(--secondary-color);
  font-family: "Nunito", sans-serif;
}

.custom-control-label {
  color: var(--secondary-color);
  font-family: "Nunito", sans-serif;
}

thead {
  background: var(--fourd-color);
}

table {
  background: var(--primary-color);
  color: var(--secondary-color);
}

table th {
  font-family: "Roboto Condensed", sans-serif;
}

table tr {
  color: var(--secondary-color);
  font-family: "Nunito", sans-serif;
}

.table-responsive {
  border: 1px solid rgb(226, 220, 220);
  border-radius: 10px !important;
  background: var(--primary-color);
}

#coin-info tr td {
  font-size: 0.8rem;
}

#income-th {
  cursor: pointer !important;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 0.5rem 1rem;
  border: solid 1px #28a745;
  border-radius: 8px;
}

.header-modal {
  font-family: "Roboto Condensed", sans-serif;
  color: #171b24;
}

.minner-connect {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  background: none;
  border: none;
  outline: none;
  color: var(--secondary-color);
  /* padding: .5rem 3rem; */
}

.info-card {
  background: var(--primary-color);
  border-radius: 10px;
  border: 1px solid rgb(226, 220, 220);
  padding: 1rem;
  color: var(--secondary-color);
  font-family: "Nunito", sans-serif;
}

.server span {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
}

.worker span {
  font-family: "Nunito", sans-serif;
  /* font-weight: 400; */
}

#wallet-section {
  padding: 2rem 0 1rem 0;
  min-height: 70vh;
}

.search-input {
  outline: none;
  border: none;
  height: 50px;
  font-size: 0.8rem;
  background: #dcdde1;
  width: 300px !important;
}

.search-icon {
  display: flex;
  align-items: center;
  color: #fff;
  /* padding: 0.63rem; */
  font-size: 1.5rem;
  background: #263238;
  cursor: pointer;
  border: none;
}

.search-input-wallet {
  /* outline: none; */
  /* border: none; */
  height: 56px;
  width: 85%;
  /* font-size: 1.2rem; */
  /* background: #dcdde1; */
}

.search-icon-wallet {
  display: flex;
  align-items: center;
  color: #fff;
  /* padding: 0.63rem; */
  font-size: 1.5rem;
  background: #263238;
  cursor: pointer;
  border: none;
}

.error-message {
  color: red;
  margin-top: 1rem;
  font-family: "Nunito", sans-serif;
  font-size: 1.3rem;
}

.coin-name {
  font-family: "Nunito", sans-serif;
  font-size: 1.1rem;
  cursor: pointer;
}

#wallets-container {
  margin-top: 5rem;
}

.wallet-header-table {
  font-family: "Roboto Condensed", sans-serif;
  color: var(--secondary-color);
  font-weight: 700;
}

#total-income {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.3rem !important;
  color: var(--secondary-color);
}

#balance {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.3rem !important;
  color: var(--secondary-color);
}

#table-transaction {
  max-height: 500px;
}

#trans-table td {
  font-size: 0.8rem;
}

.title-social {
  font-family: "Roboto Condensed", sans-serif;
  color: var(--secondary-color);
  font-size: 1.5rem;
  font-weight: 700;
}

.footer {
  background: var(--fourd-color);
}

.footer p {
  color: var(--secondary-color);
}

.copy-right {
  font-family: "Nunito", sans-serif;
  color: var(--secondary-color);
}

.tele-icon {
  font-size: 1rem;
  padding: 0.5rem;
  background: #2ea2d4;
  color: #fff;
  border-radius: 50%;
}

.twi-icon {
  background: #1c9cea;
  font-size: 1rem;
  padding: 0.5rem;
  color: #fff;
  border-radius: 50%;
}

.face-icon {
  background: #274f91;
  font-size: 1rem;
  padding: 0.5rem 0.8rem;
  color: #fff;
  border-radius: 50%;
}

.card-terms {
  background: var(--primary-color);
}

.card-terms p {
  color: var(--secondary-color);
}

.start-count {
  color: gray;
  font-family: "Nunito", sans-serif;
  font-size: 10px;
}
@media (max-width: 991px) {
  .how-it-work-item.line-right::before {
    content: none;
  }

  .header-banner {
    font-size: 2rem;
  }

  .header {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .header {
    text-align: center;
  }

  .header-banner {
    font-size: 1.5rem;
  }
}
