: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; } }

.mobile-button {
  height: 30px;
  width: 30px; }
  .mobile-button > svg {
    height: 20px;
    width: 20px; }

.mobile-menu {
  position: fixed;
  width: 100%;
  z-index: -1;
  height: var(--app-height);
  overflow: scroll;
  background-color: #fefefe;
  top: 0;
  left: 0;
  transition: all .5s ease;
  transform: translateY(var(--app-height));
  padding-bottom: 5rem; }
  .mobile-menu.open {
    transform: translateY(44px); }
  @media screen and (min-width: 850px) {
    .mobile-menu__container {
      display: none; } }
  .mobile-menu .title-container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .mobile-menu__title {
    font-weight: 700;
    font-size: 31px;
    line-height: 37px;
    margin-bottom: 16px; }
  .mobile-menu__wrapper {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
    margin: 0 auto;
    width: calc(94% - 14rem);
    max-width: 1920px; }
    @media only screen and (max-width: 1300px) {
      .mobile-menu__wrapper {
        width: calc(100% - 14rem); } }
    @media only screen and (max-width: 850px) {
      .mobile-menu__wrapper {
        width: 70%; } }
    @media only screen and (max-width: 750px) {
      .mobile-menu__wrapper {
        width: 75%; } }
    @media only screen and (max-width: 600px) {
      .mobile-menu__wrapper {
        width: 90%; } }
    @media only screen and (max-width: 450px) {
      .mobile-menu__wrapper {
        width: 92%; } }
  .mobile-menu__box {
    margin-right: 20px;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    flex-direction: column; }
    .mobile-menu__box__account {
      display: flex;
      gap: 10px;
      padding-bottom: 20px;
      border-bottom: 1px solid #EFEFEF; }
      .mobile-menu__box__account__link {
        height: 50px;
        width: 50px; }
        .mobile-menu__box__account__link__pic {
          height: 50px;
          width: 50px; }
      .mobile-menu__box__account__box {
        display: flex;
        flex-direction: column;
        justify-content: space-around; }
        .mobile-menu__box__account__box__email {
          font-size: 19px;
          font-weight: 700;
          line-height: 83%;
          letter-spacing: -0.04em;
          text-transform: uppercase;
          color: #222222; }
        .mobile-menu__box__account__box__info {
          font-size: 15px;
          line-height: 83%;
          letter-spacing: -0.04em;
          color: #7D808C; }
    .mobile-menu__box__transactions {
      padding: 18px 0;
      border-bottom: 1px solid #EFEFEF;
      display: flex;
      justify-content: space-between; }
      .mobile-menu__box__transactions:hover {
        background: #f1f1f1; }
      .mobile-menu__box__transactions__left {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-left: 10px; }
        .mobile-menu__box__transactions__left__text {
          font-weight: 500;
          font-size: 17px;
          line-height: 83%;
          letter-spacing: -0.04em; }
        .mobile-menu__box__transactions__left__img {
          width: 16px;
          height: 16px; }
      .mobile-menu__box__transactions__right {
        display: flex;
        align-items: center;
        margin-right: 10px; }
        .mobile-menu__box__transactions__right__img {
          width: 16px;
          height: 16px; }
    .mobile-menu__box__cards {
      margin: 24px 0;
      display: grid;
      gap: 16px;
      grid-template-columns: 1fr 1fr; }
      .mobile-menu__box__cards__el {
        border: 1px solid #D9D9D9;
        border-radius: 20px; }
        .mobile-menu__box__cards__el__wrapper {
          padding: 20px 20px 15px;
          display: flex;
          flex-direction: column; }
        .mobile-menu__box__cards__el__title {
          white-space: nowrap;
          font-size: 11px;
          line-height: 140%;
          letter-spacing: -0.04em;
          color: #7D808C; }
        .mobile-menu__box__cards__el__info {
          margin-top: 8px;
          display: flex;
          align-items: flex-end;
          gap: 4px; }
          .mobile-menu__box__cards__el__info__number {
            font-size: 37px;
            line-height: 83%;
            letter-spacing: -0.04em;
            text-transform: uppercase; }
          .mobile-menu__box__cards__el__info__text {
            font-size: 9px;
            line-height: 83%;
            letter-spacing: -0.04em;
            text-transform: uppercase;
            color: #7D808C; }
        .mobile-menu__box__cards__el__links {
          margin-top: 30px; }
          .mobile-menu__box__cards__el__links__el {
            padding: 8px 0;
            border-top: 1px solid #F3F3F3;
            display: flex;
            justify-content: space-between;
            align-items: center; }
            .mobile-menu__box__cards__el__links__el:hover > .mobile-menu__box__cards__el__links__el__img {
              transform: rotate(90deg);
              transition: transform .2s; }
            .mobile-menu__box__cards__el__links__el:hover > .mobile-menu__box__cards__el__links__el__img > g > .mobile-menu__box__cards__el__links__el__img__color {
              fill: #ff4eff; }
            .mobile-menu__box__cards__el__links__el:hover > .mobile-menu__box__cards__el__links__el__text {
              color: #000000; }
            .mobile-menu__box__cards__el__links__el__text {
              font-size: 17px;
              line-height: 140%;
              letter-spacing: -0.04em;
              color: #454545; }
            .mobile-menu__box__cards__el__links__el__img {
              height: 16px;
              width: 16px;
              transform: rotate(0deg);
              transition: transform .2s; }
              .mobile-menu__box__cards__el__links__el__img__color {
                fill: #7D808C; }
  .mobile-menu__links {
    padding: 24px 0;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    display: flex;
    flex-direction: column;
    gap: 15px; }
    .mobile-menu__links__el {
      display: flex;
      align-items: center;
      gap: 15px; }
      .mobile-menu__links__el:hover {
        opacity: 0.8; }
      .mobile-menu__links__el__img {
        height: 26px;
        width: 26px; }
      .mobile-menu__links__el__text {
        font-weight: 400;
        font-size: 26px;
        line-height: 32px; }
  .mobile-menu__buttons {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px; }
    .mobile-menu__buttons__el {
      font-weight: 600;
      font-size: 17px;
      line-height: 21px;
      color: #7D808C; }
      .mobile-menu__buttons__el.purple {
        color: #FF4EFF; }

.first-svg {
  animation: first 0.5s forwards; }

@keyframes first {
  100% {
    transform: rotate(45deg) translateX(2px); } }

.first-close-svg {
  animation: first-close 0.5s forwards; }

@keyframes first-close {
  0% {
    transform: rotate(45deg) translateX(2px); }
  100% {
    transform: rotate(0) translateX(0); } }

.second-svg {
  animation: second 0.5s forwards; }

@keyframes second {
  100% {
    opacity: 0; } }

.second-close-svg {
  animation: second-close 0.5s forwards; }

@keyframes second-close {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.third-svg {
  animation: third 0.5s forwards; }

@keyframes third {
  100% {
    transform: rotate(-45deg) translateX(-11px); } }

.third-close-svg {
  animation: third-close 0.5s forwards; }

@keyframes third-close {
  0% {
    transform: rotate(-45deg) translateX(-11px); }
  100% {
    transform: rotate(0) translateX(0); } }
