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

html {
  font-size: 62.5%;
}

body {
  font-size: 1.8rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 500;
  line-height: 1.2;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

.btn,
.form-control {
  box-shadow: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

* {
  color: #ffffff;
}

a {
  text-decoration: none;
  color: #ffffff;
}

/* * {
  transition: 0.2s all;
} */

*,
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.container-fluid,
.container {
  padding-left: 0;
  padding-right: 0;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #2FC56B black;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 8px;
  border-radius: 9rem;
}

*::-webkit-scrollbar-track {
  background: black;
}

*::-webkit-scrollbar-thumb {
  background-color: #2FC56B;
  border-radius: 2rem;
  border: none;
}

body {
  background: #000000;
  border-radius: 32px;
  color: white;
}

.main__page {
  color: white;
}

header {
  margin-bottom: 0;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background: #000000;
  padding: 32px 43px 32px 365px;
  z-index: 10;
}

.header-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.nav-close {
  font-size: 40px;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  position: absolute;
  top: 10px;
  right: 15px;
}

.navbar-nav {
  flex-direction: row;
}

header .navbar {
  max-width: 1055px;
  margin: 0 auto;
}

header .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  display: flex;
  align-items: center;
  margin-right: 15px;
  padding: 0;
}

header .navbar-nav .nav-item .nav-link .coin_icon {
  margin-right: 17.73px;
}
header .navbar-nav .nav-item .nav-link .coin_icon img {
  width: 33px;
}

header .navbar-nav .nav-item .nav-link .nav_link_amount_tittle, header .navbar-nav .nav-item .nav-link .nav_link_amount_prize {
  font-family: "Alegreya Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}

header .navbar-nav .nav-item .nav-link .nav_link_amount_prize {
  color: #2FC56B;
}

header .nav-link.wallet {
  font-family: "Alegreya Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000 !important;
  padding: 16px 24px;
  background: #2FC56B;
  border-radius: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 176px;
  height: 52px;
}

header .nav-link.wallet span {
  margin-right: 1.2rem;
}

.navbar-brand {
  padding: 28px 20px;
  text-align: center;
}

.sidbarnav {
  padding: 10px 35px 0 43px;
  flex: 1;
}

.sidbarnav ul li {
  margin: 0 0 16px 0;
}

.sidbarnav ul li:last-child {
  margin: 0;
}

.dashboard {
  height: 100%;
}

.dashboard .nav-pills {
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  max-width: 320px;
  width: 100%;
  background: #070708;
  z-index: 100;
  border-right: 1px solid rgba(47, 69, 197, 0.1);
}

.sidbarnav-main {
  height: calc(100% - 118px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 76px;
  overflow-y: auto;
}


.dashboard .nav-pills .nav-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 32px;
  width: 240px;
  height: 55px;
  border-radius: 12px;
  color: #ffffff;
  margin-bottom: 1.6rem;
}

.dashboard .nav-pills .nav-link span {
  margin-right: 1.6rem;
}

.dashboard .nav-pills .nav-link.active {
  color: #000000;
  background-color: #2FC56B;
}

.dashboard .nav-pills .nav-link.active .menu_text {
  color: #000000;
}

.dashboard .nav-pills .nav-link.active span svg path {
  fill: #000
}

.dashboard .nav-pills .nav-link:hover {
  color: #000000;
  background-color: #2FC56B;
}

.dashboard .nav-pills .nav-link:hover .menu_text {
  color: #000000;
}

.dashboard .nav-pills .nav-link:hover span svg path {
  fill: #000
}

.nav__content {
  padding: 143px 0 0 320px;
}

.aeroswap-contant {
  padding: 0 43px;
  max-width: 1145px;
  width: 100%;
  margin: 0 auto;
}

.harvest__card {
  background: linear-gradient(180deg, rgba(9, 9, 11, 0) 0%, rgba(13, 13, 48, 0.38) 100%);
  border: 1px solid #262222;
  border-radius: 32px;
  width: calc(100% - 1.6rem);
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 2.4rem;
  padding-right: 3.4rem;
}

.harvest__card_img {
  background: #000000;
  border: 1px solid #FFFFFF;
  border-radius: 151px;
  width: 40px;
  height: 40px;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.harvest__card_amount {
  margin-right: 0.5rem;
}

.harvest__card_minus {
  margin-right: 1.4rem;
}

.harvest__card_btn {
  background: #2FC56B;
  border: 1px solid #35333E;
  border-radius: 60px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #000000;
}

.harvest__card_btn:hover {
  color: #ffffff;
  background: #000000;
}

.harvest__card_amount_head, .harvest__card_plx_head {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  opacity: 0.9;
  margin-bottom: 0.9rem;
}

.harvest__card_amount_head span, .harvest__card_plx_head span {
  opacity: 0.9;
  color: #FFFFFF;
}

.harvest__card_amount_amount {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #2FC56B;
}

.harvest__card_minus_value {
  font-family: "Alegreya Sans SC", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #838291;
}

.harvest__card_minus_value span {
  color: #838291;
}

.harvest__card_plx_green {
  font-family: "Alegreya Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #2FC56B;
  margin-right: 1.1rem;
}

.harvest__card_plx_gray {
  font-family: "Alegreya Sans SC", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #838291;
}

.harvest__card_plx_gray span {
  color: #838291;
}

.harvest__card_btn.claimed {
  border: 1px solid #35333E;
  border-radius: 60px;
  background: transparent;
  color: #FFFFFF;
  line-height: 1;
}

.harvest__card_btn.claimed:hover {
  color: #000000;
  background: #ffffff;
}

.nav.nav-tabs {
  margin-top: 4.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  width: calc(100% + 4rem);
}

.nav.nav-tabs .nav-item .nav-link {
  border: none;
  font-family: "Alegreya Sans SC", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  padding-bottom: 1.7rem;
  padding-top: 0;
  color: #ffffff;
  margin-right: 2.3rem;
  width: 10.8rem;
  text-align: start;
  padding-left: 2rem;
}

.nav.nav-tabs .nav-item.show .nav-link, .nav.nav-tabs .nav-link.active {
  color: #2FC56B;
  background-color: transparent !important;
  border-bottom: 1px solid #2FC56B;
}

.tab-content .taby {
  padding-top: 4.9rem;
  display: flex;
  justify-content: center;
}

.lock__wallet {
  padding-top: 3.9rem;
  margin-bottom: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 32px;
}

.lock__wallet_header {
  padding-left: 1.2rem;
  padding-right: 5rem;
  margin-bottom: 3rem;
}

.deposit {
  padding-left: 3.8rem;
  padding-right: 4.5rem;
  margin-bottom: 3.2rem;
}

.deposit h4 {
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  display: block;
  margin-bottom: 15px;
}

.deposit form .form-control {
  border: 1px solid #35333E;
  border-radius: 60px;
  width: 100%;
  height: 47px;
  padding-left: 2rem;
  padding-right: 2.4rem;
  font-size: 16px;
  background: transparent;
  color: rgba(255, 255, 255, 0.64);
}

.deposit form .form-control::placeholder { 
  color: rgba(255, 255, 255, 0.64);
}

.deposit form .btn {
  right: 1.4em;
  top: 50%;
  translate: 0% -50%;
  border: 1px solid rgba(255, 255, 255, 0.19) !important;
  border-radius: 60px;
  width: 95px;
  height: 25px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  padding: 12px 24px;
}

.deposit form .max {
  right: 53%;
  border: none !important;
  font-family: "Alegreya Sans SC";
  font-style: italic;
  font-weight: 800;
  font-size: 12px;
  line-height: 14px;
  text-decoration-line: underline;
  color: #2FC56B;
}

.daily_Interest {
  padding-bottom: 1.4rem;
  border-bottom: 1px solid rgba(250, 250, 250, 0.5);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 3.7rem;
  margin-right: 5.1rem;
}

.daily_Interest_head {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  color: rgba(250, 250, 250, 0.75);
}

.daily_Interest_per {
  font-family: "Alegreya Sans", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: right;
  color: #2FC56B;
}

.lock__duration {
  margin-left: 3.7rem;
  margin-right: 5.1rem;
  margin-top: 2.2rem;
}

.lock__duration .lock__duration_head {
  font-family: "Alegreya Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: right;
  color: rgba(255, 255, 255, 0.75);
  margin-right: 4px;
}

.lock__duration .lock__duration_icon {
  cursor: pointer;
  width: 23px;
}

.lock__duration_btns {
  display: flex;
  align-items: center;
  margin-left: 3.7rem;
  margin-right: 5.1rem;
  margin-top: 1.2rem;
}

.lock__duration_btns .harvest__card_btn {
  margin-right: 2rem;
  padding: 12px 23px;
  background: transparent;
  color: white;
  border: 1px solid #35333E;
  border-radius: 60px;
  width: 105px;
  height: 32px;
}

.lock__duration_btns .btn-check:checked+.btn, .lock__duration_btns .btn.active, .lock__duration_btns .btn.show, .lock__duration_btns .btn:first-child:active, .lock__duration_btns :not(.btn-check)+.btn:active {
  background: #2FC56B;
  color: #000000;
  border-color: none;
}

.lock__duration_btns.capital {
  margin-bottom: 5.4rem;
}

.unlock_btn { 
  padding: 16px 0;
  gap: 12px;
  background: #2FC56B;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 54px;
  margin: 0 auto 5.4rem;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  max-width: 272px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.unlock_btn:hover {
  color: #000000;
}

.navy {
  padding: 0 0 0 35px;
  max-width: 140px;
  margin: 0 auto;
}

.navy .navy_item {
  margin: 0 0 33px 0;
}



.navy .navy_item .navy_link {
  font-family: "Alegreya Sans SC", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: rgba(255, 255, 255, 0.8);
  opacity: 0.75;
  display: block;
}

.navy .navy_item .navy_link:hover {
  color: #2FC56B;
  opacity: 1;
}

.social-media {
  display: flex;
  align-items: center;
  max-width: 140px;
  width: 100%;
  margin: 0 auto;
}

.social-media li {
  margin-right: 18px;
}

.social-media li:last-child {
  margin: 0;
}

.navy .social_link {
  margin-right: 18px;
}


.soon {
  position: relative;
}

.soon .down_arrow {
  position: absolute;
  right: -0.8rem;
  width: 8rem;
  display: block;
}

.tables_tittle {
  display: flex;
  align-items: center;
  padding: 2rem 0;
}

.tables_tittle .tables_tittle_text {
  font-family: "Alegreya Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 2rem;
}

.tables_tittle.first {
  margin-right: 8rem;
  max-width: 341.7px;
}

.amount__cards_tables_tittle {
  width: 341.7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 2rem;
}

.amount__cards_img {
  margin-right: 1rem;
}

.amount__cards_time_left {
  margin-right: 0.6rem;
}

.amount__cards {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 32px;
  max-width: 1023px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 2.8rem;
  padding-right: 1.9rem;
  margin-bottom: 2.9rem;
}

.amount__cards .harvest__card_btn {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.amount__cards_img {
  width: 110.6px;
  margin-top: -1.8rem;
}

.f_14_light, .f_14_white {
  font-family: "Alegreya Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  color: rgba(255, 255, 255, 0.64);
}

.f_14_white {
  color: rgba(255, 255, 255, 0.71);
}

.f_14_green {
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  color: #2FC56B;
}

.exchange-add .row {
  margin: 0 -22px;
}

.exchange-add [class*="col-"] {
  padding: 0 22px;
}

.exchange__card {
  width: 100%;
  height: 457px;
  border: 1px solid #FFFFFF;
  border-radius: 32px;
  margin-top: 5.6rem;
}

.exchange__card .exchange__card_header {
  padding-top: 3.3rem;
  padding-left: 4rem;
  padding-right: 2rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.7rem;
}

.exchange__card .exchange__card_header .exchange__card_header_tittle .exchange__card_header_tittle_head {
  font-family: "Alegreya SC", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  color: rgba(255, 255, 255, 0.75);
}

.exchange__card .exchange__card_header .exchange__card_header_tittle .exchange__card_header_tittle_small {
  font-family: "Alegreya SC", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.6);
}

.exchange__card .exchange__card_header_handler .exchange__card_header_icon {
  width: 2.4rem;
  margin-right: 2.4rem;
}

.exchange__card .exchange__card_header_handler .exchange__card_header_icon:hover {
  scale: 1.1;
  translate: 0 -0.3rem;
}

.exchange__card .exchange__card_header_handler .exchange__card_handler_percentage {
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 1.7rem;
}

.exchange__card .exchange__card_header_handler .exchange__card_handler_percentage span {
  font-weight: 400;
  line-height: 17px;
  padding-left: 5px;
}

.exchange__card .exchange__card_body {
  padding-left: 4.3rem;
  padding-right: 2rem;
}

.exchange__card .exchange__card_body .exchange__card_from_layout .exchange__card_from_layout_tittle {
  font-family: "Alegreya SC", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 6px;
  padding-left: 1rem;
}

.exchange__card .exchange__card_body .exchange__card_from_layout .exchange__card_from_layout_input {
  border: 1px solid rgba(233, 233, 241, 0.2);
  border-radius: 12px;
  width: 386px;
  height: 58px;
  display: flex;
  align-items: center;
  padding-left: 2.2rem;
  margin-bottom: 2.5rem;
}

.exchange__card .exchange__card_body .exchange__card_from_layout .dropdown .dropdown-toggle {
  font-family: "Alegreya SC", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
}

.exchange__card .exchange__card_body .exchange__card_from_layout .dropdown .dropdown__icon {
  width: 20.8px;
  margin-right: 17px;
}

.exchange__card .exchange__card_body .exchange__card_from_layout .dropdown .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border: none !important;
  background-image: url(../images/Arrow-DownCircle.svg);
  width: 2.6rem;
  height: 2.6rem;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0.3rem;
}

.exchange__card .exchange__card_body .exchange__card_from_layout .dropdown .dropdown-menu {
  padding: 0;
  top: 1rem !important;
  left: 0;
  background: #2FC56B;
  border: 1px solid #ffffff;
  min-width: 14rem;
  margin-left: -0.8rem !important;
}

.exchange__card .exchange__card_body .exchange__card_from_layout .dropdown .dropdown-menu .dropdown-item {
  font-family: "Alegreya SC", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 8px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.537);
}

.exchange__card .exchange__card_body .exchange__card_from_layout .dropdown .dropdown-menu .dropdown-item:hover {
  color: white;
  background-color: rgba(7, 7, 8, 0.2039215686);
}

.exchange__card .exchange__card_body .exchange__card_from_layout .dropdown .dropdown-menu .dropdown__icon {
  width: 20.8px;
  margin-right: 17px;
}

.exchange__card .exchange__card_body .exchange__card_from_layout .exchange__card_from_layout_input_value {
  padding-right: 2.2rem;
}

.exchange__card .exchange__card_body .exchange__card_from_layout .exchange__card_from_layout_input_value input {
  width: 61px;
  height: 27px;
  font-family: "Alegreya SC", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #FFFFFF;
  background: transparent;
  box-shadow: none;
  border: none;
  outline: none;
}

.exchange__card .exchange__card_body .exchange__card_from_layout .exchange__card_from_layout_input_value button {
  font-family: "Alegreya Sans SC", sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 12px;
  line-height: 14px;
  text-decoration-line: underline;
  color: #2FC56B;
  background: transparent;
  border: none;
  margin-left: 2px;
}

.exchange__card .exchange__card_body .exchange__card_layout_divider {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 0.6rem;
}

.exchange__card .exchange__card_body .exchange__card_layout_divider .exchange__card_layout_divider_line {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.exchange__card .exchange__card_body .exchange__card_layout_divider .exchange__card_layout_divider_icon {
  margin: 0 2rem;
}

.exchange__card .exchange__card_body .exchange__card_from_layout_btn {
  background: #2FC56B;
  border-radius: 54px;
  width: 288px;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: auto;
  color: #000;
  margin-top: 4.6rem;
}

.exchange__card .exchange__card_body .exchange__card_from_layout_btn:hover {
  color: black;
}

.exchange__card .exchange__card_body .exchange__card_from_layout_input .exchange__card_from_layout__head {
  font-family: "Alegreya SC", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.6);
}

.exchange__card .exchange__card_body .exchange__card_from_layout_input .exchange__card_from_layout__number_layout {
  display: flex;
  align-items: center;
}

.exchange__card .exchange__card_body .exchange__card_from_layout_input .exchange__card_from_layout__number_layout .no__style {
  font-family: "Alegreya Sans SC", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  color: #FFFFFF;
  margin-right: 0.8rem;
  margin-top: 3px;
}

.exchange__card .exchange__card_body .exchange__card_from_layout_input .exchange__card_from_layout__number_layout .info__style {
  width: 20px;
  height: fit-content;
}

.exchange__card .exchange__card_body .liquidity__layout {
  padding-top: 3.8rem;
}

.exchange__card .exchange__card_body .liquidity__layout .liquidity__layout_text {
  font-family: "Alegreya SC", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  margin-bottom: 1.8rem;
}

.exchange__card .exchange__card_body .liquidity__layout .liquidity__layout_text a {
  font-family: "Alegreya SC", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-decoration-line: underline;
  color: #2FC56B;
}

.exchange__card .exchange__card_body .liquidity__layout .liquidity__layout_content {
  font-family: "Alegreya SC", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}

.exchange__card .exchange__card_body .liquidity__btn {
  margin-top: 5.2rem;
}

.exchange__card .exchange__card_body.add {
  padding-right: 2rem;
}

.dashboard__tittle {
  padding: 5rem 0;
  text-align: center;
}

.dashboard__tittle .dashboard__tittle_big {
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 36px;
  line-height: 44px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2.6rem;
}

.dashboard__tittle .dashboard__tittle_small {
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.75);
}

.dashboard__value_layout {
  padding: 3rem 0;
  margin-bottom: 2rem;
}

.dashboard__value_layout .dashboard__value_header {
  display: flex;
  align-items: center;
}

.dashboard__value_layout .dashboard__value_img {
  width: 32px;
  margin-right: 2rem;
}

.dashboard__value_layout .dashboard__value_text {
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 1.7rem;
}

.dashboard__value_layout .dashboard__value_body .dashboard__value_body_text {
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 36px;
  line-height: 44px;
  color: rgba(255, 255, 255, 0.9);
  margin-left: 2.4rem;
}

.compound__card_layout {
  width: fit-content;
}

.compound__card {
  text-align: center;
}

.compound__card .compound__card_img {
  width: 4.8rem;
  margin-bottom: 0.6rem;
}

.compound__card .compound__card_tittle {
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 1.3rem;
}

.compound__card .compound__card_amount {
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
}

.partners .partners__tittle {
  font-family: "Inter";
  font-style: italic;
  font-weight: 800;
  font-size: 48px;
  line-height: 58px;
  color: rgba(255, 255, 255, 0.9);
  padding: 5.5rem 0 3rem;
  text-align: center;
}

.partners__img {
  margin-bottom: 4.3rem;
  text-align: center;
}

.launchpad__head {
  padding: 2.6rem 0;
  font-family: "Alegreya SC", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 44px;
  color: #FFFFFF;
}

.stepn-text-box {
  flex: 1;
}

.stepn__card_main {
  margin-left: 42px;
  margin-top: 51px;
}

.stepn__card_main .stepn__card {
  margin-bottom: 45px;
}

.stepn__card_main .col {
  width: fit-content !important;
}

.stepn__card_main .stepn__card_img {
  width: 257px;
  margin-right: 25px;
}

.stepn__card_main .stepn__card_info_tittle {
  font-family: "Alegreya SC", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 1;
  margin: 0 0 17px 0;
  color: #FFFFFF;
}

.stepn__card_main .stepn__card_info_small {
  font-family: "Alegreya SC", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
  margin-bottom: 22px;
}

.stepn__card_main .stepn__card_info_btns .stepn__card_btn {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  padding: 8px 18px;
  width: fit-content;
  display: inline-block;
  margin-right: 2.1rem;
  font-family: "Alegreya SC", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 15px;
  color: #FFFFFF;
}

.stepn__card_info_play_with {
  margin: 18px 0 0px 0px;
}

.stepn__card_main .stepn__card_info_btns .stepn__card_btn .stepn__card_btn_icon {
  width: 1.6rem;
  margin-right: 0.6rem;
}

.stepn__card_main .stepn__card_info_content {
  display: flex;
  justify-content: space-between;
}

.stepn__card_main .stepn__card_info_content .stepn__card_info_content_date h6 {
  margin-bottom: 0.6rem;
  font-family: "Alegreya SC", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #FFFFFF;
}

.stepn__card_main .stepn__card_info_content .stepn__card_info_content_date p {
  font-family: "Alegreya SC", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0;
}

.stepn__card_info_play_with_form {
  border: 1px solid #FFFFFF;
  border-radius: 54px;
  padding: 5px 24px;
  width: 288px;
  height: 40px;
  display: flex;
  justify-content: space-between;
}

.stepn__card_info__lay {
  margin-bottom: 10px;
}

.stepn__card_info_play_with_tittle {
  font-family: "Alegreya SC", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  margin-bottom: 1rem;
  padding-left: 1rem;
}

.stepn__card_info_play_currency_img {
  width: 2rem;
  margin-right: 1rem;
}

.stepn__card_info_play_currency_data {
  font-family: "Alegreya SC", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.75);
}

