@font-face {
  font-family: "Roboto";
  src: url("/public/assets/fonts/Roboto/Roboto-Regular.ttf");
}
html, body {
  font-family: "Roboto", sans-serif;
  font-family: arial;
  letter-spacing: normal;
  letter-spacing: 0.1em;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  background-color: #f4f4f4;
  color: #050505;
}

.w100 {
  width: 100%;
}

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

.hr-w100 {
  width: 100%;
  border: 1px solid;
}

.p-h1, .p-h2, .p-h3 {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  font-weight: 600;
  font-size: 2em;
}

.p-h2 {
  font-size: 1.4em;
}

.p-h3 {
  font-size: 1.2em;
}

.text-mark {
  background-color: rgba(255, 249, 13, 0.5490196078);
  color: #040293;
}

.title-text {
  width: 100%;
  text-align: center;
}
.title-text__w900 {
  font-weight: 900;
  font-size: 1.2em;
}
.title-text__padding-one {
  margin: 0;
  padding: 0.1em 0;
}

.mark__color-one {
  background-color: #00ffe4;
  color: #fff;
  padding: 0.25em 0.5em;
}

.text-warning {
  position: relative;
  padding: 0.5em 1em;
  box-shadow: inset 0px 0px 4px 1px #f00, inset 0px 0px 4px 1px #ff0;
  border: 0.1em solid #f00;
  letter-spacing: 0.2em;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}
.text-warning:first-letter {
  padding-left: 0.5em;
  text-transform: uppercase;
}
.text-warning:after {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -0.8em;
  left: -0.8em;
  content: "!";
  width: 1.4em;
  height: 1.4em;
  padding: 0;
  color: #f00;
  font-size: 1.2em;
  font-weight: 900;
  letter-spacing: normal;
  background-color: #ff0;
  border: 0.1em solid #f00;
  border-radius: 50%;
}

.text-gradient {
  background-image: linear-gradient(to right, #00ffe4, #5efd02);
  background-clip: text;
  color: transparent;
}
.text-gradient__letter-spacing {
  letter-spacing: 0.2em;
}

.text-info-block {
  display: flex;
  flex-wrap: wrap;
  width: 96%;
  margin: 0.5em auto;
}
.text-info-block p {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
.text-info-block_one {
  background-color: #c2c2c2;
}

.ul, .ol {
  display: flex;
  width: 100%;
  margin: 0em auto;
}

.std-link__ext {
  font-size: 1.2em;
  background-color: #fff;
  color: blue;
  padding: 0 0.25em;
}

.wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 0.25em;
  padding-bottom: 80px;
  overflow-y: auto;
}

.container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0.25em;
  padding-right: 0.25em;
}
.container__center {
  width: 98%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.container_semitransparent {
  box-shadow: 0 0 2px 0px;
  background-color: rgba(4, 34, 98, 0.9);
}

.article {
  width: 90%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.article__img {
  display: flex;
  width: 98%;
  margin: 0.25em auto;
}
.article p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  width: 100%;
  font-size: 1em;
}
.article p::first-letter {
  margin-left: 0.5em;
}
.article__ul-ol {
  font-size: 1em;
}

.article-new {
  width: 90%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.article-new__img {
  display: flex;
  width: 98%;
  margin: 0.25em auto;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(25, 25, 25, 0.831372549);
}
.footer__menu {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 2em;
}
.footer__menu-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0.5em;
  padding: 0;
  list-style: none;
}
.footer__menu-ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0.25em;
  width: 3em;
}
.footer__menu-ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  border-bottom: 1px solid transparent;
}
.footer__menu-ul li a[data-show=show] {
  border-color: red;
}
.footer__menu-ul li a img {
  width: 96%;
}
.footer__menu-ul li p {
  text-align: center;
  width: 100%;
  margin: 0;
  font-size: 0.8em;
}

.footer_new {
  background-color: rgba(16, 15, 15, 0.9);
  color: #fff;
  border-top: 1px solid #1e7cb6;
}

