@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");

:root {
  --primary: #49beb7;
  --secondary: #facf5a;
  --important: #ff5959;
  --background: #085f63;
  --field: #05848a;
  --text: #1c252e;
  --border-secondary: #49beb74d;
  --disabled: #c4c4c4;
  --disabled-text: #f1f1f1;
  --table-background: white;
  --table-font: #085f63;
  --dark-important: black;
  --btn-text-primary: black;
  --btn-text-important: black;
  --field-text: white;
  --range-top-position: -3px;
  --carousel-padding-horizontal: 43px;
}

/* Override the value for Firefox */
@-moz-document url-prefix() {
  :root {
    --range-top-position: -14px;
  }
}

* {
  box-sizing: border-box;
}

body {
  background-color: #f4f6f8;
  font-family: "Roboto", sans-serif;
  display: flex;
  flex-direction: column;
  margin: 0;
  overflow-x: hidden;
}

.container {
  margin: 2rem 1.5rem;
}

.page-content {
  max-width: 1440px;
  margin-left: auto; /* Auto margin on left */
  margin-right: auto; /* Auto margin on right */
  min-height: 65dvh;
}

.nav-bar {
  display: block;
  justify-content: space-around;
  padding-bottom: 4rem;
}

.nav-desktop {
  display: flex;
  gap: 50px;
  align-items: start;
}

#nav-tab-section {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 10px;
  flex: 1;
  align-self: center;
}

#active-metamask-account,
#active-metamask-account-mobile {
  color: var(--primary);
  font-weight: 700;
  font-size: 20px;
}

.nav-link {
  font-size: large;
  font-weight: bold;
  text-decoration: none;
}

.nav-link-light {
  color: white;
}

.link-leave {
  color: var(--text);
  cursor: pointer;
}

.link-leave:hover {
  color: var(--primary);
}

.link-stay {
  color: var(--primary);
}

.page-title {
  font-size: 64px;
  font-weight: 700;
  color: var(--text);
  padding-bottom: 2rem;
  letter-spacing: -0.03em;
  display: none;
  margin-top: 1rem;
}

.page-title.subtitle {
  padding-bottom: 0;
}

.page-subtitle {
  color: var(--text);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-bottom: 3rem;
}

.metamask-missing-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px; /* 156.25% */
  letter-spacing: -0.48px;
  width: 50%;
  color: var(--text);
}

.metamask-missing-description p {
  color: inherit;
}

input::-webkit-input-placeholder {
  color: #b7b7b7;
}

/*
  GBM elements
*/
.gbm-header {
  color: var(--text);
  font-size: 22px;
  font-weight: 700;
}

.gbm-description {
  color: var(--text);
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  max-width: 700px;
  font-size: 22px;
}

.gbm-btn-link {
  text-decoration: none;
}

.gbm-btn {
  font-size: medium;
  color: var(--btn-text-primary);
  height: 2.5rem;
  padding: 0.5rem 0.75rem;
  background-color: var(--primary);
  border-radius: 50px;
  border: none;
  cursor: pointer;
}

.gbm-btn.transparent {
  color: var(--text);
  background-color: transparent;
  border: 1.5px solid var(--text);
}

.gbm-btn.transparent.border-primary {
  background-color: transparent;
  border: 1.5px solid var(--primary);
}

.gbm-btn.red {
  background-color: var(--important);
  color: var(--btn-text-important);
}

.gbm-btn:disabled {
  background-color: var(--disabled);
  cursor: not-allowed;
}

.gbm-select {
  display: flex;
  font-size: large;
  width: 100%;
  color: var(--text);
  border: none;
  border-radius: 50px;
  transition: 0.3s all ease-in-out;
  position: relative;
  height: min-content;
}

.gbm-select.transparent {
  background-color: transparent;
  border: 1.5px solid var(--text);
}

.gbm-select svg {
  position: absolute;
  top: 40%;
  right: 1%;
}

