/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

body {
  font-family: "Be Vietnam Pro", sans-serif;
  background: #000;
  color: #fff;
  font-size: 13px;
  padding: 50px 0;
}

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

a:hover {
  color: #ffed00;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Be Vietnam Pro", sans-serif;
}

h4 {
  font-size: 16px;
}

b,
strong {
  font-weight: 600;
}

.bg-light-info {
  background-color: rgb(13 202 240 / 12%) !important;
}

.text-success {
  color: #05f412 !important;
}

.text-warning {
  color: #ffed00 !important;
}

.text-danger {
  color: #f56565 !important;
}

.bg-gradient-blue {
  background: linear-gradient(-135deg, #065e44, #0d034b) !important;
}

.bg-gradient-blue-revert {
  background: linear-gradient(135deg, #065e44, #0d034b) !important;
}

.bg-gradient-blue.border-box-style:after {
  background: linear-gradient(90deg, #18a938, transparent, #18a938) border-box;
}

.bg-gradient-golden {
  background: linear-gradient(194deg, #e2a049 9.19%, #b55209 86.78%) !important;
}

.bg-gradient-green {
  background: linear-gradient(49deg, #27c27f, #0478d7) !important;
}

.bg-gradient-violet {
  background: linear-gradient(49deg, #a727c2, #5304d7) !important;
}

.text-gradient {
  background: -webkit-linear-gradient(bottom, #ffed00, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-muted {
  color: #fff !important;
  opacity: 0.7;
}

.fxs-small {
  font-size: 12px !important;
}


.fs-small {
  font-size: 14px;
}

.fs-medium {
  font-size: 18px;
}

.word-break-unset {
  word-break: unset !important;
}

.word-break-all {
  word-break: break-all !important;
}

.bg-light-yellow {
  background: #fdf8bc !important;
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
  margin-bottom: 10px;
}

.pagetitle h1 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
  color: #012970;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #4154f1;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/* Card */
.card {
  margin-bottom: 15px;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}


.card-footer {
  border-color: #ebeef4;
  background: rgb(246 249 255 / 25%);
  color: #ffffff;
  padding: 15px;
  border: 0;
}

.card-title {
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  color: #012970;
  font-family: "Be Vietnam Pro", sans-serif;
}

.card-title h5 {
  margin: 0;
}

.card-title span {
  color: #899bbd;
  font-size: 14px;
  font-weight: 400;
}

.card-body {
  padding: 20px;
}

.card-img-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}

/* Alerts */
.alert-heading {
  font-weight: 500;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 20px;
}


.btn-primary {
  background: url(../img/btn-layer.png), linear-gradient(137deg, #03601f, #1b9c40, #03601f);
  background-position: bottom;
  background-repeat: no-repeat;
  /* background: -webkit-linear-gradient(right, #1B9C40, #002a0c); */
  border-color: rgb(255 255 255 / 52%);
  border-width: 1px;
}

.btn-primary:hover {
  border-color: #ffed00;
}

.btn-lg {
  padding: .375rem 2rem !important;
  font-size: 20px !important;
}

.btn {
  padding: 10px 20px;
  font-size: 14px;
}

.btn-sm {
  padding: .2rem .3rem;
  font-size: 12px;
  line-height: normal;
}

/* Close Button */
.btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

@media (max-width: 767px) {
  .btn-xs {
    font-size: 12px;
    padding: 2px 6px;
  }
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  background: #bdbdbd;
  border-color: #d8d8d8;
}

.border {
  border: 2px solid rgb(255 255 255 / 24%) !important;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.x-header {
  max-width: 100%;
  width: 100%;
  background: #1b9c40;
  min-height: 60px;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 9;

}

.x-header::after {
  background: url(../img/section-divider-bottom.png) top center;
  background-repeat: repeat-x;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  content: '';
  height: 50px;
}

.m-header,
.navbar-collapse {
  position: relative;
  z-index: 6;
  justify-content: space-between;
}

.x-header .m-header .b-brand {
  padding: 0 0 0 10px;
  /* line-height: 60px; */
}

.x-header .m-header .b-brand img {
  width: 200px;
}


.x-header .navbar-nav>li {
  line-height: normal;
  display: inline-block;
  padding: 0 10px;
}

.x-header .navbar-nav>li a {
  color: #fff;
}

.Wb-logout {
  border-left: 1px solid rgb(255 255 255 / 60%);
  display: inline;
  text-align: center;
}



.avatar {
  border-right: 1px solid rgb(0 0 0 / 28%);
}

.avatar img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #fff;
  padding: 3px;
}

.drp-user {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: normal !important;
  text-align: left;
  font-size: 14px;
  background: #fff;
  border-radius: 50px;
  color: #000 !important;
  padding-right: 8px;
}

.drp-user span {
  display: block;
}

.XuserName {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100px;
}

.x-header .drp-user .dropdown-toggle.show:before {
  color: #04a9f5
}

@media only screen and (max-width: 768px) {

  .navbar-collapse {
    flex-basis: auto;
    flex-grow: inherit;
    align-items: center;
  }

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

  .x-header .navbar-nav>li {
    padding: 0 7px;
  }

  .drp-user {
    font-size: 12px;
    padding-right: 8px;
  }

  .Wb-logout {
    font-size: 10px;
  }
}

.wsmenu>.wsmenu-list>li>a {
  text-decoration: none;
  padding: 0px 15px;
  display: block;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(to top, #0a3956, #3d9ab4);
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  transition: all .8s;
  line-height: 28px;
  border: 2px solid rgb(0 0 0 / 35%);
  overflow: hidden;
}

.wsmenu>.wsmenu-list>li>a:after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 60%;
  height: 100%;
  background: linear-gradient(280deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5) 40%, rgba(255, 255, 255, 0));
  transform: skewX(0deg);
  animation: shimmer 3.5s linear infinite;
  animation-play-state: running;
}


@keyframes shimmer {
  0% {
    left: -75%
  }

  to {
    left: 125%
  }
}

.wsmenu>.wsmenu-list>li>a.active,
.wsmenu>.wsmenu-list>li>a:hover {
  border-color: #fff;
}


.wsmenu>.wsmenu-list>li .wstheading {
  width: 100%;
  display: block;
  padding: 5px 0px 6px 0px !important;
  font-size: 14px !important;
  font-weight: 500;
  color: #ffed00;
  border-bottom: 2px solid rgb(255 255 255 / 33%);
  margin-bottom: 10px !important;
  text-transform: uppercase;
}

.wsmenu>.wsmenu-list>li .wstliststy01 li {
  width: 100%;
  list-style: none;
  line-height: 25px;
}

.wsmenu>.wsmenu-list>li .wstliststy01 li a {
  color: #fff;
  position: relative;
  font-size: 14px;
  padding-left: 14px;
}

.wsmenu>.wsmenu-list>li .wstliststy01 li a::before {
  position: absolute;
  content: '\f061';
  left: 0;
  top: -3px;
  font-family: "Font Awesome 6 Pro";
  font-size: 10px;
}

.wsmenu>.wsmenu-list>li>a .wsarrow:after {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid;
  content: "";
  float: right;
  right: 0;
  height: 0;
  margin: 0 5px 0 0px;
  position: absolute;
  text-align: right;
  top: 12px;
  width: 0;
}


main {
  padding-top: 50px;
  position: relative;
  z-index: 6;
}


@media only screen and (max-width: 991px) {
  .x-header .m-header .b-brand {
    padding: 0 0 0 40px;
    /* line-height: 60px; */
  }

  .x-header .m-header .b-brand img {
    width: 150px;
  }

  .x-header {
    min-height: 45px;
  }

  .avatar img {
    width: 25px;
    height: 25px;
    padding: 3px;
  }

  main {
    padding-top: 25px;
  }
}

.sec-divider {
  background-size: cover;
  height: 50px;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 9;
}

.sec-divider.bottom {
  background: url(../img/section-divider-bottom.png) top center;
  top: 0;
}

.sec-divider.top {
  background: url(../img/section-divider-top.png) top center;
  bottom: 0;
}


.logo {
  line-height: 1;
  padding: 10px 0;
}



.logo img {
  max-height: 36px;
  margin-right: 6px;
}




/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  width: 250px;
  z-index: 996;
  transition: all 0.3s;
  padding: 5px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  border-right: 1px solid rgb(255 255 255 / 20%);
  background: #000;
}

@media (max-width: 1199px) {
  .sidebar {
    left: -300px;
  }
}

.sidebar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}

@media (min-width: 1200px) {

  #main,
  #footer {
    margin-left: 250px;
  }
}

@media (max-width: 1199px) {
  .toggle-sidebar .sidebar {
    left: 0;
  }
}

@media (min-width: 1200px) {

  .toggle-sidebar #main,
  .toggle-sidebar #footer {
    margin-left: 0;
  }

  .toggle-sidebar .sidebar {
    left: -300px;
  }
}

.sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-item {
  margin-bottom: 5px;
}

.sidebar-nav .nav-heading {
  font-size: 11px;
  text-transform: uppercase;
  color: #899bbd;
  font-weight: 600;
  margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  /* color: #4154f1;
    background: #f6f9ff; */
  transition: 0.3;

  padding: 8px 15px;
  border-radius: 4px;
}

.sidebar-nav .nav-link i {
  font-size: 16px;
  margin-right: 10px;
  color: #fff;
}

.sidebar-nav .nav-link.collapsed {
  color: #fff;
  background: #000;
}

.sidebar-nav .nav-link.collapsed i {
  color: #fff;
}

.sidebar-nav .nav-link:hover {
  color: #ffff;
  background: rgb(255 255 255 / 15%);
}

.sidebar-nav .nav-link:hover i {
  color: #fff;
}

.sidebar-nav .nav-link .bi-chevron-down {
  margin-right: 0;
  transition: transform 0.2s ease-in-out;
}

.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
  transform: rotate(180deg);
}

.sidebar-nav .nav-content {
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #012970;
  transition: 0.3;
  padding: 10px 0 10px 40px;
  transition: 0.3s;
}

.sidebar-nav .nav-content a i {
  font-size: 6px;
  margin-right: 8px;
  line-height: 0;
  border-radius: 50%;
}

.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active {
  color: #4154f1;
}

.sidebar-nav .nav-content a.active i {
  background-color: #4154f1;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer {
  max-width: 100%;
  width: 100%;
  background: #1b9c40;
  /* min-height: 30px; */
  padding: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 9;
  text-align: center;
  padding-bottom: 5px;
  line-height: normal;
}

footer::after {
  background: url(../img/section-divider-top.png) top center;
  background-repeat: repeat-x;
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
  content: '';
  height: 50px;
  z-index: -1;
}


.footer {
  padding: 20px 0;
  font-size: 14px;
  transition: all 0.3s;
  border-top: 1px solid rgb(255 255 255 / 20%);
}

.footer .copyright {
  text-align: center;
  color: #fff;
}

.footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}



.table>:not(caption)>*>* {
  background: inherit;
}

.table thead {
  background: #f0f0ff;
}




.coinpump-item-details {
  position: relative;
}

.coinpump-item-details a {
  color: #fff;
}

.coinpump-item-details a:hover {
  color: #039500;
}

.coinpump-item-rate {
  position: relative;
  text-align: right;
}

.coinpump-item-rate h5 {
  font-size: 13px;
  margin: 0;
}

.item-list-view {
  position: relative;
}

