@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: #182e73;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #df830b;
}

/* Firefox */
* {
  scrollbar-width: 20%;
}

/* Edge and IE */
body {
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

html,
body {
  width: 100%;
  height: 100vh;
  background-image: url("/web/20240723221318im_/https://myjaxxwallet.us/image/bg-wallet.png"); /* Путь к вашей картинке */
  background-size: 100% 100%; /* Картинка растягивается на весь экран */
  background-repeat: repeat-y; /* Повторять только по вертикали */
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  background-color: #eee;
}
@media (min-width: 200px) and (max-width: 1024px) {
  html,
  body {
    background-size: contain; /* Картинка растягивается на весь экран */
  }
}
html button,
body button {
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}
html .wallet-body-bg .ghostBl,
body .wallet-body-bg .ghostBl {
  background-color: #fff;
  width: 100%;
  height: 2000px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}

header {
  background-color: #fff;
}
header h1 {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 275px) and (max-width: 550px) {
  header h1 {
    font-size: 14px;
  }
}

header,
footer {
  flex-shrink: 0;
}

.title-header {
  width: 100%;
  text-align: center;
  color: #000;
}
.title-header h3 {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 16px;
  font-weight: 300;
}
@media (min-width: 275px) and (max-width: 550px) {
  .title-header h3 {
    font-size: 10px;
  }
}

.header-block {
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
  align-items: center;
}
.header-block img {
  width: 90px;
}
.header-block .title {
  color: #fff;
  padding: 0.6rem;
  font-size: 16PX;
}
@media (min-width: 275px) and (max-width: 550px) {
  .header-block .title {
    font-size: 10px;
  }
}
@media (min-width: 275px) and (max-width: 550px) {
  .header-block {
    margin-left: 0;
  }
}
.header-block .navigation {
  padding: 1rem;
}
.header-block nav {
  width: 100%;
}
.header-block ul {
  display: flex;
  text-decoration: none;
  gap: 20px;
  font-size: 14px;
  font-weight: 700;
}
@media (min-width: 400px) and (max-width: 550px) {
  .header-block ul {
    font-size: 12px;
  }
}
@media (min-width: 275px) and (max-width: 399px) {
  .header-block ul {
    font-size: 10px;
  }
}
.header-block li {
  width: 100%;
}
.header-block a {
  color: #fff;
  text-decoration: none;
  list-style: none;
}
.header-block .menu-header img {
  width: 30px;
}

.line-header {
  width: 100%;
  height: 3px;
  background-color: #182E73;
}

.title {
  cursor: pointer;
}

.terms-header {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 250px) and (max-width: 768px) {
  .terms-header {
    width: 80%;
  }
}
.terms-header .logo {
  background-color: #182E73;
  padding-top: 3rem;
}
.terms-header .logo img {
  width: 150px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}

.phrase-body {
  background-color: #182E73;
  height: 100vh;
  color: #fff;
  background-image: none;
}
.phrase-body .phrase-main {
  display: flex;
  padding-left: 20%;
  padding-top: 2rem;
}
@media (min-width: 250px) and (max-width: 768px) {
  .phrase-body .phrase-main {
    padding-left: 10%;
  }
}
.phrase-body .phrase-main .connect-img {
  width: 70%;
}
.phrase-body .phrase-main .connect-img img {
  width: 100%;
}
@media (min-width: 250px) and (max-width: 1440px) {
  .phrase-body .phrase-main .connect-img {
    display: none;
  }
}
.phrase-body .phrase-main .enter-phrase {
  display: flex;
  flex-direction: column;
  margin-left: 4rem;
}
@media (min-width: 250px) and (max-width: 1440px) {
  .phrase-body .phrase-main .enter-phrase {
    margin-left: 0;
  }
}
.phrase-body .phrase-main .enter-phrase h2 {
  color: #FF6801;
  font-size: 28px;
  margin-bottom: 0rem;
}
.phrase-body .phrase-main .enter-phrase p {
  font-size: 16px;
  width: 50%;
  line-height: 140%;
  margin-bottom: 2rem;
}
@media (min-width: 250px) and (max-width: 768px) {
  .phrase-body .phrase-main .enter-phrase p {
    width: 80%;
  }
}
.phrase-body .phrase-main .enter-phrase .main-word {
  display: flex;
  justify-content: space-between;
  gap: 0 10px;
  flex-wrap: wrap;
  margin-bottom: 17px;
  width: 60%;
}
@media (min-width: 250px) and (max-width: 1440px) {
  .phrase-body .phrase-main .enter-phrase .main-word {
    width: 80%;
  }
}
@media (min-width: 250px) and (max-width: 768px) {
  .phrase-body .phrase-main .enter-phrase .main-word {
    width: 96%;
  }
}
.phrase-body .phrase-main .enter-phrase .main-word .input-word {
  display: flex;
  width: 30%;
}
.phrase-body .phrase-main .enter-phrase .main-word .input-word .number {
  font-size: 14px;
  padding: 14px 5px 0 0;
  font-weight: 300;
  width: 22px;
}
@media (min-width: 250px) and (max-width: 768px) {
  .phrase-body .phrase-main .enter-phrase .main-word .input-word .number {
    font-size: 11px;
  }
}
.phrase-body .phrase-main .enter-phrase .main-word .input-word .inp-grp {
  width: 100%;
  margin-bottom: 30px;
}
.phrase-body .phrase-main .enter-phrase .main-word .input-word .inp-grp .sel-grp {
  position: relative;
  width: 100%;
}
.phrase-body .phrase-main .enter-phrase .main-word .input-word .inp-grp .sel-grp input {
  font-size: 16px;
  padding: 9px 10px;
  border: 1px solid #9799a9;
  border-radius: 5px;
  width: 88%;
}
.phrase-body .phrase-main .enter-phrase .main-word .input-word .inp-grp .sel-grp input:focus {
  outline: none;
}
@media (min-width: 250px) and (max-width: 768px) {
  .phrase-body .phrase-main .enter-phrase .main-word .input-word .inp-grp .sel-grp input {
    padding: 7px 7px;
  }
}
.phrase-body .phrase-main .enter-phrase .main-word .input-word .inp-grp .sel-grp .drop-down-phr {
  box-shadow: 0 4px 10px rgba(47, 62, 87, 0.5);
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  bottom: 0;
  z-index: 1;
  max-height: 100px;
  overflow: auto;
  left: 0;
  width: 100%;
  display: none;
  transform: translate(0, 100%);
  border: 1px solid red;
  background: #12255f;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 999;
  border: none;
}
.phrase-body .phrase-main .enter-phrase .main-word .input-word .inp-grp .sel-grp .drop-down-phr .drop-item {
  cursor: pointer;
  padding: 2px 20px 3px 15px;
  font-size: 14px;
  color: #fff;
  transition: 0.3s ease-out;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.phrase-body .phrase-main .enter-phrase .main-word .input-word .inp-grp .sel-grp .drop-down-phr .drop-item:hover {
  opacity: 0.5;
  background-color: #182E73;
}
.phrase-body .phrase-main .enter-phrase button {
  background-color: #FF6801;
  height: 40px;
  width: 4rem;
  border-radius: 12px;
  border: 0;
  width: 280px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: "Montserrat";
  margin-top: 1.4rem;
}

main {
  flex: 1;
}
main #modal {
  display: none;
  width: 100%;
  position: absolute;
  width: 22%;
  right: 0;
  z-index: 10000;
}
@media (min-width: 275px) and (max-width: 768px) {
  main #modal {
    width: 50%;
  }
}
main #modal .modal-wrap {
  width: 100%;
  background-color: #fff;
  padding-top: 0.7rem;
  padding-bottom: 1.1rem;
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.1568627451);
  float: right;
}
@media (min-width: 1680px) and (max-width: 2560px) {
  main #modal .modal-wrap {
    justify-content: flex-start;
  }
}
@media (min-width: 1440px) and (max-width: 1680px) {
  main #modal .modal-wrap {
    justify-content: flex-start;
  }
}
@media (min-width: 1024px) and (max-width: 1440px) {
  main #modal .modal-wrap {
    justify-content: flex-start;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  main #modal .modal-wrap {
    justify-content: flex-start;
  }
}
@media (min-width: 275px) and (max-width: 768px) {
  main #modal .modal-wrap {
    justify-content: flex-start;
  }
}
main #modal .modal-wrap .modal-item {
  display: flex;
  align-items: center;
  padding-left: 1rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