.header_fixsed {
  position: fixed;
  top: 0;
  z-index: 999;
}
.header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 0.25em 0.25em;
}
.header__fixed-temp {
  display: flex;
  position: fixed;
  top: 0em;
  left: 0.5em;
  margin: 0;
  width: fit-content;
  background-color: #fff;
  color: #f00;
}
.header-ofset {
  width: 100%;
  height: 3em;
}
.header-full-screen {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  z-index: 999;
}
.header-full-screen[data-show=show] {
  display: flex;
}
.header-show-warning-msg {
  display: none;
  flex-wrap: wrap;
  z-index: 999;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  height: 5em;
  top: 50%;
  margin-top: -2.5em;
  left: 0;
  background-color: rgba(39, 39, 39, 0.9);
  color: #fffff4;
  position: absolute;
}
.header-show-warning-msg[data-show=show] {
  display: flex;
}
.header-show-warning-msg__header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  height: 2.5em;
}
.header-show-warning-msg__header-close-btn {
  width: 2em;
  height: 2em;
  font-size: 1em;
  border: none;
  color: #fff;
  background-color: #060266;
}
.header-show-warning-msg__header-close-btn:hover {
  cursor: pointer;
  color: #060266;
  background-color: #fff;
}
.header-show-warning-msg__p {
  width: 90%;
  max-width: 600px;
  margin: 0.25em auto;
  text-align: center;
  font-size: 1.2em;
}
.header__logo {
  width: 5em;
  border-radius: 0.25em;
}
.header__title {
  margin: 0.25em 0.5em;
  font-size: 1.3em;
  text-shadow: 0px -8px 10px rgb(243, 202, 2);
}
.header__right {
  display: flex;
  width: fit-content;
  border-radius: 1em;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 0.25em 0.25em;
}
.header__soc-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: 0.25em;
  margin-right: 0.25em;
}
.header__link-soc {
  width: 1.2em;
  height: 1.2em;
  margin: 0.25em;
}
.header__link-soc img {
  width: 100%;
}
.header__right-lang {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.25em;
  margin-right: 0.25em;
}
.header__right-lang-icon-block {
  display: flex;
  width: 1.2em;
  height: 1.2em;
  margin: 0.25em;
}
.header__right-lang-select {
  display: flex;
  font-size: 1em;
  border: none;
  min-width: 4em;
  width: fit-content;
  padding-left: 0.25em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  background-color: rgb(31, 32, 31);
  color: rgb(255, 255, 255);
  border-radius: 0.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.header__right-lang-details {
  width: 8em;
}
.header__right-lang-details summary {
  display: flex;
  align-items: center;
  justify-content: end;
  cursor: pointer;
}
.header__right-lang-details-body {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  width: 8em;
  background-color: rgba(8, 96, 197, 0.9);
}
.header__right-lang-details-body a {
  color: #fff;
  text-align: left;
  text-decoration: none;
  width: 100%;
  font-size: 1.2em;
  margin-left: 0.5em;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.header__right-lang-details-body a:hover {
  color: blue;
}

.img-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
}

.video-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
}

.tabs__wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.tabs__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%;
  padding: 0.25em;
}
.tabs__menu-btn {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  font-size: 1em;
  margin: 0.5em;
  padding: 0.25em 0.5em;
  color: #bcbcbc;
  background-color: #170259;
  background-image: linear-gradient(to left, #1e7cb6, #375983);
  border: none;
  opacity: 0.9;
}
.tabs__menu-btn_radius {
  border-radius: 0.3em;
}
.tabs__menu-btn[data-show=show] {
  color: #ffffff;
  background-color: #2b04a2;
  background-image: linear-gradient(to left, #1e7cb6, #375983);
  box-shadow: 0 0 4px 1px #03e5bf;
}
.tabs__menu-btn:hover {
  cursor: pointer;
  opacity: 1;
}
.tabs__menu-btn img {
  width: 2em;
  height: 2em;
  margin: 0.25em;
}
.tabs__menu-btn p {
  margin: 0.25em;
}
.tabs__contant-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.tabs__contant {
  display: none;
  flex-wrap: wrap;
  width: 100%;
}
.tabs__contant[data-show=show] {
  display: flex;
}

.details {
  display: flex;
  flex-wrap: wrap;
  width: 98%;
  margin: 0.5em auto;
}
.details summary {
  width: 100%;
  padding: 0.25em 0.5em;
  cursor: pointer;
  background-color: #00216b;
}
.details summary::marker {
  content: "";
}
.details__body {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.1em;
}
.details__body p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0.25em;
  border-bottom: 1px dotted;
}
.details-textarea {
  display: flex;
  width: 100%;
  height: fit-content;
  font-size: 1.1em;
  background-color: transparent;
  color: rgb(255, 247, 1);
  border: none;
}
.details-item-title {
  margin-left: 0.25em;
  margin-right: 0.25em;
}
.details-item-data {
  margin-left: 0.25em;
  margin-right: 0.25em;
  color: rgb(255, 247, 1);
}
.details-item-copy-input {
  color: rgb(255, 247, 1);
  width: 70%;
}
.details-item-copy-wrapper {
  width: 100%;
}
.details-item-wallet-copy-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.7em;
  height: 1.7em;
  margin: 0.25em;
  background-color: #ffffff;
}
.details-item-wallet-copy-btn img {
  width: 1.6em;
  height: 1.6em;
}
.details-item-wallet-copy-btn:hover {
  cursor: pointer;
  background-color: rgb(0, 106, 255);
}
.details_admin-panel {
  background-color: #111;
  color: #fff;
}
.details_admin-panel-item-data {
  color: rgb(9, 255, 200);
}