.gbm-select-dropdown {
  font-size: large;
  width: 100%;
  background-color: var(--field);
  color: var(--field-text);
  border: none;
  border-radius: 50px;
  transition: 0.3s all ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  text-align: left;
  position: relative;
  display: inline-block;
  height: 3rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gbm-select.transparent .gbm-select-dropdown {
  background-color: transparent;
  color: var(--text);
}

.gbm-select-dropdown input:focus + label {
  background: var(--text);
}
.gbm-select-dropdown input {
  height: 3rem;
  display: inline-block;
  position: absolute;
  opacity: 0.01;
}
.gbm-select-dropdown label {
  display: block;
  height: 3rem;
  line-height: 3rem;
  padding-left: 1em;
  padding-right: 3em;
  cursor: pointer;
  position: relative;
  transition: 0.3s color ease-in-out;
}

.gbm-select-dropdown label:nth-child(2) {
  margin-top: 3rem;
}

.gbm-select-dropdown input:checked + label {
  display: block;
  border-top: none;
  position: absolute;
  top: 0px;
  width: 100%;
}

.gbm-select-dropdown input:checked + label:nth-child(2) {
  margin-top: 0;
  position: relative;
}

.gbm-select.transparent:has(> .gbm-select-dropdown.expanded) {
  border: none;
}

.gbm-select.transparent .gbm-select-dropdown.expanded,
.gbm-select-dropdown.expanded {
  border: none;
  border-radius: 13px;
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 5px 0px;
  color: var(--field);
  background: var(--field-text);
}

.gbm-select.transparent .gbm-select-dropdown.expanded,
.gbm-select-dropdown.expanded label {
  border-top: 1px solid var(--primary);
}
.gbm-select.transparent .gbm-select-dropdown.expanded,
.gbm-select-dropdown.expanded label:hover {
  color: var(--primary);
}

.gbm-select.transparent .gbm-select-dropdown.expanded,
.gbm-select-dropdown.expanded input:checked + label {
  color: var(--field);
}

.gbm-label-input-boxed {
  color: var(--text);
  font-size: larger;
  margin-bottom: 10px;
}

.gbm-input-group {
  margin-top: 1rem;
}

.gbm-input-boxed,
.gbm-textarea-boxed {
  font-size: larger;
  padding: 10px;
  background: var(--field);
  color: var(--field-text);
  border-radius: 4px;
  border: none;
  cursor: text;
  width: 100%;
}

.gbm-input-boxed {
  height: 3rem;
}

.gbm-input-boxed:disabled {
  color: var(--disabled);
}

.gbm-input-boxed.rounded {
  border-radius: 30px;
}

.gbm-textarea {
  resize: none;
  height: 140px;
  overflow: hidden;
}

.gbm-textarea::placeholder {
  color: var(--disabled);
}

.gbm-checkbox {
  color: var(--text);
  display: block;
  position: relative;
  padding: 1rem 2.5rem;
  cursor: pointer;
  font-size: large;
}

.gbm-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.gbm-checkmark {
  position: absolute;
  top: 0.9rem;
  left: 0.25rem;
  height: 25px;
  width: 25px;
  background: var(--primary);
}

.gbm-checkbox:hover input ~ .gbm-checkmark,
.gbm-checkbox input:disabled ~ .gbm-checkmark {
  background-color: var(--field);
}

.gbm-checkbox input:disabled ~ .gbm-checkmark {
  cursor: not-allowed;
}

.gbm-checkbox input:checked ~ .gbm-checkmark {
  background-color: var(--primary);
}

.gbm-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.gbm-checkbox input:checked ~ .gbm-checkmark:after {
  display: block;
}

.gbm-checkbox .gbm-checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid var(--text);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.gbm-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.gbm-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.gbm-slider {
  min-width: 60px;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.gbm-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: var(--text);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .gbm-slider {
  background-color: var(--primary);
}

input:disabled + .gbm-slider {
  filter: grayscale(0.2);
}

input:disabled + .gbm-slider::before {
  filter: invert(0.05);
}

input:checked:disabled + .gbm-slider::before {
  filter: invert(0.2);
}

input:focus + .gbm-slider {
  box-shadow: 0 0 1px var(--primary);
}

input:checked + .gbm-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.gbm-slider.round {
  border-radius: 34px;
}

.gbm-slider.round:before {
  border-radius: 50%;
}

.gbm-subtitle {
  width: 95%;
  margin-top: -1rem;
  color: var(--text);
  font-style: normal;
  font-weight: 400;
  font-size: larger;
  line-height: 160%;
}

.gbm-range {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: var(--field);
  outline: none;
}

.gbm-range:hover {
  opacity: 1;
}

.gbm-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--primary);
  margin-top: -2px;
  cursor: pointer;
  border: none;
  top: 5px;
}

