* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: sans-serif;
  background-color: #1a2c38;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.svelte-abzx6q {
  width: 70px;
}
.header {
  width: 100%;
  background-color: #213743;
  color: white;
  padding: 15px 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_container {
  max-width: 1170px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.left-group {
  display: flex;
  align-items: center;
  gap: 350px;
}

.burger {
  font-size: 26px;
  cursor: pointer;
}

.logo {
  display: flex;
  align-items: center;
}

.logo img {
  height: 32px;
  width: auto;
}

.auth-buttons {
  display: flex;
  gap: 10px;
}

.auth-buttons .login {
  text-decoration: none;
  color: white;
  padding: 8px 12px;
}

.auth-buttons .register {
  text-decoration: none;
  color: white;
  background-color: #1475e1;
  padding: 8px 12px;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.auth-buttons .register:hover {
  background-color: #2980b9;
}

.sidebar {
  position: fixed;
  top: 0;
  left: -250px;
  width: 200px;
  height: 100%;
  background-color: #0f212e;
  padding: 20px;
  transition: left 0.3s ease;
  z-index: 1000;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
}

.sidebar.active {
  left: 0;
}

.sidebar .burger {
  color: white;
  margin-bottom: 20px;
  font-size: 26px;
}

.sidebar ul {
  list-style: none;
  margin-top: 20px;
}

.sidebar li {
  margin-bottom: 15px;
}

.sidebar a {
  color: white;
  text-decoration: none;
}

.bottom-menu {
  display: none;
}

@media (max-width: 768px) {
  .burger {
    display: none;
  }

  .sidebar {
    display: none;
  }

  .bottom-menu {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #0f212e;
    justify-content: space-around;
    padding: 10px 0;
    z-index: 1000022;
  }

  .menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    text-align: center;
    font-size: 12px;
  }

  .menu-item i {
    font-size: 20px;
    margin-bottom: 4px;
  }

  .auth-buttons {
    display: flex;
    gap: 10px;
    position: absolute;
    top: 15px;
    right: 20px;
  }
}

.footer {
  width: 100%;
  background-color: #1a2c38;
  color: white;
  padding: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}

.footer .logo img {
  height: 40px;
  width: auto;
}

.footer p {
  font-size: 14px;
}
.container {
  max-width: 1470px;
  display: flex;
  flex-direction: column;
}

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css');

.all-elems {
  background-color: #1a2c38;
}
.main {
  padding: 15px;
  color: #f5f5f5;
}
.act-all {
  display: flex;
  flex-direction: column;
}
.act-main {
  margin-bottom: 20px;
}
.main-btn {
  padding: 8px 12px;
  background-color: #1475e1;
  text-decoration: none;
  transition: background-color 0.3s;
  color: white;
  border-width: 0;
  text-align: center;
  font-size: 19px;
}
.all-elem-cas {
  padding: 15px;
}
.svg-icon {
  pointer-events: none;
  stroke-width: 0;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  display: inline-block;
  color: #ffffff;
}
.ab-mn1 {
  display: flex;
  gap: 5px;
  color: rgb(255, 255, 255);
  font-size: 20px;
  margin-bottom: 20px;
}
.ab-mn {
  display: flex;
  gap: 5px;
  color: rgb(255, 255, 255);
  font-size: 20px;
  margin-bottom: 20px;
  justify-content: space-between;
  align-items: center;
}
.main-choose {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.choose-cas {
  background-color: #213743;
  border-radius: 10px;
  color: white;
}
.img-choose {
  border-radius: 10px 10px 0 0;
  max-width: 100%;
}
.txt-choose {
  padding: 10px;
  display: flex;
  justify-content: space-between;
}
.online {
  width: 9px;
  height: 9px;
  background-color: #1fff20;
  border: 1px solid black;
  border-radius: 50%;
  display: inline-block;
}
.col-play {
  font-size: 12px;
}

.scroll-container-wrapper {
  position: relative;
  max-width: 100%;
  margin: 20px auto;
  overflow: hidden;
}

.scroll-container {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px;
  gap: 10px;
  scrollbar-width: none; /* Firefox */
}

.scroll-container::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}
.scroll-container2 {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px;
  gap: 10px;
  scrollbar-width: none; /* Firefox */
}

.scroll-container2::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}
.scroll-container3 {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px;
  gap: 10px;
  scrollbar-width: none; /* Firefox */
}

.scroll-container3::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}

