.top-bar {
  background: #0a54e0;
  padding: 5px 0;
}
.top-bar a {
  text-decoration: none;
  font-size: 14px;
}

.main-banner {
  background-image: url("banner-bg.png.html");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  border-radius: 10px;
  color: white;
}

.section-header {
  background: #0a54e0;
  color: white;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 15px;
}
.section-header .section-title {
  font-size: 30px;
  font-weight: bold;
}
.section-header .section-subtitle {
  color: rgba(255, 255, 255, 0.6588235294);
}

.token-price {
  color: #0a54e0;
  margin-right: 20px;
  font-size: 20px;
  font-weight: bold;
}

section[data-type] {
  padding: 30px 0;
}

.widget-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.card-shadow {
  padding: 10px;
  border-radius: 10px;
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.console {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  overflow: auto;
  z-index: 20;
}
.console .line {
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 500;
}
.console .line code {
  margin: 5px 20px;
  display: block;
}

[data-type=widget-swap] {
  border-bottom: solid 1px rgba(0, 0, 0, 0.518);
}

.swap-card {
  padding: 7px;
}
.swap-card .nav.nav-pills.nav-fill {
  border: solid 2px rgba(10, 71, 190, 0.2705882353);
  border-radius: 10px;
  padding: 4px;
  margin: 0 0 7px 0 !important;
}
.swap-card .nav.nav-pills.nav-fill .nav-link {
  min-height: 30px;
  line-height: 30px;
}
.swap-card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  border: none;
  margin-bottom: 20px;
}
.swap-card .card-header .title {
  font-size: 20px;
  font-weight: bold;
  color: rgb(7.8205128205, 65.6923076923, 175.1794871795);
}
.swap-card .card-header .subtitle {
  font-size: 14px;
  font-weight: bold;
  color: rgb(112.8461538462, 159.8076923077, 248.6538461538);
}
.swap-card .card-body {
  padding: 0;
  min-height: 200px;
}
.swap-card .card-body .card-body-section {
  background: rgba(10, 84, 224, 0.0705882353);
  padding: 11px 15px;
  border-radius: 14px;
  margin-bottom: 7px;
  position: relative;
}
.swap-card .card-body .card-body-section.section-get {
  background: transparent;
  border: solid 1px rgba(10, 85, 224, 0.151);
}
.swap-card .card-body .card-body-section .swap-mode-content {
  transition: height 0.2s;
}
.swap-card .card-body .card-body-section .swap-mode-content.hidden {
  height: 0;
  overflow: hidden;
}
.swap-card .card-body .card-body-section .swap-mode-content .btn-swap-mode {
  font-size: 13px;
  padding: 10px;
  margin: 0;
  border-radius: 6px;
  background-color: transparent;
  border: solid 1px rgba(0, 0, 0, 0.2);
  transition: all 0.2s;
}
.swap-card .card-body .card-body-section .swap-mode-content .btn-swap-mode i {
  font-size: 30px;
  margin-bottom: 10px;
}
.swap-card .card-body .card-body-section .swap-mode-content .btn-swap-mode strong, .swap-card .card-body .card-body-section .swap-mode-content .btn-swap-mode b {
  color: rgba(0, 0, 0, 0.5803921569);
}
.swap-card .card-body .card-body-section .swap-mode-content .btn-swap-mode.active {
  background: rgba(0, 189, 176, 0.1215686275);
  border-color: #00bdb0;
}
.swap-card .card-body .card-body-section .swap-mode-content .btn-swap-mode.active strong, .swap-card .card-body .card-body-section .swap-mode-content .btn-swap-mode.active b {
  color: #00a79c;
}
.swap-card .card-body .card-body-section .swap-mode-content .btn-swap-mode.active i {
  color: #00a79c;
}
.swap-card .card-body .card-body-section .swap-mode-content .calculations {
  font-size: 12px;
  margin-top: 15px;
}
.swap-card .card-body .card-body-section .swap-mode-content .calculations .free {
  color: #0a54e0;
  font-weight: bold;
}
.swap-card .card-body .card-body-section .swap-mode-content .calculations .usd-amount {
  color: red;
}
.swap-card .card-body .card-body-section .swap-mode-content .calculations .token-amount {
  color: #0a54e0;
}
.swap-card .card-body .btn-swap {
  display: none;
  padding: 15px;
  font-weight: bold;
}
.swap-card .card-body .btn-connect {
  display: block;
  padding: 15px;
  background-color: rgb(186.0769230769, 208.8461538462, 251.9230769231);
  font-weight: bold;
}
.swap-card .card-body .swap-form-field label {
  font-size: 14px;
  font-weight: bold;
  color: rgb(6.7307692308, 56.5384615385, 150.7692307692);
}
.swap-card .card-body .swap-form-field .input-wrapper {
  margin: 5px 0;
  position: relative;
  display: block;
}
.swap-card .card-body .swap-form-field .input-wrapper input {
  width: 100%;
  border: none;
  background: transparent;
  border: solid 1px transparent;
  color: #0a54e0;
  padding: 10px 15px;
  border-radius: 10px;
  height: 50px;
  min-height: 50px;
  font-size: 26px;
  text-align: right;
}
.swap-card .card-body .swap-form-field .input-wrapper input:hover {
  border: none !important;
  outline: none !important;
}
.swap-card .card-body .swap-form-field .input-wrapper input:active {
  border: none !important;
  outline: none !important;
}
.swap-card .card-body .swap-form-field .input-wrapper .btn {
  position: absolute;
  top: 6px;
  left: 0px;
  bottom: 6px;
  border-radius: 6px;
  padding: 0 10px;
  display: flex;
  align-items: center;
}
.swap-card .card-body .swap-form-field .input-wrapper .btn img {
  max-width: 20px;
  max-height: 20px;
  margin-right: 5px;
  border-radius: 50%;
}
.swap-card .card-body .swap-form-field .input-wrapper .btn.selected {
  font-weight: bold;
  background: rgba(10, 84, 224, 0.1098039216);
  color: rgb(7.8205128205, 65.6923076923, 175.1794871795);
}
.swap-card .card-body .swap-form-field .sub-label {
  font-size: 12px;
  font-weight: bold;
  color: rgb(112.8461538462, 159.8076923077, 248.6538461538);
}
.swap-card .card-body button.swap {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: solid 1px #ccc;
  background: white;
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: -16px;
  left: calc(50% - 15px);
  z-index: 10;
}
.swap-card .slippage {
  display: flex;
  justify-content: space-between;
  color: rgba(0, 0, 0, 0.489);
}
.swap-card .pop-over {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: white;
  border-radius: 10px;
  z-index: 10;
  padding: 20px;
}
.swap-card .pop-over .title {
  font-size: 16px;
  font-weight: bold;
  color: rgb(7.8205128205, 65.6923076923, 175.1794871795);
  margin-bottom: 20px;
}
.swap-card .pop-over .title .btn-close-pop-over {
  float: right;
}
.swap-card .pop-over.token-selector img.token-selector-icon {
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 10px;
}
.swap-card .pop-over.token-selector .token-price {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.35);
  font-weight: normal;
  margin-right: 10px;
}

