.accordion-title {
  padding-right: 10px;
}

.bonds-filters {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media screen and (min-width: 1000px) {
  .bonds-filters {
    justify-content: flex-end;
  }
}
.bonds-filters .desktop-rec-container {
  justify-content: flex-end;
  display: none;
  margin-right: 20px;
}
@media screen and (min-width: 1000px) {
  .bonds-filters .desktop-rec-container {
    display: flex;
  }
}
.bonds-filters .mobile-rec-container {
  display: flex;
  width: 49%;
}
@media screen and (min-width: 1000px) {
  .bonds-filters .mobile-rec-container {
    display: none;
  }
}
.bonds-filters .network-filter {
  display: flex;
}
@media screen and (max-width: 1000px) {
  .bonds-filters .network-filter {
    width: 49%;
  }
}
.bonds-filters .clear-all-button {
  display: none;
  align-items: center;
  width: 110px;
  height: 34px;
  color: var(--theme-ui-colors-textDisabledButton);
  font-size: 14px;
  background: var(--theme-ui-colors-white2);
  padding: 8px 16px;
  justify-content: center;
  font-weight: 500;
  margin-left: 15px;
  line-height: 13px;
  cursor: pointer;
}
@media screen and (min-width: 1000px) {
  .bonds-filters .clear-all-button {
    display: flex;
  }
}

.bonds-cards {
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media screen and (min-width: 800px) {
  .bonds-cards {
    flex-direction: row;
    gap: 5px;
  }
}
.bonds-cards .bond-card-block {
  display: flex;
  padding: 8px 12px;
  background: var(--theme-ui-colors-white3);
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1px;
}
@media screen and (min-width: 800px) {
  .bonds-cards .bond-card-block {
    width: 350px;
    flex-direction: column;
    padding: 12px;
  }
}
.bonds-cards .bond-card-block .bond-card-title {
  display: flex;
  font-weight: 400;
  font-size: 12px;
}
@media screen and (min-width: 800px) {
  .bonds-cards .bond-card-block .bond-card-title {
    padding-bottom: 5px;
  }
}
.bonds-cards .bond-card-block .bond-card-tooltip {
  padding-left: 5px;
  align-items: flex-start;
  cursor: pointer;
}
.bonds-cards .bond-card-block .bond-card-content {
  display: flex;
  font-size: 12px;
  font-weight: 700;
}
@media screen and (min-width: 800px) {
  .bonds-cards .bond-card-block .bond-card-content {
    font-size: 16px;
  }
}
.bonds-cards .hide-mobile {
  display: none;
}
@media screen and (min-width: 800px) {
  .bonds-cards .hide-mobile {
    display: flex;
  }
}

.modal {
  width: fit-content !important;
  max-width: 95%;
}

.project-image {
  border-radius: 6px;
  width: 100%;
}
@media (min-width: 1100px) {
  .project-image {
    width: 475px;
  }
}

.modal-content {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background-color: var(--theme-ui-colors-white2);
  border-radius: 10px;
  width: 100%;
}
.modal-content .gold-ribbon {
  display: none;
}

.modal-content.gold-rush .gold-ribbon {
  display: block;
  top: 0px;
  left: 0px;
}

.modaltable-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.slipagge-close-icons {
  position: absolute;
  top: -10px;
  right: -3px;
  cursor: pointer;
  flex-direction: column;
}

.title-container.bondicon {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}

.icon-container {
  position: relative;
  display: inline-block;
}

.icon-container svg {
  position: absolute;
  top: -8px;
  right: -5px;
  z-index: 1;
}

.icon-container img {
  display: block;
}

.icon-container-small {
  position: relative;
  display: inline-block;
}

.icon-container-small svg {
  position: absolute;
  top: -5px;
  right: -4px;
  z-index: 1;
}

.icon-container-small img {
  display: block;
}

.title-container.bondname {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  font-size: 24px;
  font-weight: 700;
}

.title-container.bondname-small {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 10px;
}

.price-container.price {
  font-size: 14px;
  text-decoration: line-through;
  opacity: 0.5;
  font-weight: 400;
}

.title-container.tokentags {
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.description-container {
  display: flex;
  align-items: flex-start;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  padding: 10px 0;
}

.modaltable-container.blocks-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  justify-content: space-around;
  margin-top: 5px;
}

.modal-block {
  min-width: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--theme-ui-colors-white3);
  font-weight: 900;
  font-size: 16px;
  border-radius: 10px;
  height: 90%;
  padding: 13px;
}

.block-header {
  color: white;
  font-weight: 400;
  font-size: 12px;
}

.header-icon {
  padding-left: 5px;
  align-items: flex-start;
  cursor: pointer;
}

.block-content {
  align-items: center;
  font-weight: 700;
}

.modal-block.block-discount {
  margin: 0px 10px 0px 0px;
  width: 350px;
}

.discount-positive {
  color: #38A611;
}

.discount-negative {
  color: #DF4141;
}

.modal-block.block-arr {
  margin: 0px 10px 0px 0px;
  width: 350px;
}

.modal-block.block-term {
  margin: 0px 10px 0px 0px;
  width: 350px;
}

.modal-block.block-maxbuy {
  width: 350px;
}

.modaltable-container.text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 12px;
  padding: 10px 0;
}