.scroll-card {
  flex: 0 0 auto;
  width: 150px;
  height: 200px;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  border: none;
  outline: none;
}
.scroll-card2 {
  flex: 0 0 auto;
  width: 150px;
  height: 200px;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  border: none;
  outline: none;
}

.scroll-buttons {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}

.scroll-btn1 {
  padding: 6px 12px;
  font-size: 18px;
  border: solid 1px #2f4553;
  color: #a2bdce;
  border-radius: 4px;
  cursor: pointer;
  background: none;
  border-radius: 30px 0 0px 30px;
}
.scroll-btn2 {
  padding: 6px 12px;
  font-size: 18px;
  border: solid 1px #2f4553;
  color: #a2bdce;
  border-radius: 4px;
  cursor: pointer;
  background: none;
  border-radius: 0px 30px 30px 0px;
}

.scroll-btn:hover {
  background-color: #555;
}
.col-play1 {
  color: white;
  font-size: 11px;
}

.login-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0f212e;
  display: none;
  flex-direction: column;
  z-index: 2000;
}

.login-popup.active {
  display: flex;
}

.login-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #1a2c38;
  padding: 15px 20px;
  color: white;
  gap: 30px;
}

.login-header .logo img {
  height: 32px;
}

.close-popup {
  font-size: 24px;
  cursor: pointer;
}

.login-body {
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.login-body label {
  color: white;
  font-size: 14px;
}

.login-body input {
  padding: 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #0f212e;
  color: white;
  outline: none;
  box-shadow: none;
  transition: border 0.3s;
}

.login-body input:focus {
  border-color: #1475e1;
  box-shadow: 0 0 0 2px rgba(20, 117, 225, 0.2);
}

.login-submit {
  background-color: #1475e1;
  color: white;
  padding: 15px;
  font-size: 18px;
  border: none;
  border-radius: 6px;
  width: 100%;
  cursor: pointer;
  margin-bottom: 30px;
}

.login-submit:hover {
  background-color: #0f62c6;
}

.button-vhod {
  margin-top: auto;
  padding: 20px;
}
.register-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0f212e;
  display: none;
  flex-direction: column;
  z-index: 2000;
}

.register-popup.active {
  display: flex;
}

.register-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #1a2c38;
  padding: 15px 20px;
  color: white;
}

.register-header .logo img {
  height: 32px;
}

.close-popup {
  font-size: 24px;
  cursor: pointer;
}

.register-body {
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: white;
}

.register-body h1 {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
}

.register-body label {
  font-size: 14px;
  margin-bottom: 5px;
}

.register-body input {
  padding: 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #0f212e;
  color: white;
  outline: none;
  box-shadow: none;
  transition: border 0.3s;
}

.register-body input:focus {
  border-color: #1475e1;
  box-shadow: 0 0 0 2px rgba(20, 117, 225, 0.2);
}

.register-submit {
  background-color: #1475e1;
  color: white;
  padding: 15px;
  font-size: 18px;
  border: none;
  border-radius: 6px;
  width: 100%;
  cursor: pointer;
  margin-bottom: 30px;
}

.register-submit:hover {
  background-color: #0f62c6;
}

.wide-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #0f212e; /* фон блока */
  color: #fff;
  padding: 20px;
  border-radius: 8px;
  margin: 20px 0;
  width: 100%;
  box-sizing: border-box;
}