.token-selection-group {
  max-height: calc(100% - 50px);
  overflow: auto;
}

.wallet-connected [data-type=widget-swap] .card-body .btn-swap {
  display: block;
  font-weight: bold;
}
.wallet-connected [data-type=widget-swap] .card-body .btn-swap i {
  margin-right: 10px;
}
.wallet-connected [data-type=widget-swap] .card-body .btn-connect {
  display: none;
}

[data-type=widget-swap-tokenlist] {
  /* .section-body {
      padding-right: 450px !important;
      min-height: 400px;
      position: relative;
  }

  .card {
      padding: 10px;
      border-radius: 10px;
      border: none;
      box-shadow: 0 4px 15px rgba(0,0,0,.15);
  }

  .swap-popover {
      position: absolute;
      right: 50px;
      top: -100px;
      width: 350px;

      .nav.nav-pills.nav-fill {
          border: solid 2px #0a47be45;
          border-radius: 10px;
          padding: 4px;
      }

      .card {
          min-height: 400px;

          .card-header {
              display: flex;
              justify-content: space-between;
              align-items: center;
              background: transparent;
              border: none;
              margin-bottom: 20px;

              .title {
                  font-size: 20px;
                  font-weight: bold;
                  color: darken($color: $primary, $amount: 10);
              }

              .subtitle {
                  font-size: 14px;
                  font-weight: bold;
                  color: lighten($color: $primary, $amount: 25);
              }
          }

          .slippage {
              display: flex;
              justify-content: space-between;
              color: rgba(0, 0, 0, 0.489);
          }
      }
  } */
}
[data-type=widget-swap-tokenlist] .nav.nav-pills.nav-fill {
  border: solid 2px rgba(10, 71, 190, 0.2705882353);
  border-radius: 10px;
  padding: 4px;
}
[data-type=widget-swap-tokenlist] .token-list .table-token-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
[data-type=widget-swap-tokenlist] .token-list .token-label {
  font-weight: bold;
}
[data-type=widget-swap-tokenlist] .token-list .token-label span {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
[data-type=widget-swap-tokenlist] .swap-popover {
  margin-top: -100px;
  margin-right: 25px;
}
@media (max-width: 767.98px) {
  [data-type=widget-swap-tokenlist] .swap-popover {
    margin-top: 30px;
    margin-right: 0px;
  }
}

[data-type=widget-staking] .section-header {
  margin-bottom: 0;
  border-radius: 12px 12px 0 0;
}
[data-type=widget-staking] .filter-bar {
  border-radius: 10px;
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  background: white;
  padding: 16px 0 0 0;
}
[data-type=widget-staking] .card {
  padding: 7px;
}
[data-type=widget-staking] .card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  border: none;
  margin-bottom: 20px;
}
[data-type=widget-staking] .card .card-header .lbl-earn {
  font-size: 20px;
  font-weight: bold;
  color: rgb(7.8205128205, 65.6923076923, 175.1794871795);
}
[data-type=widget-staking] .card .card-header .lbl-stake {
  font-size: 14px;
  font-weight: bold;
  color: rgb(112.8461538462, 159.8076923077, 248.6538461538);
}
[data-type=widget-staking] .card .card-header .icons {
  position: absolute;
  right: 38px;
  top: 16px;
}
[data-type=widget-staking] .card .card-header .icons .icon-stake {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: solid 2px white;
  background: white;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.4);
}
[data-type=widget-staking] .card .card-header .icons .icon-stake img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
}
[data-type=widget-staking] .card .card-header .icons .icon-earn {
  width: 44px;
  height: 44px;
  border: solid 2px white;
  border-radius: 50%;
  background: white;
  position: absolute;
  left: 40px;
  top: 20px;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.4);
}
[data-type=widget-staking] .card .card-header .icons .icon-earn img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
}
[data-type=widget-staking] .card .card-body {
  padding: 0;
}
[data-type=widget-staking] .card .card-body .footer-details-graphically {
  font-size: 12px;
  padding: 10px 0 !important;
}
[data-type=widget-staking] .card .card-body .footer-details-graphically i {
  color: rgb(7.8205128205, 65.6923076923, 175.1794871795);
}
[data-type=widget-staking] .card .card-body .footer-details-graphically .d-flex > div {
  flex: 0.25;
  padding: 0 5px;
}
[data-type=widget-staking] .card .card-body .footer-details-graphically .d-flex > div strong {
  font-weight: bold;
  color: rgb(7.8205128205, 65.6923076923, 175.1794871795);
}
[data-type=widget-staking] .card .card-body .footer-details-graphically .d-flex > div:not(:last-child) {
  border-right: solid 1px #ccc;
}
[data-type=widget-staking] .card .card-body .footer-details-graphically .footer-time {
  margin-bottom: 10px;
  /* > div {
      // flex: 0.5;
      padding: 0 5px;
      border: none !important;
  } */
}
[data-type=widget-staking] .card .card-body .card-body-section {
  background: rgba(10, 84, 224, 0.0705882353);
  padding: 11px 15px;
  border-radius: 14px;
  margin-bottom: 7px;
  position: relative;
}
[data-type=widget-staking] .card .card-body .card-body-section table td, [data-type=widget-staking] .card .card-body .card-body-section table th {
  background-color: transparent;
  font-size: 13px;
  padding-top: 2px;
  padding-bottom: 2px;
}
[data-type=widget-staking] .card .card-body .card-body-section table td {
  text-align: right;
}
[data-type=widget-staking] .card .card-body .card-body-section.section-actions {
  background: transparent;
  border: solid 1px rgba(10, 85, 224, 0.199);
  padding: 5px;
}
[data-type=widget-staking] .card .card-body .card-body-section.section-actions button {
  border-radius: 10px;
  height: 100%;
  padding: 10px 20px;
}
[data-type=widget-staking] .card .card-body .card-body-section.section-actions .earned-details {
  color: rgb(7.3846153846, 62.0307692308, 165.4153846154);
  padding: 6px 10px;
}
[data-type=widget-staking] .card .card-body .card-body-section.section-actions .earned-details span.usd {
  color: rgba(0, 0, 0, 0.3294117647);
}
[data-type=widget-staking] .card .card-body .card-body-section.harvest-section {
  display: none;
}
[data-type=widget-staking] .card .card-body strong.stake-label {
  color: rgb(7.3846153846, 62.0307692308, 165.4153846154);
  padding: 0 12px 2px 12px;
  display: block;
}
[data-type=widget-staking] .card .card-body .stake-details {
  display: none;
}
[data-type=widget-staking] .card .card-body .stake-details .staked-details {
  color: rgb(7.3846153846, 62.0307692308, 165.4153846154);
  padding: 6px 10px;
}
[data-type=widget-staking] .card .card-body .stake-details .staked-details span.usd {
  color: rgba(0, 0, 0, 0.3294117647);
}
[data-type=widget-staking] .card .card-body .btn-swap {
  display: none;
  padding: 15px;
  font-weight: bold;
}
[data-type=widget-staking] .card .card-body .btn-enable {
  display: none;
  padding: 15px;
  font-weight: bold;
}
[data-type=widget-staking] .card .card-body .btn-connect {
  display: block;
  padding: 15px;
  background-color: rgb(186.0769230769, 208.8461538462, 251.9230769231);
  font-weight: bold;
}
[data-type=widget-staking] .card .bottom-sheet {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5019607843);
  border-radius: 10px;
}
[data-type=widget-staking] .card .bottom-sheet .bottom-sheet-content {
  background-color: white;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  border-radius: 6px;
  padding: 10px;
  font-size: 13px;
}
[data-type=widget-staking] .card .bottom-sheet .bottom-sheet-content .title {
  font-size: 16px;
  font-weight: bold;
  color: rgb(7.8205128205, 65.6923076923, 175.1794871795);
  margin-bottom: 20px;
}
[data-type=widget-staking] .card .bottom-sheet .bottom-sheet-content .title .btn-close-bottom-sheet {
  float: right;
}
[data-type=widget-staking] .card .bottom-sheet .bottom-sheet-content table {
  margin: 0;
}
[data-type=widget-staking] .card .bottom-sheet .bottom-sheet-content table td, [data-type=widget-staking] .card .bottom-sheet .bottom-sheet-content table th {
  padding-left: 0;
  padding-right: 0;
}
[data-type=widget-staking] .card .bottom-sheet .bottom-sheet-content .links {
  display: flex;
  margin-top: 10px;
  justify-content: space-between;
  align-items: baseline;
  flex-direction: row;
}
[data-type=widget-staking] .card .bottom-sheet .bottom-sheet-content .links a {
  background: #0a54e0;
  display: block;
  padding: 3px 9px;
  border-radius: 5px;
  color: white;
  text-decoration: none;
}
[data-type=widget-staking] .enabled .card-body .btn-enable {
  display: block;
  font-weight: bold;
}
[data-type=widget-staking] .enabled .card-body .btn-enable i {
  margin-right: 10px;
}
[data-type=widget-staking] .enabled .card-body .btn-swap {
  display: none;
}
[data-type=widget-staking] .enabled .card-body .btn-connect {
  display: none;
}
[data-type=widget-staking] .progress-step {
  border-radius: 5px;
  height: 25px;
  padding: 0;
  font-size: 12px;
}
[data-type=widget-staking] .stake-usd {
  position: absolute;
  right: 129px;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.3294117647);
  top: 11px;
}
[data-type=widget-staking] .harvest-amount {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  border: solid 1px rgba(0, 0, 0, 0.1294117647);
  border-radius: 5px 0 0 5px;
  flex: 1 1 auto;
}

