.admin-nav__link-row {
    -ms-grid-columns: 15px 1fr;
    grid-template-columns: 15px 1fr;
}

.admin-nav .admin-nav__link .img-mobile {
    display: none;
}

.admin-aside__footer {
    border-radius: 0 0 12px 12px;
}

.bootstrap-select .dropdown-menu li a.selected {
    background: rgb(69 185 155 / 10%);
    color: #45b99b;
}

.bootstrap-select .dropdown-menu li {
    padding: 0;
    margin: 0;
}

.bootstrap-select .dropdown-menu .inner.open {
    background: rgba(13, 28, 25, 1) !important;
    border: 0 !important;
    border-radius: 4px;
}

.select-coin .bootstrap-select .dropdown-menu, .bootstrap-select .dropdown-menu {
    background: transparent !important;
    border: 0;
}

.bootstrap-select .dropdown-menu li a {
    text-decoration: none;
}

.bootstrap-select .dropdown-menu li a:hover {
    color: #45b99b;
}

.inner.open::-webkit-scrollbar-track {
    background: rgb(69 185 155 / 10%) !important;
    border-radius: 0
}

.inner.open::-webkit-scrollbar-thumb {
    background: #45b99b !important;
    border-radius: 0
}

.menu-dropdown .admin-nav__link-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}

.notifications-menu .menu-drop__item.unread {
    background: rgba(13, 28, 25, 1) !important;
    border: 1px solid #48c3a459 !important;
}

.notifications-menu .menu-drop__link {
    padding: 16px !important;
}

.notifications-menu .mark-read-btn {
    color: #45b99b;
    text-decoration: none;
}

.notifications-menu .menu-drop #notifications-mark-all {
    background: #50AF95;
}

.languages-item:hover {
    background: rgba(13, 28, 25, 1) !important;
    border: 1px solid #48c3a459 !important;
}

.currency-item.active {
    background: rgba(13, 28, 25, 1) !important;
    border: 1px solid #48c3a459 !important;
}

.actions__link {
    color: #45b99b;
}

.actions__link:hover {
    color: #fff;
}

.checkbox {
    margin: 0;
}

.checkbox__mark {
    border: 1px solid #a1a3b5 !important;
}

.checkbox__input:checked~.checkbox__row .checkbox__mark {
    background: #45b99b;
    border: 1px solid #45b99b;
}

.table__title {
    background: rgba(13, 28, 25, 1) !important;
    border: none !important;
}

.table__row {
    border-top: 1px solid #48c3a459 !important;
    border-bottom: 0 !important;
}

.table__title th .tit {
    color: #a1a3b5 !important;
}

.bot-activate__select {
    color: #45b99b;
    white-space: nowrap;
}

.history-filter__link {
    color: #45b99b;
}

.bonus-map [data-id=done] .bonus-map__arrow {
    background: #45b99b;
}

.bonus-map [data-id=done] .bonus-map__val {
    color: #45b99b;
}

progress[value]::-webkit-progress-bar {
    background: rgba(13, 28, 25, 1)
}

progress[value]::-webkit-progress-value {
    background: #45b99b;
}

[data-theme=dark-theme] .bonus-map__val {
    color: rgb(69 185 155 / 50%);
}

[data-theme=dark-theme] .bonus-map__arrow {
    background: rgb(69 185 155 / 50%);
}

[data-theme=dark-theme] .bonus-map__arrow img {
    -webkit-filter: none;
    filter: none;
}

[data-theme=dark-theme] .calendar-box__btn.open {
    border: 1px solid #45b99b;
}

.calendar-box__btn.open .calendar-box__img img {
    -webkit-filter: brightness(0) saturate(100%) invert(58%) sepia(43%) saturate(510%) hue-rotate(114deg) brightness(100%) contrast(89%);
    filter: brightness(0) saturate(100%) invert(58%) sepia(43%) saturate(510%) hue-rotate(114deg) brightness(100%) contrast(89%);
}

.days .start-date span {
    background: #45b99b !important;
}

.days li:not(.active):hover {
    color: #45b99b !important;
}

.days .selected-range {
    background: rgba(13, 28, 25, 1) !important;
}

.days .end-date span {
    background: #45b99b !important;
}

.bonus-program__task .bonus-program__reward {
    color: #45b99b;
}

.bonus-program__reward-list li span {
    color: #45b99b;
}

.bonus-program__btn {
    background: #45b99b;
}

.calendar-list__btn.active {
    background: rgba(13, 28, 25, 1) !important;
}

[data-theme=dark-theme] .admin-card {
    border: 1px solid #48c3a459;
}

[data-theme=dark-theme] .admin-aside {
    border: 1px solid #48c3a459;
}

[data-theme=dark-theme] .admin-card__header {
    border-bottom: 1px solid #48c3a459;
}

.admin-nav__item {
    border: 0;
}


/* PAGE NEW-REF */


.container {
  max-width: 1472px;
  margin: 0 auto;
}
.current_rang__rows {
  display: flex;
  gap: 20px; 
  flex-wrap: wrap;
}