.wide-block .left-text {
  font-size: 18px;
  font-weight: 500;
}

.wide-block .right-buttons {
  display: flex;
  gap: 10px;
}

.wide-block .right-buttons button {
  padding: 10px 16px;
  border: none;
  background: #1475e1;
  color: white;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s ease;
}

.wide-block .right-buttons button:hover {
  background: #1475e1;
}

@media (max-width: 600px) {
  .wide-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .wide-block .right-buttons {
    flex-wrap: wrap;
  }
}
.container {
  max-width: 1200px;

  font-family: 'Montserrat', sans-serif;
}

.qa-block {
  background-color: #213743;
  color: #fff;
  border-radius: 4px;
  margin: 10px 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.qa-block .header {
  padding: 9px 15px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.qa-block .arrow {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.qa-block.open .arrow {
  transform: rotate(180deg);
}

.qa-block .content {
  padding: 0 20px 15px;
  font-size: 12px;
  line-height: 1.5;
  opacity: 0;
  max-height: 0;
  transition: max-height 0.5s ease, opacity 0.3s ease;
}

.qa-block.open .content {
  max-height: 1000px;
  opacity: 1;
}

@media (max-width: 768px) {
  .qa-block .header {
    font-size: 14px;
  }
}

/* Блок чата */
#chat-overlay {
  position: fixed;
  top: 70px; /* высота шапки */
  left: 0;
  right: 0;
  bottom: 40px; /* ← отступ снизу, чтобы не перекрывать .bottom-menu */
  background: #0f212e;
  overflow-y: auto;
  z-index: 9999;
  display: none;
  padding: 20px;
  box-sizing: border-box;
}

body.chat-open {
  overflow: hidden; /* запрет на прокрутку */
}

.chat-messages {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 100px; /* чтоб сообщения не залезали под инпут */
}

.chat-message {
  padding: 12px 16px;
  border-radius: 4px;
  background-color: #2c2c2c;
  color: white;
  font-family: sans-serif;
  display: flex;
  align-items: center;
  gap: 10px;
}

.chat-star {
  font-size: 18px;
}

/* Инпут и кнопка */
.chat-input-container {
  position: fixed;
  bottom: 50px; /* ← поднять над .bottom-menu */
  left: 20px;
  right: 20px;
  display: flex;
  gap: 10px;
  background: #213743;
  padding: 10px;
  border-radius: 10px;
  max-width: 800px;
  margin: 0 auto;
  z-index: 10001; /* повыше, но ниже bottom-menu */
  flex-direction: column;
}

#chat-input {
  flex-grow: 1;
  padding: 10px;
  border-radius: 5px;
  border: none;
  background-color: #555;
  color: white;
  font-size: 16px;
}

#send-message {
  padding: 10px 20px;
  background-color: #00e701;
  color: rgb(0, 0, 0);
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

#send-message:hover {
  background-color: #00e701;
}

/* Попап */
.chat-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.8);
  padding: 30px;
  border-radius: 10px;
  z-index: 5;
  text-align: center;
  color: white;
}

.chat-popup-content {
  background-color: #222;
  padding: 20px;
  border-radius: 10px;
}
.chat-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10002;
}

.chat-close:hover {
  color: #ff5c5c;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #213743;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999999;
}

/* Logo style */
#loader-logo {
  width: 150px; /* Adjust the size of the logo */
}

.form-container {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

label {
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
}

.ref-input {
  width: 100%;
  padding: 8px;
  font-size: 16px;
  border: 1px solid #213743;
  border-radius: 4px;
  margin-bottom: 8px;
  background-color: #1a2c38;
  color: white;
}

.error-message {
  color: red;
  font-size: 12px;
  margin-top: 4px;
  margin-bottom: 14px;
}

.deposit-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0f212e;
  display: none;
  flex-direction: column;
  z-index: 2000;
}

.deposit-popup.active {
  display: flex;
}

