:root {
  --color-white: #fff;
  --color-black: #222;
  --color-grey-light: #7d808c;
  --color-grey-light-2: #F9F8FF;
  --color-pink: #FF4EFF;
  --color-pink-light: #FFDBFC;
  --color-green: rgba(8, 187, 26, 0.7);
  --app-height: 100vh; }

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* scrollbar-width: none; */
  -ms-overflow-style: none; }

@media only screen and (min-width: 850px) {
  ::-webkit-scrollbar {
    height: 5px;
    width: 5px;
    /* display: none; */ }
  ::-webkit-scrollbar-thumb {
    border-radius: 17px;
    background-color: var(--color-grey-light) !important;
    /* display: none; */ }
  ::-webkit-scrollbar-track {
    background-image: var(--color-white) !important;
    /* background-color: #6d6b8d; */
    /* display: none; */ } }

::-webkit-scrollbar-button {
  display: none; }

::selection {
  color: #fff;
  background-color: #6d6b8d; }

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.2s; }

.fade-enter-from,
.fade-enter,
.fade-leave-to {
  opacity: 0; }

html,
body,
.app,
.layout,
#app {
  padding: 0;
  margin: 0;
  color: var(--color-black);
  font-family: Rubik;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  background-color: var(--color-white);
  overflow-x: hidden;
  position: relative;
  min-height: 100vh; }

body {
  overflow-y: visible !important; }

a,
button {
  outline: none;
  border: none;
  background-color: transparent;
  text-decoration: none;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
  font-size: 1.6rem;
  transition: all .3s;
  display: inline-block; }

/* @media only screen and (max-width: 850px) and (min-height: 600px) {
    body,
    .app,
    .layout,
    a,
    button,
    p,
    span,
    div,
    strong {
      font-size: 15px !important;
    }
  } */
ul {
  list-style: none; }

input,
textarea {
  outline: none;
  border: none;
  background-color: transparent;
  font-family: inherit;
  color: inherit;
  font-size: 1.6rem; }

@media only screen and (max-width: 850px) {
  input,
  textarea {
    font-size: 13px; } }

textarea {
  resize: none;
  overflow: hidden; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield; }

img,
picture,
source,
video,
svg {
  pointer-events: none !important;
  -webkit-user-drag: none !important;
  -moz-user-select: none !important;
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important; }

html {
  /* font-size: 62.5%; */
  font-size: 10px; }

@media only screen and (max-width: 1300px) {
  html {
    font-size: 8.96px; } }

@media only screen and (max-width: 1200px) {
  html {
    font-size: 8.36px; } }

@media only screen and (max-width: 1100px) {
  html {
    font-size: 8.04px; } }

@media only screen and (max-width: 900px) {
  html {
    font-size: 7.68px; } }

@media only screen and (max-width: 800px) {
  html {
    font-size: 7.36px; } }

@media only screen and (max-width: 700px) {
  html {
    font-size: 7.04px; } }

@media only screen and (max-width: 680px) and (min-height: 800px) {
  html {
    font-size: 8px; } }

/* @media only screen and (max-width: 950px) and (min-height: 900px) and (min-width: 680px) {
  html {
    font-size: 8.7px;
  }
  } */
@media only screen and (max-width: 600px) {
  html {
    font-size: 7.5px; } }

@media only screen and (max-width: 450px) {
  html {
    font-size: 7.1px; } }

@media only screen and (max-width: 350px) {
  html {
    font-size: 6.56px; } }

@media only screen and (max-width: 1000px) and (max-height: 520px) {
  html {
    font-size: 7px; } }

@media only screen and (min-width: 1650px) {
  html {
    font-size: 11.68px; } }

@media only screen and (min-width: 2400px) {
  html {
    font-size: 12.5px; } }