.wallet-connected [data-type=widget-staking] .staking-card .card-body .btn-enable {
  display: block;
  font-weight: bold;
}
.wallet-connected [data-type=widget-staking] .staking-card .card-body .btn-enable i {
  margin-right: 10px;
}
.wallet-connected [data-type=widget-staking] .staking-card .card-body .btn-connect {
  display: none;
}
.wallet-connected [data-type=widget-staking] .staking-card .card-body .card-body-section.harvest-section {
  display: block;
}
.wallet-connected [data-type=widget-staking] .staking-card.staking-enabled .card-body .btn-enable {
  display: none;
}
.wallet-connected [data-type=widget-staking] .staking-card.staking-enabled .card-body .stake-details {
  display: block;
}

@media (max-width: 768px) {
  [data-type=widget-staking] .section-header {
    margin-bottom: 20px;
    border-radius: 12px;
  }
}
span.p-staked-usd {
  color: rgba(10, 71, 190, 0.64);
  font-weight: 500;
  padding: 0px 7px;
  border-radius: 5px;
}

footer {
  background: #0a54e0;
  padding: 30px 0;
  color: white;
  position: relative;
}
footer a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  display: block;
}
footer a:hover {
  color: rgb(255, 255, 255);
}
footer img {
  max-width: 70%;
}
footer ul li a {
  line-height: 40px;
}
footer .shadow-top {
  position: absolute;
  top: -1px;
  width: 100%;
  box-shadow: 0 3px 7px rgb(0, 0, 0) !important;
  height: 1px;
  z-index: 50;
  opacity: 1;
}