.stepn__card_info_play_max input {
  background: transparent;
  max-width: 50px;
  font-family: "Alegreya SC", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  outline: none;
}

.stepn__card_info_play_max .btn {
  font-family: "Alegreya Sans SC", sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 12px;
  line-height: 14px;
  text-decoration-line: underline;
  color: #2FC56B;
  padding-left: 4px;
}

.stepn__card_info_continue {
  margin-top: 1.1rem;
  background: #2FC56B;
  border-radius: 54px;
  height: 31px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  gap: 12px;
  font-family: "Alegreya SC", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

.stepn__card_info_continue:hover {
  color: white;
}

.table__result {
  padding-top: 4.8rem;
}

.table__result .dataTables_length, .table__result .dataTables_filter, .table__result .dataTables_info, .table__result .dataTables_paginate {
  display: none;
}

.table__result .table thead tr th {
  font-family: "Alegreya SC", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 4.9rem;
  padding: 20px 0;
}

.table__result .table thead tr th * {
  padding: 0 !important;
}

.table__result .table thead tr th .data__icon {
  width: 12px;
  height: fit-content;
  margin-left: 1.2rem;
}

.table__result .table tbody tr td {
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.table__result .table tbody tr .sell {
  font-family: "Alegreya SC", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FF2A3A;
}

.table__result .table tbody tr .buy {
  font-family: "Alegreya SC", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #2FC56B;
}

.table__result .table tbody tr .coin_type .coin_type_img {
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  padding: 7px;
  margin-right: 1.2rem;
}

.table__result .table tbody tr .coin_type span {
  font-family: "Alegreya SC", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}

.table__result .table tbody tr .amount_red {
  font-family: "Alegreya SC", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FF2A3A;
}

.table__result .table tbody tr .amount_green {
  font-family: "Alegreya SC", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #2FC56B;
}

.table__result .table tbody tr .date {
  font-family: "Alegreya SC", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}

.table__result .table>thead :not(caption)>* {
  padding: 4.9rem 0.5rem;
  border-bottom-width: 0px;
}

.navbar-toggler-icon {
  width: 2.5em;
  height: 2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(47, 197, 107)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}



/****** UPDATE ******/

.capital-lock-tab table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 30px;
}

.capital-lock-tab thead tr th {
  color: rgba(250, 250, 250, 0.7);
  font-weight: 500;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  padding: 0 19px 0 28px;
}

.capital-lock-tab tbody tr td {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
  font-family: "Alegreya SC", serif;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 27px 19px 27px 28px;
}

.capital-lock-tab tbody tr td:first-child {
  border-radius: 32px 0 0 32px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.capital-lock-tab tbody tr td:last-child {
  border-radius: 0 32px 32px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.capital-lock-tab tbody tr td .media {
  display: flex;
}

.capital-lock-tab tbody tr td .media .image-holder {
  max-width: 38px;
  width: 100%;
}

.capital-lock-tab tbody tr td .media .text-box {
  padding-left: 9px;
}

.capital-lock-tab tbody tr td .media .text-box h4 {
  font-family: 'Alegreya SC', serif;
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);

  text-transform: uppercase;
  line-height: 1;
  margin: 0 0 5px 0;
}

.capital-lock-tab tbody tr td .media .text-box p {
  font-style: italic;
  color: #2FC56B;
  font-family: "Alegreya SC", serif;
  font-weight: 700;
  text-align: center;
  font-size: 12px;
  line-height: 1;
}

.capital-lock-tab tbody tr td span {
  font-style: italic;
  font-weight: 600;
  font-size: 14px;
  color: #2FC56B;
  font-family: "Inter", sans-serif;
}

.harvest__card_btn__outline {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.75) !important;
}

.harvest__card_btn__outline:hover {
  background: #2FC56B;
  color: #000000;
}

.farms-joind-sec .media {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  ;
}

.farms-joind-sec .nav.nav-tabs {
  border: none;
  padding: 0;
}

.farm-sort form {
  display: flex;
}

.farm-sort form .form-group {
  margin-left: 18px;
}

.farm-sort form .form-group label {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  font-family: "Alegreya SC", serif;
  font-size: 16px;
  display: block;
  width: 75px;
}

.farm-sort form .form-group {
  position: relative;
}

.farm-sort form .form-group .form-control {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 54px;
  height: 37px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  padding-left: 24px;
  background-color: transparent;
  box-shadow: none;
  width: 173px;
}

.farm-sort form .form-group select.form-control {
  width: 111px;
  background: url(../images/arrow-down2.svg) no-repeat;
  background-position: 85% center;
}

.search-icon {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
}

.farma-detail-box {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 32px;
  padding: 32px 32px 32px;
  margin: 25px 0;
}

.farma-detail-top ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.farma-detail-top ul li span {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  font-family: "Alegreya SC", serif;
  text-transform: uppercase;
  display: block;
  margin: 0 0 2px 0;
}

.farma-detail-top ul li p {
  font-weight: 400;
  font-size: 12px;
  color: #2FC56B;
  display: flex;
}

.farma-detail-top ul li p img {
  margin-left: 6px;
}

.farma-detail-calc {
  margin: 15px 0 0 0;
}

.farma-detail-calc ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 14px 0;
}