.text-container.row {
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.row-container {
  display: flex;
  font-weight: 400;
  align-items: center;
}

.row-container.spend {
  display: flex;
}

.row-container.spend-val {
  display: flex;
}

.row-container.premium {
  display: flex;
}

.row-container.premium-icon {
  padding-left: 5px;
  align-items: flex-start;
  cursor: pointer;
}

.row-container.premium-val {
  display: flex;
}

.premium-positive {
  color: #38A611;
}

.premium-negative {
  color: #DF4141;
}

.row-container.get {
  display: flex;
}

.row-container.get-val {
  display: flex;
}

.modaltable-container.buy-container {
  display: flex;
  flex-direction: column;
  background: var(--theme-ui-colors-white3);
  border-radius: 10px;
  min-height: 96px;
  padding: 10px;
}

.input-container.inputrow {
  flex-direction: row;
}

.input-container.balancerow {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  opacity: 0.8;
  padding-left: 6px;
}

.balancerow.text {
  opacity: 0.8;
  align-items: center;
  font-size: 12px;
}

.balancerow.max {
  align-items: center;
  cursor: pointer;
}
.balancerow.max .max-button {
  background: var(--theme-ui-colors-primaryButton);
  height: 22px;
  padding-left: 8px;
  padding-right: 8px;
  cursor: "pointer";
  font-size: 12px;
  font-weight: 600;
  border-radius: small;
  margin-left: 10px;
  transition: "all .3s linear";
  display: flex;
  align-items: center;
  justify-content: center;
}
.balancerow.max .max-button:active {
  transform: scale(0.9);
}

.input-container.input {
  background-color: transparent;
  border-radius: 10px;
  border: medium;
  padding-right: 10px;
  width: 100%;
  font-size: 22px;
}
.input-container.input Input {
  border: none;
  display: inline-block;
}
.input-container.input Input:focus {
  outline: none;
}

.input-container.token {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  background: var(--theme-ui-colors-white4);
  position: relative;
  width: 190px;
  height: 36px;
  justify-content: space-between;
}

.input-container.bondicon {
  margin-left: 5px;
}

.modaltable-container.button-container {
  width: 100%;
  padding-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.button-container.get {
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 45%;
  min-width: 110px;
}
.button-container.get .action-button {
  margin-right: 10px;
  padding: 9px 5px;
}

.button-container.buy {
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 100%;
}
.button-container.buy .action-button {
  width: 100%;
}
.button-container.buy .switch-button {
  width: 100%;
}

.modaltable-container.accordion-container {
  display: flex;
  position: absolute;
  padding: 30px 50px;
  background: #12131A;
  width: 100%;
  border-radius: 0 0 10px 10px;
  gap: 10px !important;
}
@media (min-width: 1100px) {
  .modaltable-container.accordion-container {
    width: 90%;
    left: 5%;
  }
}

.toast {
  position: fixed;
  top: 50px;
  right: 20px;
  background-color: var(--theme-ui-colors-white2);
  color: white;
  font-size: 24px;
  padding: 10px 20px;
  border-radius: 5px;
  height: 75px;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  animation: fadein 0.5s, fadeout 0.5s 4.5s;
  cursor: pointer;
}

@keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 50px;
    opacity: 1;
  }
}
@keyframes fadeout {
  from {
    top: 50px;
    opacity: 1;
  }
  to {
    top: 0;
    opacity: 0;
  }
}
.button-container.zap {
  width: 100%;
}