.rang-item {
  flex: 1; 
}

p {
  margin: 0;
}


.title__current__link h3 {
    color: white;
    margin: 0;
}

.current__rang {
  background: linear-gradient(180deg, #0d1c19 0%, #102622 100%);
    border: 1px solid #48c3a459;
    backdrop-filter: blur(8px);
    border-radius: 24px;
    padding: 32px;
}

.title__current__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.info__current__rang {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    height: 100%;
    flex-wrap: wrap;
}

.name__turnover p {
    color: #48C3A4;
}

.turnover {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 16px;
}

.turnover__money {
    display: flex;
    gap: 3px;
}

.mope__money {
    color: #a1a3b5;
    opacity: 72%;
}


.money_stay {
    font-weight: 600;
    color: #48C3A4 !important;
}

.name__turnover {
    font-weight: 600;
    color: #48C3A4;
}

.future_level p {
  margin-bottom: 5px;
}

.future_level__rows {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 10px;
    gap: 50px;
}


.progress__current {
    display: flex;
    gap: 2px;
    padding: 2px;
    border: 1px solid #48c3a41c;
    border-radius: 6px;
    background: #48c3a41a;
    margin-bottom: 24px;
    min-width: 324px;
}

  .segment {
    flex: 1;
    min-width: 15px;
    height: 12px;
    border-radius: 4px;
    background: linear-gradient(to top, #1fb592, #45d7b1);
    box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.3),
                inset 0 -2px 4px rgba(0, 0, 0, 0.5);
}

.segment.empty {
    background: transparent;
    border: 2px solid rgba(0, 255, 170, 0.2);
    box-shadow: none;
}

.leve__this__title {
  color: #ffffff;
  margin-bottom: 5px;
}



.this_level span, .future_level span {
    opacity: 100% !important;
    color: #48C3A4;
}

.grid__current__money {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8px;
    width: 100%;
}

  .card__current {
    background-color: #0b2a27;
    border-radius: 12px;
    padding: 12px 24px;
    gap: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-bottom: 1px solid rgba(93, 246, 177, 0.15);
  }

  .card-title {
    font-size: 14px;
    opacity: 0.7;
    color: white;
    opacity: 40%;
  }

  .card-value {
    font-size: 24px;
    color: #1fb592;
    font-weight: 600;
  }

  .card__current.wide {
    grid-column: span 2;
  }


/* rang map */

.rang-map {
  background:
    radial-gradient(ellipse at top, #48c3a45a, transparent 50%),
    linear-gradient(180deg, #0d1c19 0%, #102622 100%); 
  border-radius: 20px;
  padding: 32px;
  color: #bfbfbf;
  border: 1px solid rgba(72, 195, 164, 0.3);
  margin-top: 16px;
  overflow: hidden;
}

.rang-map-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* modal ref */

.new-ref-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
  overflow-y: auto;
}


.new-ref-content {
  color: #fff;
  width: 90%;
  max-width: 1360px;
  border-radius: 12px;
  padding: 20px;
  position: relative;
}

.new-ref-close {
  position: absolute;
  top: 15px;
  right: -18px;
  font-size: 28px;
  cursor: pointer;
  color: #fff;
}

.modal-title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 22px;
}


.modal-table-wrapper-new-ref {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: #48C3A4 #424242;
}

.modal-table-wrapper-new-ref::-webkit-scrollbar {
  height: 8px;
}

.modal-table-wrapper-new-ref::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 10px;
}

.modal-table-wrapper-new-ref::-webkit-scrollbar-thumb {
  background: #48C3A4;
  border-radius: 10px;
}

.modal-table-wrapper-new-ref::-webkit-scrollbar-thumb:hover {
  background: #36a88c; 
}

.modal-table-new-ref {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
 background: linear-gradient(
  180deg,
  #0d1c19 0%,
  #102622bf 100%
);
  padding: 29px 32px;
  border-radius: 24px;
  table-layout: fixed;
  position: relative;
  overflow: hidden;
   min-width: 1300px;
}

.modal-table-new-ref th,
.modal-table-new-ref td {
  padding: 18px 26px 11px 15px; 
  border-bottom: 1px solid rgba(255,255,255,0.1);
  text-align: left;
  white-space: normal;
  text-align: center;
  position: relative;
  border: none !important;
}

.modal-table-new-ref td:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 15%;
    width: 1px;
    background: rgba(255, 255, 255, 0.4);
}

.modal-table-new-ref th {
  color: #48c3a4;
}

.modal-table-new-ref tr {
  transition: all 0.3s ease;
}

.modal-table-new-ref tr:hover {
  background-color: #48c3a414;
  color: #48c3a4;
  border-bottom: 1px solid rgba(93, 246, 177, 0.15);
  transition: all 0.3s ease;
  border-radius: 32px;
}