@media screen and (min-width: 1020px) {
  [nav-type=default] .top-bar > div > ul.nav-topleft > li > ul,
  [nav-type=thin] .top-bar > div > ul.nav-topleft > li > ul,
  [nav-type=transparent] .top-bar > div > ul.nav-topleft > li > ul {
    right: unset;
    left: 0;
  }
  [nav-type=default] .top-bar > div > ul.nav-topright > li > ul,
  [nav-type=thin] .top-bar > div > ul.nav-topright > li > ul,
  [nav-type=transparent] .top-bar > div > ul.nav-topright > li > ul {
    right: 0;
    left: unset;
  }
  [nav-type=default] .top-bar > div > ul,
  [nav-type=thin] .top-bar > div > ul,
  [nav-type=transparent] .top-bar > div > ul {
    display: flex;
    margin: 0;
    height: 37px;
    padding: 0;
    list-style: none;
    white-space: nowrap;
  }
  [nav-type=default] .top-bar > div > ul > li,
  [nav-type=thin] .top-bar > div > ul > li,
  [nav-type=transparent] .top-bar > div > ul > li {
    height: 100%;
    position: relative;
    padding: 5px;
  }
  [nav-type=default] .top-bar > div > ul > li > a,
  [nav-type=thin] .top-bar > div > ul > li > a,
  [nav-type=transparent] .top-bar > div > ul > li > a {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 15px;
    font-size: 12px;
  }
  [nav-type=default] .top-bar > div > ul > li > a i,
  [nav-type=thin] .top-bar > div > ul > li > a i,
  [nav-type=transparent] .top-bar > div > ul > li > a i {
    margin-left: 10px;
  }
  [nav-type=default] .top-bar > div > ul > li > a:hover,
  [nav-type=thin] .top-bar > div > ul > li > a:hover,
  [nav-type=transparent] .top-bar > div > ul > li > a:hover {
    background: rgba(0, 0, 0, 0.0901960784);
    border-radius: 5px;
  }
  [nav-type=default] .top-bar > div > ul > li.active > a,
  [nav-type=thin] .top-bar > div > ul > li.active > a,
  [nav-type=transparent] .top-bar > div > ul > li.active > a {
    background: rgba(0, 0, 0, 0.0901960784);
    border-radius: 5px;
  }
  [nav-type=default] .top-bar > div > ul > li ul,
  [nav-type=thin] .top-bar > div > ul > li ul,
  [nav-type=transparent] .top-bar > div > ul > li ul {
    color: black;
    position: absolute;
    top: 95%;
    left: 0;
    z-index: 1000;
    display: none;
    margin: 0;
    min-width: 150px;
    padding: 0;
    list-style: none;
    background: white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
  }
  [nav-type=default] .top-bar > div > ul > li ul li,
  [nav-type=thin] .top-bar > div > ul > li ul li,
  [nav-type=transparent] .top-bar > div > ul > li ul li {
    position: relative;
    padding: 5px;
  }
  [nav-type=default] .top-bar > div > ul > li ul li a,
  [nav-type=thin] .top-bar > div > ul > li ul li a,
  [nav-type=transparent] .top-bar > div > ul > li ul li a {
    padding: 10px 20px;
    font-size: 12px;
  }
  [nav-type=default] .top-bar > div > ul > li ul li a:hover,
  [nav-type=thin] .top-bar > div > ul > li ul li a:hover,
  [nav-type=transparent] .top-bar > div > ul > li ul li a:hover {
    background: rgba(0, 0, 0, 0.0901960784);
    border-radius: 5px;
  }
  [nav-type=default] .top-bar > div > ul > li ul li.active > a,
  [nav-type=thin] .top-bar > div > ul > li ul li.active > a,
  [nav-type=transparent] .top-bar > div > ul > li ul li.active > a {
    background: rgba(0, 0, 0, 0.0901960784);
    border-radius: 5px;
  }
  [nav-type=default] .top-bar > div > ul > li ul li ul,
  [nav-type=thin] .top-bar > div > ul > li ul li ul,
  [nav-type=transparent] .top-bar > div > ul > li ul li ul {
    left: 90%;
    top: 0;
  }
  [nav-type=default] .top-bar > div > ul > li ul li:hover > ul,
  [nav-type=thin] .top-bar > div > ul > li ul li:hover > ul,
  [nav-type=transparent] .top-bar > div > ul > li ul li:hover > ul {
    display: block;
  }
  [nav-type=default] .top-bar > div > ul > li:hover > ul,
  [nav-type=thin] .top-bar > div > ul > li:hover > ul,
  [nav-type=transparent] .top-bar > div > ul > li:hover > ul {
    display: block;
  }
  [nav-type=default] .main-nav,
  [nav-type=thin] .main-nav,
  [nav-type=transparent] .main-nav {
    padding: 14px 0;
  }
  [nav-type=default] .main-nav .main-nav-section,
  [nav-type=thin] .main-nav .main-nav-section,
  [nav-type=transparent] .main-nav .main-nav-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  [nav-type=default] .main-nav .main-nav-section .navbar-brand img,
  [nav-type=thin] .main-nav .main-nav-section .navbar-brand img,
  [nav-type=transparent] .main-nav .main-nav-section .navbar-brand img {
    height: 40px;
  }
  [nav-type=default] .main-nav .main-nav-section .navigation-section .menu-header,
  [nav-type=thin] .main-nav .main-nav-section .navigation-section .menu-header,
  [nav-type=transparent] .main-nav .main-nav-section .navigation-section .menu-header {
    display: none !important;
  }
  [nav-type=default] .main-nav .main-nav-section .navigation-section > ul,
  [nav-type=thin] .main-nav .main-nav-section .navigation-section > ul,
  [nav-type=transparent] .main-nav .main-nav-section .navigation-section > ul {
    display: flex;
    margin: 0;
    height: 50px;
    padding: 0;
    list-style: none;
    white-space: nowrap;
  }
  [nav-type=default] .main-nav .main-nav-section .navigation-section > ul > li,
  [nav-type=thin] .main-nav .main-nav-section .navigation-section > ul > li,
  [nav-type=transparent] .main-nav .main-nav-section .navigation-section > ul > li {
    height: 100%;
    position: relative;
    padding: 5px;
  }
  [nav-type=default] .main-nav .main-nav-section .navigation-section > ul > li > a,
  [nav-type=thin] .main-nav .main-nav-section .navigation-section > ul > li > a,
  [nav-type=transparent] .main-nav .main-nav-section .navigation-section > ul > li > a {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 15px;
  }
  [nav-type=default] .main-nav .main-nav-section .navigation-section > ul > li > a i,
  [nav-type=thin] .main-nav .main-nav-section .navigation-section > ul > li > a i,
  [nav-type=transparent] .main-nav .main-nav-section .navigation-section > ul > li > a i {
    margin-left: 10px;
  }
  [nav-type=default] .main-nav .main-nav-section .navigation-section > ul > li > a:hover,
  [nav-type=thin] .main-nav .main-nav-section .navigation-section > ul > li > a:hover,
  [nav-type=transparent] .main-nav .main-nav-section .navigation-section > ul > li > a:hover {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
  }
  [nav-type=default] .main-nav .main-nav-section .navigation-section > ul > li.active > a,
  [nav-type=thin] .main-nav .main-nav-section .navigation-section > ul > li.active > a,
  [nav-type=transparent] .main-nav .main-nav-section .navigation-section > ul > li.active > a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
  }
  [nav-type=default] .main-nav .main-nav-section .navigation-section > ul > li ul,
  [nav-type=thin] .main-nav .main-nav-section .navigation-section > ul > li ul,
  [nav-type=transparent] .main-nav .main-nav-section .navigation-section > ul > li ul {
    color: black;
    position: absolute;
    top: 90%;
    right: 0;
    z-index: 1000;
    display: none;
    margin: 0;
    min-width: 150px;
    padding: 0;
    list-style: none;
    background: white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
  }
  [nav-type=default] .main-nav .main-nav-section .navigation-section > ul > li ul li,
  [nav-type=thin] .main-nav .main-nav-section .navigation-section > ul > li ul li,
  [nav-type=transparent] .main-nav .main-nav-section .navigation-section > ul > li ul li {
    position: relative;
    padding: 5px;
  }
  [nav-type=default] .main-nav .main-nav-section .navigation-section > ul > li ul li a,
  [nav-type=thin] .main-nav .main-nav-section .navigation-section > ul > li ul li a,
  [nav-type=transparent] .main-nav .main-nav-section .navigation-section > ul > li ul li a {
    padding: 10px 20px;
  }
  [nav-type=default] .main-nav .main-nav-section .navigation-section > ul > li ul li a:hover,
  [nav-type=thin] .main-nav .main-nav-section .navigation-section > ul > li ul li a:hover,
  [nav-type=transparent] .main-nav .main-nav-section .navigation-section > ul > li ul li a:hover {
    background: rgba(0, 0, 0, 0.0901960784);
    border-radius: 5px;
  }
  [nav-type=default] .main-nav .main-nav-section .navigation-section > ul > li ul li.active > a,
  [nav-type=thin] .main-nav .main-nav-section .navigation-section > ul > li ul li.active > a,
  [nav-type=transparent] .main-nav .main-nav-section .navigation-section > ul > li ul li.active > a {
    background: rgba(0, 0, 0, 0.0901960784);
    border-radius: 5px;
  }
  [nav-type=default] .main-nav .main-nav-section .navigation-section > ul > li ul li ul,
  [nav-type=thin] .main-nav .main-nav-section .navigation-section > ul > li ul li ul,
  [nav-type=transparent] .main-nav .main-nav-section .navigation-section > ul > li ul li ul {
    left: 90%;
    top: 0;
  }
  [nav-type=default] .main-nav .main-nav-section .navigation-section > ul > li ul li:hover > ul,
  [nav-type=thin] .main-nav .main-nav-section .navigation-section > ul > li ul li:hover > ul,
  [nav-type=transparent] .main-nav .main-nav-section .navigation-section > ul > li ul li:hover > ul {
    display: block;
  }
  [nav-type=default] .main-nav .main-nav-section .navigation-section > ul > li:hover > ul,
  [nav-type=thin] .main-nav .main-nav-section .navigation-section > ul > li:hover > ul,
  [nav-type=transparent] .main-nav .main-nav-section .navigation-section > ul > li:hover > ul {
    display: block;
  }
  [nav-type=default] .main-nav .main-nav-section .nav-accessories,
  [nav-type=thin] .main-nav .main-nav-section .nav-accessories,
  [nav-type=transparent] .main-nav .main-nav-section .nav-accessories {
    display: none !important;
  }
  [nav-type=thin] .top-bar {
    display: none;
  }
  [nav-type=thin] .main-nav .main-nav-section .navbar-brand img {
    height: 30px;
  }
  [nav-type=thin] .main-nav .main-nav-section .navigation-section > ul {
    height: 40px;
  }
  [nav-type=transparent] .top-bar {
    display: none;
  }
  [nav-type=transparent] .main-nav {
    position: fixed;
    top: 10px;
    left: 0;
    right: 0;
    z-index: 100;
    background: transparent;
  }
  [nav-type=transparent] .main-nav .main-nav-section .navigation-section > ul > li > a {
    color: white;
  }
  [nav-type=transparent] .main-nav .main-nav-section .navigation-section > ul > li > a:hover {
    background: rgba(255, 255, 255, 0.0901960784);
    border-radius: 5px;
  }
  [nav-type=transparent] .main-nav .main-nav-section .navigation-section > ul > li.active > a {
    background: rgba(255, 255, 255, 0.0901960784);
    border-radius: 5px;
  }
  [nav-type=minimal] .top-bar {
    display: none;
  }
  [nav-type=minimal] .main-nav .main-nav-section .navbar-brand img {
    height: 30px;
    position: absolute;
    top: 30px;
    left: 50px;
    z-index: 100;
  }
  [nav-type=minimal] .main-nav .main-nav-section .navigation-section {
    position: fixed;
    opacity: 0;
    left: -100%;
    top: 20px;
    bottom: 20px;
    width: 95%;
    max-width: 400px;
    z-index: 100;
    background: white;
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
    overflow-x: hidden;
    overflow-y: scroll;
  }
  [nav-type=minimal] .main-nav .main-nav-section .navigation-section .menu-header button {
    border-radius: 10px;
    border: none;
    background-color: rgba(0, 64, 255, 0.1607843137);
    padding: 0;
    height: 40px;
  }
  [nav-type=minimal] .main-nav .main-nav-section .navigation-section .menu-header button.nav-act-close {
    width: 40px;
  }
  [nav-type=minimal] .main-nav .main-nav-section .navigation-section i.fa-angle-down, [nav-type=minimal] .main-nav .main-nav-section .navigation-section i.fa-angle-right {
    padding: 15px 0 15px 15px;
    width: 50px;
    text-align: right;
    border-left: solid 1px rgba(0, 0, 0, 0.2588235294);
    text-align: center;
  }
  [nav-type=minimal] .main-nav .main-nav-section .navigation-section > ul {
    padding: 10px;
    position: relative;
    margin: 0;
    list-style: none;
    height: 100%;
    transition: all 0.2s ease-in-out;
    left: 0;
  }
  [nav-type=minimal] .main-nav .main-nav-section .navigation-section > ul > li {
    padding: 5px;
  }
  [nav-type=minimal] .main-nav .main-nav-section .navigation-section > ul > li > a {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 15px;
    justify-content: space-between;
    min-height: 46px;
  }
  [nav-type=minimal] .main-nav .main-nav-section .navigation-section > ul > li > a i {
    margin-left: 10px;
  }
  [nav-type=minimal] .main-nav .main-nav-section .navigation-section > ul > li > a i:before {
    content: "\f105";
  }
  [nav-type=minimal] .main-nav .main-nav-section .navigation-section > ul > li > a:hover {
    background: rgba(0, 0, 0, 0.0901960784);
    border-radius: 5px;
  }
  [nav-type=minimal] .main-nav .main-nav-section .navigation-section > ul > li.active > a {
    background: rgba(0, 0, 0, 0.0901960784);
    border-radius: 5px;
  }
  [nav-type=minimal] .main-nav .main-nav-section .navigation-section > ul > li ul {
    display: none;
    margin: 0;
    padding: 10px;
    list-style: none;
    background: transparent;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
  }
  [nav-type=minimal] .main-nav .main-nav-section .navigation-section > ul > li ul li {
    padding: 5px;
  }
  [nav-type=minimal] .main-nav .main-nav-section .navigation-section > ul > li ul li a {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 15px;
    justify-content: space-between;
    min-height: 46px;
  }
  [nav-type=minimal] .main-nav .main-nav-section .navigation-section > ul > li ul li a:hover {
    background: rgba(0, 0, 0, 0.0901960784);
    border-radius: 5px;
  }
  [nav-type=minimal] .main-nav .main-nav-section .navigation-section > ul > li ul li.active > a {
    background: rgba(0, 0, 0, 0.0901960784);
    border-radius: 5px;
  }
  [nav-type=minimal] .main-nav .main-nav-section .navigation-section > ul > li ul li ul {
    left: 100%;
    top: 0;
    height: 100%;
  }
  [nav-type=minimal] .main-nav .mobile-toggle {
    display: block;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 30px;
    right: 50px;
    z-index: 50;
    background: rgba(255, 255, 255, 0.6980392157);
    border-radius: 50%;
    border: none;
    font-size: 22px;
  }
  [nav-type=minimal].mobile-open .main-nav .main-nav-section .navigation-section {
    left: 20px;
    opacity: 1;
  }
  [nav-type=minimal].mobile-open .main-nav .main-nav-section .navigation-shade {
    background-color: black;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
  }
}
@media screen and (max-width: 1020px) {
  .top-bar {
    display: none;
  }
  .main-nav {
    padding: 10px 10px;
  }
  .main-nav .container {
    padding: 0;
    margin: 0;
    max-width: 100%;
  }
  .main-nav .main-nav-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .main-nav .main-nav-section .nav-accessories {
    gap: 10px;
  }
  .main-nav .main-nav-section .navbar-brand img {
    height: 30px;
  }
  .main-nav .main-nav-section .navigation-section {
    position: fixed;
    opacity: 0;
    left: -100%;
    top: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
    max-width: 400px;
    z-index: 100;
    background: white;
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .main-nav .main-nav-section .navigation-section .menu-header button {
    border-radius: 10px;
    border: none;
    background-color: rgba(0, 64, 255, 0.1607843137);
    padding: 0;
    height: 40px;
  }
  .main-nav .main-nav-section .navigation-section .menu-header button.nav-act-close {
    width: 40px;
  }
  .main-nav .main-nav-section .navigation-section i.fa-angle-down, .main-nav .main-nav-section .navigation-section i.fa-angle-right {
    padding: 15px 0 15px 15px;
    width: 50px;
    text-align: right;
    border-left: solid 1px rgba(0, 0, 0, 0.2588235294);
    text-align: center;
  }
  .main-nav .main-nav-section .navigation-section > ul {
    padding: 10px;
    position: relative;
    margin: 0;
    list-style: none;
    height: 100%;
    transition: all 0.2s ease-in-out;
    left: 0;
  }
  .main-nav .main-nav-section .navigation-section > ul > li {
    padding: 5px;
  }
  .main-nav .main-nav-section .navigation-section > ul > li > a {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 15px;
    justify-content: space-between;
    min-height: 46px;
  }
  .main-nav .main-nav-section .navigation-section > ul > li > a i {
    margin-left: 10px;
  }
  .main-nav .main-nav-section .navigation-section > ul > li > a i:before {
    content: "\f105";
  }
  .main-nav .main-nav-section .navigation-section > ul > li > a:hover {
    background: rgba(0, 0, 0, 0.0901960784);
    border-radius: 5px;
  }
  .main-nav .main-nav-section .navigation-section > ul > li.active > a {
    background: rgba(0, 0, 0, 0.0901960784);
    border-radius: 5px;
  }
  .main-nav .main-nav-section .navigation-section > ul > li ul {
    display: none;
    margin: 0;
    padding: 10px;
    list-style: none;
    background: transparent;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
  }
  .main-nav .main-nav-section .navigation-section > ul > li ul li {
    padding: 5px;
  }
  .main-nav .main-nav-section .navigation-section > ul > li ul li a {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 15px;
    justify-content: space-between;
    min-height: 46px;
  }
  .main-nav .main-nav-section .navigation-section > ul > li ul li a:hover {
    background: rgba(0, 0, 0, 0.0901960784);
    border-radius: 5px;
  }
  .main-nav .main-nav-section .navigation-section > ul > li ul li.active > a {
    background: rgba(0, 0, 0, 0.0901960784);
    border-radius: 5px;
  }
  .main-nav .main-nav-section .navigation-section > ul > li ul li ul {
    left: 100%;
    top: 0;
    height: 100%;
  }
  .main-nav .mobile-toggle {
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    background: transparent;
    border: none;
    font-size: 22px;
  }
  .mobile-open .main-nav .main-nav-section .navigation-section {
    left: 20px;
    opacity: 1;
  }
  .mobile-open .main-nav .main-nav-section .navigation-shade {
    background-color: black;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
  }
}
/* @include color-mode(dark) {
    footer {
        background: $footer-dark;
    }

    [data-type=widget-staking] {
        .filter-bar {
            background-color: #6fa1ff36;
        }
        .card {
            .card-header {
                .lbl-earn {
                    color: lighten($color: $primary, $amount: 10);
                }
            }

            .card-body {
                .card-body-section {
                    &.section-actions {
                        border-color: #ffffff4f;
                    }
                }

                .btn-connect {
                    background-color: #6fa1ff36;
                }
            }
        }
    }
} */

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