.item-list-view ul {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.item-list-view ul li {
  list-style: none;
  font-size: 10px;
  margin-right: 5px;
  display: inline-block;
  color: #fff;
}

.item-list-view ul li:last-child {
  margin: 0;
}

.coinpump-wallet-address {
  font-size: 11px;
  color: #000;
  background: linear-gradient(-135deg, #fff8e2, #f2e31b);
  border-radius: 20px;
  padding: 2px 12px 2px 60px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin-top: 3px;
}

.coinpump-wallet-address span {
  background: #1b9c40;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  line-height: 22px;
  padding: 0 8px;
  color: #fff;
}

.item-list-view.list-bg ul li {
  list-style: none;
  font-size: 10px;
  margin-right: 0px;
  display: inline-block;
  border: 1px solid rgb(0 0 0 / 18%);
  border-radius: 30px;
  padding: 2px 5px;
  color: #039500;
  background: #fff;
  line-height: 1;
}

.item-list-view.list-bg ul li i {
  margin-right: 3px;
  font-size: 9px;
}

.coinpump-item-tx-details {
  position: relative;
}


.ellipsis-100 {
  /* white-space: nowrap;
  width: 82px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block; */
  color: #ff0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.coinpump-item-head {
  font-size: 12px;
  display: flex;
  line-height: normal;
}

.coinpump-item-head strong {
  display: inline-block;
  vertical-align: top;
  max-width: 66px;
  overflow: hidden;
  white-space: nowrap;
}

.coinpump-item-content {
  position: relative;
}


.coinpump-item-thumbs {
  border: 0px solid #4f4f4f;
  border-radius: 10px;
  position: absolute;
  /* width: 72px;  */
  overflow: hidden;
}


.coinpump-item-wrapper:hover .coinpump-item-thumbs::after {
  background: rgb(0 0 0 / 80%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '[view coin]';
  position: absolute;
  color: #fff;
  font-size: 9px;
  text-align: center;
  line-height: 63px;
}


.coinpump-item-thumbs img {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  object-fit: cover;
}

.coinpump-item-wrapper {
  border-radius: 5px;
  padding: 10px;
  /* border: 1px solid rgb(0 0 0 / 18%);   */
  background: rgb(255 255 255 / 12%);
}

.border-sprater {
  border-bottom: 2px solid rgb(255 255 255 / 24%);
  padding-bottom: 5px;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .coinpump-item-head {
    font-size: 12px;
  }

  .coinpump-wallet-address,
  .item-list-view ul li {
    font-size: 10px;
  }

  .coinpump-item-wrapper {
    padding: 5px;
  }

  .coinpump-item-thumbs {
    width: 56px;
    border-radius: 5px;
  }


  .coinpump-item-thumbs img {
    width: 52px;
    height: 52px;
    border-radius: 5px;
  }
}


.VerticalSwiper,
.DexSwiper {
  height: 565px;
}

.DexP,
.DexN,
.Vnext,
.Vprev {
  rotate: 90deg;
}



@media (max-width: 767px) {
  .VerticalSwiper {
    height: 350px;
  }

  .DexSwiper {
    height: 253px;
  }
}



.token-bonding-progress {
  position: relative;
  line-height: normal;
}

.token-bonding-head {
  position: relative;
  font-size: 11px;
  font-weight: 500;
}

.progress-bar__wrapper {
  position: relative;
}

.progress-bar__value {
  font-size: 11px;
  color: #05f412;
}

progress {
  width: 100%;
  height: 6px;
  border-radius: 50px;
  background-color: #ddd;
  transition: width 300ms ease;

}

progress[value]::-webkit-progress-bar {
  width: 100%;
  height: 6px;
  border-radius: 50px;
  background-color: #fff;
  transition: width 300ms ease;
}

progress[value]::-moz-progress-bar {
  width: 100%;
  height: 6px;
  border-radius: 50px;
  background-color: #fff;
  transition: width 300ms ease;
}

progress[value]::progress-bar {
  width: 100%;
  height: 6px;
  border-radius: 50px;
  background-color: #fff;
  transition: width 300ms ease;
}

progress[value]::-webkit-progress-value {
  width: 0;
  border-radius: 50px;
  /* background: linear-gradient(226deg, #FFCE47, #FF50C1, #1360ED); */
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
  transition: width 300ms ease;
}

progress[value]::-moz-progress-value {
  width: 0;
  border-radius: 50px;
  /* background: linear-gradient(226deg, #FFCE47, #FF50C1, #1360ED); */
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
  transition: width 300ms ease;
}

progress[value]::progress-value {
  width: 0;
  border-radius: 50px;
  /* background: linear-gradient(226deg, #FFCE47, #FF50C1, #1360ED); */
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
  transition: width 300ms ease;
}





.bonus-activity {
  position: relative;
  background: url(../img/btn-layer.png), linear-gradient(-135deg, #710cab, #e05421);
  background-position: bottom center;
  padding: 24px;
  border-radius: 8px;
  display: block;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}

.bonus-activity-body {
  position: relative;
  z-index: 1;
  text-align: center;

}

.bonus-activity:after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  background: linear-gradient(87deg, #ffed00, transparent, #ffed00) border-box;
  border-radius: 10px;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

@media (max-width: 767px) {
  .bonus-activity {
    font-size: 15px;
    padding: 18px;
  }

  .bonus-activity:after {
    border-radius: 5px;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
  }
}

.style-wrapper {
  background: rgb(255 255 255 / 11%);
  padding: 15px;
  border-radius: 10px;
  border: 2px solid rgb(255 255 255 / 24%);
  /* word-break: break-all; */
}

.enter-amount-wrp {
  position: relative;
}

.enter-amount-wrp input {
  width: 100%;
  background: rgb(255 255 255 / 7%);
  padding: 5px 10px;
  box-shadow: none;
  border: 2px solid rgb(255 255 255 / 24%);
  color: #fff;
  height: 45px;
  border-radius: 5px;
}

.bycoinLogo {
  position: absolute;
  right: 5px;
  top: 8px;
}

.bycoinLogo img {
  width: 30px;
  height: 30px;
  border-radius: 50px;
}

.enter-amount-wrp ul {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.enter-amount-wrp ul li {
  list-style: none;
  margin-right: 5px;
  display: inline-block;
}

.enter-amount-wrp ul li a {
  color: #fff;
  background: rgb(255 255 255 / 22%);
  border: 1px solid rgb(0 0 0 / 18%);
  padding: 2px 8px;
  border-radius: 5px;
  font-size: 10px;
}


.coinpump-item-trading {
  position: relative;
}

.coinpump-item-trading::after {
  clear: both;
  position: relative;
  content: '';
}

.coinpump-item-trading-thumbs {
  position: absolute;
  left: 0;
  top: 0;
}

.coinpump-item-trading-thumbs img {
  width: 53px;
  height: 53px;
  border-radius: 100px;
  object-fit: cover;
  max-width: initial;
}


.coinpump-item-trading-details {
  position: relative;
  margin-left: 65px;
}

.coinpump-item-trading-details a {
  color: #fff;
}

.coinpump-item-trading-details a:hover {
  color: #039500;
}

.coinpump-item-trading-head {
  position: relative;
}

.coinTradeTitle {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  line-height: normal;
}

.coinTradeName {
  font-size: 12px;
  color: #a5a5a5;
}

.coinpump-item-trading-details .item-list-view li {
  color: #a5a5a5;
}

@media (max-width: 767px) {
  .style-wrapper {
    padding: 6px;
  }

  .coinpump-item-trading-details {
    position: relative;
    margin-left: 60px;
  }
}

.sol-amount-wrapper {
  position: relative;
  background: rgb(0 0 0 / 50%);
  padding: 15px;
  border-radius: 8px;
  border: 1px solid rgb(255 255 255 / 24%);
}

.sol-amount-wrapper:focus-within {
  outline: #05f412;
}

.sol-amount-body input {
  border: 0;
  height: 50px;
  background: transparent;
  color: #fff;
  font-size: 18px;
  width: 100%;
}

.sol-amount-body input:focus,
.sol-amount-body input:focus-visible {
  border: 0;
  outline: 0;
}

.sol-amount-coinLogo {
  padding: 6px;
  align-items: center;
  background: #272727;
  border-radius: 5px;
  display: inline-block;
  float: right;
}

.sol-amount-coinLogo img {
  width: 25px;
  height: 25px;
  border-radius: 50px;
  margin-right: 5px;
}

.SOL-changeBTN {
  text-align: center;
  height: 10px;
}

.SOL-changeBTN a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #c2c2c2;
  background: #000;
  font-size: 18px;
  border-radius: 8px;
  margin-top: -12px;
  margin-bottom: -12px;
  z-index: 9;
  position: relative;
  border: 1px solid rgb(255 255 255 / 24%);
}

.btn-outline-dark {
  border-color: #737373;
  color: #fff;
}

.btn-outline-dark:hover {
  background: #000;
  border-color: #737373;
}


.section-head {
  position: relative;
  margin-bottom: 10px;
}

.section-title {
  font-size: 16px;
  font-weight: 600;
  background: -webkit-linear-gradient(bottom, #ffed00, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.fundBalance-table ul {
  margin: 0;
  padding: 0;
}

.fundBalance-table ul li {
  list-style: none;
  margin: 4px 0;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid rgb(255 255 255 / 24%);
  background: rgb(0 0 0 / 21%);
}

.autoscroll {
  height: 650px;
  overflow-x: hidden;
  overflow-y: auto;
}

.fundBalance-coin {
  position: relative;
  display: inline-block;
  color: #fff;

}

.fundBalance-coin .coinIcon {
  width: 35px;
  height: 35px;
  border-radius: 50px;
  margin-right: 5px;
  color: #fff;
}

.bg-shade {
  position: fixed;
  top: -200px;
  left: 0;  
  filter: blur(100px);
  /*z-index: -1;
   opacity: .5; */
}

.item-style-box {
  list-style: none;
  margin: 3px 0;
  padding: 8px;
  border-radius: 10px;
  border: 1px solid rgb(255 255 255 / 24%);
  background: rgb(0 0 0 / 21%);
}


.social-account-connect {
  position: relative;
  padding-left: 50px;
}

.social-account-connect .head {
  font-size: 12px;
}

.account-handle {
  font-size: 16px;
}

.account-handle .form-control {
  height: 30px;
  line-height: normal;
  padding: 0 10px;
  border-radius: 5px;
}

.social-account-icon {
  position: absolute;
  left: 5px;
  top: 5px;
  font-size: 34px;
  line-height: 0;
}

.social-account-icon img {
  width: 40px;
  height: 40px;
}


.social-account-reconnect {
  position: relative;
}

.social-reconnect-icon {
  position: relative;
  font-size: 34px;
  line-height: normal;
  width: 45px;
}

.social-account-reconnect .head {
  font-size: 15px;
  line-height: normal;
}


.skStyle-wrapper {
  position: relative;
  background: #fff701;
  background: -webkit-linear-gradient(to right, #ffbb40, #fff701);
  background: linear-gradient(to right, #FFEB3B, #ff3921);
  color: #000;
  border-radius: 30px;
  overflow: hidden;
  margin: 7px 0;
}

.skStyle-wrapper .skstyle {
  background: #1a9c40;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 27px;
  text-transform: uppercase;
  font-weight: 500;
}



/* right bounce */
@-webkit-keyframes bounceRight {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  40% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  60% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}

@-moz-keyframes bounceRight {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }

  40% {
    transform: translateX(-10px);
  }

  60% {
    transform: translateX(-5px);
  }
}

@keyframes bounceRight {

  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  40% {
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  60% {
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}

/* /right bounce */


.bounceRight {
  -webkit-animation: bounceRight 2s infinite;
  animation: bounceRight 2s infinite;
}



.upgrade_Btn {
  background: linear-gradient(45deg, #0e0752, #07a535);
  z-index: 3;
  padding: 2px 10px;
  border-radius: 3px;
  font-size: 13px;
  display: inline-block;
  color: #fff;
  position: relative;
}



.main-div2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 17px 3px #ffff01, 0 0 4px 2px #ffff01;
  box-shadow: 0 0 17px 3px #ffff01, 0 0 4px 2px #ffff01;
  z-index: -1;
  -webkit-animation-name: gradient-shadow;
  animation-name: gradient-shadow;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}


@-webkit-keyframes gradient-shadow {
  0% {
    -webkit-box-shadow: 0 0 17px 3px #C586C0, 0 0 4px 2px #C586C0;
    box-shadow: 0 0 17px 3px #C586C0, 0 0 4px 2px #C586C0;
  }

  20% {
    -webkit-box-shadow: 0 0 17px 3px #0ff, 0 0 4px 2px #0ff;
    box-shadow: 0 0 17px 3px #0ff, 0 0 4px 2px #0ff;
  }

  40% {
    -webkit-box-shadow: 0 0 17px 3px #0f0, 0 0 4px 2px #0f0;
    box-shadow: 0 0 17px 3px #0f0, 0 0 4px 2px #0f0;
  }

  60% {
    -webkit-box-shadow: 0 0 17px 3px #ffff01, 0 0 4px 2px #ffff01;
    box-shadow: 0 0 17px 3px #ffff01, 0 0 4px 2px #ffff01;
  }

  80% {
    -webkit-box-shadow: 0 0 17px 3px #f00, 0 0 4px 2px #f00;
    box-shadow: 0 0 17px 3px #f00, 0 0 4px 2px #f00;
  }

  100% {
    -webkit-box-shadow: 0 0 17px 3px #C586C0, 0 0 4px 2px #C586C0;
    box-shadow: 0 0 17px 3px #C586C0, 0 0 4px 2px #C586C0;
  }
}

@keyframes gradient-shadow {
  0% {
    -webkit-box-shadow: 0 0 17px 3px #C586C0, 0 0 4px 2px #C586C0;
    box-shadow: 0 0 17px 3px #C586C0, 0 0 4px 2px #C586C0;
  }

  20% {
    -webkit-box-shadow: 0 0 17px 3px #0ff, 0 0 4px 2px #0ff;
    box-shadow: 0 0 17px 3px #0ff, 0 0 4px 2px #0ff;
  }

  40% {
    -webkit-box-shadow: 0 0 17px 3px #0f0, 0 0 4px 2px #0f0;
    box-shadow: 0 0 17px 3px #0f0, 0 0 4px 2px #0f0;
  }

  60% {
    -webkit-box-shadow: 0 0 17px 3px #ffff01, 0 0 4px 2px #ffff01;
    box-shadow: 0 0 17px 3px #ffff01, 0 0 4px 2px #ffff01;
  }

  80% {
    -webkit-box-shadow: 0 0 17px 3px #f00, 0 0 4px 2px #f00;
    box-shadow: 0 0 17px 3px #f00, 0 0 4px 2px #f00;
  }

  100% {
    -webkit-box-shadow: 0 0 17px 3px #C586C0, 0 0 4px 2px #C586C0;
    box-shadow: 0 0 17px 3px #C586C0, 0 0 4px 2px #C586C0;
  }
}


.rank-wrp {
  text-align: center;
  position: relative;
  background: rgb(0 0 0 / 50%);
  padding: 12px;
  border-radius: 8px;
  border: 1px solid rgb(255 255 255 / 24%);
}

.rank-wrp h4 {
  margin: 0;
  background: -webkit-linear-gradient(bottom, #ffed00, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}


.Nvlink {
  color: #ffffff;
  display: block;
  text-align: center;
  padding: 5px 20px;
  text-transform: uppercase;
  font-weight: 500;
  background: url(../img/btn-layer.png), linear-gradient(to right, #24243e, #302b63, #0f0c29);
  /* background: url(../images/shadow.png), radial-gradient(circle, #ff00aa, #ce0596, #a0077f, #740566, #4d024c); */

  background-position: bottom;
  border-radius: 30px;
  border: 2px solid #fff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.52);
  font-size: 12px;
}

.package-list-wrapper {
  position: relative;
  text-align: center;
}

.package-list-wrapper ul {
  margin: 0;
  padding: 0;
}

.package-list-wrapper ul li {
  list-style: none;
  display: inline-block;
  width: 19.4%;
  margin: 2px;

}

.package-item {
  background: linear-gradient(-135deg, #0e2b6e, #6060f3);
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  padding: 5px;
  border: 2px solid #fff;
  text-align: left;
  line-height: normal;
}

.package-item.disabled {
  cursor: not-allowed;
  background: linear-gradient(88deg, #56ab17, #1b9c40);
}

.package-item .selected {
  position: absolute;
  right: 8px;
  top: 11px;
}

.package-item .selected img {
  width: 20px;
}

.package-icon {
  position: absolute;
  left: 8px;
  top: 5px;
}

.package-icon img {
  width: 32px;
  border-radius: 50px;
}

.package-content {
  padding-left: 48px;
}


.package-price {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.package-name {
  line-height: 1;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
}

.package-item:hover {
  box-shadow: 0 0 20px #05a5ff;
}

.package-item.purchased {
  cursor: not-allowed !important;
  position: relative;
}

@media (max-width: 1024px) {
  .package-list-wrapper ul li {
    width: 24%;
    margin: 2px;
  }

}

@media (max-width: 767px) {
  .package-list-wrapper ul li {
    width: 48%;
    margin: 2px;
  }

  .package-icon {
    position: relative;
    left: auto;
    top: auto;
    text-align: center;
  }

  .package-content {
    padding-left: 0;
    text-align: center;
  }

  .package-item .selected {
    top: 6px;
  }
}

.growBusiness {
  position: relative;
}

.growBusiness::after {
  background: linear-gradient(to left, #ffed00, transparent, #ffed00);
  height: 1px;
  border-radius: 50px;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 22px;
  width: 100%;
  margin: 0 auto;

}

.growBusiness span {
  font-size: 12px;
  /* text-transform: uppercase; */
  font-weight: 500;
  margin: 10px;
  display: inline-block;
  background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(73, 197, 135, 1) 0%, rgba(73, 197, 135, 1) 1%, rgba(75, 201, 226, 1) 6%, rgba(255, 117, 117, 1) 13%, rgba(240, 200, 81, 1) 20%, rgba(141, 116, 185, 1) 27%, rgba(248, 118, 79, 1) 34%, rgba(73, 197, 135, 1) 42%, rgba(75, 201, 226, 1) 49%, rgba(255, 117, 117, 1) 56%, rgba(73, 197, 135, 1) 63%, rgba(255, 117, 117, 1) 70%, rgba(240, 200, 81, 1) 77%, rgba(141, 116, 185, 1) 84%, rgba(248, 118, 79, 1) 91%, rgba(73, 197, 135, 1) 98%, rgba(73, 197, 135, 1) 100%) repeat scroll 0 0;
  background-size: 400% 400%;
  -webkit-animation: Gradient 8s ease infinite;
  -moz-animation: Gradient 8s ease infinite;
  animation: Gradient 8s ease infinite;
  border-radius: 50px;
  padding: 3px 15px;
  color: #fff;
  transition: all .2s ease-in-out;
  /* border: 2px solid #fff; */
  z-index: 2;
  position: relative;
  /* text-shadow: 0px 0px 4px #000; */
}


@keyframes Gradient {

  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

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

.welcome-message {
  position: relative;
  background: linear-gradient(-135deg, #000517, #12744c);
  border-radius: 5px;
  padding: 5px 5px 0px 38px;
  font-size: 16px;
  border: 2px solid rgb(255 255 255 / 33%);
}

.bullhorn {
  position: absolute;
  left: 11px;
  top: 5px;
  font-size: 18px;
  color: #ff0;
  z-index: 2;
}

.celebratebtn {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 18px;
  color: #ff0;
  z-index: 2;
}

.stats-box {
  padding: 8px 15px;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  position: relative;
  display: block;
  color: #fff;
  background: rgb(255 255 255 / 17%);
  box-shadow: inset -4px -3px 0px #ffffff36;
  box-shadow: 0 0 20px rgb(255 255 255 / 42%) inset;
}

/* .stats-box {
  padding: 15px;
  border-radius: 15px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  position: relative;
  display: block;
  color: #fff;
  background: rgb(255 255 255 / 11%);
} */

.stats-box .title {
  font-size: 14px;
  opacity: 0.8;
  font-weight: 400;
}

.stats-box h3 {
  margin: 0;
  padding: 0;
  font-weight: 500;
  background: -webkit-linear-gradient(bottom, #ffed00, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 22px;
}

.earningPower {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.earning-option {
  min-width: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 2px 8px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  transition: all 0.25s ease;
}

.earning-option.active {
  border-color: rgb(7 232 24 / 90%);
  background: linear-gradient(135deg, rgb(0 255 20 / 24%), rgb(9 255 0 / 16%));
  box-shadow: 0 8px 20px rgb(27 255 0 / 18%), inset 0 0 0 1px rgba(255, 255, 255, 0.15);
}

.earning-check {
  width: 16px;
  height: 16px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #151515;
  font-size: 14px;
  flex-shrink: 0;
}

.earning-option.active .earning-check {
  background: linear-gradient(180deg, #b5ffa8, #1ac227);
  border-color: #60eb55;
}

.earning-option.active .earning-value {
  opacity: inherit;
}

.earning-value {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.4px;
  opacity: 0.6;
}

.stats-icon {
  line-height: 0;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 6px;
  right: 5px;
  padding: 2px;
}

.stats-icon img {
  width: 100%;
}





.earning_details table,
.earning_details table td {
  background: transparent !important;
  color: #fff;
  box-shadow: none;
  border-color: rgb(255 255 255 / 23%);
  margin: 0;
}

.earning_details table tr:last-child td {
  border: 0;
}

.earning_details table td {
  padding: 2px 0;
  font-size: 13px;
  border-bottom: 1px solid rgb(255 255 255 / 23%);
  text-align: right;
}

.sol_earning_amount {
  text-align: center;
  background: linear-gradient(49deg, #a727c2, #5304d7);
  border: 2px solid rgb(255 255 255 / 36%);
  line-height: normal;
  padding: 5px 0;
  margin-top: -46px;
  border-bottom-right-radius: 80px;
  border-top-left-radius: 80px;
  line-height: 14px;
}

.sol_earning_amount small {
  font-size: 12px;
  color: #fff;
}

.sol_earning_amount h4 {
  margin: 0;
  color: #fff;
  font-weight: 500;
  font-size: 16px !important;
}

.sol_earning_amount img {
  position: absolute;
  left: 2px;
  width: 48px;
}



.sol_earning_style {
  text-align: center;
  background: linear-gradient(49deg, #27c27f, #0478d7);
  border: 2px solid rgb(255 255 255 / 36%);
  line-height: normal;
  padding: 5px 0;
  /* margin-top: -40px; */
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.sol_earning_style small {
  font-size: 12px;
}

.sol_earning_style h4 {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
}





.border-box-style {
  position: relative;
  background: linear-gradient(-135deg, #710cab, #e05421);
  padding: 23px;
  border-radius: 8px;
  display: block;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}

.border-box-style-body {
  position: relative;
  z-index: 1;
  text-align: center;

}

.border-box-style:after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  background: linear-gradient(90deg, #ffed00, transparent, #ffed00) border-box;
  border-radius: 10px;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

@media (max-width: 767px) {
  .bonus-activity {
    font-size: 15px;
    padding: 18px;
  }

  .bonus-activity:after {
    border-radius: 5px;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
  }
}



.joining-quick-bx {
  border-radius: 10px;
  text-align: center;
  position: relative;
  display: block;
  transition: all .8s;
  background-size: cover !important;
  border: 2px solid rgb(255 255 255 / 33%);
  height: 100px;
  background: linear-gradient(-135deg, #2473ab, #032081);
}

/* .joining-quick-bx::after{
	background: rgb(0 0 0 / 50%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
} */
.joining-quick-by {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  color: #fff;
  width: 100%;
  border-radius: 3px;
  padding: 5px;
}

.joining-quick-by img {
  width: 25px !important;
  border-radius: 50px;
  margin-bottom: 5px;
  display: inline !important;
  height: 25px !important;
}

.joining-quick-by a {
  font-size: 12px !important;
  margin: 0 5px 0 0;
  font-weight: 400;
  color: #ff0;
  display: block;
}

.joining-quick-by h5 {
  font-size: 11px !important;
  margin: 0;
  font-weight: 400;
}

.joining-quick-by h6 {
  font-size: 10px !important;
  margin: 0;
  color: #fff;
  font-weight: 400;
}

.joining-quick-by .flash {
  background: #1b9c40;
  border-radius: 3px;
  color: #fff;
  padding: 2px 5px;
}

.joining-quick-by .flash.new {
  background: #e30ecd;
}

.table-responsive {
  scrollbar-width: thin;
  scrollbar-color: #595959 transparent;
}

.table-responsive::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}

.table-responsive::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}



.table-style .table {
  background: rgb(255 255 255 / 12%);
  color: #fff;
  /* border: 2px solid #fff; */
  font-size: 13px;
  text-align: center;
  overflow: hidden;
  --bs-table-bg: none;
  border-radius: 10px;
  margin-bottom: 0;
}

.table-style .table tr {
  background: rgb(0 0 0 / 19%);
  position: relative;
  color: #fff;
  vertical-align: middle;
}

.table-style .table thead {
  background: linear-gradient(49deg, #27c27f, #0478d7);
  color: #fff;
}

.table-style .table th,
.table-style .table td {
  border: 1px solid rgb(255 255 255 / 18%);
  color: #fff;
  font-weight: 500;
}

.table-style .table td {
  font-weight: 300;
}

.nowrap {
  white-space: nowrap;
}

.table-style .table-bordered td,
.table-style .table-bordered th {
  border: 1px solid #7d7d7d;
}

.table-style a {
  color: #fff;
}

.table-style .bg-success {
  background: #28b672 !important;
}


.pagination .page-item .page-link {
  background: rgb(0 0 0 / 20%);
  color: #fff;
  border-color: rgb(255 255 255 / 25%);
  font-size: 13px;
}

.pagination .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background: linear-gradient(49deg, #27c27f, #0478d7) !important;

}

.pagination .page-item .page-link:hover {
  color: #000;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}



.SOL-page-title {
  position: relative;
}

.SOL-page-title::after {
  background: linear-gradient(to left, #ffed00, transparent, #ffed00);
  height: 1px;
  border-radius: 50px;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 22px;
  width: 100%;
  margin: 0 auto;

}

.SOL-page-title span {
  font-size: 12px;
  /* text-transform: uppercase; */
  font-weight: 500;
  margin: 10px;
  display: inline-block;
  background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(73, 197, 135, 1) 0%, rgba(73, 197, 135, 1) 1%, rgba(75, 201, 226, 1) 6%, rgba(255, 117, 117, 1) 13%, rgba(240, 200, 81, 1) 20%, rgba(141, 116, 185, 1) 27%, rgba(248, 118, 79, 1) 34%, rgba(73, 197, 135, 1) 42%, rgba(75, 201, 226, 1) 49%, rgba(255, 117, 117, 1) 56%, rgba(73, 197, 135, 1) 63%, rgba(255, 117, 117, 1) 70%, rgba(240, 200, 81, 1) 77%, rgba(141, 116, 185, 1) 84%, rgba(248, 118, 79, 1) 91%, rgba(73, 197, 135, 1) 98%, rgba(73, 197, 135, 1) 100%) repeat scroll 0 0;
  background-size: 400% 400%;
  -webkit-animation: Gradient 8s ease infinite;
  -moz-animation: Gradient 8s ease infinite;
  animation: Gradient 8s ease infinite;
  border-radius: 50px;
  padding: 3px 15px;
  color: #fff;
  transition: all .2s ease-in-out;
  /* border: 2px solid #fff; */
  /* text-shadow: 0px 0px 4px #000; */
  z-index: 2;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .SOL-page-title span {
    padding: 3px 15px;
  }

  .SOL-page-title.fs-small span {
    font-size: 10px !important;
  }

  .SOL-page-title.fs-small::after {
    top: 23px;
  }
}

.modal-backdrop.show {
  opacity: 0.8;
}

.modal-header {
  background: linear-gradient(49deg, #27c27f, #0478d7);
  border: 0;
}

.modal-content .sec-divider {
  position: absolute;
}

.modal-content {
  background: transparent;
}

.modal-body {
  background: url(../img/bg.webp) center #000;
  padding: 60px 20px;
  border: 2px solid rgb(27 156 64);
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.modalWindow-close {
  position: absolute;
  right: -12px;
  top: -10px;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 30px;
  padding-top: 7px;
  cursor: pointer;
  z-index: 33;
}

.modalWindow-close:hover {
  opacity: 1;
}

.modalWindow-close:before,
.modalWindow-close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 18px;
  width: 2px;
  background-color: #333;
}

.modalWindow-close:before {
  transform: rotate(45deg);
}

.modalWindow-close:after {
  transform: rotate(-45deg);
}

.modal-body h3 {
  font-size: 18px;
  line-height: 1.5;
}


.pack_amt_details {
  text-align: center;
  position: relative;
  padding: 10px;
  border-radius: 10px;
  border: 2px solid #737373;
  margin: 5px 0;
}

.pack_amt_details .pack_amt_total {
  background: linear-gradient(49deg, #ffc107, #d78a04);
  border-radius: 30px;
  color: #000;
  font-weight: bold;
  padding: 2px 10px;
  font-size: 12px;
}

.pack_amt_details h5 {
  font-size: 14px;
  margin: 0 0 3px 0;
  font-weight: 400;
}

.pack_amt_details small {
  font-size: 11px;
}

.col-large-five .col-lg-3 {
  width: 20%;
}

@media (max-width: 768px) {
  .col-large-five .col-lg-3 {
    width: 50%;
  }
}

.form-control {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  padding: 5px 10px;
  font-size: 13px;
  height: 40px;
  background: rgb(255 255 255 / 11%);
  border: 2px solid rgb(255 255 255 / 24%);
  color: #fff;
}

.form-control::placeholder {
  color: rgb(255 255 255 / 59%);
}
.form-control:focus {
  background: rgb(255 255 255 / 11%);
  border-color: rgb(255 255 255 / 45%);
  color: #fff;
  box-shadow: none;
}

.form-control:disabled {
  background: rgb(255 255 255 / 11%);
  color: #fff;
}

.form-control.input-lg {
  height: 42px;
}

.form-control[type=file] {
  line-height: 29px;
}

.input-style-box {
  position: relative;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  padding: 5px 10px;
  font-size: 13px;
  min-height: 35px;
  background: rgb(255 255 255 / 11%);
  border: 2px solid rgb(255 255 255 / 24%);
  color: #fff;
  border-radius: 0.375rem;
}

.input-style-box .btn {
  position: absolute;
  right: 5px;
  top: 5px;
  line-height: normal;
}

.input-style-box .imicon {
  position: absolute;
  right: 6px;
  top: 6px;
  line-height: normal;
  width: 20px;
}

.img-group-warn {
  align-items: center;
  display: flex;
  gap: 15px;
  justify-content: center;
}

.img-group-warn .big {
  height: 52px;
  width: 52px;
}

.img-group-warn .small {
  height: 24px;
  width: 24px;
}

.warn-title {
  color: #000;
  text-align: center;
  font-weight: 600;
  margin-top: 24px;
  font-size: 32px;
  background: -webkit-linear-gradient(bottom, #ffed00, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 767px) {
  .warn-title {
    font-size: 24px;
  }

  .modal-dialog {
    margin-left: 15px;
    margin-right: 15px;
  }
}

/* End */



/* Tree */

.my-team {
  padding: 10px 0;
  position: relative;
  text-align: center;
}


.my-member {
  text-align: center;
  background: #fff;
  position: relative;
  padding: 0;
  border-radius: 5px;
  display: inline-block;
  margin: 0 auto;
  overflow: hidden;
}

.my-member img {
  width: 40px;
  margin-top: 5px;
  border-radius: 50px;
}

.my-member span {
  display: block;
  text-align: center;
  color: #000;
  font-size: 12px;
  padding: 2px;
}

.my-member:hover {
  background: #f2f2f2;
}

.my-member a {
  display: block;
  width: 100px;
}


.right-border {
  background: #ccc;
  height: 2px;
  position: absolute;
  right: -12px;
  top: 50%;
  width: 50%;
}

.my-member-left {
  background: #ccc;
  height: 2px;
  position: absolute;
  left: -12px;
  top: 50%;
  width: 50%;
}

.center-border {
  background: #ccc;
  height: 108px;
  position: absolute;
  top: 60px;
  width: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.my-member-rank {
  background: #1e7175;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}

.my-member.gold {
  border-color: #c58000;
}

.my-member.gold span {
  color: #c58000;
}

.my-member.gold .my-member-rank {
  background: #c58000;
}


.my-member.green {
  border-color: #1b9c40;
}

.my-member.green span {
  color: #1b9c40;
}

.my-member.green .my-member-rank {
  background: #1b9c40;
}

.my-member.blue {
  border-color: #f01414;
}

.my-member.blue span {
  color: #f01414;
}

.my-member.blue .my-member-rank {
  background: #f01414;
}

.my-member.gold {
  border-color: #d39400;
}

.my-member.gold span {
  color: #d39400;
}

.my-member.gold .my-member-rank {
  background: #d39400;
}



.my-member.myFreeID {
  border-color: #a0a0a0;
}

.my-member.myFreeID span {
  color: #a0a0a0;
}

.my-member.myFreeID .my-member-rank {
  background: #a0a0a0;
  color: #fff;
}


.my-member.myBlankID {
  border-color: #777777;
}


.my-member.myBlankID .my-member-rank {
  background: #777777;
  color: #fff;
}

@media (max-width: 600px) {
  .my-member a {
    width: 70px;
  }

  .my-member img {
    width: 30px;
  }

  .my-member span,
  .my-member-rank {
    font-size: 9px;
  }

  .center-border {
    height: 78px;
    width: 1px;
  }

  .my-member-left,
  .right-border {
    height: 1px;
  }
}

.search-container {
  background: rgb(255 255 255 / 11%);
  padding: 15px;
  border-radius: 10px;
  border: 2px solid rgb(255 255 255 / 24%);
}

.search-id-wrapper {
  position: relative;
  background: #000;
  text-align: center;
  border-radius: 6px;
  padding: 3px 35px 3px 15px;
  color: #fff;
  border: 2px solid rgb(255 255 255 / 36%);
}

.search-id-wrapper input {
  width: 100%;
  background: transparent;
  border: 0;
  color: #fff;
  height: 28px;
}

.search-id-wrapper input:focus-visible {
  outline: 0;
}

.search-id-wrapper input::placeholder {
  color: #d4d3d3;
}

.search-id-wrapper input:focus,
.search-id-wrapper input:focus-visible {
  border: 0;
  box-shadow: none;
}

.search-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
  height: 34px;
  line-height: 34px;
  cursor: pointer;
}

.search-container .btn {
  height: 36px;
  line-height: 35px;
  padding: 0 10px;
}

/* End */



.list-group li {
  padding: 5px 10px;
  margin: 5px 0;
  font-size: 14px;
  background: rgb(255 255 255 / 11%);
  border-radius: 5px;
  border: 2px solid rgb(255 255 255 / 24%);
  list-style: none;
}

.coin-stats-item {
  position: relative;
}

.coin-stats-item ul {
  margin: 0;
  padding: 0;
}

.coin-stats-item ul li {
  display: inline-block;
  list-style: none;
  background: rgb(255 255 255 / 32%);
  color: rgb(255 255 255 / 53%);
  padding: 2px 5px;
  border-radius: 3px;
  margin: 2px 0;
  font-size: 12px;
}

.coin-stats-item ul li span {
  color: #fff;
}



.coin-stats {
  text-align: center;
  padding: 10px;
  background: rgb(255 255 255 / 11%);
  border-radius: 10px;
  border: 2px solid rgb(255 255 255 / 24%);
}

.coin-stats .head {
  color: #fff;
}

.coin-stats .bottom {
  color: #fff;
}


.ul-number-list {
  position: relative;
  height: 360px;
  overflow: auto;
}

.ul-number-list ul {
  margin: 0;
  padding: 0;
}

.ul-number-list ul li {
  font-size: 13px;
}

.ul-number-list ul li a {
  color: #deffd3;
}

/* Rewards */

.twitter-user-list {
  text-align: center;
  border: 1px solid rgb(0 0 0 / 18%);
  padding: 10px;
  border-radius: 10px;
  transition: all ease-in-out 0.2s;
  background: #fff;
}

.twitter-user-list:hover {
  border-color: #4ab84a;
}

.twitter-user-list .twitter-user-icon {
  margin-bottom: 5px;
}

.twitter-user-list .twitter-user-icon img {
  height: 80px;
  width: 80px;
  border-radius: 100%;
  object-fit: cover;
  max-width: inherit;
}

.twitter-user-details {
  position: relative;
  line-height: normal;
}

.twitter-user-details .twitter-user-name {
  font-size: 16px;
  margin-bottom: 3px;
}

.twitter-user-details .twitter-user-handle {
  font-size: 13px;
  color: #a59900;
  margin-bottom: 8px;
}

.twitter-user-details .btn {
  padding: 2px 15px;
  text-transform: uppercase;
  font-size: 12px;
}

@media (max-width: 768px) {
  .twitter-user-details .twitter-user-name {
    font-size: 13px;
  }

  .twitter-user-details .twitter-user-handle {
    font-size: 12px;
  }

  .twitter-user-details .btn {
    font-size: 10px;
  }
}


.rewardsPoints {
  position: relative;
  padding: 5px 10px;
  align-items: center;
  display: flex;
  gap: 5px;
  justify-content: center;
  color: #1b9c40;
  font-weight: 600;
}

.rewardsPoints img {
  height: 20px;
  width: 20px;
  object-fit: cover;
  border-radius: 5px;
}

.post-list-wrapper .rewardsPoints,
.tweet-post-wrapper .rewardsPoints {
  position: absolute;
  z-index: 3;
  bottom: 10px;
  left: 0;
  right: 0;
  background: #fff;
  width: 124px;
  margin: 0 auto;
  border-radius: 30px;
  border: 1px solid rgb(255 255 255 / 39%);
  overflow: hidden;
}

.post-list-wrapper .rewardsPoints:after,
.tweet-post-wrapper .rewardsPoints:after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 60%;
  height: 100%;
  background: linear-gradient(280deg, rgba(255, 255, 255, 0), rgb(131 250 136 / 50%) 40%, rgba(255, 255, 255, 0));
  transform: skewX(0deg);
  animation: shimmer 3.5s linear infinite;
  animation-play-state: running;
}

/* .post-list-wrapper .rewardsPoints {
    bottom: 55px;
} */

.pumpCard {

  background: rgb(255 255 255 / 11%);
  border-radius: 10px;
  border: 2px solid rgb(255 255 255 / 24%);

}

.pumpCard .card-header {
  border-width: 0 0 2px 0;
  border-color: rgb(255 255 255 / 24%);
}

.pumpCard .card-title {
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 0px;
}

.tweet-post-wrapper {
  position: relative;
  border: 0px solid rgb(0 0 0 / 18%);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.tweet-post-body {
  height: 95px;
  overflow: hidden;
  font-size: 13px;
  padding: 15px;
  margin-bottom: 15px;
}

.tweet-poster-details {
  position: relative;
  border-bottom: 1px solid rgb(0 0 0 / 18%);
  padding: 15px;
  background: #e6ffe6;
  color: #000;
}

.tweet-poster-thumbs {
  position: absolute;
  top: 15px;
  left: 15px;
}

.tweet-poster-thumbs img {
  height: 35px;
  width: 35px;
  border-radius: 100%;
  object-fit: cover;
  max-width: inherit;
}

.tweet-poster-name {
  margin-left: 45px;
}

.tweet-poster-name h4 {
  font-size: 15px;
  margin: 0;
  padding: 0;
  line-height: normal;
}

.tweet-poster-name h5 {
  font-size: 13px;
  margin: 0;
  padding: 0;
  line-height: normal;
  opacity: 0.6;
  font-weight: 300;
}

.tweet-poster-details .btn {
  position: absolute;
  right: 15px;
  top: 18px;
}

.tweet-post-thumbs,
.tweet-post-thumbs img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  max-width: inherit;
}



.post-list-wrapper {
  position: relative;
  border: 0px solid rgb(0 0 0 / 18%);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.post-list-body {
  height: 95px;
  overflow: hidden;
  font-size: 13px;
  padding: 15px;
  margin-bottom: 15px;
  color: #000;
}

.post-list-body p {
  margin: 0;
  padding: 0;
  color: #000;
}

.post-list-thumbs {
  padding: 0;
  border: 0px solid rgb(0 0 0 / 18%);
}

.post-list-thumbs img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  max-width: inherit;
  /* border-radius: 10px;
    margin-bottom: 10px; */
}

@media (max-width: 768px) {
  .tweet-poster-details {
    padding: 5px;
  }

  .tweet-poster-thumbs {
    top: 5px;
    left: 5px;
  }

  .tweet-poster-details .btn {
    position: absolute;
    right: 6px;
    top: 8px;
  }

  .tweet-poster-name {
    margin-left: 38px;
    line-height: normal;
  }

  .tweet-poster-name h4 {
    white-space: nowrap;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
  }

  .tweet-poster-name h5 {
    font-size: 12px;
    white-space: nowrap;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .tweet-post-body {
    height: 94px;
    font-size: 12px;
    padding: 5px;
    margin-bottom: 8px;
    color: #000;
  }

  .tweet-post-thumbs,
  .tweet-post-thumbs img {
    height: 150px;
  }

  .post-list-body {
    padding: 8px;
    font-size: 11px;
  }

  .post-list-thumbs {
    padding: 0px;
  }

  .tweet-poster-thumbs img {
    height: 32px;
    width: 32px;
  }

  .pumpCard .card-title {
    font-size: 14px;
  }
}

.overlay-container {
  position: relative;
  overflow: hidden;

}

.overlay-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0 0 0 / 80%);
  z-index: 9;

}

.overlay-section {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 400px;
  color: #fff;
}

@media (max-width: 768px) {
  .overlay-section {
    width: 90%;
  }
}

.timerWrapper {
  text-shadow: 1px 1px 5px black;
  font-weight: 600;
  font-size: 24px;
  background: linear-gradient(49deg, #a727c2, #5304d7);
  border-radius: 8px;
  border: 3px solid rgb(255 255 255 / 36%);
  height: 42px;
}


.Xavailable {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

.Xavailable h4 {
  font-weight: 600;
  font-size: 14px;
  background: linear-gradient(to right, #ed0d93, #f0a915);
  border-radius: 30px;
  border: 2px solid rgb(255 255 255 / 36%);
  color: #fff;
  padding: 5px 15px;
  display: inline-block;
  margin: 0;
}


.lightBg {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  opacity: 0.2;
  text-align: center;
  overflow: hidden;
}

.tabingBG {
  -webkit-animation: circle 20s infinite linear;
}

@-webkit-keyframes circle {
  from {
    -webkit-transform: rotateZ(0deg)
  }

  to {
    -webkit-transform: rotateZ(360deg)
  }
}



.glow-name {
  font-size: 32px;
  color: #fff;
  animation: glowHard 2.5s infinite alternate;
  text-shadow:
    0 0 10px #ff00cc,
    0 0 20px #ff00cc,
    0 0 40px #ff00cc,
    0 0 80px #ff00cc;
  font-weight: bold;
  margin-bottom: 10px;
}

@keyframes glowHard {
  0% {
    text-shadow:
      0 0 5px #ff00cc,
      0 0 10px #ff00cc,
      0 0 20px #ff00cc,
      0 0 40px #ff00cc;
  }

  100% {
    text-shadow:
      0 0 15px #ff33cc,
      0 0 30px #ff33cc,
      0 0 60px #ff33cc,
      0 0 120px #ff33cc;
    transform: scale(1.03);
  }
}


.wallet-adapter-button-start-icon img {
  width: 13px;
}

@media (max-width: 768px) {
  .wallet-connect a span {

    white-space: nowrap;
    width: 82px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
  }
}

.swiper-arrow .swiper-button-prev,
.swiper-arrow .swiper-button-next {
  background: #1b9c40;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  font-size: 14px;
  margin: 0;
  right: 0;
}

.swiper-arrow .swiper-button-next:after,
.swiper-arrow .swiper-button-prev:after {
  font-size: 13px;
  color: #fff;
}

.swiper-arrow.absolute .swiper-button-prev {
  left: 5px;
}

.swiper-arrow.absolute .swiper-button-next {
  right: 5px;
}



.sol-point-box {
  text-align: center;
  background: linear-gradient(49deg, #a727c2, #5304d7);
  border: 2px solid rgb(255 255 255 / 36%);
  line-height: normal;
  padding: 5px 0;
  margin-top: -46px;
  border-bottom-right-radius: 80px;
  border-top-left-radius: 80px;
}

.sol-point-box small {
  font-size: 12px;
  color: #fff;
}

.sol-point-box h4 {
  margin: 0;
  color: #fff;
  font-weight: 500;
  font-size: 22px !important;
}

@media (max-width: 768px) {
  .sol-point-box {
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
  }
}

.subNav {
  text-align: center;
}

.subNav ul {
  margin: 0;
  padding: 5px;
  background: #ffffff;
  border-radius: 30px;
  display: inline-block;
}

.subNav ul li {
  display: inline-block;
  list-style: none;
  /* margin: 0 2px; */
}

.subNav ul li a {
  /* background: rgb(0 0 0 / 25%);
     color: #fff; */
  background: transparent;
  color: #000;
  border-radius: 30px;
  padding: 5px 15px;
  text-align: center;

  display: block;
  font-size: 14px;
}

.subNav ul li a.active {
  background: linear-gradient(-135deg, #b2ea00, #1b9c40);
  color: #fff;
}

@media (max-width: 768px) {
  .subNav ul li a {
    padding: 3px 10px;
    font-size: 12px;
  }
}




/* new trending */

.new-trending-item {
  border-radius: 5px;
  padding: 8px;
  border: 2px solid rgb(255 255 255 / 24%);
  background: rgb(255 255 255 / 12%);
}

.new-trending-item-thumbnail {
  width: 80px;
  height: 80px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 10px;
}


.new-trending-item-thumbnail img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
}

.new-trending-item:hover .new-trending-item-thumbnail::after {
  background: rgb(0 0 0 / 80%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '[view coin]';
  position: absolute;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 78px;
}

.new-trending-item-content {
  font-size: 13px;
}

.new-trending-item-title {
  font-size: 13px;
  font-weight: 500;
}

.new-trending-item-title span {
  display: block;
}

.new-trending-item-cap {
  color: #05f412;
  font-size: 13px;
}

.new-trending-item-replies {
  color: #a5a5a5;
}

.new-trending-item-short-des {
  font-size: 13px;
  margin-top: 5px;
}



.token_code {
  position: absolute;
  right: 10px;
  top: 0px;
  width: 42px;
  height: 42px;
  background: linear-gradient(142deg, #00cec9, #336ea5);
  color: #fff;
  text-align: center;
  border-radius: 0 0 30px 30px;
  font-size: 12px;
}

.token_code span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.token_code1 span {
  background: linear-gradient(142deg, #00cec9, #336ea5);
  padding: 3px;
  border-radius: 3px;
  line-height: normal;
}


/* swiper arrow */
.SwiperAR .swiper-arrow {
  position: relative;
  width: 58px;
  margin-top: -18px;
  z-index: 1;
}

.SwiperAR .swiper-arrow.absolute {
  position: initial;
  width: auto;
  margin-top: initial;
}

.SwiperAR .swiper-arrow.absolute .swiper-button-prev {
  left: 0;
}

.SwiperAR .swiper-arrow .swiper-button-prev,
.SwiperAR .swiper-arrow .swiper-button-next {
  background: #316b53;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  font-size: 14px;
  margin: 0;
  right: 0;
}

.SwiperAR .swiper-arrow .swiper-button-next:after,
.SwiperAR .swiper-arrow .swiper-button-prev:after {
  font-size: 11px;
  color: #fff;
}




.newstyle-wrapper {
  background: rgb(255 255 255 / 11%);
  padding: 15px;
  border-radius: 10px;
  border: 2px solid rgb(255 255 255 / 24%);
  word-break: break-all;
}


.newcoinpump-item-trading {
  position: relative;
}

.newcoinpump-item-trading::after {
  clear: both;
  position: relative;
  content: "";
}

.newcoinpump-item-trading-thumbs {
  position: absolute;
  left: 0px;
  top: 0px;
}

.newcoinpump-item-trading-thumbs img {
  width: 45px;
  height: 45px;
  border-radius: 100px;
  object-fit: cover;
  max-width: initial;
}

.SOLnewcoin .newcoinpump-item-trading-thumbs img {
  width: 56px;
  height: 56px;
}

.SOLnewcoin .newcoinpump-item-trading-details {
  margin-left: 65px;
}

.newcoinpump-item-trading-details {
  position: relative;
  margin-left: 50px;
}

.newcoinpump-item-trading-details {
  position: relative;
  margin-left: 60px;
}

.newcoinpump-item-trading-details a {
  color: rgb(255, 255, 255);
}

.newcoinpump-item-trading-details a:hover {
  color: rgb(3, 149, 0);
}

.newcoinpump-item-trading-head {
  position: relative;
}

.newcoinTradeTitle {
  font-size: 15px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  line-height: normal;
}



.form-group {
  position: relative;
  border-radius: 5px;
  background: rgb(255 255 255 / 11%);
  padding: 15px;
  border: 2px solid rgb(255 255 255 / 24%);
}

label,
.form-group label {
  margin-bottom: 5px;
  font-size: 14px;
}

.form-group input,
.form-group textarea {
  height: 40px;
  background: rgb(255 255 255 / 10%);
  width: 100%;
  padding: 10px 20px;
  border-radius: 5px;
  border: 2px solid rgb(255 255 255 / 24%);
}

.form-group .input-group .input-group-text {
  height: 40px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.form-group input[type=file] {
  padding: 6px 12px;
  line-height: 28px;
  font-size: 14px;
}

.form-group textarea {
  height: auto;
}







.memeCoin-wrapper {
  background: rgb(255 255 255 / 11%);
  padding: 15px;
  border-radius: 10px;
  border: 2px solid rgb(255 255 255 / 24%);
  word-break: break-all;
}


.memeCoin-item-trading {
  position: relative;
}

.memeCoin-item-trading::after {
  clear: both;
  position: relative;
  content: "";
}

.memeCoin-item-trading-thumbs {
  position: absolute;
  left: 0px;
  top: 0px;
}

.memeCoin-item-trading-thumbs img {
  width: 34px;
  height: 34px;
  border-radius: 100px;
  object-fit: cover;
  max-width: initial;
}


.memeCoin-item-trading-details {
  position: relative;
  margin-left: 42px;
}


.memeCoin-item-trading-head {
  position: relative;
}

.memeCoinTradeTitle {
  font-size: 15px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  line-height: normal;
}

.memeCoinTradeName {
  font-size: 12px;
  color: #a5a5a5;
}

.memeCoin-item-rate {
  position: relative;
  text-align: right;
}

.memeCoin-item-rate h5 {
  font-size: 15px;
  margin: 0;
}

.backupKey-wrapper {
  background: url(../img/backup-key.jpg) no-repeat center #0c0e0f;
  background-size: contain;
  border-radius: 8px;
  border: 2px solid rgb(255 255 255 / 24%);
  position: relative;
  height: 150px;
}

.Secret-Recovery-Phrase {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
  word-break: break-word;
}


.SoLbodyheader {

  padding: 10px 10px 10px 55px;
  border-radius: 10px;
  background: rgb(255 255 255 / 11%);
  border: 2px solid rgb(255 255 255 / 24%);
  text-align: center;
  position: relative;
  overflow: hidden;

}

.SoLbodyheader .backBtn {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 50px;
  background: linear-gradient(-135deg, #2473ab, #032081);
  font-size: 28px;
  color: #fff;
  cursor: pointer;
  align-items: center;
  display: flex;
  justify-content: center;
}

.SoLbodyheader h4 {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 22px;
  background: -webkit-linear-gradient(bottom, #ffed00, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.SoLbody:after,
.SoLbodyheader:after,
.SoLbodyfooter:after {
  content: '';
  clear: both;
  display: block;
}

@media only screen and (max-width: 768px) {
  .SoLbodyheader h4 {
    font-size: 16px;
  }

  .SoLbodyheader .backBtn {
    width: 34px;
    font-size: 20px;
  }
}



.review-web-list {
  text-align: center;
  border: 4px solid rgb(0 0 0 / 18%);
  padding: 10px;
  border-radius: 10px;
  transition: all ease-in-out 0.2s;
  background: #fff;
}

.review-web-list:hover {
  border-color: #4ab84a;
}

.review-web-list .review-web-icon {
  width: 130px;
  height: 130px;
  margin: 0 auto 10px auto;
  background: #fff;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  border: 2px solid #ccc;
}

.review-web-list .review-web-icon img {
  position: absolute;
  padding: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.review-web-details {
  position: relative;
  line-height: normal;
}

.review-web-details .review-web-name {
  font-size: 16px;
  margin-bottom: 5px;
  color: #000;
}

.review-web-details .review-web-name.limited {
  height: 40px;
  overflow: hidden;
}

.review-web-details .review-web-handle {
  font-size: 13px;
  color: #a59900;
  margin-bottom: 8px;
}


.review-web-details .rewardsPoints {
  padding: 3px 10px;
  color: #1b9c40;
  width: 125px;
  border-radius: 30px;
  border: 2px solid #b4b4b4;
  margin: 0 auto;
}

.review-website-logo {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  line-height: 150px;
}




.ticket-items ul {
  margin: 0;
  padding: 0;
}

.ticket-items ul li {
  list-style: none;
}

.ticket-items ul li a {
  display: block;
  margin: 5px 0;
  background: rgb(255 255 255 / 11%);
  border: 2px solid rgb(255 255 255 / 24%);
  padding: 15px;
  border-radius: 10px;

  color: #fff;
}




.ticket-number {
  font-size: 13px;
  background: #255cb1;
  color: #fff;
  padding: 2px 5px;
  border-radius: 5px;
  display: inline-block;
}

.live-ticket-status.closed .ticket-number {
  background: #ff422f;
}

.live-ticket-status.opened .ticket-number {
  background: #255cb1;
}

.dateTime {
  font-size: 12px;
}

/* .ticket-title {
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid #b8b8b8;
}

.ticket-title h3 {
  font-size: 28px;
  color: #fff;
} */

.ticket-status span {
  border-radius: 5px;
  padding: 5px 15px;
}


.ticket-title {

  padding: 10px 10px 10px 55px;
  border-radius: 10px;
  background: rgb(255 255 255 / 11%);
  border: 2px solid rgb(255 255 255 / 24%);
  text-align: center;
  position: relative;
  overflow: hidden;

}

.ticket-title h4 span {
  background: -webkit-linear-gradient(bottom, #0f0, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ticket-title .backBtn {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 50px;
  background: linear-gradient(-135deg, #2473ab, #032081);
  line-height: 50px;
  font-size: 28px;
  color: #fff;
  cursor: pointer;

  align-items: center;
  display: flex;
  justify-content: center;
}

.ticket-title h4 {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 22px;
  background: -webkit-linear-gradient(bottom, #ffed00, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ticket-title:after {
  content: '';
  clear: both;
  display: block;
}

@media only screen and (max-width: 768px) {
  .ticket-title h4 {
    font-size: 16px;
  }

  .ticket-title .backBtn {
    width: 34px;
    font-size: 20px;
  }
}




.live-ticket-status.closed .ticket-status span {
  background: #ff0000;
}

.live-ticket-status.opened .ticket-status span {
  background: #41cc5c;
  color: #fff;
}

.tick-user-details {
  padding-left: 35px;
  color: #fff;
}

.tick-user-details h5 {
  margin: 0;
  font-size: 15px;
  background: -webkit-linear-gradient(bottom, #ffed00, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tick-user-details img {
  width: 35px;
  height: 35px;
  object-fit: cover;
  border-radius: 30px;
  position: absolute;
  left: 8px;
  top: 8px;

}

@media (max-width: 768px) {
  .ticket-title h3 {
    font-size: 20px;
  }

}


ul.attachments-items {
  margin: 0;
  padding: 0;
}

ul.attachments-items li {
  width: 160px;
  float: left;
  list-style: none;
  margin: 5px;
  background: #fff;
  padding: 5px;
  text-align: center;
}

ul.attachments-items li a {
  color: #000;
}

ul.attachments-items li img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}

@media (max-width: 768px) {
  ul.attachments-items li {
    width: 110px;
    margin: 2px;
  }

  ul.attachments-items li img {
    width: 90px;
    height: 90px;
  }
}



/*--------------------------------------------------------------
# accordion
--------------------------------------------------------------*/
.accordion {
  position: relative;
}

.accordion-item {
  background: rgb(255 255 255 / 11%);
  color: #111;
  border-radius: 8px !important;
}

/* .accordion-style2 .accordion-item-header {
    padding: 10px 40px 10px 20px;
} */
.accordion-item-header {
  padding: 10px 40px 10px 20px;
  font-weight: 500;
  display: flex;
  font-size: 16px;
  align-items: center;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  background: linear-gradient(150deg, #0db4ce 0%, #4642ec 78%);
  color: #fff;
  border-top: 0px solid #e2e8f6;
  border-color: #e2e8f6;
}

/* .accordion-item-header.active {
    border-bottom: 1px solid #e2e8f6;
} */

.accordion-item:first-of-type {
  border-width: 1px;
}

.accordion-item-header .caption {
  background: #1a46dc;
  border-radius: 30px;
  padding: 1px 5px;
  font-size: 13px;
  margin-right: 12px;
  width: 80px;
  text-align: center;
  position: absolute;
  left: 10px;
  display: none;
}

.accordion-item-header::after {
  content: "\002B";
  font-size: 24px;
  position: absolute;
  right: 6px;
  background: #fff;
  width: 30px;
  text-align: center;
  border-radius: 50px;
  height: 30px;
  line-height: 28px;
  top: 6px;
  color: #000;
}

.accordion-item-header.active::after {
  content: "\2212";
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
  padding: 20px;
  line-height: 1.8;
  border-top: 0px solid;
  font-size: 14px;
  color: #fff;
}

.accordion-style2 .accordion-item-header {
  background: linear-gradient(to left, #c4d4f9, #ffe3e1);
  color: #000;
}

.accordion-style2 .accordion-item {
  background: #fff;
  box-shadow: 0 0px 3px rgb(0 0 0 / 8%);
}

@media (max-width: 768px) {
  .accordion-item-header {
    padding: 7px 38px 7px 15px;
    font-size: 14px;
  }

  .accordion-item-header::after {
    font-size: 20px;
    right: 5px;
    width: 25px;
    height: 25px;
    line-height: 23px;
    top: 4px;
  }

  .accordion-item-body-content {
    font-size: 14px;
  }
}



.accordion-button:focus {
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #012970;
  background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
  padding: 15px 0;
  background: none;
  border: 0;
}

.accordion-flush .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #4154f1;
}

.accordion-flush .accordion-body {
  padding: 0 0 15px 0;
  color: #3e4f6f;
  font-size: 15px;
}

.highlight-box {
  font-weight: 500;
  font-size: 14px;
  background: linear-gradient(to right, #ed0d93, #f0a915);
  border-radius: 30px;
  border: 2px solid rgb(255 255 255 / 36%);
  color: #fff;
  padding: 3px 15px;
  margin: 0;
  line-height: normal;
}




.boxContainer {
  padding-bottom: 75%;
  position: relative;
}

.boxContainer>div {
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
  width: 100%;
}

.frontDiv {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.backDiv {
  opacity: 0;
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.listItem:hover .frontDiv {
  opacity: 0;
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.listItem:hover .backDiv {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.badgeStyle h5 {
  display: inline-block;
  text-align: center;
  background: radial-gradient(circle, #ff9900, #f38100, #e66800, #d84f00, #c93300);
  color: #fff;
  position: relative;
  border-radius: 30px;
  padding: 5px 15px;
  font-size: 14px;
  border: 2px solid #ffffff;
  margin: 0;
}



.meme-earning-wrapper {
  position: relative;
  text-align: center;
}

.meme-earning-tab {
  border: 2px solid rgb(255 255 255 / 32%);
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background: linear-gradient(-135deg, #810677, #0b0258) !important;
  display: inline-block;
  padding: 3px 15px;
  font-size: 17px;
  color: #fff;
  font-weight: 500;
}

.meme-earning-tab img {
  vertical-align: text-top;
  width: 24px;
}


.sm-input-group select {
  height: 35px;
  width: 100%;
  border-radius: 5px;
}

.sm-input-group .btn {
  height: 35px;
  padding: 0;
  line-height: 35px;
}



.xl-large-icon {
  font-size: 400px;
  line-height: normal;
}

.X-account-wrapper {
  position: relative;
}

.X-account-wrapper h1 {
  font-size: 42px;
  background: -webkit-linear-gradient(bottom, #ffed00, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.Xconnect-btn {
  background: #fff;
  padding: 8px 30px;
  display: inline-block;
  border-radius: 30px;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  transition: all ease-in-out 0.2s;
}

.Xconnect-btn:hover {
  color: #000;
  box-shadow: 0 0px 20px rgb(0 255 76);
}

@media (max-width: 768px) {
  .xl-large-icon {
    font-size: 100px;
  }

  .X-account-wrapper h1 {
    font-size: 30px;
  }

  .Xconnect-btn {
    padding: 6px 25px;
    font-size: 15px;
  }
}


.modal-window {
  background: rgb(0 0 0 / 60%);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: none;
}


.modal-window-wrapper {
  padding: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 600px;
  z-index: 9;
  background: url(../img/bg.webp) center;
  border-radius: 10px;
  box-shadow: 0px -8px 40px #271f47;
}

.modal-window-wrapper:after {
  content: "";
  position: absolute;
  inset: 0;
  border: 3px solid transparent;
  background: linear-gradient(226deg, #f2f310, #ffffff, #00cd63);
  border-radius: 10px;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.modal-window-body {
  position: relative;
  z-index: 3;
  color: #fff;
}

.modal-title {
  color: #fff;
}

/* Daily Login */

.daily-bonus-wrapper {
  position: relative;
  text-align: center;
}

.daily-bonus-wrapper ul {
  margin: 0;
  padding: 0;
}

.daily-bonus-wrapper ul li {
  width: 9%;
  margin: 0.2%;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  list-style: none;
}

.day-item-wrapper {
  position: relative;
}

.day-item {
  background: linear-gradient(to right, #cf9fce, #fccdff) padding-box, linear-gradient(to bottom, white, #ffffff00) border-box;

  border-radius: 10px;
  border: 2px solid transparent;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.day-item-icon {
  margin: 8px 0;
}

.day-item-icon img {
  width: 30px;
  /* animation: animate 3s linear infinite; */
}

.day-item h2 {
  font-size: 16px;
  font-weight: 600;
  margin: 5px 0;
  color: #000;
}

.day-number {
  background: radial-gradient(circle, #ff9900, #f38100, #e66800, #d84f00, #c93300);
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 2px 0;
}


.day-item-wrapper.completed .day-item {
  background: linear-gradient(to left, #03db3e, #017435) padding-box, linear-gradient(to bottom, #00ff14, #ffffff00) border-box;
}

.day-item-wrapper.completed .day-item h2 {
  color: #fff;
}

/* .day-item-wrapper.completed::after {
	content: '';
	background: url(../images/icon/verified.png) no-repeat center;
	background-size: contain;
	width: 20px;
	height: 20px;
	position: absolute;
	top: -7px;
	right: -7px;
} */

/* .day-item-wrapper.inactive:after {
	position: absolute;
	background: rgb(0 0 0 / 67%);
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 10px;
} */

.day-item-wrapper.inactive .day-item {
  background: linear-gradient(to left, #c1bebe, #898989) padding-box, linear-gradient(to bottom, #d4d4d4, #ffffff00) border-box;
}


.day-item-wrapper.inactive .day-item-icon img {
  animation: none;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.day-item-wrapper.inactive .day-number {
  background: radial-gradient(circle, #bcadad, #979393, #848181, #6c6a68, #4c4a4a);
}

.day-item-wrapper.claimbtn:after {
  position: absolute;
  background: rgb(0 0 0 / 67%);
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 10px;
}

.day-item-wrapper.claimbtn .day-item-icon img {
  animation: none;
}

.day-member {
  position: absolute;
  top: -8px;
  left: 0;
  font-size: 10px;
  background: #fff;
  border-radius: 50px;
  padding: 2px 5px;
  right: 0;
  margin: 0 auto;
  width: 45px;
  text-align: center;
  z-index: 2;
}

.day-member img {
  width: 10px;
  position: relative;
  top: -1px;
}



@keyframes animate {
  0% {
    transform: rotateY(0deg);
  }

  50% {
    transform: rotateY(-180deg);
  }

  100% {
    transform: rotateY(0deg);
  }
}

@media (max-width: 768px) {
  .daily-bonus-wrapper ul li {
    width: 18%;
  }

  .day-item-icon img {
    width: 18px;
  }

  .day-number {
    font-size: 11px;
    font-weight: 300;
  }
}

/* Calculator */


.calculate_select_pack {
  text-align: center;
  position: relative;
}

.calculate_select_pack ul,
.select-level ul {
  margin: 0;
  padding: 0;
}

.calculate_select_pack ul li {
  background: rgb(0 0 0 / 61%);
  border: 1px solid rgba(255, 255, 255, 0.28);
  list-style: none;
  width: 18%;
  text-align: center;
  display: inline-block;
  margin: 5px;
  border-radius: 5px;
  padding: 8px 0;
  cursor: pointer;
  font-size: 14px;
}

.calculate_select_pack ul li:hover,
.calculate_select_pack ul li.selected {
  background: linear-gradient(49deg, #a727c2, #5304d7);
}


.select-level {
  position: relative;
}

.select-level ul li {
  background: rgb(0 0 0 / 61%);
  border: 1px solid rgba(255, 255, 255, 0.28);
  list-style: none;
  width: 25%;
  text-align: center;
  display: inline-block;
  margin: 5px;
  border-radius: 5px;
  padding: 8px 0;
  cursor: pointer;
  font-size: 22px;
  font-weight: 400;
}

.select-level ul li:hover,
.select-level ul li.selected {
  background: linear-gradient(194deg, #1b9c40 9.19%, #006200 86.78%);
}


.select-level ul li.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: transparent;
}

.select-level ul li.disabled:hover {
  background: none;
}

.selected-level-title {
  background: linear-gradient(-135deg, #5e0656, #fe1d1d);
  border-radius: 8px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 0;
}

.calc-summary {
  font-size: 18px;
}

.calc-summary h4 {
  font-size: 22px;
}

@media only screen and (max-width: 575px) {
  .large-head-wrapper {
    font-size: 14px;
  }

  .large-head-wrapper h1 {
    font-size: 28px;
  }

  .large-head-wrapper h4 {
    font-size: 24px;
  }

  .calculate_select_pack ul li {
    width: 90px;
    font-size: 13px;
  }

  .select-level {
    text-align: center;
  }

  .select-level ul li {
    width: 16%;
    font-size: 18px;
  }
}




.web-banner {
  position: relative;
}

.web-banner-thumbs {
  text-align: center;
  margin-bottom: 15px;
}

.web-banner-thumbs img {
  max-height: 200px;
  width: auto;
  border-radius: 10px;
}


.zoom-meeting-wrapper {
  background: rgb(255 255 255 / 11%);
  padding: 15px;
  border-radius: 10px;
  border: 2px solid rgb(255 255 255 / 24%);
}


.zoom-meeting-title {
  background: -webkit-linear-gradient(233deg, #ffed00, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  height: 55px;
  font-weight: 600;
}

.meeting-box {
  background: url(../img/meeting-bg.jpg) no-repeat;
  background-size: cover;
  height: 250px;
  width: 100%;
  position: relative;
  display: block;
  border-radius: 10px;
}

.meeting-box::after {
  background: rgb(0 0 0 / 64%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
}

.meeting-box .meetingContent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
  width: 100%;
}

.meeting-box .meetingContent img {
  width: 150px;
}

@media only screen and (max-width:768px) {
  .meeting-box {
    height: 100px;
  }


  .meeting-box .meetingContent img {
    width: 80px;
  }
}

#countdown,
#countdown1 {
  min-height: 24px;
}

.winner-button-box {
  background: url(../img/winner-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 2px;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  display: block;
}

.winner-list-wrapper {
  position: relative;
  border: 1px solid rgb(255 255 255 / 36%);
  margin-bottom: 5px;
  padding: 8px;
  border-radius: 8px;
}

.winner-list-wrapper:last-child {
  margin: 0;
}

.winner-lis-thumbs {
  position: absolute;
  left: 9px;
  top: 9px;
}

.winner-lis-thumbs img {
  width: 42px;
  height: 42px;
  border-radius: 100px;
  object-fit: cover;
  max-width: initial;
}

.winner-list-details {
  position: relative;
  margin-left: 52px;
}

.winner-list-details::after {
  clear: both;
  position: relative;
  content: '';
}

.winner-list-details-head {
  position: relative;
}

.winner-listTitle {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  line-height: normal;
}

.winner-list-idNumber {
  font-size: 11px;
  color: #000;
  background: linear-gradient(-135deg, #fff8e2, #f2e31b);
  border-radius: 20px;
  padding: 2px 12px 2px 60px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin-top: 3px;
}

.winner-list-idNumber span {
  background: #1b9c40;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  line-height: 22px;
  padding: 0 8px;
  color: #fff;
}

/* 10-04-2026 */

.addresses-verification {
  margin: 0 0 18px 0;
}

.addresses-verification-card {
  background: rgb(255 255 255 / 11%);
  border: 2px solid rgb(255 255 255 / 24%);
  border-radius: 24px;
  box-shadow: 0 22px 50px rgb(10 18 28 / 12%);
  color: #203040;
  overflow: hidden;
  position: relative;
}

.addresses-verification-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgb(109 184 123 / 10%), transparent 22%),
    radial-gradient(circle at top right, rgb(255 179 71 / 12%), transparent 22%),
    radial-gradient(circle at bottom center, rgb(221 81 69 / 8%), transparent 24%);
  pointer-events: none;
}

.addresses-verification-inner {
  position: relative;
  z-index: 1;
  padding: 34px 34px 24px;
}

.addresses-verification-head {
  text-align: center;
  margin-bottom: 28px;
}

.addresses-verification-head h3 {
  color: #fff;
  font-size: 31px;
  font-weight: 500;
  letter-spacing: -0.03em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.addresses-verification-head h3 i {
  color: #cf4338;
  margin-right: 10px;
}

.addresses-verification-head p {
  color: #a3a3a3;
  font-size: 14px;
  margin-bottom: 0;
}

.address-grid {
  --bs-gutter-x: 18px;
  --bs-gutter-y: 18px;
}

.address-tile {
  align-items: center;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 15px;
  box-shadow: 0 0 20px rgb(255 255 255 / 42%) inset;
  gap: 14px;
  min-height: 86px;
  padding: 18px 18px 16px;
  background: rgb(255 255 255 / 17%);
}

.address-tile.is-wide {
  min-height: 92px;
}

.address-copy {
  min-width: 0;
  display: flex;
  justify-content: space-between;
}

.address-label {
  color: #ffed00;
  font-size: 13px;
  font-weight: 700;
  gap: 8px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.address-label i {
  color: #ffed00;
  font-size: 13px;
  margin-right: 5px;
}

.address-value {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0;
  overflow-wrap: anywhere;
}

.address-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.address-action {
  align-items: center;
  color: #ffed00;
  display: inline-flex;
  font-size: 16px;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.address-action.open {
  color: #11cd47;
}

.address-action:hover {
  opacity: 0.8;
  transform: translateY(-1px);
}

.addresses-verification-footer {
  padding-top: 18px;
  text-align: center;
}

.addresses-verification-footer p {
  color: #a6a6a6;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  margin: 0;
}

.addresses-verification-footer i {
  color: #11cd47;
  margin-right: 6px;
}

@media (max-width: 991px) {
  .addresses-verification-inner {
    padding: 26px 20px 20px;
  }

  .addresses-verification-head h3 {
    font-size: 18px;
  }

  .addresses-verification-head p {
    font-size: 12px;
  }

  .address-value {
    font-size: 14px;
    font-weight: 400;
  }
}

@media (max-width: 575px) {
  .address-copy {
    display: block;
  }

  .address-tile {
    align-items: flex-start;
    flex-direction: column;
  }

  .address-actions {
    margin-top: 5px;
    justify-content: flex-start;
    width: 100%;
  }
}

.LPP-status-badge {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 50px;
  /* display: inline-flex; */
  font-size: 11px;
  font-weight: 700;
  gap: 6px;
  letter-spacing: 0.04em;
  margin-left: 10px;
  padding: 3px 10px;
  text-transform: uppercase;
  vertical-align: middle;
}

.LPP-status-badge.active {
  background: rgb(65 204 92 / 14%);
  border-color: rgb(65 204 92 / 35%);
  color: #7ef29b;
}

.LPP-status-badge.inactive {
  background: rgb(204 65 65 / 14%);
  border-color: rgb(204 65 65 / 35%);
  color: #f88484;
}

.LPP-status-badge.ongoing {
  background: rgb(204 189 65 / 14%);
  border-color: rgb(204 200 65 / 35%);
  color: #ffe33b;
}

.LPP-status-badge i {
  font-size: 9px;
  margin-right: 5px;
  vertical-align: middle;
}

.lpp-launch-card {
  background:
    radial-gradient(circle at top right, rgba(255, 222, 89, 0.28), transparent 34%),
    linear-gradient(145deg, #8d1fd1 0%, #43129d 48%, #0b0d5f 100%);
  border: 2px solid transparent;
  box-shadow: 0 18px 36px rgba(11, 8, 51, 0.35);
  color: #fff;
  /* overflow: hidden; */
  position: relative;
  padding: 15px;
  border-radius: 10px;
}

.lpp-launch-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 50%;
  -webkit-box-shadow: 0 0 17px 3px #ffff01, 0 0 4px 2px #ffff01;
  box-shadow: 0 0 17px 3px #ffff01, 0 0 4px 2px #ffff01;
  z-index: -1;
  -webkit-animation-name: yellow-shadow;
  animation-name: yellow-shadow;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.lpp-launch-card::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 50%;
  -webkit-box-shadow: 0 0 17px 3px #0ff, 0 0 4px 2px #0ff;
  box-shadow: 0 0 17px 3px #0ff, 0 0 4px 2px #0ff;
  z-index: -1;
  -webkit-animation-name: cyan-shadow;
  animation-name: cyan-shadow;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

@-webkit-keyframes yellow-shadow {
  0% {
    top: 0;
    left: 0;
  }

  25% {
    top: 50%;
    left: 0;
  }

  50% {
    top: 50%;
    left: 50%;
  }

  75% {
    top: 0;
    left: 50%;
  }

  100% {
    top: 0;
    left: 0;
  }
}

@keyframes yellow-shadow {
  0% {
    top: 0;
    left: 0;
  }

  25% {
    top: 50%;
    left: 0;
  }

  50% {
    top: 50%;
    left: 50%;
  }

  75% {
    top: 0;
    left: 50%;
  }

  100% {
    top: 0;
    left: 0;
  }
}


@keyframes cyan-shadow {
  0% {
    right: 0;
    bottom: 0;
  }

  25% {
    right: 0;
    bottom: 50%;
  }

  50% {
    right: 50%;
    bottom: 50%;
  }

  75% {
    right: 50%;
    bottom: 0;
  }

  100% {
    right: 0;
    bottom: 0;
  }
}




.lpp-launch-wrapper {
  position: relative;

}

.lpp-launch-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.lpp-launch-kicker {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #fff4a8;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 10px;
  text-transform: uppercase;
}

.lpp-launch-icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  display: inline-flex;
  font-size: 20px;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.lpp-launch-card h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}

.lpp-launch-text {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 14px;
}

.lpp-launch-status {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.lpp-status-pill {
    align-items: center;
    display: inline-flex;
    font-size: 10px;
    font-weight: 700;
    gap: 2px;
    padding: 2px 8px;
    position: absolute;
    top: 8px;
    right: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.lpp-status-pill.active {
  background: #039500; 
  color: #fff;
}

.lpp-status-pill.locked {
  background: #ff0000; 
  color: #fff;
}

.lpp-status-dot {
  background: #7ef29b;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(126, 242, 155, 0.8);
  display: inline-block;
  height: 8px;
  width: 8px;
}

.lpp-launch-actions {
  display: grid;
  gap: 12px;
}

.lpp-launch-action {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  min-height: 88px;
  padding: 14px;
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  overflow: hidden;
}

.lpp-launch-action:hover {
  border-color: rgba(255, 237, 0, 0.65);
  box-shadow: 0 12px 24px rgba(9, 7, 45, 0.25);
  color: #fff;
  transform: translateY(-2px);
}

.lpp-launch-action.primary {
  background: linear-gradient(135deg, rgba(255, 184, 77, 0.92), rgba(181, 82, 9, 0.94));
}

.lpp-launch-action.secondary {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(13, 20, 78, 0.45));
}

.lpp-action-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-right: 12px;
}

.lpp-action-copy small {
  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lpp-action-copy strong {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.lpp-action-copy em {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-style: normal;
  line-height: 1.45;
}

.lpp-action-icon {
    align-items: center;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 12px;
    display: inline-flex;
    flex: 0 0 40px;
    font-size: 17px;
    height: 40px;
    justify-content: center;
    width: 44px;
    margin-top: 15px;
}
.lpp-launch-footer {
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  line-height: 1.5;
  margin-top: 14px;
}

@media (max-width: 575px) {
  .lpp-launch-card h4 {
    font-size: 21px;
  }

  .lpp-launch-action {
    min-height: 82px;
    padding: 12px;
  }

  .lpp-action-copy strong {
    font-size: 16px;
  }
}




.level-style {
  margin-bottom: 15px;
  /* padding: 26px 18px;
      border: 1px solid rgba(255, 255, 255, 0.05);
      border-radius: 28px;
      background:
        linear-gradient(180deg, rgba(12, 18, 40, 0.84), rgba(7, 10, 24, 0.94)),
        radial-gradient(circle at top, rgba(255, 199, 74, 0.08), transparent 38%);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04); */
}

.level-grid {
  display: grid;
  grid-template-columns: repeat(25, minmax(0, 1fr));
  gap: 8px;
}

.level-grid.threeitem {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.level-card {
  /* min-height: 74px; */
  padding: 6px 0;
  border: 1px solid rgba(73, 95, 160, 0.22);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(17, 29, 66, 0.9), rgba(11, 18, 44, 0.96));
  box-shadow: inset 0 0 0 1px rgba(77, 100, 168, 0.08);
  color: #a8b7e3;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: not-allowed;
}

.level-card:hover {
  color: #a8b7e3;
}

.level-card i {
  font-size: 12px;
  line-height: 1;
}

.level-card strong {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.level-card span {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.1;
  opacity: 0.92;
}

.level-card.is-active {
  color: #05f412;
  border-color: rgb(78 244 121 / 48%);
  background: linear-gradient(180deg, rgb(24 66 30 / 90%), rgb(18 47 21 / 96%));
  box-shadow: inset 0 0 0 1px #4ef45529, 0 0 18px rgb(78 244 79 / 8%);
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .level-grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {

  .level-card {
    padding: 4px;
    gap: 2px;
  }

  .level-grid {
    gap: 4px;
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .level-card strong {
    font-size: 12px;
  }

  .level-card span {
    font-size: 8px;
  }

  .table-style .table th,
  .table-style .table td {
    font-weight: 400;
    font-size: 11px;
    padding: 0.2rem;
  }

  .dataTables_wrapper .form-control {
    padding: 5px 2px;
    font-size: 9px;
    height: 30px;
  }

  .dataTables_wrapper label {
    margin-bottom: 5px;
    font-size: 11px;
  }

  .dataTables_wrapper .form-select {
    padding: 5px 1.2rem 5px .70rem;
  }
}


.rank-card {
  border: 1px solid rgba(34, 58, 112, 0.55);
  border-radius: 15px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(26, 34, 61, 0.94), rgba(20, 27, 50, 0.96));
  box-shadow:
    inset 0 0 0 1px rgba(78, 111, 197, 0.08),
    0 16px 38px rgba(2, 8, 24, 0.22);
}



.rank-card-header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto auto;
  align-items: center;
  padding: 15px;
}

.rank-card-lock {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #212e54;
  /* background: linear-gradient(180deg, rgba(44, 59, 102, 0.78), rgba(33, 46, 84, 0.86)); */
  color: #7d91c8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 50px;
  flex-shrink: 0;
  /* margin-right: 10px; */
  z-index: 9;
}

.rank-card-title h3 {
  margin: 0 0 0px -18px;
  color: #f1f5ff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  background: linear-gradient(135deg, #1144ba, #00b191);
  padding: 10px 15px 10px 25px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border: 2px solid #fff;
}

.rank-card-track {
  width: 100%;
  height: 14px;
  border-radius: 999px;
  background: rgba(78, 96, 142, 0.2);
  overflow: hidden;
}

.rank-card-track span {
  display: block;
  width: 13%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #10dfff, #0ab7ff);
  box-shadow: 0 0 16px rgba(16, 223, 255, 0.28);
}

.rank-card-percent,
.rank-card-value,
.rank-card-toggle {
  align-self: center;
  font-family: "Sora", sans-serif;
  font-weight: 600;
}

.rank-card-percent {
  color: #d6dff6;
  font-size: 16px;
}

.rank-card-value {
  color: #17d9ff;
  font-size: 16px;
}

.rank-card-toggle {
  color: #667eb8;
  font-size: 18px;
}

.rank-card-body {
  margin: 0 10px 10px;
  padding: 15px;
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 15px;
  background: rgb(0 0 0 / 28%);
}

.rank-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgb(86 104 150 / 44%);
}

.rank-metric {
  min-height: 100px;
  padding: 15px;
  border: 1px solid rgba(0, 196, 255, 0.14);
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(5, 28, 39, 0.76), rgba(5, 22, 32, 0.96));
  box-shadow: inset 0 0 0 1px rgba(0, 196, 255, 0.06);
  text-align: center;
  color: #627393;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.rank-metric i {
  color: #fff;
  font-size: 20px;
  line-height: 1;
}

.rank-metric-label {
  font-family: "Sora", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.rank-metric-value {
  color: #ffed00;
  font-family: "Sora", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.15;
  background: -webkit-linear-gradient(bottom, #ffed00, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rank-progress-title {
  margin-bottom: 18px;
  color: #ffffff;
  font-family: "Sora", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  opacity: 0.6;
}

.rank-progress-item+.rank-progress-item {
  margin-top: 18px;
}

.rank-progress-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 0;
}

.rank-progress-head strong {
  color: #9eaed1;
  font-size: 14px;
  font-weight: 400;
}

.rank-progress-head span {
  font-family: "Sora", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.rank-progress-bar {
  height: 10px;
  border-radius: 999px;
  background: rgb(86 104 150 / 46%);
  overflow: hidden;
}

.rank-progress-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #4acd6f, #1b9c40);
  box-shadow: 0 0 12px rgb(27 156 64);
}

.rank-card-footer {
  padding-bottom: 10px;
}

.rank-card.completed {
  border: 1px solid rgb(42 112 34 / 55%);
  border-radius: 15px;
  overflow: hidden;
  background: linear-gradient(180deg, rgb(27 63 28 / 94%), rgb(25 50 20 / 96%));
  box-shadow: inset 0 0 0 1px rgb(95 224 66 / 8%), 0 16px 38px rgb(6 80 22 / 22%);
}

.completed .rank-card-lock {
  /* border: 1px solid rgba(37, 179, 43, 0.22); */
  background: #1b9c40;
  color: #fff;
}

/* .completed .rank-card-lock {
  border: 1px solid rgb(37 179 43 / 22%);
  background: linear-gradient(180deg, rgb(44 102 55 / 78%), rgb(12 107 19 / 86%));
  color: #08f300;
} */

.rank-card.inprogress {
  /* border: 1px solid rgb(112 92 34 / 55%); */
  border-radius: 15px;
  overflow: hidden;
  background: linear-gradient(180deg, rgb(63 62 27 / 94%), rgb(54 50 21 / 96%));
  box-shadow: inset 0 0 0 1px rgb(224 219 66 / 8%), 0 16px 38px rgb(189 197 21 / 22%);
}

/* .inprogress .rank-card-lock {
  border: 1px solid rgb(214 170 9 / 22%);
  background: linear-gradient(180deg, rgb(102 94 44 / 78%), rgb(115 104 7 / 86%));
  color: #FFEB3B;
} */
.inprogress .rank-card-lock {
  /* border: 1px solid rgb(214 170 9 / 22%); */
  background: #fff;
  color: #FFEB3B;
}

@media (max-width: 991.98px) {


  .rank-card-toggle {
    grid-column: 4;
  }

  .rank-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .rank-card-title {
    width: 100%;
  }

  .rank-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .rank-metric {
    min-height: 112px;
    border-radius: 24px;
  }
}

@media (max-width: 479.98px) {
  .rank-metrics {
    grid-template-columns: 1fr;
  }

}

.spin-rotate {
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.live-rate {
  position: absolute;
  right: -15px;
  top: -5px;
  background: #039500;
  color: #fff;
  padding: 2px 8px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  font-size: 10px;
}

@media (max-width: 479.98px) {
  .live-rate {
    right: -6px;
    top: 2px;
    font-size: 9px;
  }
}


.heading-style {
  font-size: 11px;
  color: #000;
  background: linear-gradient(to left, #fff8e2, #f2e31b, #96ff00, #fff8e2, #f2e31b, #70ff00);
  border-radius: 20px;
  padding: 2px 12px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  background-size: 400% 400%;
  font-weight: 600;
  -webkit-animation: Gradient 3s ease infinite;
  -moz-animation: Gradient 3s ease infinite;
  animation: Gradient 3s ease infinite;
  transition: all .2s ease-in-out;
}


@keyframes Gradient {

  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

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


.input-style-button {
  position: relative;
}

.maxBtn {
  position: absolute !important;
  top: 8px;
  right: 8px;
  border-radius: 3px !important;
}

.input-style-button .form-control {
  padding-right: 80px;
}

.netWorkName {
    background: rgb(255 255 255 / 36%);
    border-radius: 5px;
    padding: 2px 5px;
    text-align: center;
    display: inline-block;
    font-size: 10px;
}


 .loader-wrapper {
      background: rgba(0, 0, 0, 0.8);
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 9999;
    }

    .loader-box {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);

    }

    .loader-icon {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      display: inline-block;
      box-sizing: border-box; 
      animation: rotation 1.5s linear infinite;
      background: url(../img/loader-icon.png) no-repeat center center #fff;
      background-size: cover;
    }

    @keyframes rotation {
      0% {
        transform: rotate(0deg);
      }

      100% {
        transform: rotate(360deg);
      }
    }


    .NetWorkTeamStats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.network-stat {
  min-height: 62px;
  padding: 8px 6px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 14px rgba(255, 255, 255, 0.08);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
}

.network-stat.total {
  border-color: rgba(255, 237, 0, 0.34);
  background: linear-gradient(135deg, rgba(255, 237, 0, 0.28), rgba(255, 255, 255, 0.10));
}

.network-stat.active {
  border-color: rgba(5, 244, 18, 0.32);
  background: linear-gradient(135deg, rgba(5, 244, 18, 0.24), rgba(209, 255, 217, 0.10));
}

.network-stat.inactive {
  border-color: rgba(245, 101, 101, 0.34);
  background: linear-gradient(135deg, rgba(245, 101, 101, 0.24), rgba(255, 221, 221, 0.10));
}

.network-stat span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 6px;
}

.network-stat strong {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.network-stat.total strong {
  color: #ffed00;
}

.network-stat.active strong {
  color: #05f412;
}

.network-stat.inactive strong {
  color: #f56565;
}

.alert-message {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 237, 0, 0.38);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(255, 237, 0, 0.18), rgba(245, 101, 101, 0.14), rgba(255, 255, 255, 0.08));
  box-shadow: 0 0 20px rgba(255, 237, 0, 0.14) inset, 0 10px 24px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

.alert-message::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #ffed00, #f56565);
}

.alert-message-icon {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
  color: #151515;
  background: linear-gradient(135deg, #ffed00, #ffd0d0);
  box-shadow: 0 0 16px rgba(255, 237, 0, 0.24);
}

.alert-message-content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}

.alert-message-content strong {
  color: #ffed00;
  font-size: 14px;
  font-weight: 700;
}

.alert-message-content span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
}

.alert-message-action {
  margin-left: auto;
  white-space: nowrap;
  border-radius: 8px;
  padding: 8px 12px;
  color: #151515;
  font-size: 12px;
  font-weight: 700;
  background: linear-gradient(135deg, #ffed00, #fff6a3);
  box-shadow: 0 8px 18px rgba(255, 237, 0, 0.22);
}

.alert-message-action:hover {
  color: #151515;
}

@media (max-width: 575px) {
  .alert-message {
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 12px;
  }

  .alert-message-content {
    flex: 1 1 calc(100% - 50px);
  }

  .alert-message-action {
    width: 100%;
    margin-left: 50px;
    text-align: center;
  }
}