.farma-detail-calc ul li span {
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Alegreya SC", serif;
  display: block;
}

.farma-detail-calc ul li p {
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}

.farma-detail-calc ul li p img {
  margin-right: 4px;
}

.farma-detail-harvest {
  margin: 30px 0 0 0px
}

.farma-detail-harvest ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.farma-detail-harvest ul li span {
  font-weight: 500;
  font-size: 24px;
  font-family: "Alegreya SC", serif;
  color: #fff;
}

.farma-detail-harvest ul li p strong {
  color: #2FC56B;

}

.farma-detail-harvest ul li p {
  font-weight: 400;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
}

.harvest__card_btn {
  width: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  color: #000;
  font-family: "Alegreya SC", serif;
  height: 43px;
  padding: 0;
}

.unlock-btn {
  width: 100%;
  font-weight: 500;
  height: 54px;
  font-size: 16px;
  color: #000;
  display: flex;
  background: #2FC56B;
  border-radius: 54px;
  align-items: center;
  justify-content: center;
  margin: 33px 0 33px 0;
}

.unlock-btn:hover {
  color: #000;
}

.unlock-btn.active {
  display: none;
}

.farma-detail-total {
  margin: 32px 0 0 0;
}

.farma-detail-total ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.farma-detail-total ul li span {
  font-weight: 400;
  font-size: 14px;
  font-family: "Alegreya SC", serif;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  width: 140px;
  margin: 0 0 10px 0;
}