.bgc-color_1 {
  background-color: rgba(34, 34, 34, 0.8196078431);
  color: #fff7bb;
}

.animation__wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  max-width: 760px;
  margin: 0.25em auto;
}
.animation__wrapper[data-show=hide] {
  display: none;
}
.animation__item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.animation__progress-title {
  width: 100%;
  font-size: 1.2em;
  margin-top: 0.25em;
  margin-bottom: 0;
  text-align: center;
}
.animation__progress-info {
  margin-left: 0.25em;
}
.animation__progress {
  width: 90%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  height: 2em;
}

#data-screen {
  max-width: 90%;
  width: 300px;
  margin: 0.25em auto;
  border: 1px solid;
}

.form-std__wrapper, .form-plus__wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 600px;
  margin: 0.2em auto;
}
.form-std__wrapper[data-show=hide], .form-plus__wrapper[data-show=hide] {
  display: none;
}
.form-std__form-title, .form-plus__form-title {
  display: flex;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  justify-content: center;
  font-size: 1.2em;
  font-weight: 900;
  width: 100%;
  color: #111;
}
.form-std__form-title-link, .form-plus__form-title-link {
  display: flex;
  position: absolute;
  right: 0.25em;
  top: 0.25em;
  width: fit-content;
  color: #111;
  font-size: 0.6em;
}
.form-std__form, .form-plus__form {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 98%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  color: #090909;
  border-radius: 1em;
}
.form-std__form-plus, .form-plus__form-plus {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 98%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  color: #000436;
  border-radius: 1em;
  background-color: transparent;
}
.form-std__form-item, .form-plus__form-item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding: 0.5em;
}
.form-std__form-item_warning, .form-plus__form-item_warning {
  display: none;
}
.form-std__form-item_warning[data-show=show], .form-plus__form-item_warning[data-show=show] {
  display: flex;
}
.form-std__form-item_s-between, .form-plus__form-item_s-between {
  justify-content: space-between;
}
.form-std__form-warning, .form-plus__form-warning {
  width: 100%;
  padding: 0.25em;
  color: #f00;
  background-color: #fff;
  margin: 0;
}
.form-std__form-label_100, .form-plus__form-label_100 {
  width: 100%;
  font-size: 0.9em;
}
.form-std__form-label-with-checkbox, .form-plus__form-label-with-checkbox {
  display: flex;
  align-items: center;
}
.form-std__form-label-file, .form-plus__form-label-file {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #0f0f0f;
  background-color: #fff;
  font-size: 1.2em;
  height: 1.8em;
  border: 1px solid;
  border-radius: 0.5em 0.5em;
}
.form-std__form-label-file:hover, .form-plus__form-label-file:hover {
  cursor: pointer;
  transform: scale(0.9);
}
.form-std__form-label-file-info, .form-plus__form-label-file-info {
  width: 100%;
  text-align: center;
  margin: 0;
}
.form-std__form-link_100, .form-plus__form-link_100 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0.5em;
  font-size: 1em;
}
.form-std__form-phone-block, .form-plus__form-phone-block {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.form-std__form-select-phone, .form-plus__form-select-phone {
  color: #0f0f0f;
  font-size: 1.2em;
  height: 1.8em;
  width: 30%;
}
.form-std__form-input-text, .form-plus__form-input-text {
  color: #0f0f0f;
  font-size: 1.2em;
  height: 1.8em;
}
.form-std__form-input-phone, .form-plus__form-input-phone {
  width: 70%;
  color: #0f0f0f;
  font-size: 1.2em;
  height: 1.8em;
}
.form-std__form-input-password, .form-plus__form-input-password {
  color: #0f0f0f;
  font-size: 1.2em;
  height: 1.8em;
  width: 90%;
  max-width: 380px;
}
.form-std__form-input-number, .form-plus__form-input-number {
  color: #0f0f0f;
  font-size: 1.2em;
  height: 1.8em;
}
.form-std__form-input_100, .form-plus__form-input_100 {
  width: 100%;
}
.form-std__form-input-checkbox, .form-plus__form-input-checkbox {
  width: 2em;
  height: 2em;
}
.form-std__form-input-file, .form-plus__form-input-file {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}
.form-std__form-input-captcha, .form-plus__form-input-captcha {
  width: 68%;
  min-width: 8em;
  color: #0f0f0f;
  font-size: 1.2em;
  height: 1.8em;
}
.form-std__form-img-captcha, .form-plus__form-img-captcha {
  width: 90px;
  height: 35px;
  border: 1px solid;
  margin-left: 0.2em;
}
.form-std__form-btn-show-password, .form-plus__form-btn-show-password {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 2em;
  height: 2.1em;
  margin-top: 1px;
  margin-bottom: 0;
  margin-left: 0.5em;
  border-radius: 0.3em;
}
.form-std__form-btn-show-password:hover, .form-plus__form-btn-show-password:hover {
  cursor: pointer;
  opacity: 0.8;
}
.form-std__form-btn-show-password img, .form-plus__form-btn-show-password img {
  background-size: contain;
  width: 1.6em;
}
.form-std__form-btn-show-password img[data-show=hide], .form-plus__form-btn-show-password img[data-show=hide] {
  display: none;
}
.form-std__info, .form-plus__info {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
.form-std__info_small, .form-plus__info_small {
  font-size: 0.7em;
}
.form-std__info-color, .form-plus__info-color {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
.form-std__info-color span, .form-plus__info-color span {
  color: #f00;
}
.form-std__form-submit-btn, .form-plus__form-submit-btn {
  font-size: 1.2em;
  background-color: #086ef2;
  background-color: #028317;
  background-image: linear-gradient(to bottom, #7b25ff, #8109b8);
  color: #fff;
  border: none;
  border-radius: 0.3em;
  padding: 0.25em 0.5em;
}
.form-std__form-submit-btn_center, .form-plus__form-submit-btn_center {
  margin-left: auto;
  margin-right: auto;
}
.form-std__form-submit-btn_color-one, .form-plus__form-submit-btn_color-one {
  background-color: rgb(248, 112, 28);
}
.form-std__form-submit-btn:hover, .form-plus__form-submit-btn:hover {
  cursor: pointer;
  opacity: 0.9;
}
.form-std__form-plus-submit-btn, .form-plus__form-plus-submit-btn {
  font-size: 1.2em;
  background-color: rgb(38, 105, 255);
  color: #fff;
  border: none;
  border-radius: 0.3em;
  padding: 0.25em 0.5em;
}
.form-std__form-plus-submit-btn:hover, .form-plus__form-plus-submit-btn:hover {
  cursor: pointer;
  opacity: 0.9;
}
.form-std__form-submit-btn-svg, .form-plus__form-submit-btn-svg {
  border: none;
  width: 5.5em;
  height: 5.5em;
  background-color: transparent;
}
.form-std__form-submit-btn-svg:hover, .form-plus__form-submit-btn-svg:hover {
  cursor: pointer;
  opacity: 0.9;
}
.form-std__form-submit-btn-svg[data-hide=hide] svg, .form-plus__form-submit-btn-svg[data-hide=hide] svg {
  opacity: 0.3;
}
.form-std__form-submit-btn-svg[data-hide=hide]:hover, .form-plus__form-submit-btn-svg[data-hide=hide]:hover {
  cursor: default;
}

.link__internal {
  color: #fff;
  background-color: rgb(0, 55, 255);
  padding: 0.25em 0.5em;
}
.link__internal:hover {
  background-color: rgb(0, 33, 150);
}

.home-video__wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0.5em;
}
.home-video__video {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
}
.home-video__temp-placeholder {
  width: 700px;
  height: 380px;
  margin-left: auto;
  margin-right: auto;
  background-color: #777;
}

.home-article {
  background-color: #fff;
}

.timer {
  display: flex;
  position: relative;
  justify-content: center;
  width: 100%;
  height: 4rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 2em;
  justify-items: center;
}
.timer_absolute {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 3em;
}
.timer__item {
  position: relative;
}
.timer__item::before {
  content: attr(data-title);
  display: block;
  position: absolute;
  bottom: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.875rem;
  color: #424242;
}

.page-my__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.25em;
  font-size: 1.3em;
  width: 100%;
}
.page-my__plan-text {
  background: #CF4747;
  background: linear-gradient(to top, rgb(231, 165, 27) 0%, rgb(193, 136, 13) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  font-size: 1.7em;
}
.page-my__info {
  width: 100%;
  margin: 0.25em;
  background-color: rgba(4, 34, 98, 0.9);
}
.page-my__info p {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1em;
}
.page-my__plan {
  width: 100%;
  box-shadow: 0 0 1px 0;
  margin: 0.25em;
  background-color: #fff;
  border-radius: 0.5em 0.5em;
}
.page-my__plan-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  align-items: center;
  width: 32%;
  font-size: 0.7em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.page-my__plan_flex {
  display: flex;
  justify-content: space-around;
}
.page-my__plan_left {
  display: flex;
  flex-wrap: wrap;
  height: fit-content;
  width: 38%;
  box-shadow: none;
  padding-top: 0.5em;
  background-color: transparent;
}
.page-my__plan_left p {
  margin: 0 0.25em;
  font-size: 0.7em;
}
.page-my__plan_right {
  display: flex;
  flex-wrap: wrap;
  height: fit-content;
  width: 50%;
  box-shadow: none;
  background-color: transparent;
}
.page-my__plan_info {
  display: flex;
  flex-wrap: wrap;
  background-image: linear-gradient(to bottom, rgb(7, 108, 242), rgb(74, 195, 240));
}
.page-my__plan_info p {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0.25em 0.5em;
  border-bottom: 1px dotted;
  overflow-y: auto;
  font-size: 0.7em;
}
.page-my__plan_info p span {
  margin-left: 0.25em;
}
.page-my__plan-text-info {
  display: flex;
  justify-content: center;
  color: #c67c06;
}
.page-my__plan_btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background-image: linear-gradient(to bottom, rgb(7, 108, 242), rgb(74, 195, 240));
  font-size: 0.8em;
}
.page-my__plan_btn {
  display: flex;
  justify-content: space-between;
  height: fit-content;
  text-decoration: none;
  margin: 0.5em;
  width: 15em;
  color: #fff;
  font-size: 1em;
  font-weight: 900;
}
.page-my__plan_btn span {
  color: #111;
}

.adding-tabs__menu-btn {
  min-width: 130px;
}
.adding-tabs__menu-btn img {
  border-radius: 50%;
  padding: 0.1em;
  background-color: #fff4c9;
}
.adding__qr-code-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  background-color: rgba(13, 13, 13, 0.7);
}
.adding__qr-code-img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0.5em;
}
.adding__qr-code-img {
  width: 10em;
  height: auto;
  max-width: 90%;
}
.adding__qr-code-input-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 1em auto;
  width: 100%;
  max-width: 320px;
}
.adding__qr-code-input {
  font-size: 1em;
  width: 250px;
  max-width: 100%;
  border: none;
  color: #fff;
  background-color: transparent;
}
.adding__qr-code-input-copy-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0.25em;
  background-color: transparent;
  background-color: #fff;
}
.adding__qr-code-input-copy-btn:hover {
  cursor: pointer;
  background-color: rgb(0, 106, 255);
}
.adding__qr-code-input-copy-btn img {
  width: 1.3em;
  height: 1.3em;
}