.deposit-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #1a2c38;
  padding: 15px 20px;
  color: white;
}

.deposit-header .logo img {
  height: 32px;
}

.close-popup {
  font-size: 24px;
  cursor: pointer;
}

.deposit-body {
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: white;
  margin-bottom: 50px;
}

.deposit-body h1 {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
}

.popup-message {
  font-size: 16px;
  line-height: 1.5;
}

.popup-image {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 колонки */
  gap: 20px; /* расстояние между элементами */
  justify-items: center; /* выравнивание по центру */
  padding: 20px;
  border-top: #465e73 1px solid;
  border-bottom: #465e73 1px solid;
}

.popup-image img {
  max-width: 100px; /* можешь подогнать под нужный размер */
  height: auto;
}

.button-wrap {
  padding: 0 20px 30px;
}

.deposit-button {
  background-color: #1475e1;
  color: white;
  padding: 15px;
  font-size: 18px;
  border: none;
  border-radius: 6px;
  width: 100%;
  cursor: pointer;
}

.deposit-button:hover {
  background-color: #0f62c6;
}

.register-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #0f212e;
}

.register-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #1a2c38;
  padding: 20px;
}

.register-header .logo img {
  height: 40px;
}

.register-body {
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 400px;
  margin: 0 auto;
}

.register-body h1 {
  font-size: 28px;
  font-weight: bold;
}

.register-body label {
  font-size: 14px;
  margin-bottom: 5px;
}

.register-body input {
  padding: 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #0f212e;
  color: white;
  outline: none;
  box-shadow: none;
  transition: border 0.3s;
}

.register-body input:focus {
  border-color: #1475e1;
  box-shadow: 0 0 0 2px rgba(20, 117, 225, 0.2);
}

.button-vhod {
  max-width: 400px;
  margin: 20px auto 40px;
}

.register-submit {
  background-color: #1475e1;
  color: white;
  padding: 15px;
  font-size: 18px;
  border: none;
  border-radius: 6px;
  width: 100%;
  cursor: pointer;
}

.register-submit:hover {
  background-color: #0f62c6;
}

.login-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;

  background-color: #0f212e;
}

.login-header {
  display: flex;
  justify-content: start;
  align-items: center;
  background-color: #1a2c38;

  padding: 20px;
}

.login-header .logo img {
  height: 40px;
}

.login-body {
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.login-body h1 {
  font-size: 28px;
  font-weight: bold;
  color: white;
}

.login-body label {
  font-size: 14px;
  margin-bottom: 5px;
}

.login-body input {
  padding: 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #0f212e;
  color: white;
  outline: none;
  box-shadow: none;
  transition: border 0.3s;
}

.login-body input:focus {
  border-color: #1475e1;
  box-shadow: 0 0 0 2px rgba(20, 117, 225, 0.2);
}

.button-vhod {
  padding: 20px;
  margin-top: auto;
}

.login-submit {
  background-color: #1475e1;
  color: white;
  padding: 15px;
  font-size: 18px;
  border: none;
  border-radius: 6px;
  width: 100%;
  cursor: pointer;
}

.login-submit:hover {
  background-color: #0f62c6;
}

.site-header {
  background-color: #1a2c38;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: start;
}

.logo img {
  height: 40px;
}

.choice-section {
  font-family: 'Segoe UI', sans-serif;
  background-color: #0f212e;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  position: relative;
  z-index: 2;
}

.choice-card {
  background-color: #213743;
  padding: 40px;
  border-radius: 12px;
  text-align: center;
  max-width: 400px;
  width: 90%;
}

.choice-card h1 {
  margin-bottom: 10px;
  font-size: 28px;
}

.choice-card p {
  margin-bottom: 30px;
  font-size: 16px;
  color: #ccc;
}

.buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.btn {
  background-color: #1475e1;
  padding: 12px 20px;
  color: white;
  border: none;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s;
}

.btn:hover {
  background-color: #0f62c6;
}

.btn-alt {
  background-color: #0f62c6;
}

.btn-alt:hover {
  background-color: #1475e1;
}

.privacy-section {
  background-color: #1a2c38;
  padding: 40px 20px;
  text-align: center;
  z-index: 2;
  position: relative;
}

.privacy-section h2 {
  font-size: 20px;
  margin-bottom: 20px;
}

.privacy-section p {
  max-width: 700px;
  margin: 0 auto 15px auto;
  color: #bbb;
  line-height: 1.6;
}

/* Background animation */
.background-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 50% 50%, #1475e1 0%, transparent 70%);
  opacity: 0.06;
  animation: floatWaves 8s infinite linear;
  z-index: 1;
}

