@font-face {
  font-display: block; 
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/exo-2-v24-latin_latin-ext-300.woff2') format('woff2'); 
}
@font-face {
  font-display: block; 
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/exo-2-v24-latin_latin-ext-regular.woff2') format('woff2'); 
}
@font-face {
  font-display: block; 
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/exo-2-v24-latin_latin-ext-500.woff2') format('woff2'); 
}
@font-face {
  font-display: block; 
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/exo-2-v24-latin_latin-ext-600.woff2') format('woff2'); 
}
@font-face {
  font-display: block; 
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/exo-2-v24-latin_latin-ext-700.woff2') format('woff2'); 
}
@font-face {
  font-display: block; 
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/exo-2-v24-latin_latin-ext-800.woff2') format('woff2'); 
}
@font-face {
  font-display: block; 
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/exo-2-v24-latin_latin-ext-900.woff2') format('woff2'); 
}
body {
  margin: 0;
  padding: 0;
  background: #1a1a1a;
  color: #ffecb5;
  font-family: "Exo 2", serif;
  overflow-x: hidden;
}
::selection {
  background-color: #FFC107; 
  color: #3c2b00; 
}
header {
    position: relative;
    overflow: visible;
    text-align: center;
}
* {
      -webkit-tap-highlight-color: transparent;
    }
.header-logo-container {
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.header-logo {
    margin-top: 10px;
}
.header-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

.language-switcher {
  position: absolute; 
  top: 15px;          
  right: 15px;        
  z-index: 10;        

  background: rgba(40, 40, 40, 0.75); 
  padding: 5px 8px;
  border-radius: 8px;
  border: 1px solid rgba(255, 193, 7, 0.3); 
  display: flex;       
  gap: 8px;            
}

.language-switcher .lang-option {
  display: inline-flex; 
  align-items: center;
  gap: 4px;             
  color: #FFC107;       
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9em;
  padding: 3px 6px;
  border-radius: 4px;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;     
}

.language-switcher .lang-option .flag-icon {
  width: 18px;         
  height: auto;
  display: block;       
}
 
.language-switcher a.lang-option:hover {
  background-color: rgba(255, 193, 7, 0.2);
  color: #ffffff;  
}
 
.language-switcher .lang-option.active {
  color: #1a1a1a;        
  background-color: #FFC107;  
  cursor: default;       
  border: 1px solid #3c2b00;  
}
 
@media (max-width: 768px) {
  .language-switcher {
    top: 10px;
    right: 10px;
    padding: 4px 6px;
    gap: 6px;
  }
  .language-switcher .lang-option {
    font-size: 0.85em;
    padding: 2px 5px;
  }
  .language-switcher .lang-option .flag-icon {
    width: 16px;
  }
}

@media (max-width: 480px) {
    .language-switcher {
        display: grid;  
   }
} 

#particles-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    background: linear-gradient(to bottom, rgb(20 20 20) 0%, rgba(0, 0, 0, 0) 100%);
}
header * {
  position: relative;
  z-index: 1;
}
ul {
  list-style: none;
  padding-left: 0; 
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8px;
}
nav a {
  color: #FFC107;
  text-decoration: none;
  font-weight: bold;
  padding: 5px;
}
nav a:hover {
	background: #d89b0612;
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px #ffb5009c;
}
main {
    padding: 5px;
    min-height: 400px;
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
	padding-top: 25px;
}
.logo img {
    width: 120px;
}
.items-header {
    display: flex;
    background: #333;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
    box-shadow: 0 0 50px #FFC107;
    border-radius: 15px;
    overflow: hidden;
    background: #d89b06;
    color: #3c2b00;
    font-weight: 800;
    border: 5px solid #3c2b00;
	position: relative;
}
.item-container {
    display: flex;
    align-items: stretch;
    background-color: #333;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 0 0 4px #ffc107;
    overflow: hidden;
    border: 1px solid #333333;
    position: relative;
	margin-left: 3px;
    margin-right: 3px;
}
.favorite-btn {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: transparent;
    border: none;
    font-size: 24px;
    color: #ffc107;
    cursor: pointer;
    z-index: 5;
}
.favorite-btn:hover {
    color: #d89b06;
}
.favorites-header-btn {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: transparent;
    border: none;
    font-size: 24px;
    color: #ffc107;
    cursor: pointer;
    z-index: 10;
}
.favorites-header-btn:hover {
    color: #d89b06;
}
button.favorites-header-btn.inactive {
    top: -1px;
    height: 36px;
    width: 36px;
    font-size: 18px;
    padding: 0px;
    margin-top: 3px;
    color: #3d2c00;
    background: #d89b06;
    border: 1px solid #3d2c00;
    box-shadow: 0 0 2px #FFC107;
}
button.favorites-header-btn.inactive:hover {
background: #c68d03;
}
button.favorites-header-btn.active {
    top: -1px;
    height: 36px;
    width: 36px;
    font-size: 17px;
    padding: 0px;
    margin-top: 3px;
    color: #d99c06;
    background: #3c2b00;
	box-shadow: 0 0 2px #FFC107;
}
button.favorites-header-btn.active:hover {
    background: #312300;
}
button.favorite-btn.inactive {
    padding: 0px;
    top: -4px;
    right: -1px;
    height: 60px;
    border-radius: unset;
    width: 33px;
    font-size: 17px;
    margin-top: 3px;
    color: #3d2c00;
    background: #d89b06;
    border: 1px solid #3d2c00;
    box-shadow: 0 0 2px #FFC107;
}
section#sold-section {
    margin-top: 50px;
}
button.favorite-btn.inactive:hover {
    background: #c68d03;
}
button.favorite-btn.active {
    padding: 0px;
    top: -4px;
    right: -1px;
    height: 60px;
    border-radius: unset;
    width: 33px;
    font-size: 17px;
    margin-top: 3px;
    color: #d99c06;
    background: #3c2b00;
    box-shadow: 0 0 2px #FFC107;
}
button.favorite-btn.active:hover {
 background: #312300;
}
.pagination-btn.disabled,
.sold-pagination-btn.disabled {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}
.pagination-btn.active,
.sold-pagination-btn.active {
    background: #FFC107;
    color: #3c2b00;
    border-color: #3c2b00;
}



a.pagination-btn.disabled:visited,
a.pagination-btn.active:visited,
a.pagination-btn.pagination-link-unsold:visited {
  color: #d89b06; 
}





.item-button {
  flex: 0 0 auto;
}
.item-button a.btn-item {
  height: 100%;
  width: 85px;
  background: #ce9404;
  color: #3c2b00 !important; 
  border: none;
  cursor: pointer;
  border-radius: 10px 0 0 10px;
  display: flex; 
  position: relative;
  font-family: "Exo 2", serif;
  font-weight: 900; 
  box-shadow: 0 0 2px #FFC107; 
  text-decoration: none !important; 
  line-height: normal; 
  text-align: center; 
  align-items: center;
  justify-content: center;
}

.item-button a.btn-item:hover {
  background: #B48905;
  color: #3c2b00 !important; 
  text-decoration: none !important; 
}

a.btn-sold {
    height: 100%;
  width: 85px;
  background: #b07f00;
  color: #3c2b00 !important; 
  border: none;
  cursor: pointer;
  border-radius: 10px 0 0 10px;
  display: flex; 
  position: relative;
  font-family: "Exo 2", serif;
  font-weight: 900; 
  box-shadow: 0 0 2px #FFC107; 
  text-decoration: none !important;
  line-height: normal; 
  text-align: center; 
  align-items: center;
  justify-content: center;
}

a.btn-sold:hover {
  background: #a37600; 
  color: #3c2b00 !important; 
  text-decoration: none !important; 
}

a.taken-over-button {
    background: #efaa00;
    color: #3c2b00 !important; 
    border: none; 
    border-radius: 8px 0 0 8px;
    height: 100%;
    width: 85px;
    display: flex; 
    position: relative;
    font-family: "Exo 2", serif;
    font-weight: 900; 
    box-shadow: 0 0 2px #FFC107; 
    text-decoration: none !important; 
    line-height: normal; 
    text-align: center; 
    cursor: pointer;
	align-items: center;
  justify-content: center;
}