.gbm-range::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--primary);
  margin-top: -15px;
  cursor: pointer;
  border: none;
}

.gbm-range::-moz-range-progress {
  height: 5px;
  background-color: var(--primary);
  border-radius: 5px;
}

.gbm-range::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 20px;
}

.gbm-range::-ms-fill-upper {
  background-color: var(--primary);
}
.gbm-range::-ms-fill-lower {
  background-color: var(--field);
}

.range-input {
  position: relative;
  padding: 10px 0;
}

.range-input input {
  top: var(--range-top-position);
  position: absolute;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

.range-input input::-moz-range-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--primary);
  margin-top: -15px;
  cursor: pointer;
  border: none;
  pointer-events: auto;
}

.range-input input::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--primary);
  margin-top: -15px;
  cursor: pointer;
  border: none;
  pointer-events: auto;
}

.range-input input::-moz-range-progress {
  background-color: transparent;
}

.range-slider {
  height: 5px;
  position: relative;
  background-color: var(--field);
  border-radius: 2px;
  margin-top: 20px;
  margin-left: 2px;
}

.range-selected {
  height: 100%;
  left: 0%;
  right: 0%;
  position: absolute;
  border-radius: 5px;
  background-color: var(--primary);
}

.gbm-radio {
  text-align: center;
}

.gbm-radio input[type="radio"] {
  display: none;
  cursor: pointer;
  z-index: 1;
}

.gbm-radio input[type="radio"]:checked + .box {
  background-color: var(--primary);
  border: 1.5px solid var(--primary);
  border-radius: 30px;
  z-index: -1;
  cursor: default;
  position: relative;
}

.gbm-radio .box {
  width: 50%;
  height: 3rem;
  background-color: transparent;
  border: 1.5px solid var(--primary);
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font-weight: 400;
  font-size: small;
}

.gbm-radio input[type="radio"]:disabled + .box {
  background-color: transparent;
  border: 1.5px solid var(--primary);
  border-radius: 30px;
  z-index: -2;
  cursor: default;
  position: relative;
  cursor: not-allowed;
}

.gbm-radio input[type="radio"]:disabled + .box p {
  transition: all 300ms ease;
  font-size: 1.5em;
  user-select: none;
  color: #c4c4c4;
  margin: 10px auto;
  padding-top: 3px;
  cursor: not-allowed;
}

.first-choice {
  margin-right: -45px;
}

.gbm-radio .box p {
  transition: all 300ms ease;
  font-size: 1.5em;
  user-select: none;
  color: var(--text);
  margin: 10px auto;
  padding-top: 3px;
}

.gbm-radio input[type="radio"]:checked + .box p {
  color: var(--btn-text-primary);
}

.gbm-radio .box p:before {
  font-size: 1.2em;
  display: block;
  opacity: 0;
  font-weight: normal;
  color: var(--text);
}

.gbm-time-picker {
  height: 3rem;
  width: 7.5rem;
  text-align: center;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: var(--primary);
  border-radius: 50px;
  border: none;
  margin-right: 10px;
  color: var(--btn-text-primary);
}