.user-team__ref-link-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 0.25em;
}
.user-team__ref-link-input {
  font-size: 0.9em;
  height: 1.6em;
  width: 20em;
  background-color: transparent;
  border: none;
}
.user-team__copy-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0.25em;
  background-color: #fff;
}
.user-team__copy-btn:hover {
  cursor: pointer;
  background-color: rgb(0, 106, 255);
}
.user-team__copy-btn img {
  width: 1.3em;
  height: 1.3em;
}
.user-team__user-data {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0.25em 1em;
}
.user-team__user-data-item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 1.2em;
  margin: 0em 0.25em;
}
.user-team__user-data-item span {
  margin-left: 0.25em;
  margin-right: 0.25em;
}
.user-team__user-data-item_lowercase {
  font-size: 0.9em;
}
.user-team__user-data-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  margin: 0;
  padding: 0;
}
.user-team__user-data-ul li {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.user-team__user-data-plan {
  font-weight: 900;
  background: #CF4747;
  background: linear-gradient(to top, rgb(231, 165, 27) 0%, rgb(193, 136, 13) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.trading-record__wrapper {
  width: 100%;
  box-shadow: 0 0 1px 0;
  margin: 0.25em;
  background-color: rgba(255, 255, 255, 0.9);
  color: #111;
}
.trading-record__header {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.trading-record__ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  margin: 0.5em 0;
  padding-left: 0;
  list-style: decimal;
}
.trading-record__ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  margin: 0.25em 0.5em;
  border-bottom: 1px dotted;
}
.trading-record__date {
  margin: 0 0.25em;
  min-width: 3em;
  text-align: left;
}
.trading-record__amount {
  margin: 0 0.25em;
  min-width: 3em;
  text-align: left;
}
.trading-record__status {
  margin: 0 0.25em;
  text-align: left;
}

.buy_level__wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-around;
  margin-top: 0.5em;
}
.buy_level__warning {
  display: none;
  width: 100%;
}
.buy_level__warning-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 90%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  border-radius: 0.5em;
}
.buy_level__warning-content p {
  margin: 0.25em 0.5em;
  text-align: center;
}
.buy_level__warning[data-show=show] {
  display: flex;
}
.buy_level__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: fit-content;
  text-decoration: none;
  font-size: 1em;
  background-color: #f00;
  color: #fff;
  border: none;
  padding: 0.25em 0.5em;
  margin: 0.5em 0.25em;
}
.buy_level__btn:hover {
  cursor: pointer;
  color: #f00;
  background-color: #fff;
}