@keyframes floatWaves {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

.card {
  padding: 20px;
  background-color: #253f50;
  border-radius: 4px;
}

.card-title {
  font-size: 20px;
  margin-bottom: 10px;
  color: white;
}

.card-main {
  padding: 15px;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;

  background-color: #1a2c38;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.brand-mark img {
  height: 40px;
  width: auto;
}

.user-handle {
  font-size: 1em;
}

h1 {
  font-size: 24px;
  margin-bottom: 20px;
  color: white;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 15px;
}

.form-group {
  flex: 1 1 250px;
  display: flex;
  flex-direction: column;
  position: relative;
}

label {
  margin-bottom: 5px;
  font-size: 14px;
  color: white;
}

.custom-select {
  position: relative;
  background-color: #2f4a5e;
  color: #ffffff;
  padding: 20px;
  border-radius: 4px;
  cursor: pointer;
}

.custom-select::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #333;
  transform: translateY(-50%);
}

.custom-options {
  margin-top: 5px;
  background-color: #2f4a5e;
  color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  display: none;
  position: relative;
  z-index: 2;
}

.custom-options div {
  padding: 10px;
  cursor: pointer;
}

.custom-options div:hover {
  background-color: #eee;
}

.wallet-address {
  padding: 10px;
  background-color: #2f4a5e;
  border-radius: 4px;
  font-size: 14px;
  word-break: break-all;
  user-select: text;
  color: white;
  margin-bottom: 40px;
}

.check-btn {
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #00b894;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.check-btn:hover {
  background-color: #019875;
}

.amount-input {
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background-color: white;
  color: #333;
  font-size: 16px;
}

@media (max-width: 600px) {
  .topbar {
    padding: 10px 20px;
  }

  .brand-mark img {
    height: 30px;
  }

  .user-handle {
    font-size: 0.9em;
  }
}

.button-switch-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 400px;
  margin-top: 30px;
}

.option-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 кнопки в ряд */

  gap: 10px;
}

.option-btn {
  flex: 1;
  padding: 12px 16px;
  background-color: #1a2c38;
  color: white;
  border: 2px solid transparent;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.option-btn.active {
  border-color: #1475e1;
  background-color: #213743;
}

.option-btn img {
  width: 20px;
  height: 20px;
}

.main-action-btn {
  text-align: center;
  background-color: #1475e1;
  color: white;
  padding: 15px;
  font-size: 18px;
  text-decoration: none;
  border-radius: 8px;
  display: block;
  transition: background 0.2s ease-in-out;
}
.main-action-btn:not(.disabled):hover {
  background-color: #0e5fb5;
}

/* Стили для неактивной кнопки */
.main-action-btn.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}

.main-action-btn:not(.disabled):hover {
  background-color: #0f62c6;
}

.popup-unique-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Popup container */
.popup-unique-container {
  position: relative;
  background: #1a2c38;
  /* border: 5px solid #ffcc00; */
  border-radius: 20px 20px 5px 5px;
  /* padding: 30px 30px 40px; */
  width: 90%;
  max-width: 520px;
  text-align: center;
  /* box-shadow: 0 0 25px #5f7fff; */
  animation: popupUniqueFadeIn 0.6s ease-out;
}