a.taken-over-button:hover {
    background: #d19400;
    color: #3c2b00 !important; 
    text-decoration: none !important; 
}
.item-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5px 10px;
}
.item-row {
  display: flex;
  width: calc(100% + 100px);
  margin-left: -100px;
}
.item-row-referral {
  display: flex;
}
.item-cell {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: break-all;
  min-width: 0;
}
.item-cell-referral {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: break-all;
  min-width: 0;
}
.items-empty {
    padding: 10px;
    text-align: center;
    color: #ffc020;
    background: #333;
    border-radius: 0px 0px 10px 10px;
    overflow: hidden;
    font-size: 17px;
    position: relative;
}
.items-empty-shop {
    padding: 10px;
    text-align: center;
    color: #ffc020;
    background: #333;
    border-radius: 10px;
    overflow: hidden;
    font-size: 17px;
    position: relative;
	box-shadow: 0 0 4px #ffc107;
    margin-left: 5px;
    margin-right: 5px;
}
.items-list {
    margin-bottom: 20px;
	margin-top: 15px;
}
.items-list h2 {
    color: #ffc222;
}
button {
    background: #D89B06;
    color: #3c2b00;
    border: 0px solid #FFC107;
    padding: 6px 12px;
    cursor: pointer;
    box-shadow: 0 0 2px #FFC107;
    border-radius: 10px;
    font-weight: 900;
}
button:hover {
  background: #B48905;
  color: #3c2b00;
}
#referral-modal .referral-code-text {
    overflow: unset;
    white-space: unset;
    width: auto;
}
a.taken-over-button {
    background: #efaa00;
    color: #3c2b00;
    border: none;
    border-radius: 8px 0 0 8px;
    height: 100%;
    width: 85px;
    padding: 0;
    position: relative;
	font-family: "Exo 2", serif;
	padding: 0 3px;
}
a.taken-over-button:hover {
    background: #d19400;
}
.paid-button {
  background: green;
  color: #fff;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: default;
}
span.type-display.type-base, span.type-display-sold.type-base {
    background: #848484;
    color: #191919;
    border-radius: 4px;
    border: 1px solid #1a1a1a;
    padding: 1px 3px;
    font-weight: 700;
    box-shadow: 0 0 3px #848484;
}
span.type-display.type-plus, span.type-display-sold.type-plus {
    background: #215586;
    color: #00d9ff;
    border-radius: 4px;
    border: 1px solid #040c12;
    padding: 1px 3px;
    font-weight: 700;
    box-shadow: 0 0 3px #215586;
}
span.type-display.type-rare, span.type-display-sold.type-rare {
    background: #5600a4;
    color: #ff00fe;
    border-radius: 4px;
    border: 1px solid #18032b;
    padding: 1px 3px;
    font-weight: 700;
    box-shadow: 0 0 3px #5600a4;
}
span.type-display.type-high, span.type-display-sold.type-high {
    background: #670c0c;
    color: #ff0000;
    border-radius: 4px;
    border: 1px solid #3b0909;
    padding: 1px 3px;
    font-weight: 700;
    box-shadow: 0 0 3px #670c0c;
}
span.type-display.type-epic, span.type-display-sold.type-epic {
    background: #2f7c00;
    color: #63ff00;
    border-radius: 4px;
    border: 1px solid #0c1f00;
    padding: 1px 3px;
    font-weight: 700;
    box-shadow: 0 0 3px #2f7c00;
}
span.type-display.type-gold, span.type-display-sold.type-gold {
    background: #d89b06;
    color: #583f00;
    border-radius: 4px;
    border: 1px solid #271c00;
    padding: 1px 3px;
    font-weight: 700;
    box-shadow: 0 0 3px #d89b06;
}
span.type-time {
    font-weight: 800;
}
    .tabs {
      max-width: 800px;
      margin: 0 auto;
    }
    .tab-headers {
    display: flex;
    flex-wrap: wrap;
    background: #d89b06cc;
    border-radius: 8px;
    border: 1px solid #2d2000;
    box-shadow: 0 0 3px #d89b06;
	margin-left: 3px;
    margin-right: 3px;
}
span.type-time2 {
    font-weight: 500;
}
    .tab-header {
    padding: 7px 7px;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
    flex-grow: 1;
    text-align: center;
    box-sizing: border-box;
    margin: 4px;
    border-radius: 6px;
}
    .tab-header.active {
    background: #3c2b00;
}
   @media (hover: hover) and (pointer: fine) {
  .tab-header:not(.active):hover {
    background: #3c2b00c7;
  }
}
    @media (max-width: 600px) {
      .tab-headers {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
      }
    }
    .tab-contents {
    padding: 10px;
    background: #d89b06;
    border-radius: 8px;
    display: none;
    border: 3px solid #3c2b00;
    color: #3c2b00;
    margin-top: 5px;
}
    .tab-content {
      display: none;
    }
    .tab-content.active {
      display: block;
	  border: 1px solid #0000007d;
	  box-shadow: 0 0 6px rgb(255 193 7 / 13%);
    }
    .cell-title-2, .cell-title-3, .cell-description {
    text-align: center;
    margin: -5px 0px 10px;
    font-size: 24px;
    font-weight: 800;
}
.gold-tab-info {
    text-align: center;
    background: #c99003;
    margin-bottom: 5px;
    border-radius: 6px;
    border: 1px solid #3c2b00;
	display: inline-table;
    padding: 10px;
}
.address-price-info {
    background: #fdb505;
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #3c2b00;
    box-shadow: 0 0 15px #3c2b00;
	font-weight: 500;
}
    .cell-description {
      font-size: 14px;
      font-weight: 500;
    }
.item-details .item-id {
    margin-top: 6px;
}
img.ref-icons {
    width: 40px;
}
a.txid {
    color: #ffecb5;
}
a {
    color: #ffecb5;
}
a:visited {
    color: #ffd96a;
}
a.txid:visited {
    color: #ffd96a;
}
.pagination {
    display: block;
    padding: 5px 0px;
    text-align: center;
	background: #d89b06;
    border-radius: 6px;
}
.pagination-refs {
    display: block;
    padding: 5px 0px;
    text-align: center;
    background: #d89b06;
    border-radius: 0;
}
.page-info, .sold-page-info {
    font-size: 19px;
    color: #3c2b00;
    font-weight: 400;
    margin-top: 5px;
}
.pagination-not-sold, .sold-pagination  {
    margin-top: 10px;
	margin-bottom: 10px;
    background: #d89b06;
    border-radius: 8px;
    border: 2px solid #3c2b00;
    box-shadow: 0 0 3px #FFC107;
	margin-left: 3px;
    margin-right: 3px;
}
.pagination-buttons, .sold-pagination-buttons {
    display: flex
;
    justify-content: center;
    gap: 10px;
}
div#referral-summary {
    background: #161616;
    border-left: 1px solid #d89b06;
    border-right: 1px solid #d89b06;
    border-bottom: 1px solid #d89b06;
    border-radius: 0px 0px 10px 10px;
}
.pagination-btn, .sold-pagination-btn {
    background: #3c2b00;
    color: #d89b06;
    border: 1px solid #2d2001;
    padding: 8px 5px;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 0 2px #3c2b00;
	font-weight: 900;
    text-decoration: none;
}