.switch-button.zap {
  width: 100%;
}

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

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

.text-highlight {
  color: #38A611;
}

.paragraph-spaced {
  line-height: 150%;
}

.button-narrow {
  width: 190px !important;
}

.fading-hr {
  border: none;
  height: 1px;
  /* Adjust thickness */
  background: linear-gradient(to right, transparent, white, transparent);
  /* White fades to transparent */
  width: 100%;
  /* Full width */
  margin: 20px 0;
  /* Adjust margin for spacing */
}

.rotate-hr {
  rotate: 90deg;
  margin: 0px !important;
  width: 20px !important;
}

span.flex-inline {
  display: contents;
}

.expand-icon {
  height: 20px;
  fill: #38A611;
}

.modal-receive-text {
  padding-left: 5px;
  font-size: 14px;
}

.bondmodal-header-alt {
  padding-left: 50px;
  margin: 0px 0px 10px 0px !important;
}

.token-selector-panel {
  flex-direction: column;
  background: var(--theme-ui-colors-white3);
  padding: 10px;
  min-height: 92px;
}

.bond-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 70px;
  background-color: var(--theme-ui-colors-white2);
  cursor: pointer;
  margin-bottom: 5px;
  justify-content: space-between;
  position: relative;
}
.bond-row:hover {
  background-color: var(--theme-ui-colors-white3);
}
.bond-row .min-tiers-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.bond-row .bond-info-columns {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
@media screen and (min-width: 1000px) {
  .bond-row .bond-info-columns {
    justify-content: space-between;
  }
}
.bond-row .bond-info-columns .discount-column {
  display: flex;
  width: 170px;
  align-items: flex-end;
  justify-content: center;
}
.bond-row .bond-info-columns .arr-column {
  display: none;
  width: 170px;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (min-width: 1000px) {
  .bond-row .bond-info-columns .arr-column {
    display: flex;
  }
}
.bond-row .bond-info-columns .terms-column {
  display: none;
  width: 115px;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1000px) {
  .bond-row .bond-info-columns .terms-column {
    display: flex;
  }
}
.bond-row .bond-info-columns .tokens-remaining-column {
  display: none;
  width: 135px;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (min-width: 1000px) {
  .bond-row .bond-info-columns .tokens-remaining-column {
    display: flex;
  }
}
.bond-row .bond-info-columns .tooltip-column {
  width: 50px;
  display: flex;
}
.bond-row .gold-ribbon {
  display: none;
}

.gold-ribbon {
  position: absolute;
  background-image: url("https://res.cloudinary.com/dswmrqgwy/image/upload/v1/tag_qew3pm.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 70px;
  height: 68px;
  z-index: 9;
}

.bond-row.gold-rush {
  background: linear-gradient(90deg, rgba(227, 164, 85, 0.6) 7%, rgba(103, 61, 34, 0.6) 18%, rgba(246, 219, 166, 0.6) 36%, rgba(255, 235, 195, 0.6) 43%, rgba(240, 190, 121, 0.6) 53%, rgba(238, 188, 112, 0.6) 77%, rgba(63, 31, 15, 0.6) 92%), linear-gradient(0deg, #FFAE00 0%, #FFAE00 100%), var(--Neutral-Elevation-1, #161420);
}
.bond-row.gold-rush .gold-ribbon {
  display: block;
}

.column.column-tokens {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 40%;
}

.column.column-tokeninfoname {
  width: 100%;
  height: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
}

.column.column-tokenname {
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
}

.column.column-tokenicons {
  width: 50px;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.column.tooltip-container {
  width: 50px;
  justify-content: flex-start;
}

.column.column-bondinfo {
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 70%;
}

.column.column-discount {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 20%;
}

.discount-positive {
  color: #38a611;
  width: 20%;
}

.discount-negative {
  color: #ffffff;
  width: 20%;
}

.column.column-arr {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 20%;
}

.column.column-terms {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 20%;
}

.column.column-tokensremaining {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 30%;
}

.bonds-menu {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  width: 100%;
  font-size: 11px;
}
.bonds-menu .table-header-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  overflow: hidden;
  padding: 10px 0;
}
@media screen and (min-width: 1000px) {
  .bonds-menu .table-header-container {
    padding: 20px 0 10px 0;
  }
}
.bonds-menu .search-container {
  display: flex;
  flex-direction: row;
}
@media screen and (min-width: 1000px) {
  .bonds-menu .search-container {
    width: 45%;
  }
}
.bonds-menu .headers-container {
  display: flex;
  width: 50%;
  justify-content: flex-end;
}
@media screen and (min-width: 1000px) {
  .bonds-menu .headers-container {
    justify-content: space-between;
    width: 55%;
  }
}
.bonds-menu .discount-header {
  display: flex;
  width: 170px;
  align-items: flex-end;
  cursor: pointer;
  padding-left: 15px;
}
@media screen and (min-width: 513px) {
  .bonds-menu .discount-header {
    padding-left: 0;
    width: 170px;
    justify-content: center;
  }
}
.bonds-menu .arr-header {
  display: none;
  width: 170px;
  align-items: flex-end;
  justify-content: center;
  cursor: pointer;
}
@media screen and (min-width: 1000px) {
  .bonds-menu .arr-header {
    display: flex;
  }
}
.bonds-menu .terms-header {
  display: none;
  width: 115px;
  align-items: flex-end;
  justify-content: center;
  cursor: pointer;
}
@media screen and (min-width: 1000px) {
  .bonds-menu .terms-header {
    display: flex;
  }
}
.bonds-menu .tokens-remaining-header {
  display: none;
  width: 135px;
  align-items: flex-end;
  justify-content: center;
  cursor: pointer;
}
@media screen and (min-width: 1000px) {
  .bonds-menu .tokens-remaining-header {
    display: flex;
  }
}
.bonds-menu .tooltip-header {
  width: 50px;
  display: flex;
}
.bonds-menu .claimable-header {
  display: flex;
  width: 130px;
  align-items: flex-end;
  justify-content: center;
  cursor: pointer;
}
.bonds-menu .your-bonds-table-headers {
  display: none;
  width: 130px;
  align-items: flex-end;
  justify-content: center;
  cursor: pointer;
  opacity: 0.6;
  line-height: 12px;
}
@media screen and (min-width: 1000px) {
  .bonds-menu .your-bonds-table-headers {
    display: flex;
  }
}
.bonds-menu .claim-all-button-container {
  display: flex;
  width: 210px;
  align-items: flex-end;
  justify-content: center;
  cursor: pointer;
}

.bondrowsbychain {
  width: 100%;
  flex-direction: column;
  margin-top: 5px;
}

.bondrowswithtitle {
  width: 100%;
  flex-direction: column;
}

html {
  scroll-behavior: smooth;
}

.bonds-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 10px;
}

.bonds-spinner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50vh;
}

.progressbar-background {
  width: 100%;
  height: 5px;
  background-color: var(--theme-ui-colors-white4);
  border-radius: 10px;
  overflow: hidden;
}

.progressbar-completed {
  border-radius: 10px;
  height: 100%;
  background-color: var(--theme-ui-colors-text);
}

.tokeninfoname.container {
  width: 100%;
  position: relative;
  justify-content: start;
  height: 100%;
  align-items: center;
  padding-left: 20px;
  border-radius: 10px;
}

.tokeninfoname.gradient {
  position: absolute;
  z-index: 0;
  left: 0px;
  width: 30px;
  height: 100%;
  filter: blur(35px);
}

.tokeninfoname.chain {
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  border-radius: 10px 0px 8px 0px;
  z-index: 5;
}

.tokeninfoname.tokencontainer {
  padding-left: 6px;
  width: 100%;
  align-items: center;
}

.tokeninfoname.tokentext {
  margin-left: 10px;
  font-weight: 700;
  width: 100%;
  flex-direction: column;
}

.your-bonds {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-around;
  background-color: var(--theme-ui-colors-white2);
  margin-bottom: 5px;
  border-radius: 10px;
  cursor: pointer;
}
.your-bonds:hover {
  background-color: var(--theme-ui-colors-white3);
}
@media screen and (min-width: 1000px) {
  .your-bonds {
    flex-direction: row;
    height: 70px;
  }
}
.your-bonds .token-info-container {
  display: flex;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .your-bonds .token-info-container {
    width: 45%;
  }
}
.your-bonds .token-info-container .tooltip-column {
  display: flex;
  width: 50px;
  align-items: center;
  margin-left: 10px;
}
@media screen and (min-width: 1000px) {
  .your-bonds .token-info-container .tooltip-column {
    display: none;
  }
}
.your-bonds .your-bonds-columns-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .your-bonds .your-bonds-columns-container {
    width: 55%;
    justify-content: space-between;
    flex-direction: row;
    padding-right: 20px;
  }
}
.your-bonds .your-bonds-columns-container .your-bonds-content:first-of-type {
  margin-top: 10px;
}
@media screen and (min-width: 1000px) {
  .your-bonds .your-bonds-columns-container .your-bonds-content:first-of-type {
    margin-top: 0;
  }
}
.your-bonds .your-bonds-columns-container .your-bonds-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 10px;
  font-size: 14px;
}
@media screen and (min-width: 1000px) {
  .your-bonds .your-bonds-columns-container .your-bonds-content {
    width: 130px;
    justify-content: center;
    margin-top: 0;
  }
}
.your-bonds .your-bonds-columns-container .your-bonds-content .your-bonds-content-title {
  display: flex;
  font-size: 12px;
  font-weight: 500;
  opacity: 0.6;
}
@media screen and (min-width: 1000px) {
  .your-bonds .your-bonds-columns-container .your-bonds-content .your-bonds-content-title {
    display: none;
  }
}
.your-bonds .your-bonds-columns-container .your-bonds-content .your-bonds-content-tokens-amount {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}
.your-bonds .your-bonds-columns-container .your-bonds-content .your-bonds-content-tokens-usd-amount {
  opacity: 0.6;
  font-size: 12px;
  font-weight: 400;
  margin-left: 4px;
  color: var(--theme-ui-colors-textDisabledButton);
}
.your-bonds .your-bonds-columns-container .your-bonds-column-button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
@media screen and (min-width: 1000px) {
  .your-bonds .your-bonds-columns-container .your-bonds-column-button {
    width: 210px;
    padding: 0;
  }
}
.your-bonds .your-bonds-columns-container .button {
  font-size: 14px;
  padding: 6px;
  height: 30px;
}
.your-bonds .your-bonds-columns-container .hide-mobile {
  display: none;
}
@media screen and (min-width: 1000px) {
  .your-bonds .your-bonds-columns-container .hide-mobile {
    display: flex;
  }
}

.yourbonds-spinner {
  width: 100%;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 100px;
  background: var(--theme-ui-colors-white2);
  align-items: center;
  border-radius: 10px;
  margin-top: 15px;
}

.yourbonds.table-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 10px;
}

