.login__page {
  display: grid;
  grid-template-columns: 50% 50%;
  min-height: 100vh;
}
@media (max-width: 767px) {
  .login__page {
    display: block;
  }
}
.login__text {
  margin-bottom: 32px;
}
.login__text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #718096;
}
.login__text a {
  color: #FF9811;
  text-decoration: unset;
  text-underline-offset: 2px;
  transition: 0.3s ease;
}
.login__text a:hover {
  text-decoration: underline;
}
.login__col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
.login__col--main {
  background: #000A35;
}
.login__col--img {
  background-image: url("../img/background-login.svg"), linear-gradient(102deg, #021B88 0%, #000A35 100%);
  background-size: 100% 100%, cover;
  padding: 20px;
}
@media (max-width: 767px) {
  .login__col--img {
    display: none;
  }
}
.login__top {
  padding: 28px 32px;
  width: 100%;
  border-bottom: 1px solid #272B30;
}
.login__top a {
  display: inline-block;
  max-width: 213px;
}
.login__top a img {
  width: 100%;
  height: 30px;
}
.login__top svg {
  height: 24px;
  width: auto;
}
.login__block-form {
  margin: auto;
  color: #fff;
  width: 530px;
  padding: 20px;
  max-width: 100%;
}
.login__title {
  color: #fff;
  font-size: 32px;
  margin-bottom: 32px;
  font-weight: 700;
  line-height: 1.4em;
}
.login__label {
  display: grid;
  row-gap: 12px;
  grid-template-columns: 30% 70%;
  margin-bottom: 16px;
  position: relative;
}
.login__input-name {
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
}
.login__input {
  grid-column: 1/-1;
  background: #192352 !important;
  border: 2px solid transparent;
  padding: 16px 24px;
  border-radius: 28px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff !important;
  transition: border-color 0.3s ease;
}
.login__input::placeholder {
  color: #718096 !important;
}
.login__input.valid {
  border-color: #10B981 !important;
}
.login__input.invalid {
  border-color: #EF4444 !important;
}
.login__input:focus {
  outline-color: transparent;
}
.login__input:focus-visible {
  outline-offset: 0px;
}
.login__input-rule {
  color: #6F767E;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.login__error {
  color: #FA03A4;
  text-align: end;
  font-weight: 400;
  display: none;
}
.login__btn {
  width: 100%;
  background-image: linear-gradient(90deg, #FA03A4 0%, #FF9811 50%, #FA03A4 100%);
  background-size: 200% 100%;
  background-position: left;
  border: 0;
  padding: 16px 24px;
  border-radius: 28px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  transition: 0.5s;
  margin: 24px 0 32px;
}
.login__btn:hover {
  background-position: right;
}
.login__description {
  color: #6F767E;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}
.login__description a {
  color: #FF9811;
  text-decoration: unset;
  transition: 0.3s;
}
.login__description a:hover {
  color: #fff;
}
.login__show-pass {
  position: absolute;
  border: 0;
  background: none;
  right: 24px;
  bottom: 16px;
  padding: 0;
  margin: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.login__show-pass-hidden {
  display: none;
}
.login__end {
  padding: 28px 32px;
  width: 100%;
  border-top: 1px solid #272B30;
}
.login__end p {
  margin: 0;
  color: #6F767E;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.remodal-overlay {
  background: rgba(0, 10, 53, 0.8);
  backdrop-filter: blur(8px);
}

.login__input-error {
  border-color: #EF4444 !important;
}

.logo {
  margin-top: 12px;
  margin-bottom: 24px;
}

.js__new_add {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  width: 100%;
  height: 56px;
  border-radius: 32px;
  background-color: #19B1BD;
  text-align: center;
  transition: all 0.3s;
}
.js__new_add:hover {
  background-color: #169BA6;
  transition: all 0.3s;
}

#new_card-element {
  margin-bottom: 32px;
  background-color: #000A35;
  padding: 16px 24px;
  border-radius: 32px;
  height: 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dashboard {
  display: grid;
  grid-template-columns: 270px 1fr;
  background: linear-gradient(90deg, #021B88 0%, #000A35 263.3%);
}
.dashboard__switcher {
  display: block;
  margin-right: 15px;
}
.dashboard__site-bar {
  position: sticky;
  top: 0;
  left: 0;
  height: fit-content;
  padding: 16px;
  min-height: 100vh;
}
.dashboard__logo {
  padding: 28px 32px;
  padding-left: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.dashboard__logo svg, .dashboard__logo img {
  height: 24px;
  width: auto;
}
.dashboard__nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.dashboard__nav:not(.aff__nav) a.active:nth-child(2) .dashboard__nav-icon svg path {
  fill: #FF9811;
}
.dashboard__nav:not(.aff__nav) a.active .dashboard__nav-icon svg path {
  stroke: #FF9811;
  fill: #FF9811;
}
.dashboard__nav:not(.aff__nav) a:nth-child(2) .dashboard__nav-icon svg path {
  fill: #999dae;
}
.dashboard__nav:not(.aff__nav) .dashboard__nav-icon svg path {
  stroke: #999dae;
  fill: #999dae;
}
.dashboard__nav a {
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0);
  border-radius: 8px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.dashboard__nav a:hover, .dashboard__nav a.active {
  background: rgba(255, 255, 255, 0.1);
}
.dashboard__nav a.active {
  color: #FF9811;
}
.dashboard__nav a:not(:last-child) {
  margin-bottom: 0;
}
.dashboard__nav-icon {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
.dashboard__nav-icon svg {
  width: 20px;
  height: 20px;
}
.dashboard__main {
  background: #000A35;
  position: relative;
}
.dashboard #dashboard-affiliate {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  max-width: 800px;
  width: 100%;
}
.dashboard #dashboard-affiliate .cta-block {
  overflow: hidden;
  border-radius: 8px;
}
.dashboard #signals #dashboard-affiliate, .dashboard #purchase-asi #dashboard-affiliate, .dashboard #billing-history #dashboard-affiliate, .dashboard #knowledgebase #dashboard-affiliate {
  position: static;
  transform: unset;
  margin: 0 auto;
}
.dashboard__head {
  padding: 20px 32px;
  display: flex;
  align-items: center;
  justify-content: end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.dashboard__section {
  padding: 32px;
}
.dashboard__section.pending {
  display: block;
  height: calc(100% - 73px);
}
@media screen and (max-width: 768px) {
  .dashboard__section.pending {
    height: 100%;
  }
}
.dashboard__section--knowledgebase .knowledgebase__content {
  display: none;
  margin-top: 30px;
}
.dashboard__section--knowledgebase .knowledgebase__content img {
  width: auto;
  height: auto;
}
.dashboard__section--knowledgebase .knowledgebase__item {
  margin-bottom: 16px;
  border-radius: 8px;
  background-color: #192352;
  padding: 16px 32px;
  color: white;
  font-size: 20px;
  text-decoration: unset;
}
.dashboard__section--knowledgebase .knowledgebase__item.active .knowledgebase__arrow {
  transform: translateY(-56%) rotate(180deg);
}
.dashboard__section--knowledgebase .knowledgebase__title {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  cursor: pointer;
}
.dashboard__section--knowledgebase .knowledgebase__arrow {
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.01575 0.372001L5.08575 4.474L1.09775 0.314997C0.98375 0.201997 0.75575 0.201997 0.58475 0.314997C0.47175 0.485997 0.47175 0.714998 0.58475 0.827998L4.80075 5.214C4.86321 5.27399 4.94233 5.31373 5.02775 5.328C5.11349 5.3138 5.19295 5.27406 5.25575 5.214L9.41475 0.884997C9.52775 0.714997 9.52775 0.486001 9.41475 0.372001C9.35775 0.202001 9.12975 0.202001 9.01475 0.372001H9.01575Z' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: 0.3s ease;
}
.dashboard__section--top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dashboard__section--top .dashboard__title, .dashboard__section--top .verify-email__invites-wrap {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .dashboard__section--top {
    flex-direction: column;
  }
  .dashboard__section--top .verify-email__invites-wrap {
    width: 100%;
  }
}
.dashboard__title-inner {
  margin-bottom: 32px;
}
.dashboard__title {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.34em;
  margin-bottom: 35px;
}
.dashboard__title.form__title {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .dashboard__title.form__title {
    margin-top: 50px;
  }
}
.dashboard__title-list {
  display: flex;
  justify-content: center;
  padding: 50px 0;
}
.dashboard__title-item {
  background-color: transparent;
  border: none;
}
.dashboard__title-item span {
  color: #7e7e7e;
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .dashboard__title-item span {
    font-size: 18px;
  }
}
.dashboard__title-item:not(:first-child) {
  padding-left: 20px;
}
.dashboard__title-item:not(:last-child) {
  padding-right: 20px;
  position: relative;
}
.dashboard__title-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #7e7e7e;
  width: 1px;
  height: 90%;
}
@media screen and (min-width: 320px) {
  .dashboard__title-item:active span {
    color: #fff;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 1200px) {
  .dashboard__title-item:hover span {
    color: #fff;
    transition: all 0.3s;
  }
}
.dashboard__title-item-active > span {
  color: #fff;
  border-color: #fff;
}
.dashboard__title-content-tab {
  display: none;
}
.dashboard__title-content-tab.dashboard__title-item-active {
  display: block;
}
.dashboard__subtitle {
  font-size: 18px;
  color: #999dae;
  width: 33%;
}
.dashboard__subtitle-signals {
  width: 50%;
}
.dashboard__courses-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-left: 0;
}
.dashboard__courses-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  background: #192352;
  padding: 24px;
  border-radius: 16px;
}
.dashboard__courses-name {
  max-width: 200px;
  text-align: center;
  margin-bottom: 0;
}
.dashboard__courses-images {
  max-width: 200px;
  width: 100%;
}
.dashboard__courses-images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dashboard__courses-info {
  padding-bottom: 0;
}
.dashboard__courses-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.dashboard__courses-btn {
  cursor: pointer;
  width: 100%;
  text-decoration: none;
}
.dashboard__courses-link {
  color: #7e7e7e;
  font-size: 16px;
  text-decoration: none;
  border-bottom: 1px solid #7e7e7e;
  line-height: normal;
  transition: all 0.3s;
}
@media screen and (min-width: 320px) {
  .dashboard__courses-link:active {
    border-color: transparent;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 1200px) {
  .dashboard__courses-link:hover {
    border-color: transparent;
    transition: all 0.3s;
  }
}
.dashboard__banner {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-image: linear-gradient(90deg, #FA03A4 0%, #FF9811 50%, #FA03A4 100%);
  padding: 8px 15px;
  margin-bottom: 35px;
}
.dashboard__banner-text {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
}
.dashboard__banner-btn {
  width: 100%;
  max-width: 220px;
  border: 1px solid #fff;
  margin: 0 0 0 10px;
}
.dashboard__signals-link {
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  transition: all 0.3s;
}
@media screen and (min-width: 320px) {
  .dashboard__signals-link:active {
    border-color: transparent;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 1200px) {
  .dashboard__signals-link:hover {
    border-color: transparent;
    transition: all 0.3s;
  }
}
.dashboard__signals-btn {
  display: inline-flex;
  margin-left: 10px;
  margin-bottom: 0;
  width: 20%;
}
.dashboard__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
}
.dashboard__info-block {
  display: flex;
  padding: 20px 32px;
  align-items: center;
  justify-content: center;
  background: #192352;
  border-radius: 8px;
  text-decoration: unset;
}
.dashboard__info-block.personal-discount {
  background-image: linear-gradient(65deg, #732457 0%, rgba(33, 16, 117, 0.968627451) 100%);
  transition: 0.3s ease;
}
.dashboard__info-block.personal-discount .dashboard__info-val {
  transition: 0.3s ease;
}
.dashboard__info-block.personal-discount:hover {
  background-image: linear-gradient(65deg, #84135c 0%, rgba(50, 24, 179, 0.968627451) 100%);
}
.dashboard__info-block.personal-discount:hover .dashboard__info-val {
  color: #fff;
}
.dashboard__info-block svg {
  min-width: 20px;
}
.dashboard__upgrade {
  display: flex;
  align-items: center;
}
.dashboard__info-img {
  margin: 0;
  width: 56px;
  height: 56px;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
}
.dashboard__info-img img {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: top center;
}
.dashboard__info {
  margin: 0 auto 0 16px;
}
.dashboard__edit {
  transition: all 0.3s;
}
.dashboard__edit:hover {
  transform: scale(1.2);
  transition: all 0.3s;
}
.dashboard__info-title {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
}
.dashboard__info-val {
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0;
}
.dashboard__sub {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 3.5fr 1fr;
  align-items: center;
  min-height: 96px;
  margin-bottom: 16px;
  border-radius: 8px;
  background: #192352;
  padding: 16px 32px;
  color: white;
  grid-gap: 0 10px;
  position: relative;
}
.dashboard__sub.disabled-product {
  background-color: #0d153e;
}
.dashboard__sub--head {
  min-height: auto;
  background: none;
  padding: 0 32px;
  margin-top: 0;
}
.dashboard__sub--head p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
}
.dashboard__sub p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}
.dashboard__sub p span:not(.dashboard__upgrade) {
  display: none;
}
.dashboard__subscriptions-btn-inner {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}
.dashboard__subscriptions-btn {
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  border-radius: 32px;
  background-color: #19B1BD;
  text-decoration: none;
  transition: 0.3s;
  display: inline-flex;
  width: fit-content;
  border: none;
}
@media screen and (min-width: 320px) {
  .dashboard__subscriptions-btn:active {
    background-color: #169BA6;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 1200px) {
  .dashboard__subscriptions-btn:hover {
    background-color: #169BA6;
    transition: all 0.3s;
  }
}
.dashboard__products {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
}
.dashboard__products span {
  display: none;
}
.dashboard__products p {
  border-radius: 8px;
  background: rgba(250, 3, 164, 0.15);
  padding: 6px 12px;
  margin: 4px;
}
.dashboard__products-altalgo {
  grid-column-start: span 4;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 5px;
  margin-bottom: -10px;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  text-decoration: unset;
}
.dashboard__products-altalgo:hover span {
  border-bottom-color: inherit;
}
.dashboard__products-altalgo span {
  color: #ff9811;
  border-bottom: 1px solid transparent;
  transition: 0.3s ease;
}
.dashboard__products-altalgo svg {
  width: 35px;
  height: 35px;
}
.dashboard__sub-btn {
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  border-radius: 32px;
  background: #19B1BD;
  text-decoration: none;
  transition: 0.3s;
}
.dashboard__sub-btn:hover {
  background-color: #169BA6;
}
.dashboard__sub-btn:disabled {
  background: #969696;
}
.dashboard__sub-btn.js__upgrade_to_lifetime {
  position: relative;
  background-color: #fff;
  width: 32px;
  min-width: 32px;
  height: 32px;
  padding: 6px;
  margin-left: 15px;
}
.dashboard__sub-btn.js__upgrade_to_lifetime:hover svg {
  scale: 1.2;
}
.dashboard__sub-btn.js__upgrade_to_lifetime:hover span {
  opacity: 1;
  visibility: visible;
}
.dashboard__sub-btn.js__upgrade_to_lifetime svg {
  width: 100%;
  height: auto;
  transition: 0.3s ease;
}
.dashboard__sub-btn.js__upgrade_to_lifetime span {
  font-size: 10px;
  font-weight: 400;
  color: #FF9811;
  position: absolute;
  top: -24px;
  width: 120px;
  left: 50%;
  transform: translateX(-50%);
  display: block !important;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
.dashboard__sub-add {
  color: #FF9811;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s;
}
.dashboard__sub-add svg {
  margin: 0 6px -3px 0;
}
.dashboard__sub-add svg path {
  transition: all 0.3s;
}
.dashboard__sub-add:hover {
  transition: all 0.3s;
  color: #fc4d5a;
}
.dashboard__sub-add:hover svg path {
  fill: #fc4d5a;
  transition: all 0.3s;
}
.dashboard__sub-pass {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 15px;
}
.dashboard__sub-pass.disabled {
  cursor: default;
  pointer-events: none;
  user-select: none;
}
.dashboard__sub-pass.disabled span {
  opacity: 0.6;
}
.dashboard__card-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 24px;
}
.dashboard__error {
  color: red;
  font-size: 14px;
  text-align: center;
}
.dashboard__reports {
  display: flex;
  justify-content: center;
  padding-top: 40px;
  margin-bottom: 40px;
  position: relative;
}
.dashboard__reports::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 700px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.dashboard__reports-form {
  display: flex;
  align-items: center;
  gap: 20px;
}
.dashboard__reports-wrap {
  position: relative;
  padding-top: 40px;
}
.dashboard__reports-loader {
  padding-top: 80px;
  width: 100%;
  display: block;
  text-align: center;
  color: #888888;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 111;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
}
.dashboard__reports-loader.active {
  opacity: 1;
  visibility: visible;
}
.dashboard__reports-loader .path {
  stroke-dasharray: 2110;
  stroke-dashoffset: 2110;
  stroke-width: 2;
  stroke-linecap: round;
  animation: dash 6s linear infinite;
  fill-opacity: 0;
  stroke: orange;
}
@keyframes dash {
  0% {
    stroke-dashoffset: 2110;
    stroke: #FF9811;
  }
  15% {
    stroke: #FF9811;
  }
  70% {
    stroke: #FF9811;
  }
  100% {
    stroke-dashoffset: 0;
    stroke: #FF9811;
  }
}
.dashboard__reports .dashboard__reports-submit {
  min-width: 150px;
}
@media screen and (max-width: 1500px) {
  .dashboard__reports .dashboard__reports-submit {
    width: fit-content;
  }
}
@media screen and (max-width: 1700px) {
  .dashboard__sub-btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .dashboard__section--knowledgebase .knowledgebase__title {
    font-size: 18px;
    font-weight: 500;
  }
  .dashboard__section--knowledgebase .knowledgebase__arrow {
    right: -23px;
    width: 16px;
    height: 11px;
  }
  .dashboard__section#user_info {
    height: 100%;
  }
  .dashboard__reports-form {
    flex-direction: column;
    width: 100%;
  }
  .dashboard__reports-form .select2-container {
    width: 100% !important;
  }
  .dashboard__reports-submit {
    width: 100% !important;
  }
}

.trader-select-selection {
  height: 45px !important;
  border-radius: 32px !important;
  border: unset !important;
  background-color: #192352 !important;
}
.trader-select-selection .select2-selection__rendered {
  font-size: 16px;
  line-height: 45px !important;
  color: rgba(255, 255, 255, 0.6) !important;
  padding: 0 24px !important;
}
.trader-select-selection .select2-selection__arrow {
  top: 50% !important;
  right: 20px !important;
  transform: translateY(-50%);
}
.trader-select-selection .select2-selection__arrow b {
  border-color: rgba(255, 255, 255, 0.6) transparent transparent transparent !important;
}

.select2-container--open .trader-select-selection {
  border-radius: 32px 32px 0 0 !important;
}
.select2-container--open .trader-select-selection .select2-selection__arrow b {
  border-color: transparent transparent rgba(255, 255, 255, 0.6) transparent !important;
}

.trader-select-dropdown {
  overflow: hidden;
  border: unset;
  border-radius: 10px;
}
.trader-select-dropdown .select2-results__option {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6) !important;
  background-color: #192352 !important;
  padding: 10px 24px;
}
.trader-select-dropdown .select2-results__option--highlighted {
  background-color: #535c89 !important;
}

.personal-sale {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
.personal-sale__title {
  margin: 0 0 20px;
}
.personal-sale__subtitle {
  width: 100%;
  max-width: 600px;
}
.personal-sale__subtitle span {
  color: #FF9811;
}
.personal-sale__right {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .personal-sale {
    flex-direction: column;
    text-align: center;
  }
}

.head-user {
  display: flex;
  align-items: center;
  justify-content: end;
}
.head-user__img {
  margin: 0 16px 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.head-user__img img {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: top center;
}
.head-user__name {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0;
}
.head-user__link {
  display: block;
  background-color: #FF9811;
  padding: 8px 12px;
  margin-left: 15px;
  border-radius: 10px;
  color: #02197c;
  text-decoration: none;
  border: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s;
}
.head-user__link:hover {
  background-color: #f1a23a;
  transition: all 0.3s;
}

.card {
  width: 360px;
  height: 204px;
  border-radius: 16px;
  background-color: #192352;
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: start;
  row-gap: 25px;
  padding: 24px;
}
.card__remove {
  color: #FF9811;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5em;
  text-transform: uppercase;
  text-align: right;
}
.card__num {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  grid-column: 1/-1;
}
.card__info:last-child {
  text-align: right;
}
.card__info--title {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.33em;
}
.card__info--val {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.card__add {
  width: 360px;
  height: 204px;
  border-radius: 16px;
  background: #192352;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF9811;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
  text-transform: uppercase;
  transition: all 0.3s;
}
.card__add:hover {
  background-color: #242f66;
  transition: all 0.3s;
}
.card__add svg {
  margin-right: 8px;
}

span.js__telegram-confirm {
  display: none;
  position: absolute;
  top: 36px;
  right: 0;
  height: 56px;
  align-items: center;
  margin-bottom: 0;
  padding: 0 24px 0 4px;
  background: #1a234a;
  border-radius: 0 32px 32px 0;
  transition: 0.3s ease;
}
span.js__telegram-confirm span {
  font-size: 14px;
  line-height: 1.7;
  color: #00FF1A;
  margin: 0 0 0 4px;
}
span.js__telegram-confirm.confirmed {
  display: flex;
}
span.js__telegram-confirm.confirmed + input[name=telegram]:disabled {
  color: rgba(255, 255, 255, 0.5);
}
span.js__telegram-confirm.confirmed ~ span {
  display: none;
}
span.js__telegram-confirm.confirmed.in-dashboard {
  background: #000A35;
  height: 54px;
}

.change {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100000;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 10, 53, 0.8);
  backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
.change.show {
  display: flex;
  opacity: 1;
  visibility: visible;
}
.change.show .change__wrap {
  transform: translateX(0);
}
.change__error {
  position: absolute;
  top: 2px;
  right: 0;
  color: red !important;
  font-size: 14px;
  font-weight: 400;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
.change__error.show {
  opacity: 1;
  visibility: visible;
}
.change__wrap {
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  height: 100vh;
  width: 480px;
  background-color: #192352;
  padding: 32px 32px;
  transition: linear 0.3s;
}
.change__loader {
  opacity: 0;
  visibility: hidden;
  width: 30px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 3px solid;
  border-color: #FF9811 rgba(0, 0, 0, 0);
  animation: l1 1s infinite;
  margin-left: 20px;
  transition: 0.3s ease;
}
.change__loader.active {
  opacity: 1;
  visibility: visible;
}
.change__loader-large {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
  display: none;
}
.change__loader-large.active {
  display: block;
}
.change__loader-large::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100px;
  --b: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #FF9811;
  -webkit-mask: repeating-conic-gradient(rgba(0, 0, 0, 0) 0deg, #000 1deg 70deg, rgba(0, 0, 0, 0) 71deg 90deg), radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - var(--b) - 1px), #000 calc(100% - var(--b)));
  -webkit-mask-composite: destination-in;
  mask-composite: intersect;
  animation: l5 1s infinite;
}
@keyframes l5 {
  to {
    transform: rotate(0.5turn);
  }
}
@keyframes l1 {
  to {
    transform: rotate(0.5turn);
  }
}
.change__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.change__top-text {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  line-height: 1.33;
}
.change__top-btn {
  background-color: transparent;
}
.change__top-btn svg {
  transition: all 0.3s;
}
.change__top-btn svg:hover {
  transform: scale(1.2);
  transition: all 0.3s;
}
.change__image {
  position: relative;
  display: inline-block;
  margin-bottom: 28px;
}
.change__image-box label {
  cursor: pointer;
  margin-bottom: 0;
}
.change__image-box img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 50%;
}
.change__image-box input {
  display: none;
}
.change__image-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #FF9811;
  padding: 5px 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -5px;
  bottom: -5px;
}
.change__image-icon svg {
  width: 14px;
  height: 14px;
}
.change__label {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
}
.change__label:last-child {
  bottom: 32px;
}
.change__title {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 12px;
}
.change__subtext {
  font-size: 16px;
  font-weight: 700 !important;
  color: #19B1BD !important;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
  padding-top: 5px;
  padding-left: 23px;
  transition: 0.3s;
}
.change__subtext:hover {
  text-decoration: unset;
}
.change__input {
  padding: 16px 24px;
  background-color: #000A35;
  border-radius: 32px;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  border: none;
  font-size: 16px;
  color: #FF9811;
  font-weight: 400;
}
.change__input::placeholder {
  color: #999dae;
}
.change__input:focus {
  outline: transparent;
}
.change__input:-webkit-autofill {
  border: none;
  box-shadow: 30px 30px 30px 30px #000A35 inset;
  -webkit-text-fill-color: #FF9811;
}
.change__btn {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 16px 8px;
  border-radius: 32px;
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.change__btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #FA03A4;
  border-radius: 32px;
  width: 0;
  height: 100%;
  z-index: -1;
  transition: all 0.3s;
}
.change__btn:hover::before {
  width: 100.5%;
  transition: all 0.3s;
}

.page-singup {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 100vh;
  padding: 0;
  list-style: none;
}
.page-singup__item:first-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #000A35;
}
.page-singup__item:last-child {
  background-image: url("../img/signup-bg-v2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.page-singup__form-signup-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-singup__logo {
  padding: 28px 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.page-singup__form-signup {
  max-width: 700px;
  padding: 0 10px;
  width: 100%;
  position: relative;
}
.page-singup__form-signup input {
  background-color: #192352;
}
.page-singup__form-signup .lifetime-access__popup-form-inner {
  margin-bottom: 16px;
}
.page-singup__form-title {
  font-size: 32px;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 32px;
}
.page-singup__conditions {
  margin-bottom: 24px;
}
.page-singup__conditions-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.page-singup__conditions-text {
  font-size: 14px;
  font-weight: 500;
  color: #8F8F8F;
  line-height: 1.5;
  letter-spacing: -0.14px;
  padding-left: 28px;
  display: inline-block;
  position: relative;
}
.page-singup__conditions-text a {
  color: #fff;
  text-decoration-line: underline;
  margin-bottom: 0 !important;
  display: inline-block;
}
.page-singup__conditions-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url("../img/chec.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  transition: all 0.3s;
}
.page-singup__conditions-text:hover::before {
  background-image: url("../img/tic.svg");
}
.page-singup__conditions-input:checked + .page-singup__conditions-text::before {
  background-image: url("../img/chec-active.svg");
}
.page-singup__form-btn {
  width: 100% !important;
}
.page-singup__form-btn span {
  width: 99.6% !important;
}
.page-singup__bottom-text {
  font-size: 14px;
  font-weight: 500;
  color: #6F767E;
  padding: 24px 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.page-singup__img-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.page-singup__img-inner img {
  padding: 0 10px;
}
.page-singup__popup-message {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 20px;
}
.page-singup__login {
  margin: 0;
  margin-top: 50px;
}
.page-singup__popup-btn-link-home {
  margin-bottom: 20px !important;
}

.billing-history__list {
  padding-left: 0;
  display: flex;
  flex-direction: column;
}
.billing-history__list a {
  text-decoration: none;
}
.billing-history__item {
  grid-template-columns: 1fr 200px 200px 200px 150px 200px;
  transition: all 0.3s;
}
.billing-history__item:hover {
  background: #323a73;
  transition: all 0.3s;
}
.billing-history__head:hover {
  background: transparent;
  transition: all 0.3s;
}
.billing-history__mob-head {
  display: none;
}
.billing-history__text-status {
  text-align: right;
}
.billing-history__text {
  color: #999dae;
}
.billing-history__invoice {
  color: #fff;
  margin-right: 15px;
}
.billing-history__status {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 50px;
  background-color: rgba(25, 177, 189, 0.18);
  font-size: 12px;
  color: #19B1BD;
}

.draft {
  background-color: #484848;
  color: #fff;
}

.open {
  background-color: rgba(255, 204, 0, 0.15);
  color: #ffcc00;
}

.uncollectible {
  background-color: rgba(255, 0, 0, 0.15);
  color: #ff0000;
}

.void {
  background-color: rgba(255, 0, 0, 0.15);
  color: #ff0000;
}

.dashboard__sub-btn-pay {
  width: 108px;
}

.highlight {
  background-color: yellow;
  transition: background-color 0.5s ease;
}

.dashboard__sub-btns {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.dashboard__sub-btns .dashboard__sub-btn {
  width: 100%;
}

@media (max-width: 1500px) {
  .dashboard__card-inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .billing-history__item {
    grid-template-columns: 1fr 150px 150px 150px 100px;
    align-items: stretch;
  }
}
@media (max-width: 1100px) {
  .dashboard__card-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 1500px) {
  .dashboard__sub {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0;
  }
  .dashboard__sub p {
    border-bottom: 1px solid #303963;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-left: 10px;
  }
  .dashboard__sub p > span {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
  }
  .dashboard__sub p:nth-child(5):not(.dashboard__products p) {
    border-bottom: unset;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .dashboard__sub > p:first-child .dashboard__sub-btn.js__upgrade_to_lifetime {
    margin: 0 0 -8px 7px;
  }
  .dashboard__sub--head {
    display: none;
  }
  .dashboard__sub--head p {
    border-bottom: none;
  }
  .billing-history__item {
    grid-template-columns: repeat(3, 1fr);
  }
  .billing-history__item p:nth-last-of-type(2) {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .dashboard__products p {
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .dashboard__sub-btn.js__upgrade_to_lifetime span {
    top: -17px;
  }
  .dashboard__sub p span:not(.dashboard__upgrade) {
    display: block;
    margin-bottom: 8px;
  }
  .dashboard__products span {
    display: block;
  }
  .dashboard__subtitle {
    width: 100%;
  }
  .billing-history__mob-head {
    display: block;
    color: #fff;
    margin-bottom: 10px;
  }
  .billing-history__text-status {
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    padding-left: 20px;
  }
  .billing-history__text-status .billing-history__status {
    border: none;
    padding: 4px 10px;
    margin-bottom: 0;
  }
  .dashboard__products-inner {
    grid-area: 2/1/3/3;
  }
  .dashboard__products-inner span {
    display: block;
    margin-bottom: 8px;
  }
  .dashboard__products-inner > p {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 8px;
  }
  .dashboard__sub-btn {
    grid-area: 2/4;
    justify-self: end;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .dashboard {
    grid-template-columns: 1fr;
    display: flex;
    overflow-x: hidden;
    background: unset;
  }
  .dashboard__main {
    height: auto;
    width: 100%;
    transition: all 0.3s;
  }
  .dashboard__head {
    justify-content: space-between;
    padding: 20px 20px;
    background: linear-gradient(90deg, #021B88 0%, #000A35 263.3%);
    border-color: transparent;
  }
  .logo-mobile svg,
.logo-mobile img {
    height: 24px;
    width: auto;
  }
  .dashboard__site-bar {
    background: #000A35;
    order: 1;
    padding: 20px 0;
    position: fixed;
    top: unset;
    bottom: 0;
    width: 100%;
    min-height: unset;
    border-top: 1px solid #333b5d;
    z-index: 5;
  }
  .dashboard #dashboard-affiliate {
    position: static;
    transform: unset;
    padding-bottom: 70px;
  }
  .dashboard__logo {
    display: none;
  }
  .dashboard__nav {
    flex-direction: inherit;
    align-items: center;
    justify-content: space-around;
    gap: 0;
  }
  .dashboard__nav a {
    padding: 12px;
  }
  .dashboard__nav-text {
    display: none;
  }
  .dashboard__nav-icon {
    display: block;
    margin-right: 0;
  }
  .dashboard__nav a:hover {
    background-color: transparent;
  }
  .dashboard__card-inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .dashboard__section {
    background-color: #000A35;
    padding: 32px 20px 0;
  }
  .dashboard__section #new_sub_form {
    margin-bottom: 60px;
  }
  .dashboard__section #new_sub_form .plans__bottom.active {
    bottom: 85px;
  }
  .dashboard__section #new_sub_form .pay-methods {
    padding-bottom: 100px;
  }
  .dashboard__info-block {
    padding: 16px;
  }
  .page-singup {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    height: 100vh;
  }
  .page-singup__item:last-child {
    display: none;
  }
}
@media (max-width: 768px) {
  #signals .dashboard__sub, #subscriptions .dashboard__sub {
    position: relative;
    min-height: unset;
  }
  #signals .dashboard__sub:not(.expanded):not(.dashboard__sub--head), #subscriptions .dashboard__sub:not(.expanded):not(.dashboard__sub--head) {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #signals .dashboard__sub:not(.expanded):not(.dashboard__sub--head) > p, #subscriptions .dashboard__sub:not(.expanded):not(.dashboard__sub--head) > p {
    order: 2;
    border-bottom: unset;
    margin-bottom: 0;
  }
  #signals .dashboard__sub:not(.expanded):not(.dashboard__sub--head) > p:not(.dashboard__sub-status), #subscriptions .dashboard__sub:not(.expanded):not(.dashboard__sub--head) > p:not(.dashboard__sub-status) {
    display: none;
  }
  #signals .dashboard__sub:not(.expanded):not(.dashboard__sub--head) > p span:not(.dashboard__upgrade), #subscriptions .dashboard__sub:not(.expanded):not(.dashboard__sub--head) > p span:not(.dashboard__upgrade) {
    display: none;
  }
  #signals .dashboard__sub:not(.expanded):not(.dashboard__sub--head) p, #subscriptions .dashboard__sub:not(.expanded):not(.dashboard__sub--head) p {
    padding-bottom: 0;
  }
  #signals .dashboard__sub:not(.expanded):not(.dashboard__sub--head) .dashboard__products-inner, #subscriptions .dashboard__sub:not(.expanded):not(.dashboard__sub--head) .dashboard__products-inner {
    grid-area: unset;
    order: 1;
    margin-bottom: 0;
  }
  #signals .dashboard__sub:not(.expanded):not(.dashboard__sub--head) .dashboard__products-inner p, #subscriptions .dashboard__sub:not(.expanded):not(.dashboard__sub--head) .dashboard__products-inner p {
    margin-bottom: 0;
  }
  #signals .dashboard__sub:not(.expanded):not(.dashboard__sub--head) .dashboard__products-inner span:not(.dashboard__upgrade), #subscriptions .dashboard__sub:not(.expanded):not(.dashboard__sub--head) .dashboard__products-inner span:not(.dashboard__upgrade) {
    display: none;
  }
  #courses-tab.dashboard__title-content-tab {
    padding-top: 50px;
  }
  #course_dashboard_form {
    padding-bottom: 110px;
  }
  .dashboard__title-list {
    padding-bottom: 0;
  }
  .dashboard__sub.dashboard__sub--head {
    display: none;
  }
  .dashboard__products-inner {
    margin-bottom: 20px;
  }
  .head-user__name {
    display: none;
  }
  .dashboard__row {
    grid-template-columns: 1fr;
  }
  .change__wrap {
    width: 100%;
    padding: 32px 20px;
    overflow-y: auto;
    height: 100dvh;
  }
  .change__wrap .change__loader-large {
    background: unset;
  }
  .change__top-text {
    font-size: 20px;
  }
  .dashboard__card-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page-singup__form-signup {
    max-height: 100% !important;
    padding: 36px 20px;
  }
  .billing-history__item {
    grid-template-columns: repeat(1, 1fr);
  }
  .billing-history__text-status {
    padding: 10px 0 0 10px;
    border-top: 1px solid #303963;
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .card {
    width: 100%;
    grid-template-columns: 58% 42%;
  }
  .card__add {
    width: 100%;
  }
  .dashboard__sub {
    padding: 16px 20px;
    grid-template-columns: 1fr 1fr;
  }
  .dashboard__sub > p:nth-child(1) {
    padding-right: 5px;
  }
  .dashboard__sub > p:nth-child(3) {
    padding-right: 5px;
  }
  .dashboard__banner {
    flex-direction: column;
  }
  .dashboard__banner-btn {
    margin: 0;
  }
  .dashboard__banner-text {
    text-align: center;
    margin-bottom: 15px;
  }
  .dashboard__products-inner {
    grid-area: 3/1/3/2;
  }
  .dashboard__products-altalgo {
    display: inline;
    grid-column-start: span 2;
  }
  .dashboard__products-altalgo svg {
    display: inline-block;
    min-width: 35px;
    margin-bottom: -11px;
  }
  .dashboard__sub-btn {
    grid-area: 4/1/4/3;
    width: 100%;
  }
  .dashboard__sub-btn-pay {
    width: 100%;
  }
  .billing-history__item {
    grid-template-columns: repeat(1, 1fr);
  }
  .dashboard__subtitle {
    font-size: 16px;
  }
  .billing-history__text {
    font-size: 14px !important;
  }
  .billing-history__mob-head {
    font-size: 16px;
  }
  .billing-history__invoice {
    padding-left: 0;
    margin-right: 0;
  }
}
.welcome-form {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.welcome-form__wrap {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 15px;
}
.welcome-form__wrap .default-input {
  width: 50%;
}
.welcome-form .gradient-btn {
  display: flex;
  justify-content: center;
  width: fit-content;
  min-width: 200px;
}
.welcome-form__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.welcome-form__btns .next {
  min-width: 200px;
  font-weight: 400;
  padding: 16px 20px;
}
.welcome-form__btns .next:disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.5;
}
.welcome-form__step.is-hidden {
  display: none;
}
.welcome-form__step .dashboard__title {
  margin-bottom: 15px;
}
.welcome-form__step .dashboard__subtitle {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .welcome-form__wrap {
    flex-direction: column;
  }
  .welcome-form__wrap .default-input {
    width: 100%;
  }
  .welcome-form__btns {
    flex-direction: column;
  }
}

.welcome-progress {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 30px;
}
.welcome-progress__list {
  display: grid;
}
.welcome-progress__list.steps-3 {
  grid-template-columns: repeat(3, 1fr);
}
.welcome-progress__list.steps-3 .welcome-progress__item:not(:last-child)::after {
  right: -55px;
}
.welcome-progress__list.steps-4 {
  grid-template-columns: repeat(4, 1fr);
}
.welcome-progress__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  gap: 10px;
}
.welcome-progress__item.prev .welcome-progress__icon {
  background-color: #0a6e30;
}
.welcome-progress__item.prev .welcome-progress__icon::before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='122.877px' height='101.052px' viewBox='0 0 122.877 101.052' enable-background='new 0 0 122.877 101.052' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23fff' d='M4.43,63.63c-2.869-2.755-4.352-6.42-4.427-10.11c-0.074-3.689,1.261-7.412,4.015-10.281 c2.752-2.867,6.417-4.351,10.106-4.425c3.691-0.076,7.412,1.255,10.283,4.012l24.787,23.851L98.543,3.989l1.768,1.349l-1.77-1.355 c0.141-0.183,0.301-0.339,0.479-0.466c2.936-2.543,6.621-3.691,10.223-3.495V0.018l0.176,0.016c3.623,0.24,7.162,1.85,9.775,4.766 c2.658,2.965,3.863,6.731,3.662,10.412h0.004l-0.016,0.176c-0.236,3.558-1.791,7.035-4.609,9.632l-59.224,72.09l0.004,0.004 c-0.111,0.141-0.236,0.262-0.372,0.368c-2.773,2.435-6.275,3.629-9.757,3.569c-3.511-0.061-7.015-1.396-9.741-4.016L4.43,63.63 L4.43,63.63z'/%3E%3C/g%3E%3C/svg%3E");
}
.welcome-progress__item.current .welcome-progress__text {
  color: #fff;
}
.welcome-progress__item:not(:last-child)::after {
  content: "";
  width: 67%;
  height: 1px;
  position: absolute;
  bottom: 10px;
  right: -43px;
  background-color: #999dae;
}
.welcome-progress__text {
  font-size: 16px;
  color: #999dae;
}
.welcome-progress__icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.welcome-progress__icon::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='144' height='545' viewBox='0 0 144 545' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M117.703 359.877L135.212 0.00170898H9.70337L27.155 359.877H117.703Z' fill='%23fff'/%3E%3Cpath d='M72.4721 399.587C30.3879 399.587 0.948975 429.026 0.948975 471.854C0.948975 513.137 29.5296 544.178 70.8699 544.178H72.4721C115.357 544.178 143.108 513.137 143.108 471.854C142.364 429.026 114.528 399.587 72.4721 399.587Z' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-size: 70% 70%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .welcome-progress__list.steps-3 .welcome-progress__item:not(:last-child)::after {
    right: -40px;
  }
  .welcome-progress__list .welcome-progress__text {
    font-size: 12px;
  }
  .welcome-progress__list .welcome-progress__item:not(:last-child)::after {
    width: 47%;
    right: -24%;
  }
}