.pagination-btn:hover, .sold-pagination-btn:hover {
}
.sold-pagination-controls {
  display: block;
    margin: 5px 0px;
    text-align: center;
}
.item-cell span img {
    height: 19px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    border: 1px solid #3c2b00;
    box-shadow: 0 0 3px #d89b06;
}
#payment-modal-backdrop,
#confirmation-modal-backdrop,
#discount-error-modal-backdrop {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9998;
  padding: 10px;
}
#payment-modal,
#confirmation-modal {
  display: block;
  position: relative;
  margin: 50px auto;
  background: #2e2e2e;
  color: #FFC107;
  padding: 10px;
  border-radius: 15px;
  box-shadow: 0 0 10px #FFC107;
  width: 400px;
}
p#timer {
	color: #3c2b00;
}
#confirmation-modal {
  display: none; 
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #2e2e2e;
  color: #FFC107;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 0 10px #FFC107;
  width: 400px;
  z-index: 9999;
  text-align: center;
}
#discount-error-modal {
  display: none; 
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #2e2e2e;
  color: #FFC107;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 0 10px #FFC107;
  width: 300px;
  z-index: 9999;
}
#modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10000;
}
#payment-modal h3,
#confirmation-modal h3,
#discount-error-modal h3 {
    text-align: center;
    width: calc(100% - 70px);
    margin: 0 auto;
    font-size: xx-large;
	position: relative;
    z-index: 3;
}
.legal-section {
    text-align: left;
}
.close-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    background: none;
    border: none;
    color: #ffc107;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
    border: 2px solid #FFC107;
    padding: 4px 11px;
}
.secret-text {
    margin-top: 10px;
    background: #222;
    color: #fff;
    padding: 10px;
    box-shadow: inset 0 0 3px #FFC107;
    border-radius: 4px;
    word-break: break-all;
}
.highlight {
    color: #ffc026;
    font-weight: bold;
}
.faq-block {
    border-radius: 10px;
    background: #2b1f00;
    color: #ffc107c7;
    padding: 10px 15px;
    margin: 15px 0;
    cursor: pointer;
    user-select: none;
    transition: background 0.7s ease;
    position: relative;
    margin-bottom: -5px;
    box-shadow: 0 0 4px #ffc107;
    margin-left: 3px;
    margin-right: 3px;
}
  .faq-block:hover {
    background: #3c2b00;
  }
  .faq-arrow {
    position: absolute;
    right: 11px;
    transition: transform 0.5s ease;
    top: 8px;
}
  .faq-block.open .faq-arrow {
    transform: rotate(90deg);
  }
  .faq-content-wrapper {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
    background: #d89b06;
    border-radius: 0 0 10px 10px;
    padding-top: 0px;
    margin-bottom: 25px;
    margin-left: 3px;
    margin-right: 3px;
}
  .faq-content-inner {
    padding: 15px;
    font-size: 16px;
    color: #2b1f00;
}
  .faq-block.open + .faq-content-wrapper {
    max-height: 10000px;
}
.faq-infos {
    background: #2b1f00;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 1px solid black;
    text-align: left;
    padding: 10px;
    color: #ffecb5;
}
.faq-infos-points {
    display: inline-block;
    font-weight: 900;
    background: #d89b06;
    border-radius: 15px;
    width: 19px;
    text-align: center;
    color: #2b1f00;
}
.legal-infos-points {
    display: inline-block;
    font-weight: 900;
    background: #ffc107;
    border-radius: 15px;
    width: 19px;
    height: 19px;
    text-align: center;
    color: #2b1f00;
    margin-right: 5px;
}
.legal-footer {
    display: flex
;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}
.legal-footer a {
    color: #ffc107;
	text-align: center;
}
#review-section {
  margin: 30px 3px;
}
.review-block {
  background: #d89b06;
  border: 2px solid #3c2b00;
  border-radius: 15px;
  padding: 25px 20px;
  box-shadow: 0 0 12px #FFC107;
  color: #3c2b00;
  font-family: "Exo 2", serif;
  text-align: center;
}
.review-headline {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 15px;
  line-height: 1.4;
}
.review-subheading {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 20px;
}
.review-message {
  font-size: 17px;
  font-weight: 600;
  margin: 15px auto;
  max-width: 680px;
  line-height: 1.5;
  color: #3c2b00;
}
.review-benefits {
  list-style: none;
  padding-left: 0;
  margin: 0 auto 20px;
  text-align: left;
  max-width: 750px;
}
.review-benefits li {
  padding: 0;
  background: transparent;
  border: none;
  margin-bottom: 25px;
}
.benefit-item {
  display: flex;
  align-items: flex-start;
  background: #3c2b00;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 0 5px #d89b06;
  gap: 15px;
  align-items: center;
}
.benefit-icon {
  width: 64px;
  object-fit: contain;
  flex-shrink: 0;
  filter: drop-shadow(0 0 3px #ffc107aa);
}
.benefit-text {
  flex: 1;
  color: #ffc107d9;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
}
.benefit-text strong {
  font-weight: 800;
  display: block;
  margin-bottom: 4px;
  color: #ffc107;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .benefit-item {
        flex-direction: column;
        text-align: center;
        align-items: center;
        gap: 0px;
    }
  .benefit-icon {
    width: 100px;
  }
  .benefit-text {
    text-align: center;
  }
}
.review-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  margin-top: 25px;
}
.review-bonus {
    font-size: 14px;
    color: #3c2b00 !important;
    font-weight: bold;
    text-align: center;
    background: #c58b00;
    padding: 6px;
    border: 1px solid #b38003;
    border-radius: 5px;
    text-decoration: none;
	margin-bottom: 25px;
}
.review-bonus:hover {
	background: #ac7a01;
}
input#discount-code-input {
    background: #a67200;
    color: #3c2b00;
    border: unset;
    padding: 6px 12px;
    cursor: auto;
    border-radius: 10px 0 0 0px;
    width: 100%;
    height: 28px;
    font-weight: 900;
    font-size: 20px;
	font-family: "Exo 2", serif;
}
.pulsate {
    animation: pulsate 1.5s infinite;
}
.pulsate-claim {
    animation: pulsate 2.5s infinite;
}
@keyframes pulsate {
  0% { transform: scale(1); }
  50% { transform: scale(1.02); }
  100% { transform: scale(1); }
}
input#discount-code-input::placeholder {
  color: #3c2b00;
  opacity: 1;
  font-weight: bold;
}
p#discount-message {
    display: block;
    color: #3c2b00;
    background: #FFC107;
    margin-bottom: 0px;
    border-top: 5px solid #d89b06;
    border-left: 5px solid #d89b06;
    border-right: 5px solid #d89b06;
    box-sizing: border-box;
    border-radius: 15px 15px 0px 0px;
    text-align: center;
    padding: 10px 0px;
    font-weight: 900;
}
button#btn-apply-discount {
    border: unset;
    box-shadow: unset;
    border-radius: 0px 10px 0px 0px !important;
    background: #d89b06;
    color: #3c2b00;
	font-family: 'Exo 2';
}
input#search-input {
  width: 100%;
  background: #a67200;
  font-weight: 900;
	font-family: "Exo 2", serif;
	font-size: 18px;
}
.search-input::placeholder {
    color: #3c2b00; 
    opacity: 1;
	font-weight: 900;
	font-family: "Exo 2", serif;
	font-size: 18px;
}
.search-input {
  background: #222;
  color: #3c2b00;
  padding: 6px 12px;
  cursor: pointer;
  width: 100%;
  border: none;
  font-weight: 800;
}
.item-id {
    text-align: center;
	word-break: break-all;
}
.btn-verify-modal-unpaid {
    border: 5px solid #3c2b00;
    height: 70px;
    font-size: 19px;
	cursor: pointer !important;
}
.search-input:focus {
  outline: none;
  background: #333;
  color: #3c2b00;
  box-shadow: unset;
  font-weight: 800;
}
@media (max-width: 600px) {
  .items-header {
    flex-direction: row;
    flex-wrap: wrap;
  }
 .item-cell .btn-sort {
    padding: 0px;
}
button.favorite-btn.active {
    bottom: 2.5px;
    right: 3px;
    height: 34px;
    width: 34px;
	top: unset;
	border-radius: 8px;
}
button.favorite-btn.inactive {
    bottom: 2.5px;
    right: 3px;
    height: 34px;
    width: 34px;
	top: unset;
	border-radius: 8px;
}
  .items-header .item-cell:first-child {
    flex: 0 0 100%;
  }
  .items-header .item-cell:not(:first-child) {
    flex: 0 0 25%;
  }
  .items-header .item-cell:nth-child(2),
  .items-header .item-cell:nth-child(3),
  .items-header .item-cell:nth-child(4) {
    flex: 0 0 25% !important;
  }
  .item-row .item-cell:nth-child(1) {
    display: none;
  }
  .item-row .item-cell:nth-child(2) {
    left: -7px !important;
  }
  .item-row .item-cell:nth-child(3) {
    left: -4px !important;
  }
  .item-row .item-cell:nth-child(4) {
    left: 5px !important;
  }
  .item-row {
    width: unset;
    margin-left: unset;
  }
  .item-container {
    display: flex;
    flex-direction: column;
  }
  .item-details {
    order: 1;
  }
  .item-button {
    order: 2;
  }
  .item-button a.btn-item {
    border-radius: 0;
        width: 100%;
        height: 39px;
        font-size: 18px;
  }
  a.taken-over-button {
    border-radius: 0;
        width: 100%;
        height: 39px;
        font-size: 18px;
  }
  a.btn-sold {
    border-radius: 0;
        width: 100%;
        height: 39px;
        font-size: 18px;
  }
  .search-input {
    border-radius: 0 6px 0 0;
  }
  .item-cell.item-cell-hide {
    display: none;
  }
  nav.main-nav ul {
        display: grid;
        grid-template-columns: repeat(4, auto);
        width: max-content;
        margin: 0px auto;
        gap: 15px 3px;
    }
	.icon-container-footer {
    justify-content: unset !important;
}
  nav.main-nav ul li {
    text-align: center;
    margin: 0;
  }
  .header-logo {
    margin-bottom: 3px;
}
}
@media (max-width: 600px) {
  #payment-modal {
    width: 90%;
    padding: 5px 15px 15px;
  }
  #confirmation-modal,
  #discount-error-modal {
    width: 90%;
    padding: 15px 0px;
  }
}
#cookie-js-warning-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}
#cookie-js-warning-modal .modal-content {
  text-align: center;
  padding: 20px;
}
.sort-dropdown {
  position: absolute;
  background: #222;
  border: 1px solid #FFC107;
  border-radius: 4px;
  padding: 5px;
  z-index: 1000;
}
.sort-dropdown label {
  display: block;
  color: #FFC107;
  cursor: pointer;
  padding: 2px 5px;
}
.sort-dropdown label:hover {
  background: #333;
}
.btn-sort {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Exo 2", serif;
  height: 40px;
}
.btn-sort .sort-dropdown-trigger {
  width: 50%;
  text-align: right;
  margin-right: 2px;
  padding: 6px 0px;
}
.items-header .item-cell > .btn-reset,
.items-header .item-cell > .search-input {
  height: 40px;
  box-sizing: border-box;
}
.lang-sort span.sort-dropdown-trigger {
    flex: 4;
}
.lang-sort span.sort-arrow {
    flex: 2;
}
.type-sort span.sort-dropdown-trigger {
    flex: 3;
}
.type-sort span.sort-arrow {
    flex: 2;
}
.date-sort span.sort-dropdown-trigger {
    flex: 3;
}
.date-sort span.sort-arrow {
    flex: 2;
}
.btn-sort .sort-arrow {
  width: 50%;
  text-align: left;
  margin-left: 2px;
  padding: 6px 0px;
}
@media (max-width: 600px) {
  .btn-sort {
    flex-direction: column;
	height: unset;
  }
  header {
    padding-bottom: 0px;
}
.header-logo-container {
    margin-bottom: 5px;
}
footer {
    padding: 20px 20px !important;
}
  .btn-sort .sort-dropdown-trigger,
  .btn-sort .sort-arrow {
    width: 100%;
    text-align: center;
    margin: 0;
	border-top: 1px solid #3c2b0070;
	padding-top: 16px;
  }
  button.btn-sort.lang-sort, button.btn-sort.type-sort, button.btn-sort.date-sort, button.btn-sort.price-sort{
    height: 85px;
}
span.sort-dropdown-trigger {
    flex: 3;
}
  span.item-lang-sold {
    margin-left: -20px !important;
}
span.type-display-sold {
    margin-left: -5px !important;
}
span.item-age-sold {
    margin-left: 4px !important;
}
span.item-price-sold {
    margin-left: 16px !important;
}
span.item-lang {
    margin-left: -13px !important;
}
span.type-display {
    margin-left: -3px !important;
}
span.item-age {
    margin-left: 6px !important;
}
span.item-price {
    margin-left: 13px !important;
}
}
@media (max-width: 450px) {
  .payment-amount::before {
    font-size: 36px !important;
}
}
@media (max-width: 420px) {
  .payment-amount::before {
    font-size: 32px !important;
}
}
@media (max-width: 388px) {
  .payment-amount::before {
    font-size: 29px !important;
}
}
@media (max-width: 360px) {
  .payment-amount::before {
    font-size: 26px !important;
}
}
@media (max-width: 331px) {
  .payment-amount::before {
    font-size: 23px !important;
}
}
@media (max-width: 313px) {
  .payment-amount::before {
    font-size: 20px !important;
}
}
@media (max-width: 288px) {
  .payment-amount::before {
    font-size: 16px !important;
}
}
@media (max-width: 258px) {
  .payment-amount::before {
    font-size: 12px !important;
}
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #FFC107;
  background-color: #555;
  margin-right: 5px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 5px;
}
input[type="checkbox"]:checked,
input[type="radio"]:checked {
  background-color: #FFC107;
}
input.error {
  background: #ff85002e !important;
}
.error-message {
  color: #ff8600;
  font-size: 0.9em;
  font-weight: 800;
}
p#discount-error-message {
    text-align: center;
    margin: 0 15px;
    margin-bottom: 20px;
}
.timer-detail {
    text-align: center;
    margin: 0 15px;
    margin-bottom: 15px;
}
.widget {
    background-color: #5e4c00;
    border-radius: 0px 0px 15px 15px;
    text-align: center;
    max-width: 100%;
    box-sizing: border-box;
    padding: 10px;
    background: #ffc107;
    border-left: 5px solid #d89b06;
    border-right: 5px solid #d89b06;
    border-bottom: 5px solid #d89b06;
    padding-top: 1px;
}
.widget2 {
    background-color: #5e4c00;
    border-radius: 15px;
    text-align: center;
    max-width: 100%;
    box-sizing: border-box;
    border: 5px solid #D89B06;
    padding: 10px;
    background: #FFB300;
}
.secret-wrapper {
  position: relative;
}
.secret-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFB300; 
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5e4c00;
  font-weight: bold;
  cursor: pointer;
  z-index: 2;
}
.reveal-btn {
    background-color: #D89B06;
    color: #3c2b00;
    border: 2px solid #3c2b00;
    border-radius: 5px;
    cursor: pointer;
    font-size: 24px;
    border-radius: 15px;
    margin-bottom: 10px;
}
span.item-id {
    word-break: break-all;
}
#AmountContainer {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    width: 100%;
    padding: 15px;
    background-color: #FFB300;
    font-size: 20px;
    font-weight: 900;
    box-sizing: border-box;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 11px;
    border: 1px solid #eca500;
}
.payment-amount {
  color: transparent;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.payment-amount::before {
  content: attr(data-formatted);
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #3c2b00;
  font-size: 40px;
}
.sol-label {
    white-space: nowrap;
    font-weight: bold;
    color: #ffb300;
    background: #3c2b00;
    display: flex
;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius: 6px;
}
input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: none;
    box-shadow: none;
}
#solana_address::placeholder,
#referral_search::placeholder,
#referral_code::placeholder {
    color: #ad7f0d; 
	font-weight: 700;
    opacity: 1;  
}
#solana_address:focus::placeholder,
#referral_search:focus::placeholder,
#referral_code:focus::placeholder {
    color: #ad7f0d; 
	font-weight: 700;
}
.create-referral-button {
    height: 45px;
}
div#referral-modal {
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #2e2e2e;
    color: #FFC107;
    padding: 15px 0px;
    border-radius: 15px;
    box-shadow: 0 0 10px #FFC107;
    width: 90%;
    z-index: 9999;
    text-align: center;
	padding: 10px;
	width: 220px;
	word-break: break-word;
}