.yourbonds.header-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 30px;
  justify-content: space-around;
  margin-bottom: 15px;
  padding: 0px;
  border-radius: 10px;
  font-size: 11px;
  color: #73728E;
}

.yourbonds.bondrow-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 70px;
  justify-content: space-around;
  background-color: var(--theme-ui-colors-white2);
  margin-bottom: 5px;
  border-radius: 10px;
  cursor: pointer;
}
.yourbonds.bondrow-container:hover {
  background-color: var(--theme-ui-colors-white3);
}

.yourbonds.column-tokens {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 40%;
}

.yourbonds.column-search {
  padding-bottom: 0px;
}

.yourbonds.column-tokeninfoname {
  width: 100%;
  height: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
}

.yourbonds.column-bondinfo {
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 60%;
}

.yourbonds.header-claimable {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 25%;
  font-size: 11px;
  color: var(--theme-ui-colors-text);
}

.yourbonds.header-pending {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 25%;
  font-size: 11px;
  color: var(--theme-ui-colors-text);
}

.yourbonds.header-terms {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 25%;
  font-size: 11px;
  color: var(--theme-ui-colors-text);
}

.yourbonds.header-claimall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding-right: 20px;
  padding-bottom: 15px;
}

.yourbonds.header-icon {
  padding-left: 5px;
  align-items: flex-start;
  justify-content: space-around;
  cursor: pointer;
}