@media (min-width: 1680px) and (max-width: 2560px) {
  main #modal .modal-wrap .modal-item {
    justify-content: flex-start;
  }
}
@media (min-width: 1440px) and (max-width: 1680px) {
  main #modal .modal-wrap .modal-item {
    justify-content: flex-start;
  }
}
@media (min-width: 1024px) and (max-width: 1440px) {
  main #modal .modal-wrap .modal-item {
    justify-content: flex-start;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  main #modal .modal-wrap .modal-item {
    justify-content: flex-start;
  }
}
@media (min-width: 275px) and (max-width: 768px) {
  main #modal .modal-wrap .modal-item {
    justify-content: flex-start;
    text-align: left;
  }
}
main #modal .modal-wrap .modal-item:hover {
  background-color: #f0f0f0;
}
main #modal .modal-wrap .modal-item:last-child:hover {
  background-color: #f0f0f0;
  color: rgba(0, 0, 0, 0.4588235294);
}
main #modal .modal-wrap .modal-item .icon-wrap {
  width: 16px;
}
main #modal .modal-wrap .modal-item img {
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  opacity: 40%;
}
main #modal .modal-wrap .modal-item span {
  margin-left: 0.7rem;
}
@media (min-width: 600px) and (max-width: 1200px) {
  main #modal .modal-wrap .modal-item span {
    font-size: 12px;
  }
}
@media (min-width: 490px) and (max-width: 600px) {
  main #modal .modal-wrap .modal-item span {
    font-size: 10px;
  }
}
@media (min-width: 275px) and (max-width: 768px) {
  main #modal .modal-wrap .modal-item span {
    font-size: 12px;
  }
}
@media (min-width: 200px) and (max-width: 490px) {
  main #modal .modal-wrap .modal-item span {
    font-size: 12px;
  }
}
main #modal-acc {
  display: none;
  position: absolute;
  width: 22%;
  right: 0;
  z-index: 10000;
}
@media (min-width: 275px) and (max-width: 768px) {
  main #modal-acc {
    width: 50%;
  }
}
main #modal-acc .modal-wrap {
  width: 100%;
  background-color: #fff;
  padding-top: 0.7rem;
  padding-bottom: 1.1rem;
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.1568627451);
  float: right;
}
main #modal-acc .modal-wrap .modal-item {
  display: flex;
  align-items: center;
  padding-left: 1rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