input#referral_search {
    background: #222;
    color: #b1830c !important;
    padding: 10px;
    border-radius: 15px 15px 0px 0px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    box-shadow: 0 0 3px #FFC107;
    border: 0px solid;
    font-weight: 800 !important;
    border-left: 1px solid #d89b06;
    border-right: 1px solid #d89b06;
    border-top: 1px solid #d89b06;
    border-radius: 10px 10px 0px 0px;
}
input#referral_search::placeholder {
	color: #b1830c !important;
	font-weight: !important;
}
input#referral_search:focus {
	color: #b1830c !important; 
	outline: none;
	font-weight: 800!important;
}
p#discount-message.discount-message-paid {
    border-radius: 10px;
    margin-bottom: 15px;
    border: 0px solid #3c2b00;
    background: #d89b06;
    padding: 6px 0px;
    box-shadow: 0 0 2px #FFC107;
    font-weight: 400;
}
button.btn-verify-modal-paid {
    border: 5px solid #3c2b00;
    height: 70px;
    font-size: 19px;
	cursor: auto;
	background: #d89b068c;
}
button.btn-verify-modal-paid:hover {
background: #d89b068c;
}
button#btn-verify {
    font-family: "Exo 2", serif !important;
}
.btn-verify-modal {
    width: 100%;
    height: 67px;
    font-size: 19px;
    border: 5px solid #3c2b00;
}
button#btn-claim {
    margin-top: 15px;
    margin-bottom: 5px;
    width: 100%;
    height: 65px;
    border: 5px solid #d89b06;
    background: #3c2b00;
    color: #d89b06;
    font-size: 25px;
}
.copy-btn {
    background-color: #D89B06;
    color: #000;
    border: none;
    padding: 12px 25px;
    font-size: 17px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Exo 2';
    font-weight: 700;
    margin-top: 10px;
}
.copy-btn:hover {
  background-color: #B48905;
}
.text.no-format {
    color: #3c2b00;
    position: static;
    word-break: break-all;
    font-size: 23px;
    font-weight: 800;
    background: #d89b06;
    border-radius: 7px;
    border: 1px solid #cf9301;
    padding: 15px;
}
.payment-info-2 {
    margin-bottom: 15px;
}
.referral-container {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
	margin-bottom: 20px;
	margin-top: -3px;
}
.referral-container form {
    margin-bottom: 8px;
    box-shadow: 0 0 50px #FFC107;
    border-radius: 15px;
    border: 5px solid #3c2b00;
}
.referral-data {
  background: #333;
    overflow: hidden;
    box-shadow: 0 0 5px #FFC107;
    border-radius: 15px;
    border: 5px solid #3c2b00;
}
.referral-header {
  margin-bottom: 10px;
  text-align: center;
}
.referral-content {
  padding: 5px;
}
.referral-container form input[type="text"] {
  background: #222;
  color: #FFC107;
  border: 1px solid #d89b06;
  padding: 10px;
  border-radius: 8px 8px 0px 0px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  font-weight: 900;
}
.referral-container form input[type="text"]::placeholder {
  font-weight: 900;
}
.referral-container form label {
  display: block;
  margin-top: 10px;
  font-weight: bold;
}
div#referral-transactions {
    border: 1px solid #d89b06;
    border-radius: 10px 10px 0px 0px;
}
.referral-item-container {
  display: flex;
  background: #1e1e1e; 
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
  border-top: 1px solid #181818;
}
.referral-items-header {
  display: flex
;
    background: #161616;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 10px 0px;
    border-radius: 11px 11px 0px 0px;
}
.item-button a.btn-item.locked {
    background-color: #ce940478;
    color: #302200 !important;
}
.item-button a.btn-item.locked:hover {
  background-color: #be890378;
}
span.item-lang {
    margin-left: 15px;
}
span.type-display {
    margin-left: 17px;
}
span.item-age, span.item-age-sold {
    margin-left: 12px;
    background: #343433;
    color: #838181;
    border-radius: 4px;
    border: 1px solid #262525;
    padding: 1px 3px;
    font-weight: 700;
    box-shadow: 0 0 3px #8986869c;
}
span.item-price, span.item-price-sold {
    margin-left: -12px;
	background: #d89b06;
    color: #271c00;
    border-radius: 4px;
    border: 1px solid #271c00;
    padding: 1px 3px;
    font-weight: 700;
    box-shadow: 0 0 3px #d89b06;
}
span.item-lang-sold {
  margin-left: 10px;
}
span.type-display-sold {
  margin-left: 15px;
}
span.item-age-sold {
  margin-left: 16px;
}
span.item-price-sold {
  margin-left: 20px;
}
.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav.main-nav ul li a {
    display: block;
    padding: 6px 8px;
    background: rgba(43, 43, 43, 0.5);
    color: #FFC107;
    font-weight: 600;
    font-size: 0.95em;
    border-radius: 10px;
    transition: all 1.1s ease;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}