.gbm-time-picker-time-zone {
  height: 3rem;
  min-width: 7.5rem;
  text-align: center;
  font-family: inherit;
  font-size: inherit;
  background-color: var(--primary);
  border-radius: 50px;
  border: none;
  margin-right: 10px;
  color: var(--btn-text-primary);
  display: flex;
  align-items: center;
}

.gbm-time-picker-time-zone input[type="time"] {
  background-color: var(--primary);
  border: none;
  width: 7.5rem;
  height: 100%;
  text-align: center;
  font-family: inherit;
  font-size: inherit;
  color: var(--btn-text-primary);
  border-radius: 50px;
}

.gbm-time-picker-time-zone input[type="time"]:focus-visible {
  border: none;
  outline: none;
}

.gbm-time-picker-time-zone:focus-visible,
.gbm-time-picker-time-zone:focus-within,
.gbm-time-picker-time-zone:focus,
.gbm-time-picker-time-zone:active {
  outline: -webkit-focus-ring-color auto 1px;
}

.gbm-time-zone {
  margin-right: 5px;
}

.gbm-date-picker {
  height: 3rem;
  width: 10rem;
  text-align: center;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: var(--primary);
  border-radius: 50px;
  border: none;
  padding-right: 10px;
  color: var(--btn-text-primary);
}

.gbm-segment-control {
  display: flex;
  position: relative;
  border: 1.5px solid var(--primary);
  border-radius: 10px;
  overflow: hidden;
  font-size: 14px;
  color: var(--text);
  max-width: 400px;
  width: 100%;
  align-items: center;
  background-color: transparent;
  overflow: visible;
}

.gbm-segment-control input {
  display: none;
}

.gbm-segment-control label {
  flex: 1;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  position: relative;
  transition: color 250ms ease-in-out;
  z-index: 2;
  font-size: 1.5em;
}

.gbm-segment-control input:checked + label {
  color: var(--btn-text-primary);
  font-weight: bold;
}

.gbm-segment-control .gbm-indicator {
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: 0;
  width: 0;
  background: var(--primary);
  border-radius: 10px;
  transition: transform 250ms ease-in-out, width 250ms ease-in-out;
  z-index: 1;
  border: 1.5px solid var(--primary);
  height: calc(100% + 4px);
}

.gbm-tooltip {
  display: inline-block;
}

.gbm-tooltip .gbm-tooltip-text {
  visibility: hidden;
  width: 260px;
  background-color: white;
  box-shadow: 4px 4px 27px rgba(0, 0, 0, 0.15);
  color: black;
  text-align: center;
  word-wrap: normal;
  border-radius: 12px;
  padding: 20px 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  /* Position the tooltip */
  position: absolute;
  margin-left: 10px;
  z-index: 1;
}

.gbm-tooltip:hover .gbm-tooltip-text {
  visibility: visible;
}

.left-column-option {
  padding-bottom: 2rem;
}

.left-column-option-label {
  padding-bottom: 1.25rem;
}

.left-column-description {
  color: var(--text);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.03em;
  margin-top: -0.5rem;
}

.left-column-slider-description {
  padding-left: 2rem;
  color: var(--text);
  font-weight: 400;
  font-size: large;
}

.copy-to-clipboard-icon {
  margin: 0 5px;
}

.copy-to-clipboard-icon:hover {
  cursor: pointer;
}

.warning-box {
  background-color: var(--important);
  border: none;
  color: var(--btn-text-important);
  padding: 15px 13px;
  border-radius: 10px;
  line-height: 24px;
  /* border: 2px solid var(--text); */
}

.warning-box.show {
  display: block;
}

.warning-box.hide {
  display: none;
}

/*
  Utility
*/

.img-fluid {
  object-fit: contain;
  max-width: 100%;
  height: auto;
}

.w-100 {
  width: 100%;
}

.w-75 {
  width: 75%;
}

.w-50 {
  width: 50%;
}