.yourbonds.column-claimable {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 25%;
}

.yourbonds.column-pending {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 25%;
}

.yourbonds.column-terms {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 25%;
}

.yourbonds.column-claimall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  max-width: 230px;
  padding-right: 20px;
}
.yourbonds.column-claimall .claim-button {
  height: 35px;
  line-height: 12px;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
}
.yourbonds.column-claimall .claim-button:disabled {
  filter: brightness(130%);
}
.yourbonds.column-claimall .switch-button {
  height: 35px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
}
.yourbonds.column-claimall .switch-button:disabled {
  filter: brightness(130%);
}

.toast {
  position: fixed;
  bottom: 50px;
  right: 20px;
  background-color: var(--theme-ui-colors-white2);
  color: white;
  font-size: 24px;
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  animation: fadein 0.5s, fadeout 0.5s 4.5s;
  cursor: pointer;
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 50px;
    opacity: 1;
  }
}
@keyframes fadeout {
  from {
    bottom: 50px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
.fade-out {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
}

.fade-out.hidden {
  opacity: 0;
  visibility: hidden;
}

.yourbondsmodal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(66, 66, 66, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  overflow: auto;
  padding: 50px;
}

.yourbondsmodal-content {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background-color: var(--theme-ui-colors-white2);
  z-index: 1001;
  max-width: 1200px;
  min-width: 1000px;
  overflow: auto;
}

.yourbondsmodal-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
}

.yourbondsmodal-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 5px;
}
.yourbondsmodal-header .svg-close {
  height: 12px;
  width: 12px;
  cursor: pointer;
}