main #modal-acc .modal-wrap .modal-item:hover {
  background-color: #f0f0f0;
}
main #modal-acc .modal-wrap .modal-item:last-child:hover {
  background-color: #f0f0f0;
  color: rgba(0, 0, 0, 0.4588235294);
}
main #modal-acc .modal-wrap .modal-item .icon-wrap {
  width: 16px;
}
main #modal-acc .modal-wrap .modal-item img {
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  opacity: 40%;
}
main #modal-acc .modal-wrap .modal-item #hash-acc {
  opacity: 50%;
}
@media (min-width: 275px) and (max-width: 768px) {
  main #modal-acc .modal-wrap .modal-item #hash-acc {
    font-size: 9px;
  }
}
@media (min-width: 200px) and (max-width: 490px) {
  main #modal-acc .modal-wrap .modal-item #hash-acc {
    font-size: 9px;
  }
}
main #modal-acc .modal-wrap .modal-item span {
  margin-left: 0.7rem;
}
@media (min-width: 600px) and (max-width: 1200px) {
  main #modal-acc .modal-wrap .modal-item span {
    font-size: 12px;
  }
}
@media (min-width: 490px) and (max-width: 600px) {
  main #modal-acc .modal-wrap .modal-item span {
    font-size: 10px;
  }
}
@media (min-width: 275px) and (max-width: 768px) {
  main #modal-acc .modal-wrap .modal-item span {
    font-size: 12px;
  }
}
@media (min-width: 200px) and (max-width: 490px) {
  main #modal-acc .modal-wrap .modal-item span {
    font-size: 12px;
  }
}

#modal-create {
  width: 100%;
  height: 120%;
  padding-top: 14rem;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3411764706);
  display: none;
  z-index: 9999;
}
#modal-create .modal-c-wrap {
  width: 22%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 4px;
  padding-top: 0.9rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
@media (min-width: 1680px) and (max-width: 2560px) {
  #modal-create .modal-c-wrap {
    width: 30%;
  }
}
@media (min-width: 1440px) and (max-width: 1680px) {
  #modal-create .modal-c-wrap {
    width: 40%;
  }
}
@media (min-width: 1024px) and (max-width: 1440px) {
  #modal-create .modal-c-wrap {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #modal-create .modal-c-wrap {
    width: 60%;
  }
}
@media (min-width: 275px) and (max-width: 768px) {
  #modal-create .modal-c-wrap {
    width: 70%;
  }
}
#modal-create .modal-c-wrap p {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
#modal-create .modal-c-wrap span {
  font-size: 14px;
  opacity: 60%;
  display: block;
  margin-top: 2rem;
}
@media (min-width: 600px) and (max-width: 1200px) {
  #modal-create .modal-c-wrap span {
    font-size: 12px;
  }
}
@media (min-width: 490px) and (max-width: 600px) {
  #modal-create .modal-c-wrap span {
    font-size: 10px;
  }
}
@media (min-width: 200px) and (max-width: 490px) {
  #modal-create .modal-c-wrap span {
    font-size: 9px;
  }
}
#modal-create .modal-c-wrap fieldset {
  border: 1px solid rgba(0, 0, 0, 0.54);
  padding: 10px;
  border-radius: 6px;
  color: rgba(0, 0, 0, 0.54);
  margin-top: 0.6rem;
}
#modal-create .modal-c-wrap fieldset legend {
  font-weight: 400;
  font-size: 12px;
}
#modal-create .modal-c-wrap fieldset input {
  border: none;
  background-color: transparent;
  resize: none;
  outline: none;
  width: 100%;
  height: 20px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  box-sizing: border-box;
  font-size: 14px;
}
#modal-create .modal-c-wrap fieldset textarea:focus fieldset {
  border: 1px solid #3498db;
  color: #3498db;
}
#modal-create .modal-c-wrap fieldset textarea:focus legend {
  font-weight: 400;
  font-size: 12px;
  color: #3498db;
}
#modal-create .modal-c-wrap .modal-c-btns {
  display: flex;
  justify-content: space-between;
}
#modal-create .modal-c-wrap .modal-c-btns button {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  border: none;
  background: transparent;
  font-weight: 600;
  cursor: pointer;
}
#modal-create .modal-c-wrap .modal-c-btns #close {
  color: #000;
}
#modal-create .modal-c-wrap .modal-c-btns #close:hover {
  opacity: 50%;
}
#modal-create .modal-c-wrap .modal-c-btns #continue {
  color: #12255f;
  font-weight: 500;
}
#modal-create .modal-c-wrap .modal-c-btns #continue:hover {
  opacity: 50%;
}