.w-33 {
  width: 33%;
}

.w-25 {
  width: 25%;
}

.h-1 {
  height: 1rem;
}

.h-2 {
  height: 2rem;
}

.h-3 {
  height: 3rem;
}

.h-4 {
  height: 4rem;
}

.pad-vertical-2 {
  padding: 2rem 0;
}

.pad-vertical-05 {
  padding: 0.5rem 0;
}

.pt-1 {
  padding-top: 1rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.mt-quarter {
  margin-top: 0.25rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mt-5 {
  margin-top: 5rem;
}

.ml-75 {
  margin-left: 0.75rem;
}

.mr-75 {
  margin-right: 0.75rem;
}

.items-center {
  align-items: center;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-row-mobile-friendly {
  display: flex;
  flex-direction: row;
}

.opposite-ends {
  justify-content: space-between;
}

.left-column {
  width: 45%;
}

.right-column {
  width: 50%;
}

.cover {
  width: 100%;
}

.text-large {
  font-size: large;
}

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

.text-primary {
  color: var(--primary);
}

.text-secondary {
  color: var(--field);
}

.text-important {
  color: var(--important);
}

.text-disabled {
  color: var(--disabled);
}

.text-light {
  color: var(--text);
}

.text-background {
  color: var(--background);
}

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

.text-start {
  text-align: start !important;
}

.text-end {
  text-align: end;
}

.border-primary {
  border: 1.5px solid var(--primary);
}

.border-secondary {
  border: 1.5px solid var(--field);
}

.border-tertiary {
  border: 1.5px solid var(--important);
}

.border-light {
  border: 1.5px solid var(--text);
}

.bold {
  font-weight: 700;
}

.no-scroll {
  overflow: hidden;
}

.text-italic-bold {
  font-weight: bold;
  font-style: italic;
}

.footer {
  width: 100%;
  margin-top: 5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.section-divider-bottom {
  margin-left: -8rem;
  transform: rotate(180deg);
}

.copyright {
  font-weight: 700;
  font-size: 20px;
  color: var(--primary);
}

#terms-link {
  text-align: right;
}

.description-display-mobile {
  display: none;
}

.freeze {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: clip;
  z-index: 2;
  justify-content: center;
  align-items: center;
}

.freeze-container {
  background: var(--background);
  border-radius: 30px;
  height: 70%;
  min-width: 35%;
}

.freeze-box {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  font-size: 40px;
  color: var(--text);
  padding: 30px;
}

.freeze-box img {
  width: 300px;
  margin: auto;
}

.freeze-box p {
  color: var(--text);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  text-align: start;
}

.desktop-wallets-box {
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
  border: 1px solid transparent;
}

.desktop-wallets-box:hover {
  border: 1px solid var(--text);
  border-radius: 4px;
}

.desktop-wallets-box img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.desktop-wallet-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  font-size: 20px;
}

.desktop-wallet-info p {
  margin: 0;
}

.desktop-wallet-info > p:first-of-type {
  font-weight: bold;
  font-size: 24px;
}

.desktop-wallet-info a {
  color: var(--text);
}

.no-items-selected {
  color: var(--background);
  width: 100%;
  text-align: center;
  margin-top: 1rem;
  font-size: large;
  font-weight: bold;
}

.btn-primary {
  background-color: var(--primary);
  color: var(--btn-text-primary);
  border: 1px solid var(--primary);
}

.btn-primary:hover {
  background-color: var(--text);
  color: var(--primary);
  border: 1px solid var(--primary);
}

.btn-primary:active {
  background-color: var(--secondary);
  color: var(--text);
  border: 1px solid var(--secondary);
}

.btn-primary:disabled {
  background-color: var(--disabled);
  color: var(--text);
  border: 1px solid var(--disabled);
}

.btn-primary:focus-visible {
  background-color: var(--primary);
  color: var(--btn-text-primary);
  border: 3px solid black;
}

.btn-secondary {
  background-color: transparent;
  color: var(--text);
  border: 1px solid var(--text);
}

.btn-secondary:hover {
  background-color: var(--text);
  color: var(--primary);
  border: 1px solid var(--primary);
}

.btn-secondary:active {
  background-color: var(--secondary);
  color: var(--text);
  border: 1px solid var(--secondary);
}

.btn-secondary:disabled {
  background-color: var(--disabled);
  color: var(--text);
  border: 1px solid var(--disabled);
}

.btn-secondary:focus-visible {
  background-color: transparent;
  color: var(--text);
  border: 3px solid black;
}

.btn-important {
  background-color: var(--important);
  color: var(--btn-text-important);
  border: 1px solid var(--important);
}

.btn-important:hover {
  background-color: var(--text);
  color: var(--important);
  border: 1px solid var(--important);
}

.btn-important:active {
  background-color: var(--secondary);
  color: var(--important);
  border: 1px solid var(--secondary);
}

.btn-important:disabled {
  background-color: var(--disabled);
  color: var(--text);
  border: 1px solid var(--disabled);
}

.btn-important:focus-visible {
  background-color: var(--important);
  color: var(--btn-text-important);
  border: 3px solid black;
}

.filter-btn {
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  display: flex;
  margin-right: 1rem;
  padding-left: 1.25rem;
  background-color: transparent;
  color: var(--text);
  border: 1.5px solid var(--text);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.filter-btn.active {
  background-color: var(--important);
  color: var(--btn-text-important);
  border: 1px solid var(--important);
}

.filter-btn:hover,
.filter-btn.active:hover {
  color: var(--primary);
  background-color: var(--btn-text-primary);
  border: 1px solid var(--primary);
}

.filter-button-number {
  max-height: 24px;
  max-width: 32px;
  color: var(--background);
  background-color: var(--text);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(1px);
  transition: 0.3s ease-in-out;
  display: none;
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: 9999;
}

.modal-body {
  padding: 10px;
  min-width: 500px;
  min-height: 100px;
  background-color: var(--background);
  color: var(--text);
  border-radius: 25px;
  box-shadow: 0 4px 27px rgba(0, 0, 0, 0.15);
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.modal-header-text {
  color: var(--text);
  font-size: 1.5rem;
}

.close-modal-btn,
.warning-banner-btn {
  cursor: pointer;
  background-color: transparent;
  color: var(--text);
  border: none;
  border-radius: 5px;
  border: 1px solid transparent;
}

.warning-banner-btn svg,
.close-modal-btn svg {
  width: 20px;
  height: 20px;
}

.close-modal-btn svg path {
  stroke: var(--text);
}

.close-modal-btn:hover svg path {
  stroke: var(--primary);
}

.modal-content {
  margin: auto;
  margin-bottom: 0.75rem;
  max-height: 85vh;
  overflow-y: auto;
}

.modal-content::-webkit-scrollbar {
  width: 8px;
  height: 70vh;
  flex-shrink: 0;
}

.modal-content::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 6px;
}

.gbm-modal-container {
  margin-left: 3rem;
  margin-right: 3rem;
}

.gbm-modal-header {
  text-align: left;
  color: var(--text);
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.125rem; /* 104.167% */
  word-wrap: break-word;
}

.green-dot {
  background-color: var(--primary);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  aspect-ratio: 1 / 1;
  margin-right: 10px;
}

.green-dot canvas {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.ens-avatar-image {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  aspect-ratio: 1 / 1;
  margin-right: 10px;
  object-fit: cover;
}

.ens-avatar-image.inverted-colors {
  filter: invert(0.25);
  width: 25px;
  height: 25px;
}

#menu-bar-btn {
  display: none;
  background-color: transparent;
  border: none;
  padding: 15px;
}

#menu-bar-btn:hover {
  cursor: pointer;
  border: none;
}

.nav-mobile {
  display: none;
}

.nav-mobile-display-overlay {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
}

.nav-mobile-display {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  padding: 20px 30px;
  min-width: 230px;
  background-color: var(--field);
  z-index: 999;
  display: none;
  animation: navSlideIn 0.4s ease-in-out;
  overflow-y: auto;
}

.warning-banner {
  display: flex;
  background-color: var(--important);
  align-items: center;
  color: var(--btn-text-important);
}

.warning-banner-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 8rem;
  flex: 1;
  gap: 10px;
}

.warning-svg-container {
  width: 62px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.transparent-underline-btn {
  background-color: transparent;
  border: none;
  color: var(--text);
  text-decoration: underline;
  font-size: 1rem;
  padding: 0;
}

.transparent-underline-btn:hover {
  cursor: pointer;
}

.chevron-active {
  color: var(--primary) !important;
}

.configuration-terminal {
  border: 2px solid white;
  background-color: #555753;
  border-radius: 10px;
  height: 60vh;
}

.configuration-terminal-text {
  margin: 1rem 3rem;
  color: var(--text);
  font-weight: 400;
  font-size: medium;
  line-height: 160%;
  word-wrap: break-word;
  word-break: break-word;
  overflow: auto;
  height: 55vh;
}

/* Animation */
@keyframes navSlideIn {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes navSlideOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}

@keyframes blinkingLight {
  0% {
    opacity: 1;
    background-color: var(--important);
    box-shadow: 0 0 10px var(--important), 0 0 15px var(--important),
      0 0 20px var(--important), 0 0 30px var(--important);
  }
  50% {
    opacity: 0;
    opacity: 0.5;
    background-color: var(--dark-important);
    box-shadow: 0 0 5px var(--dark-important);
  }
  100% {
    opacity: 1;
    background-color: var(--important);
    box-shadow: 0 0 10px var(--important), 0 0 15px var(--important),
      0 0 20px var(--important), 0 0 30px var(--important);
  }
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.auction-time-circle,
.activity-circle {
  border: 1px solid var(--important);
  width: 12px;
  height: 12px;
  background-color: var(--important);
  border-radius: 50%;
}

.auction-time-circle {
  animation: blinkingLight 2.5s linear infinite;
}

.link-red-dot {
  display: flex;
  gap: 5px;
}

.auction-media.missing-image,
.nft-image.missing-image,
.nft-image-big.missing-image,
.nft-image-modal.missing-image,
.media-container.missing-image,
.nft-image-modal.normal-auction.missing-image {
  border: 1px solid var(--background);
  color: var(--background);
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: bold;
}

.auction-media.missing-image,
.nft-image-modal.missing-image,
.media-container.missing-image,
.nft-image-modal.normal-auction.missing-image {
  border: 1px solid var(--text);
  color: var(--text);
}

.loading-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10% 0;
  flex-direction: column;
}

.loading-text {
  text-align: center;
  font-size: xx-large;
  font-weight: bold;
  color: var(--text);
}

.lds-roller {
  display: block;
  position: relative;
  margin: 20px auto;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--text);
  margin: -4px 0 0 -4px;
}

#main-page-loader .lds-roller div:after {
  background: var(--text) !important;
}
#main-page-loader .loading-text {
  color: var(--text) !important;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