.header__modal__new__ref {
  background: radial-gradient(ellipse at bottom, #48c3a440, transparent 50%), linear-gradient(180deg, #0d1c19 0%, #102622 100%);
  display: table;       
  width: 100%;
  table-layout: fixed;  
  padding: 0px;         
  border-radius: 32px;
  margin-bottom: 8px;
    overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  min-width: 1300px;
}

.header__modal__new__ref span {
  display: table-cell;  
  padding: 18px 32px;  
  color: #FFFFFF66;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  position: relative;
}

.header__modal__new__ref span:first-child {
  text-align: left; 
}

.header__modal__new__ref > span:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 19%;
    width: 1px;
    background: rgba(255, 255, 255, 0.4);
}

/* modal ref */

.rang-map-header h3 {
  color: white;
  font-size: 24px;
  margin: 0;
}

.rang-more {
  background: rgba(72, 195, 164, 0.1);
  border: 1px solid rgba(72, 195, 164, 0.3);
  color: #48C3A4;
  border-radius: 12px;
  padding: 5px 14px;
  font-size: 14px;
  cursor: pointer;
}

.rang-icons {
  display: flex;
  gap: 29px;
  overflow-x: auto;
  margin: 24px 0 16px 0px;
  padding-bottom: 5px;
  position: relative;
  scrollbar-width: thin;         
  scrollbar-color: #48C3A4 #424242;
}


.rang-icons::-webkit-scrollbar {
  height: 8px;
}

.rang-icons::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 10px;
}

.rang-icons::-webkit-scrollbar-thumb {
  background: #48C3A4;
  border-radius: 10px;
}

.rang-icons::-webkit-scrollbar-thumb:hover {
  background: #36a88c; 
}

.with__line::after {
  content: '';
  position: absolute;
  top: 30px; 
  left: 50%;
  width: calc(100% + 50px); 
  height: 4px;
  background: #48c3a47e;
  z-index: -1;
}


.rang-icon {
  flex: 0 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}



.medal {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: radial-gradient(circle at center, #1b2d29 60%, #0f1f1c 100%);
  border: 2px solid rgba(72, 195, 164, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: white;
  box-shadow: 0 0 8px rgba(31, 181, 146, 0.3);
}

.rang-icon.active .medal {
  background: radial-gradient(circle at center, #1fb592 60%, #45d7b1 100%);
  box-shadow: 0 0 12px rgba(31, 181, 146, 0.7);
}

.price {
  margin-top: 5px;
  color: #48C3A4;
  font-size: 14px;
}

.rang-details {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 12px 0px;
  font-size: 13px;
  gap: 5px;
  background-color: #48c3a408;
  border-radius: 24px;
  border-bottom: 1px solid rgba(93, 246, 177, 0.15);
}

.rang-details div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}

.rang-details > div:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 30%;
  width: 1px; 
  background: rgba(255, 255, 255, 0.4);
}

.rang-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 40px 0;
}

.rang-line::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 4px;
  background: #2a4f4a;
  transform: translateY(-50%);
  z-index: 0;
}

.rang-details span {
  color: #ffffff;
  opacity: 40%;
  font-size: 14px;
}

.rang-details p {
  margin: 8px 0 0;
  color: #bfbfbf;
}

.rang-details .highlight {
  color: #48C3A4;
  font-weight: 600;
}

.img__rang__icon img {
  max-width: 69px;
  position: relative;
  transition: all 0.3s ease;
  overflow: visible;
  padding: 3px;
}


.img__rang__icon img:hover {
      filter: drop-shadow(0 0 4px rgba(72, 195, 164, 0.3));
      transform: scale(1.1);
      transition: all 0.3s ease;
}

.transparency__img__rang {
  opacity: 40%;
}

.semi__transparency {
  opacity: 60%;
  background: transparent !important;
}

.switch__transhe {
  border-radius: 99px !important;
  width: 42px !important;
}

/* conditions */