.profile {
  min-height: 100vh;
  display: flex; }
  @media screen and (max-width: 850px) {
    .profile__popup__el {
      margin: 2.3rem 0 3rem; } }
  .profile__popup__title {
    margin-top: 0; }
  .profile__popup__button {
    margin-top: 2.2rem;
    font-weight: 700 !important;
    font-size: 1.71rem !important;
    line-height: 2.06rem !important;
    padding: 1rem 3.9rem !important;
    color: #FFFFFF; }
    @media screen and (max-width: 850px) {
      .profile__popup__button {
        font-size: 15px !important; } }
  .profile__popup__key {
    margin-left: auto; }
  .profile__popup__button-send {
    font-weight: 400;
    font-size: 1.71rem;
    line-height: 2.06rem;
    color: #FF4EFF;
    align-self: start;
    margin-top: 2rem; }
    @media screen and (max-width: 850px) {
      .profile__popup__button-send {
        font-size: 19px;
        margin-bottom: 9rem; } }
  .profile__left {
    position: fixed;
    height: 100vh;
    z-index: 100;
    padding-top: 9rem;
    width: 55.4rem;
    display: flex;
    justify-content: flex-end;
    background: #FFFFFF;
    box-shadow: 0px 4px 62px rgba(0, 0, 0, 0.06); }
    .profile__left__box {
      margin-right: 2.6rem; }
      .profile__left__box__account {
        display: flex;
        gap: 1.2rem;
        padding-bottom: 2.6rem;
        border-bottom: 1px solid #EFEFEF; }
        .profile__left__box__account__link {
          height: 4.7rem;
          width: 4.7rem; }
          .profile__left__box__account__link__pic {
            height: 4.7rem;
            width: 4.7rem; }
        .profile__left__box__account__box {
          display: flex;
          flex-direction: column;
          gap: 0.9rem; }
          .profile__left__box__account__box__email {
            font-size: 2.75rem;
            font-weight: 700;
            line-height: 83%;
            letter-spacing: -0.04em;
            text-transform: uppercase;
            color: #222222; }
          .profile__left__box__account__box__info {
            font-size: 1.4rem;
            line-height: 83%;
            letter-spacing: -0.04em;
            color: #7D808C; }
      .profile__left__box__transactions {
        padding: 2.32rem 0;
        border-bottom: 1px solid #EFEFEF;
        display: flex;
        justify-content: space-between; }
        .profile__left__box__transactions:hover {
          background: #f1f1f1; }
        .profile__left__box__transactions__left {
          display: flex;
          align-items: center;
          gap: 15px;
          margin-left: 1.3rem; }
          .profile__left__box__transactions__left__text {
            font-weight: 500;
            font-size: 2.06rem;
            line-height: 83%;
            letter-spacing: -0.04em; }
          .profile__left__box__transactions__left__img {
            width: 2.06rem;
            height: 2.06rem; }
        .profile__left__box__transactions__right {
          display: flex;
          align-items: center;
          margin-right: 1.3rem; }
          .profile__left__box__transactions__right__img {
            width: 2.06rem;
            height: 2.06rem; }
      .profile__left__box__cards {
        margin-top: 2.6rem;
        margin-bottom: 13rem;
        display: grid;
        gap: 1.71rem;
        grid-template-columns: 1fr 1fr; }
        .profile__left__box__cards__el {
          border: 1px solid #D9D9D9;
          border-radius: 20px; }
          .profile__left__box__cards__el__wrapper {
            padding: 1.5rem 2.6rem 1rem;
            display: flex;
            flex-direction: column; }
          .profile__left__box__cards__el__title {
            white-space: nowrap;
            font-size: 1.4rem;
            line-height: 140%;
            letter-spacing: -0.04em;
            color: #7D808C; }
          .profile__left__box__cards__el__info {
            margin-top: 1rem;
            display: flex;
            align-items: flex-end;
            gap: 0.4rem; }
            .profile__left__box__cards__el__info__number {
              font-size: 4rem;
              line-height: 83%;
              letter-spacing: -0.04em;
              text-transform: uppercase; }
            .profile__left__box__cards__el__info__text {
              font-size: 1.4rem;
              line-height: 83%;
              letter-spacing: -0.04em;
              text-transform: uppercase;
              color: #7D808C; }
          .profile__left__box__cards__el__links {
            margin-top: 1rem; }
            .profile__left__box__cards__el__links__el {
              padding: 1rem 0;
              border-top: 1px solid #F3F3F3;
              display: flex;
              justify-content: space-between;
              align-items: center; }
              .profile__left__box__cards__el__links__el:hover > .profile__left__box__cards__el__links__el__img {
                transform: rotate(90deg);
                transition: transform .2s; }
              .profile__left__box__cards__el__links__el:hover > .profile__left__box__cards__el__links__el__img > g > .profile__left__box__cards__el__links__el__img__color {
                fill: #ff4eff; }
              .profile__left__box__cards__el__links__el:hover > .profile__left__box__cards__el__links__el__text {
                color: #000000; }
              .profile__left__box__cards__el__links__el__text {
                font-size: 1.71rem;
                line-height: 140%;
                letter-spacing: -0.04em;
                color: #454545; }
              .profile__left__box__cards__el__links__el__img {
                height: 2.06rem;
                width: 2.06rem;
                transform: rotate(0deg);
                transition: transform .2s; }
                .profile__left__box__cards__el__links__el__img__color {
                  fill: #7D808C; }
  .profile__right {
    margin-top: 5rem;
    margin-left: 55.5rem;
    padding: 0 12.4rem 0 5.15rem;
    display: flex;
    flex-direction: column;
    width: 100%; }
    @media screen and (max-width: 1150px) and (min-width: 850px) {
      .profile__right {
        padding: 0 2rem; } }
    @media screen and (max-width: 850px) {
      .profile__right {
        margin-left: 0rem;
        padding: 0; } }
    .profile__right__img {
      background-image: url("/assets/svg/Profile/profile-bg.svg");
      background-repeat: no-repeat;
      background-size: cover;
      border-radius: 0px 0px 19px 19px;
      overflow: hidden;
      width: 100%;
      height: 23rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 0.9rem; }
      @media screen and (max-width: 850px) {
        .profile__right__img {
          border-radius: 0;
          background-image: url("/assets/svg/Profile/profile-bg-mobile.svg");
          height: 20rem; } }
      .profile__right__img__title {
        font-weight: 700;
        font-size: 4.12rem;
        line-height: 83%;
        letter-spacing: -0.04em;
        text-transform: uppercase;
        width: 27rem; }
      .profile__right__img__text {
        font-size: 1.54rem;
        line-height: 117.5%;
        letter-spacing: -0.04em;
        width: 27rem; }
    .profile__right__social {
      display: flex;
      gap: 1.3rem;
      margin-top: 5.6rem; }
      @media screen and (max-width: 850px) {
        .profile__right__social {
          flex-direction: column;
          margin-top: 2rem; } }
      .profile__right__social__el {
        display: flex;
        border-radius: 30px;
        cursor: pointer;
        padding: 0 !important; }
        .profile__right__social__el__wrapper {
          padding: 0.5rem 3rem;
          display: flex;
          align-items: center;
          gap: 1rem; }
          @media screen and (max-width: 850px) {
            .profile__right__social__el__wrapper {
              padding: 7px 0; } }
        @media screen and (max-width: 850px) {
          .profile__right__social__el {
            justify-content: center; } }
        .profile__right__social__el.connected {
          background: #FF4EFF;
          color: #FFFFFF; }
        .profile__right__social__el.not-connected {
          border: 2px dashed #D9D9D9;
          color: #222222; }
          .profile__right__social__el.not-connected:hover {
            opacity: 0.8; }
        .profile__right__social__el__img {
          height: 2.06rem;
          width: 2.06rem; }
          .profile__right__social__el__img__color.connected {
            fill: #FFFFFF; }
          .profile__right__social__el__img__color.not-connected {
            fill: #222222; }
        .profile__right__social__el__text {
          font-weight: 300;
          font-size: 1.71rem;
          line-height: 98%;
          text-transform: uppercase; }
          @media screen and (max-width: 850px) {
            .profile__right__social__el__text {
              font-size: 19px; } }
    .profile__right__email {
      margin-top: 3rem;
      font-weight: 700;
      font-size: 5.5rem;
      line-height: 83%;
      letter-spacing: -0.04em;
      text-transform: uppercase;
      color: #222222; }
      @media screen and (max-width: 1050px) and (min-width: 850px) {
        .profile__right__email {
          font-size: 4rem; } }
      @media screen and (max-width: 850px) {
        .profile__right__email {
          font-size: 23px; } }
    .profile__right__notifications {
      margin-top: 3rem;
      width: 100%;
      display: flex;
      border-top: 1px solid #EFEFEF;
      border-bottom: 1px solid #EFEFEF; }
      @media screen and (max-width: 1050px) {
        .profile__right__notifications {
          flex-direction: column; } }
      .profile__right__notifications__el {
        padding: 1.71rem 0;
        display: flex;
        align-items: center;
        gap: 1.71rem; }
        .profile__right__notifications__el.left {
          padding-right: 5.5rem;
          border-right: 1px solid #EFEFEF; }
          @media screen and (max-width: 1050px) {
            .profile__right__notifications__el.left {
              border: none;
              border-bottom: 1px solid #EFEFEF; } }
        .profile__right__notifications__el.right {
          padding-left: 5.5rem; }
        .profile__right__notifications__el__input {
          height: 0;
          width: 0;
          visibility: hidden; }
        .profile__right__notifications__el__label {
          cursor: pointer;
          text-indent: -9999px;
          width: 5.5rem;
          height: 2.57rem;
          background: #FFE2FC;
          border: 1px solid #EAEAEA;
          display: block;
          border-radius: 27px;
          position: relative; }
        .profile__right__notifications__el__label:after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: calc(2.57rem - 2px);
          height: calc(2.57rem - 2px);
          background: #FF4EFF;
          border-radius: 100%;
          transition: .2s; }
        .profile__right__notifications__el__input:checked + .profile__right__notifications__el__label {
          background: #BCFFCF; }
        .profile__right__notifications__el__input:checked + .profile__right__notifications__el__label:after {
          background: #3ED268;
          left: calc(100%);
          transform: translateX(-100%); }
        .profile__right__notifications__el__text {
          font-size: 1.71rem;
          line-height: 117.5%;
          letter-spacing: -0.04em; }
          @media screen and (max-width: 850px) {
            .profile__right__notifications__el__text {
              font-size: 17px; } }
    .profile__right__info {
      display: flex;
      flex-direction: column;
      gap: 1.3rem;
      margin: 2.57rem 0;
      padding-bottom: 2.57rem;
      border-bottom: 1px solid #EFEFEF; }
      .profile__right__info__change-button {
        align-self: flex-start; }
        @media screen and (max-width: 850px) {
          .profile__right__info__change-button {
            width: 100%;
            align-self: center;
            text-align: center; } }
    .profile__right__referal {
      margin: 0 0 8.6rem;
      display: flex;
      flex-direction: column;
      gap: 1.3rem; }
      .profile__right__referal__title {
        font-weight: 700;
        font-size: 3.1rem;
        line-height: 83%;
        letter-spacing: -0.04em;
        text-transform: uppercase;
        margin-bottom: 0.45rem; }
        @media screen and (max-width: 850px) {
          .profile__right__referal__title {
            font-size: 31px; } }
      .profile__right__referal__el {
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 34px;
        width: 55rem; }
        @media screen and (max-width: 1050px) {
          .profile__right__referal__el {
            width: auto; } }
        .profile__right__referal__el.green {
          border: 1px solid #3ED268; }
        .profile__right__referal__el__wrapper {
          padding: 0.9rem 2.14rem;
          display: flex;
          gap: 1.28rem; }
          .profile__right__referal__el__wrapper.first {
            justify-content: space-between; }
        .profile__right__referal__el__text {
          font-size: 1.71rem;
          line-height: 2.06rem;
          white-space: nowrap; }
          @media screen and (max-width: 850px) {
            .profile__right__referal__el__text {
              font-size: 17px;
              overflow: hidden;
              text-overflow: ellipsis; } }
          .profile__right__referal__el__text.input {
            width: 100%; }
          .profile__right__referal__el__text.grey {
            color: #7D808C; }
          .profile__right__referal__el__text.green {
            color: #3ED268; }
        .profile__right__referal__el__img {
          height: 2.06rem;
          width: 2.06rem; }
        .profile__right__referal__el__button {
          font-size: 1.37rem !important;
          line-height: 1.63rem;
          color: #FFFFFF;
          padding: 0.5rem 2.14rem !important;
          background-color: #FF4EFF;
          border-radius: 23px; }
          .profile__right__referal__el__button:hover {
            background: #F9B0F9; }

.inner-container-page {
  display: flex;
  flex-direction: column; }
  @media screen and (max-width: 850px) {
    .inner-container-page {
      margin: 0 auto;
      width: calc(94% - 14rem);
      max-width: 1920px; } }
  @media only screen and (max-width: 850px) and (max-width: 1300px) {
    .inner-container-page {
      width: calc(100% - 14rem); } }
  @media only screen and (max-width: 850px) and (max-width: 850px) {
    .inner-container-page {
      width: 70%; } }
  @media only screen and (max-width: 850px) and (max-width: 750px) {
    .inner-container-page {
      width: 75%; } }
  @media only screen and (max-width: 850px) and (max-width: 600px) {
    .inner-container-page {
      width: 90%; } }
  @media only screen and (max-width: 850px) and (max-width: 450px) {
    .inner-container-page {
      width: 92%; } }

.dark-theme .profile__right .not-connected {
  border: 2px dashed #303030;
  color: var(--color-white); }
  .dark-theme .profile__right .not-connected img,
  .dark-theme .profile__right .not-connected svg {
    filter: brightness(360%); }

.dark-theme .profile__right__email, .dark-theme .profile__right__notifications__el__text, .dark-theme .profile__right__referal__title, .dark-theme .profile__right__referal__el__text:not(.grey):not(.green) {
  color: var(--color-white); }

.dark-theme .profile__right__referal__el:not(.green) {
  border: 1px solid #303030; }

.dark-theme .profile__right__info {
  border-bottom: 1px solid #303030; }

@media screen and (min-width: 1050px) {
  .dark-theme .profile__right__notifications__el.left {
    border-right: 1px solid #303030; } }

@media screen and (max-width: 1050px) {
  .dark-theme .profile__right__notifications__el.left {
    border-bottom: 1px solid #303030; } }

.dark-theme .profile__right__notifications {
  border-top: 1px solid #303030;
  border-bottom: 1px solid #303030; }
  .dark-theme .profile__right__notifications__el__label {
    background: #303030;
    border: 1px solid #222222; }