#transaction-confirmation-modal .transaction-confirmed .explorer-link a:hover,
#transaction-confirmation-modal .transaction-confirmed .explorer-link a,
#transaction-confirmation-modal .transaction-failed .explorer-link a:hover,
#transaction-confirmation-modal .transaction-submitted .explorer-link a:hover,
#transaction-confirmation-modal .transaction-failed .explorer-link a,
#transaction-confirmation-modal .transaction-submitted .explorer-link a {
  cursor: pointer;
  text-decoration: underline;
  color: var(--text);
}

#transaction-confirmation-modal .modal-content .gbm-modal-header {
  font-size: 2.6rem;
}

#transaction-confirmation-modal .modal-content {
  max-width: 500px;
  padding: 10px 50px;
}

#transaction-confirmation-modal .modal-content p {
  line-height: 30px;
}

#transaction-confirmation-modal .modal-content .gbm-modal-header {
  text-align: start;
}

#transaction-confirmation-modal .transaction-submitted,
#transaction-confirmation-modal .transaction-confirmed,
#transaction-confirmation-modal .transaction-failed {
  display: none;
}

.help-btn {
  display: flex;
  gap: 7px;
  color: var(--text);
  background-color: transparent;
  border: none;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px; /* 150% */
  align-items: center;
  margin-right: 5px;
  cursor: pointer;
}