.user-traging__mark-title {
  background-color: #111;
  color: #fff;
  width: 100%;
  font-size: 1.2em;
  text-align: center;
  font-weight: 900;
}

.bonus__wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}
.bonus__first-btn {
  display: none;
  position: relative;
  width: 3em;
  margin: 0.5em auto;
  height: 3em;
  background-color: transparent;
  border: 0 solid;
  border-radius: 50%;
  box-shadow: 0 0 2px 2px rgba(255, 3, 3, 0.66);
}
.bonus__first-btn__img {
  width: 2em;
  height: 2em;
}
.bonus__first-btn:hover {
  cursor: pointer;
  box-shadow: 0 0 5px 5px rgba(255, 1, 1, 0.46);
  transform: rotate(15deg);
}
.bonus__first-btn:hover__img {
  width: 2.5em;
  height: 2.5em;
}
.bonus__first-btn:hover::after {
  position: absolute;
  left: -2em;
  top: -2em;
  padding: 0.5em 1em;
  content: "BONUS";
  color: #ffffff;
  transform: rotate(-15deg);
  box-shadow: 0 0 3px 0px #e99905;
}
.bonus__container {
  display: flex;
  display: none;
  position: absolute;
  top: -7em;
  left: 50%;
  width: 290px;
  min-height: 2em;
  margin-left: -145px;
  background-color: #fff;
}

