@import url("https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&display=swap");
html,
body {
  width: 100%;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  font-family: "Inter", sans-serif !important;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #1f222e !important;
  position: relative;
  overflow-x: hidden;
  scroll-behavior: smooth;
  background-image: url("../images/body-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
  background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: normal;
}
dl,
dt,
dd,
ol,
ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
a:active,
select,
select:focus,
a:focus,
a:hover,
input:focus,
button:focus,
textarea:focus {
  outline: none !important;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
label {
  font-weight: normal;
}
.form-control::-webkit-input-placeholder {
  color: #fff !important;
}
.form-control:-ms-input-placeholder {
  color: #fff !important;
}
.form-control::placeholder {
  color: #fff !important;
}
.form-control:focus-visible {
  text-shadow: none;
}
input::placeholder,
textarea::placeholder {
  color: #fff !important;
  opacity: 1; /* ensures the color is not transparent */
}

/* Optional: override for WebKit, Firefox, IE */
input:-ms-input-placeholder {
  color: #fff !important;
}
input::-ms-input-placeholder {
  color: #fff !important;
}
input::-webkit-input-placeholder {
  color: #fff !important;
}

img {
  max-width: 100%;
  height: auto;
}
.form-control:focus {
  box-shadow: none;
}
textarea.form-control {
  height: auto !important;
}

/* Common Btn */
.common-btn {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #fff;
  border-radius: 10px !important;
  background: linear-gradient(
    135deg,
    rgba(63, 30, 188, 1) 0%,
    rgba(144, 55, 204, 1) 100%
  );
  border: 0 !important;
  height: 45px;
  line-height: 30px !important;
}

/* Form Components */
.form-label {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.form-select,
.form-control {
  border: 1px solid #767288 !important;
  background-color: transparent !important;
  height: 50px;
  border-radius: 10px !important;
  color: #fff !important;
  font-size: 14px !important;
}
.form-select option {
  color: #1f222e;
}
.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
}
.form-select:focus,
.form-control:focus {
  box-shadow: none !important;
}
.design-btn.form-select option {
  color: #fff;
}
/*--------------------------------------------*/
/*Header Section*/
/*--------------------------------------------*/
.header {
  margin-bottom: 20px;
}
.header h5 {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
}
.header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}

.header .notification-icon {
  display: inline-block;
  position: relative;
}
.header .notification-icon .noti-icon {
  color: #808497;
  height: 34px;
}
.header .notification-icon .badge {
  background-color: #ad3e3e !important;
  color: #fff;
  font-size: 10px;
  border-radius: 10px;
  position: absolute;
  right: -8px;
  top: 3px;
  padding: 3px 6px;
}
.header .dropdown-toggle {
  padding: 0;
  background-color: transparent;
  border: 0;
}
.header .dropdown-toggle .user-icon {
  height: 35px;
  width: 35px;
  object-fit: cover;
  border-radius: 100%;
}
.header .dropdown-toggle:hover,
.header .dropdown-toggle:focus {
  background-color: transparent;
}
.header .dropdown-toggle::after {
  display: none;
}
/*--------------------------------------------*/
/*Footer Section*/
/*--------------------------------------------*/
.footer-rights {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin: 0;
  padding-top: 20px;
}

/*--------------------------------------------*/
/*Main Content Section*/
/*--------------------------------------------*/
/* Common Card */
.card {
  background: linear-gradient(
    135deg,
    rgba(6, 12, 41, 1) 0%,
    rgba(4, 12, 48, 0.5) 100%
  ) !important;
  border-radius: 25px !important;
  border: 0 !important;
  margin-bottom: 30px;
}
.card .card-title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.card .card-body {
  padding: 25px;
}
.profile-card {
  background-image: url("../images/profile-card-bg.jpg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  border-radius: 30px !important;
  border: 0 !important;
  min-height: 325px;
}
.profile-card .card-body {
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 120px;
}
.profile-card .card-body h6 {
  font-size: 14px;
  color: #eb39a1;
  font-weight: 500;
}
.profile-card .card-body .card-title {
  font-weight: 700;
  color: #fff;
  font-size: 28px;
}
.profile-card .card-body p {
  color: #a0aec0;
}
.profile-card .card-body .custom-link-btn {
  color: #fff;
  text-decoration: none;
  padding: 0;
  font-weight: 500;
  font-size: 12px;
  display: inline-block;
  text-align: left;
}

.profile-card .card-body .custom-link-btn:hover {
  text-decoration: underline;
}

/*--------------------------------------------*/
/*Referral Details - Dashboard*/
/*--------------------------------------------*/
.referral-details {
  background: linear-gradient(
    135deg,
    rgba(6, 12, 41, 1) 0%,
    rgba(4, 12, 48, 0.5) 100%
  ) !important;
}
.referral-details .card-header {
  display: flex;
  padding: 0;
  justify-content: space-between;
}
.referral-details .card-header .common-btn {
  height: 40px;
}
.referral-details .total-aum-referrals {
  background: linear-gradient(
    135deg,
    rgba(6, 12, 41, 1) 0%,
    rgba(4, 12, 48, 0.5) 100%
  ) !important;
  border-radius: 20px;
  padding: 15px 20px;
  margin-bottom: 10px;
}
.referral-details .total-aum-referrals p {
  font-size: 13px;
  font-weight: 500;
  color: #a0aec0;
  margin-bottom: 5px;
}
.referral-details .total-aum-referrals h6 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.referral-details .total-aum-referrals small {
  font-size: 12px;
  color: #9e9ead;
}
.referral-details .total-aum-referrals small span {
  color: #01b574;
}
.referral-details .total-aum-referrals small .total_commis {
  color: #ecb22e;
}
.referral-details .recharts-responsive-container {
  position: relative;
  margin-top: 30px;
}
.referral-details .pie-circle-value {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
}
.referral-details .pie-circle-value h6 {
  font-size: 12px;
  color: #a0aec0;
  font-weight: 500;
  line-height: 18px;
}
.referral-details .pie-circle-value h2 {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  line-height: 22px;
  margin-bottom: 5px;
}
.referral-details .pie-circle-value small {
  font-size: 12px;
  color: #a0aec0;
}
.referral-details .pie-circle-value small strong {
  color: #01b574;
}
/*--------------------------------------------*/
/*Total AUM - Dashboard*/
/*--------------------------------------------*/
.total-aum-fact {
  background: linear-gradient(
    135deg,
    rgba(6, 12, 41, 1) 0%,
    rgba(4, 12, 48, 0.5) 100%
  ) !important;
  border-radius: 20px !important;
  padding: 20px 30px;
  margin-bottom: 20px !important;
  display: flex !important;
  justify-content: space-between;
  flex-direction: initial !important;
}
.total-aum-fact p {
  font-size: 14px;
  font-weight: 500;
  color: #a0aec0;
  margin-bottom: 5px;
}
.total-aum-fact h6 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
.total-aum-fact small {
  font-size: 13px;
  color: #9e9ead;
}
.total-aum-fact small span {
  color: #9e9ead;
  font-weight: 700;
}
.total-aum-fact small .total_commis {
  color: #ecb22e;
}

/*--------------------------------------------*/
/*Vault Details - Dashboard*/
/*--------------------------------------------*/
.vault-details {
  background: linear-gradient(
    135deg,
    rgba(6, 12, 41, 1) 0%,
    rgba(4, 12, 48, 0.5) 100%
  ) !important;
}
.vault-details .card-header {
  display: flex;
  padding: 0;
  justify-content: space-between;
  margin-bottom: 20px;
  border: 0;
}
.vault-details .table {
  margin-bottom: 0;
}
.vault-details .table > :not(caption) > * > * {
  background-color: transparent;
  color: #fff;
  vertical-align: middle;
}
.vault-details table tr th {
  font-size: 10px;
  text-transform: uppercase;
  color: #c8d2df !important;
}
/* .vault-details table tr th,
.vault-details table tr td {
  border-color: #56577a;
} */
.vault-details table tr {
  border-bottom: 1px solid;
  border-color: #56577a;
}

.vault-details table > :not(caption) > * > * {
  border-bottom-width: 0 !important;
}

.vault-details table tr td {
  font-size: 14px;
  font-weight: 500;
  padding: 15px 10px;
  white-space: nowrap;
  vertical-align: middle;
}
.vault-details table tr td:first-child {
  padding-left: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.vault-details table tr td:last-child {
  /* display: flex; */
  align-items: center;
}
.vault-details table tr td span {
  border-radius: 100%;
  height: 25px;
  width: 25px;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  display: inline-block;
  line-height: 25px;
  margin-right: 8px;
  flex-shrink: 0;
}
.vault-details table tr td p {
  flex: 1;
  width: 80px;
  margin: 0;
}
.vault-details table tr:nth-child(1) td:nth-child(1) span {
  background-color: #4a4d5a; /* 1st cell - purple */
}
.vault-details table tr:nth-child(2) td:nth-child(1) span {
  background-color: #4a4d5a; /* 2nd cell - green */
}
.vault-details table tr:nth-child(3) td:nth-child(1) span {
  background-color: #4a4d5a; /* 3rd cell - red */
}
.vault-details table tr:nth-child(4) td:nth-child(1) span {
  background-color: #4a4d5a; /* 4th cell - orange */
}
.vault-details table tr td.profit {
  color: #41f076;
  font-weight: 600;
}
.vault-details table tr td.loss {
  color: #f55959;
  font-weight: 600;
}
.vault-details table .total-invest td {
  font-size: 15px;
  font-weight: 700;
  border-bottom: 0;
  padding-top: 30px;
}

/*--------------------------------------------*/
/*Staking Vault Tokens - Dashboard*/
/*--------------------------------------------*/
.staking-vault.card {
  background: linear-gradient(
    135deg,
    rgba(6, 11, 40, 0.64) 0%,
    rgba(14, 21, 58, 60) 100%
  ) !important;
}
.staking-vault .card-header {
  display: flex;
  padding: 0;
  justify-content: space-between;
  border-bottom: 0;
  margin-bottom: 15px;
}
.staking-vault .card-header .card-title {
  margin-bottom: 0;
}
.staking-vault .card-header .btn-link {
  padding: 0;
  color: #cc378e;
  font-size: 13px;
  text-decoration: none;
}
.staking-vault .vault-list {
  padding-left: 0;
  margin-bottom: 0;
}
.staking-vault .vault-list li {
  background: linear-gradient(
    to bottom,
    rgba(6, 12, 41, 1) 0%,
    rgba(4, 12, 48, 0.5) 100%
  );
  border-radius: 20px;
  padding: 20px;
  position: relative;
  margin-bottom: 10px;
}
.staking-vault .vault-list li:last-child {
  margin-bottom: 0;
}
.staking-vault .vault-list li h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.staking-vault .vault-list li h5 span {
  border-radius: 100%;
  height: 25px;
  width: 25px;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  display: inline-block;
  line-height: 25px;
  margin-right: 5px;
  color: #fff;
}
.staking-vault .vault-list li:nth-child(1) h5 span {
  background-color: #805fff; /* 1st cell - purple */
}
.staking-vault .vault-list li:nth-child(2) h5 span {
  background-color: #ff850b; /* 3rd cell - red */
}
.staking-vault .vault-list li:nth-child(3) h5 span {
  background-color: #e31a1a; /* 4th cell - orange */
}
.staking-vault .vault-list li:nth-child(4) h5 span {
  background-color: #01b574; /* 2nd cell - green */
}
.staking-vault .vault-list li h5 label {
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.15);
  font-size: 10px;
  font-weight: 500;
  padding: 5px 10px;
  margin-left: 10px;
}
.staking-vault .vault-list li .specification {
  display: flex;
  padding: 0;
  margin-top: 20px;
}
.staking-vault .vault-list li .specification li {
  background: transparent !important;
  padding: 0 30px;
  border-right: 1px solid #656799;
  border-radius: 0;
}
.staking-vault .vault-list li .specification li:first-child {
  padding-left: 0;
}
.staking-vault .vault-list li .specification li:last-child {
  border-right: 0;
}
.staking-vault .vault-list li .specification li small {
  color: #a0aec0;
  font-size: 12px;
  font-weight: 400;
  display: block;
}
.staking-vault .vault-list li .specification li strong {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.staking-vault .vault-list li .dropdown {
  position: absolute;
  right: 15px;
  top: 15px;
}
.staking-vault .vault-list li .dropdown .dropdown-toggle {
  color: #fff;
  font-size: 20px;
  padding: 0;
}
.staking-vault .vault-list li .dropdown .dropdown-toggle::after {
  display: none;
}
.staking-vault .vault-list li .dropdown .dropdown-menu {
  background-color: rgb(43, 55, 111);
  border-radius: 10px;
  padding: 10px 0;
  z-index: 99;
}
.staking-vault .vault-list li .dropdown .dropdown-menu .dropdown-item {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  line-height: 30px;
}
.staking-vault .vault-list li .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/*--------------------------------------------*/
/*NFT Staking - Dashboard*/
/*--------------------------------------------*/
.nft-staking .vault-list li h5 label {
  background-color: rgba(65, 240, 118, 0.15);
  color: #41f076;
}
.nft-staking .vault-list li h5 .status {
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.nft-staking .vault-list li h5 span {
  border-radius: 7px;
}

/*--------------------------------------------*/
/*Getting Started - Onboarding Guide*/
/*--------------------------------------------*/
.onboarding-guide .video-title {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.onboarding-guide .video-title strong {
  font-size: 16px;
  font-weight: 500;
}
.onboarding-guide .sub-desc {
  font-size: 16px;
  color: #fff;
  margin-bottom: 40px;
  line-height: 24px;
}
.onboarding-guide .video-wrapper {
  margin-bottom: 30px;
  border-radius: 25px;
  overflow: hidden;
}
.onboarding-guide .video-wrapper video {
  border-radius: 25px;
  border: 0;
}
.getting-started {
  padding: 30px;
  background: linear-gradient(
    135deg,
    rgba(6, 11, 40, 0.74) 0%,
    rgba(14, 21, 58, 0.71) 100%
  );
}
.getting-started h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.getting-started p {
  font-size: 14px;
  color: #a0aec0;
}
.getting-started ul li {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
}
.getting-started ul li span {
  border-radius: 100%;
  background-color: rgba(88, 44, 255, 0.3);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  height: 30px;
  width: 30px;
  line-height: 30px;
  display: inline-block;
  margin-right: 15px;
}
.getting-started ul li.active span {
  background-color: #582cff;
}
.getting-started .common-btn {
  height: 50px;
  border-radius: 12px !important;
  font-size: 16px !important;
}

/*--------------------------------------------*/
/*Form - Purchase Crypto*/
/*--------------------------------------------*/
.purchase-crypto-form {
  padding: 30px;
}
.purchase-crypto-form h3 {
  font-size: 22px;
  color: #fff;
}
/*--------------------------------------------*/
/*Payment Summary - Purchase Crypto*/
/*--------------------------------------------*/
.pay-summary {
  padding: 30px;
  min-height: 400px;
  display: flex;
  justify-content: space-between;
}
.pay-summary table tr td {
  background-color: transparent;
  color: #fff;
  line-height: 40px;
  padding: 0;
}
.pay-summary table tr td:first-child {
  font-size: 14px;
}
.pay-summary table tr td:last-child {
  font-size: 16px;
  text-align: end;
}
.pay-summary .table > :not(caption) > * > * {
  border: 0 !important;
  background-color: transparent !important;
}
.pay-summary table tr td strong {
  color: #ff2b2b;
}
.pay-summary .common-btn {
  height: 50px;
  font-size: 17px !important;
}

/*--------------------------------------------*/
/*Select Payment Provider - Purchase Crypto - Step 2*/
/*--------------------------------------------*/
.purchase-crypto-step2 {
  padding: 30px;
}
.purchase-crypto-step2 h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}
.purchase-crypto-step2 p {
  font-size: 15px;
  color: #c0c9d6;
}

.purchase-crypto-step2 .card .card-body {
  padding: 0;
}
.purchase-crypto-step2
  .custom-control-input:checked
  ~ .custom-control-label::before {
  color: #fff;
  border-color: #59a9f7;
  background-color: #59a9f7;
}
/*Card Button CSS*/
.purchase-crypto-step2 .card-radio-btn {
  border: 1px solid #635c7a;
  border-radius: 8px;
  margin-right: 10px;
  width: 100%;
  height: 160px;
}
.purchase-crypto-step2 .card-radio-btn .card.card-body {
  padding: 0;
  margin: 0;
  background: transparent !important;
  height: 100%;
}
.purchase-crypto-step2 .card-radio-btn .content_head {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

.purchase-crypto-step2 .card-radio-btn .content_sub {
  color: #cbd1dd;
  font-size: 13px;
}

.purchase-crypto-step2 .card-input-element + .card {
  justify-content: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
  border-radius: 0 !important;
}

.purchase-crypto-step2 .card-input-element + .card:hover {
  cursor: pointer;
}

.purchase-crypto-step2 .card-input-element:checked + .card {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.purchase-crypto-step2 .card-input-element:checked + .card::after {
  content: "✔";
  color: #01b574;
  position: absolute;
  right: 10px;
  top: 10px;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation-name: fadeInCheckbox;
  animation-name: fadeInCheckbox;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes fadeInCheckbox {
  from {
    opacity: 0;
    -webkit-transform: rotateZ(-20deg);
  }

  to {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
  }
}

@keyframes fadeInCheckbox {
  from {
    opacity: 0;
    transform: rotateZ(-20deg);
  }

  to {
    opacity: 1;
    transform: rotateZ(0deg);
  }
}

.trans-summary h5 {
  color: #fff;
  margin-bottom: 15px;
}
.trans-summary table tr td:first-child {
  color: #c7c4de;
}
.trans-summary table tr th {
  color: #fff;
  font-weight: 600;
  padding: 10px 0;
  border-top: 1px solid #636975 !important;
  vertical-align: middle;
}
.trans-summary table tr th:last-child {
  font-size: 22px;
  text-align: right;
}
.trans-summary .wallet-receive {
  background-color: #2e205b;
  border: 1px solid #675992;
  padding: 15px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.trans-summary .wallet-receive .icon {
  background: #100532;
  color: #6394ff;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
}
.trans-summary .wallet-receive h6 {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 0;
}
.trans-summary .wallet-receive h6 small {
  font-weight: 500;
  color: #8f97a5;
  font-size: 14px;
  display: block;
}
.trans-summary .wallet-receive .link-btn {
  color: #6394ff;
  font-size: 14px;
  padding: 0;
  background-color: transparent;
  border: 0;
}

.info-tip {
  background-color: #2e205b;
  border: 1px solid #675992;
  padding: 15px;
  border-radius: 8px;
  display: flex;
  align-items: start;
}
.info-tip p {
  font-size: 13px;
  color: #b5bedb;
  line-height: 17px;
  margin-bottom: 0;
}
.info-tip svg {
  color: #fff;
  font-size: 50px;
  margin-right: 10px;
  height: 20px;
}

.trans-summary .back-btn {
  background-color: #3c2e6b;
  border: 0;
  font-size: 18px;
  height: 50px;
  font-weight: 500;
  border-radius: 10px;
  margin-top: 20px;
}
.trans-summary .back-btn:hover {
  background-color: #0b0d31;
}
/*--------------------------------------------*/
/*Vaults*/
/*--------------------------------------------*/
.vault h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.invested-vaults .filter-btn {
  background-color: #582cff;
  border-radius: 10px;
  padding: 0px;
  height: 35px;
  width: 35px;
  border: 0;
  margin-right: 10px;
}
.invested-vaults .link-btn {
  background-color: transparent;
  border: 0;
  padding: 0 5px;
  font-size: 14px;
}
.invested-vaults .link-btn:hover {
  background-color: transparent;
  color: #805fff;
}
.vault .card-header {
  display: flex;
  padding: 0;
  justify-content: space-between;
  margin-bottom: 20px;
  border: 0;
}
.vault .card-header .card-title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.vault .vault-card {
  background: linear-gradient(
    to bottom,
    rgba(6, 12, 41, 0.71) 0%,
    rgba(4, 12, 48, 0.74) 100%
  );
  border-radius: 20px;
  padding: 20px;
  position: relative;
  margin-bottom: 25px;
}

.vault .vault-card h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.vault .vault-card h5 span {
  border-radius: 100%;
  height: 25px;
  width: 25px;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  display: inline-block;
  line-height: 25px;
  margin-right: 5px;
  color: #fff;
}

.vault .vault-card .specification {
  display: flex;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}
.vault .vault-card .specification li {
  background: transparent !important;
  padding: 0 30px;
  border-right: 1px solid #656799;
  border-radius: 0;
}
.vault .vault-card .specification li:first-child {
  padding-left: 0;
}
.vault .vault-card .specification li:last-child {
  border-right: 0;
}
.vault .vault-card .specification li small {
  color: #a0aec0;
  font-size: 12px;
  font-weight: 400;
  display: block;
}
.vault .vault-card .specification li strong {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.vcolor1 {
  background-color: #805fff;
}
.vcolor2 {
  background-color: #ff850b;
}
.vcolor3 {
  background-color: #e31a1a;
}
.vcolor4 {
  background-color: #01b574;
}
.vault .vault-card .invest-btn {
  background-color: #582cff;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  text-transform: uppercase;
  border: 0;
  padding: 0;
  border-radius: 10px;
}

/*--------------------------------------------*/
/*Vaults Details View*/
/*--------------------------------------------*/
.vault-details-view .head-subline {
  color: #cbced3;
  font-size: 17px;
}
.vault-details-view .vault-profile {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #61548b;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  margin-bottom: 30px;
}
.vault-details-view .vault-profile h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.vault-details-view .vault-profile h5 span {
  border-radius: 100%;
  height: 40px;
  width: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  line-height: 40px;
  margin-right: 5px;
  color: #fff;
}
.vault-details-view .vault-profile h5 .status {
  border-radius: 30px;
  font-size: 13px;
  font-weight: 500;
  background-color: rgba(37, 255, 95, 0.6);
  text-align: center;
  display: inline-block;
  padding: 5px 10px;
  margin-left: 20px;
}
.vault-details-view .vault-profile .specification {
  display: flex;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0;
}
.vault-details-view .vault-profile .specification li {
  background: transparent !important;
  padding: 0 30px;
  border-right: 1px solid #656799;
  border-radius: 0;
}
.vault-details-view .vault-profile .specification li:first-child {
  padding-left: 0;
}
.vault-details-view .vault-profile .specification li:last-child {
  border-right: 0;
}
.vault-details-view .vault-profile .specification li small {
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  font-weight: 400;
  display: block;
}
.vault-details-view .vault-profile .specification li strong {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}

.vault-details-view .vault-profile .specification li strong span a {
  text-decoration: none;
  color: #fff;
}

.vault-details-view .vault-profile .specification li strong span a:hover {
  text-decoration: underline;
}

.vault-details-view .vault-profile .action-btns {
  display: flex;
}
.vault-details-view .vault-profile .action-btn {
  padding: 0 30px;
  height: 50px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  text-align: center;
  line-height: 50px;
  border: 0;
  max-width: 150px;
  width: 100%;
  margin: 0 10px;
}
.vault-details-view .vault-profile .withdrawal {
  background-color: #01b574;
}
.vault-details-view .vault-profile .deposit {
  background-color: #805fff;
}

.vault-details-view .vault-profile .stake {
  background: linear-gradient(
    to right,
    rgba(63, 30, 188, 1) 0%,
    rgba(144, 55, 204, 1) 100%
  );
}

.vault-details-view .speci {
  border-radius: 20px !important;
  padding: 30px;
  text-align: center;
}
.vault-details-view .speci small {
  color: #a0aec0;
  font-size: 14px;
  font-weight: 500;
}
.vault-details-view .speci h6 {
  font-size: 22px;
  color: #fff;
  margin-top: 8px;
}

/* Vault Profile Image */
.vault-profile-image {
  border-radius: 100%;
  height: 20px;
  width: 20px;
  display: inline-flex;
}

/*About Vaults*/

.about-vault h4 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.about-vault .sub-title {
  font-size: 15px;
  color: #fff;
}
.about-vault .sub-para {
  font-size: 14px;
  color: #b5bedb;
  line-height: 26px;
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: pre-line;
}
.about-vault h5 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.about-vault h6 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-top: 10px;
}

.vault-details-view .invested-vaults .card-body .pagination {
  gap: 5px;
}
.vault-details-view
  .invested-vaults
  .card-body
  .pagination
  .page-item
  .page-link {
  border: 1px solid #2a3a7b;
  background-color: #111c45;
  color: #9ca3af;
  border-radius: 6px;
}
.vault-details-view .invested-vaults .card-body .pagination .page-item.active {
  color: #fff;
  border: 1px solid #3b82f6;
  border-radius: 6px;
}
.page-item:not(:first-child) .page-link {
  margin-left: 0 !important;
}

@media (min-width: 768px) {
  .vault-details-view {
    padding-top: 50px;
  }
}

/*--------------------------------------------*/
/*Vault Profile - Deposit In Vault*/
/*--------------------------------------------*/
.deposit-vault .vault-profile-short {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #61548b;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 30px;
}
.deposit-vault .vault-profile-short span {
  border-radius: 100%;
  height: 90px;
  width: 90px;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  display: inline-block;
  line-height: 90px;
  margin-right: 20px;
  color: #fff;
}
.deposit-vault .vault-profile-short span img {
  border-radius: 50%;
}
.deposit-vault .vault-profile-short h5 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  margin-top: 10px;
}
.deposit-vault .vault-profile-short .status {
  border-radius: 30px;
  font-size: 13px;
  font-weight: 500;
  background-color: rgba(37, 255, 95, 0.6);
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 5px 10px;
}
.deposit-vault .vault-profile-short hr {
  border-top: 1px solid#fff;
}
.deposit-vault .vault-profile-short .specification {
  display: flex;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0;
}
.deposit-vault .vault-profile-short .specification li {
  background: transparent !important;
  padding: 0 30px;
  border-right: 1px solid #656799;
  border-radius: 0;
}
.deposit-vault .vault-profile-short .specification li:first-child {
  padding-left: 0;
}
.deposit-vault .vault-profile-short .specification li:last-child {
  border-right: 0;
}
.deposit-vault .vault-profile-short .specification li small {
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  font-weight: 400;
  display: block;
}
.deposit-vault .vault-profile-short .specification li strong {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}

/* Deposit Form */
.deposit-vault .deposit-form {
  padding: 30px;
}
.deposit-vault .deposit-form h4 {
  color: #fff;
  font-size: 22px;
}
.deposit-vault .deposit-form .input-group {
  position: relative;
}
.deposit-vault .deposit-form .input-group .input-group-text {
  position: absolute;
  right: 0;
  background-color: transparent;
  border: 0;
  color: #fff;
  font-size: 14px;
  height: 100%;
  padding: 0 15px;
}

.deposit-vault .deposit-form .input-group .max-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  padding: 0;
}

.deposit-vault .deposit-form .input-group .max-btn:disabled {
  color: #666;
  cursor: not-allowed;
}

.deposit-vault .deposit-form .form-text {
  color: #928da4;
  font-size: 12px;
}
.deposit-vault .tras-fee {
  background-color: #2e205b;
  border: 1px solid #675992;
  border-radius: 15px;
  padding: 20px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  color: #fff;
  margin-bottom: 20px;
}
.deposit-vault .tras-fee span {
  color: #bcb3d8;
}
.deposit-vault .block-btn {
  background-color: #805fff;
  border-radius: 12px;
  border: 0;
  font-size: 16px;
  height: 50px;
}
.deposit-vault .withdraw-btn {
  background-color: #01b574;
  border-radius: 12px;
  border: 0;
  font-size: 16px;
  height: 50px;
}

.max-btn-withdraw {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  border: none;
  color: #fff;
  height: 30px;
  list-style: 30px;
  font-size: 12px;
  z-index: 1;
  background-color: #0e76fd;
  transition: background-color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.max-btn-withdraw:hover {
  background-color: #0056d2;
}

/*--------------------------------------------*/
/*NFTs - Page*/
/*--------------------------------------------*/
.nfts-vault .head-subline {
  color: #cbced3;
  font-size: 17px;
}
.nfts-vault .nav-tabs {
  border: 0;
  gap: 15px;
}
.nfts-vault .nav-tabs .nav-item .nav-link {
  background-color: #2c1b4d;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border: 1px solid #2a3a7b;
}
.nfts-vault .nav-tabs .nav-item .nav-link.active {
  background-color: #0e0f32;
}
.nfts-vault input.search-input {
  border: 1px solid #4a2f6e !important;
  background-color: rgba(6, 11, 40, 0.7) !important;
  border-radius: 30px !important;
  padding: 0 20px;
  height: 40px;
}
.nfts-vault .nft-card {
  position: relative;
  border-radius: 20px !important;
  padding: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

.nfts-vault .nft-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

.nfts-vault .nft-card .nft-info {
  padding-top: 15px;
}

.nfts-vault .nft-info h4 {
  font-size: 24px;
  margin-bottom: 8px;
  font-weight: 600;
  color: #fff;
}

.nfts-vault .nft-info p {
  font-size: 14px;
  color: #9694b7;
  margin-bottom: 16px;
}

.nfts-vault .nft-meta {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #ddd;
}

.nfts-vault .nft-card .status {
  border-radius: 30px;
  padding: 0 10px;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
}
.nfts-vault .nft-card .custom-toggle {
  color: #fff;
  background-color: transparent;
  font-size: 20px;
}
.nfts-vault .nft-card .dropdown .dropdown-menu {
  background-color: rgb(43, 55, 111);
  border-radius: 10px !important;
  padding: 10px 0;
  z-index: 99;
}
.nfts-vault .nft-card .dropdown .dropdown-menu .dropdown-item {
  color: #fff;
}
.nfts-vault .nft-card .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.status-staked {
  background-color: rgba(59, 130, 246, 0.2);
  color: #60a5fa;
}

.status-unstaked {
  background-color: rgba(34, 197, 94, 0.2);
  color: #4ade80;
}
.nfts-vault .nft-card .card-body .floor {
  color: #9ca3af;
  font-size: 14px;
  margin: 0;
}
.nfts-vault .nft-card .collection {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #3b82f6;
  color: #fff;
  font-size: 12px;
  border-radius: 6px;
  padding: 0 10px;
  height: 24px;
  line-height: 22px;
}
.nfts-vault .nft-card .collection-supernova {
  background-color: #6b36a0; /* Purple */
}

.nfts-vault .nft-card .collection-wealth-babies {
  background-color: #00bfa6; /* Teal or baby blue */
}

.nfts-vault .nft-card .collection-raging-degens {
  background-color: #f39c12; /* Orange */
}

.nfts-vault .nft-card .collection-wealth-renegades {
  background-color: #c0392b; /* Red or deep rose */
}

.nfts-vault .pagination {
  justify-content: center;
  margin-top: 20px;
  gap: 8px;
}
.nfts-vault .pagination .page-item .page-link {
  border-radius: 8px !important;
  font-size: 16px;
  background-color: #111c45;
  border: 1px solid #2a3a7b;
  color: #9ca3af;
  width: 34px;
  height: 34px;
  padding: 0;
  line-height: 30px;
  text-align: center;
}
.nfts-vault .pagination .page-item.active .page-link {
  color: #fff !important;
}
/* Featured Collections */
.nfts-vault .featured-collections h4 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
}
.nfts-vault .featured-collections .collection-card {
  position: relative;
  background-color: #0a1138 !important;
}
.nfts-vault .featured-collections .collection-card img {
  height: 220px;
  object-fit: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.nfts-vault .featured-collections .collection-card::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 220px;
  background: linear-gradient(
    to bottom,
    rgba(10, 17, 56, 0) 0%,
    rgba(10, 17, 56, 1) 100%
  );
  z-index: 0;
}
.nfts-vault .featured-collections .collection-card .card-body {
  padding: 15px;
  position: relative;
  z-index: 1;
}
.nfts-vault .featured-collections .collection-card .card-body .absulate-title {
  margin-top: -30px;
}
.nfts-vault .featured-collections .collection-card .card-body .card-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.nfts-vault .featured-collections .collection-card .card-subtitle {
  color: #a5b4fc;
  font-size: 14px;
  font-weight: 300;
}
.nfts-vault .featured-collections .collection-card .card-body .specification {
  margin-top: 25px;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
}
.nfts-vault
  .featured-collections
  .collection-card
  .card-body
  .specification
  li {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}
.nfts-vault
  .featured-collections
  .collection-card
  .card-body
  .specification
  li
  span {
  color: #9ca3af;
  font-size: 12px;
  display: block;
}
.nfts-vault .featured-collections .collection-card .card-body .collection-btn {
  background-color: #4f46e5;
  display: block;
  border: 0;
  font-size: 15px;
  text-align: center;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0;
}

/*--------------------------------------------*/
/*Rewards - Page*/
/*--------------------------------------------*/
.rewards .total-aum-fact p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}
.rewards .total-aum-fact h6 {
  font-size: 18px;
  margin-bottom: 10px;
}
.rewards .total-aum-fact h4 {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
}
.rewards .total-aum-fact img {
  height: 40px;
  width: 40px;
}
.rewards .total-aum-fact small strong {
  color: #fff;
}
.rewards .head-subline {
  color: #cbced3;
  font-size: 17px;
}
.rewards .card-header {
  display: flex;
  padding: 0;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  border: 0;
}
.rewards .card-header .card-title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
/* Your Milestones */
.rewards .pricing-card {
  border-radius: 15px !important;
}
.rewards .pricing-card .card-body {
  padding: 20px;
  border-radius: 15px;
}
.rewards .pricing-card .card-body .card-title {
  font-size: 22px;
  margin-bottom: 20px;
}
.rewards .pricing-card .card-body h6 {
  font-size: 16px;
  color: #d1d5db;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(55, 65, 81, 0.3);
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.rewards .pricing-card .card-body h6 svg {
  color: #805fff;
  vertical-align: middle;
}
.rewards .pricing-card .card-body .rewards-list {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 10px;
}
.rewards .pricing-card .card-body .list-unstyled {
  margin-bottom: 0;
}
.rewards .pricing-card .card-body .list-unstyled li {
  color: #9ca3af;
  font-size: 13px;
}
.rewards .pricing-card .card-body .list-unstyled li svg {
  color: #34d399;
}
.rewards .pricing-card.active-tier {
  border: 2px solid #10b981 !important;
}

.rewards .pricing-card .current-label {
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  background-color: #10b981;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 10px;
  padding: 3px 10px;
}

/*--------------------------------------------*/
/*Raffle - Page*/
/*--------------------------------------------*/
.raffle .head-subline {
  color: #cbced3;
  font-size: 17px;
}
.raffle .raffle-tabs {
  border: 1px solid rgba(173, 187, 255, 0.3);
  padding: 10px;
  border-radius: 10px;
}
.raffle .raffle-tabs .nav-link {
  font-weight: 600;
  font-size: 17px;
  color: #fff;
  border-radius: 8px !important;
  border: 0;
}
.raffle .raffle-tabs .nav-link.active {
  font-size: 17px !important;
  color: #fff;
  font-weight: 500;
  border-radius: 8px !important;
  background: linear-gradient(
    135deg,
    rgba(63, 30, 188, 1) 0%,
    rgba(144, 55, 204, 1) 100%
  );
  border: 0 !important;
  height: 45px;
}
.raffle .raffle-tabs .nav-link:focus,
.raffle .raffle-tabs .nav-link:hover {
  border: 0;
  box-shadow: none;
}
.featured-raffle {
  border-radius: 20px;
  padding: 20px;
}
.featured-raffle .nft-img {
  border-radius: 20px;
  height: 400px;
  object-fit: cover;
  width: 100%;
}
.featured-raffle h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 10px;
}
.featured-raffle p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}
.featured-raffle p small {
  font-size: 15px;
  color: #9ca3af;
  display: block;
}
.featured-raffle .badge {
  border-radius: 30px;
  background-color: rgba(128, 255, 170, 0.25);
  color: #18ca53;
  font-size: 12px;
  font-weight: 500;
  padding: 0 10px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.supernova-btn {
  background: rgba(255, 255, 255, 0.05); /* subtle transparent background */
  border: 1px solid rgba(120, 119, 198, 0.4); /* subtle border */
  border-radius: 30px;
  padding: 8px 24px;
  font-size: 1rem;
  color: #8ab4ff; /* bluish text */
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(6, 11, 40, 0.2);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.raffle-card-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(55, 65, 81, 0.3) !important;
  border: 1px solid #4b5563 !important;
  transition: box-shadow 0.2s;
  border-radius: 8px !important;
  padding: 15px 30px;
}

.raffle-card-flex .top-title {
  color: #9ca3af;
  font-size: 16px;
}
.raffle-card-flex h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}
.raffle-card-flex small {
  font-size: 14px;
  color: #9ca3af;
  font-weight: 400;
}

.raffle-card-bg {
  background: linear-gradient(
    135deg,
    rgba(6, 12, 41, 1) 0%,
    rgba(4, 12, 48, 0.5) 100%
  ) !important;
  border-radius: 1.5rem;
}

.raffle-page .ticket-number-circle {
  width: 28px !important;
  height: 28px !important;
  background: #6f42c1 !important;
  color: white !important;
  border-radius: 50% !important;
  text-align: center !important;
  font-weight: bold !important;
  font-size: 0.8rem !important;
  line-height: 28px !important;
}

.raffle-page .card-title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.raffle-page .search-input {
  position: relative;
  max-width: 280px;
  width: 100%;
}
.raffle-page .search-input .form-control {
  border: 1px solid #4a2f6e !important;
  background-color: rgba(6, 11, 40, 0.7) !important;
  border-radius: 30px !important;
  padding: 0 20px 0px 50px;
  height: 45px;
}
.raffle-page .search-input .input-group-text {
  position: absolute;
  left: 5px;
  top: 10px;
  z-index: 9;
  background-color: transparent;
  color: #fff;
  border: 0;
}
.raffle-page .export-btn {
  background-color: #582cff;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  border: 0;
  height: 45px;
  padding: 0 15px;
  list-style: 45px;
  align-items: center;
  border-radius: 8px;
  margin-left: 20px;
}
.raffle-page .raffle-result {
  background: linear-gradient(
    135deg,
    rgba(6, 12, 41, 0.5) 0%,
    rgba(4, 12, 48, 0.5) 100%
  ) !important;
  border-radius: 20px;
}
.raffle-page thead tr th {
  color: #d9d9d9 !important;
  font-size: 12px;
  font-weight: 500;
  background-color: transparent !important;
  padding: 15px 20px !important;
  border-color: #2b284f;
}
.raffle-page tbody tr td {
  background-color: rgba(6, 11, 40, 0.74) !important;
  color: #a19fbd !important;
  font-size: 14px;
  padding: 20px !important;
  border-color: #2b284f;
}
.raffle-page tbody tr:last-child td:first-child {
  border-radius: 0px 0px 0px 20px;
}
.raffle-page tbody tr:last-child td:last-child {
  border-radius: 0px 0px 20px 0px;
}

.raffle-page .pagination {
  justify-content: center;
  margin-top: 20px;
  gap: 8px;
}
.raffle-page .pagination .page-item .page-link {
  border-radius: 8px !important;
  font-size: 16px;
  background-color: #11123b;
  border: 0;
  color: #d4d4d4;
  padding: 10px 18px;
  text-align: center;
}
.raffle-page .pagination .page-item.active .page-link {
  color: #fff !important;
  background-color: #4f46e5;
}
.raffle-page .pagination .page-item .page-link:focus {
  box-shadow: none;
}

.supernova-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(138, 180, 255, 0.6);
  color: #a5cbff;
}

.raffle-page .vault-badge {
  background-color: #2a2a2e !important;
  color: #7f5df4 !important;
  font-size: 0.75rem;
  padding: 4px 10px;
  border-radius: 999px;
}

.raffle-page .custom-dropdown {
  background-color: rgba(6, 11, 40, 0.7) !important;
  color: #fff !important;
  border: 1px solid #4a2f6e !important;
  border-radius: 30px !important;
  height: 45px;
  padding: 0 20px 0px 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.raffle-page .custom-dropdown:focus {
  box-shadow: none !important;
  border-color: #6c47a6 !important;
  background-color: rgba(6, 11, 40, 0.9) !important;
}

/*
*
*Raffle- My Eligibility
*
*/

/* Hide the native checkbox */
.circle-checkbox input[type="checkbox"] {
  display: none;
}

/* Wrapper styling */
.circle-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  user-select: none;
  float: left;
}

/* Custom circular checkbox */
.circle-checkbox .custom-check {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
  margin-right: 8px;
  transition: background-color 0.2s, border-color 0.2s;
  position: relative;
}

/* Checkmark (hidden initially) */
.circle-checkbox .custom-check::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 6px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s;
}

/* When checked - green background and show tick */
.circle-checkbox input[type="checkbox"]:checked + .custom-check {
  background-color: #22c55e;
  border-color: #22c55e;
}

.circle-checkbox input[type="checkbox"]:checked + .custom-check::after {
  opacity: 1;
}

/* Optional label text */
.circle-checkbox .label-text {
  color: white;
  font-weight: 500;
  font-size: 16px;
}

.current-raffle {
  background-color: #0a0f1f;
  border-radius: 12px;
}

.raffle-info {
  padding: 1.5rem;
}

.section-label {
  color: #d1d5db;
  font-size: 17px;
}

.raffle-title {
  color: #fff;
  font-weight: 700;
}

.raffle-subtitle {
  color: #9ca3af;
  font-size: 14px;
}

.raffle-value {
  color: #fff;
  font-size: 16px;
}

.earned-tickets-col {
  display: flex;
  justify-content: flex-end;
  padding: 15px;
}

.earned-tickets-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 40%;
  padding: 20px;
  border: 1px solid #4b5563;
  border-radius: 20px;
  margin: 0 20px;
  text-align: center;
}

.earned-tickets {
  font-size: 48px;
  color: #fff;
  font-weight: 600;
}

.earned-tickets-label {
  color: #d1d5db;
  font-size: 14px;
  font-weight: 400;
}

.divider {
  border: 1px solid #374151;
  margin: 0;
}

/* General Text Styles */
.text-light-gray {
  color: #d1d5db;
}

.text-gray {
  color: #9ca3af;
}

.text-white {
  color: #fff;
}

.text-green {
  color: #4ade80;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-regular {
  font-weight: 400;
}

.text-12 {
  font-size: 12px;
}

.text-14 {
  font-size: 14px;
}

.text-16 {
  font-size: 16px;
}

.text-17 {
  font-size: 17px;
}

.text-18 {
  font-size: 18px;
}

.text-20 {
  font-size: 20px;
}

.text-24 {
  font-size: 24px;
}

.text-48 {
  font-size: 48px;
}

/* Containers */
.current-raffle {
  background-color: transparent;
}

.vault-quest-box {
  background: #3741514d;
  border-radius: 8px;
  padding: 12px;
}
.vault-quest-box .btn-primary {
  background-color: #805fff !important;
  border-color: #805fff !important;
  height: 40px;
  font-size: 14px;
}
.vault-quest-box .btn-primary:hover {
  background-color: #582cff;
  border-color: #582cff;
}

/* Stake Button + Input Group */
.stake-group {
  height: 40px;
}

.stake-input {
  width: 100px !important;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 700 !important;
  border-radius: 6px;
  height: 100%;
  background: transparent;
}

.pool-select {
  width: 200px !important;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 700 !important;
  border-radius: 6px;
  height: 100%;
  background: transparent;
}
.pool-select option {
  background: #0a1138;
  color: #fff;
  text-align: left;
}

.stake-button {
  background: #582cff !important;
  border: 1px solid #582cff !important;
  height: 100%;
}

/* Divider */
.divider {
  border: 1px solid #374151;
  margin: 0;
}

/* Completion Tags */
.task-completed-badge {
  border-radius: 15px;
  border: 1px solid green;
  background: #14532d4d;
  padding: 2px 10px;
}

/* other task badge */
.other-task-completed-badge {
  border-radius: 15px;
  border: 1px solid #4b5563;
  background: #3741514d;
  padding: 2px 10px;
}

/*--------------------------------------------*/
/*Stake Your Vault Tokens - Vault*/
/*--------------------------------------------*/
.stake-vault-tokens .card {
  padding: 25px;
}
.stake-vault-tokens .card h4 {
  color: #fff;
  font-size: 24px;
}
.stake-vault-tokens .duration-card {
  border: 1px solid #675992 !important;
  background-color: #271b51 !important;
  border-radius: 10px !important;
  padding: 15px;
}
.stake-vault-tokens .duration-card.active {
  border: 1px solid #582cff !important;
  background-color: #090025 !important;
}
.stake-vault-tokens .duration-card h6 {
  font-size: 16px;
  color: #fff;
}
.stake-vault-tokens .duration-card small {
  color: #b9b9b9;
  font-size: 14px;
}
.stake-vault-tokens .duration-card .bonus {
  color: #22c55e;
  font-size: 14px;
}
.stake-vault-tokens .qty-vault-input {
  position: relative;
}
.stake-vault-tokens .qty-vault-input input.form-control {
  background-color: #271b51 !important;
  border: 1px solid #4e457c !important;
  border-radius: 8px !important;
  height: 60px;
}
.stake-vault-tokens .qty-vault-input span {
  position: absolute;
  right: 15px;
  top: 10px;
  color: #9ca3af !important;
  text-transform: uppercase;
  font-size: 15px;
}
/* Staking Summary */
.stak-summary {
  background-color: #090025 !important;
  border-radius: 8px !important;
  padding: 15px !important;
}
.stak-summary h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.stak-summary table tr td {
  background-color: transparent;
  color: #fff;
  line-height: 40px;
  padding: 0;
}
.stak-summary table tr td:first-child {
  color: #9e9aad;
  font-size: 14px;
}

.stak-summary table tr th {
  color: #fff;
  font-weight: 600;
  padding: 10px 0;
  border-top: 1px solid #404040 !important;
  vertical-align: middle;
}
.stak-summary table tr th:last-child {
  font-size: 16px;
  text-align: right;
  color: #582cff;
}
.stak-summary table tr td:last-child {
  font-size: 16px;
  text-align: end;
}
.stak-summary .table > :not(caption) > * > * {
  border: 0;
  background-color: transparent !important;
}
.stak-summary table tr .text-success {
  color: #18ca53 !important;
}
.stake-vault-tokens .confirm-btn {
  background-color: #582cff;
  height: 60px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border: 0;
}
.stake-vault-tokens .small-tip {
  color: #b7b7b7;
  font-size: 12px;
  text-align: center;
  margin-bottom: 0;
}

.total-staked .vault-stake-profile {
  background-color: #090025;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.total-staked .vault-stake-profile .total-staked {
  background-color: #090025;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.total-staked .vault-stake-profile .icon {
  background: rgba(49, 46, 129, 0.3);
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  margin-right: 10px;
}
.total-staked .vault-stake-profile .icon svg {
  font-size: 30px;
  color: #818cf8;
}
.total-staked .vault-stake-profile strong {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}
.total-staked .vault-stake-profile small {
  font-size: 13px;
  color: #939393;
  display: block;
}
.total-staked .vault-stake-profile .text-success {
  font-size: 20px;
  color: #18ca53 !important;
  font-weight: 600;
}
.total-staked table tr td {
  background-color: transparent;
  color: #fff;
  line-height: 40px;
  padding: 0;
}
.total-staked table tr td:first-child {
  color: #9e9aad;
  font-size: 14px;
}
.total-staked table tr th {
  color: #fff;
  font-weight: 600;
  padding: 10px 0;
  border-top: 1px solid #636975 !important;
  vertical-align: middle;
}
.total-staked table tr th:last-child {
  font-size: 22px;
  text-align: right;
}
.total-staked table tr td:last-child {
  font-size: 16px;
  text-align: end;
}
.total-staked .table > :not(caption) > * > * {
  border: 0 !important;
  background-color: transparent !important;
}
.stake-vault-tokens .user-invest h6 {
  color: #fff;
  font-size: 20px;
}
.stake-vault-tokens .user-invest table tr td {
  background-color: transparent;
  color: #fff;
  line-height: 35px;
  padding: 0;
}
.stake-vault-tokens .user-invest table tr td:first-child {
  color: #c7c4de;
  font-size: 14px;
}
.stake-vault-tokens .user-invest table tr td:last-child {
  font-size: 16px;
  text-align: end;
}
.stake-vault-tokens .user-invest .table > :not(caption) > * > * {
  border: 0 !important;
  background-color: transparent !important;
}
/* Staking History */
.staking-history .card-title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.staking-history .sub-text {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-top: 15px;
}
.staking-history .btn-active {
  background-color: #582cff !important;
  font-size: 14px;
  font-weight: 500;
  color: #ffff;
  padding: 10px 25px;
  border: 0;
  margin-right: 10px;
}
.staking-history .btn-active:hover {
  color: #fff;
  background-color: #411bd5;
}
.staking-history .btn-secondary {
  background-color: rgba(9, 0, 37, 0.7);
  font-size: 14px;
  font-weight: 500;
  color: #ffff;
  border: 0;
  padding: 10px 25px;
  margin-right: 10px;
}
.staking-history .btn-secondary:hover {
  color: #fff;
  background-color: #411bd5;
}
.staking-history .search-input {
  position: relative;
  max-width: 280px;
  width: 100%;
}
.staking-history .search-input .form-control {
  border: 1px solid #4a2f6e !important;
  background-color: rgba(6, 11, 40, 0.7) !important;
  border-radius: 30px !important;
  padding: 0 20px 0px 50px;
  height: 45px;
}
.staking-history .search-input .input-group-text {
  position: absolute;
  left: 5px;
  top: 10px;
  z-index: 9;
  background-color: transparent;
  color: #fff;
  border: 0;
}
.staking-history .table {
  background: linear-gradient(
    135deg,
    rgba(6, 12, 41, 0.5) 0%,
    rgba(4, 12, 48, 0.5) 100%
  ) !important;
  border-radius: 20px;
}
.staking-history thead tr th {
  color: #a3a3a3 !important;
  font-size: 12px;
  font-weight: 500;
  background-color: transparent !important;
  padding: 15px 20px !important;
  border-color: #2b284f;
  text-transform: uppercase;
  vertical-align: middle;
}
.staking-history tbody tr td {
  background-color: rgba(6, 11, 40, 0.74) !important;
  color: #a19fbd !important;
  font-size: 14px;
  padding: 20px !important;
  border-color: #2b284f;
  white-space: nowrap;
  vertical-align: middle;
}
.staking-history tbody tr:last-child td:first-child {
  border-radius: 0px 0px 0px 20px;
}
.staking-history tbody tr:last-child td:last-child {
  border-radius: 0px 0px 20px 0px;
}

.staking-history .pagination {
  justify-content: end;
  margin-top: 20px;
  gap: 8px;
}
.staking-history .pagination .page-item .page-link {
  border-radius: 8px !important;
  font-size: 16px;
  background-color: #11123b;
  border: 0;
  color: #d4d4d4;
  padding: 10px 18px;
  text-align: center;
}
.staking-history .pagination .page-item.active .page-link {
  color: #fff !important;
  background-color: #4f46e5;
}
.staking-history .pagination .page-item .page-link:focus {
  box-shadow: none;
}
.staking-history .badge.bg-success {
  background-color: rgba(20, 83, 45, 0.3) !important;
  color: #4ade80;
  font-size: 12px;
  border-radius: 20px;
  font-weight: 400;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
}
.staking-history .badge.bg-danger {
  background-color: rgba(127, 29, 29, 0.3) !important;
  color: #f87171;
  font-size: 12px;
  border-radius: 20px;
  font-weight: 400;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
}

.staking-history .badge.bg-warning {
  background-color: rgba(113, 63, 18, 0.3) !important;
  color: #facc15;
  font-size: 12px;
  border-radius: 20px;
  font-weight: 400;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
}

.staking-history .unstake {
  background-color: rgba(113, 63, 18, 0.3) !important;
  color: #facc15;
  font-size: 12px;
  font-weight: 400;
  height: 30px;
  line-height: 25px;
  padding: 0 10px;
  border: 0;
}
.staking-history .unstake:hover {
  color: #fff;
}
/*--------------------------------------------*/
/*Public Layouts Pages*/
/*--------------------------------------------*/
.wrapper {
  background-color: #000510;
  padding-top: 90px;
}

/*--------------------------------------------*/
/*Deposit In The Vault Model*/
/*--------------------------------------------*/
.deposit-vault-model {
  background-color: #0f1d3c !important;
  border-radius: 30px !important;
  padding: 30px;
}
.deposit-vault-model .modal-header {
  padding: 0;
  margin-bottom: 20px;
}

.deposit-vault-model .modal-header .modal-title {
  text-align: center;
  color: #fff;
}
.deposit-vault-model .modal-header .btn-close {
  filter: invert(1);
}
.deposit-vault-model .deposit-type {
  border: 1px solid #25344f !important;
  margin-bottom: 0;
}
.deposit-vault-model .deposit-type h5 {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}
.deposit-vault-model .modal-body {
  padding: 0;
}
.uniswap {
  max-width: 650px !important;
}
.uniswap .modal-content {
  background: linear-gradient(
    135deg,
    rgba(21, 28, 66, 1) 0%,
    rgba(4, 12, 48, 0.8) 100%
  ) !important;
  border: 1px solid #323e59;
}
.uniswap .modal-content {
  border-radius: 30px;
}
.uniswap .modal-content .modal-header {
  border-radius: 30px 30px 0px 0px;
  border-bottom: 1px solid #ccc;
}

/*--------------------------------------------*/
/*Wallet Not Connected Model*/
/*--------------------------------------------*/
.wallet-not-connected {
  border-radius: 30px !important;
  padding: 50px 30px;
  background-color: rgb(19, 22, 60) !important;
}
.wallet-not-connected .modal-header {
  text-align: center;
  padding: 0;
}
.wallet-not-connected .modal-title {
  font-size: 26px;
  width: 100%;
}
.wallet-not-connected .modal-body {
  text-align: center;
}

.vault-deposite-progress .modal-content {
  background: linear-gradient(
    135deg,
    rgba(21, 28, 66, 1) 0%,
    rgba(4, 12, 48, 0.8) 100%
  ) !important;
  color: #fff;
  border-radius: 30px;
  padding: 0px 30px 30px 30px;
}
.vault-deposite-progress .modal-content .modal-body .modal-title {
  text-align: center;
  padding: 30px;
}
.vault-deposite-progress .modal-content .modal-body button {
  border: 0;
  border-radius: 10px;
  height: 50px;
}
.vault-deposite-progress .modal-content .modal-body .btn-secondary {
  background-color: #805fff57 !important;
}

.nft-progress .modal-content {
  border-radius: 30px;
  color: #fff;
  background: linear-gradient(
    135deg,
    rgba(21, 28, 66, 1) 0%,
    rgba(4, 12, 48, 0.9) 100%
  ) !important;
}
.nft-progress .modal-content .modal-body {
  padding: 30px 40px;
}
.nft-progress .modal-content .modal-title {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

/*--------------------------------------------*/
/*NFT Transactions Table*/
/*--------------------------------------------*/

.nft-transactions tr td:first-child {
  display: block;
}
.nft-transactions tr td p {
  text-align: center;
  width: auto !important;
}
.vault-details.invested-vaults .card-body .pagination {
  gap: 5px;
  margin-top: 30px;
}
.vault-details.invested-vaults .card-body .pagination .page-item .page-link {
  border: 1px solid #2a3a7b;
  background-color: #111c45;
  color: #9ca3af;
  border-radius: 6px;
}
.vault-details.invested-vaults .card-body .pagination .page-item.active {
  color: #fff;
  border: 1px solid #3b82f6;
  border-radius: 6px;
}
.vault-details.invested-vaults .page-item:not(:first-child) .page-link {
  margin-left: 0 !important;
}

.your-activities tr td:first-child {
  display: table-cell !important;
}

/*--------------------------------------------*/
/*Withdrawal In Progress Popup*/
/*--------------------------------------------*/
.withdrawal_in_progress .modal-content {
  background: linear-gradient(
    135deg,
    rgba(21, 28, 66, 1) 0%,
    rgba(4, 12, 48, 0.8) 100%
  ) !important;
  border-radius: 30px;
  color: #fff;
}
.withdrawal_in_progress .modal-content h4 {
  font-size: 30px;
  margin-bottom: 30px;
}

.withdrawal_in_progress .modal-content .modal-body button {
  border: 0;
  border-radius: 10px;
  height: 50px;
}
.withdrawal_in_progress .modal-content .modal-body .btn-secondary {
  background-color: #805fff57 !important;
}

/*--------------------------------------------*/
/*Unstake Your Tokens Popup*/
/*--------------------------------------------*/
.unstake-tokens {
  max-width: 400px;
}
.unstake-tokens .modal-content {
  background: linear-gradient(
    135deg,
    rgba(21, 28, 66, 1) 0%,
    rgba(4, 12, 48, 0.8) 100%
  ) !important;
  border-radius: 30px;
}
.unstake-tokens .modal-content h3 {
  color: #fff;
  margin-bottom: 30px;
}
.unstake-tokens .modal-content .modal-body {
  color: #fff;
}
.unstake-tokens .modal-content .modal-body p {
  font-size: 14px;
  color: #9091a5;
  text-align: center;
}
.unstake-tokens .modal-content .modal-body ul {
  padding-left: 20px;
}
.unstake-tokens .modal-content .modal-body ul li {
  list-style-type: disc;
  margin-bottom: 15px;
  font-size: 15px;
}
.unstake-tokens .modal-content .modal-body button {
  border: 0;
  border-radius: 10px;
  height: 50px;
}
.unstake-tokens .modal-content .modal-body .btn-primary {
  background-color: #805fff;
}
.unstake-tokens .modal-content .modal-body .btn-secondary {
  background-color: #805fff57 !important;
}

.unstake-tokens .alertbox {
  background-color: #ffdee159;
  color: #ff95a1;
}

/*--------------------------------------------*/
/*Token Unstaked Successfully Popup*/
/*--------------------------------------------*/
.unstaked-successfully {
  max-width: 400px;
}
.unstaked-successfully .modal-content {
  background: linear-gradient(
    135deg,
    rgba(21, 28, 66, 1) 0%,
    rgba(4, 12, 48, 0.8) 100%
  ) !important;
  border-radius: 30px;
}
.unstaked-successfully .modal-content h3 {
  color: #fff;
}
.unstaked-successfully .modal-content .modal-body {
  color: #fff;
}
.unstaked-successfully .modal-content .modal-body p {
  font-size: 14px;
  color: #9091a5;
  text-align: center;
}
.unstaked-successfully .modal-content .modal-body button {
  border: 0;
  border-radius: 10px;
  height: 50px;
}
.unstaked-successfully .modal-content .modal-body .btn-primary {
  background-color: #805fff;
}

/*--------------------------------------------*/
/*Stake Successful Popup*/
/*--------------------------------------------*/
.stake-successful {
  max-width: 450px;
}
.stake-successful .modal-content {
  background: linear-gradient(
    135deg,
    rgba(21, 28, 66, 1) 0%,
    rgba(4, 12, 48, 0.8) 100%
  ) !important;
  border-radius: 30px;
  border: 0;
}
.stake-successful .modal-content h3 {
  color: #fff;
}
.stake-successful .modal-content .modal-body {
  color: #fff;
}
.stake-successful .modal-content .modal-body p {
  font-size: 14px;
  color: #9091a5;
  text-align: center;
}
.stake-successful .modal-content .modal-body button {
  border: 0;
  border-radius: 10px;
  height: 50px;
}
.stake-successful .modal-content .modal-body .btn-primary {
  background-color: #805fff;
}

/*--------------------------------------------*/
/*Unstake NFT Popup*/
/*--------------------------------------------*/
.unstake-nft {
  max-width: 450px;
}
.unstake-nft .modal-content {
  background: linear-gradient(
    135deg,
    rgba(21, 28, 66, 1) 0%,
    rgba(4, 12, 48, 0.8) 100%
  ) !important;
  border-radius: 30px;
}
.unstake-nft .modal-content h3 {
  color: #fff;
}
.unstake-nft .modal-content .modal-body {
  color: #fff;
}
.unstake-nft .modal-content .modal-body p {
  font-size: 14px;
  color: #9091a5;
  text-align: center;
}
.unstake-nft .modal-content .modal-body button {
  border: 0;
  border-radius: 10px;
  height: 50px;
}
.unstake-nft .modal-content .modal-body .btn-primary {
  background-color: #805fff;
}
.unstake-nft .modal-content .modal-body .btn-secondary {
  background-color: #805fff57 !important;
}

.unstake-nft .modal-content h3 .text-success {
  color: #26c958;
}

/*--------------------------------------------*/
/*NFT Buy Process Popup*/
/*--------------------------------------------*/
.nft-buy-process {
  max-width: 450px;
}
.nft-buy-process .modal-content {
  background: linear-gradient(
    135deg,
    rgba(21, 28, 66, 1) 0%,
    rgba(4, 12, 48, 0.8) 100%
  ) !important;
  border-radius: 30px;
}
.nft-buy-process .modal-content h3 {
  color: #fff;
}
.nft-buy-process .modal-content .modal-body {
  color: #fff;
}
.nft-buy-process .modal-content .modal-body p {
  font-size: 14px;
  color: #9091a5;
  text-align: center;
}
.nft-buy-process .modal-content .modal-body button {
  border: 0;
  border-radius: 10px;
  height: 50px;
}
.nft-buy-process .modal-content .modal-body .btn-primary {
  background-color: #805fff;
}
.nft-buy-process .modal-content .modal-body .btn-secondary {
  background-color: #805fff57 !important;
}

/*--------------------------------------------*/
/*Common Popup Style*/
/*--------------------------------------------*/
.common-modal {
  max-width: 450px;
}
.common-modal .modal-content {
  background: linear-gradient(
    135deg,
    rgba(21, 28, 66, 1) 0%,
    rgba(4, 12, 48, 0.8) 100%
  ) !important;
  border-radius: 30px;
}
.common-modal .modal-content h3 {
  color: #fff;
}
.common-modal .modal-content .modal-body {
  color: #fff;
}
.common-modal .modal-content .modal-body p {
  font-size: 14px;
  color: #9091a5;
  text-align: center;
}
.common-modal .modal-content .modal-body button {
  border: 0;
  border-radius: 10px;
  height: 50px;
}
.common-modal .modal-content .modal-body .btn-primary {
  background-color: #805fff;
}
.common-modal .modal-content .modal-body .btn-secondary {
  background-color: #805fff57 !important;
}

/*--------------------------------------------*/
/* adding cursor pointer property */
/*--------------------------------------------*/
.cursor-pointer {
  cursor: pointer;
}

/*--------------------------------------------*/
/* removing arrows from number input */
/*--------------------------------------------*/
/* For Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* For Firefox */
input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.glass-blur-card-container {
  background: rgba(255, 255, 255, 0.1); /* transparent white */
  backdrop-filter: blur(10px); /* <--- main blur effect */
  -webkit-backdrop-filter: blur(10px); /* Safari support */
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  max-width: 600px;
  margin: auto;
}

/*--------------------------------------------*/
/*Purchase NFTs - Page*/
/*--------------------------------------------*/

/*back button*/
.back-btn-container button {
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 16px;
}

/*NFT Image container*/
.nft-img-container {
  background: #ffffff26 !important;
}

/* NFT Details Card */
.nft-details-card {
  background: linear-gradient(
    180deg,
    rgba(14, 21, 58, 0.71) 71%,
    rgba(6, 11, 40, 0.74) 74%
  );
  backdrop-filter: blur(120px);
  -webkit-backdrop-filter: blur(120px) !;
  border-radius: 16px;
  padding: 2rem;
  color: white;
}

/* Card Typography */
.nft-details-card span,
.nft-details-card h4 {
  color: #fff;
}

.nft-details-card p {
  color: #c8c6d4;
}

.nft-details-card p strong {
  color: #458bff;
  font-weight: 500;
}

/* View Section */
.owned-by p {
  margin: 0;
}

/* Owner Info Section */
.owner-info {
  border: 1px solid #473370;
  background: #040f3880;
  border-radius: 8px;
  padding: 10px;
}

.owner-info p {
  margin: 0;
}

.owner-info .title {
  color: #9ca3af;
  font-size: 15px;
}

.owner-info .value {
  color: #fff;
  font-size: 20px;
}

/* Purchase Input */
.purchase-input-container {
  display: flex;
  border: 1px solid #4e457c;
  padding: 5px;
  border-radius: 8px;
  background: #1e1747b2;
}

.purchase-input {
  background: transparent;
  border: none;
  flex-grow: 1;
  padding: 10px;
  color: #fff;
  width: 100%;
}

/* Buy Button */
.buy-button {
  border-radius: 10px;
  border: none;
  background: #582cff;
  flex-shrink: 0;
  padding: 0 1rem;
}

/* About NFT Section */
.about-nft-heading {
  color: #fff;
}

.about-nft-desc {
  color: #b5bedb;
}

/* Horizontal rule */
.divider {
  color: #5b4c87;
}

/* Technical Details */
.tech-details p {
  margin: 0;
}

.tech-details .address {
  color: #83bbff;
}

.about-collection a {
  color: #fff;
  text-decoration: none;
}

.nft-grid {
  display: grid;
  /* grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); */
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
}

.purchase-view-all-btn {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 8px 16px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  transition: all 0.3s ease;
  z-index: 99;
}

.purchase-view-all-btn:hover {
  background: #fff;
  color: #000;
}

/* NFT Card */
.nft-card {
  background: #0a1235;
  border-radius: 12px;
  border: 1px solid #2a3a7b;
  height: 400px;
  overflow: hidden;
}

/* Image Container */
.nft-card-image {
  height: 75%;
  position: relative;
}

.nft-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #3b82f6;
  padding: 2px 10px;
  border-radius: 8px;
  font-size: 14px;
}

/* Image */
.nft-img {
  border-radius: 1rem 1rem 0 0;
  object-fit: cover;
}

/* Text Section */
.nft-card-details {
  height: 25%;
  overflow: hidden;
}

.nft-name {
  font-size: 17px;
  font-weight: 600;
  margin: 0;
  color: #ffffff;
}

.nft-floor {
  font-size: 14px;
  color: #b5bedb;
}

/*
NFT staking
*/
.staking-opt-card {
  background: linear-gradient(
    /* 180deg, */ rgba(14, 21, 58, 0.71) 71%,
    rgba(6, 11, 40, 0.74) 74%
  ) !important;
  backdrop-filter: blur(120px) !important;
  -webkit-backdrop-filter: blur(120px) !important;
}

.period-grid {
  display: grid;
  /* grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); */
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  text-align: center;
}

.duration-container {
  background: #2e205b99;
  border: 1px solid #473370;
  border-radius: 8px;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.duration-container.selected {
  background: #131241;
  border: 1px solid #3b82f6;
}

.duration p {
  color: #fff;
  font-size: 24px;
  margin: 0;
}

.duration span {
  color: #9ca3af;
  font-size: 14px;
}

.period-grid .apy-badge {
  padding: 4px 8px;
  background: #3b82f633;
  color: #60a5fa;
  width: max-content;
  border-radius: 20px;
  margin: 8px auto;
  font-size: 12px;
}

.staking-summary {
  background: #040f3880;
  border: 1px solid #473370;
  padding: 10px;
  border-radius: 8px;
}

.action-btn .stake-btn {
  flex-grow: 1;
  background: #582cff;
  border-color: #582cff;
}

.ref-url-container {
  background: #060b28;
  border: 1px solid #473370;
  border-radius: 8px;
}

.ref-url-container input::placeholder {
  color: #9ca3af;
  font-size: 14px;
}

.ref-url-container button {
  border-radius: 0px 8px 8px 0px;
  background: #582cff;
  border-color: #582cff;
}
.stack-nft-badge {
  background-color: #2a1a5e; /* deep purple background */
  color: #8fb0ff; /* light blue text */
  padding: 4px 16px;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 999px; /* fully rounded */
  display: inline-block;
  text-align: center;
  line-height: 1.5;
}

.stack-nft-border {
  border: 1px solid #635c7a !important;
  border-radius: 8px !important;
}

.stack-nft-badge-with-dot {
  background-color: #2a1a5e;
  color: #8fb0ff;
  padding: 4px 16px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.stack-nft-badge-with-dot .dot {
  width: 10px;
  height: 10px;
  background-color: #8fb0ff;
  border-radius: 50%;
}

.staking-history .design-btn {
  border: 1px solid #4a2f6e !important;
  background-color: rgba(6, 11, 40, 0.7) !important;
  border-radius: 30px !important;
  padding: 0 40px 0 20px;
  height: 45px;
}

.staking-history .copy-btn {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  padding: 4px;
  margin-left: 6px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.staking-history .copy-btn:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: scale(1.05);
}

.custom-toast {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-weight: 500;
  backdrop-filter: blur(6px);
  padding: 1px 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* Match dark theme */
.custom-toast.success {
  background: linear-gradient(135deg, #2e144f, #4b1b7a);
  color: #fff;
}

.custom-toast.danger {
  background: linear-gradient(135deg, #5a1d1d, #8c2e2e);
  color: #fff;
}

/* for public header user dropdown */
.public-header .dropdown-toggle {
  padding: 0;
  background-color: transparent;
  border: 0;
}
.public-header .dropdown-toggle .user-icon {
  height: 35px;
  width: 35px;
  object-fit: cover;
  border-radius: 100%;
}
.public-header .dropdown-toggle:hover,
.public-header .dropdown-toggle:focus {
  background-color: transparent;
}
.public-header .dropdown-toggle::after {
  display: none;
}

/* Vault Deposit Popup/Model */
.deposit-vault-model.modal-content {
  height: auto !important;
  max-height: none !important;
  border-radius: 16px !important;
}

/*Referral Details*/
.stat-box {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.3s ease;
}

.stat-box:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}

@keyframes loadingShimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

/* By default, hide the div */
.dropdown-div {
  display: none;
}

/* Show div when screen width is 1000px or more */
@media (min-width: 1000px) {
  .dropdown-div {
    display: block;
  }
}

/*--------------------------------------------*/
/*Start Responsive and Mobile Views*/
/*--------------------------------------------*/

/*--------------------------------------------*/
/* Laptop with Desktop (1600px) View*/
/*--------------------------------------------*/
@media all and (max-width: 1600px) {
}

/*--------------------------------------------*/
/* Laptop with Desktop (1400px) View*/
/*--------------------------------------------*/
@media all and (max-width: 1400px) {
  .total-aum-fact {
    padding: 20px 15px;
  }
  .total-aum-fact small {
    font-size: 12px;
    line-height: 20px;
    display: block;
  }
  .vault-details-view .vault-profile .action-btns {
    display: block;
  }
}

/*--------------------------------------------*/
/* Laptop with Tab (1028px) View*/
/*--------------------------------------------*/
@media all and (max-width: 1199px) {
}

/*--------------------------------------------*/
/* Laptop with Tab (1028px) View*/
/*--------------------------------------------*/
@media all and (max-width: 1028px) {
}

/*--------------------------------------------*/
/* Mini Laptop with Tab (991px) View*/
/*--------------------------------------------*/
@media all and (max-width: 991px) {
  .p-4.content-wrapper {
    padding: 0px !important;
  }
  .profile-card {
    min-height: 200px;
  }
  .card .card-body {
    padding: 15px;
  }
  .footer-rights {
    padding-bottom: 20px;
    font-size: 13px;
  }
}

/*--------------------------------------------*/
/* Mini Tab with All Mobile Devices (767px) View*/
/*--------------------------------------------*/
@media all and (max-width: 767px) {
  .home-footer .footer-links .social-icons {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .invested-vaults {
    margin-bottom: 20px;
  }
  .staking-vault .vault-list li {
    padding: 15px;
  }
  .raffle-card-flex.mb-0 {
    margin-bottom: 20px !important;
  }
  .earned-tickets-box {
    width: 100%;
  }
  .vault-quest-box .stake-group .btn.btn-primary {
    font-size: 14px;
    line-height: 16px;
  }
}

#connect-wallet {
  border-radius: 50px;
  padding: 8px 20px;
  font-weight: 500;
  border: 2px solid #fff;
  background-color: #fff;
  color: #ff0080;
}

#connect-wallet:hover {
  background-color: transparent;
  color: #fff;
}

/*--------------------------------------------*/
/* Mini Tab with All Mobile Devices (667px) View*/
/*--------------------------------------------*/
@media all and (max-width: 667px) {
  .referral-details .card-header {
    margin-bottom: 10px;
  }
  .header h5 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .header .header-right {
    justify-content: space-between !important;
  }
  .staking-vault .vault-list li .specification {
    display: block;
  }
  .staking-vault .vault-list li .specification li {
    padding: 0;
    border: 0;
    width: 50%;
    display: inline-block;
  }
  .purchase-crypto-form {
    padding: 20px;
  }
  .purchase-crypto-step2 .d-flex {
    display: block !important;
  }
  .purchase-crypto-step2 .card-radio-btn {
    height: 110px;
  }
  .deposit-vault-model {
    padding: 20px;
  }
  .staking-history .search-input {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .staking-history .design-btn {
    margin-bottom: 10px;
  }
  .uniswap .modal-header .modal-title {
    font-size: 20px;
  }

  .vault-details-view .vault-profile {
    display: block;
  }
  .vault-details-view .vault-profile .specification {
    display: block;
    margin-bottom: 30px;
  }
  .vault-details-view .vault-profile .specification li {
    padding: 0;
    margin-bottom: 15px;
    border-right: 0px;
  }
  .vault-details-view .vault-profile .action-btn {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .nft-details-card {
    margin-bottom: 0;
  }
  .nft-details-card span {
    font-size: 15px;
  }
  .nft-details-card h4 {
    font-size: 18px;
  }
  .nft-details-card .owner-info {
    display: block !important;
  }
  .nft-details-card .owner-info .value {
    margin-bottom: 20px;
    display: block;
  }
  .nft-details-card .owner-info .title {
    text-align: left !important;
  }
  .nft-details-card .tech-details {
    display: block !important;
  }
  .nft-details-card .tech-details .col {
    margin-bottom: 20px;
  }
  .nft-details-card .title-head {
    display: block !important;
    margin-bottom: 10px;
  }
  .nft-details-card .title-head h6 {
    margin-bottom: 10px !important;
  }
  .current-price.align-items-end {
    align-items: flex-start !important;
  }

  .about-collection.d-flex {
    display: block !important;
  }
  .nft-grid {
    grid-template-columns: auto !important;
  }
  .featured-raffle h4 {
    margin-top: 30px;
    font-size: 18px;
  }
  .featured-raffle p {
    margin-bottom: 0;
    margin-top: 15px;
  }
  .featured-raffle .nft-img {
    height: 250px;
  }

  .vault-quest .d-flex {
    display: block !important;
  }
  .vault-quest .d-flex > .d-flex {
    display: flex !important;
  }

  .vault-quest {
    display: block !important;
  }
  .vault-quest .stake-group {
    margin-top: 15px;
  }

  #connect-wallet {
    padding: 5px 10px;
    font-size: 13px;
  }
}

/*--------------------------------------------*/
/* Mini Tab with All Mobile Devices (575px) View*/
/*--------------------------------------------*/
@media all and (max-width: 575px) {
  .deposit-vault {
    margin-top: 50px;
  }
  .deposit-vault .deposit-form {
    padding: 20px;
  }
  .vault .vault-card .specification li {
    padding: 0 25px;
  }
  .earned-tickets-box {
    width: 100%;
  }
  .profile-card .card-body {
    display: block;
    text-align: center;
    padding: 30px 20px;
  }
  .profile-card .card-body .profile-upload {
    margin-top: 30px;
  }
  .prize-date.d-flex {
    display: block !important;
  }
  .vault-quest-box.d-flex {
    display: block !important;
  }
  .vault-quest-box .stake-group {
    margin-top: 15px;
    display: block !important;
    height: auto;
  }
  .vault-quest-box .stake-group .stake-input {
    margin-bottom: 10px;
    width: 100% !important;
  }
  .vault-quest-box .stake-group .btn.btn-primary {
    width: 100%;
    font-size: 14px;
  }
  .vault-quest-box .pool-select {
    width: 100% !important;
  }
  .vault-quest-box h6 {
    font-size: 14px;
  }
}