.farma-detail-total ul li a {
  font-weight: 400;
  font-size: 14px;
  text-decoration-line: underline;
  font-family: "Alegreya SC", serif;
  color: #2FC56B;
  display: block;
  width: 140px;
}

.detail-btn {
  display: flex;
  align-items: center;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  justify-content: center;
}

.detail-btn img {
  margin-left: 5px;
  transition: all 0.5s ease-in-out;
}

.detail-btn:hover {
  color: rgba(255, 255, 255, 0.8);
}

.farma-hidden {
  display: none;
  margin: 20px 0 15px 0;
}

.detail-btn.active span img {
  margin-left: 5px;
  transform: rotate(180deg);
  transition: all 0.5s ease-in-out;
}

/***** NFT STORE SEC ******/
.nft-store-sec h4 {
  font-weight: 500;
  font-family: "Alegreya SC", serif;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.75);
  margin: 20px 0 0 0px;
}

.nft-store-sec .nav.nav-tabs {
  border: none;
  padding: 0;
  margin: 15px 0 0 0;
}

.nft-store-box {
  padding: 13px 0;
}

.nft-store-box span {
  font-weight: 500;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
  display: flex;
  font-family: "Alegreya SC", serif;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px 0;
}

.nft-store-box span img {
  margin-left: 4px;
}

.nft-store-box .image-holder img {
  width: 100%;
}

.nft-store-box .text-inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 8px 0;
}

.nft-store-box .text-box ul {
  max-width: 218px;
  width: 100%;
  margin: 0 auto
}

.nft-store-box .text-box ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  font-family: "Alegreya SC", serif;
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 7px 0;

}

.nft-store-box .text-box ul li img {
  margin-right: 3px;
}

.buy-btn {
  font-weight: 500;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2FC56B;
  border: 1px solid #35333E;
  border-radius: 60px;
  height: 30px;
  max-width: 218px;
  width: 100%;
  margin: 0 auto
}



.text-bottom a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.8);
  padding: 10px 0;
}

.text-bottom a img {
  margin-left: 8px;
}

.nft-store-sec .row {
  margin: 0 -25px;
}

.nft-store-sec [class*="col-"] {
  padding: 0 25px;
}

.exchange-add {
  width: 100%;
}

.apply-btn {
  font-weight: 500;
  font-size: 16px;
  color: #000;
  background: #2FC56B;
  border-radius: 54px;
  width: 216px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #2FC56B;
  margin-top: -14px;
}

.apply-btn:hover {
  background-color: transparent;
  color: #2FC56B
}