#help-modal {
  z-index: 999;
}
#help-modal .modal-body {
  max-width: 550px;
}

#help-modal .modal-body p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

#help-modal .modal-body p a {
  font-weight: bold;
  color: var(--text);
}

.fees-description-box {
  background-color: var(--field);
  border: none;
  color: var(--field-text);
  padding: 18px 22px;
  border-radius: 10px;
  line-height: 24px;
}

.fees-description-box-title {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  letter-spacing: -0.39px;
}

.fees-description-box-content {
  margin-top: 8px;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.39px;
}

#metamask-disable {
  display: none;
  padding: 0;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  background: transparent;
}

.alerts-wrapper {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  gap: 12px; /* Space between alerts */
}

.alert-container {
  background-color: white;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  border-radius: 12px 12px 6px 6px;
  display: flex;
  align-items: center;
  min-width: 480px;
  padding: 0 5px;
  position: relative;
  transform: translateX(100%);
  opacity: 0;
  animation: alertSlideIn 0.4s ease-out forwards;
}

@keyframes alertSlideIn {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.alert-image {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  object-fit: contain;
}

.image-alert-size img {
  position: relative;
  width: 170px;
  height: 160px;
}

.outbid-right-container {
  flex: 1 1 0;
  padding-bottom: 12px;
  padding-top: 12px;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 11px;
    padding-right: 11px;
  }

  .warning-banner-content {
    padding: 0 3rem;
  }

  #menu-bar-btn {
    display: block;
  }

  .nav-desktop {
    display: none;
  }

  .nav-mobile {
    display: block;
  }

  .footer {
    grid-template-columns: 1fr;
  }

  #terms-link {
    display: none;
  }

  .green-dot {
    width: 15px;
    height: 15px;
  }

  .freeze-container {
    width: 50%;
  }
}