.yourbondsmodal.table-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1000px) {
  .yourbondsmodal.table-container {
    flex-direction: row;
  }
}

.yourbondsmodal.bondimage {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 400px;
}
@media screen and (min-width: 1000px) {
  .yourbondsmodal.bondimage {
    max-width: 520px;
    min-width: 520px;
  }
}
@media screen and (min-width: 1200px) {
  .yourbondsmodal.bondimage {
    max-width: 720px;
    min-width: 720px;
  }
}

.yourbondsmodal.yourbondinfo {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
}
@media screen and (min-width: 1000px) {
  .yourbondsmodal.yourbondinfo {
    margin-top: 0;
  }
}

.yourbondinfo.title-container {
  font-weight: bold;
  font-size: 1.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.title-container.bondicon {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.icon-container {
  position: relative;
  display: inline-block;
}

.icon-container svg {
  position: absolute;
  top: -8px;
  right: -5px;
  z-index: 1;
}

.icon-container img {
  display: block;
}

.icon-container-small {
  position: relative;
  display: inline-block;
}

.icon-container-small svg {
  position: absolute;
  top: -5px;
  right: -4px;
  z-index: 1;
}

.icon-container-small img {
  display: block;
}

.title-container.tokenname {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 10px;
}

.title-container.tokentags {
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.yourbondinfo.blocks-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: space-around;
  margin-bottom: 10px;
  margin-top: 5px;
}

.yourbondinfo-block.header {
  color: white;
  align-items: center;
  width: 50%;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.yourbondinfo-block.header-title {
  align-items: center;
  display: flex;
  opacity: 0.6;
}

.yourbondinfo-block.header-tooltip {
  align-items: center;
}

.block-header.icon {
  padding-left: 5px;
  align-items: flex-start;
  cursor: pointer;
  opacity: 0.6;
}

.yourbondinfo-block.info {
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 50%;
  display: flex;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.block-info.icon {
  align-items: center;
}

.block-info.text {
  padding-left: 10px;
}

.attributes-container {
  flex-direction: column;
  width: 100%;
  padding-bottom: 10px;
  align-items: center;
}
.attributes-container .attributes-header {
  justify-content: space-between;
  height: 24px;
  background-color: var(--theme-ui-colors-white3);
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.yourbondinfo-block.row-vested {
  flex-direction: row;
  height: 35px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  align-items: center;
  justify-content: space-between;
  background: var(--theme-ui-colors-white3);
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 1px;
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 1000px) {
  .yourbondinfo-block.row-vested {
    margin-bottom: 8px;
    border-radius: 10px;
    height: 40px;
  }
}

.yourbondinfo-block.row-pending {
  flex-direction: row;
  height: 35px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  align-items: center;
  justify-content: space-between;
  background: var(--theme-ui-colors-white3);
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 1px;
}
@media screen and (min-width: 1000px) {
  .yourbondinfo-block.row-pending {
    margin-bottom: 8px;
    border-radius: 10px;
    height: 40px;
  }
}

.yourbondinfo-block.row-claimable {
  flex-direction: row;
  height: 35px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  align-items: center;
  justify-content: space-between;
  background: var(--theme-ui-colors-white3);
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 1px;
  border-radius: 0 0 10px 10px;
}
@media screen and (min-width: 1000px) {
  .yourbondinfo-block.row-claimable {
    margin-bottom: 8px;
    border-radius: 10px;
    height: 40px;
  }
}

.yourbondinfo.button-container {
  width: 100%;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 1000px) {
  .yourbondinfo.button-container {
    flex-direction: row;
  }
}

.button-container.claim {
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.button-container.claim .switch-button {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .button-container.claim .switch-button {
    width: 300px;
  }
}
.button-container.claim .claim-button {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .button-container.claim .claim-button {
    width: 300px;
  }
}

.button-container.transfer {
  justify-content: center;
  align-items: center;
}
.button-container.transfer .transfer-button {
  width: 100%;
  margin-top: 10px;
}
@media screen and (min-width: 1000px) {
  .button-container.transfer .transfer-button {
    width: 125px;
    margin-top: 0;
  }
}

.toast {
  position: fixed;
  top: 50px;
  right: 20px;
  background-color: var(--theme-ui-colors-white2);
  color: white;
  font-size: 24px;
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  animation: fadein 0.5s, fadeout 0.5s 4.5s;
  cursor: pointer;
}

@keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 50px;
    opacity: 1;
  }
}
@keyframes fadeout {
  from {
    top: 50px;
    opacity: 1;
  }
  to {
    top: 0;
    opacity: 0;
  }
}
.full-bonds-view-container {
  width: 100%;
  flex-direction: column;
  position: relative;
}
.full-bonds-view-container .toggle-container {
  width: 100%;
  padding: 10px;
}
@media (min-width: 1000px) {
  .full-bonds-view-container .toggle-container {
    padding: 0;
    width: 300px;
    position: absolute;
    left: 10px;
  }
}

.sharebondimage-card {
  flex-direction: column;
  width: 768px;
  height: 768px;
  align-items: center;
  background-image: url(/images/bills/bg.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  justify-content: center;
  display: flex;
}

.sharebondimage-nft {
  margin-top: 10px;
  flex-direction: column;
  align-items: center;
}

.sharebondimage-nft-id {
  display: flex;
  position: absolute;
  top: 15px;
  right: -61px;
  min-width: 60px;
  height: 28px;
  border-radius: 0px 6px 6px 0px;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(34px);
}

.sharebondimage-nft-id span {
  font-size: 14px;
  color: text;
  line-height: 8px;
}

.sharebondimage-nft img {
  width: 319px;
  height: 180px;
  border-radius: 10px 10px 0px 0px;
}

.sharebondimage-container-info {
  display: flex;
  width: 381px;
  height: 147px;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(34px);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 10px 8px 10px 8px;
  margin-top: -3px;
}

.sharebondimage-container-discount {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 7px;
  padding: 10px;
}

.sharebondimage-container-off {
  display: flex;
  margin-left: 30px;
  width: 125px;
  height: 27px;
  border-radius: 5px;
  border: 1px solid rgba(56, 166, 17, 0.2);
  justify-content: center;
  align-items: center;
  background-color: rgba(56, 166, 17, 0.0509803922);
}

.sharebondimage-container-off span {
  color: #38A611;
  font-size: 16px;
  font-weight: 700;
}

.sharebondimage-container-discount-price {
  flex-direction: column;
  margin-left: 13px;
}

.sharebondimage-container-discount-token {
  display: flex;
  gap: 4px;
  color: rgba(255, 255, 255, 0.5);
}

.sharebondimage-container-discount-token span {
  font-size: 14px;
  font-weight: 400;
}

.sharebondimage-container-discount-price-discount {
  color: #49B423;
  font-size: 22px;
  font-weight: 700;
}

.sharebondimage-container-tokens {
  display: flex;
  width: 100%;
  padding-top: 6px;
  gap: 5px;
  justify-content: center;
  align-items: center;
}

.sharebondimage-container-token {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 7px;
  padding: 10px;
}

.sharebondimage-container-token img {
  width: 26px;
  height: 26px;
}

.sharebondimage-amount-deposit {
  color: #FAFAFA;
  font-size: 14px;
  font-weight: 700;
}

.sharebondimage-dollarvalue {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: 400;
}

.sharebondimage-container-earntoken {
  display: flex;
  flex-direction: column;
}

.sharebondimage-amount-earntoken {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
}

.sharebondimage-profit {
  justify-content: center;
  align-items: center;
}

.sharebondimage-profit span {
  color: #38A611;
  font-size: 10px;
  font-weight: 400;
  line-height: 4px;
}

.sharebondimage-amount-payout {
  color: #38A611;
  font-size: 14px;
  font-weight: 700;
}

.sharebondimage-amount-dollarvalue {
  color: #38A611;
  font-size: 12px;
  font-weight: 400;
}

.banner-container {
  width: 100%;
  min-height: 160px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  gap: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px;
}
.banner-container .banner-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.banner-container .banner-title {
  font-weight: 700;
  font-size: 25.26px;
  line-height: 30.26px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  background: linear-gradient(180deg, #FFFFFF 50%, #666666 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner-container .banner-subtitle {
  font-weight: 400;
  font-size: 14.26px;
  line-height: 30.26px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  background: linear-gradient(180deg, #FFFFFF 50%, #666666 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner-container .banner-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.banner-container .banner-actions .action-button {
  height: 35px;
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 575px) {
  .banner-container .banner-title {
    width: 50%;
    font-size: 18px;
    line-height: 21px;
  }
  .banner-container .banner-subtitle {
    width: 55%;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 10px;
  }
}
@media (min-width: 800px) and (max-width: 1000px) {
  .banner-container {
    background-position: bottom center;
  }
}