@keyframes popupUniqueFadeIn {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.popup-unique-image {
  width: 100%;
  border-radius: 20px 20px 0px 0px;
  margin-bottom: 25px;
}

.popup-unique-title {
  color: #ffffff;
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 0 0 10px #1475e1;
}

.popup-unique-button {
  background-color: #1475e1;
  color: #ffffff;
  border: none;
  padding: 15px 35px;
  font-size: 18px;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.popup-unique-button:hover {
  background-color: #0a26ea;
}

/* Close button */
.popup-unique-close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: transparent;
  color: #1a2c38;
  font-size: 28px;
  border: none;
  cursor: pointer;
  font-weight: bold;
}

.popup-unique-close:hover {
  color: #1a2c38;
}
.custom-btn-group {
  display: flex;
}

.custom-main-btn {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  border: none;
  border-radius: 4px 0 0 4px;
  background-color: #0f212e;
  cursor: pointer;
  position: relative;
}

.custom-value {
  margin-right: 8px;
  font-family: monospace;
}

.custom-token-img {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-right: 4px;
}

.custom-arrow {
  margin-left: 4px;
}

.custom-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid #ccc;
  display: none;
  width: 168px;
  z-index: 1000;
  color: black;
}

.custom-dropdown-item {
  display: flex;
  justify-content: space-between;
  padding: 6px 12px;
  cursor: pointer;
  font-size: 13px;
  gap: 5px;
}

.custom-dropdown-item:hover {
  background-color: #f0f0f0;
}

.custom-dropdown-item span,
.custom-dropdown-item img {
  flex: 1;
  text-align: center;
}

.custom-dropdown-item img {
  width: 14px;
  height: 14px;
  object-fit: cover;
  border-radius: 50%;
}

.custom-icon-btn {
  border: 1px solid #1475e1;
  border-left: none;
  border-radius: 0 4px 4px 0;
  background-color: #1475e1;
  padding: 13px;
  cursor: pointer;
}