.footer-column.footer-left nav.main-nav ul {
  display: grid;
    grid-template-columns: repeat(2, 1fr);
	gap: 15px;
	width: unset;
    margin: unset;
}
nav.main-nav ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: 0.8s;
}
nav.main-nav ul li a:hover::after {
  left: 100%;
}
nav.main-nav ul li a:hover {
    background: rgb(60 43 0);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: #FFC107;
    box-shadow: inset 0 0 1px 2px #FFC107;
}
nav.main-nav ul li a.active {
    background: #FFC107;
    color: #1a1a1a;
    border-color: #FFC107;
    box-shadow: 0 0 5px #FFC107;
	transition: all 1.6s ease;
}
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  color: #FFC107;
  font-size: 16px;
  cursor: pointer;
}
.menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 900;
}
.menu-overlay.active {
  display: block;
}
.header-logo img {
    max-height: 160px;
    filter: drop-shadow(0px 0px 118px #FFC107) drop-shadow(0px 0px 13px #FFC107) drop-shadow(0px 0px 60px #FFC107);
}
nav.main-nav {
    background: #2b2b2b;
    border-radius: 10px;
    padding: 5px;
    display: inline-block;
    box-shadow: 0 0 10px #FFC107;
    border: 1px solid #a67200;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
.page-info input[type=number], .sold-page-info input[type=number] {
    width: 42px;
    height: 18px;
    text-align: center;
    background: #00ffff00;
    border: 0px solid black;
    color: #3c2b00;
    font-size: 18px;
    font-family: "Exo 2", serif;
    border: 2px solid #3c2b00;
    border-radius: 8px;
    padding: 0px;
}
footer {
    background: linear-gradient(to bottom, #1a1a1a, #d89b0624);
    padding: 40px 20px;
    color: #eee;
    font-family: "Exo 2", serif;
	position: relative;
	margin-top: 30px;
}

.image-gallery:before {
    content: '';
    top: 0px;
    left: 50%;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #FFC107, transparent);
    border-radius: 2px;
}

.image-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    max-width: 750px;
    margin: 0 auto;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
}

.image-gallery a {
    display: block;
    border-radius: 21px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 0 7px #ffc107;
    border: 2px solid #3c2b00;
}

.image-gallery a:hover {
    transform: scale(1.01);
	box-shadow: 0 0 12px #ffc107;
    border: 2px solid #3c2b00;
}

.image-gallery img {
    width: 120px;
    height: auto;
    display: block;
    transition: filter 0.3s ease;
}

.image-gallery h3 {
    font-size: 20px;
    color: #FFC107;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 15px;
    width: 100%;
    text-align: center;
}

.image-gallery a:hover img {
    filter: brightness(85%);
}

.image-gallery a.large-button {
    width: 100%;
    background-color: #d89b06;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 15px;
}

.image-gallery a.large-button span {
    color: #3d2c00;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

.footer-container {
    margin: 0 auto;
    display: flex
;
    flex-wrap: wrap;
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}
.footer-container::before {
    content: '';
    top: 0px;
    left: 50%;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #FFC107, transparent);
    border-radius: 2px;
}
.footer-column {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  box-sizing: border-box;
  padding: 10px;
}
.footer-column h3 {
  font-size: 20px;
  color: #FFC107;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.footer-column ul li {
  margin-bottom: 0px;
}
.footer-column ul li a {
  color: #FFC107;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s;
}
.footer-column ul li a:hover {
  color: #d89b06;
}
.footer-center img {
    max-height: 160px;
    margin-bottom: 20px;
    filter: drop-shadow(0px 0px 86px #FFC107) drop-shadow(0px 0px 15px #FFC107) drop-shadow(0px 0px 36px #FFC107);
}
.footer-center p {
    font-size: 14px;
    color: #ffc107;
    margin: 0;
    font-weight: 600;
}
.social-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-links li a {
  font-size: 18px;
  color: #FFC107;
  transition: color 0.3s, transform 0.3s;
}
.social-links li a:hover {
  color: #d89b06;
  transform: translateY(-3px);
}
@media (max-width: 900px) {
  .footer-column {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer-left,
  .footer-right {
    order: 1;
  }
  .footer-center {
    order: 2;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 500px) {
  .footer-column {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 601px) {
  .item-details .item-id {
    padding-right: 35px;
}
}
.referral-data-main {
    margin-left: 2px;
    margin-right: 2px;
}
.scroll-container {
  height: 800px;
  overflow-y: scroll;
}
.scroll-container::-webkit-scrollbar-button:vertical:decrement {
  display: none;
}
.scroll-container::-webkit-scrollbar {
  width: 0px;
}
.scroll-container::-webkit-scrollbar-thumb {
  background-color: #3c2b00;
  border-radius: 4px;
}
.scroll-container::-webkit-scrollbar-track {
  background-color: #171717;
}
html::-webkit-scrollbar {
  width: 0px;
}
html::-webkit-scrollbar-button:vertical:decrement {
  display: none;
}
html::-webkit-scrollbar-thumb {
  background-color: #3c2b00;
  border-radius: 4px;
}
html::-webkit-scrollbar-track {
  background-color: #171717;
}
#modal-overlay::-webkit-scrollbar {
  width: 0px;
}
#modal-overlay::-webkit-scrollbar-thumb {
  background-color: #3c2b00;
  border-radius: 4px;
}
#modal-overlay::-webkit-scrollbar-track {
  background-color: transparent;
}
div#support-tab-about {
padding: 0px 7px;
}
div#support-tab-contact {
    padding: 0px 7px;
}
div#support-tab-team {
    padding: 0px 7px;
}
    .hero {
position: relative;
    text-align: center;
    margin: 0 0 60px 0;
    border-radius: 31px;
    margin-top: -10px;
    box-shadow: 0 0 10px rgb(255 193 7);
    border: 1px solid #ffc107;
    }
    .hero video {
    width: 100%;
    box-shadow: 0 0 50px #FFC107;
    border-radius: 30px 30px 0px 0px;
    display: block;
    object-fit: cover;
}
    .hero-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #FFC107;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
      width: 80%;
    }
    .hero-content h1 {
      font-size: clamp(2em, 5vw, 3.5em);
      margin: 0;
      font-weight: 700;
      letter-spacing: 1px;
    }
    .hero-content p {
      font-size: clamp(1em, 2vw, 1.4em);
      margin-top: 15px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }
    .landing-section {
      padding: 10px;
      margin-bottom: 60px;
      background: rgba(255, 255, 255, 0.03);
      border-radius: 20px;
      box-shadow: 0 0 20px rgba(255, 193, 7, 0.15);
      overflow: hidden;
      border: 1px solid rgba(255, 193, 7, 0.2);
      transition: all 1.8s cubic-bezier(0.16, 1, 0.3, 1);
	  margin-top: -22px;
    }
    .landing-section:hover {
      box-shadow: 0 0 30px rgba(255, 193, 7, 0.25);
    }
    .landing-section h2 {
    font-size: clamp(1.8em, 4vw, 2.5em);
    margin-bottom: 20px;
    color: #FFC107;
    text-align: center;
    position: relative;
    padding-bottom: 27px;
    margin-top: 15px;
}
    .landing-section h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #FFC107, transparent);
}
    .tabs-container {
      max-width: 900px;
      margin: 0 auto;
    }
    .tabs-nav {
    display: block;
    margin-bottom: 20px;
}
    .tab-button {
      padding: 12px 24px;
      background: rgba(43, 43, 43, 0.5);
      color: #FFC107;
      border: 1px solid rgba(255, 193, 7, 0.4);
      border-radius: 10px;
      cursor: pointer;
      transition: all 0.8s ease;
      font-weight: 600;
      font-size: 0.95em;
      position: relative;
      overflow: hidden;
      outline: none;
	      margin-bottom: 10px;
		  margin: 5px 2px;
    }
    .tab-button::after {
      content: "";
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
      );
      transition: 0.5s;
    }
    .tab-button:hover::after {
      left: 100%;
    }
    .tab-button:hover {
      background: rgba(60, 43, 0, 0.6);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	  color: #ffc107;
    }
	.referral-info-tab {
    border-radius: 15px;
    border: 5px solid #3c2b00;
    padding: 15px;
    box-shadow: 0 0 5px #FFC107;
}
.referral-info-tab-points {
    background: #d89b06;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 1px solid black;
    text-align: left;
    padding: 10px;
    color: #3c2b00;
}
.referral-info-points {
    display: inline-block;
    font-weight: 900;
    background: #3c2b00;
    border-radius: 15px;
    width: 19px;
    text-align: center;
    color: #d89b06;
}
	.action-button {
    padding: 12px 24px;
    background: rgb(255 193 7);
    color: #3c2b00 !important;
    border: 1px solid rgba(255, 193, 7, 0.4);
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.8s ease;
    font-weight: 900;
    font-size: 0.95em;
    position: relative;
    overflow: hidden;
    outline: none;
    margin-bottom: 10px;
    margin: 5px 2px;
    text-decoration: none;
	animation: pulsate 2.5s infinite ease-in-out;
}
    .action-button::after {
      content: "";
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
      );
      transition: 0.5s;
    }
    .action-button:hover::after {
      left: 100%;
    }
    .action-button:hover {
    background: rgba(60, 43, 0, 0.6);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: #ffc107 !important;
}
	.classic-button {
    padding: 12px 24px;
    background: rgb(255 194 7);
    color: #1e1e1a;
    border: 1px solid rgba(255, 193, 7, 0.4);
    border-radius: 10px;
    cursor: pointer;
    transition: all 1.8s ease;
    font-weight: 900;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    outline: none;
    margin-bottom: 10px;
    margin: 5px 2px;
    font-family: 'Exo 2';
}
    .classic-button::after {
      content: "";
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
      );
      transition: 0.9s;
    }
    .classic-button:hover {
    background: rgb(163 117 0 / 88%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: #1e1e1a;
}
a.classic-button.centered-button:visited {
    color: initial;
}
    .tab-button.active {
      background: #FFC107;
      color: #1a1a1a;
      border-color: #FFC107;
      box-shadow: 0 5px 15px rgba(255, 193, 7, 0.3);
	  transition: all 0.8s ease;
    }
    .tab-content-container {
      position: relative;
      transition: height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
      overflow: visible;
    }
    .tab-content {
      background: rgba(43, 43, 43, 0.4);
      border-radius: 15px;
      padding: 30px;
      opacity: 0;
      transition: opacity 0.5s ease, transform 0.5s ease;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      transform: translateY(10px);
      visibility: hidden;
      box-sizing: border-box;
	  box-shadow: 0px 0px 22px rgb(12 12 12);
    }
	.support-line:after {
      content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #FFC107, transparent);
    }
    .tab-content.active {
      opacity: 1;
      position: relative;
      visibility: visible;
      transform: translateY(0);
    }
    .tab-content h3 {
    color: #FFC107;
    margin-top: 0px;
    font-size: 1.5em;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
}
    .tab-content p {
    color: #ffecb5;
    margin-bottom: 15px;
    font-size: 1.05em;
    text-align: left;
}
    .tab-content ul {
      color: #f5f5f7;
      margin-top: 20px;
    }
    .tab-content li {
    margin-bottom: 12px;
    position: relative;
    text-align: left;
    padding: 10px;
    background: #271d0654;
    border: 1px solid #ffc10721;
    border-radius: 9px;
    color: #fae4a0;
    box-shadow: 0 0 3px rgb(255 193 7 / 19%);
}
.vanity-strong {
    margin-bottom: 7px;
    display: block;
    font-size: 17px;
}
    .tab-content li::before {
      content: "🟡";
      color: #FFC107;
      font-weight: bold;
      display: inline-block;
	  margin-right: 5px;
    }
	.toc-design {
      padding: 10px;
    margin-bottom: 60px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(255, 193, 7, 0.15);
    overflow: hidden;
    border: 1px solid rgba(255, 193, 7, 0.2);
    transition: all 1.8s cubic-bezier(0.16, 1, 0.3, 1);
    margin-top: -22px;
    }
	.toc-h2 {
      font-size: clamp(1.8em, 4vw, 2.5em);
    margin-bottom: 20px;
    color: #FFC107;
    text-align: center;
    position: relative;
    margin-top: 15px;
	padding-bottom: 20px;
    }
	.toc-design h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #FFC107, transparent);
}
	nav#toc ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px; 
  justify-content: center; 
}
.tab-button-toc {
    padding: 10px 10px;
    background: rgba(43, 43, 43, 0.5);
    color: #FFC107;
    border: 1px solid rgba(255, 193, 7, 0.4);
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.8s ease;
    font-weight: 600;
    font-size: 0.95em;
    position: relative;
    overflow: hidden;
    outline: none;
    margin-bottom: 5px;
    display: block;
}
nav#toc ul li {
    margin: 0;
    list-style: none;
}
.code-span {
    color: #ffc107;
    font-weight: 900;
}
    .vanity-address {
    padding: 15px;
    border-radius: 10px;
    margin: 15px 0;
    word-break: break-all;
    display: inline-block;
    font-size: 14px;
}
.hero-format {
    padding: 0 15px;
}
code {
    display: table;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    font-size: 19px;
    word-break: break-all;
    background: #271d0654;
    border: 1px solid #ffc10721;
    border-radius: 9px;
    color: #fae4a0;
    box-shadow: 0 0 3px rgb(255 193 7 / 19%);
}
code.vanity-address.custom-address span {
    color: #241b00;
    font-weight: 900;
    font-size: 17px;
}
.card2-container {
    display: flex
;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
    justify-content: center;
    margin-top: 5px;
}
.card2 {
    background-color: #ffc10712;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
    box-sizing: border-box;
    color: #ffc107;
    transition: box-shadow 0.3s ease-in-out;
    box-shadow: 0 0 8px rgb(255, 193, 7);
    border: 2px solid #ffc107;
    word-break: break-all;
}
.card3 {
    background-color: #ffc107;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
    box-sizing: border-box;
    color: #3c2b00;
    transition: box-shadow 0.3s ease-in-out;
    box-shadow: 0 0 10px rgb(255, 193, 7);
    border: 2px solid #3c2b00;
    word-break: break-all;
}
.card1 {
    background-color: #282828;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
    box-sizing: border-box;
    color: #ffecb5;
    transition: box-shadow 0.3s ease-in-out;
    box-shadow: 0 0 10px rgb(255 236 181 / 40%);
    border: 2px solid #161616;
    word-break: break-all;
}
.card1-title {
    color: #ffecb5;
    margin-top: 10px;
    font-size: 1.5em;
    position: relative;
    display: inline-block;
    font-weight: 700;
}
.card2-title {
    color: #ffc107;
    margin-top: 10px;
    font-size: 1.5em;
    position: relative;
    display: inline-block;
    font-weight: 700;
}
.card3-title {
    color: #3c2b00;
    margin-top: 10px;
    font-size: 1.5em;
    position: relative;
    display: inline-block;
    font-weight: 700;
}
.card2-p {
    margin: 6px 6px 12px;
}
.card2:hover {
  box-shadow: 0 0 15px rgb(255, 193, 7);
}
.card3:hover {
  box-shadow: 0 0 20px rgb(255, 193, 7);
}
.card1:hover {
  box-shadow: 0 0 20px rgb(255 236 181 / 72%);
}
.error-404-charlie {
    width: 200px;
    filter: drop-shadow(rgb(255, 193, 7) 0px 0px 5px);
}
@media (max-width: 600px) {
  .card2 {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .card1 {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .card3 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}
    .standard-address {
      background: rgba(26, 26, 26, 0.7);
      border: 1px solid #555;
    }
	.regular-address {
      background: rgb(60 43 0 / 17%);
      border: 1px solid rgba(255, 193, 7, 0.5);
    }
    .custom-address {
      background: rgb(255 193 7);
    border: 1px solid rgb(56 42 0);
    color: #3c2b00;
    box-shadow: 0 0 25px rgb(255 193 7);
    }
    .highlight {
      color: #FFC107;
      font-weight: bold;
    }
    @media (max-width: 768px) {
      .landing-section {
        padding: 5px;
      }
      .tab-button {
        flex: 1 1 calc(50% - 8px);
        font-size: 0.9em;
        padding: 10px 15px;
        text-align: center;
      }
      .tab-content {
        padding: 20px;
      }
    }
    @media (max-width: 480px) {
      .tab-button {
        flex: 1 1 100%;
      }
    }
	.support-line p {
    text-align: center;
}
	.icon-img {
            width: 40px;
            object-fit: contain;
			    filter: drop-shadow(#FFC107 0px 0px 0.3px);
        }
        .icon-container {
            display: grid;
            grid-template-columns: repeat(8, auto);
            justify-content: center;
            gap: 10px;
            max-width: 600px;
            margin: auto;
            padding: 20px;
        }
        @media (max-width: 800px) {
            .icon-container {
                grid-template-columns: repeat(4, auto);
            }
        }
        .icon-container-footer {
            display: grid;
            grid-template-columns: repeat(4, auto);
            justify-content: center;
            gap: 10px;
            max-width: 600px;
            margin: auto;
            padding: 20px;
        }
		.menu-container-footer {
            justify-content: center;
            gap: 10px;
            max-width: 600px;
            margin: auto;
            padding: 20px;
        }
	 .team-member {
    align-items: center;
    margin-bottom: 7px;
    gap: 20px;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: rgba(26, 26, 26, 0.7);
    border-radius: 10px;
    padding: 25px;
    transition: transform 0.3s ease;
    border: 1px solid #101010;
    margin-top: 20px;
    box-shadow: 0 0 5px rgb(20 20 20);
}
        .team-member img {
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
    border: 1px solid #1a1a1a6b;
    box-shadow: 0 0px 10px rgb(0 0 0);
}
        .team-member-info {
            flex: 1;
        }
        .team-member-info h4 {
            color: #FFC107;
            margin-bottom: 5px;
            font-size: 1.3em;
        }
        .highlights {
    text-align: center;
    background: #d99d06;
    border-radius: 6px;
    padding: 4px 8px;
    color: #483400;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 10px;
    box-shadow: 0 0 3px #FFC107;
    font-size: 20px;
}
a.facebook-button {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    background: rgb(7 101 254);
    padding: 8px 16px;
    border-radius: 11px;
    transition: all 0.3s ease;
    display: flex
;
    align-items: center;
    gap: 8px;
    border: 1px solid black;
    box-shadow: 0 0 8px rgb(8 102 255);
}
	a.facebook-button:hover {
		background: rgb(2 69 179);
        }
        .social-links {
            margin-top: 20px;
        }
        .social-links ul {
            list-style: none;
            padding: 0;
            display: flex;
            flex-wrap: wrap;
            gap: 15px; 
        }
        .social-links li a {
            color: #FFC107;
            text-decoration: none;
            font-weight: bold;
            background: rgba(255, 193, 7, 0.1);
            padding: 8px 16px;
            border-radius: 20px;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .social-links li a:hover {
            background: rgba(255, 193, 7, 0.2);
            transform: translateY(-2px);
        }
        .social-links li a i {
            font-size: 1.2em;
        }
        .contact-form label {
            display: block;
            margin-bottom: 8px;
            color: #f5f5f7;
            font-weight: 600;
        }
        .contact-form input[type="text"],
        .contact-form input[type="email"],
        .contact-form textarea {
            width: 100%;
            padding: 15px;
            margin-bottom: 20px;
            background: rgba(26, 26, 26, 0.7);
            border: 1px solid #555;
            border-radius: 8px;
            color: #f5f5f7;
            box-sizing: border-box; 
            transition: all 0.3s ease;
            font-size: 1em;
        }
        .contact-form input[type="text"]:focus,
        .contact-form input[type="email"]:focus,
        .contact-form textarea:focus {
            border-color: #FFC107;
            box-shadow: 0 0 10px rgba(255, 193, 7, 0.3);
            outline: none;
        }
        .contact-form textarea {
    resize: vertical;
    min-height: 250px;
}
        .about-section {
    display: grid
;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 40px;
}
        @media (max-width: 768px) {
            .about-section {
                grid-template-columns: 1fr;
            }
        }
        .about-card {
    background: rgba(26, 26, 26, 0.7);
    border-radius: 30px;
    padding: 25px;
    transition: transform 0.3s ease;
    box-shadow: 0 0 4px rgb(255 193 7);
    border: 1px solid #262626;
}
        .about-card h4 {
            color: #FFC107;
            margin-top: 0;
            font-size: 1.3em;
            border-bottom: 1px solid rgba(255, 193, 7, 0.3);
            padding-bottom: 10px;
            margin-bottom: 15px;
        }
        .about-card p:last-child {
            margin-bottom: 0;
        }
        .timeline {
            position: relative;
            max-width: 1200px;
            margin: 30px auto;
        }
        .timeline::after {
            content: '';
            position: absolute;
            width: 4px;
            background-color: #FFC107;
            top: 0;
            bottom: 0;
            left: 50%;
            margin-left: -2px;
            border-radius: 2px;
        }
        .timeline-item {
            padding: 10px 40px;
            position: relative;
            width: 50%;
            box-sizing: border-box;
        }
        .timeline-item::after {
            content: '';
            position: absolute;
            width: 20px;
            height: 20px;
            background-color: #1a1a1a;
            border: 4px solid #FFC107;
            border-radius: 50%;
            top: 15px;
            z-index: 1;
        }
        .left {
            left: 0;
        }
        .right {
            left: 50%;
        }
        .left::after {
            right: -14px;
        }
        .right::after {
            left: -14px;
        }
        .timeline-content {
    padding: 20px;
    background: rgba(26, 26, 26, 0.7);
    border-radius: 50px;
    position: relative;
    box-shadow: 0 0px 8px rgb(255 193 7);
    border: 1px solid #ffc107;
}
        .timeline-content h4 {
            color: #FFC107;
            margin-top: 0;
        }
        .contact-methods {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin-bottom: 30px;
        }
        .contact-method {
    align-items: center;
    margin-bottom: 30px;
    gap: 20px;
    padding: 20px;
    background: rgba(26, 26, 26, 0.7);
    border-radius: 30px;
    padding: 25px;
    transition: transform 0.3s ease;
    box-shadow: 0 0 10px rgb(255 193 7);
    border: 1px solid #ffc107;
    margin-top: 20px;
}
        .contact-method:hover {
            transform: translateY(-5px);
        }
        .contact-method i {
            font-size: 2em;
            color: #FFC107;
            margin-bottom: 15px;
            display: block;
        }
        .contact-method h4 {
            color: #f5f5f7;
            margin-top: 0;
        }
        .contact-method p {
            margin-bottom: 0;
        }
@media (max-width: 570px) {
    .timeline {
        padding-left: 0px; 
    }
    .timeline::after {
        left: 20px; 
    }
    .timeline-item {
        width: 100%;
        left: 0; 
    }
    .timeline-item::after {
        left: 6px; 
    }
	.timeline-content {
    width: 100%;
}
}
span.payment-address-title::before {
    content: '';
    position: absolute;
    top: -20px; 
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #FFC107, transparent);
    border-radius: 2px;
}
.search-term-results {
    background: #d99d06;
    border-radius: 10px;
    padding: 4px 8px;
    color: #483400;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
    box-shadow: 0 0 3px #FFC107;
}
.overlay-container {
    position: relative;
}
.items-container {
    position: relative;
    z-index: 1;
}
.image-wrapper {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: calc(100% - 16px);
    z-index: 2;
    top: 7px;
    mask-image: linear-gradient(to bottom, white calc(100% - 9px), transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, white calc(100% - 9px), transparent 100%);
    overflow: visible;
    padding-top: 8px;
    padding-right: 8px;
    padding-left: 8px;
}
.image-wrapper-ref {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: calc(100% - 16px);
    z-index: 2;
    top: 10px;
    mask-image: linear-gradient(to bottom, white calc(100% - 5px), transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, white calc(100% - 5px), transparent 100%);
    overflow: visible;
    padding-top: 8px;
    padding-right: 8px;
    padding-left: 8px;
}
.image-wrapper-help {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: calc(100% - 16px);
    z-index: 2;
    top: 2px;
    mask-image: linear-gradient(to bottom, white calc(100% - 0px), transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, white calc(100% - 0px), transparent 100%);
    overflow: visible;
    padding-top: 8px;
    padding-right: 8px;
    padding-left: 8px;
}
.image-wrapper-info {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: calc(100% - 16px);
    z-index: 2;
    top: 1.5px;
    mask-image: linear-gradient(to bottom, white calc(100% - 0px), transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, white calc(100% - 0px), transparent 100%);
    overflow: visible;
	padding-top: 8px;
    padding-right: 8px;
    padding-left: 8px;
}
.overlay-image {
    height: 91px;
    object-fit: cover;
    pointer-events: none;
    display: block;
    filter: drop-shadow(rgb(255, 193, 7) 0px 0px 4px);
}
.overlay-image-help {
    height: 105px;
    object-fit: cover;
    pointer-events: none;
    display: block;
    filter: drop-shadow(rgb(255, 193, 7) 0px 0px 4px);
	margin: 7px;
}
.overlay-image-info {
    height: 91px;
    object-fit: cover;
    pointer-events: none;
    display: block;
    filter: drop-shadow(rgb(255, 193, 7) 0px 0px 4px);
}
.overlay-image-ref {
    height: 100px;
    object-fit: cover;
    pointer-events: none;
    display: block;
    filter: drop-shadow(rgb(255, 193, 7) 0px 0px 4px);
}
.center-title {
    color: #ffc107;
    font-size: 24px;
    text-align: center;
    flex-grow: 1;
}
h1.h1-titles {
    font-size: x-large;
    color: #ffc107;
    background: #2e2918;
    border-radius: 10px;
    padding: 10px;
    display: inline-block;
    margin: 10px 0px;
    box-shadow: 0 0 6px #ffc107;
}
.center-title-help {
    color: #ffc107;
    font-size: 24px;
    text-align: center;
    flex-grow: 1;
}
.center-title-info {
        font-size: 20px;
        color: #ffc107;
        font-size: 24px;
        text-align: center;
        flex-grow: 1;
        display: block;
        font-size: 1.5em;
        margin-block-start: 0.83em;
        margin-block-end: 0.83em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        font-weight: bold;
        unicode-bidi: isolate;
        padding-bottom: 10px;
    }
.center-title-ref {
    color: #ffc107;
    font-size: 24px;
    text-align: center;
    flex-grow: 1;
}
span.referral-code-text {
    display: inline-block;
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 3px;
}
span.shop-address {
    color: #ffc107;
    font-weight: 700;
}
.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: max-content;
    max-width: 200px;
    background-color: #333;
    color: #ffc107;
    text-align: center;
    padding: 4px 4px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 0.875rem;
    pointer-events: none;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 520px) {
      img.overlay-image.overlay-left {
    display: none;
}
img.overlay-image.overlay-right2 {
    display: none;
}img.overlay-image-ref.overlay-left-ref {
    display: none;
}
img.overlay-image-help.overlay-right-help {
    display: none;
}
img.overlay-image-info.overlay-right-info {
    display: none;
}
img.overlay-image.overlay-left-review {
    display: none;
}
    }	
@media (max-width: 560px) {
.image-wrapper-ref {
    top: 11px;
    mask-image: linear-gradient(to bottom, white calc(100% - 6px), transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, white calc(100% - 6px), transparent 100%);
}
.image-wrapper-info {
        top: 1.5px;
        mask-image: linear-gradient(to bottom, white calc(100% - 5px), transparent 100%);
        -webkit-mask-image: linear-gradient(to bottom, white calc(100% - 5px), transparent 100%);
    }
    }	


@media (max-width: 240px) {
span#res-id {
    font-size: 12px !important;
}
}
@media (min-width: 240px) {
span#res-id {
    font-size: 13px !important;
}
}
@media (min-width: 260px) {
span#res-id {
    font-size: 14px !important;
}
}
@media (min-width: 280px) {
span#res-id {
    font-size: 16px !important;
}
}	
@media (min-width: 300px) {
span#res-id {
    font-size: 17px !important;
}
}
@media (min-width: 320px) {
span#res-id {
    font-size: 19px !important;
}
}
@media (min-width: 340px) {
span#res-id {
    font-size: 20px !important;
}
}
@media (min-width: 360px) {
span#res-id {
    font-size: 21px !important;
}
}
@media (min-width: 380px) {
span#res-id {
    font-size: 22px !important;
}
}
@media (min-width: 400px) {
span#res-id {
    font-size: 24px !important;
}
}
@media (min-width: 420px) {
span#res-id {
    font-size: 25px !important;
}
}
@media (min-width: 440px) {
span#res-id {
    font-size: 27px !important;
}
}
@media (min-width: 460px) {
span#res-id {
    font-size: 28px !important;
}
}
@media (min-width: 480px) {
span#res-id {
    font-size: 29px !important;
}
}
@media (min-width: 500px) {
span#res-id {
    font-size: 30px !important;
}
}
@media (min-width: 520px) {
span#res-id {
    font-size: 31px !important;
}
}
@media (min-width: 540px) {
span#res-id {
    font-size: 33px !important;
}
}
@media (min-width: 560px) {
span#res-id {
    font-size: 35px !important;
}
}
@media (min-width: 580px) {
span#res-id {
    font-size: 36px !important;
}
}
@media (min-width: 600px) {
span#res-id {
    font-size: 26px !important;
}
}




