@font-face {
  font-family: revicons;
  fallback: fallback;
  src: url("revicons-DbTteTvA.woff") format("woff"), url("") format("ttf"),
    url("") format("ttf");
}
.react-multi-carousel-list {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.react-multi-carousel-track {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  position: relative;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform, transition;
  transition: transform 0.5s ease-in-out;
}
.react-multiple-carousel__arrow {
  position: absolute;
  outline: 0;
  transition: all 0.5s;
  border-radius: 35px;
  z-index: 1000;
  border: 0;
  background: #00000080;
  min-width: 43px;
  min-height: 43px;
  opacity: 1;
  cursor: pointer;
  transition: all 0.3s ease;
}
.react-multiple-carousel__arrow:hover {
  background: #000c;
  transform: scale(1.1);
}
.react-multiple-carousel__arrow:before {
  font-size: 20px;
  color: #fff;
  display: block;
  font-family: revicons;
  text-align: center;
  z-index: 2;
  position: relative;
}
.react-multiple-carousel__arrow:disabled {
  cursor: default;
  background: #00000080;
}
.react-multiple-carousel__arrow--left {
  left: calc(4% + 1px);
}
.react-multiple-carousel__arrow--left:before {
  content: "";
}
.react-multiple-carousel__arrow--right {
  right: calc(4% + 1px);
}
.react-multiple-carousel__arrow--right:before {
  content: "";
}
.react-multi-carousel-dot-list {
  position: absolute;
  bottom: 0;
  display: flex;
  left: 0;
  right: 0;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.react-multi-carousel-dot button {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 1;
  box-shadow: none;
  transition: background 0.5s;
  border-width: 2px;
  border-style: solid;
  border-color: gray;
  padding: 0;
  margin: 0 6px 0 0;
  outline: 0;
  cursor: pointer;
}
.react-multi-carousel-dot button:hover:active,
.react-multi-carousel-dot--active button {
  background: #080808;
}
.react-multi-carousel-item {
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .react-multi-carousel-item {
    flex-shrink: 0 !important;
  }
  .react-multi-carousel-track {
    overflow: visible !important;
  }
}
[dir="rtl"].react-multi-carousel-list {
  direction: rtl;
}
.rtl.react-multiple-carousel__arrow--right {
  right: auto;
  left: calc(4% + 1px);
}
.rtl.react-multiple-carousel__arrow--right:before {
  content: "";
}
.rtl.react-multiple-carousel__arrow--left {
  left: auto;
  right: calc(4% + 1px);
}
.rtl.react-multiple-carousel__arrow--left:before {
  content: "";
}
._overlay_gyiey_80 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000b3;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
._modalContainer_gyiey_93 {
  position: relative;
  width: 90%;
  max-width: 500px;
  padding: 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px #0000001a;
}
._modalContainer_gyiey_93 h2 {
  color: #444;
  font-weight: 300;
}
._closeButton_gyiey_30 {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  border: none;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
}
._errorText_gyiey_120 {
  color: red;
  font-weight: 700;
}
._formGroup_gyiey_125 {
  margin: 20px 0;
}
._select_gyiey_40 {
  width: 80%;
  padding: 10px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
._infoText_gyiey_137 {
  font-size: 12px;
  color: #666;
  margin: 20px 0;
}
._buttonGroup_gyiey_143 {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
._connectButton_gyiey_59 {
  background-color: #00f;
  color: #fff;
  padding: 10px 20px;
  margin: 0 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
._cancelButton_gyiey_68 {
  background-color: red;
  color: #fff;
  padding: 10px 20px;
  margin: 0 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
._overlay_97zgd_1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000b3;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
._modalContainer_97zgd_14 {
  position: relative;
  width: 80%;
  max-width: 600px;
  padding: 40px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px #0000001a;
}
._modalContainer_97zgd_14 h2 {
  color: #000;
  font-size: 25px;
}
._modalContainer_97zgd_14 ._topP_97zgd_29 {
  color: #000;
  font-size: 16px;
}
._closeButton_97zgd_34 {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  border: none;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
}
._formGroup_97zgd_45 {
  margin: 20px 0;
}
._privateKeyInput_97zgd_49 {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
._infoText_97zgd_57 {
  font-size: 12px;
  color: #666;
  margin: 20px 0;
}
._buttonGroup_97zgd_63 {
  margin-top: 20px;
}
._connectButton_97zgd_67 {
  background-color: #00f;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
._overlay_1khp1_1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000080;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
._modal_1khp1_14 {
  max-width: 500px;
  width: 100%;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px #0000001a;
  z-index: 1001;
  position: relative;
}
._title_1khp1_25 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 16px;
  color: #000;
  font-weight: 400;
}
._form_1khp1_33 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
._label_1khp1_39 {
  font-size: 16px;
  align-self: flex-start;
  margin-bottom: 8px;
  color: #888;
  text-align: center;
}
._input_1khp1_47 {
  width: 100%;
  padding: 12px;
  margin-bottom: 16px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
._helperText_1khp1_56 {
  font-size: 12px;
  color: #888;
  text-align: center;
  margin-bottom: 16px;
}
._button_1khp1_63 {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  background-color: #06f;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
._button_1khp1_63:hover {
  background-color: #0056d1;
}
@media (max-width: 768px) {
  ._title_1khp1_25 {
    font-size: 20px;
  }
  ._input_1khp1_47,
  ._button_1khp1_63 {
    font-size: 14px;
  }
}
._overlay_1esuk_1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000080;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
._modal_1esuk_14 {
  max-width: 500px;
  width: 100%;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px #0000001a;
  z-index: 1001;
  position: relative;
}
._title_1esuk_25 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 16px;
  color: #444;
}
._form_1esuk_32 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
._label_1esuk_38 {
  font-size: 16px;
  align-self: flex-start;
  margin-bottom: 8px;
  margin-top: 10px;
  color: #666;
}
textarea._input_1esuk_46 {
  height: 150px;
}
._input_1esuk_46 {
  width: 100%;
  padding: 12px;
  margin-bottom: 16px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
._helperText_1esuk_59 {
  font-size: 12px;
  color: #888;
  text-align: center;
  margin-bottom: 16px;
}
._button_1esuk_66 {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  background-color: #06f;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
._button_1esuk_66:hover {
  background-color: #0056d1;
}
@media (max-width: 768px) {
  ._title_1esuk_25 {
    font-size: 20px;
  }
  ._input_1esuk_46,
  ._button_1esuk_66 {
    font-size: 14px;
  }
}
:root {
  --primary-bg-color: #021526;
  --secondary-bg-color: #071e33;
  --primary-text-color: #ffffff;
  --accent-color: #ffae00;
  --box-bg-color: #333333;
  --box-hover-bg-color: #444444;
  --box-border-color: #555555;
}
body {
  background-color: var(--primary-bg-color);
  color: var(--primary-text-color);
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}
.app {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.header {
  text-align: center;
  margin-bottom: 20px;
}
.header h1 {
  color: var(--accent-color);
}
.platform-offers {
  background-color: var(--secondary-bg-color);
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.platform-offers h2 {
  margin-bottom: 10px;
}
.crypto-prices {
  background-color: var(--secondary-bg-color);
  padding: 20px;
  border-radius: 10px;
}
.crypto-prices h2 {
  margin-bottom: 10px;
}
.crypto-prices input {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  border: 1px solid #555;
  background-color: var(--primary-bg-color);
  color: var(--primary-text-color);
}
table {
  width: 100%;
  border-collapse: collapse;
}
th,
td {
  padding: 25px;
  text-align: left;
}
th {
  background-color: var(--primary-bg-color);
}
td {
  border-bottom: 1px solid #444;
}
.green-text {
  color: #4caf50;
}
.red-text {
  color: #f44336;
}
.pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.pagination button {
  background-color: var(--primary-bg-color);
  color: var(--primary-text-color);
  border: none;
  padding: 10px;
  margin: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.pagination button:hover {
  background-color: var(--secondary-bg-color);
}
.carousel-container {
  margin-top: 20px;
}
.carousel-container .offer {
  text-align: center;
  padding: 10px;
  background-color: var(--primary-bg-color);
  border-radius: 10px;
  margin: 0 10px;
}
.carousel-container .offer img {
  max-width: 50px;
  height: auto;
  margin-bottom: 10px;
}
.issues-grid {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
}
.issue-box {
  background-color: var(--box-bg-color);
  border: 2px solid var(--box-border-color);
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
  cursor: pointer;
}
.issue-box:hover {
  background-color: var(--box-hover-bg-color);
  transform: translateY(-5px);
}
.issue-box .icon {
  font-size: 40px;
  margin-bottom: 10px;
}
.issue-box h3 {
  margin: 10px 0;
  font-size: 1.2rem;
}
.issue-box p {
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  .app {
    padding: 10px;
  }
  .header h1 {
    font-size: 1.5rem;
  }
  .platform-offers h2,
  .crypto-prices h2 {
    font-size: 1.25rem;
  }
  th,
  td {
    padding: 8px;
    font-size: 0.9rem;
  }
  .pagination button {
    padding: 8px;
    margin: 2px;
    font-size: 0.9rem;
  }
  .carousel-container .offer {
    padding: 5px;
    margin: 0 5px;
  }
  .carousel-container .offer img {
    max-width: 40px;
  }
  .issue-box {
    padding: 15px;
  }
  .issue-box .icon {
    font-size: 30px;
  }
  .issue-box h3 {
    font-size: 1rem;
  }
  .issue-box p {
    font-size: 0.8rem;
  }
}
@media (max-width: 480px) {
  th,
  td {
    padding: 6px;
    font-size: 0.8rem;
  }
  .pagination {
    flex-wrap: wrap;
  }
  .pagination button {
    padding: 6px;
    margin: 1px;
    font-size: 0.8rem;
  }
  .crypto-prices input {
    padding: 8px;
    font-size: 0.9rem;
  }
}
