:root {
  --theme-green-1: rgba(142, 255, 174, 1);
  --theme-black-1: rgba(0, 8, 4, 1);
  --theme-white-1: #fff;
}

.logo-main {
  position: relative;
}

.web-nav a {
  transition: all .4s ease-in-out;
}

.animated-quick{
  transition: all .2s ease-in-out;
  --webkit-animation:all .2s ease-in-out;
}


.animated-sm{
  transition: all .4s ease-in-out;
  --webkit-animation:all .4s ease-in-out;
}

.animated-md{
  transition: all .8s ease-in-out;
  --webkit-animation:all .8s ease-in-out;
}

.animated-lg{
  transition: all 1.2s ease-in-out;
  --webkit-animation:all 1.2s ease-in-out;
}



.web-nav > a:hover,
.web-nav > a.active-nav-item,
.web-nav button.active-nav-item {
  border: 1px solid var(--theme-green-1);
  color: var(--theme-green-1);
}

.web-nav button.chakra-menu__menu-button span{
  justify-content: center;
  display: flex;
}

.connect-btn-dark {
  background: var(--theme-white-1) !important;
  color: var(--theme-black-1) !important;
}

.df-w-list .df-w-list-item {
  position: relative;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, rgba(140, 140, 140, 0) 0.24%, #767676 41.89%, #585858 61.16%, rgba(130, 130, 130, 0) 100%);
  transition: all .5s ease,
}

.df-w-list .df-w-list-item::after {
  content: '';
  background-image: url(/theme/img/icons/right-arrow.svg);
  position: absolute;
  right: 10px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  transition: all 0.5s ease;
}

.df-w-list .df-w-list-item>div img {
  border: 1px solid transparent;
  transition: all 0.3s ease;
}

.df-w-list .df-w-list-item:hover {
  color: var(--theme-green-1);
}

.df-w-list .df-w-list-item:hover::after {
  right: 4px;
}

.df-w-list .df-w-list-item:hover>div img {
  border: 1px solid var(--theme-green-1);
  /* box-shadow: 0px 0px 10px 0px var(--theme-green-1) */
}

.df-w-list .df-w-list-item:last-child {
  border-bottom: none;
}

.skeleton {
  position: relative;
  overflow: hidden;
}

.skeleton::before {
  width: 100%;
  content: '';
  /* background: linear-gradient(-90deg, rgb(0 0 0 / 7%) 0%, rgb(0 0 0 / 7%) 50%, rgb(0 0 0 / 12%) 100%); */
  background-image: linear-gradient(90deg,
      rgba(255, 255, 255, 0),
      rgba(0, 0, 0, 0.5) 60%,
      rgba(255, 255, 255, 0) 98%);
  background-size: 200% 200%;
  animation: pulse 1.5s ease-in-out infinite;
  position: absolute;
  top: 0px;
  height: 100%;
}

.profile-box {
  border-top: 1px solid transparent;
  border-left: 1px solid #2b2b2b;
  border-right: 1px solid #2b2b2b;
  border-radius: 18px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: 0px -1px 1px 0px #00432a;
}


.position-box {
  border: 1px solid rgba(108, 108, 108, 1);
  border-radius: 18px;
}

@keyframes pulse {
  0% {
    background-position: 0% 0%;
  }

  100% {
    background-position: -200% 0%;
  }
}

.skeleton {
  position: relative;
  overflow: hidden;
}

.skeleton::before {
  width: 100%;
  content: '';
  /* background: linear-gradient(-90deg, rgb(0 0 0 / 7%) 0%, rgb(0 0 0 / 7%) 50%, rgb(0 0 0 / 12%) 100%); */
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 98%);
  background-size: 200% 200%;
  animation: pulse 1.5s ease-in-out infinite;
  position: absolute;
  top: 0px;
  height: 100%;
}

.profile-box {
  border-top: 1px solid transparent;
  border-left: 1px solid #2B2B2B;
  border-right: 1px solid #2B2B2B;
  border-radius: 18px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: 0px -1px 1px 0px #00432A;
}

.loading-value {
  -webkit-animation: blinktxt 2s linear infinite;
  animation: blinktxt 1.4s linear infinite;
}

@keyframes blinktxt {
  50% {
    opacity: 0.35;
  }
}


@keyframes pulse {
  0% {
    background-position: 0% 0%;
  }

  100% {
    background-position: -200% 0%;
  }
}


@media screen {}


.sc-t1{
  /* padding-right: 1rem !important; */
}
.sc-t1::-webkit-scrollbar{
  width: 6px;

}
.sc-t1::-webkit-scrollbar-track {
  background-color: #3B3F44;
  border-radius: 100px;
}

.sc-t1::-webkit-scrollbar-thumb {
  border-radius: 100px;
  border: 1px solid transparent;
  background-clip: content-box;
  background: linear-gradient(180deg, #38A169 0%, #276749 100%);
}


.simplebar-scrollbar {
  background-color: #03fd8e !important;
  opacity: 1 !important;
  border-radius: 100px;
}

.simplebar-scrollbar::before {
  background-color: #03fd8e !important;
  opacity: 1 !important;
  border-radius: 100px;
}

.simplebar-track {
  background-color: #004028;
  opacity: 1;
  border-radius: 100px;
}