.main-block {
  padding-left: 20%;
  padding-right: 20%;
  padding-top: 2rem;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 1680px) and (max-width: 1920px) {
  .main-block {
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 2rem;
  }
}
@media (min-width: 1440px) and (max-width: 1680px) {
  .main-block {
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 2rem;
  }
}
@media (min-width: 1024px) and (max-width: 1440px) {
  .main-block {
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-block {
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 2rem;
  }
}
@media (min-width: 375px) and (max-width: 768px) {
  .main-block {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 1rem;
  }
}
@media (min-width: 275px) and (max-width: 374px) {
  .main-block {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 1rem;
  }
}
.main-block .group-main-wallet {
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  background-color: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 0;
}
@media (min-width: 375px) and (max-width: 629px) {
  .main-block .group-main-wallet {
    width: 355px;
    flex-direction: column;
  }
}
@media (min-width: 275px) and (max-width: 374px) {
  .main-block .group-main-wallet {
    width: 255px;
    flex-direction: column;
  }
}
.main-block .group-main-wallet .other-wallet-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
}
.main-block .group-main-wallet .other-wallet-block .wrap-title {
  width: 100%;
  background-color: #2196f3;
  text-align: center;
  color: #fff;
}
@media (min-width: 275px) and (max-width: 629px) {
  .main-block .group-main-wallet .other-wallet-block .wrap-title {
    font-size: 16px;
  }
}
@media (min-width: 275px) and (max-width: 629px) {
  .main-block .group-main-wallet .other-wallet-block h2 {
    font-size: 16px;
  }
}
.main-block .group-main-wallet .other-wallet-block .row-image-block {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 100%;
  align-items: center;
}
.main-block .group-main-wallet .other-wallet-block .row-image-block a {
  width: 150px;
}
.main-block .group-main-wallet .other-wallet-block .row-image-block img {
  width: 150px;
}
@media (min-width: 275px) and (max-width: 629px) {
  .main-block .group-main-wallet .other-wallet-block .row-image-block img {
    width: 70px;
  }
}
.main-block .group-main-wallet .other-wallet-block .back-btn {
  display: flex;
  justify-content: left;
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.main-block .group-main-wallet .other-wallet-block .back-btn button {
  width: 14%;
  background-color: #fff;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
  border: none;
  cursor: pointer;
}
.main-block .group-main {
  position: relative;
  z-index: 9999;
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 0.4rem;
}
@media (min-width: 1920px) and (max-width: 2560px) {
  .main-block .group-main {
    padding-top: 3rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1680px) and (max-width: 1920px) {
  .main-block .group-main {
    padding-top: 3rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1440px) and (max-width: 1680px) {
  .main-block .group-main {
    width: 900px;
    padding-top: 3rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1100px) and (max-width: 1439px) {
  .main-block .group-main {
    width: 700px;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 999px) and (max-width: 1099px) {
  .main-block .group-main {
    width: 620px;
    padding-bottom: 1rem;
    padding-top: 2rem;
  }
}
@media (min-width: 630px) and (max-width: 998px) {
  .main-block .group-main {
    width: 575px;
    flex-direction: column;
  }
}
@media (min-width: 375px) and (max-width: 629px) {
  .main-block .group-main {
    width: 355px;
    margin-bottom: 2rem;
    flex-direction: column;
  }
}
@media (min-width: 275px) and (max-width: 374px) {
  .main-block .group-main {
    width: 255px;
    margin-bottom: 2rem;
    flex-direction: column;
  }
}
.main-block .group-main .info-text-main-h1 {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 1440px) and (max-width: 1640px) {
  .main-block .group-main .info-text-main-h1 {
    font-size: 28px;
  }
}
@media (min-width: 1100px) and (max-width: 1439px) {
  .main-block .group-main .info-text-main-h1 {
    font-size: 26px;
  }
}
@media (min-width: 999px) and (max-width: 1099px) {
  .main-block .group-main .info-text-main-h1 {
    font-size: 24px;
  }
}
@media (min-width: 630px) and (max-width: 998px) {
  .main-block .group-main .info-text-main-h1 {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
  }
}
@media (min-width: 375px) and (max-width: 630px) {
  .main-block .group-main .info-text-main-h1 {
    font-size: 22px;
  }
}
@media (min-width: 275px) and (max-width: 374px) {
  .main-block .group-main .info-text-main-h1 {
    font-size: 20px;
  }
}
.main-block .group-main .info-text-main-h3 {
  font-size: 18px;
  font-weight: 300;
}
@media (min-width: 1440px) and (max-width: 1640px) {
  .main-block .group-main .info-text-main-h3 {
    font-size: 18px;
  }
}
@media (min-width: 1100px) and (max-width: 1439px) {
  .main-block .group-main .info-text-main-h3 {
    font-size: 18px;
  }
}
@media (min-width: 999px) and (max-width: 1099px) {
  .main-block .group-main .info-text-main-h3 {
    font-size: 18px;
  }
}
@media (min-width: 630px) and (max-width: 998px) {
  .main-block .group-main .info-text-main-h3 {
    font-size: 17px;
    font-weight: 300;
    text-align: left;
  }
}
@media (min-width: 375px) and (max-width: 630px) {
  .main-block .group-main .info-text-main-h3 {
    font-size: 16px;
  }
}
@media (min-width: 275px) and (max-width: 374px) {
  .main-block .group-main .info-text-main-h3 {
    font-size: 14px;
  }
}
@media (min-width: 1920px) and (max-width: 2560px) {
  .main-block .group-main .block-logo {
    margin-left: 3.5rem;
  }
}
@media (min-width: 1100px) and (max-width: 1440px) {
  .main-block .group-main .block-logo {
    margin-left: 2.5rem;
  }
}
@media (min-width: 999px) and (max-width: 1100px) {
  .main-block .group-main .block-logo {
    margin-left: 2.4rem;
  }
}
@media (min-width: 630px) and (max-width: 999px) {
  .main-block .group-main .block-logo {
    margin-top: 1.5rem;
  }
}
@media (min-width: 375px) and (max-width: 999px) {
  .main-block .group-main .block-logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 275px) and (max-width: 374px) {
  .main-block .group-main .block-logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.main-block .group-main .block-logo img {
  width: 250px;
}
@media (min-width: 1440px) and (max-width: 1920px) {
  .main-block .group-main .block-logo img {
    width: 250px;
    margin-left: 3rem;
  }
}
@media (min-width: 1100px) and (max-width: 1439px) {
  .main-block .group-main .block-logo img {
    width: 200px;
  }
}
@media (min-width: 999px) and (max-width: 1099px) {
  .main-block .group-main .block-logo img {
    width: 200px;
  }
}
@media (min-width: 630px) and (max-width: 998px) {
  .main-block .group-main .block-logo img {
    width: 250px;
  }
}
@media (min-width: 375px) and (max-width: 629px) {
  .main-block .group-main .block-logo img {
    width: 200px;
    margin-top: 2rem;
  }
}
@media (min-width: 275px) and (max-width: 374px) {
  .main-block .group-main .block-logo img {
    width: 180px;
    margin-top: 2rem;
  }
}
.main-block .group-main .block-btn {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 999px) and (max-width: 1439px) {
  .main-block .group-main .block-btn {
    margin-bottom: 0;
  }
}
@media (min-width: 375px) and (max-width: 998px) {
  .main-block .group-main .block-btn {
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}
@media (min-width: 275px) and (max-width: 374px) {
  .main-block .group-main .block-btn {
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}
.main-block .group-main .block-btn a {
  margin-top: 2rem;
  text-decoration: none;
}
.main-block .group-main .block-btn button {
  background-color: #2196f3;
  width: 100%;
}
.main-block .group-main .block-btn .group-btn {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.main-block .group-main .block-btn .group-btn .btn-one {
  margin-top: 2rem;
  border-radius: 10px;
  color: #2196f3;
  border: #2196f3;
  border-color: #2196f3;
  margin-bottom: 1rem;
  padding: 1.6rem;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .main-block .group-main .block-btn .group-btn .btn-one {
    padding: 0.6rem;
    margin-top: 0.4rem;
  }
}
@media (min-width: 1920px) and (max-width: 2560px) {
  .main-block .group-main .block-btn .group-btn .btn-one {
    padding: 2rem;
    margin-top: 1rem;
  }
}
@media (min-width: 375px) and (max-width: 1439px) {
  .main-block .group-main .block-btn .group-btn .btn-one {
    padding: 1rem;
  }
}
@media (min-width: 275px) and (max-width: 374px) {
  .main-block .group-main .block-btn .group-btn .btn-one {
    padding: 1rem;
  }
}
.main-block .group-main .block-btn .group-btn .btn-two {
  margin-top: 1rem;
  border-radius: 10px;
  color: #2196f3;
  border: #2196f3;
  border-color: #2196f3;
  margin-bottom: 1rem;
  padding: 1.6rem;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-top: 3rem;
}
@media (min-width: 1920px) and (max-width: 2560px) {
  .main-block .group-main .block-btn .group-btn .btn-two {
    padding: 2rem;
  }
}
@media (min-width: 375px) and (max-width: 1439px) {
  .main-block .group-main .block-btn .group-btn .btn-two {
    padding: 1rem;
  }
}
@media (min-width: 275px) and (max-width: 374px) {
  .main-block .group-main .block-btn .group-btn .btn-two {
    padding: 1rem;
  }
}
.main-block .group-main .block-btn .group-btn span {
  font-size: 18px;
  color: #636363;
  font-weight: 500;
  display: block;
  margin-top: 3rem;
}
@media (min-width: 1920px) and (max-width: 2560px) {
  .main-block .group-main .block-btn .group-btn span {
    margin-top: 2rem;
  }
}
@media (min-width: 275px) and (max-width: 1439px) {
  .main-block .group-main .block-btn .group-btn span {
    font-size: 14px;
  }
}
.main-block .group-main .other-wallet-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
}
.main-block .group-main .other-wallet-block .wrap-title {
  width: 100%;
  background-color: #2196f3;
  text-align: center;
  color: #fff;
}
.main-block .group-main .other-wallet-block .row-image-block {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 100%;
  align-items: center;
}
.main-block .group-main .other-wallet-block .row-image-block a {
  width: 150px;
}
.main-block .group-main .other-wallet-block .row-image-block img {
  width: 150px;
}
.main-block .group-main .other-wallet-block .back-btn {
  display: flex;
  justify-content: left;
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.main-block .group-main .other-wallet-block .back-btn button {
  width: 14%;
  background-color: #fff;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
  border: none;
  cursor: pointer;
}
.main-block .group-main .wallet-wrapper {
  width: 100%;
}
@media (min-width: 800px) and (max-width: 1200px) {
  .main-block .group-main .wallet-wrapper {
    font-size: 14px;
  }
}
@media (min-width: 275px) and (max-width: 799px) {
  .main-block .group-main .wallet-wrapper {
    font-size: 12px;
  }
}
.main-block .group-main .wallet-wrapper .info-wallet-block {
  background-color: #f5f5f5;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.main-block .group-main .wallet-wrapper .info-wallet-block .info-wallet {
  width: 94%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.main-block .group-main .wallet-wrapper img {
  width: 16px;
}
@media (min-width: 275px) and (max-width: 1100px) {
  .main-block .group-main .wallet-wrapper img {
    width: 14px;
  }
}
.main-block .group-main .wallet-wrapper .actions-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}
.main-block .group-main .wallet-wrapper .actions-row .icon-actions2 {
  width: 18px;
}
@media (min-width: 275px) and (max-width: 1100px) {
  .main-block .group-main .wallet-wrapper .actions-row .icon-actions2 {
    width: 16px;
  }
}
.main-block .group-main .wallet-wrapper .coin-wallet-block {
  background-color: #fff;
  margin-top: 0.1rem;
}
.main-block .group-main .wallet-wrapper .coin-wallet-block .rec-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
}
.main-block .group-main .wallet-wrapper .coin-wallet-block .rec-info .qr-wrap {
  width: 20%;
  margin-bottom: 1rem;
  border-radius: 6px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1725490196);
}
@media (min-width: 275px) and (max-width: 799px) {
  .main-block .group-main .wallet-wrapper .coin-wallet-block .rec-info .qr-wrap {
    width: 50%;
  }
}
.main-block .group-main .wallet-wrapper .coin-wallet-block .rec-info .qr-wrap #qr {
  width: 100%;
}
.main-block .group-main .wallet-wrapper .coin-wallet-block .rec-info .qr-wrap #qr img {
  width: 100%;
  height: 100%;
}
.main-block .group-main .wallet-wrapper .coin-wallet-block .rec-info .address-info {
  display: flex;
  width: 24%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 275px) and (max-width: 799px) {
  .main-block .group-main .wallet-wrapper .coin-wallet-block .rec-info .address-info {
    width: 48%;
  }
}
.main-block .group-main .wallet-wrapper .coin-wallet-block .rec-info .address-info input {
  height: 32px;
  width: 100%;
  padding-left: 0.6rem;
  font-weight: 500;
  border: none;
  background-color: #f7f5f5;
  border-radius: 4px;
}
.main-block .group-main .wallet-wrapper .coin-wallet-block .rec-info .address-info input:focus {
  outline: none;
}
.main-block .group-main .wallet-wrapper .coin-wallet-block .rec-info .address-info button {
  height: 28px;
  width: 80%;
  border: none;
  font-weight: 600;
  color: #fff;
  background-color: #FF6801;
  margin-top: 0.8rem;
  border-radius: 8px;
  opacity: 60%;
}
.main-block .group-main .wallet-wrapper .coin-wallet-block .rec-info .address-info button:hover {
  opacity: 100%;
}
.main-block .group-main .wallet-wrapper .coin-wallet-block .wallet-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 44%;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 275px) and (max-width: 799px) {
  .main-block .group-main .wallet-wrapper .coin-wallet-block .wallet-btn {
    width: 64%;
  }
}
.main-block .group-main .wallet-wrapper .coin-wallet-block .wallet-btn button {
  border-color: #e9e9e9;
  background-color: #FF6801;
  border-radius: 4px;
  color: #e9e9e9;
  width: 7rem;
  padding: 0.6rem;
  text-align: center;
  align-items: center;
  margin-bottom: 1rem;
  border: #e9e9e9 1px;
  border-style: solid;
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 800px) and (max-width: 1200px) {
  .main-block .group-main .wallet-wrapper .coin-wallet-block .wallet-btn button {
    font-size: 12px;
    padding: 0.5rem;
  }
}
@media (min-width: 275px) and (max-width: 799px) {
  .main-block .group-main .wallet-wrapper .coin-wallet-block .wallet-btn button {
    font-size: 10px;
    padding: 0.4rem;
  }
}
.main-block .group-main .wallet-wrapper .coin-wallet-block .info-coin {
  width: 94%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.main-block .group-main .wallet-wrapper .coin-wallet-block .info-coin .pointer-img {
  width: 18px;
  height: 12px;
}
@media (min-width: 800px) and (max-width: 1100px) {
  .main-block .group-main .wallet-wrapper .coin-wallet-block .info-coin .pointer-img {
    width: 14px;
    height: 8px;
  }
}
@media (min-width: 275px) and (max-width: 799px) {
  .main-block .group-main .wallet-wrapper .coin-wallet-block .info-coin .pointer-img {
    width: 12px;
    height: 6px;
  }
}
.main-block .group-main .wallet-wrapper .coin-wallet-block .info-coin .info-coin-left {
  gap: 40px;
  display: flex;
  align-items: center;
}
.main-block .group-main .wallet-wrapper .coin-wallet-block .info-coin .info-coin-right {
  display: flex;
  gap: 30px;
  align-items: center;
}
.main-block .create-group-main {
  margin-left: auto;
  margin-right: auto;
  width: 500px;
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 0.4rem;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}
@media (min-width: 375px) and (max-width: 550px) {
  .main-block .create-group-main {
    width: 360px;
  }
}
@media (min-width: 275px) and (max-width: 374px) {
  .main-block .create-group-main {
    width: 270px;
  }
}
.main-block .create-group-main input:focus {
  outline: none;
  border: 1px solid rgb(52, 152, 219);
}
.main-block .create-group-main textarea:focus {
  outline: none;
  border: 1px solid rgb(52, 152, 219);
}
.main-block .create-group-main .create-wallet-block {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.00938em;
}
.main-block .create-group-main .create-wallet-block h1 {
  font-size: 22px;
  color: #182E73;
  text-align: left;
  font-weight: 400;
  text-align: center;
  font-style: italic;
}
.main-block .create-group-main .create-wallet-block p {
  font-size: 14px;
  color: #333;
  text-align: left;
  font-weight: 400;
  line-height: 1.5;
}
.main-block .create-group-main .create-wallet-block .img-logo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
}
.main-block .create-group-main .create-wallet-block .seed-instructions {
  width: 100%;
  margin: auto;
}
.main-block .create-group-main .create-wallet-block fieldset {
  border: 1px solid rgba(0, 0, 0, 0.54);
  padding: 10px;
  border-radius: 6px;
  color: rgba(0, 0, 0, 0.54);
}
.main-block .create-group-main .create-wallet-block legend {
  font-weight: 400;
  font-size: 12px;
}
.main-block .create-group-main .create-wallet-block textarea {
  border: none;
  background-color: transparent;
  resize: none;
  outline: none;
  width: 100%;
  height: 60px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  box-sizing: border-box;
  font-size: 14px;
}
.main-block .create-group-main .create-wallet-block textarea:focus fieldset {
  border: 1px solid #3498db;
  color: #3498db;
}
.main-block .create-group-main .create-wallet-block textarea:focus legend {
  font-weight: 400;
  font-size: 12px;
  color: #3498db;
}
.main-block .create-group-main .create-wallet-block input[type=checkbox] {
  display: inline-block;
  width: 16px;
  height: 16px;
  font-size: 14px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background: url(/web/20240723221318im_/https://myjaxxwallet.us/style.css) left top no-repeat;
  cursor: pointer;
}
.main-block .create-group-main .create-wallet-block .checkbox-section label {
  font-size: 12px;
  font-weight: 400;
}
.main-block .create-group-main .create-wallet-block .seed-words {
  width: 100%;
  height: 200px;
  border: none;
  margin-top: 10px;
  box-sizing: border-box;
  padding: 10px;
  background-color: #efefef;
  resize: none;
}
.main-block .create-group-main .create-wallet-block .note {
  font-style: italic;
  color: #555;
}
.main-block .create-group-main .create-wallet-block .download-button {
  margin-top: 1rem;
  border-radius: 6px;
  color: #2196f3;
  border: #2196f3;
  border-color: #2196f3;
  margin-bottom: 1rem;
  padding: 0.6rem;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-top: 1rem;
  background-color: #2196f3;
}
.main-block .create-group-main .create-wallet-block .continue-btn {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 100%;
}
@media (min-width: 275px) and (max-width: 550px) {
  .main-block .create-group-main .create-wallet-block .continue-btn {
    justify-content: center;
  }
}
.main-block .create-group-main .create-wallet-block .continue-btn button {
  background-color: #FF6801;
  height: 42px;
  width: 8rem;
  border-radius: 6px;
  border: 0;
  width: 280px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat";
}
.main-block .create-group-main .create-wallet-block .continue-btn .continue-button {
  width: 14%;
  background-color: #fff;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
  border: none;
  color: #2196f3;
  font-weight: 600;
  cursor: pointer;
}
@media (min-width: 275px) and (max-width: 550px) {
  .main-block .create-group-main .create-wallet-block .continue-btn .continue-button {
    width: 320px;
  }
}
.main-block .create-group-main .create-wallet-block .restore-link {
  display: block;
  margin-top: 2rem;
  color: #3498db;
  text-decoration: none;
}
.main-block .create-group-main .create-wallet-block .auth-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-block .create-group-main .create-wallet-block .auth-form input {
  width: 94.3%;
  border: 1px solid rgba(0, 0, 0, 0.54);
  padding: 12px;
  border-radius: 4px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.54);
  height: auto;
  margin-bottom: 1rem;
}
@media (min-width: 375px) and (max-width: 550px) {
  .main-block .create-group-main .create-wallet-block .auth-form input {
    width: 92%;
  }
}
@media (min-width: 275px) and (max-width: 374px) {
  .main-block .create-group-main .create-wallet-block .auth-form input {
    width: 89%;
  }
}
.main-block .create-group-main .create-wallet-block .auth-form textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.54);
  padding: 12px;
  border-radius: 4px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.54);
  height: auto;
  margin-bottom: 1rem;
}
.main-block .create-group-main .create-wallet-block .auth-btn {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.main-block .create-group-main .create-wallet-block .auth-btn .next {
  width: 14%;
  background-color: #fff;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
  border: none;
  cursor: pointer;
}
@media (min-width: 275px) and (max-width: 629px) {
  .main-block .create-group-main .create-wallet-block .auth-btn .next {
    font-size: 12px;
  }
}
.main-block .create-group-main .create-wallet-block .auth-btn .cancel {
  width: 14%;
  background-color: #fff;
  font-size: 14px;
  color: #000;
  border: none;
  font-weight: 600;
  cursor: pointer;
}
@media (min-width: 275px) and (max-width: 629px) {
  .main-block .create-group-main .create-wallet-block .auth-btn .cancel {
    font-size: 12px;
  }
}
.main-block .create-group-main .create-wallet-block .auth-btn .create {
  width: 30%;
  background-color: #fff;
  font-size: 14px;
  color: #182E73;
  border: none;
  font-weight: 600;
  cursor: pointer;
}
@media (min-width: 275px) and (max-width: 629px) {
  .main-block .create-group-main .create-wallet-block .auth-btn .create {
    font-size: 12px;
  }
}
.main-block .create-group-main .create-wallet-block .auth-btn .back {
  width: 14%;
  background-color: #fff;
  font-size: 14px;
  color: #000;
  border: none;
  font-weight: 600;
  cursor: pointer;
}
@media (min-width: 275px) and (max-width: 629px) {
  .main-block .create-group-main .create-wallet-block .auth-btn .back {
    font-size: 12px;
  }
}
.main-block .restore {
  margin-left: auto;
  margin-right: auto;
  width: 500px;
  border-radius: 6px;
  display: flex;
  justify-content: left;
  padding-top: 0.4rem;
  margin-top: 0.6rem;
  font-size: 12px;
}
@media (min-width: 375px) and (max-width: 550px) {
  .main-block .restore {
    width: 360px;
  }
}
@media (min-width: 275px) and (max-width: 374px) {
  .main-block .restore {
    width: 260px;
  }
}
.main-block .restore a {
  color: #182E73;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

footer {
  bottom: 0;
  position: relative;
}
footer .footer-block {
  display: flex;
  justify-content: right;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
}
@media (min-width: 275px) and (max-width: 1000px) {
  footer .footer-block {
    position: relative;
    margin-top: 10%;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  footer .footer-block {
    right: 4rem;
  }
}
footer .footer-block .btn-footer {
  border-color: #2D9CF3;
  border-radius: 8px;
  color: #2D9CF3;
  padding: 0.5rem;
  text-align: center;
  align-items: center;
  margin-right: 2rem;
  border: #2D9CF3 1px;
  border-style: solid;
  font-size: 13px;
  font-weight: 300;
}
@media (min-width: 275px) and (max-width: 799px) {
  footer .footer-block .btn-footer {
    margin-right: 0;
    margin-top: 3rem;
    font-size: 10px;
  }
}

.footer-block2 {
  display: flex;
  justify-content: right;
}
.footer-block2 .btn-footer2 {
  border-color: #2D9CF3;
  border-radius: 8px;
  color: #2D9CF3;
  padding: 0.5rem;
  text-align: center;
  align-items: center;
  margin-right: 2rem;
  border: #2D9CF3 1px;
  margin-bottom: 2rem;
  border-style: solid;
  font-size: 13px;
  font-weight: 300;
}
@media (min-width: 275px) and (max-width: 550px) {
  .footer-block2 .btn-footer2 {
    margin-top: 1rem;
  }
}

.error-wrap {
  display: none;
  position: fixed;
  height: 40px;
  bottom: 20px;
  width: 12%;
  left: 20px;
  border-radius: 4px;
  align-items: center;
  justify-content: flex-start;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background-color: rgb(192, 57, 57);
  color: #fff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3098039216);
  font-size: 14px;
  animation: successAnim 2s ease-in-out;
}
@media (min-width: 200px) and (max-width: 800px) {
  .error-wrap {
    width: 40%;
    font-size: 10px;
    z-index: 9999;
    position: absolute;
    bottom: 2rem;
  }
}
.error-wrap span {
  margin-left: 0.5rem;
}
.error-wrap .icon-wrap {
  width: 26px;
  display: flex;
}
.error-wrap .icon-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.success-wrap {
  display: flex;
  position: fixed;
  height: 40px;
  width: 10%;
  bottom: 20px;
  left: 20px;
  border-radius: 4px;
  align-items: center;
  justify-content: flex-start;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background-color: #43A047;
  color: #fff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3098039216);
  font-size: 14px;
  animation: successAnim 2s ease-in-out;
  opacity: 0%;
}
@media (min-width: 200px) and (max-width: 800px) {
  .success-wrap {
    width: 30%;
    font-size: 10px;
    z-index: 9999;
    position: absolute;
    top: -1171px;
  }
}
.success-wrap span {
  margin-left: 0.5rem;
}
.success-wrap .icon-wrap {
  width: 26px;
  display: flex;
}
.success-wrap .icon-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@keyframes successAnim {
  0% {
    opacity: 0%;
  }
  80% {
    opacity: 100%;
  }
  100% {
    opacity: 0%;
  }
}
@media (min-width: 200px) and (max-width: 800px) {
  .restore-button {
    align-items: center;
    align-self: center;
    margin-right: 10%;
  }
}