: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;
}

::-moz-selection {
  color: #fff;
  background-color: #6d6b8d;
}

::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 0.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;
  -webkit-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;
  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;
  }
}
.activeProxy {
  min-height: 100vh;
  display: flex;
}
.activeProxy__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);
}
.activeProxy__left__box {
  margin-right: 2.6rem;
}
.activeProxy__left__box__account {
  display: flex;
  gap: 1.2rem;
  padding-bottom: 2.6rem;
  border-bottom: 1px solid #EFEFEF;
}
.activeProxy__left__box__account__link {
  height: 4.7rem;
  width: 4.7rem;
}
.activeProxy__left__box__account__link__pic {
  height: 4.7rem;
  width: 4.7rem;
}
.activeProxy__left__box__account__box {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.activeProxy__left__box__account__box__email {
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 83%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #222222;
}
.activeProxy__left__box__account__box__info {
  font-size: 1.4rem;
  line-height: 83%;
  letter-spacing: -0.04em;
  color: #7D808C;
}
.activeProxy__left__box__transactions {
  padding: 2.32rem 0;
  border-bottom: 1px solid #EFEFEF;
  display: flex;
  justify-content: space-between;
}
.activeProxy__left__box__transactions:hover {
  background: #f1f1f1;
}
.activeProxy__left__box__transactions__left {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: 1.3rem;
}
.activeProxy__left__box__transactions__left__text {
  font-weight: 500;
  font-size: 2.06rem;
  line-height: 83%;
  letter-spacing: -0.04em;
}
.activeProxy__left__box__transactions__left__img {
  width: 2.06rem;
  height: 2.06rem;
}
.activeProxy__left__box__transactions__right {
  display: flex;
  align-items: center;
  margin-right: 1.3rem;
}
.activeProxy__left__box__transactions__right__img {
  width: 2.06rem;
  height: 2.06rem;
}
.activeProxy__left__box__cards {
  margin-top: 2.6rem;
  margin-bottom: 13rem;
  display: grid;
  gap: 1.71rem;
  grid-template-columns: 1fr 1fr;
}
.activeProxy__left__box__cards__el {
  border: 1px solid #D9D9D9;
  border-radius: 20px;
}
.activeProxy__left__box__cards__el__wrapper {
  padding: 1.5rem 2.6rem 1rem;
  display: flex;
  flex-direction: column;
}
.activeProxy__left__box__cards__el__title {
  white-space: nowrap;
  font-size: 1.4rem;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #7D808C;
}
.activeProxy__left__box__cards__el__info {
  margin-top: 1rem;
  display: flex;
  align-items: flex-end;
  gap: 0.4rem;
}
.activeProxy__left__box__cards__el__info__number {
  font-size: 4rem;
  line-height: 83%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
.activeProxy__left__box__cards__el__info__text {
  font-size: 1.4rem;
  line-height: 83%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #7D808C;
}
.activeProxy__left__box__cards__el__links {
  margin-top: 1rem;
}
.activeProxy__left__box__cards__el__links__el {
  padding: 1rem 0;
  border-top: 1px solid #F3F3F3;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.activeProxy__left__box__cards__el__links__el:hover > .activeProxy__left__box__cards__el__links__el__img {
  transform: rotate(90deg);
  transition: transform 0.2s;
}
.activeProxy__left__box__cards__el__links__el:hover > .activeProxy__left__box__cards__el__links__el__img > g > .activeProxy__left__box__cards__el__links__el__img__color {
  fill: rgb(255, 78, 255);
}
.activeProxy__left__box__cards__el__links__el__text {
  font-size: 1.71rem;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #454545;
}
.activeProxy__left__box__cards__el__links__el__img {
  height: 2.06rem;
  width: 2.06rem;
  transform: rotate(0deg);
  transition: transform 0.2s;
}
.activeProxy__left__box__cards__el__links__el__img__color {
  fill: #7D808C;
}
.activeProxy__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: 1450px) and (min-width: 1150px) {
  .activeProxy__right {
    padding: 0 4rem;
  }
}
@media screen and (max-width: 1150px) and (min-width: 850px) {
  .activeProxy__right {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 850px) {
  .activeProxy__right {
    margin-left: 0rem;
    padding: 0;
  }
}
.activeProxy__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) {
  .activeProxy__right__img {
    border-radius: 0;
    background-image: url("/assets/svg/Profile/profile-bg-mobile.svg");
    height: 20rem;
  }
}
.activeProxy__right__img__title {
  font-weight: 700;
  font-size: 4.12rem;
  line-height: 83%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  width: 27rem;
}
.activeProxy__right__img__text {
  font-size: 1.54rem;
  line-height: 117.5%;
  letter-spacing: -0.04em;
  width: 27rem;
}
.activeProxy__right__proxy {
  margin: 3.9rem 0 3rem;
}
.activeProxy__right__proxy__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 850px) {
  .activeProxy__right__proxy__title {
    flex-direction: column;
    gap: 2rem;
    align-items: flex-start;
  }
}
.activeProxy__right__proxy__title__text {
  font-weight: 700;
  font-size: 4.12rem;
  line-height: 83%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  width: 27rem;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) and (min-width: 850px) {
  .activeProxy__right__proxy__title__text {
    font-size: 3rem;
    width: auto;
  }
}
@media screen and (max-width: 850px) {
  .activeProxy__right__proxy__title__text {
    font-size: 31px;
    width: auto;
  }
}
.activeProxy__right__proxy__title__buttons {
  display: flex;
  align-items: center;
  gap: 1.3rem;
}
@media screen and (max-width: 850px) {
  .activeProxy__right__proxy__title__buttons {
    width: 100%;
  }
}
.activeProxy__right__proxy__title__buttons__buy {
  background: #FF4EFF;
  border-radius: 43px !important;
  font-weight: 600;
  font-size: 1.54rem !important;
  line-height: 140.5%;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 1rem 3.9rem !important;
}
.activeProxy__right__proxy__title__buttons__buy:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1400px) and (min-width: 850px) {
  .activeProxy__right__proxy__title__buttons__buy {
    padding: 1rem 2rem !important;
  }
}
.activeProxy__right__proxy__title__buttons__filter {
  background: #FFFFFF;
  border: 1px solid #E3E3E3 !important;
  border-radius: 22.5px;
  padding: 1rem 4.55rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.activeProxy__right__proxy__title__buttons__filter:hover {
  background-color: whitesmoke;
}
@media screen and (max-width: 1400px) and (min-width: 850px) {
  .activeProxy__right__proxy__title__buttons__filter {
    padding: 1rem 2rem;
  }
}
@media screen and (max-width: 850px) {
  .activeProxy__right__proxy__title__buttons__filter {
    width: 100%;
    justify-content: center;
  }
}
.activeProxy__right__proxy__title__buttons__filter__text {
  font-size: 1.54rem;
  line-height: 1.8rem;
}
@media screen and (max-width: 850px) {
  .activeProxy__right__proxy__title__buttons__filter__text {
    font-size: 19px;
  }
}
.activeProxy__right__proxy__title__buttons__filter__img {
  height: 2.06rem;
  width: 2.06rem;
}
.activeProxy__right__proxy__box {
  margin: 3rem 0 9rem;
}
.activeProxy__right__proxy__box__el {
  width: 100%;
  border-top: 1px solid #EFEFEF;
}
.activeProxy__right__proxy__box__el__wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
  padding: 2.15rem 1.71rem;
}
.activeProxy__right__proxy__box__el__date {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}
.activeProxy__right__proxy__box__el__date__number, .activeProxy__right__proxy__box__el__date__status {
  font-size: 1.4rem;
  line-height: 83%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #7D808C;
}
@media screen and (max-width: 850px) {
  .activeProxy__right__proxy__box__el__date__number, .activeProxy__right__proxy__box__el__date__status {
    font-size: 15px;
  }
}
.activeProxy__right__proxy__box__el__date__status {
  color: #3ED268;
}
.activeProxy__right__proxy__box__el__info {
  display: flex;
  gap: 1.3rem;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .activeProxy__right__proxy__box__el__info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.activeProxy__right__proxy__box__el__info__text-box {
  display: flex;
  gap: 1.3rem;
}
@media screen and (max-width: 850px) {
  .activeProxy__right__proxy__box__el__info__text-box {
    display: block;
  }
}
.activeProxy__right__proxy__box__el__info__days, .activeProxy__right__proxy__box__el__info__name {
  font-weight: 500;
  font-size: 3.1rem;
  line-height: 83%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #222222;
}
@media screen and (max-width: 1770px) and (min-width: 1650px) {
  .activeProxy__right__proxy__box__el__info__days, .activeProxy__right__proxy__box__el__info__name {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1500px) and (min-width: 1150px) {
  .activeProxy__right__proxy__box__el__info__days, .activeProxy__right__proxy__box__el__info__name {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1150px) and (min-width: 850px) {
  .activeProxy__right__proxy__box__el__info__days, .activeProxy__right__proxy__box__el__info__name {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 850px) {
  .activeProxy__right__proxy__box__el__info__days, .activeProxy__right__proxy__box__el__info__name {
    font-size: 23px;
  }
}
.activeProxy__right__proxy__box__el__info__name {
  color: #7D808C;
}
.activeProxy__right__proxy__box__el__info__cards {
  display: flex;
  gap: 1.3rem;
}
.activeProxy__right__proxy__box__el__info__cards__el {
  background: #F7F7F7;
  border: 1px solid #D9D9D9;
  border-radius: 23px;
  padding: 0.7rem 1.65rem;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 83%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
@media screen and (max-width: 1770px) and (min-width: 850px) {
  .activeProxy__right__proxy__box__el__info__cards__el {
    padding: 0.7rem 1.4rem;
  }
}
@media screen and (max-width: 1550px) and (min-width: 1150px) {
  .activeProxy__right__proxy__box__el__info__cards__el {
    padding: 0.7rem 1.4rem;
  }
}
@media screen and (max-width: 1150px) and (min-width: 850px) {
  .activeProxy__right__proxy__box__el__info__cards__el {
    padding: 0.7rem 0.8rem;
  }
}
@media screen and (max-width: 850px) {
  .activeProxy__right__proxy__box__el__info__cards__el {
    font-size: 11px;
  }
}

.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%;
  }
}

@media screen and (max-width: 1400px) and (min-width: 850px) {
  .filter-dropdown {
    width: auto !important;
    right: 0 !important;
    left: auto !important;
  }
}/*# sourceMappingURL=style.css.map */