@media (max-device-width: 768px), (max-width: 768px) {
  body {
    margin: 0;
  }

  .page-title {
    font-size: 32px;
    letter-spacing: -0.06em;
    display: block;
  }

  .page-subtitle {
    font-size: 16px;
  }

  .modal-body {
    min-width: initial;
    width: 99%;
  }

  .container {
    margin: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .warning-banner-content {
    padding: 0 5px;
    gap: 5px;
  }

  .warning-svg-container {
    width: 42px;
    height: 42px;
  }

  .flex-row {
    flex-direction: column;
  }

  .nav-bar {
    padding-bottom: 0;
  }
  .footer {
    /* width: 100%; */
    text-align: left;
    margin: 5rem 0 2rem 0.5rem;
  }
  .copyright {
    font-size: 14px;
  }

  .gbm-modal-container {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .gbm-modal-header {
    font-size: 1.8rem;
  }

  .freeze-container {
    width: 90%;
  }

  .alert-container {
    min-width: 300px;
  }

  .image-alert-size img {
    width: 130px;
    height: 110px;
  }
}

@media screen and (max-width: 680px) {
  #transaction-confirmation-modal .modal-content {
    max-width: initial;
    padding: 10px 15px;
  }

  .metamask-missing-description {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    font-size: x-large;
  }
  .auction-time-circle {
    width: 10px;
    height: 10px;
  }

  .container {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .icon-3 {
    font-size: 36px;
    line-height: 36px;
  }
}