.true_false {
  display: none;
}
.true_false__block {
  cursor: pointer;
  display: flex !important;
  border: 2px solid currentColor;
  background: white;
  padding: 2px;
  width: 60px;
  height: 30px;
  border-radius: 35px;
  transition: 0.3s;
  align-items: center;
  color: grey;
  position: relative;
}
.true_false__block:hover {
  border-color: #c8770e;
}
.true_false__block:hover::before {
  background: #c8770e;
  border-color: #c8770e;
}
.true_false__block::before {
  content: "";
  transition: 0.3s;
  display: flex;
  border: 4px solid currentColor;
  height: 16px;
  width: 16px;
  background: currentColor;
  border-radius: 50%;
}
.true_false:checked + .true_false__block {
  color: #ff9811;
}
.true_false:checked + .true_false__block::before {
  margin-left: 50%;
}
.true_false:disabled + .true_false__block {
  opacity: 0.5;
}

/* Force dark background for all login form inputs */
.login__form .login__input.w-input,
.login__label .login__input.w-input,
.login__label input.w-input,
input.login__input.w-input {
  background-color: #192352 !important;
  color: #fff !important;
}

/* Also force for autofill state */
.login__form .login__input.w-input:-webkit-autofill,
.login__label .login__input.w-input:-webkit-autofill,
input.login__input.w-input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #192352 inset !important;
  -webkit-text-fill-color: #fff !important;
  background-color: #192352 !important;
}

/*# sourceMappingURL=login.css.map */