.captcha {
  display: flex;
  position: relative;
  width: 80px;
  height: 35px;
  background-color: #e2e2e2;
  border: 1px solid;
  user-select: none;
}
.captcha__leter {
  position: absolute;
  font-size: 1.2em;
  color: red;
}
.captcha__leter_1 {
  top: 0.1em;
  left: 0.2em;
  transform: rotate(-15deg);
}
.captcha__leter_2 {
  top: 0.5em;
  left: 1.2em;
  color: rgb(255, 111, 0);
  transform: rotate(-30deg);
}
.captcha__leter_3 {
  top: 0.3em;
  left: 2.2em;
  color: rgb(27, 79, 16);
  transform: rotate(15deg);
}
.captcha__leter_4 {
  top: 0.6em;
  left: 3.2em;
  color: rgb(6, 99, 165);
  transform: rotate(25deg);
}

.home-img-table__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
}
.home-img-table__img {
  display: flex;
  width: 300px;
  background-size: contain;
  border: 1px solid;
}

.card-home__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  padding: 0.25em;
  margin-top: 0.5em;
  border-radius: 1em;
  box-shadow: 0 0 1px 1px;
}
.card-home__card {
  display: flex;
  flex-wrap: wrap;
  max-width: 90%;
  width: 300px;
  height: 200px;
  min-height: 50px;
  margin: 2em auto;
  background-color: #fcb206;
  color: #010a67;
  box-shadow: 0px 0px 2px 2px #777;
  border-radius: 1em;
}
.card-home__card-2 {
  display: flex;
  flex-wrap: wrap;
  max-width: 90%;
  width: 300px;
  min-height: 150px;
  height: fit-content;
  margin: 2em;
  color: #010a67;
  color: #fff;
  box-shadow: 0px 0px 2px 2px #777;
  border-radius: 1em;
}
.card-home__card-2-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: fit-content;
  color: rgb(248, 112, 28);
  color: #fff;
  background-color: #111;
  padding-left: 0.5em;
  padding-right: 0.5em;
  border-radius: 1em 1em 0 0;
}
.card-home__card-2-description {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.card-home__card-2-description p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  font-weight: 600;
  width: 100%;
  font-size: 0.9em;
}
.card-home__card-2-footer {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.card-home__card-2-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5em;
  background-color: rgb(13, 239, 220);
  background-image: linear-gradient(180deg, rgb(13, 239, 220) 47%, rgb(2, 132, 111) 100%);
  text-decoration: none;
  font-size: 1.2em;
  padding: 0.25em 0.5em;
  border-radius: 0.5em 0.5em;
  font-weight: 700;
  border: 1px solid #111;
  font-size: 1em;
}
.card-home__card-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  height: fit-content;
}
.card-home__card-title {
  font-size: 1.1em;
  font-weight: 900;
  margin: 0.25em;
}
.card-home__card-price {
  font-size: 1.1em;
  margin: 0.25em;
  font-weight: 900;
}
.card-home__card-img {
  width: 50px;
  height: 50px;
  margin: 0.25em auto;
  background-color: #fff;
  border-radius: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.card-home__card-description {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.card-home__card-description p {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 0.5em;
  font-size: 1.2em;
  font-weight: 600;
}
.card-home__card-price-per-day {
  font-size: 1.1em;
  font-weight: 900;
}
.card-home__card-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fbfbfb;
  background-color: #d20d0d;
  margin: 0.25em;
  padding: 0 1em;
  font-size: 1.2em;
  border-radius: 0.5em;
  border: #eee 1px solid;
}
.card-home__card-btn:hover {
  color: #d20d0d;
  background-color: #ececec;
}

.card-by-level__wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0.5em auto;
  padding: 0.1em;
  border-radius: 0.5em;
}
.card-by-level__title-2 {
  font-size: 1.2em;
  color: rgb(248, 112, 28);
  font-weight: 900;
}
.card-by-level__btn {
  background-color: rgb(13, 239, 220);
  background-image: linear-gradient(180deg, rgb(13, 239, 220) 47%, rgb(2, 132, 111) 100%);
  text-decoration: none;
  font-size: 1.2em;
  padding: 0.25em 0.5em;
  border-radius: 0.5em 0.5em;
  font-weight: 700;
  border: 1px solid #111;
  color: #111111;
}

