@font-face {
  font-family: "Gopher";
  src: url("../fonts/Gopher-Regular.otf") format("opentype"), url("../fonts/Gopher-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* Add other font faces here */
@font-face {
  font-family: "Gopher";
  src: url("../fonts/Gopher-Black.otf") format("opentype"), url("../fonts/Gopher-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Gopher";
  src: url("../fonts/Gopher-BlackItalic.otf") format("opentype"), url("../fonts/Gopher-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Gopher";
  src: url("../fonts/Gopher-Bold.otf") format("opentype"), url("../fonts/Gopher-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Gopher";
  src: url("../fonts/Gopher-BoldItalic.otf") format("opentype"), url("../fonts/Gopher-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
/* Add similar rules for each font variant */
@font-face {
  font-family: "Gopher";
  src: url("../fonts/Gopher-Hairline.otf") format("opentype"), url("../fonts/Gopher-Hairline.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Gopher";
  src: url("../fonts/Gopher-HairlineItalic.otf") format("opentype"), url("../fonts/Gopher-HairlineItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Gopher";
  src: url("../fonts/Gopher-Heavy.otf") format("opentype"), url("../fonts/Gopher-Heavy.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Gopher";
  src: url("../fonts/Gopher-HeavyItalic.otf") format("opentype"), url("../fonts/Gopher-HeavyItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Gopher";
  src: url("../fonts/Gopher-Italic.otf") format("opentype"), url("../fonts/Gopher-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Gopher";
  src: url("../fonts/Gopher-Light.otf") format("opentype"), url("../fonts/Gopher-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gopher";
  src: url("../fonts/Gopher-LightItalic.otf") format("opentype"), url("../fonts/Gopher-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Gopher";
  src: url("../fonts/Gopher-Medium.otf") format("opentype"), url("../fonts/Gopher-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gopher";
  src: url("../fonts/Gopher-MediumItalic.otf") format("opentype"), url("../fonts/Gopher-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Gopher";
  src: url("../fonts/Gopher-Thin.otf") format("opentype"), url("../fonts/Gopher-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Gopher";
  src: url("../fonts/Gopher-ThinItalic.otf") format("opentype"), url("../fonts/Gopher-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
/* GopherDisplay fonts */
@font-face {
  font-family: "GopherDisplay";
  src: url("../fonts/GopherDisplay-Black.otf") format("opentype"), url("../fonts/GopherDisplay-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "GopherDisplay";
  src: url("../fonts/GopherDisplay-BlackItalic.otf") format("opentype"), url("../fonts/GopherDisplay-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
/* Add similar rules for each GopherDisplay font variant */
@font-face {
  font-family: "GopherDisplay";
  src: url("../fonts/GopherDisplay-Bold.otf") format("opentype"), url("../fonts/GopherDisplay-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "GopherDisplay";
  src: url("../fonts/GopherDisplay-BoldItalic.otf") format("opentype"), url("../fonts/GopherDisplay-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
/* Repeat for all other GopherDisplay and GopherText fonts */
body {
  font-family: "Gopher", sans-serif;
  overflow-x: hidden;
}

.fs-1 {
  font-size: 4rem !important;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #bebebe;
  border-radius: 10px;
}

.bg-light-sm {
  background-color: #f0f0f0 !important;
}

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 auto;
    width: 48% !important;
  }
}
.brand-btn {
  background-color: #CCD626;
  border-radius: 24px;
  padding: 12px 36px;
  font-size: 17px;
  letter-spacing: 0.6px;
  text-decoration: none;
  color: #000;
  transition: 0.23s ease-in-out;
}
.brand-btn:hover {
  background-color: #eef476;
  transition: 0.23s ease-in-out;
}

main {
  height: 100vh;
  display: flex;
  align-items: center;
}
main .container .col-md-5 {
  background-color: #f0f0f0;
  padding: 3em;
  border-radius: 24px;
}
main .container .col-md-5 img {
  width: 100%;
  border-radius: 24px;
}
main .container .col-md-6 {
  line-height: 3;
}

@media (max-width: 767.98px) {
  #wrapper {
    flex-direction: column;
  }
  #sidebar-wrapper {
    width: 100%;
    position: static;
  }
  #page-content-wrapper {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #wrapper {
    flex-direction: row;
  }
  #sidebar-wrapper {
    padding: 20px;
    position: fixed;
    height: 100vh;
    overflow-y: auto;
  }
  #page-content-wrapper {
    width: calc(100% - 122px);
    margin-left: 122px;
  }
}
.list-group-item {
  position: relative;
  display: block;
  padding: 17px !important;
  margin-bottom: 22px;
  border-radius: 152px;
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: transparent !important;
  border: none !important;
  font-size: 19px;
  transition: 0.23s ease-in-out;
}
.list-group-item:hover {
  background-color: #CCD626 !important;
  transition: 0.23s ease-in-out;
}
.list-group-item.active {
  background-color: #CCD626 !important;
}

#page-content-wrapper {
  padding: 2em 0;
}
#page-content-wrapper .brand-btn {
  padding: 12px 18px;
  font-weight: 600;
  letter-spacing: 0;
}
#page-content-wrapper .stake-row {
  background-color: #f0f0f0;
  border-radius: 24px;
  padding: 20px;
}
#page-content-wrapper .stake-row .col-md-6 {
  background-color: #fff;
  border-radius: 24px;
  padding: 15px;
}
#page-content-wrapper .stake-row .col-md-6 p {
  margin-bottom: 7px;
}
#page-content-wrapper .stake-row .col-md-6 h3 {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 46px;
}
#page-content-wrapper .stake-row .col-md-6 .brand-btn {
  width: 54%;
  text-align: center;
  margin-left: auto;
}
#page-content-wrapper .tab-container {
  padding: 17px;
  border-radius: 24px;
  background-color: #f0f0f0;
}
#page-content-wrapper .tab-container .nav-tabs {
  background-color: #fff;
  border-radius: 24px;
  padding: 8px;
  border: none;
  display: block;
}
#page-content-wrapper .tab-container .nav-tabs .nav-item.show .nav-link,
#page-content-wrapper .tab-container .nav-tabs .nav-link.active {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: #f0f0f0;
  border: none;
}
#page-content-wrapper .tab-container .nav-tabs .nav-link {
  padding: 9px 140px;
  border-radius: 24px;
  color: #000;
  border: none;
}
#page-content-wrapper .tab-container .nav-tabs .nav-link:hover {
  background-color: #f0f0f0;
}
#page-content-wrapper .lock-table img {
  width: 52px;
  height: 52px;
  border-radius: 42px;
  display: block;
}
#page-content-wrapper .lock-table p {
  font-size: 18px;
  font-weight: 400;
  padding-left: 49px;
  color: #5d5d5b;
}
#page-content-wrapper .info {
  background-color: #f0f0f0;
  border-radius: 24px;
  margin-top: 2em;
  padding: 2em;
}

.list-group-item:first-child,
.list-group-item:last-child {
  border-radius: 152px !important;
}

.connect {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 17px;
  margin-right: 35px;
}

.border {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  border-bottom: none !important;
}

.connect img {
  width: 50px;
  border-radius: 37px;
  height: 50px;
  margin-right: 15px;
}

.modal-header {
  border: none !important;
}

.modal-content {
  background-color: #f0f0f0 !important;
  border-radius: 24px !important;
}

.modal-body {
  padding: 10px 19px 32px !important;
}
.modal-body input,
.modal-body select {
  background-color: transparent;
  border: none !important;
  border-radius: 24px !important;
  box-shadow: 1px 1px 17px -3px rgba(0, 0, 0, 0.4392156863);
  margin-bottom: 12px;
}

.btn-close {
  position: relative;
  top: 10px;
  right: 18px;
}

.individual {
  position: relative;
}
.individual footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  gap: 20px;
  overflow: hidden;
  display: none;
}
.individual footer h2 {
  font-size: 4em;
  font-weight: 700;
  white-space: nowrap;
  animation: slide 20s linear infinite;
}
@keyframes slide {
  100% {
    transform: translateX(-100%);
  }
}
.individual .panel h3 {
  font-size: 16px; /* 21px; */
  font-weight: 500; /* 900; */
  gap: 13px;
  display: flex;
  flex-direction: column;
}
.individual .not-staked-yet .col-md-5.flex-column {
  background-image: url(../images/pencil.svg);
  background-repeat: no-repeat;
  background-position: bottom;
}
.individual .nav-tabs {
  display: none;
  justify-content: space-between;
}
.individual .nav-item:nth-last-child(-n+2) {
  order: 1;
  /* Add a gap between the last two and the others */
}
.individual .leaf {
  padding: 2em;
  margin-bottom: 4em;
  display: none;
}
.individual .nav-tabs {
  border-bottom: none;
}
.individual .nav-tabs .nav-item .nav-link {
  color: #000;
  font-weight: 600;
  transition: 0.3s ease-in-out;
  border-bottom: 3px solid transparent;
  margin-bottom: none;
  background-color: none;
  border: none;
  border-top-left-radius: none;
  border-top-right-radius: none;
  cursor: pointer;
}
.individual .nav-tabs .nav-item .nav-link.active, .individual .nav-tabs .nav-item .nav-link:hover {
  border: none;
  color: #00ba80;
  border-bottom: 3px solid #00ba80;
  transition: 0.3s max ease-in-out;
  background: transparent;
}
.individual .bg-green {
  background-color: radial-gradient(151.81% 98.44% at 93.21% 12.41%, #FFF 0%, #8ED8C1 100%);
}
.individual .bg-green-shadow {
  background: radial-gradient(151.81% 98.44% at 93.21% 12.41%, #FFF 0%, #8ED8C1 100%);
}
.individual .bg-orange-shadow {
  background: radial-gradient(94.71% 192.58% at 96.86% 4.48%, #FBD5B1 0%, #F7BA81 28.03%, #F17F16 100%);
}
.individual .row {
  width: 100%;
  margin: 0;
}
.individual .col-md-3 .col-lg-12 {
  display: flex;
  flex-direction: column;
  gap: 2.5em;
  padding: 2em 3.5em;
  transition: 0.2s ease-in-out;
}
.individual .col-md-3 .col-lg-12 .detail-btn {
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.individual .col-md-3 .col-lg-12 span {
  text-transform: uppercase;
  font-size: 14px;
}
.individual .col-md-3 .col-lg-12:hover {
  transition: 0.2s ease-in-out;
  cursor: pointer;
  background-color: rgba(241, 241, 241, 0.95);
}
.individual .col-md-3 .col-lg-12:hover .detail-btn {
  opacity: 1;
  transition: 0.2s ease-in-out;
}
.individual .col-md-3 .toggle-button {
  display: inline-block;
  margin: 0px 3.5em;
  width: 75px;
  height: 35px;
  border-radius: 17.5px;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}
.individual .col-md-3 .toggle-button .switch {
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transition: left 0.3s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.individual .col-md-3 .toggle-button .label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.individual .col-md-3 .toggle-button .label.currency {
  right: 10px;
}
.individual .col-md-3 .toggle-button.active {
  background-color: #f7931a; /* Bitcoin orange */
  background-image: linear-gradient(50deg, #f17f17, rgb(247, 163, 0));
}
.individual .col-md-3 .toggle-button.active .switch {
  left: 45px;
}
.individual .col-md-3 .toggle-button.active .label {
  color: #fff;
}
.individual .col-md-3 .toggle-button.active .label.currency {
  content: "BTC";
}
.individual .col-md-3 .toggle-button.inactive {
  background-color: #00a000; /* Classic green */
  background-image: linear-gradient(50deg, #00a000, #00BA80);
}
.individual .col-md-3 .toggle-button.inactive .switch {
  left: 0;
}
.individual .col-md-3 .toggle-button.inactive .label {
  color: #fff;
}
.individual .col-md-3 .toggle-button.inactive .label.currency {
  content: "BRZ";
}
.individual .col-md-3 .row p {
  font-size: 16px;
  padding: 0px 3.5em;
  margin-top: 2em;
}
.individual .row > * {
  padding: 0;
}
.individual .detail-btn {
  text-decoration: none;
  padding: 9px 28px;
  border-radius: 326px;
  display: block;
  width: -moz-max-content;
  width: max-content;
  background-color: #000;
  color: #fff;
  border: 2px solid #000;
  transition: 0.3s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}
.individual .detail-btn:hover {
  background-color: transparent;
  color: #000;
  transition: 0.3s ease-in-out;
}
.individual .stake-brz input {
  border: 2px solid #000;
}
.individual .lock-brz {
  background-color: #000;
  color: #fff;
  overflow: hidden;
  padding-bottom: 10em !important;
}
.individual .lock-brz .detail-btn {
  background-color: #fff;
  color: #000;
  border: none;
}
.individual .lock-brz .detail-btn:hover {
  background-color: #000;
  color: #fff;
  border-color: #fff;
}
.individual .lock-brz input,
.individual .lock-brz select {
  border: 2px solid #fff;
  color: #ffffff;
  font-size: 18px !important;
  background: transparent;
}
.individual .lock-brz select option {
  color: #000;
}
.individual .lock-brz .owl-carousel .owl-stage-outer {
  overflow: unset;
}
.individual .lock-brz .owl-carousel .item {
  background-color: #8ED8C1;
  width: 300px;
  padding: 21px 13px;
  border-radius: 12px;
  color: #000;
}
.individual .lock-brz .owl-carousel .item button {
  background: #fff;
  color: #000;
  font-weight: 900;
  border: none;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 9px 15px;
  border-radius: 222px;
  margin-right: 10px;
  font-size: 18px;
  transition: 0.2s ease-in-out;
}
.individual .lock-brz .owl-carousel .item button:focus {
  background-color: #000;
  color: #fff;
}
.individual .lock-brz .owl-carousel .item p {
  font-size: 19px;
  padding-right: 41px;
}
.individual .w-85 {
  width: 85% !important;
}
.individual .stake-brz .date,
.individual .lock-brz .date {
  text-align: right;
  display: block;
}
.individual .stake-brz input,
.individual .stake-brz select,
.individual .lock-brz input,
.individual .lock-brz select {
  outline: none;
  background-color: none;
  padding: 8px;
  width: 100%;
  margin-bottom: 17px;
  border-radius: 11px;
  font-size: 22px;
  display: block;
}
.individual .stake-brz .col-md-7 small,
.individual .lock-brz .col-md-7 small {
  font-size: 14px;
}
.individual .stake-brz .col-md-7 p,
.individual .lock-brz .col-md-7 p {
  margin: 0;
  font-size: 19px;
}
.individual .stake-brz .col-md-4 p,
.individual .lock-brz .col-md-4 p {
  font-size: 20px;
  font-weight: 600;
}
.individual .sidebar.black {
  background-color: #000 !important;
  color: #fff;
}
.individual .sidebar.black .lock-div .finished {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 10em;
  position: relative;
}
.individual .sidebar.black .lock-div .finished .closeSidebar {
  border-color: #fff;
}
.individual .sidebar.black .lock-div .unfinished {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.individual .sidebar.black .lock-div .unfinished .detail-btn {
  background-color: #fff;
  color: #000;
}
.individual .sidebar.black .lock-div .unfinished input,
.individual .sidebar.black .lock-div .unfinished select {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.individual .progress-row {
  width: 65%;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.individual .progress-container {
  width: 100%;
  position: relative;
}
.individual .progressbar-left,
.individual .progressbar-right,
.individual .progressbar-overlapped {
  width: 0;
  height: 45px;
  background-color: #000;
  text-align: center;
  line-height: 30px;
  color: white;
  transition: width 0.3s ease-in-out;
}
.individual .progressbar-left,
.individual .progressbar-overlapped {
  border-radius: 26px 0px 0px 26px;
  margin-left: auto;
}
.individual .progressbar-right {
  border-radius: 0px 26px 26px 0px;
  background-color: #8ED8C1 !important;
}
.individual .progressbar-overlapped {
  background-color: #26dca2 !important;
  position: absolute;
  top: 0;
  right: 0;
}
.individual .mining .progressbar-right {
  background-color: rgba(254, 147, 48, 0.7294117647) !important;
}
.individual .mining .progressbar-overlapped {
  background-color: #FE9330 !important;
}
.individual .green,
.individual .bg-green {
  background-color: #26dca2 !important;
}
.individual .orange,
.individual .bg-orange {
  background-color: #FE9330 !important;
}
.individual .light-green {
  background-color: #8ED8C1 !important;
}
.individual .bg-light {
  background-color: #9DEEA5 !important;
}
.individual .bg-sky {
  background-color: #8ED8C1 !important;
}
.individual .black,
.individual .bg-black {
  background-color: #000;
}
.individual .wallet-flow .row {
  gap: 2em;
}
.individual .wallet-flow .row p {
  margin: 0;
  font-weight: 600;
}
.individual .yield-item span {
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 52px;
  margin-bottom: 10px;
}
.individual #brz-sidebar {
  display: none;
  height: 100vh;
  width: 450px;
  position: fixed;
  top: 0;
  right: -450px;
  background-color: #ffffff;
  overflow-y: auto;
  transition: 0.3s;
  z-index: 99999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.individual #brz-sidebar.active {
  right: 0;
}

.individual #brz-sidebar input {
  width: 100%;
  margin: 4px 0 17px 0px;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #7c7979;
  font-size: 20px;
}
.individual #sidebar .closeSidebar {
  border: 2px solid #000;
  background-color: #000;
  color: #fff;
  padding: 12px;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  align-items: center;
  display: flex;
  justify-content: center;
  transition: 0.3s;
}
.individual #brz-sidebar .closeSidebar:hover {
  background-color: transparent;
  color: #000;
  transition: 0.3s;
}
.individual #sidebar .sidebar-mobile {
  display: none;
}
.individual .overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99998;
}
.individual .btn-connect {
  margin-left: auto;
}
.individual .quick-actions {
  gap: 20px;
  justify-content: center;
  text-align: center;
}
.individual .quick-actions .col-lg-5 {
  text-decoration: none;
  padding: 2em;
  background-color: #ebebeb;
  color: #000;
  font-size: 18px;
  border-radius: 11px;
  box-shadow: -4px 4px 11px -3px rgba(0, 0, 0, 0.1294117647);
  transition: 0.35s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.individual .quick-actions .col-lg-5:hover {
  background-color: #000;
  color: #fff;
  transition: 0.35s ease-in-out;
}
.individual .border-bottom {
  border-bottom: 1px solid #dee2e6;
}
.individual .treasury .boost {
  display: inline-block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #00ba80;
  margin-right: 10px;
}
.individual .treasury #barChart {
  height: 60vh !important;
  margin-top: 2em;
}
.individual .top-categories .progress-container {
  width: 100%;
  border-radius: 644px;
  overflow: hidden;
}
.individual .top-categories .progress-container .progress {
  border-radius: 0;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 21px;
  padding: 3em;
  text-align: center;
}
.individual .accordion {
  border-radius: 0;
}
.individual .accordion .accordion-item {
  border-radius: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}
.individual .accordion .accordion-item:first-of-type .accordion-button {
  border-radius: 0;
}
.individual .accordion .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #f1f1f1;
}
.individual .accordion .accordion-body {
  background: #f1f1f1;
}
.individual .accordion .accordion-body .col-md-4 {
  border-radius: 10px;
}
.individual .accordion .accordion-button {
  padding: 25px 23px;
}
.individual .accordion .accordion-button span {
  width: 15px;
  height: 15px;
  border-radius: 25px;
}
.individual .transactions .fa-arrow-left {
  color: red;
}
.individual .transactions .fa-arrow-right {
  color: #00ba80;
}
.individual .transactions .table > :not(caption) > * > * {
  padding: 1.5em;
}
.individual .transactions thead th {
  padding: 10px;
  font-weight: 400;
}
.individual .menu-icons .bars,
.individual .nft-button .bars {
  display: none;
}
.individual .menu-icons button,
.individual .nft-button button {
  color: #fff;
  background: #000;
  padding: 14px;
  border-radius: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  margin-left: 18px;
  border: 2px solid #000;
  transition: 0.2s ease-in-out;
  width: 49px;
}
.individual .menu-icons button:hover,
.individual .nft-button button:hover {
  transition: 0.2s ease-in-out;
  background-color: #fff;
  color: #000;
}
.individual .nft-button button {
  color: #000;
  background: #fff;
}
.individual .nft-button button:hover {
  transition: 0.2s ease-in-out;
  background-color: #000;
  color: #fff;
}
.individual .d-none {
  display: none;
}
.individual .d-block {
  display: block;
}
.individual .table {
  margin-bottom: 0;
}
.individual .wallet {
  justify-content: end;
}
.individual .bottom-bar {
  display: none;
}
.individual .nft-menu-mobile {
  display: none;
}
.individual .scrolling-text-container {
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
.individual .scrolling-text {
  display: block;
  animation: marquee 10s linear infinite;
}
@keyframes marquee {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

.new-unstake-div #unstake-button.active {
  animation: slideBackground 2s linear forwards infinite;
  background: linear-gradient(90deg, #00BA80 50%, rgb(0, 0, 0) 0%);
  /* Apply the slideBackground animation */
}

#lock-or-approve-button.active {
  animation: slideBackground 2s linear forwards infinite;
  background: linear-gradient(90deg, #000 50%, #fff 0%);
}

.new-div {
  display: flex;
  flex-direction: column;
  height: 85%;
  overflow: hidden;
  gap: 3em;
}
.new-div #stake-or-approve-button {
  background: #00BA80;
  border-color: #00BA80;
  color: #000;
}
.new-div #stake-or-approve-button:hover {
  border-color: #00BA80;
  color: #fff;
}
.new-div #stake-or-approve-button.active {
  animation: slideBackground 2s linear forwards infinite;
  background: linear-gradient(90deg, #00BA80 50%, black 0%);
  /* Apply the slideBackground animation */
}

.loading-container {
  display: none;
  text-align: center;
  margin-top: 20px;
  transition: all 0.5s;
}

.loading-animation > div {
  display: inline-block;
  font-size: 0;
  margin: 0 0.25rem;
  background: #b2b2b2;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  animation: loading-dots 0.6s alternate infinite;
}

.loading-animation > div:nth-of-type(2) {
  animation-delay: 0.2s;
}

.loading-animation > div:nth-of-type(3) {
  animation-delay: 0.4s;
}

@keyframes loading-dots {
  0% {
    transform: scale(0, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}
.actions-container {
  animation: fadeInUp 1s;
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes buttonAnimation {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
@keyframes slideBackground {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.how-it-works {
  display: none;
}
.how-it-works h2 {
  color: #00BA80;
  padding: 2em 0 1em 0 !important;
}
.how-it-works h3 {
  font-size: 22px;
  font-weight: 600;
}
.how-it-works ol {
  padding-left: 0;
  gap: 1em;
  display: flex;
  flex-direction: column;
  list-style: none;
}

.load {
  background: #01BB7F;
  position: fixed;
  width: 100%;
  height: 0;
  bottom: 0;
  color: #fff;
  font-size: 19px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  transition: 0.5s ease-in-out;
  overflow: hidden;
}
.load .mining {
    background: rgb(254, 147, 48);
}
.load p {
  padding: 2em;
}
.load .progress {
  width: 100%;
  height: 8px;
  background-color: transparent;
  border-radius: 0;
  border-bottom: 3px solid #fff;
}
.load .progress-bar {
  height: 100%;
  background-color: #fff;
  border-radius: 0;
  animation: progressAnimation 3s linear forwards infinite;
}
@keyframes progressAnimation {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.mining .mining-start .live h5 {
  font-size: 24px;
  font-weight: 500;
}
.mining .mining-start .live p {
  font-size: 14px;
  font-weight: 400;
}
.mining .mining-start .live .live-now {
  font-size: 18px;
  font-weight: 500;
}
.mining .mining-start .live-status {
  padding-bottom: 1.5em;
}
.mining .mining-start .live-status p {
  margin-bottom: 0;
  margin-top: 1em;
  font-size: 15px;
}
.mining .mining-start .live-status p span {
  display: block;
  font-weight: 600;
}
.mining .mining-start .col-md-6 p {
  font-size: 14px;
  margin-bottom: 3em;
}
.mining .mining-start .col-md-6 .selection p {
  font-size: 20px;
  font-weight: 700;
}
.mining .mining-start select {
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  padding: 0;
  border-bottom: 1px solid #000;
  font-weight: 500;
}
.mining .mining-start .slider-container {
  padding: 5em 0 2em 0;
}
.mining .mining-start .slider-container .slider-pointer {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 14px;
  transition: 0.5s ease-in-out;
}
.mining .mining-start .slider-container .slider-pointer p {
  background: #000;
  color: #fff;
  padding: 2px 9px;
  border-radius: 6px;
}
.mining .mining-start .slider-container .slider-pointer .slider-circle {
  background: #000;
  color: #fff;
  padding: 2px;
  border-radius: 200px;
  width: 50px;
  height: 50px;
  font-size: 12px;
}
.mining .mining-start .slider-container .slider-pointer .slider-circle svg {
  width: 18px;
  height: 25px;
}
.mining .mining-start .slider-container .slider-pointer span {
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 200px;
}
.mining .mining-start .sales-chart span {
  height: 14px;
  border: 1.6px solid #000;
  border-top: 0;
}
@media (max-width: 790px) {
  .mining .mining-start .live .text-end {
    flex-direction: row !important;
    text-align: left !important;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
  .mining .mining-start .col-md-6 {
    padding-top: 2em;
  }
  .mining .mining-start .col-md-6 .selection select {
    font-size: 13px;
  }
  .mining .mining-start .col-md-6 .selection p {
    font-size: 14px;
  }
  .mining .mining-start .col-md-6 .sales-chart .col-md-5 {
    width: 47%;
  }
  .transactions {
    overflow-x: auto;
  }
  .bars {
    display: flex !important;
  }
  .individual .green {
    border-radius: 25px 25px 0 0;
  }
  .progress {
    font-size: 14px !important;
    padding: 28px 20px !important;
  }
  .treasury .justify-content-between {
    text-align: center !important;
    gap: 16px;
  }
  .treasury .justify-content-between .text-end {
    text-align: center !important;
  }
  .individual .col-md-3 .col-lg-12 {
    padding: 2em;
  }
  .individual .btn-connect {
    margin: 11px auto;
    width: 89%;
    text-align: center;
  }
  .individual .w-85 {
    width: 60% !important;
  }
  .individual .wallet-dt .col-md-4, .individual .wallet-dt .col-md-3 {
    text-align: left !important;
    padding-left: 1em;
  }
  .individual .wallet-dt .col-md-3 {
    margin-top: 1em;
  }
  .individual .progress-row {
    width: 100%;
  }
  .individual .stake-brz {
    height: auto;
    padding-top: 5em;
  }
  .individual .stake-brz .date {
    top: -14px;
    position: relative;
  }
  .individual .stake-brz .col-md-4 p {
    display: none;
  }
  .individual .stake-brz .col-md-7 p {
    font-weight: 900;
  }
  .individual .already-staked .detail-btn {
    width: auto;
    text-align: center;
  }
  .individual .already-staked .col-md-7 h2 {
    text-align: right;
    font-size: 2em;
    font-weight: bold;
    margin: 0;
  }
  .individual #brz-sidebar {
    z-index: 11111;
    width: 100% !important;
    bottom: 0;
    top: unset;
    left: unset;
    right: unset;
    height: 0px;
    border-radius: 25px 25px 0 0px;
  }
  .individual #brz-sidebar .close-side-bar {
    display: none !important;
  }
  .individual #brz-sidebar .closeSidebar {
    border: none;
    background-color: transparent;
    color: #000;
    padding: 12px;
    border-radius: 0;
    width: auto;
    height: auto;
    text-align: center;
    font-weight: 900;
  }
  .individual #brz-sidebar .sidebar-mobile {
    display: flex;
  }
  .individual .not-staked-yet {
    flex-direction: column;
    padding: 8em 0 0 34px !important;
    gap: 30px;
    position: relative;
    overflow: hidden;
  }
  .individual .not-staked-yet img {
    width: 100% !important;
    right: -12em;
    position: relative;
  }
  .individual .not-staked-yet .paragraph-info {
    bottom: 3em;
    position: absolute;
    width: 47%;
  }
  .individual .not-staked-yet .main-text {
    text-align: center;
    margin-bottom: 11em;
  }
  .individual .not-staked-yet .main-text h3 {
    font-size: 1.7em;
    font-weight: 600;
  }
  .individual .not-staked-yet .main-text h3 span {
    background-image: url(../images/ellipse.svg);
    background-size: 100% 100%;
    background-position: 100% 100%;
    padding: 7px;
    white-space: nowrap;
  }
  .individual .not-staked-yet .detail-btn {
    margin: 20px 0;
    width: 100%;
    text-align: center;
  }
  .individual .not-staked-yet .col-md-5 {
    background-position: right !important;
  }
  .individual .wallet-flow {
    padding: 40px 20px !important;
  }
  .individual .wallet-flow .lock-data-amt {
    display: none;
  }
  .individual .new-div {
    gap: 2em;
  }
  .individual .new-div .p-4 {
    padding: 2rem !important;
  }
  .individual .new-div h2 {
    text-align: center;
    font-size: 2em;
    font-weight: 900;
    margin-bottom: 0;
    padding-bottom: 0px !important;
  }
  .individual .new-div h2 span {
    background-image: url(../images/ellipse.svg);
    background-size: 100% 100%;
    background-position: 100% 100%;
    padding: 7px;
  }
  .individual .new-div h4 {
    text-align: center;
    font-size: 16px;
    padding: 0px 13px !important;
    border-bottom: none !important;
  }
  .individual .new-div label {
    padding-top: 0 !important;
    display: none;
  }
  .individual .new-div input {
    margin-bottom: 0 !important;
  }
  .individual .new-div .loading-container {
    margin-top: 0;
  }
  .individual .not-locked-yet .row {
    gap: 2em;
  }
  .individual .lock-brz .row {
    gap: 20px;
  }
  .individual .lock-brz select {
    color: #fff;
  }
  .individual .lock-brz select option {
    color: #000;
  }
  .individual .lock-brz input {
    color: #fff;
    font-size: 18px;
  }
  .individual .lock-brz img {
    padding: 16px 0;
  }
  .individual .transactions .detail-btn {
    width: auto;
    text-align: center;
  }
  .individual .panel {
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: height 0.5s ease-in-out;
    position: fixed;
    background: #fff;
    top: 0;
    z-index: 11;
  }
  .individual .panel p {
    font-size: 1.5em;
    padding: 25px;
    margin: 0;
  }
  .individual .panel h3 {
    font-weight: 500;
    font-size: 1.2em;
  }
  .individual .panel .toggle-button {
    margin: 3em 3.5em;
  }
  .individual .panel.show {
    height: 100vh;
  }
  .individual.active {
    top: 0;
    transition: top 500ms ease-in-out 0ms;
  }
  .individual .bg-green-shadow .gap-2 {
    padding-top: 5em !important;
  }
  .individual .navigation {
    position: absolute;
  }
  .individual .p-5 {
    padding: 2rem !important;
  }
  .individual .px-5 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .individual .wallet {
    flex-direction: column;
    align-items: unset !important;
  }
  .individual .wallet .detail-btn {
    width: auto;
  }
  .individual footer h2 {
    font-size: 1em;
  }
  .individual .yield-item h2 {
    font-size: 1.2em;
  }
  .individual .wallet-flow img {
    width: 74%;
    left: -29px;
    position: relative;
    padding: 16px 0;
  }
  .individual .wallet-flow h3 {
    font-size: 1.3em;
    font-weight: 600;
  }
  .individual .menu-icons {
    z-index: 111;
  }
  .individual .col-md-3 .col-lg-12:hover {
    background-color: transparent;
  }
  .individual .col-md-3 .row p {
    font-size: 22px;
    padding: 20px 57px;
    padding-right: 3em;
    top: 28px;
    position: relative;
  }
  .individual .unfinished h3 {
    text-align: center;
    font-size: 18px;
  }
  .individual .unfinished .gap-4 {
    padding: 0 !important;
    margin: 0 !important;
  }
  .individual .unfinished select option {
    color: #000;
  }
  .individual .sidebar.black .closeSidebar {
    color: #fff;
    top: 16em;
  }
  .individual .wallet-flow-bar:hover {
    background-color: rgba(178, 178, 178, 0.1725490196);
  }
  .individual .bottom-bar {
    display: block;
    background-color: #000;
    z-index: 11111;
    width: 100% !important;
    bottom: 0;
    height: 0px;
    border-radius: 25px 25px 0 0px;
    position: fixed;
    padding: 0px 17px 0px 21px;
    color: #fff;
    transition: 0.2s ease-in-out;
  }
  .individual .bottom-bar .close-bottom-bar {
    text-align: center;
    padding: 9px 36px;
    background: #fff;
    color: #000;
    width: -moz-fit-content;
    width: fit-content;
    margin: 22px auto;
    border-radius: 67px;
    border: 1px solid #fff;
    transition: 0.2s ease-in-out;
  }
  .individual .bottom-bar .close-bottom-bar:hover {
    background-color: #000;
    color: #fff;
  }
  .individual .nft-menu-mobile {
    display: block;
    z-index: 11111;
    width: 100% !important;
    bottom: 0;
    height: 0px;
    border-radius: 25px 25px 0 0px;
    position: fixed;
    color: #000;
    transition: 0.2s ease-in-out;
    top: unset;
    left: 0;
  }
  .individual .nft-menu-mobile ul li {
    padding: 17px 20px;
  }
  .individual .nft-menu-mobile .close-nft-menu {
    color: red;
  }
  .individual .connect-bar {
    background-color: #fff;
    z-index: 111111;
    width: 100% !important;
    bottom: 0;
    border-radius: 25px 25px 0 0px;
    position: fixed;
    padding: 23px 20px;
    color: #000;
    transition: 0.2s ease-in-out;
  }
  .individual .nav-tabs {
    border-bottom: none;
    overflow-x: auto;
    overflow-y: hidden;
    z-index: 1;
    position: relative;
  }
  .individual .bg-green-shadow .gap-2 {
    display: none;
  }
  .individual .nft-menu-desktop {
    display: none !important;
  }
}

/* Close button styles */
.close-side-bar {
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 8px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    transition: background-color 0.2s;
}

.close-side-bar:hover {
    background: rgba(255, 255, 255, 0.2);
}

.close-side-bar span {
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

/*# sourceMappingURL=style.css.map */