.custom-img-wrapper {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-spinner {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border: 2px solid #03ff03;
  border-top: 2px solid transparent;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  vertical-align: middle;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.custom-checking-block {
  display: flex;
  padding: 10px 16px;

  border-radius: 6px;
  color: #ffffff;

  font-weight: 500;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  max-width: fit-content;
  margin-bottom: 20px;
}
.rate-btc {
  width: 100%;
  display: flex;
  justify-content: center;
  color: #8d8d8d;
  font-size: 12px;
  padding: 20px;
}
.all-crypto {
  width: 100%;
}

.half-circle-container {
  width: 100%;
  height: 10%;
  background-color: #0f212e;
  border-radius: 150px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 5px;
  overflow-x: auto;
  gap: 10px;
  white-space: nowrap;
  box-sizing: border-box;
}

.action-button {
  width: 200px;
  height: 40px;
  border: none;
  border-radius: 20px;
  font-size: 18px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: white;
  background-color: transparent;
  transition: background-color 0.3s ease;
}

.action-button.active {
  background-color: #2f4553;
}

.info-container {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  background-color: #1a2c38;
  color: #acb5ce;
  font-size: 18px;
  margin-top: 20px;
}

.left-top {
  text-align: left;
}

.right-top {
  text-align: right;
}

.game-list-container {
  margin-top: 20px;
  background-color: #1a2c38;

  border-radius: 10px;
}

.game-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  margin-bottom: 10px;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

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

.game-name {
  flex: 1;
  font-size: 16px;
  margin-left: 10px;
}

.game-amount {
  font-size: 16px;
  font-weight: bold;
  margin-right: 10px;
}

.coin-icon img {
  width: 20px;
  height: 20px;
}

.game-item.blue {
  background-color: #213743;
  color: white;
}

.game-item.white {
  background-color: #1a2c38;
  color: white;
}
.coin-icon img {
  border-radius: 50%;
}

.custom-popup-open-btn {
  padding: 10px 20px;
  background-color: #333;
  color: white;
  border: none;
  cursor: pointer;
  margin: 20px;
}

.custom-popup-overlay {
  display: none;
  position: fixed;
  top: -30px;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999;
  align-items: center;
  justify-content: center;
}

.custom-popup-overlay.active {
  display: flex;
}

.custom-popup-wrapper {
  position: relative;
  width: 90vw;
  max-width: 400px;
  max-height: 90vh;
  overflow-y: auto;
  background-color: #1a2c38;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
}

.custom-popup-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  font-size: 20px;
  color: white;
  cursor: pointer;
}

h2 {
  font-size: 18px;
  color: white;
  margin: 0 0 10px 0;
}

.custom-popup-section {
  margin-bottom: 15px;
  margin-top: 10px;
}

.custom-popup-section label {
  display: block;
  margin-bottom: 5px;
  color: white;
}

.custom-popup-buttons {
  display: flex;
  gap: 10px;
  background-color: #0f212e;
  padding: 5px;
  border-radius: 50px;
  margin-top: 30px;
}

.custom-popup-buttons button {
  flex: 1;
  padding: 15px;
  color: white;
  background-color: transparent;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  font-size: 15px;
}

.custom-popup-buttons button.active {
  background-color: #2f4553;
}

.custom-popup-wrapper input,
.custom-popup-wrapper select {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  background-color: #0f212e;
  color: white;
  border: 2px solid #2f4553;
  border-radius: 5px;
  font-size: 16px;
}

.custom-popup-wrapper input:focus,
.custom-popup-wrapper select:focus {
  outline: none;
  border-color: #2f4553;
}

/* Промокод */
.input-container {
  position: relative;
}

.input-container input {
  padding-right: 30px;
}

.promo-confirmed {
  color: green;
  font-size: 18px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.wallet-addresss {
  position: relative;
}

.wallet-addresss input {
  width: 100%;
  padding-right: 35px;
}

.wallet-addresss .crypto-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

#connect-wallet-btn {
  width: 100%;
  padding: 15px;
  background-color: #0b5a9f;
  border: none;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}

.crypto-dropdown {
  position: relative;
  border-radius: 5px;
  cursor: pointer;
}

.crypto-selected {
  display: flex;
  align-items: center;
  padding: 10px;
  color: white;
  background-color: #2f4553;
  border-radius: 5px;
}

.crypto-selected .crypto-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border-radius: 50%;
}

.crypto-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

#crypto-symbol,
.crypto-symbol {
  font-weight: bold;
  font-size: 14px;
  color: white;
}

#crypto-name,
.crypto-name {
  font-size: 12px;
  color: #ccc;
}

.dropdown-arrow {
  margin-left: auto;
  font-size: 12px;
  color: #ccc;
}

.crypto-options {
  display: none;
  background-color: #2f4553;
  border-top: none;
  border-radius: 0 0 5px 5px;
  max-height: 200px;
  overflow-y: auto;
  margin-bottom: 10px;
  margin-top: 2px;
}

.crypto-options.show {
  display: block;
}

.crypto-option {
  padding: 10px;
  display: flex;
  align-items: center;
  color: white;
  transition: background-color 0.2s;
  overflow-y: auto;
  max-height: 200px;
}

.crypto-option:hover {
  background-color: #2f4553;
}

.crypto-option .crypto-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border-radius: 50%;
}

.crypto-option .crypto-text {
  display: flex;
  flex-direction: column;
}

.crypto-option .crypto-symbol {
  font-weight: bold;
  font-size: 14px;
}

.crypto-option .crypto-name {
  font-size: 12px;
  color: #ccc;
}
.create-line {
  width: 100%;
  border-bottom: 1px solid #818181;
}