.card-tarde__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 700px;
  max-height: 80vh;
  overflow-y: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5em;
  border-radius: 1em;
  background-color: #fff;
}
.card-tarde__card {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 9em;
  min-height: 7em;
  margin: 1em 0.5em;
  padding: 0.25em;
  box-shadow: 0 0 2px 1px;
  border-radius: 1em;
}
.card-tarde__card-title {
  width: 100%;
  text-align: center;
  font-size: 1.5em;
  font-weight: 900;
  height: fit-content;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0.5em;
  background-color: #111;
  color: #c67c06;
}
.card-tarde__card-title_bold {
  display: flex;
  align-self: flex-end;
  position: relative;
  width: 100%;
  justify-content: center;
  font-size: 1.6em;
  margin-top: 0;
  margin-bottom: 0;
}
.card-tarde__card-title_bold::after {
  position: absolute;
  content: "";
  width: 50%;
  border: 1px dotted;
  bottom: 0;
  left: 25%;
}
.card-tarde__card-w100 {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  max-width: 760px;
  height: fit-content;
  min-height: 3em;
}
.card-tarde__card-w100-title {
  width: 100%;
  font-size: 1.3em;
  text-align: center;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
.card-tarde__card-w100-item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.card-tarde__card-w100-text {
  display: flex;
  justify-content: space-between;
  margin: 0.25em 0.25em;
  width: 100%;
}
.card-tarde__card-w100-text span {
  font-weight: 900;
}

.loader {
  margin: auto;
  border: 20px solid #EAF0F6;
  border-radius: 50%;
  border-top: 20px solid #FF7A59;
  width: 200px;
  height: 200px;
  animation: spinner 4s linear infinite;
}

.loader_2 {
  margin: auto;
  border-radius: 50%;
  border-top: 20px solid #06d6cd;
  width: 200px;
  height: 200px;
  animation: spinner 4s linear infinite;
}

.loader_3 {
  color: white;
}

@keyframes l27 {
  100% {
    transform: rotate(1turn);
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lds-spinner-new__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: rgba(39, 39, 39, 0.9);
  align-items: center;
  width: 50%;
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
  height: 100px;
  border-radius: 1em 1em;
}
.lds-spinner-new__title {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  font-size: 1em;
  color: #fff;
  padding: 0;
  margin: 0;
}
.lds-spinner-new__spinner {
  display: flex;
  background-color: rgba(28, 29, 33, 0.431372549);
}
.lds-spinner-new {
  /* change color here */
  color: #1c4c5b;
}

.lds-spinner,
.lds-spinner div,
.lds-spinner div:after {
  box-sizing: border-box;
}

.lds-spinner {
  color: currentColor;
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
}

.lds-spinner div {
  transform-origin: 30px 30px;
  animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3.2px;
  left: 36.8px;
  width: 6.4px;
  height: 17.6px;
  border-radius: 20%;
  background: currentColor;
}

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.dot-spinner {
  --uib-size: 2.8rem;
  --uib-speed: .9s;
  --uib-color: #f3f3f3;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: var(--uib-size);
  width: var(--uib-size);
}

.dot-spinner__dot {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
}

.dot-spinner__dot::before {
  content: "";
  height: 20%;
  width: 20%;
  border-radius: 50%;
  background-color: var(--uib-color);
  transform: scale(0);
  opacity: 0.5;
  animation: pulse0112 calc(var(--uib-speed) * 1.111) ease-in-out infinite;
  box-shadow: 0 0 20px rgba(18, 31, 53, 0.3);
}

.dot-spinner__dot:nth-child(2) {
  transform: rotate(45deg);
}

.dot-spinner__dot:nth-child(2)::before {
  animation-delay: calc(var(--uib-speed) * -0.875);
}

.dot-spinner__dot:nth-child(3) {
  transform: rotate(90deg);
}

.dot-spinner__dot:nth-child(3)::before {
  animation-delay: calc(var(--uib-speed) * -0.75);
}

.dot-spinner__dot:nth-child(4) {
  transform: rotate(135deg);
}

.dot-spinner__dot:nth-child(4)::before {
  animation-delay: calc(var(--uib-speed) * -0.625);
}

.dot-spinner__dot:nth-child(5) {
  transform: rotate(180deg);
}

.dot-spinner__dot:nth-child(5)::before {
  animation-delay: calc(var(--uib-speed) * -0.5);
}

.dot-spinner__dot:nth-child(6) {
  transform: rotate(225deg);
}

.dot-spinner__dot:nth-child(6)::before {
  animation-delay: calc(var(--uib-speed) * -0.375);
}

.dot-spinner__dot:nth-child(7) {
  transform: rotate(270deg);
}

.dot-spinner__dot:nth-child(7)::before {
  animation-delay: calc(var(--uib-speed) * -0.25);
}

.dot-spinner__dot:nth-child(8) {
  transform: rotate(315deg);
}

.dot-spinner__dot:nth-child(8)::before {
  animation-delay: calc(var(--uib-speed) * -0.125);
}

@keyframes pulse0112 {
  0%, 100% {
    transform: scale(0);
    opacity: 0.5;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
}
.loader_1 {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  background: linear-gradient(0deg, rgba(255, 61, 0, 0.2) 33%, #ff3d00 100%);
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.loader_1 {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  background: linear-gradient(0deg, rgba(255, 61, 0, 0.2) 33%, #ff3d00 100%);
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.loader_1::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #263238;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader-12__wrapper {
  display: none;
  position: relative;
  width: 14em;
  height: 14em;
  max-width: 100%;
  margin: 0.25em auto;
}
.loader-12__wrapper[data-show=show] {
  display: flex;
}
.loader-12 {
  width: 14em;
  height: 14em;
  border: 18px solid rgb(7, 108, 242);
  border-radius: 50%;
  position: relative;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.loader-12::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  inset: -18px;
  border-radius: 50%;
  border: 18px solid rgb(248, 112, 28);
  animation: prixClipFix 60s infinite linear;
}
.loader-12__info-time {
  font-size: 1.3em;
  font-size: 1.4em;
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -1em;
  left: 0;
}
.loader-12__info-time-text {
  display: none;
  width: 100%;
  text-align: center;
  margin: 0;
}
.loader-12__info-time-text[data-show=show] {
  display: block;
}
.loader-12__info-time-time {
  width: 100%;
  text-align: center;
  margin: 0;
}

@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
.admin-panel-body {
  background-color: #111;
  color: #fff;
}

.admin-header__wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: fit-content;
  min-height: 1.8em;
  background-color: #00216b;
}

.admin-panel__js-submit-btn {
  text-decoration: none;
  color: #131313;
  background-color: #f0efed;
  padding: 0 1em;
  font-size: 1.2em;
  border-radius: 0.2em;
}
.admin-panel__js-submit-btn:hover {
  cursor: pointer;
}
.admin-panel__js-submit-btn:hover {
  cursor: pointer;
}
.admin-panel__js-action-btn {
  text-decoration: none;
  color: #131313;
  background-color: #f0efed;
  padding: 0 1em;
  font-size: 1.2em;
  border-radius: 0.2em;
}
.admin-panel__js-action-btn:hover {
  cursor: pointer;
}
.admin-panel__js-action-btn:hover {
  cursor: pointer;
}

.new-style__block-style {
  color: #fff;
}
.new-style__wallet-input {
  display: flex;
  padding: 0.25em;
  margin: 1em auto;
  width: 94%;
  color: #000000;
  background-color: #fff;
  border-radius: 0.25em;
  overflow-x: auto;
  border: 1px solid;
  background-color: #fff;
}
.new-style__form-bgc, .new-style__block-bgc {
  background-color: rgb(7, 108, 242);
  background-image: linear-gradient(to bottom, rgb(7, 108, 242), rgb(74, 195, 240));
}
.new-style__padding {
  padding: 1em;
}
.new-style__p-message {
  margin: 0.25em;
  color: #fff;
}
.new-style__form-title {
  font-size: 1em;
  color: #111;
}
.new-style__border-radius {
  border-radius: 0.5em 0.5em;
}
.new-style__fsz-min-07 {
  font-size: 0.7em;
}
.new-style__fsz-min-08 {
  font-size: 0.8em;
}
.new-style__fsz-min-09 {
  font-size: 0.9em;
}
.new-style__fsx-bold {
  font-weight: 900;
}

.color__glsss {
  background: rgba(16, 15, 15, 0.7);
  color: #bcb2b2;
}
.color__glsss__white {
  color: #fff;
}

.color_turquoise {
  color: rgb(13, 239, 220);
}

.color-text-white {
  color: #fff;
}

.color-text-black {
  color: #111;
}