/* Copy Animation */
.plan-item__list-inner:last-child:after {
    content: '💸 250% - 400%';
    color: #00c643 !important;
    margin-left: 2px;
    font-size: 20px;
    font-family: nexa;
    font-weight: 700;
    margin-top: -20px;
}

.plan-item__list-inner:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    display: flex;
    color: transparent;
    flex-direction: column;
}

.dashboard-fluid .dashboard-body:after {
    content: "";
    background-image: 
        url(https://starbett.net/assets/templates/metro_hyip/images/shapes/LANZ-GLOB.webp),  /* Imagen 1 */
        url(https://starbett.net/assets/templates/metro_hyip/images/shapes/Banner-Punta-Cana-02.png),  /* Imagen 2 */
        url(https://starbett.net/assets/templates/metro_hyip/images/shapes/Banner-Punta-Cana-03.png);  /* Imagen 3 */
    background-size: contain;  /* Ajusta la imagen para que se ajuste a su contenedor sin distorsionarse */
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: auto;  /* El alto de la imagen será automático, según el contenido */
    max-height: 150px; /* Puedes ajustar este valor según el tamaño que prefieras */
    aspect-ratio: 1025 / 90;  /* Mantiene la proporción de la imagen */
    border-radius: 0px 0px 10px 10px;
    animation: slideAnimation 15s infinite;  /* Animación que dura 15 segundos y se repite infinitamente */
}

/* Animación del slide */
/* @keyframes slideAnimation {
    0% {
        background-image: 
            url(https://starbett.net/assets/templates/metro_hyip/images/shapes/Banner-Punta-Cana.png),  
            url(https://starbett.net/assets/templates/metro_hyip/images/shapes/Banner-Punta-Cana-2.png),  
            url(https://starbett.net/assets/templates/metro_hyip/images/shapes/Banner-Punta-Cana-3.png);
    }
    33.33% {
        background-image: 
            url(https://starbett.net/assets/templates/metro_hyip/images/shapes/Banner-Punta-Cana-2.png),  
            url(https://starbett.net/assets/templates/metro_hyip/images/shapes/Banner-Punta-Cana-3.png),
            url(https://starbett.net/assets/templates/metro_hyip/images/shapes/Banner-Punta-Cana.png);
    }
    66.66% {
        background-image: 
            url(https://starbett.net/assets/templates/metro_hyip/images/shapes/Banner-Punta-Cana-3.png),  
            url(https://starbett.net/assets/templates/metro_hyip/images/shapes/Banner-Punta-Cana.png),
            url(https://starbett.net/assets/templates/metro_hyip/images/shapes/Banner-Punta-Cana-2.png);
    }
    100% {
        background-image: 
            url(https://starbett.net/assets/templates/metro_hyip/images/shapes/Banner-Punta-Cana.png),  
            url(https://starbett.net/assets/templates/metro_hyip/images/shapes/Banner-Punta-Cana-2.png),  
            url(https://starbett.net/assets/templates/metro_hyip/images/shapes/Banner-Punta-Cana-3.png);
    }
} */

.dashboard-fluid .dashboard-body {
    padding: 150px 40px 30px 40px;
}

@media (min-width: 426px) and (max-width: 768px) {
    .dashboard-fluid .dashboard-body:after {
        content: "";
        background-image: url(https://starbett.net/assets/templates/metro_hyip/images/shapes/LANZ-GLOB-2.webp) !important;
        background-size: contain;
        background-position: center !important;
        background-repeat: no-repeat;
        position: absolute;
        z-index: -1;
        top: -57px;
        right: 0;
        left: 0;
        width: 100%;
        height: auto;
        min-height: 250px !important;
        aspect-ratio: unset;
        border-radius: 0px 0px 10px 10px;
    }
  .dashboard-fluid .dashboard-body {
    padding: 45px 40px 30px 40px;
  }
}

@media (min-width: 426px) and (max-width: 768px) {
    .dashboard-fluid .dashboard-body:after {
        content: "";
        background-image: url(https://starbett.net/assets/templates/metro_hyip/images/shapes/LANZ-GLOB-2.webp) !important;
        background-size: contain;
        background-position: center !important;
        background-repeat: no-repeat;
        position: absolute;
        z-index: -1;
        top: -57px;
        right: 0;
        left: 0;
        width: 100% !important;
        height: auto;
        min-height: 248px;
        border-radius: 0px 0px 10px 10px;
    }
  .dashboard-fluid .dashboard-body {
    padding: 210px 15px 25px 15px;
  }
}

@media (max-width: 425px) {
    .dashboard-fluid .dashboard-body:after {
        content: "";
        background-image: url(https://starbett.net/assets/templates/metro_hyip/images/shapes/LANZ-GLOB-2.webp) !important;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        z-index: -1;
        top: -70px;
        right: 0;
        left: 0;
        width: 100%;
        height: auto;
        max-height: 240px;
        aspect-ratio: 100 / 120;
        border-radius: 0px 0px 10px 10px;
    }
  .dashboard-fluid .dashboard-body {
    padding: 160px 15px 25px 15px;
  }
.plan-item__name {
    font-size: 40px !important;
  }
}



body > div.dashboard-fluid.position-relative .plan-item__body > ul > li:nth-child(2) {
  display: none !important;
}

.mt-1 {
    display: none !important;
}

#investModal > div > div > form > div.modal-body > div:nth-child(1) > p.text-center.interestValidity {
    display: none !important;
}

#investModal > div > div > form > div.modal-body > div:nth-child(1) {
    margin-bottom: 25px;
}


@media (max-width: 767px) {
  .plan-item__list-inner:last-child:after {
    content: '💸 250% - 400%';
    color: #00c643 !important;
    margin-left: 2px;
    font-size: 20px;
    font-family: nexa;
    font-weight: 700;
    margin-top: -20px;
}
.plan-item__list-inner:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    display: flex;
    color: transparent;
    flex-direction: column;
  }
}

.plan-item__list-inner {
    display: none;
}


@media screen and (max-width: 991px) {
    .modal.show .modal-dialog {
     transform: none !important;
     margin-bottom: 70px;
  }
    .table--responsive--lg tbody tr td:first-child {
        text-align: right;
        border-left: 0;
        display: flex;
    }
      .table--responsive--lg tbody tr:nth-child(odd) {
        display: grid;
        background-color: hsl(240deg 57.31% 29.82%);
    }
    .table--responsive--lg tbody tr {
        display: grid;
        border-spacing: 0px 20px;
        border-radius: 0px;
    }
    .table--responsive--lg.style-two tbody tr td:first-child {
        text-align: right;
        border-left: 0;
        color: #f89a32;
        background: #141443;
    }
    .table--responsive--lg.style-two tbody tr:nth-child(odd) {
        background-color: hsl(271.07deg 100% 43.92% / 46%);
        border-radius: 6px 6px 20px 20px !important;
        margin-bottom: 25px;
    }
      .table.style-two tbody tr td {
        font-size: 12px !important;
    }
}




:root {
    --heading-font: "Rajdhani", sans-serif !important;
    --body-font: "Montserrat", Roboto, sans-serif !important;
}
  
  .copyInput {
  display: inline-block;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.copied::after {
  position: absolute;
  top: 8px;
  right: 12%;
  width: 100px;
  display: block;
  content: "LINK COPIADO";
  font-size: 1em;
  padding: 5px 5px;
  color: #fff;
  background-color: hsl(var(--base));
  border-radius: 3px;
  opacity: 0;
  will-change: opacity, transform;
  animation: showcopied 1.5s ease;
}

@keyframes showcopied {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  50% {
    opacity: 0.7;
    transform: translateX(40%);
  }

  70% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
  }
}

.input-group-text.copytext.copyBoard {
  cursor: pointer;
}


.cookies-card {
  width: 520px;
  padding: 30px;
  color: #dddddd;
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 999999;
  transition: all .5s;
  border-radius: 5px;
  border: 2px solid hsl(var(--base)/ 0.5);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #39006e !important; 
  box-shadow: 0 0 15px hsl(var(--base)/ 0.5);
}

.cookies-card.hide {
  bottom: -500px !important;
}

.radius--10px {
  border-radius: 10px;
}

.cookies-card__icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #6e6f70;
  color: #fff;
  font-size: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.cookies-card__content {
  margin-bottom: 0;
}

.cookies-btn {
  color: #363636;
  text-decoration: none;
  padding: 10px 35px;
  margin: 3px 5px;
  display: inline-block;
  border-radius: 999px;
}

.cookies-btn:hover {
  color: #363636;
}


@media (max-width: 767px) {
  .cookies-card {
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 14px;
    padding: 15px;
  }
}

.hover-input-popup {
  position: relative;
}

.input-popup {
  display: none;
}

.hover-input-popup .input-popup {
  display: block;
  position: absolute;
  bottom: 70%;
  left: 50%;
  width: 260px;
  background-color: #1a1a1a;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.input-popup::after {
  position: absolute;
  content: '';
  bottom: -19px;
  left: 50%;
  margin-left: -5px;
  border-width: 10px 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent #1a1a1a transparent;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.input-popup p {
  padding-left: 20px;
  position: relative;
}

.input-popup p::before {
  position: absolute;
  content: '';
  font-family: 'Line Awesome Free';
  font-weight: 900;
  left: 0;
  top: 4px;
  line-height: 1;
  font-size: 18px;
}

.input-popup p.error {
  text-decoration: line-through;
}

.input-popup p.error::before {
  content: "\f057";
  color: #ea5455;
}

.input-popup p.success::before {
  content: "\f058";
  color: #28c76f;
}



.show-filter {
  display: none;
}

@media(max-width:767px) {
  .responsive-filter-card {
    display: none;
    transition: none;
  }

  .show-filter {
    display: block;
  }
}

.modal-content {
  background-color: #242431;
  border: 1px solid rgba(0, 0, 0, .2);
}

.modal-content .close {
  background: transparent;
  color: #fff;
}

.modal-header {
  border-bottom: 1px solid #373742;
}

.modal-footer {
  border-top: 1px solid #373742;
}


.table-search {
  width: 33%;
  margin-left: auto;
}

@media (max-width:991px) {
  .table-search {
    width: 50%;
  }
}

@media (max-width:575px) {
  .table-search {
    width: 100%;
  }
}

.verification-code-wrapper {
  border: 1px solid #141443 !important;
  background-color: #141443 !important;
}

.verification-code::after {
  background-color: #141443 !important;
}

.verification-code input:focus {
  background-color: inherit !important;
}

.border-bottom {
  border-color: rgba(255, 255, 255, 0.24) !important;
}

label.required:after {
  content: '*';
  color: #DC3545 !important;
  margin-left: 2px;
}

#investModal > div > div > form > div.modal-body > div:nth-child(2) > div.col-md-6.compoundInterest > div > label:after {
  content: 'Máximo 150 Times';
  color: #DC3545 !important;
  margin-left: 10px;
  font-weight: 600;
}

/* =========================== Custom RANKS Design Start =========================== */

body > div.dashboard-fluid.position-relative > div > div.dashboard__right > div.dashboard-body > section > div > div:nth-child(1) > div > div > div > div:nth-child(4) > div > h5 {
    display: flex;
    flex-direction: column;
}

body > div.dashboard-fluid.position-relative > div > div.dashboard__right > div.dashboard-body > section > div > div:nth-child(1) > div > div > div > div:nth-child(4) > div > h5:after {
    content: ' + 50% - Deposit Wallet';
    color: #ffbd63 !important;
    font-size: 15px;
}

.invest-badge__subtitle{
        display: flex;
    flex-direction: column;
}

.invest-badge__subtitle:after {
        font-size: 12px;
        content: '+ 50% - Deposit Wallet';
        color: #f2baff !important;
}

body > div.dashboard-fluid.position-relative > div > div.dashboard__right > div.dashboard-body > section > div > div:nth-child(2) > div > div > div > ul > li:nth-child(5) > span:nth-child(2):after {
    content: '+ 50% - Deposit Wallet';
    color: #f2baff !important;
    font-size: 15px;
    margin-top: -6px;
}

body > div.dashboard-fluid.position-relative > div > div.dashboard__right > div.dashboard-body > section > div > div:nth-child(2) > div > div > div > ul > li:nth-child(5) > span:nth-child(2) {
        display: flex;
    flex-direction: column;
}

@media screen and (max-width: 768px) {
body > div.dashboard-fluid.position-relative > div > div.dashboard__right > div.dashboard-body > section > div > div:nth-child(2) > div > div > div > ul > li:nth-child(5) > span:nth-child(2):after {
    content: '+ 50% - Deposit Wallet';
    color: #f2baff !important;
    font-size: 13px !important;
    margin-top: -6px;
  }
}


/* =========================== Custom Checkbox Design Start =========================== */
.form--check .form-check-input {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  box-shadow: none !important;
  border: 0;
  position: relative;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid hsl(var(--base));
  margin-right: 5px;
}

.form--check .form-check-input:checked {
  background-color: hsl(var(--base)) !important;
  border-color: hsl(var(--base)) !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form--check .form-check-input:checked[type=checkbox] {
  background-image: none;
}

.form--check .form-check-input:checked::before {
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  font-size: 10px;
  top: 50%;
  left: 50%;
  margin-bottom: 20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* =========================== Custom Checkbox Design End =========================== */
.verification-code span {
  background: #0d0b32 !important;
  border: solid 1px #f1f1f11f;
  color: #ffffff !important;
}

.verification-code input {
  color: #ffff !important;
}

.disabled {
  opacity: 0.7;
}

.file-upload .remove-btn {
  background: #dc3545 !important;
  border-color: #dc3545 !important;
}

.metamask-image {
  width: 24px;
}

.progress-bar.customWidth{
  background-color: hsl(var(--base));
}

/* =========================== Custom StarBet =========================== */
.dashboard-fluid .dashboard-body__bar-icon {
    color: hsl(var(--white));
    font-size: 1.5625rem;
    margin-right: 15px;
    margin-top: 7px;
    cursor: pointer;
    width: 40px !important;
    height: 40px !important;
    line-height: 45px !important;
    background-color: hsl(var(--base));
    text-align: center !important;
    border-radius: 9px !important;
}

.dashboard-fluid .sidebar-menu__close {
    position: absolute;
    top: 12px;
    right: 12px;
    color: hsl(22.19deg 88.51% 62.61%);
    border: 1px solid hsl(262.8deg 70.02% 44.5%);
    width: 40px !important;
    height: 40px !important;
    line-height: 43px;
    text-align: center;
    border-radius: 9px !important;
    transition: 0.2s linear;
    cursor: pointer;
    z-index: 9;
    font-size: 25px !important;
}
.dashboard-fluid .sidebar-logo__link {
    padding: 0px 20px !important;
}
.dashboard-fluid .sidebar-logo__link img {
    max-width: 200px !important;
    max-height: 100px;
}
.dashboard-fluid .sidebar-logo {
    text-align: left !important;
}
a:hover {
    color: #edab6e !important;
}

body > div.dashboard-fluid.position-relative > div > div.sidebar-menu > div.balance > div:nth-child(2) {
    background: linear-gradient(to right, #5C1A99, #8B3ED4) !important;
    box-shadow: 0 5px 20px rgb(124 18 223 / 46%) !important;
}

body > div.dashboard-fluid.position-relative > div > div.sidebar-menu > div.balance > div:nth-child(3) {
    background: linear-gradient(to right, #F47B34, #FAAA32) !important;
    box-shadow: 0 5px 20px rgb(188 128 12 / 46%) !important;
}

.dashboard-fluid .balance__item-wallet {
    color: hsl(0deg 0% 100% / 75%) !important;
}

.dashboard-fluid .sidebar-menu-list__link {
    color: #ffffff;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    font-size: 18px !important;
}

.dashboard-fluid .sidebar-menu-list__item.has-dropdown>a:hover:after {
    color: #edab6e !important;
}

.dashboard-fluid .user-info__thumb {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    cursor: pointer;
    background-color: #41106f;
    padding-top: 15px;
    background-image: url(https://bricks.softdemo.net/wp-content/uploads/2024/06/favicon.png) !important;
    object-fit: cover;
    background-size: 85%;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
}

.text-primary {
    --bs-text-opacity: 1;
    color: #e19d58 !important;
}
.dashboard-fluid .balance__item {
    border-radius: 12px !important;
}

.dashboard-fluid .balance__button-one {
    border-radius: 9px !important;
}
.dashboard-fluid .balance__button .balance__button-one {
    padding: 15px 30px !important;
}
.custom--card {
    border-radius: 12px !important;
}
.custom--card .card-body {
    border-radius: 12px !important;
}
.form--control {
   border-radius: 9px !important;
}
.dashboard-fluid .dashboard-item {
    border-radius: 12px !important;
}
.dashboard-fluid .dashboard-card {
    border-radius: 12px !important;
}
h6 {
   color: #edab6e !important; 
}
.btn {
    color: hsl(var(--white));
    font-weight: 500;
    padding: 8px 20px;
    font-size: 18px;
    text-align: center;
    border: 1px solid #b565ff;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 9px !important;
    box-shadow: 0 5px 20px rgb(124 18 223 / 46%) !important;
}

.dashboard-fluid .investment-wrapper__icon {
    width: 45px !important;
    height: 45px !important;
    color: hsl(var(--white));
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px !important;
    font-size: 18px !important;
}

.dashboard-fluid .investment-wrapper__icon {
    background-color: #f89733 !important;
}
.dashboard-fluid .progress-basic-1 {
    background-color: #f89733 !important;
}

.dashboard-fluid .investment-wrapper__icon.style-two {
    background-color: #9320ff !important;
}
.dashboard-fluid .progress-basic-2 {
    background-color: #9320ff !important;
}
.dashboard-fluid .investment-wrapper__icon.style-three {
    background-color: #088c0f !important;
}
.dashboard-fluid .progress-basic-3 {
    background-color: #088c0f !important;
}
.dashboard-fluid .dashboard-item__wallet-persentage {
    color: #14f016!important;
}
.dashboard-item__investment-number {
    font-size: var(--heading-three);
    font-weight: 600 !important;
    font-size: 35px !important;
    color: #14f016 !important;
}
.dashboard-item__investment-number:after {
    content: "👉 4X";
    color: #c383ff !important;
}
.border--warning {
    border-color: hsl(260.28deg 88% 59% / 67%) !important;
    background: #bc32ff1f !important;
    border-radius: 9px !important;
}
.border--success {
    border-color: hsl(127.61deg 88% 59% / 67%) !important;
    background: #32ff321f !important;
    border-radius: 9px !important;
}

.border--info {
    border-color: hsl(209.93deg 100% 50%) !important;
    background: #2d48d01f !important;
    border-radius: 9px !important;
}
.border--primary {
    border-color: hsl(209.93deg 100% 50%) !important;
    background: #2d48d01f !important;
    border-radius: 9px !important;
}
.border--danger {
    border-color: hsl(0deg 100% 50%) !important;
    background: #c338381f !important;
    border-radius: 9px !important;
}
.btn--base.outline::after {
    background: linear-gradient(to right, #cda587 , #f6851b) !important;
}

body > section.account > div > div > div > div.row.gy-4.justify-content-center.align-items-center > div:nth-child(1) > div > button {
    color: hsl(var(--white));
    padding: 12px 20px !important;
    font-size: 20px;
    text-align: center;
    font-weight: 600 !important;
    text-transform: uppercase;
    border-radius: 9px !important;
    box-shadow: unset !important;
}
.btn--base.outline::after {
    position: absolute;
    content: "";
    width: calc(100% - 0px) !important;
    height: calc(100% - 0px) !important;
    left: 0px !important;
    top: 0px !important;
    bottom: 0px !important;
    right: 0px !important;
} 
.plan-section {
    display: none !important;
}
.banner-section {
    display: none !important;
}
.train-section {
    display: none !important;
}
.contact-map {
    width: 100%;
    min-height: 300px;
    height: 100%;
    padding: 30px;
    background-image: url(https://bricks.softdemo.net/wp-content/uploads/2024/06/supports.png) !important;
    object-fit: cover;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
}

.row {
    display: flex;
    justify-content: center;
}
.scroll-top {
    width: 45px !important;
    height: 45px !important;
    border-radius: 50% !important;
}
.plan-item__title {
    color: transparent !important;
}
.return-title {
    color: transparent !important;
}
.plan-item__name {
    margin-bottom: 0;
    font-weight: 700 !important;
    font-family: "Rajdhani", sans-serif !important;
    font-size: 60px;
    letter-spacing: -0.01em;
    text-shadow: 0px 5px 20px #1a0e06;
}
body :nth-child(1) > div > div.plan-item__header {
    width: 100%;
    min-height: 200px;
    padding: 30px;
    background-image: url(https://bricks.softdemo.net/wp-content/uploads/2024/06/10b.png) !important;
    object-fit: cover;
    background-size: 115%;
    background-repeat: no-repeat;
    background-position: center;
    filter: hue-rotate(8deg);
}
body :nth-child(2) > div > div.plan-item__header {
    width: 100%;
    min-height: 200px;
    padding: 30px;
    background-image: url(https://bricks.softdemo.net/wp-content/uploads/2024/06/20-1.png) !important;
    object-fit: cover;
    background-size: 115%;
    background-repeat: no-repeat;
    background-position: center;
    filter: hue-rotate(8deg);
}
body :nth-child(3) > div > div.plan-item__header {
    width: 100%;
    min-height: 200px;
    padding: 30px;
    background-image: url(https://bricks.softdemo.net/wp-content/uploads/2024/06/30.png) !important;
    object-fit: cover;
    background-size: 115%;
    background-repeat: no-repeat;
    background-position: center;
    filter: hue-rotate(18deg);
}
body :nth-child(4) > div > div.plan-item__header {
    width: 100%;
    min-height: 200px;
    padding: 30px;
    background-image: url(https://bricks.softdemo.net/wp-content/uploads/2024/06/40.png) !important;
    object-fit: cover;
    background-size: 115%;
    background-repeat: no-repeat;
    background-position: center;
    filter: hue-rotate(35deg);
}
body :nth-child(5) > div > div.plan-item__header {
    width: 100%;
    min-height: 200px;
    padding: 30px;
    background-image: url(https://bricks.softdemo.net/wp-content/uploads/2024/06/50.png) !important;
    object-fit: cover;
    background-size: 115%;
    background-repeat: no-repeat;
    background-position: center;
    filter: hue-rotate(15deg);
}
body :nth-child(6) > div > div.plan-item__header {
    width: 100%;
    min-height: 200px;
    padding: 30px;
    background-image: url(https://bricks.softdemo.net/wp-content/uploads/2024/06/60.png) !important;
    object-fit: cover;
    background-size: 115%;
    background-repeat: no-repeat;
    background-position: center;
    filter: hue-rotate(15deg);
}
body :nth-child(7) > div > div.plan-item__header {
    width: 100%;
    min-height: 200px;
    padding: 30px;
    background-image: url(https://bricks.softdemo.net/wp-content/uploads/2024/06/70.png) !important;
    object-fit: cover;
    background-size: 115%;
    background-repeat: no-repeat;
    background-position: center;
    filter: hue-rotate(50deg);
}
body :nth-child(8) > div > div.plan-item__header {
    width: 100%;
    min-height: 200px;
    padding: 30px;
    background-image: url(https://bricks.softdemo.net/wp-content/uploads/2024/06/80.png) !important;
    object-fit: cover;
    background-size: 115%;
    background-repeat: no-repeat;
    background-position: center;
    filter: hue-rotate(20deg);
}
body :nth-child(9) > div > div.plan-item__header {
    width: 100%;
    min-height: 200px;
    padding: 30px;
    background-image: url(https://bricks.softdemo.net/wp-content/uploads/2024/06/90.png) !important;
    object-fit: cover;
    background-size: 115%;
    background-repeat: no-repeat;
    background-position: center;
    filter: hue-rotate(2deg);
}

body :nth-child(10) > div > div.plan-item__header {
    width: 100%;
    min-height: 200px;
    padding: 30px;
    background-image: url(https://bricks.softdemo.net/wp-content/uploads/2024/06/100.png) !important;
    object-fit: cover;
    background-size: 115%;
    background-repeat: no-repeat;
    background-position: center;
    filter: hue-rotate(2deg);
}
body :nth-child(11) > div > div.plan-item__header {
    width: 100%;
    min-height: 200px;
    padding: 30px;
    background-image: url(https://bricks.softdemo.net/wp-content/uploads/2024/06/101.png) !important;
    object-fit: cover;
    background-size: 115%;
    background-repeat: no-repeat;
    background-position: center;
    filter: hue-rotate(2deg);
}
body :nth-child(12) > div > div.plan-item__header {
    width: 100%;
    min-height: 200px;
    padding: 30px;
    background-image: url(https://bricks.softdemo.net/wp-content/uploads/2024/06/102.png) !important;
    object-fit: cover;
    background-size: 115%;
    background-repeat: no-repeat;
    background-position: center;
    filter: hue-rotate(2deg);
}


body .dashboard-body :nth-child(2) > div > div.plan-item__header {
    width: 100%;
    min-height: 200px;
    padding: 30px;
    background-image: url(https://bricks.softdemo.net/wp-content/uploads/2024/06/10b.png) !important;
    object-fit: cover;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    filter: hue-rotate(8deg);
}
body .dashboard-body :nth-child(3) > div > div.plan-item__header {
    width: 100%;
    min-height: 200px;
    padding: 30px;
    background-image: url(https://bricks.softdemo.net/wp-content/uploads/2024/06/20-1.png) !important;
    object-fit: cover;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    filter: hue-rotate(8deg);
}
body .dashboard-body :nth-child(4) > div > div.plan-item__header {
    width: 100%;
    min-height: 200px;
    padding: 30px;
    background-image: url(https://bricks.softdemo.net/wp-content/uploads/2024/06/30.png) !important;
    object-fit: cover;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    filter: hue-rotate(8deg);
}
body .dashboard-body :nth-child(5) > div > div.plan-item__header {
    width: 100%;
    min-height: 200px;
    padding: 30px;
    background-image: url(https://bricks.softdemo.net/wp-content/uploads/2024/06/40.png) !important;
    object-fit: cover;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    filter: hue-rotate(8deg);
}
body .dashboard-body :nth-child(6) > div > div.plan-item__header {
    width: 100%;
    min-height: 200px;
    padding: 30px;
    background-image: url(https://bricks.softdemo.net/wp-content/uploads/2024/06/50.png) !important;
    object-fit: cover;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    filter: hue-rotate(8deg);
}
body .dashboard-body :nth-child(7) > div > div.plan-item__header {
    width: 100%;
    min-height: 200px;
    padding: 30px;
    background-image: url(https://bricks.softdemo.net/wp-content/uploads/2024/06/60.png) !important;
    object-fit: cover;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    filter: hue-rotate(8deg);
}
body .dashboard-body :nth-child(8) > div > div.plan-item__header {
    width: 100%;
    min-height: 200px;
    padding: 30px;
    background-image: url(https://bricks.softdemo.net/wp-content/uploads/2024/06/70.png) !important;
    object-fit: cover;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    filter: hue-rotate(8deg);
}
body .dashboard-body :nth-child(9) > div > div.plan-item__header {
    width: 100%;
    min-height: 200px;
    padding: 30px;
    background-image: url(https://bricks.softdemo.net/wp-content/uploads/2024/06/80.png) !important;
    object-fit: cover;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    filter: hue-rotate(8deg);
}
body .dashboard-body :nth-child(10) > div > div.plan-item__header {
    width: 100%;
    min-height: 200px;
    padding: 30px;
    background-image: url(https://bricks.softdemo.net/wp-content/uploads/2024/06/90.png) !important;
    object-fit: cover;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    filter: hue-rotate(8deg);
}
body .dashboard-body :nth-child(11) > div > div.plan-item__header {
    width: 100%;
    min-height: 200px;
    padding: 30px;
    background-image: url(https://bricks.softdemo.net/wp-content/uploads/2024/06/100.png) !important;
    object-fit: cover;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    filter: hue-rotate(8deg);
}
body .dashboard-body :nth-child(12) > div > div.plan-item__header {
    width: 100%;
    min-height: 200px;
    padding: 30px;
    background-image: url(https://bricks.softdemo.net/wp-content/uploads/2024/06/101.png) !important;
    object-fit: cover;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    filter: hue-rotate(8deg);
}
body .dashboard-body :nth-child(13) > div > div.plan-item__header {
    width: 100%;
    min-height: 200px;
    padding: 30px;
    background-image: url(https://bricks.softdemo.net/wp-content/uploads/2024/06/102.png) !important;
    object-fit: cover;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    filter: hue-rotate(8deg);
}
@media only screen and (min-width: 992px) and (max-width: 1278px){
body .plan-item__header {
    background-size: 250% !important;
    padding: 20px 10px !important;
  }
}
@media only screen and (min-width: 1279px) and (max-width: 1440px) {
    body .plan-item__header {
        background-size: 185% !important;
        padding: 20px 10px !important;
    }
}
@media screen and (min-width: 425px) {
    .plan-item__header {
        padding: 25px;
        background-size: 202% !important;
    }
}
@media screen and (min-width: 768px) {
    .plan-item__header {
        padding: 25px;
        background-size: 120% !important;
    }
}

.shape-one {
    position: absolute !important;
    content: "";
    top: 60px !important;
    left: 45px !important;
    z-index: 9 !important;
    width: 21% !important;
    animation: unset !important;
    animation-delay: unset !important;
}

.shape-two {
    position: absolute;
    content: "";
    top: 55px !important;
    right: 82px !important;
    z-index: 4 !important;
    animation: unset !important;
    animation-delay: unset !important;
    width: 20% !important;
}

.account-shape-one {
    position: absolute;
    content: "";
    top: 18px !important;
    right: 420px !important;
    z-index: -1 !important;
    width: 273px !important;
    animation: unset !important;
    animation-delay: unset !important;
}

.account-shape-two {
    position: absolute;
    content: "";
    top: 15px !important;
    right: 12px !important;
    z-index: -1 !important;
    width: 300px !important;
    animation: unset !important;
    animation-delay: unset !important;
}

@media (min-width: 992px) {
    .pt-120 {
        padding-top: 260px !important;
    }
}

body > div.dashboard-fluid.position-relative > div > div.dashboard__right > div.dashboard-body > section > div > div > div > div > form > div:nth-child(3) > label:after {
    content: 'Minimum $15.00  -  Maximum  $1000.00 For Withdrawal*';
    color: #DC3545 !important;
    margin-left: 2px;
}

.invest-badge__thumb__mask::before {
    position: absolute;
    content: '';
    width: 100%;
    background: linear-gradient(to right, #2d7e1c, #3bc923ed) !important;
    box-shadow: 5px -20px 20px rgb(117 91 190 / 48%) !important;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: 0.4s linear;
    filter: blur(2px);
}

.invest-badge__thumb__mask {
    content: "";
    width: 126px;
    height: 142px;
    display: inline-block;
    background: #1c194d;
    -webkit-mask: url(../images/shape.png) no-repeat 50% 50%;
    mask-image: url(../images/shape.png);
}

.invest-badge:hover .badge-lock {
        background: linear-gradient(to right, #F47B34, #FAAA32) !important;
    box-shadow: 0 5px 20px rgb(188 128 12 / 46%) !important;
}

.referral__level__item__inner .referral__level__name, .referral__level__item__inner .referral__level__profit, .referral__level__item__inner .referral__level__content {
    background: #141443 !important;
}
.referral__level__item:hover .referral__level__name, .referral__level__item:hover .referral__level__profit, .referral__level__item:hover .referral__level__content {
    background: var(--base-gradient) !important;
    color: #fff;
}

.referral__tooltip {
    font-size: 17px !important;
    border: 2px solid #04265663 !important;
    background-color: #141443 !important;
    border-radius: 12px !important;
    margin-top: 5px !important;
}
.badge-lock::after {
    color: hsl(265.28deg 47.86% 33.45%);
    background: linear-gradient(0deg, #7930be36 28%, rgb(255 255 255) 50%, #7930be36 70%);
    padding: 2px 3px;
}
.invest-badge__list li span {
    width: 50%;
    font-size: 17px;
    color: #fff;
}
@media screen and (max-width: 991px) {
    body > div.dashboard-fluid.position-relative > div > div.dashboard__right > div.dashboard-body > section > div.row.mt-4 > div > table > thead {
        word-break: normal !important;
    }
    .table tbody tr td {
        display: revert-layer;
    }
  body > div.dashboard-fluid.position-relative > div > div.dashboard__right > div.dashboard-body > section > div.row.mt-4 > div{
    overflow: auto;
  }
  .table.style-two thead tr th:first-child {
    text-align: left;
    border-radius: 6px 0 0 0px;
    min-width: 200px !important;
}
.table.style-two thead tr th:nth-child(2) {
    text-align: left;
    min-width: 210px !important;
}
  .table.style-two thead tr th:last-child {
    border-radius: 0 6px 0px 0;
    text-align: right;
    min-width: 270px;
}
body > div.dashboard-fluid.position-relative > div > div.dashboard__right > div.dashboard-body > section > div.row.mt-4 > div > table > thead > tr > th:nth-child(3){
    min-width: 155px;
}
body > div.dashboard-fluid.position-relative > div > div.dashboard__right > div.dashboard-body > section > div.row.mt-4 > div > table > thead > tr > th:nth-child(4){
    min-width: 155px;
  }
}

/* Ultimas */

/* Tabla Membresia */

.plan-item__time:after {
    content: 'Investment:';
    color: #535397 !important;
    margin-left: 2px;
    font-size: 20px;
    font-family: nexa;
    font-weight: 500;
}

.plan-item__time {
    margin-bottom: 0;
    display: flex;
    flex-direction: row-reverse;
    color: transparent;
    font-size: 18px !important;
    font-weight: 400 !important;
}