.conditions {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.conditions__block {
  flex: 1 1 48%;
  background-color: #112821;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  background: linear-gradient(180deg, #162b26b3 0%, #1026225c 100%);
  border-top: 1px solid rgba(93, 246, 177, 0.15);
}

.conditions__block h2 {
  font-size: 20px;
  margin-bottom: 24px;
}

.conditions__item {
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #0b43386e 0%, #102622 100%);
  padding: 12px;
  border-radius: 16px;
  margin-bottom: 15px;
  min-height: 90px;
  border: 1px solid #48c3a43e;
   transition: all 0.3s ease;
}

.conditions__item:hover {
    opacity: 100% !important;
    background: linear-gradient(180deg, #0b43386e 0%, #102622 100%) !important;
    transition: all 0.3s ease;
}

.icon {
  min-width: 24px;
  height: 24px;
  background-color: #48c3a414;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 10px;
  color: #48C3A4;
  transition: all 0.3s ease;
}


.icon img:hover {
      filter: drop-shadow(0 0 4px rgba(72, 195, 164, 0.3));
      transform: scale(1.1);
      transition: all 0.3s ease;
}
.conditions__text {
  font-size: 14px;
}

.conditions__text p {
  color: #FFFFFF;
  opacity: 40%;
}

.conditions__text span {
  color: #48C3A4;
}

.conditions__item__right {
  flex-direction: column;
  gap: 8px;
  align-items: self-start;
}



/* transfer page */




.balance-card {
background: radial-gradient(ellipse at bottom, #48c3a440, transparent 50%), linear-gradient(180deg, #0d1c19 0%, #102622a3 100%);
border-radius: 32px;
padding: 24px;
display: flex;
flex-direction: column;
border-bottom: 1px solid rgba(93, 246, 177, 0.15);
margin-bottom: 32px;
    }

        .balance-card-section {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }

    .top-section {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }

    .balance-text {
        font-size: 16px;
        color: white;
        margin-bottom: 8px;
    }

    .balance-value {
        font-size: 32px;
        color: #3bc796;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .currency {
        font-size: 14px;
        opacity: 0.4;
        color: white;
    }

    .deposit-btn {
        background: linear-gradient(145deg, #1b4b3d, #0e3229);
        padding: 8px 16px;
        border-radius: 20px;
        border: none;
        color: white;
        font-size: 14px;
        cursor: pointer;
    }

    .crypto-list {
        display: flex;
        gap: 15px;
        overflow-x: auto;
        padding-bottom: 5px;
        overflow-x: auto;
        scroll-behavior: smooth;
         scroll-snap-type: x mandatory;
        scrollbar-width: none;
        margin-top: 21px;
    }

     .crypto-list::-webkit-scrollbar {
        display: none;
    }

    .crypto-card {
        background: linear-gradient(145deg, #15362e, #0f2a23);
        border-radius: 15px;
        padding: 20px;
        min-width: 352px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 48px;
        border-bottom: 1px solid rgba(93, 246, 177, 0.15);
    }

    .crypto-info {
        display: flex;
        align-items: center;
        gap: 14px;
    }

    .crypto-icon {
        width: 48px;
        height: 48px;
        background-color: #2b7a66;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 18px;
    }

    .crypto-name {
        font-size: 16px;
        color: white;
    }

    .crypto-sub {
        font-size: 12px;
        color: #AFAFAF;
    }

    .crypto-value {
        text-align: right;
         text-decoration: none;
    }

    .crypto-amount {
        font-size: 16px;
        font-weight: 600;
        color: #FFFFFF;
        display: flex;
        gap: 8px;
    }

    .crypto-usd {
        font-size: 14px;
        color: #AFAFAF;
        margin-top: 4px;
        padding-right: 14px;
    }

    .crypto-container {
        position: relative;
    }

    .arrow {
        position: absolute;
        top: -3%;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: 18px;
        user-select: none;
        border: 1px solid #484848;
    }

    .arrow.left {
        right: 50px;
    }

    .arrow.right {
        right: 10px;
    }


.tabs {
    display: flex;
    flex-direction: column;
}

.tabs input[type="radio"] {
    display: none;
}

.title__tab__button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.title__tab__content h2 {
    font-size: 24px;
}

.tab__button__trashes {
    background: linear-gradient(145deg, #15362e, #0f2a23);
    border-radius: 99px;
    border: 1px solid #48c3a42b;
    padding: 3px;
}

.tabs label {
    color: #8b8b8b;
    padding: 12px 20px;
    cursor: pointer;
    border-radius: 8px 8px 0 0;
    margin: unset;
    display: inline-block;
    transition: all 0.3s ease;
}

.tabs label:hover {
    border-radius: 99px;
    outline: 2px solid #48c3a42b !important;
    background: linear-gradient(145deg, #3c8372, #0f2a23);
    color: #48C3A4;
    transition: all 0.3s ease;
}

.tab-content {
    display: block;
}

.tab-content_crypto {
   display: grid;
   grid-template-columns: repeat(auto-fill, minmax(382px, 1fr));
   border-radius: 0 8px 8px 8px;
   gap: 16px;
   overflow: hidden;
}


/* Card styles */
.card__tab {
    background: radial-gradient(ellipse at bottom, #48c3a440, transparent 50%), linear-gradient(180deg, #0d1c19 0%, #102622a3 100%);
    padding: 32px;
    border-radius: 50px;
}

.title__card__tab {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}

.title__card__tab > div > h2 {
    font-size: 17px;
    font-size: 17px;
    display: flex;
    gap: 16px;
    align-items: center;
}

.title__card__tab div {
    display: flex;
    justify-content: space-between;
}

.line {
  height: 1px;
  background: linear-gradient(to right, rgba(0, 255, 200, 0.6), rgba(0, 255, 200, 0.1));
  border: none;
  margin-top: 18px; 
}

.card__tab header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card__tab header h2 {
    font-size: 18px;
}

.badge {
   background: #133d359e;
   padding: 5px 10px;
   border-radius: 8px;
   font-size: 10px;
   border: 1px solid #48c3a440;
   display: flex;
   align-items: center;
}

.subtitle {
    margin: 0px;
    font-size: 14px;
    text-align: center;
}

.subtitle a {
    color: #45B99B;
    text-decoration: none;
}

.rates {
    display: flex;
    width: 100%;
    background-color: #4a4a4a33;
    padding: 4px;
    border-radius: 12px;
    margin-top: 8px;
    justify-content: space-between;
}

.percent__raters {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.percent__rates__count_rows {
    display: flex;
    align-items: center;
    gap: 8px;
}

.percent__rates__count {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, #ffffff 0%, #a6f4e1 38%, #13d1a1 100%, #45b99b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 32px;
    font-weight: 800;
}

.percent__rates__day {
    padding: 2px 12px;
    background-color: #48c3a46e;
    border: 1px solid #48c3a461;
    color: white !important;
    opacity: 73%;
    font-size: 14px;
    border-radius: 12px;

}

.margin__details {
    margin: 24px 0 20px 0px !important;
}

.rates__img__rows {
    display: flex;
    align-items: self-end;
    gap: 16px;
    margin-top: 17px;
}

.rates__img__rows img {
   padding-bottom: 3px;
}

.name__rates__crypto {
   padding-bottom: 3px;
   font-size: 26px;
}

.tabs-mobile {
  display: none;
}

.button__rates {
    padding: 9px 20px;
    border-radius: 12px;
    color: #FFFFFF;
    background-color: transparent;
    opacity: 40%;
    font-size: 16px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 24px;
  margin-left: 16px;
  background-image: linear-gradient(135deg, #18574c 15%, #1e1d1d) !important;
  border-radius: 12px;
}

.switch-default .switch__mark:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: -20px;
    background: #ffffff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 34px;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: rgba(0, 255, 200, 0.6); 
  border-radius: 50%;
  transition: 0.4s;
}


.switch input:checked + .slider {
  background-color: rgba(0, 255, 200, 0.2);
}

.switch input:checked + .slider:before {
  transform: translateX(18px);
  background-color: #00ffc2;
}

.switch-label {
  margin-left: 10px;
  color: #8aa; 
  font-size: 14px;
}

.switcher__hid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0px 17px 0px;
}

.future__rates {
     padding: 9px 30px !important;
}

.rates__rows {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.rates span {
    background: #133d35;
    padding: 5px 8px;
    border-radius: 6px;
}

.rates .highlight {
    background: #15b087;
    opacity: 100%;
}

.details {
    list-style: none;
    padding: 0;
    display: grid;
    gap: 20px 52px;
    margin: 37px 0 20px 0px;
    grid-template-columns: repeat(3, 1fr);
}

.details__pre__title {
    color: #ffffff !important;
}

.income {
    text-align: center;
    margin: 6px 0px 10px;
    color: #48C3A4 !important;
    font-size: 14px;
}

.input-group {
    display: flex;
    margin: 10px 0;
}

.input-group input {
    flex: 1;
    padding: 12px;
    border: none;
    border-radius: 6px 0 0 6px;
    background-color: #ffffff0f;
    position: relative;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}


.tab__button__trashes input[type="radio"]:checked + label {
     border-radius: 99px;
    outline: 2px solid #48c3a42b !important;
    background: linear-gradient(145deg, #3c8372, #0f2a23);
    color: #48C3A4;
} 

.input-group input::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 30%;
    width: 1px;
    background: rgba(255, 255, 255, 0.4);
}

.input-group select {
    padding: 8px;
    border: none;
    border-radius: 0 6px 6px 0;
    background-color: #ffffff0f;
    cursor: pointer;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.income {
    font-size: 0.9rem;
    color: #7de0b0;
}

.dropdown {
    display: none;
}

.activate {
    width: 100%;
    padding: 17px 0px;
    border: none;
    border-radius: 8px;
    color: white;
    font-size: 14px;
    background: linear-gradient(145deg, #227b65, #0f2a23);
    cursor: pointer;
    border-radius: 99px;
}

.dropdown-arrow__trnshes {
  margin-right: 14px;
    transition: transform 0.3s ease;
    transform: rotate(91deg);
    font-size: 25px;
  
}

.dropdown.open .dropdown-arrow__trnshes {
  transform: rotate(180deg);
}


.transhes-select {
  position: relative;
}

.transhes-select__trigger {
      position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 7px;
    background-color: #ffffff0f;
    font-size: 16px;
    font-weight: 500;
    min-width: 78px;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.2s ease;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.transhes-select__trigger:hover {
  border-color: #999;
}

.transhes-select__trigger span {
    font-size: 14p;
}

.transhes-arrow {
  position: relative;
  height: 10px;
  width: 10px;
}

.transhes-arrow::before, .transhes-arrow::after {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 0.15rem;
  height: 100%;
  background-color: #626262;
  transition: all 0.2s ease;
}

.transhes-arrow::before {
  left: -3px;
  transform: rotate(-45deg);
}

.transhes-arrow::after {
  left: 3px;
  transform: rotate(45deg);
}

.transhes-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 0;
    background-color: #307b6830;
    border-radius: 0 0 5px 5px;
    backdrop-filter: blur(8px);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}


.transhes-select.open .transhes-options {
  opacity: 1;
  visibility: visible;
  max-height: 200px;
  overflow-y: auto;
}

.transhes-select.open .transhes-arrow::before {
  transform: rotate(45deg);
}

.transhes-select.open .transhes-arrow::after {
  transform: rotate(-45deg);
}

.transhes-option {
  display: block;
  padding: 10px 15px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.2s ease;
}

.transhes-option:hover {
  background-color: #8484846e;
}

.transhes-option.is-selected {
  background-color: #6d6d6d4a;
  font-weight: 600;
}

.manage-wihdrawal {
    color: #09947b !important;
}

.manage-wihdrawal svg {
    max-width: 16px;
}

@keyframes dropdownFade {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mobilu__rang__stat,.mobilu_stat_ref,.mobilu_version {
    display: none;
}

.progress__level__money,.rank__current__rang {
    flex-direction: column;
    gap: 8px;
}



@media (max-width: 1820px) {
    .img__current__rang,.pc_version {
        display: none;
    }

    .mobilu__rang__stat {
        width: 100%;
        display: flex;
        justify-content: space-between;
        gap: 17px;
        align-items: center;
        margin-top: 20px;
    }

    .info__current__rang {
        gap: 0px;
    }

    .statistics__rang {
        width: 100%;
    }

    .mobilu_version {
        display: flex;
    }

    .progress__current {
    max-width: 100%; 
    height: 19px;
  }
.img__current__rang__mobilu {
  width: 100%;      
  max-width: 120px;  
  min-width: 65px;   
  min-height: 65px;  
  height: auto;      
  object-fit: contain; 
}
}

@media (max-width: 1530px) { 

    .progress__current {
        min-width: auto;
    }
 }


@media (max-width: 768px) {


.modal-table-wrapper-new-ref {
    overflow-x: hidden; 
  }

  .modal-table-new-ref {
    min-width: unset !important;
  }

  .modal-table-new-ref,
  .modal-table-new-ref tbody,
  .modal-table-new-ref tr,
  .modal-table-new-ref td {
    display: block;
    width: 100%;
  }

  .modal-table-new-ref tr {
    margin-bottom: 16px;
    padding: 12px;
    border-radius: 12px;
    background: linear-gradient(180deg, #0d1c19 0%, #102622bf 100%);
  }

  .modal-table-new-ref td {
    text-align: left;
    padding: 6px 12px;
    border: none !important;
    position: relative;
  }

  .modal-table-new-ref td:not(:last-child)::after {
    display: none !important;
  }
  .modal-table-new-ref td:nth-child(1)::before { content: "Rank: "; color: #48c3a4; font-weight: 600; }
  .modal-table-new-ref td:nth-child(2)::before { content: "Turnover: "; color: #48c3a4; font-weight: 600; }
  .modal-table-new-ref td:nth-child(3)::before { content: "Open Levels: "; color: #48c3a4; font-weight: 600; }
  .modal-table-new-ref td:nth-child(4)::before { content: "% Of Levels: "; color: #48c3a4; font-weight: 600; margin-bottom: 4px; }
  .modal-table-new-ref td:nth-child(5)::before { content: "One-Time Bonus: "; color: #48c3a4; font-weight: 600; }
  .modal-table-new-ref td:nth-child(6)::before { content: "Periodic Bonus: "; color: #48c3a4; font-weight: 600; }


  .modal-table-new-ref td::before {
    display: inline-block;
    min-width: 121px;
  }

  .header__modal__new__ref {
    display: none; 
  }


  .new-ref-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 90vh;
  }

  .new-ref-close {
    position: absolute;
    top: 21px;
    right: 33px;
    font-size: 28px;
    cursor: pointer;
    color: #fff;
    z-index: 2222;
}


  .current_rang__rows {
    flex-direction: column;
  }

    .progress__current {
        margin-bottom: 0px !important;
    }

  .rang-item {
    width: 100%;
  }

  .current_rang__rows {
    flex-direction: column;
  }

  .rang-item {
    width: 100%;
  }

  .info__current__rang {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }

  .turnover {
    flex-direction: column;
    gap: 6px;
  }

  .progress__current {
    flex-wrap: wrap;
  }

  .rang-details {
    grid-template-columns: repeat(2, 1fr);
    font-size: 12px;
  }

  .medal {
    width: 44px;
    height: 44px;
    font-size: 14px;
  }

  .title__tab__button {
    margin-bottom: 0px;
  }
.rates__img__rows {
    gap: unset;
    flex-direction: column;
    align-items: center;
}

.tab__button__trashes {
    display: none;
}

.future__rates {
    padding: 9px 30px !important;
}

   .tabs-desktop {
    display: none;
  }
  .tabs-mobile {
    display: block;
    margin: 10px 0;
  }

  .dropdown {
    display: block;
    position: relative;
    width: 100%;
    background: radial-gradient(ellipse at bottom, #48c3a440, transparent 50%), linear-gradient(180deg, #0d1c19 0%, #102622a3 100%);
    border-bottom: 1px solid rgba(93, 246, 177, 0.15);
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    margin: 12px 0px;
  }

  .dropdown-selected {
    padding: 5px 12px 4px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .dropdown-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: radial-gradient(ellipse at bottom, #48c3a400, #00000080 50%), linear-gradient(180deg, #0d1c198c 0%, #102622ed 100%);
    backdrop-filter: blur(4px);
    border-radius: 8px;
    border: 1px solid rgba(0, 255, 200, 0.2);
    margin: 4px 0 0;
    list-style: none;
    padding: 0;
    z-index: 1000;
    animation: dropdownFade 0.3s ease;
  }

  .dropdown-list li {
    padding: 10px;
    transition: background 0.2s;
  }

  .dropdown-list li:hover {
    background: rgba(0, 255, 200, 0.15);
  }

  .dropdown.open .dropdown-list {
    display: block;
  }

  .dropdown.open .dropdown-arrow__trnshes {
  transform: rotate(271deg);
}

.current__rang {
    padding: 32px 32px 6px 32px;
}
}


@media (max-width: 550px) { 
    .statistics__rang,.name__turnover {
        font-size: 12px;
    }
}

/* END PAGE NEW-REF*/



.bot-aside {
    max-height: 100vh;
    width: 100%;
    height: 100vh !important;
    top: 0 !important;

    display: -ms-grid;

    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px;

    right: 0;

    display: none;
}

.bot-aside.active {
    display: block;
}

[data-theme=dark-theme] .bot-aside {
    border: 0;
    background: rgb(12 14 18 / 70%);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bot-aside__container {
    width: 600px;
    height: auto;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    margin: 0 auto;
}

[data-theme=dark-theme] .bot-activate__card {
    border-radius: 12px 12px 0 0;
    width: 100%;
}

[data-theme=dark-theme] .bot-aside__footer-wrap {
    border-radius: 0 0 12px 12px;
    width: 100%;
    margin: 0;
}


.lvl-slider .swiper-arrows {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}

.swiper-button-next:hover::after, .swiper-button-prev:hover::after {
    color: #45b99b;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 14px !important;
}

.areferrals-lvl .item::before {
    background: #45b99b;
}

.item-lvl__main {
    background: -o-linear-gradient(293deg, #5c857b 17.17%, #45b99b 84.45%);
    background: linear-gradient(157deg, #5c857b 17.17%, #45b99b 84.45%);
}

.item-lvl__hdr {
    background: #45b99b;
    color: #fff;
}

.item-turnover img {
    -webkit-filter: brightness(0) saturate(100%) invert(58%) sepia(43%) saturate(510%) hue-rotate(114deg) brightness(100%) contrast(89%);
    filter: brightness(0) saturate(100%) invert(58%) sepia(43%) saturate(510%) hue-rotate(114deg) brightness(100%) contrast(89%);
}

@media (min-width: 700px) {
    .bot-item:hover .bot-item__item {
        border: 1px solid #45b99b;
    }
}

@media (max-width: 1000px) {
    .abalance__chart {
        max-width: 370px;
    }
}

@media (max-width: 700px) {
    .bot-aoverview {
        width: 100%;
    }

    .abalance__chart {
        max-width: 100%;
    }

    .referrals-history__header {
        border-bottom: 0;
    }
}



.tbot__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.tbot-item {
    border-radius: 10px;
    overflow: hidden;

    position: relative;
}

.tbot-item__wrap {
    border-radius: 10px;
    padding: 24px;
    position: relative;
    overflow: hidden;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

.tbot-item[data-id="starter"] {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(201, 230, 255, 0.30)), to(rgba(0, 0, 0, 0.10)));
    background: -o-linear-gradient(top, rgba(201, 230, 255, 0.30) 0%, rgba(0, 0, 0, 0.10) 100%);
    background: linear-gradient(180deg, rgba(201, 230, 255, 0.30) 0%, rgba(0, 0, 0, 0.10) 100%);
    padding: 1px;
}

.tbot-item[data-id="starter"] .tbot-item__wrap {
    background: -o-radial-gradient(0% 1.43%, 69.25% 100%, #2D3B59 0%, #0D111A 100%);
    background: radial-gradient(69.25% 100% at 0% 1.43%, #2D3B59 0%, #0D111A 100%);
}

.tbot-item[data-id="passive"] {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(201, 230, 255, 0.30)), to(rgba(0, 0, 0, 0.10)));
    background: -o-linear-gradient(top, rgba(201, 230, 255, 0.30) 0%, rgba(0, 0, 0, 0.10) 100%);
    background: linear-gradient(180deg, rgba(201, 230, 255, 0.30) 0%, rgba(0, 0, 0, 0.10) 100%);
    padding: 1px;
}

.tbot-item[data-id="passive"] .tbot-item__wrap {
    background: -o-radial-gradient(0% 1.43%, 69.25% 100%, #383838 0%, #0D111A 100%);
    background: radial-gradient(69.25% 100% at 0% 1.43%, #383838 0%, #0D111A 100%);
}

.tbot-item[data-id="pro"] {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 232, 173, 0.30)), to(rgba(0, 0, 0, 0.10)));
    background: -o-linear-gradient(top, rgba(245, 232, 173, 0.30) 0%, rgba(0, 0, 0, 0.10) 100%);
    background: linear-gradient(180deg, rgba(245, 232, 173, 0.30) 0%, rgba(0, 0, 0, 0.10) 100%);
    padding: 1px;
}

.tbot-item[data-id="pro"] .tbot-item__wrap {
    background: #0D111A;
}

.tbot-item[data-id="pro"] .tbot-item__wrap::before {
    content: '';
    display: block;
    background: url(img-bot/bg.png) no-repeat top;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: 100% auto;
    top: 0;
    left: 0;
    z-index: 1;
}

.tbot-item__header,
.tbot-item__footer {
    position: relative;
    z-index: 2;
}

.tbot-item__main {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;

    position: relative;
    z-index: 2;
}

.tbot-btn {
    width: 100%;
    border-radius: 8px;
    background: #EDEDED;
    border: 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px;

    color: #0A1010;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.tbot-item__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.tbot-item__title h3 {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.tbot-item[data-id="starter"] h3 {
    color: #C4CFFF;
}

.tbot-item[data-id="starter"] .tbot-item__ico {
    width: 15px;
    height: 15px;

    border-radius: 3px;
    background: -o-radial-gradient(32.35% 29.41%, 85.16% 85.16%, #DAE2FF 0%, #2B51FF 100%);
    background: radial-gradient(85.16% 85.16% at 32.35% 29.41%, #DAE2FF 0%, #2B51FF 100%);
    -webkit-box-shadow: -2px -2px 8.9px 0px rgba(188, 210, 247, 0.38), 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 0px 3px 0px rgba(255, 255, 255, 0.73) inset;
    box-shadow: -2px -2px 8.9px 0px rgba(188, 210, 247, 0.38), 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 0px 3px 0px rgba(255, 255, 255, 0.73) inset;
}

.tbot-item[data-id="passive"] h3 {
    color: #FFF;
}

.tbot-item[data-id="passive"] .tbot-item__ico {
    width: 15px;
    height: 15px;

    border-radius: 50%;
    background: -o-radial-gradient(-2.86% 31.14%, 97.07% 97.07%, #F1F1F1 0%, #8E8E8E 100%);
    background: radial-gradient(97.07% 97.07% at -2.86% 31.14%, #F1F1F1 0%, #8E8E8E 100%);
    -webkit-box-shadow: -2px -2px 8.9px 0px rgba(188, 210, 247, 0.38), 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 0px 3px 0px rgba(255, 255, 255, 0.73) inset;
    box-shadow: -2px -2px 8.9px 0px rgba(188, 210, 247, 0.38), 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 0px 3px 0px rgba(255, 255, 255, 0.73) inset;
}

.tbot-item[data-id="pro"] h3 {
    color: #FFDF55;
}

.tbot-item[data-id="pro"] .tbot-item__ico {
    width: 15px;
    height: 15px;
    border-radius: 4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

    background: -o-radial-gradient(23.33% 16.67%, 69.36% 69.36%, #FFFCDA 0%, #F9CC6C 100%);

    background: radial-gradient(69.36% 69.36% at 23.33% 16.67%, #FFFCDA 0%, #F9CC6C 100%);
    -webkit-box-shadow: -2px -2px 8.9px 0px rgba(188, 210, 247, 0.38), 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 0px 3px 0px rgba(255, 255, 255, 0.73) inset;
    box-shadow: -2px -2px 8.9px 0px rgba(188, 210, 247, 0.38), 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 0px 3px 0px rgba(255, 255, 255, 0.73) inset;
}

.tbot-item__label {
    border-radius: 26px;
    background: #272c38;
    padding: 4px 8px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.tbot-item__label .tit {
    color: #EDEDED;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.5;
}

.tbot-item__item .tit {
    color: #FFF;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
    opacity: 0.5;
}

.tbot-item__item .val {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.tbot-item__item .val-proc {
    color: #E6E6E6;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.tbot-item__item .val-proc--yellow {
    color: #FFDF55;
}

.tbot-item__item .val-proc--green {
    color: #0BF4A7;
}

.tbot-item__item .status {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.tbot-item__item .status-low {
    color: #0BF4A7;
}

.tbot-item__item .reinvest {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}

.tbot-item__item .reinvest__tit {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.tbot-item__item .reinvest-unavailable .reinvest__tit {
    color: #F40B59;
}

.tbot-item__item .reinvest-available .reinvest__tit {
    color: #0BF4A7;
}