@media (max-width: 240px) {
.payment-info .widget .text.no-format {
    font-size: 14px !important;
}
}
@media (min-width: 240px) {
.payment-info .widget .text.no-format {
    font-size: 11.7px !important;
}
}
@media (min-width: 260px) {
.payment-info .widget .text.no-format {
    font-size: 13px !important;
}
}
@media (min-width: 280px) {
.payment-info .widget .text.no-format {
    font-size: 14px !important;
}
}
@media (min-width: 280px) {
.payment-info .widget .text.no-format {
    font-size: 14.5px !important;
}
}	
@media (min-width: 300px) {
.payment-info .widget .text.no-format {
    font-size: 15.8px !important;
}
}
@media (min-width: 320px) {
.payment-info .widget .text.no-format {
    font-size: 17px !important;
}
}
@media (min-width: 340px) {
.payment-info .widget .text.no-format {
    font-size: 18.5px !important;
}
}
@media (min-width: 360px) {
.payment-info .widget .text.no-format {
    font-size: 19.9px !important;
}
}
@media (min-width: 380px) {
.payment-info .widget .text.no-format {
    font-size: 21.2px !important;
}
}
@media (min-width: 400px) {
.payment-info .widget .text.no-format {
    font-size: 22.6px !important;
}
}
@media (min-width: 420px) {
.payment-info .widget .text.no-format {
    font-size: 24px !important;
}
}
@media (min-width: 440px) {
.payment-info .widget .text.no-format {
    font-size: 25.3px !important;
}
}
@media (min-width: 460px) {
.payment-info .widget .text.no-format {
    font-size: 26.7px !important;
}
}
@media (min-width: 480px) {
.payment-info .widget .text.no-format {
    font-size: 28.1px !important;
}
}
@media (min-width: 500px) {
.payment-info .widget .text.no-format {
    font-size: 29.4px !important;
}
}
@media (min-width: 520px) {
.payment-info .widget .text.no-format {
    font-size: 30.8px !important;
}
}
@media (min-width: 540px) {
.payment-info .widget .text.no-format {
    font-size: 32.2px !important;
}
}
@media (min-width: 560px) {
.payment-info .widget .text.no-format {
    font-size: 33.5px !important;
}
}
@media (min-width: 580px) {
.payment-info .widget .text.no-format {
    font-size: 34.9px !important;
}
}
@media (min-width: 600px) {
.payment-info .widget .text.no-format {
    font-size: 25.684px !important;
}
}

.terms-design {
    text-align: center;
    margin-bottom: 19px;
}
a.action-button.enter-shop {
    font-size: 35px;
    padding: 5px 10px;
    filter: drop-shadow(0px 0px 20px #FFC107);
    border: 5px solid rgb(60 43 0);
}