@keyframes react-loading-skeleton {
  to {
    transform: translateX(100%)
  }
}

.react-loading-skeleton {
  --base-color: #ebebeb;
  --highlight-color: #f5f5f5;
  --animation-duration: 1.5s;
  --animation-direction: normal;
  --pseudo-element-display: block;
  background-color: var(--base-color);
  border-radius: .25rem;
  display: inline-flex;
  line-height: 1;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%
}

.cc-1kgzy {
  opacity: 0;
}
.Tvl_head__b9sI4 {
  opacity: 0;
}

.react-loading-skeleton:after {
  animation-direction: var(--animation-direction);
  animation-duration: var(--animation-duration);
  animation-iteration-count: infinite;
  animation-name: react-loading-skeleton;
  animation-timing-function: ease-in-out;
  background-image: var(--custom-highlight-background, linear-gradient(90deg, var(--base-color) 0, var(--highlight-color) 50%, var(--base-color) 100%));
  background-repeat: no-repeat;
  content: " ";
  display: var(--pseudo-element-display);
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@media (prefers-reduced-motion) {
  .react-loading-skeleton {
    --pseudo-element-display: none
  }
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: initial
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

a img,
fieldset,
img {
  border: none
}

input[type=email],
input[type=password],
input[type=tel],
input[type=text],
textarea {
  -webkit-appearance: none
}

button,
input[type=submit] {
  cursor: pointer
}

button::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

button,
input {
  border: 0;
  margin: 0;
  padding: 0
}

a,
a:focus,
button,
div,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
span,
textarea {
  outline: none
}

ol,
ul {
  list-style-type: none
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%
}

html {
  box-sizing: border-box
}

*,
:after,
:before {
  box-sizing: inherit
}

@media(prefers-reduced-motion:reduce) {
  * {
    transition: none !important
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #f4f4f4;
  color: #1a1d1f;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -.01em;
  line-height: 1.6;
  min-width: 375px
}

.dark-mode {
  background: #111315;
  color: #fcfcfc
}

a {
  text-decoration: none
}

img,
svg {
  vertical-align: middle
}

button {
  background: none
}

button,
input,
textarea {
  font-family: Inter, sans-serif
}

@media only screen and (max-width:1259px) {
  .desktop-hide {
    display: none !important
  }
}

.desktop-show {
  display: none !important
}

@media only screen and (max-width:1259px) {
  .desktop-show {
    display: block !important
  }

  .desktop-text-right {
    text-align: right
  }
}

@media only screen and (max-width:1023px) {
  .tablet-hide {
    display: none !important
  }
}

.tablet-show {
  display: none !important
}

@media only screen and (max-width:1023px) {
  .tablet-show {
    display: block !important
  }
}

@media only screen and (max-width:767px) {
  .mobile-hide {
    display: none !important
  }
}

.mobile-show {
  display: none !important
}

@media only screen and (max-width:767px) {
  .mobile-show {
    display: block !important
  }
}

.dark-mode .recharts-rectangle.recharts-tooltip-cursor {
  fill: #272b30
}

.dark-mode .recharts-curve.recharts-tooltip-cursor {
  stroke: #33383f
}

.dark-mode .recharts-sector {
  stroke: #1a1d1f
}

.__react_component_tooltip.place-top:before {
  background-color: #0000 !important
}

.__react_component_tooltip.place-top:after {
  border-bottom-color: #0000 !important;
  border-left-color: #0000 !important
}

.container {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 80px;
  width: 100%
}

.h1,
.h2,
.h3,
.h4 {
  font-family: Inter, sans-serif;
  font-weight: 600
}

.h1 {
  font-size: 64px
}

.h1,
.h2 {
  letter-spacing: -.03em;
  line-height: 1
}

.h2 {
  font-size: 48px
}

.h3 {
  font-size: 40px;
  letter-spacing: -.02em;
  line-height: 1.2
}

@media only screen and (max-width:767px) {
  .h3 {
    font-size: 32px;
    letter-spacing: -.03em;
    line-height: 1.25
  }
}

.h4 {
  font-size: 32px;
  letter-spacing: -.03em;
  line-height: 1.25
}

[class^=button] {
  align-items: center;
  background: #0050b0;
  border-radius: 12px;
  color: #fcfcfc;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  height: 48px;
  justify-content: center;
  line-height: 1.6;
  padding: 0 20px;
  text-align: center;
  transition: all .2s
}

[class^=button]:hover {
  background: #00397d
}

[class^=button].disabled {
  opacity: .5;
  pointer-events: none
}

[class^=button] svg {
  fill: #fcfcfc;
  transition: all .2s
}

[class^=button]:not([class^=button-square]) svg:first-child {
  margin-right: 8px
}

[class^=button]:not([class^=button-square]) svg:last-child {
  margin-left: 8px
}

.button-stroke,
.button-stroke-red {
  background: none;
  box-shadow: inset 0 0 0 2px #efefef
}

.dark-mode .button-stroke,
.dark-mode .button-stroke-red {
  box-shadow: inset 0 0 0 2px #272b30
}

.button-stroke {
  color: #1a1d1f
}

.button-stroke svg {
  fill: #6f767e
}

.dark-mode .button-stroke {
  color: #fcfcfc
}

.button-stroke:hover {
  background: none;
  box-shadow: inset 0 0 0 2px #1a1d1f
}

.button-stroke:hover svg {
  fill: #1a1d1f
}

.dark-mode .button-stroke:hover {
  box-shadow: inset 0 0 0 2px #efefef
}

.dark-mode .button-stroke:hover svg {
  fill: #fcfcfc
}

.button-stroke.active {
  background: #272b30;
  box-shadow: inset 0 0 0 2px #272b30
}

.button-stroke.active svg {
  fill: #1a1d1f
}

.button-stroke-red {
  color: #ff6a55
}

.button-stroke-red svg {
  fill: #ff6a55
}

.button-stroke-red.active,
.button-stroke-red:hover {
  background: #ff6a55;
  box-shadow: inset 0 0 0 2px #ff6a55;
  color: #fcfcfc
}

.button-stroke-red.active svg,
.button-stroke-red:hover svg {
  fill: #fcfcfc
}

.button-white {
  background: #fcfcfc;
  box-shadow: inset 0 0 0 2px #efefef;
  color: #1a1d1f
}

.button-white svg {
  fill: #1a1d1f
}

.button-white.active,
.button-white:hover {
  background: #fff;
  box-shadow: inset 0 0 0 2px #1a1d1f;
  color: #1a1d1f
}

.button-white.active svg,
.button-white:hover svg {
  fill: #1a1d1f
}

.button-small {
  border-radius: 8px;
  font-size: 13px;
  height: 40px;
  padding: 0 16px
}

.button-square-stroke {
  background: none;
  box-shadow: inset 0 0 0 2px #efefef;
  flex: 0 0 48px;
  height: 48px;
  padding: 0;
  transition: all .2s;
  width: 48px
}

.button-square-stroke svg {
  fill: #6f767e
}

.dark-mode .button-square-stroke {
  box-shadow: inset 0 0 0 2px #272b30
}

.button-square-stroke:hover {
  background: #0050b0;
  box-shadow: inset 0 0 0 2px #0050b0
}

.button-square-stroke:hover svg {
  fill: #fcfcfc
}

.button-square-stroke.button-small {
  flex: 0 0 40px;
  height: 40px;
  width: 40px
}

[class^=status] {
  border-radius: 6px;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 26px;
  padding: 0 8px
}

.status-green {
  background: #eafae5;
  color: #83bf6e
}

.dark-mode .status-green {
  background: #83bf6e26
}

.status-green-dark {
  background: #b5e4ca;
  color: #1a1d1f
}

.status-red {
  background: #ffe7e4;
  color: #ff6a55
}

.dark-mode .status-red {
  background: #ff6a5526
}

.status-red-dark {
  background: #ffbc99;
  color: #fcfcfc
}

.status-purple {
  background: #cabdff;
  color: #8e59ff
}

.status-purple-dark {
  background: #cabdff;
  color: #1a1d1f
}

.status-blue {
  background: #b1e5fc;
  color: #0050b0
}

.status-yellow {
  background: #ffd88d;
  color: #1a1d1f
}

.status-gray {
  background: #848484;
  color: #fcfcfc
}

[class^=title] {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.6;
  padding-left: 32px;
  position: relative
}

@media only screen and (max-width:767px) {
  [class^=title] {
    font-size: 18px
  }
}

[class^=title]:before {
  border-radius: 4px;
  content: "";
  height: 32px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px
}

.title-red:before {
  background: #ffbc99
}

.title-blue:before {
  background: #50b5e1
}

.title-purple:before {
  background: #cabdff
}

.title-yellow:before {
  background: #ffd88d
}

.title-green:before {
  background: #37af6c
}

.panel {
  align-items: center;
  display: flex;
  margin: auto -40px -40px;
  padding: 60px 40px 20px;
  position: relative
}

@media only screen and (max-width:1339px) {
  .panel {
    margin: auto -24px -32px;
    padding: 44px 24px 20px
  }
}

@media only screen and (max-width:767px) {
  .panel {
    margin: auto -16px -24px;
    padding: 40px 16px 16px
  }
}

.panel:before {
  background: #fcfcfc;
  bottom: 0;
  box-shadow: inset 1px 0 0 #f4f4f4;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 40px;
  z-index: -1
}

@media only screen and (max-width:1339px) {
  .panel:before {
    top: 24px
  }
}

.dark-mode .panel:before {
  background: #1a1d1f;
  box-shadow: inset 1px 0 0 #111315
}

.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow,
.react-datepicker__navigation-icon:before,
.react-datepicker__year-read-view--down-arrow {
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  transition: border-color .2s;
  width: 9px
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
  margin-left: -4px;
  position: absolute;
  width: 0
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after,
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after,
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before {
  border: 8px solid #0000;
  box-sizing: initial;
  content: "";
  height: 0;
  left: -8px;
  position: absolute;
  width: 1px;
  z-index: -1
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before {
  border-bottom-color: #aeaeae
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  margin-top: -8px;
  top: 0
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after,
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before {
  border-bottom-color: #efefef;
  border-top: none
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after {
  top: 0
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before {
  border-bottom-color: #aeaeae;
  top: -1px
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
  bottom: 0;
  margin-bottom: -8px
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after,
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before {
  border-bottom: none;
  border-top-color: #fff
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after {
  bottom: 0
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before {
  border-top-color: #aeaeae;
  bottom: -1px
}

.react-datepicker-wrapper {
  border: 0;
  display: inline-block;
  padding: 0;
  width: 100%
}

.react-datepicker {
  color: #000;
  display: inline-block;
  font-family: Inter, sans-serif;
  font-size: .8rem;
  position: relative
}

.react-datepicker--time-only {
  display: block
}

.dark-mode .react-datepicker {
  color: #fcfcfd
}

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px
}

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0
}

.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: .3rem;
  border-bottom-right-radius: .3rem
}

.react-datepicker__triangle {
  left: 50px;
  position: absolute
}

.react-datepicker-popper {
  z-index: 1
}

.react-datepicker-popper[data-placement^=bottom] {
  padding-top: 10px
}

.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle,
.react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle {
  left: auto;
  right: 50px
}

.react-datepicker-popper[data-placement^=top] {
  padding-bottom: 10px
}

.react-datepicker-popper[data-placement^=right] {
  padding-left: 8px
}

.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle {
  left: auto;
  right: 42px
}

.react-datepicker-popper[data-placement^=left] {
  padding-right: 8px
}

.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle {
  left: 42px;
  right: auto
}

.react-datepicker__header {
  padding: 8px 0;
  position: relative;
  text-align: center
}

.react-datepicker__header--time {
  display: none;
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px
}

.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0
}

.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 50%
}

.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__year-dropdown-container--select {
  display: inline-block;
  margin: 0 2px
}

.react-datepicker-time__header,
.react-datepicker-year-header,
.react-datepicker__current-month {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 0
}

.dark-mode .react-datepicker__current-month {
  color: #fcfcfd
}

.dark-mode .react-datepicker__day:hover {
  background-color: #272b30;
  color: #fcfcfc
}

.react-datepicker-time__header {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.react-datepicker__navigation {
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  height: 32px;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-align: center;
  text-indent: -999em;
  top: 7px;
  width: 32px;
  z-index: 1
}

.react-datepicker__navigation--previous {
  left: 2px
}

.react-datepicker__navigation--next {
  right: 2px
}

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 85px
}

.react-datepicker__navigation--years {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0
}

.react-datepicker__navigation--years-previous {
  top: 4px
}

.react-datepicker__navigation--years-upcoming {
  top: -4px
}

.react-datepicker__navigation:hover :before {
  border-color: #a6a6a6
}

.react-datepicker__navigation-icon {
  font-size: 20px;
  position: relative;
  top: -1px;
  width: 0
}

.react-datepicker__navigation-icon--next {
  left: -2px
}

.react-datepicker__navigation-icon--next:before {
  left: -7px;
  transform: rotate(45deg)
}

.react-datepicker__navigation-icon--previous {
  right: -2px
}

.react-datepicker__navigation-icon--previous:before {
  right: -7px;
  transform: rotate(225deg)
}

.react-datepicker__month-container {
  float: left
}

.react-datepicker__year {
  margin: .4rem;
  text-align: center
}

.react-datepicker__year-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px
}

.react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  margin: 2px;
  width: 4rem
}

.react-datepicker__month {
  margin: .4rem;
  text-align: center
}

.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  margin: 2px;
  width: 4rem
}

.react-datepicker__input-time-container {
  clear: both;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
  width: 100%
}

.react-datepicker__input-time-container .react-datepicker-time__caption,
.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: auto
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] {
  -moz-appearance: textfield
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  display: inline-block;
  margin-left: 5px
}

.react-datepicker__time-container {
  border-left: 1px solid #aeaeae;
  width: 100%
}

.react-datepicker__time-container--with-today-button {
  border: 1px solid #aeaeae;
  border-radius: .3rem;
  display: inline;
  position: absolute;
  right: -72px;
  top: 0
}

.react-datepicker__time-container .react-datepicker__time {
  border-bottom-right-radius: .3rem;
  position: relative
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  border-bottom-right-radius: .3rem;
  margin: 0 auto;
  overflow-x: hidden;
  text-align: left;
  width: 100%
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  box-sizing: initial;
  height: 360px;
  list-style: none;
  margin: 0;
  overflow-y: scroll;
  padding-left: 0;
  padding-right: 0;
  width: 100%
}

@media(max-width:1259px) {
  .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
    height: 230px
  }
}

@media(max-width:767px) {
  .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
    height: 360px
  }
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  border-radius: 4px;
  color: #6f767e;
  font-size: 15px;
  font-weight: 600;
  line-height: 40px;
  padding: 0 12px;
  transition: background .2s, color .2s;
  white-space: nowrap
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  background-color: #efefef;
  color: #1a1d1f;
  cursor: pointer
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #272b30;
  color: #fff
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #272b30;
  color: #fcfcfc
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  background-color: #0000;
  cursor: default
}

.dark-mode .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  background-color: #272b30;
  color: #fcfcfc
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  line-height: 40px;
  margin: 0;
  text-align: center;
  width: 40px
}

.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer
}

.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  background-color: #efefef;
  border-radius: 50%
}

.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap
}

.react-datepicker__day-names {
  margin-bottom: -8px
}

.react-datepicker__day,
.react-datepicker__day-name,
.react-datepicker__time-name {
  border-radius: 0;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  margin: 0;
  text-align: center;
  width: 40px
}

.react-datepicker__day-name {
  color: #6f767e
}

.react-datepicker__month--in-range,
.react-datepicker__month--in-selecting-range,
.react-datepicker__month--selected,
.react-datepicker__quarter--in-range,
.react-datepicker__quarter--in-selecting-range,
.react-datepicker__quarter--selected {
  background-color: #272b30;
  border-radius: 50%;
  color: #fff
}

.react-datepicker__month--in-range:hover,
.react-datepicker__month--in-selecting-range:hover,
.react-datepicker__month--selected:hover,
.react-datepicker__quarter--in-range:hover,
.react-datepicker__quarter--in-selecting-range:hover,
.react-datepicker__quarter--selected:hover {
  background-color: #1c1e22
}

.react-datepicker__month--disabled,
.react-datepicker__quarter--disabled {
  color: #ccc;
  pointer-events: none
}

.react-datepicker__month--disabled:hover,
.react-datepicker__quarter--disabled:hover {
  background-color: #0000;
  cursor: default
}

.react-datepicker__day--outside-month {
  color: #6f767e
}

.react-datepicker__day {
  border-radius: 50%
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
  background-color: #efefef;
  border-radius: 50%
}

.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
  background-color: #3dcc4a;
  border-radius: 50%;
  color: #fff
}

.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover,
.react-datepicker__year-text--highlighted:hover {
  background-color: #32be3f
}

.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
  color: #f0f
}

.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
  color: green
}

.react-datepicker__day--today,
.react-datepicker__day--today:hover,
.react-datepicker__month-text--today,
.react-datepicker__month-text--today:hover,
.react-datepicker__quarter-text--today,
.react-datepicker__quarter-text--today:hover,
.react-datepicker__year-text--today,
.react-datepicker__year-text--today:hover {
  background-color: #0050b0;
  color: #fcfcfc
}

.react-datepicker__day--in-range,
.react-datepicker__day--in-selecting-range,
.react-datepicker__day--selected,
.react-datepicker__month-text--in-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--selected,
.react-datepicker__quarter-text--in-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__year-text--in-range,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--selected {
  background-color: #272b30;
  border-radius: 50%;
  color: #f4f4f4
}

.react-datepicker__day--in-range:hover,
.react-datepicker__day--in-selecting-range:hover,
.react-datepicker__day--selected:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__quarter-text--in-range:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__year-text--in-range:hover,
.react-datepicker__year-text--in-selecting-range:hover,
.react-datepicker__year-text--selected:hover {
  background-color: #1c1e22
}

.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  background-color: #3e444c;
  border-radius: 50%;
  color: #fff
}

.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover,
.react-datepicker__year-text--keyboard-selected:hover {
  background-color: #1c1e22
}

.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--in-range),
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--in-range),
.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--in-range),
.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--in-range) {
  background-color: #272b3080
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range) {
  background-color: #efefef;
  color: #000
}

.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  color: #ccc;
  cursor: default
}

.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover,
.react-datepicker__year-text--disabled:hover {
  background-color: #0000
}

.react-datepicker__day--range-end,
.react-datepicker__day--range-start {
  background-color: #f4f4f4 !important;
  color: #111315;
  position: relative
}

.dark-mode .react-datepicker__day--in-range,
.dark-mode .react-datepicker__day--in-selecting-range,
.dark-mode .react-datepicker__day--selected,
.dark-mode .react-datepicker__month-text--in-range,
.dark-mode .react-datepicker__month-text--in-selecting-range,
.dark-mode .react-datepicker__month-text--selected,
.dark-mode .react-datepicker__quarter-text--in-range,
.dark-mode .react-datepicker__quarter-text--in-selecting-range,
.dark-mode .react-datepicker__quarter-text--selected,
.dark-mode .react-datepicker__year-text--in-range,
.dark-mode .react-datepicker__year-text--in-selecting-range,
.dark-mode .react-datepicker__year-text--selected {
  background-color: #fcfcfc;
  color: #111315 !important
}

.dark-mode .react-datepicker__day--today {
  background-color: #0050b0;
  color: #fcfcfc !important
}

.dark-mode .react-datepicker__day--selected {
  background-color: #272b30;
  color: #fcfcfc !important
}

.dark-mode .react-datepicker__day--range-end,
.dark-mode .react-datepicker__day--range-start {
  background-color: #111315 !important;
  color: #f4f4f4 !important
}

.react-datepicker__month-text.react-datepicker__month--in-range:hover,
.react-datepicker__month-text.react-datepicker__month--selected:hover,
.react-datepicker__month-text.react-datepicker__quarter--in-range:hover,
.react-datepicker__month-text.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter-text.react-datepicker__month--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__month--selected:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--selected:hover {
  background-color: #272b30
}

.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
  background-color: #efefef
}

.react-datepicker__input-container {
  display: inline-block;
  position: relative;
  width: 100%
}

.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view,
.react-datepicker__year-read-view {
  border: 1px solid #0000;
  border-radius: 50%;
  position: relative
}

.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover,
.react-datepicker__year-read-view:hover {
  cursor: pointer
}

.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow {
  border-top-color: #b3b3b3
}

.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow,
.react-datepicker__year-read-view--down-arrow {
  right: -16px;
  top: 0;
  transform: rotate(135deg)
}

.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown,
.react-datepicker__year-dropdown {
  background-color: #efefef;
  border: 1px solid #aeaeae;
  border-radius: 50%;
  left: 25%;
  position: absolute;
  text-align: center;
  top: 30px;
  width: 50%;
  z-index: 1
}

.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover,
.react-datepicker__year-dropdown:hover {
  cursor: pointer
}

.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable,
.react-datepicker__year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll
}

.react-datepicker__month-option,
.react-datepicker__month-year-option,
.react-datepicker__year-option {
  display: block;
  line-height: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%
}

.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type,
.react-datepicker__year-option:first-of-type {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%
}

.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type,
.react-datepicker__year-option:last-of-type {
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover,
.react-datepicker__year-option:hover {
  background-color: #ccc
}

.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3
}

.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3
}

.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected,
.react-datepicker__year-option--selected {
  left: 15px;
  position: absolute
}

.react-datepicker__close-icon {
  background-color: #0000;
  border: 0;
  cursor: pointer;
  display: table-cell;
  height: 100%;
  outline: 0;
  padding: 0 6px 0 0;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle
}

.react-datepicker__close-icon:after {
  background-color: #272b30;
  border-radius: 50%;
  color: #fff;
  content: "Ã—";
  cursor: pointer;
  display: table-cell;
  font-size: 12px;
  height: 16px;
  line-height: 1;
  padding: 2px;
  text-align: center;
  vertical-align: middle;
  width: 16px
}

.react-datepicker__today-button {
  background: #efefef;
  border-top: 1px solid #aeaeae;
  clear: left;
  cursor: pointer;
  font-weight: 700;
  padding: 5px 0;
  text-align: center
}

.react-datepicker__portal {
  align-items: center;
  background-color: #000c;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 2147483647
}

.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__time-name {
  line-height: 3rem;
  width: 3rem
}

@media(max-height:550px),
(max-width:400px) {

  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__time-name {
    line-height: 2rem;
    width: 2rem
  }
}

.react-datepicker__portal .react-datepicker-time__header,
.react-datepicker__portal .react-datepicker__current-month {
  font-size: 1.44rem
}

.slick-slider {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -khtml-user-select: none
}

.slick-list,
.slick-slider {
  display: block;
  position: relative
}

.slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translateZ(0)
}

.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  border: 1px solid #0000;
  display: block;
  height: auto
}

.slick-arrow.slick-hidden {
  display: none
}

.slick-arrow {
  border-radius: 50%;
  font-size: 0;
  height: 40px;
  position: absolute;
  transition: all .2s;
  width: 40px;
  z-index: 2
}

.slick-arrow svg {
  fill: #6f767e;
  position: relative;
  transition: fill .2s;
  z-index: 2
}

.slick-arrow:hover {
  box-shadow: inset 0 0 0 2px #272b30
}

.dark-mode .slick-arrow:hover {
  box-shadow: inset 0 0 0 2px #efefef
}

.dark-mode .slick-arrow:hover svg {
  fill: #272b30
}

@media only screen and (max-width:767px) {
  .photo-slider {
    padding-bottom: 64px
  }
}

.photo-slider .slick-list {
  overflow: visible
}

.photo-slider .slick-track {
  display: flex
}

.photo-slider .slick-slide {
  height: auto;
  opacity: 0;
  padding: 0 16px;
  transition: all .4s;
  visibility: hidden
}

@media only screen and (max-width:767px) {
  .photo-slider .slick-slide {
    padding: 0
  }
}

.photo-slider .slick-slide.slick-active {
  opacity: 1;
  visibility: visible
}

.photo-slider .slick-slide>div {
  display: flex;
  flex-grow: 1;
  height: 100%
}

.photo-slider .slick-arrow {
  top: 50%;
  transform: translateY(-50%)
}

@media only screen and (max-width:767px) {
  .photo-slider .slick-arrow {
    bottom: 0;
    top: auto;
    transform: translateY(0)
  }
}

.photo-slider .slick-prev {
  left: -56px
}

@media only screen and (max-width:767px) {
  .photo-slider .slick-prev {
    left: calc(50% - 48px)
  }
}

.photo-slider .slick-next {
  right: -56px
}

@media only screen and (max-width:767px) {
  .photo-slider .slick-next {
    right: calc(50% - 48px)
  }
}

@media only screen and (max-width:1023px) {
  .products-slider {
    padding-bottom: 62px
  }
}

@media only screen and (max-width:767px) {
  .products-slider .slick-list {
    margin: 0 -296px 0 -8px
  }
}

.products-slider .slick-slide {
  padding: 0 12px
}

@media only screen and (max-width:767px) {
  .products-slider .slick-slide {
    padding: 0 8px
  }
}

.products-slider .slick-arrow {
  bottom: 0;
  opacity: 0;
  visibility: hidden
}

@media only screen and (max-width:1023px) {
  .products-slider .slick-arrow {
    opacity: 1;
    visibility: visible
  }
}

.dark-mode .products-slider .slick-arrow:hover {
  box-shadow: inset 0 0 0 2px #272b30
}

.dark-mode .products-slider .slick-arrow:hover svg {
  fill: #fcfcfc
}

.products-slider .slick-prev {
  left: calc(50% - 48px)
}

.products-slider .slick-next {
  right: calc(50% - 48px)
}

.rdw-editor-wrapper .rdw-option-wrapper {
  background: none;
  border: 1px solid #0000;
  border-radius: 4px;
  height: 20px;
  margin: 0 2px;
  min-width: 20px;
  transition: border-color .2s
}

@media only screen and (max-width:767px) {
  .rdw-editor-wrapper .rdw-option-wrapper {
    height: 16px;
    min-width: 16px
  }
}

.dark-mode .rdw-editor-wrapper .rdw-option-wrapper {
  background: #bfc3c7
}

.rdw-editor-wrapper .rdw-option-wrapper:hover {
  border-color: #6f767e;
  box-shadow: none
}

.rdw-editor-wrapper .rdw-option-wrapper.rdw-option-active {
  border-color: #0050b0;
  box-shadow: none
}

.dark-mode .rdw-editor-wrapper .rdw-option-wrapper.rdw-option-active {
  border-color: #0050b0;
  box-shadow: inset 0 0 0 1px #0050b0
}

.rdw-editor-wrapper .rdw-history-wrapper {
  margin-left: auto
}

.rdw-editor-wrapper .public-DraftStyleDefault-block {
  margin: 12px 16px
}

.rdw-editor-wrapper .rdw-emoji-modal,
.rdw-editor-wrapper .rdw-link-modal {
  box-shadow: 0 10px 25px #1113151a
}

.app {
  padding: 40px;
  text-align: center
}

.container {
  margin: auto;
  width: 50%
}

.ReactTags__tags {
  background: #f4f4f4;
  border-radius: 12px;
  padding: 0 0 5px;
  position: relative
}

.dark-mode .ReactTags__tags {
  background: #272b30
}

.ReactTags__clearAll {
  background: #ff6a55;
  border: none;
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  height: 40px;
  margin: 10px;
  padding: 0 10px
}

.ReactTags__tagInput {
  border-radius: 2px;
  display: inline-block
}

.ReactTags__tagInput input.ReactTags__tagInputField,
.ReactTags__tagInput input.ReactTags__tagInputField:focus {
  background: none;
  border: none;
  box-shadow: none;
  color: #1a1d1f;
  font-size: 14px;
  font-weight: 600;
  height: 40px;
  margin: 0;
  min-width: 240px;
  padding: 0 5px
}

.dark-mode .ReactTags__tagInput input.ReactTags__tagInputField,
.dark-mode .ReactTags__tagInput input.ReactTags__tagInputField:focus {
  color: #fcfcfc
}

.ReactTags__tagInput input.ReactTags__tagInputField::placeholder {
  color: #9a9fa5
}

.dark-mode .ReactTags__tagInput input.ReactTags__tagInputField::placeholder {
  color: #6f767e
}

.ReactTags__editInput {
  border-radius: 1px
}

.ReactTags__editTagInput {
  display: inline-flex
}

.ReactTags__selected span.ReactTags__tag {
  align-items: center;
  background: #0050b0;
  border-radius: 8px;
  color: #fcfcfc;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  margin: 5px 5px 0;
  padding: 8px 16px
}

.ReactTags__suggestions {
  position: absolute
}

.ReactTags__suggestions ul {
  background: #fff;
  box-shadow: .05em .01em .5em #0003;
  list-style-type: none;
  width: 200px
}

.ReactTags__suggestions ul li.ReactTags__activeSuggestion {
  background: #50b5e1;
  cursor: pointer
}

.ReactTags__suggestions li {
  border-bottom: 1px solid #efefef;
  margin: 0;
  padding: 5px 10px
}

.ReactTags__suggestions li mark {
  background: none;
  font-weight: 600;
  text-decoration: underline
}

.ReactTags__remove {
  background: none;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath d='M6.707 5.293a1 1 0 0 0-1.414 1.414L10.586 12l-5.293 5.293a1 1 0 0 0 1.414 1.414L12 13.414l5.293 5.293a1 1 0 0 0 1.414-1.414L13.414 12l5.293-5.293a1 1 0 0 0-1.414-1.414L12 10.586 6.707 5.293z' fill='%23fcfcfc'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 0;
  height: 24px;
  margin: 0 0 0 8px;
  transition: transform .2s;
  width: 24px
}

.ReactTags__remove:hover {
  transform: rotate(90deg)
}

w3m-modal {
  z-index: 99999
}

.Header_header__8RLBN {
  align-items: center;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background: #1b1d1f80;
  box-shadow: inset 1px 0 0 #f4f4f4, inset 0 -1px 0 #efefef;
  display: flex;
  left: 340px;
  padding: 18px 40px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 15
}

@media only screen and (max-width:2000px) {
  .Header_header__8RLBN {
    left: 96px
  }
}

@media only screen and (max-width:767px) {
  .Header_header__8RLBN {
    left: 0;
    padding: 16px 24px 16px 16px
  }
}

.dark-mode .Header_header__8RLBN {
  box-shadow: inset 1px 0 0 #111315, inset 0 -1px 0 #111315
}

@media only screen and (max-width:2000px) {
  .Header_header__8RLBN.Header_expand__uNUk5 {
    left: 340px
  }
}

@media only screen and (max-width:1259px) {
  .Header_header__8RLBN.Header_expand__uNUk5 {
    left: 96px
  }
}

@media only screen and (max-width:767px) {
  .Header_header__8RLBN.Header_expand__uNUk5 {
    left: 0;
    padding: 16px 24px 16px 16px
  }
}

.Header_burger__JZCvL {
  align-items: center;
  display: none;
  flex-direction: column;
  height: 48px;
  justify-content: center;
  margin-right: auto;
  width: 48px
}

@media only screen and (max-width:767px) {
  .Header_burger__JZCvL {
    display: flex
  }
}

.Header_burger__JZCvL:after,
.Header_burger__JZCvL:before {
  background: #6f767e;
  border-radius: 2px;
  content: "";
  height: 2px;
  width: 16px
}

.Header_burger__JZCvL:before {
  margin-bottom: 6px
}

.Header_control__M9ThF {
  align-items: center;
  display: flex;
  margin-left: auto
}

@media only screen and (max-width:767px) {
  .Header_control__M9ThF {
    margin-left: 0
  }
}

.Header_buttonSearch__piTKJ:not(:last-child),
.Header_control__M9ThF .Header_button__6MFMu:not(:last-child),
.Header_control__M9ThF>div:not(:last-child) {
  margin-right: 24px
}

@media only screen and (max-width:474px) {

  .Header_buttonSearch__piTKJ:not(:last-child),
  .Header_control__M9ThF .Header_button__6MFMu:not(:last-child),
  .Header_control__M9ThF>div:not(:last-child) {
    margin-right: 12px
  }
}

.Header_buttonSearch__piTKJ {
  display: none;
  height: 48px;
  width: 48px
}

.Header_buttonSearch__piTKJ svg {
  fill: #6f767e;
  transition: fill .2s
}

.Header_buttonSearch__piTKJ.Header_active__IzVUH svg {
  fill: #1a1d1f
}

.dark-mode .Header_buttonSearch__piTKJ.Header_active__IzVUH svg {
  fill: #fcfcfc
}

@media only screen and (max-width:767px) {
  .Header_search__Km\+Ee {
    opacity: 0;
    transition: all .2s;
    visibility: hidden
  }

  .Header_search__Km\+Ee.Header_visible__mntH4 {
    opacity: 1;
    visibility: visible
  }
}

.Header_btns__eZ7Si {
  align-items: center;
  display: flex;
  margin-left: auto
}

@media only screen and (max-width:767px) {
  .Header_btns__eZ7Si {
    margin-left: 0
  }
}

.Header_link__LxAxV {
  color: #f4f4f4;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  margin-right: 24px
}

.Header_link__LxAxV svg {
  fill: #6f767e;
  margin-left: 0;
  margin-right: 10px
}

@media only screen and (max-width:639px) {
  .Header_link__LxAxV svg {
    margin-left: 0;
    margin-right: 5px
  }
}

@media only screen and (max-width:767px) {
  .Header_link__LxAxV {
    height: 26px;
    margin-right: 12px;
    overflow: hidden
  }
}

@media only screen and (max-width:474px) {
  .Header_link__LxAxV {
    margin-right: 12px
  }
}

.dark-mode .Header_link__LxAxV {
  color: #6f767e
}

.Header_link__LxAxV:hover {
  color: #fcfcfc
}

.Header_link__LxAxV:hover>svg {
  fill: #fcfcfc
}

@media only screen and (max-width:639px) {
  .Header_connectWalletLabel__hfRKi .Header_wallet__bKmQG {
    display: none
  }
}

.Modal_modal__v9mA\+ {
  animation: Modal_showModal__IS9u\+ .4s forwards;
  background: #f4f4f4cc;
  display: flex;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: auto;
  padding: 48px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999
}

@media only screen and (max-width:767px) {
  .Modal_modal__v9mA\+ {
    padding: 16px
  }
}

.dark-mode .Modal_modal__v9mA\+ {
  background: #272b30e6
}

@keyframes Modal_showModal__IS9u\+ {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.Modal_outer__B4TkJ {
  background: #fcfcfc;
  border-radius: 16px;
  box-shadow: 0 0 14px -4px #0000000d, 0 32px 48px -8px #0000001a;
  margin: auto;
  max-width: 408px;
  position: relative;
  width: 100%;
  z-index: 2
}

.dark-mode .Modal_outer__B4TkJ {
  background: #1a1d1f
}

@media only screen and (max-width:767px) {
  .Modal_outer__B4TkJ {
    box-shadow: none
  }
}

.Modal_outer__B4TkJ>div {
  padding: 26px 24px 24px
}

.Modal_outer__B4TkJ .Modal_content__-Rbby {
  position: relative
}

.Modal_close__nt4fk {
  background: #efefef;
  border-radius: 50%;
  font-size: 0;
  height: 36px;
  position: absolute;
  right: 24px;
  top: 24px;
  width: 36px
}

.Modal_close__nt4fk svg {
  fill: #33383f;
  transition: transform .2s
}

.dark-mode .Modal_close__nt4fk {
  background: #272b30
}

.dark-mode .Modal_close__nt4fk svg {
  fill: #fcfcfc
}

.Modal_close__nt4fk:hover svg {
  transform: rotate(90deg)
}

.KadoWidget_iframe__s\+r\+m {
  border-radius: 8px;
  flex: 1 1;
  width: 100%
}

.KadoWidgetModal_kadoWidgetModal__irC9m>div {
  background: #0b121f;
  border-radius: 16px
}

.KadoWidgetModal_title__LUXTl {
  margin-bottom: 24px
}

.Tvl_search__7L5gK {
  flex-shrink: 0;
  position: relative;
  width: 160px
}

@media only screen and (max-width:767px) {
  .Tvl_search__7L5gK {
    background: #fff;
    box-shadow: 0 8px 12px #1113150d;
    left: 0;
    padding: 12px 16px;
    position: absolute;
    right: 0;
    top: 80px;
    width: 100%
  }

  .dark-mode .Tvl_search__7L5gK {
    background: #111315
  }
}

.Tvl_search__7L5gK.Tvl_active__PoK7- .Tvl_body__1CIeQ,
.Tvl_search__7L5gK.Tvl_active__PoK7- .Tvl_close__Z-BPT,
.Tvl_search__7L5gK.Tvl_active__PoK7- .Tvl_direction__KvCZ1,
.Tvl_search__7L5gK.Tvl_active__PoK7- .Tvl_result__-kO2V,
.Tvl_search__7L5gK.Tvl_active__PoK7- .Tvl_start__sG9Nb {
  opacity: 1;
  visibility: visible
}

.Tvl_head__b9sI4 {
  position: relative;
  z-index: 2
}

.Tvl_close__Z-BPT,
.Tvl_direction__KvCZ1,
.Tvl_start__sG9Nb {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all .2s
}

.Tvl_close__Z-BPT svg,
.Tvl_direction__KvCZ1 svg,
.Tvl_start__sG9Nb svg {
  transition: fill .2s
}

.Tvl_start__sG9Nb {
  left: 12px
}

.Tvl_start__sG9Nb svg {
  fill: #6f767e
}

.Tvl_start__sG9Nb:hover svg {
  fill: #1a1d1f
}

.Tvl_network__KgTr1 {
  cursor: pointer;
  filter: brightness(.8);
  left: -15px;
  position: absolute;
  width: 25px;
  z-index: 100
}

.Tvl_network__KgTr1:hover {
  filter: brightness(1)
}

.Tvl_networkEth__XpAsO {
  cursor: pointer;
  filter: brightness(.8);
  left: 0;
  position: absolute;
  width: 25px;
  z-index: 100
}

.Tvl_networkEth__XpAsO:hover {
  filter: brightness(1)
}

.Tvl_result__-kO2V {
  background: #fff;
  border-radius: 8px;
  box-shadow: inset 0 -1px 2px #0000000d, inset 0 -1px 1px #0000000a, inset 0 2px 0 #ffffff40;
  color: #1a1d1f;
  font-size: 16px;
  font-weight: 600;
  height: 32px;
  left: 0;
  padding-left: 10px;
  width: 156px
}

.dark-mode .Tvl_result__-kO2V {
  background: #1a1d1f;
  box-shadow: inset 0 -1px 2px #0000000d, inset 0 -1px 1px #0000000a, inset 0 1px 0 #ffffff14;
  color: #fcfcfc
}

@media only screen and (max-width:767px) {
  .Tvl_result__-kO2V {
    display: none
  }
}

.Tvl_result__-kO2V:hover {
  color: #0050b0
}

.Tvl_direction__KvCZ1 {
  left: 10px
}

.Tvl_direction__KvCZ1 svg {
  fill: #0050b0
}

.Tvl_direction__KvCZ1:hover {
  transform: translate(-2px, -50%)
}

.Tvl_close__Z-BPT {
  height: 32px;
  right: 10px;
  width: 32px
}

.Tvl_close__Z-BPT svg {
  fill: #9a9fa5
}

.Tvl_close__Z-BPT:hover svg {
  fill: #ff6a55
}

.Tvl_close__Z-BPT,
.Tvl_direction__KvCZ1 {
  opacity: 0;
  visibility: hidden
}

.Tvl_input__fUHD0 {
  background: #f4f4f4;
  border: 2px solid #0000;
  border-radius: 12px;
  color: #1a1d1f;
  display: none;
  font-size: 15px;
  font-weight: 600;
  height: 48px;
  line-height: 1.6;
  padding: 0;
  transition: all .2s;
  width: 100px
}

.dark-mode .Tvl_input__fUHD0 {
  background: #272b30;
  color: #fcfcfc
}

.Tvl_input__fUHD0::placeholder {
  color: #9a9fa5
}

.Tvl_input__fUHD0:focus {
  background: #fff;
  border-color: #0050b0
}

.dark-mode .Tvl_input__fUHD0:focus {
  background: #111315
}

.Tvl_body__1CIeQ {
  background: #fff;
  border: 1px solid #0000;
  border-radius: 16px;
  box-shadow: 0 0 14px -4px #0000000d, 0 32px 48px -8px #0000001a;
  left: -12px;
  opacity: 0;
  padding: 84px 12px 12px;
  position: absolute;
  right: -12px;
  top: -12px;
  transition: all .2s;
  visibility: hidden
}

@media only screen and (max-width:767px) {
  .Tvl_body__1CIeQ {
    border-radius: 0;
    border-top: 1px solid #efefef;
    box-shadow: 0 12px 32px #1113150d;
    left: 0;
    max-height: calc(100vh - 152px);
    overflow: auto;
    padding: 16px 8px;
    right: 0;
    top: 100%
  }
}

.dark-mode .Tvl_body__1CIeQ {
  background: #1a1d1f;
  border-color: #272b30
}

.Tvl_box__5xQic:not(:last-child) {
  border-bottom: 1px solid #efefef;
  margin-bottom: 24px;
  padding-bottom: 24px
}

.dark-mode .Tvl_box__5xQic:not(:last-child) {
  border-color: #272b30
}

@media only screen and (max-width:767px) {
  .Tvl_box__5xQic:not(:last-child) {
    margin-bottom: 16px;
    padding-bottom: 16px
  }
}

.Tvl_category__ju7ao {
  color: #6f767e;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308;
  margin-bottom: 12px;
  padding-left: 12px
}

.Tooltip_tooltip__YRnOd {
  cursor: pointer;
  display: inline-block;
  margin-left: 0
}

.Tooltip_tooltip__YRnOd .Tooltip_tooltipWpapper__BxiTq {
  border-radius: 4px;
  box-shadow: 0 2px 4px #0000001a, inset 0 0 1px #000;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 12px
}

.ConnectWalletModal_modal__kwnHc {
  animation: ConnectWalletModal_showModal__BNktA .4s forwards;
  background: #f4f4f4cc;
  display: flex;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: auto;
  padding: 48px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 88
}

@media only screen and (max-width:767px) {
  .ConnectWalletModal_modal__kwnHc {
    padding: 16px
  }
}

.dark-mode .ConnectWalletModal_modal__kwnHc {
  background: #272b30e6
}

@keyframes ConnectWalletModal_showModal__BNktA {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.ConnectWalletModal_outer__PLrci {
  background: #fcfcfc;
  border-radius: 16px;
  box-shadow: 0 0 14px -4px #0000000d, 0 32px 48px -8px #0000001a;
  margin: auto;
  max-width: 408px;
  position: relative;
  width: 100%;
  z-index: 2
}

.dark-mode .ConnectWalletModal_outer__PLrci {
  background: #1a1d1f
}

@media only screen and (max-width:767px) {
  .ConnectWalletModal_outer__PLrci {
    box-shadow: none
  }
}

.ConnectWalletModal_outer__PLrci>div {
  padding: 26px 24px 24px
}

.ConnectWalletModal_close__OfmJP {
  background: #efefef;
  border-radius: 50%;
  font-size: 0;
  height: 36px;
  position: absolute;
  right: 24px;
  top: 24px;
  width: 36px
}

.ConnectWalletModal_close__OfmJP svg {
  fill: #33383f;
  transition: transform .2s
}

.dark-mode .ConnectWalletModal_close__OfmJP {
  background: #272b30
}

.dark-mode .ConnectWalletModal_close__OfmJP svg {
  fill: #fcfcfc
}

.ConnectWalletModal_close__OfmJP:hover svg {
  transform: rotate(90deg)
}

.ConnectWalletModal_wrapper__kDf4f {
  border-top: 1px solid #efefef;
  margin-top: 24px;
  padding-top: 14px
}

.dark-mode .ConnectWalletModal_wrapper__kDf4f {
  border-color: #272b30
}

.ConnectWalletModal_error__LCl2l {
  color: #ff6a55;
  margin-bottom: 10px;
  margin-top: 20px;
  text-align: center
}

.ConnectWalletModal_button__Fgj3h {
  background: #0000;
  border: 1px solid #272b30;
  display: inline-flex;
  font-size: 15px;
  height: auto;
  justify-content: flex-start;
  margin-top: 10px;
  padding: 20px;
  width: 100%
}

.ConnectWalletModal_button__Fgj3h:hover {
  background-color: #272b30
}

.ConnectWalletModal_button__Fgj3h .ConnectWalletModal_loader__QoN0Z {
  margin-right: 18px;
  transform: scale(.8)
}

.ConnectWalletModal_walletIcon__6Q7Jc {
  height: 30px;
  margin-right: 18px;
  width: 30px
}

.Loader_loaderWhite__b4QqZ,
.Loader_loader__IQiz- {
  border-radius: 50%;
  font-size: 4px;
  height: 1em;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  width: 1em
}

.Loader_loaderWhite__b4QqZ,
.Loader_loader__IQiz- {
  animation: Loader_loader__IQiz- 1.1s ease infinite
}

.Loader_loaderWhite__b4QqZ,
.dark-mode .Loader_loader__IQiz- {
  animation-name: Loader_loader-white__jqqz1
}

@keyframes Loader_loader__IQiz- {

  0%,
  to {
    box-shadow: 0 -2.6em 0 0 #777e90, 1.8em -1.8em 0 0 #777e9033, 2.5em 0 0 0 #777e9033, 1.75em 1.75em 0 0 #777e9033, 0 2.5em 0 0 #777e9033, -1.8em 1.8em 0 0 #777e9033, -2.6em 0 0 0 #777e9080, -1.8em -1.8em 0 0 #777e90b3
  }

  12.5% {
    box-shadow: 0 -2.6em 0 0 #777e90b3, 1.8em -1.8em 0 0 #777e90, 2.5em 0 0 0 #777e9033, 1.75em 1.75em 0 0 #777e9033, 0 2.5em 0 0 #777e9033, -1.8em 1.8em 0 0 #777e9033, -2.6em 0 0 0 #777e9033, -1.8em -1.8em 0 0 #777e9080
  }

  25% {
    box-shadow: 0 -2.6em 0 0 #777e9080, 1.8em -1.8em 0 0 #777e90b3, 2.5em 0 0 0 #777e90, 1.75em 1.75em 0 0 #777e9033, 0 2.5em 0 0 #777e9033, -1.8em 1.8em 0 0 #777e9033, -2.6em 0 0 0 #777e9033, -1.8em -1.8em 0 0 #777e9033
  }

  37.5% {
    box-shadow: 0 -2.6em 0 0 #777e9033, 1.8em -1.8em 0 0 #777e9080, 2.5em 0 0 0 #777e90b3, 1.75em 1.75em 0 0 #777e90, 0 2.5em 0 0 #777e9033, -1.8em 1.8em 0 0 #777e9033, -2.6em 0 0 0 #777e9033, -1.8em -1.8em 0 0 #777e9033
  }

  50% {
    box-shadow: 0 -2.6em 0 0 #777e9033, 1.8em -1.8em 0 0 #777e9033, 2.5em 0 0 0 #777e9080, 1.75em 1.75em 0 0 #777e90b3, 0 2.5em 0 0 #777e90, -1.8em 1.8em 0 0 #777e9033, -2.6em 0 0 0 #777e9033, -1.8em -1.8em 0 0 #777e9033
  }

  62.5% {
    box-shadow: 0 -2.6em 0 0 #777e9033, 1.8em -1.8em 0 0 #777e9033, 2.5em 0 0 0 #777e9033, 1.75em 1.75em 0 0 #777e9080, 0 2.5em 0 0 #777e90b3, -1.8em 1.8em 0 0 #777e90, -2.6em 0 0 0 #777e9033, -1.8em -1.8em 0 0 #777e9033
  }

  75% {
    box-shadow: 0 -2.6em 0 0 #777e9033, 1.8em -1.8em 0 0 #777e9033, 2.5em 0 0 0 #777e9033, 1.75em 1.75em 0 0 #777e9033, 0 2.5em 0 0 #777e9080, -1.8em 1.8em 0 0 #777e90b3, -2.6em 0 0 0 #777e90, -1.8em -1.8em 0 0 #777e9033
  }

  87.5% {
    box-shadow: 0 -2.6em 0 0 #777e9033, 1.8em -1.8em 0 0 #777e9033, 2.5em 0 0 0 #777e9033, 1.75em 1.75em 0 0 #777e9033, 0 2.5em 0 0 #777e9033, -1.8em 1.8em 0 0 #777e9080, -2.6em 0 0 0 #777e90b3, -1.8em -1.8em 0 0 #777e90
  }
}

@keyframes Loader_loader-white__jqqz1 {

  0%,
  to {
    box-shadow: 0 -2.6em 0 0 #fff, 1.8em -1.8em 0 0 #fff3, 2.5em 0 0 0 #fff3, 1.75em 1.75em 0 0 #fff3, 0 2.5em 0 0 #fff3, -1.8em 1.8em 0 0 #fff3, -2.6em 0 0 0 #ffffff80, -1.8em -1.8em 0 0 #ffffffb3
  }

  12.5% {
    box-shadow: 0 -2.6em 0 0 #ffffffb3, 1.8em -1.8em 0 0 #fff, 2.5em 0 0 0 #fff3, 1.75em 1.75em 0 0 #fff3, 0 2.5em 0 0 #fff3, -1.8em 1.8em 0 0 #fff3, -2.6em 0 0 0 #fff3, -1.8em -1.8em 0 0 #ffffff80
  }

  25% {
    box-shadow: 0 -2.6em 0 0 #ffffff80, 1.8em -1.8em 0 0 #ffffffb3, 2.5em 0 0 0 #fff, 1.75em 1.75em 0 0 #fff3, 0 2.5em 0 0 #fff3, -1.8em 1.8em 0 0 #fff3, -2.6em 0 0 0 #fff3, -1.8em -1.8em 0 0 #fff3
  }

  37.5% {
    box-shadow: 0 -2.6em 0 0 #fff3, 1.8em -1.8em 0 0 #ffffff80, 2.5em 0 0 0 #ffffffb3, 1.75em 1.75em 0 0 #fff, 0 2.5em 0 0 #fff3, -1.8em 1.8em 0 0 #fff3, -2.6em 0 0 0 #fff3, -1.8em -1.8em 0 0 #fff3
  }

  50% {
    box-shadow: 0 -2.6em 0 0 #fff3, 1.8em -1.8em 0 0 #fff3, 2.5em 0 0 0 #ffffff80, 1.75em 1.75em 0 0 #ffffffb3, 0 2.5em 0 0 #fff, -1.8em 1.8em 0 0 #fff3, -2.6em 0 0 0 #fff3, -1.8em -1.8em 0 0 #fff3
  }

  62.5% {
    box-shadow: 0 -2.6em 0 0 #fff3, 1.8em -1.8em 0 0 #fff3, 2.5em 0 0 0 #fff3, 1.75em 1.75em 0 0 #ffffff80, 0 2.5em 0 0 #ffffffb3, -1.8em 1.8em 0 0 #fff, -2.6em 0 0 0 #fff3, -1.8em -1.8em 0 0 #fff3
  }

  75% {
    box-shadow: 0 -2.6em 0 0 #fff3, 1.8em -1.8em 0 0 #fff3, 2.5em 0 0 0 #fff3, 1.75em 1.75em 0 0 #fff3, 0 2.5em 0 0 #ffffff80, -1.8em 1.8em 0 0 #ffffffb3, -2.6em 0 0 0 #fff, -1.8em -1.8em 0 0 #fff3
  }

  87.5% {
    box-shadow: 0 -2.6em 0 0 #fff3, 1.8em -1.8em 0 0 #fff3, 2.5em 0 0 0 #fff3, 1.75em 1.75em 0 0 #fff3, 0 2.5em 0 0 #fff3, -1.8em 1.8em 0 0 #ffffff80, -2.6em 0 0 0 #ffffffb3, -1.8em -1.8em 0 0 #fff
  }
}

.Network_network__bM65h {
  position: relative
}

@media only screen and (max-width:767px) {
  .Network_network__bM65h {
    position: static
  }
}

.Network_network__bM65h.Network_active__qxVlg .Network_body__ANtrO {
  opacity: 1;
  transform: translateY(0);
  visibility: visible
}

.Network_pointer__9bHX5 {
  align-items: center;
  color: gray;
  cursor: pointer;
  display: flex
}

.Network_pointer__9bHX5.Network_active__qxVlg,
.Network_pointer__9bHX5:hover {
  color: inherit
}

.Network_head__9GU4G {
  align-items: center;
  display: flex;
  justify-content: space-between
}

.Network_head__9GU4G div {
  align-items: center;
  display: flex;
  justify-content: center
}

.Network_head__9GU4G img {
  height: 30px;
  margin-right: 12px
}

.Network_body__ANtrO {
  background: #fff;
  border: 1px solid #0000;
  border-radius: 16px;
  box-shadow: 0 40px 64px -12px #00000014, 0 0 14px -4px #0000000d, 0 32px 48px -8px #0000001a;
  opacity: 0;
  padding: 16px;
  position: absolute;
  right: -20px;
  top: calc(100% + 18px);
  transform: translateY(3px);
  transition: all .2s;
  visibility: hidden;
  width: 200px
}

.Network_body__ANtrO.Network_expand__TOKs4 {
  width: 300px
}

@media only screen and (max-width:1339px) {
  .Network_body__ANtrO {
    border-radius: 12px;
    right: 0;
    top: calc(100% + 15px)
  }
}

@media only screen and (max-width:767px) {
  .Network_body__ANtrO {
    left: 1%;
    padding: 12px 16px 20px;
    right: 1%;
    top: 100%;
    width: 96% !important
  }
}

.dark-mode .Network_body__ANtrO {
  background: #111315;
  border-color: #272b30
}

.Network_body__ANtrO:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10' fill='none'%3E%3Cpath d='M6.927 1.687 0 10h20l-6.927-8.313a4 4 0 0 0-6.146 0z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;
  bottom: 100%;
  content: "";
  height: 10px;
  position: absolute;
  right: 90px;
  width: 20px
}

@media only screen and (max-width:1339px) {
  .Network_body__ANtrO:before {
    right: 13px
  }
}

@media only screen and (max-width:767px) {
  .Network_body__ANtrO:before {
    right: 400px
  }
}

@media only screen and (max-width:1023px) {
  .Network_body__ANtrO:before {
    right: 150px
  }
}

.dark-mode .Network_body__ANtrO:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10' fill='none'%3E%3Cpath d='M6.927 1.687 0 10h20l-6.927-8.313a4 4 0 0 0-6.146 0z' fill='%23111315'/%3E%3C/svg%3E")
}

.Network_body__ANtrO:not(:last-child) {
  border-bottom: 1px solid #efefef;
  margin-bottom: 12px;
  padding-bottom: 12px
}

@media only screen and (max-width:767px) {
  .Network_body__ANtrO:not(:last-child) {
    margin-bottom: 8px;
    padding-bottom: 8px
  }
}

.dark-mode .Network_body__ANtrO:not(:last-child) {
  border-color: #272b30
}

.Network_item__oN1qa {
  align-items: center;
  border-radius: 12px;
  color: #6f767e;
  display: flex;
  font-size: 15px;
  font-weight: 600;
  height: 48px;
  justify-content: space-between;
  line-height: 1.6;
  padding: 0 12px;
  transition: all .2s;
  width: 100%
}

.Network_item__oN1qa svg {
  fill: #6f767e;
  margin-right: 12px;
  transition: fill .2s
}

.Network_item__oN1qa:hover {
  background-color: #272b30
}

.Network_item__oN1qa:hover .Network_chain__ADgVS {
  color: #1a1d1f
}

.Network_item__oN1qa:hover svg {
  fill: #1a1d1f
}

.dark-mode .Network_item__oN1qa:hover .Network_chain__ADgVS {
  color: #fcfcfc
}

.dark-mode .Network_item__oN1qa:hover svg {
  fill: #fcfcfc
}

.Network_icon__LKlrU {
  height: 25px;
  margin-right: 12px
}

.Network_svgIcon__fmt7P {
  fill: #37af6c;
  margin-left: 10px;
  transition: transform .3s ease
}

.Network_svgIcon__fmt7P.Network_active__qxVlg {
  transform: rotate(180deg)
}

@media only screen and (max-width:639px) {
  .Network_svgIcon__fmt7P {
    margin-left: -5px
  }
}

.Network_connected__4dfyj {
  align-items: center;
  display: flex;
  position: relative
}

.Network_connected__4dfyj:before {
  background: #83bf6e;
  border-radius: 50%;
  content: "";
  height: 12px;
  left: -18px;
  position: absolute;
  width: 12px
}

.Network_chainIcon__Wllly {
  position: relative
}

.Network_chainIcon__Wllly:before {
  background: #83bf6e;
  border-radius: 50%;
  content: "";
  height: 13px;
  position: absolute;
  right: 10px;
  top: -2px;
  width: 13px
}

@media only screen and (max-width:639px) {
  .Network_chainLabel__wrYgj {
    display: none
  }
}

.Sidebar_sidebar__DiVEr {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  align-items: stretch;
  background: #fcfcfc;
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  margin-bottom: -40px !important;
  overflow: auto;
  padding: 24px;
  padding-bottom: -40px !important;
  position: fixed;
  scrollbar-width: none;
  top: 0;
  width: 340px;
  z-index: 14
}

.Sidebar_sidebar__DiVEr::-webkit-scrollbar {
  display: none
}

@media only screen and (max-width:2000px) {
  .Sidebar_sidebar__DiVEr {
    align-items: center;
    margin-bottom: -40px !important;
    padding-bottom: -40px !important;
    width: 96px
  }
}

@media only screen and (max-width:767px) {
  .Sidebar_sidebar__DiVEr {
    align-items: stretch;
    width: 100%
  }
}

.dark-mode .Sidebar_sidebar__DiVEr {
  background: #1a1d1f
}

@media only screen and (max-width:2000px) {
  .Sidebar_sidebar__DiVEr.Sidebar_expand__QkrCZ {
    width: 340px
  }
}

@media only screen and (max-width:2000px)and (max-width:2000px) {
  .Sidebar_sidebar__DiVEr.Sidebar_expand__QkrCZ .Sidebar_loger__M5okG {
    display: block
  }
}

@media only screen and (max-width:2000px) {
  .Sidebar_sidebar__DiVEr.Sidebar_expand__QkrCZ .Sidebar_expandToggle__B4D81 svg {
    fill: #1a1d1f
  }

  .Sidebar_sidebar__DiVEr.Sidebar_expand__QkrCZ .Sidebar_expandToggle__B4D81 svg:first-child {
    display: none
  }

  .Sidebar_sidebar__DiVEr.Sidebar_expand__QkrCZ .Sidebar_expandToggle__B4D81 svg:nth-child(2) {
    fill: #6f767e;
    display: inline-block
  }
}

@media only screen and (max-width:1259px) {
  .Sidebar_sidebar__DiVEr.Sidebar_active__kgQDT {
    box-shadow: 4px 0 32px #1113150d;
    width: 300px
  }
}

@media only screen and (max-width:1259px)and (max-width:2000px) {
  .Sidebar_sidebar__DiVEr.Sidebar_active__kgQDT .Sidebar_loger__M5okG {
    display: none
  }
}

@media only screen and (max-width:1259px) {
  .Sidebar_sidebar__DiVEr.Sidebar_active__kgQDT .Sidebar_toggle__9IQ9P {
    position: absolute;
    right: 16px;
    top: 16px
  }

  .Sidebar_sidebar__DiVEr.Sidebar_active__kgQDT .Sidebar_toggle__9IQ9P svg {
    fill: #1a1d1f
  }

  .Sidebar_sidebar__DiVEr.Sidebar_active__kgQDT .Sidebar_toggle__9IQ9P svg:first-child {
    display: none
  }

  .Sidebar_sidebar__DiVEr.Sidebar_active__kgQDT .Sidebar_toggle__9IQ9P svg:nth-child(2) {
    fill: #6f767e;
    display: inline-block
  }
}

@media only screen and (max-width:2000px) {

  .Sidebar_sidebar__DiVEr.Sidebar_active__kgQDT,
  .Sidebar_sidebar__DiVEr.Sidebar_expand__QkrCZ {
    align-items: stretch
  }

  .Sidebar_sidebar__DiVEr.Sidebar_active__kgQDT .Sidebar_item__lvsEk,
  .Sidebar_sidebar__DiVEr.Sidebar_active__kgQDT .Sidebar_link__glS71,
  .Sidebar_sidebar__DiVEr.Sidebar_expand__QkrCZ .Sidebar_item__lvsEk,
  .Sidebar_sidebar__DiVEr.Sidebar_expand__QkrCZ .Sidebar_link__glS71 {
    font-size: 15px;
    width: 100%
  }

  .Sidebar_sidebar__DiVEr.Sidebar_active__kgQDT .Sidebar_item__lvsEk svg,
  .Sidebar_sidebar__DiVEr.Sidebar_active__kgQDT .Sidebar_link__glS71 svg,
  .Sidebar_sidebar__DiVEr.Sidebar_expand__QkrCZ .Sidebar_item__lvsEk svg,
  .Sidebar_sidebar__DiVEr.Sidebar_expand__QkrCZ .Sidebar_link__glS71 svg {
    margin-right: 12px
  }

  .Sidebar_sidebar__DiVEr.Sidebar_active__kgQDT .Sidebar_counter__UnZBs,
  .Sidebar_sidebar__DiVEr.Sidebar_expand__QkrCZ .Sidebar_counter__UnZBs {
    display: block
  }
}

@media only screen and (max-width:767px) {

  .Sidebar_sidebar__DiVEr.Sidebar_active__kgQDT,
  .Sidebar_sidebar__DiVEr.Sidebar_expand__QkrCZ {
    width: 100%
  }
}

.Sidebar_logo__DhWp\+ {
  display: flex;
  margin-bottom: 24px
}

@media only screen and (max-width:1339px) {
  .Sidebar_logo__DhWp\+ {
    margin-bottom: 24px;
    margin-left: 0;
    margin-top: 10px
  }
}

@media only screen and (max-width:767px) {
  .Sidebar_logo__DhWp\+ {
    margin-left: auto
  }
}

.Sidebar_audit__39Hdk {
  margin-right: 12px;
  width: 24px
}

.Sidebar_audit__39Hdk:hover {
  filter: brightness(2)
}

.Sidebar_icon__KJ\+f9 {
  width: 45px
}

.Sidebar_icon__KJ\+f9:hover {
  filter: brightness(2)
}

.Sidebar_loger__M5okG {
  margin-left: 12px;
  margin-top: 8px;
  width: 190px
}

@media only screen and (max-width:2000px) {
  .Sidebar_loger__M5okG {
    display: none
  }
}

.Sidebar_menu__NL1dV {
  display: flex;
  flex-direction: column;
  margin-bottom: auto
}

.Sidebar_dropdown__cZ3m\+,
.Sidebar_item__lvsEk {
  margin-bottom: 8px
}

.Sidebar_item__lvsEk,
.Sidebar_link__glS71 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  align-items: center;
  border-radius: 12px;
  color: #6f767e;
  display: flex;
  font-size: 15px;
  font-weight: 600;
  height: 48px;
  padding: 0 12px;
  transition: background .2s, box-shadow .2s, color .2s;
  white-space: nowrap;
  width: 100%
}

@media only screen and (max-width:2000px) {

  .Sidebar_item__lvsEk,
  .Sidebar_link__glS71 {
    font-size: 0;
    width: 48px
  }
}

@media only screen and (max-width:767px) {

  .Sidebar_item__lvsEk,
  .Sidebar_link__glS71 {
    font-size: 15px;
    width: 100%
  }
}

.Sidebar_item__lvsEk svg,
.Sidebar_link__glS71 svg {
  fill: #6f767e;
  margin-right: 12px;
  transition: fill .2s
}

@media only screen and (max-width:2000px) {

  .Sidebar_item__lvsEk svg,
  .Sidebar_link__glS71 svg {
    margin-right: 0
  }
}

@media only screen and (max-width:767px) {

  .Sidebar_item__lvsEk svg,
  .Sidebar_link__glS71 svg {
    margin-right: 12px
  }
}

.Sidebar_item__lvsEk:hover,
.Sidebar_item__lvsEk:hover>svg,
.Sidebar_link__glS71:hover,
.Sidebar_link__glS71:hover>svg {
  filter: brightness(2)
}

.Sidebar_item__lvsEk.Sidebar_active__kgQDT,
.Sidebar_link__glS71.Sidebar_active__kgQDT {
  color: #1a1d1f
}

.Sidebar_item__lvsEk.Sidebar_active__kgQDT svg,
.Sidebar_link__glS71.Sidebar_active__kgQDT svg {
  fill: #1a1d1f
}

.dark-mode .Sidebar_item__lvsEk.Sidebar_active__kgQDT,
.dark-mode .Sidebar_link__glS71.Sidebar_active__kgQDT {
  color: #fcfcfc
}

.dark-mode .Sidebar_item__lvsEk.Sidebar_active__kgQDT svg,
.dark-mode .Sidebar_link__glS71.Sidebar_active__kgQDT svg {
  fill: #fcfcfc
}

.Sidebar_item__lvsEk.Sidebar_active__kgQDT,
.Sidebar_link__glS71.Sidebar_active__kgQDT {
  background: #efefef;
  box-shadow: inset 0 -2px 1px #0000000d, inset 0 1px 1px #fff
}

.dark-mode .Sidebar_item__lvsEk.Sidebar_active__kgQDT,
.dark-mode .Sidebar_link__glS71.Sidebar_active__kgQDT {
  background: #272b30;
  box-shadow: inset 0 -2px 1px #0006, inset 0 1px 1px #ffffff1c
}

.Sidebar_toggle__9IQ9P {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: none;
  height: 48px;
  width: 48px
}

@media only screen and (max-width:1259px) {
  .Sidebar_toggle__9IQ9P {
    display: inline-block
  }
}

@media only screen and (max-width:767px) {
  .Sidebar_toggle__9IQ9P {
    display: none
  }
}

.Sidebar_toggle__9IQ9P svg {
  fill: #6f767e
}

.Sidebar_toggle__9IQ9P svg:nth-child(2) {
  display: none
}

.Sidebar_expandToggle__B4D81 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: none;
  height: 48px;
  width: 100%
}

@media only screen and (max-width:2000px) {
  .Sidebar_expandToggle__B4D81 {
    display: inline-block
  }
}

@media only screen and (max-width:1259px) {
  .Sidebar_expandToggle__B4D81 {
    display: none
  }
}

.Sidebar_expandToggle__B4D81 svg {
  fill: #6f767e
}

.Sidebar_close__B\+BzU,
.Sidebar_expandToggle__B4D81 svg:nth-child(2) {
  display: none
}

@media only screen and (max-width:767px) {
  .Sidebar_close__B\+BzU {
    display: block;
    height: 48px;
    left: 16px;
    position: absolute;
    top: 16px;
    width: 48px
  }

  .Sidebar_close__B\+BzU svg {
    fill: #1a1d1f
  }

  .dark-mode .Sidebar_close__B\+BzU svg {
    fill: #fcfcfc
  }
}

.Sidebar_foot__SS-RK {
  border-top: 2px solid #f4f4f4;
  margin-top: 24px;
  padding-top: 18px
}

@media only screen and (max-width:1259px) {
  .Sidebar_foot__SS-RK {
    margin-top: 12px;
    padding-top: 12px
  }
}

.dark-mode .Sidebar_foot__SS-RK {
  border-color: #272b30
}

.Sidebar_theme__USfbI {
  margin-top: 16px
}

.Sidebar_counter__UnZBs {
  background: #cabdff;
  border-radius: 6px;
  color: #1a1d1f;
  flex-shrink: 0;
  line-height: 24px;
  margin-left: auto;
  min-width: 24px;
  text-align: center
}

@media only screen and (max-width:2000px) {
  .Sidebar_counter__UnZBs {
    display: none
  }
}

@media only screen and (max-width:767px) {
  .Sidebar_counter__UnZBs {
    display: block
  }
}

@media only screen and (max-width:1259px) {
  .Sidebar_overlay__91rNY {
    background: #f4f4f4cc;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all .2s;
    visibility: hidden;
    z-index: 12
  }

  .dark-mode .Sidebar_overlay__91rNY {
    background: #272b30e6
  }

  .Sidebar_overlay__91rNY.Sidebar_active__kgQDT {
    opacity: 1;
    visibility: visible
  }
}

@media only screen and (max-width:767px) {
  .Sidebar_overlay__91rNY {
    display: none
  }
}

.Dropdown_dropdown__kgOIz.Dropdown_active__Pnsv7 .Dropdown_head__LmStP svg:last-child {
  transform: rotate(180deg)
}

.Dropdown_dropdown__kgOIz.Dropdown_active__Pnsv7 .Dropdown_body__lZJmL {
  display: block
}

@media only screen and (max-width:2000px) {
  .Dropdown_dropdown__kgOIz.Dropdown_active__Pnsv7 .Dropdown_body__lZJmL {
    display: none
  }
}

@media only screen and (max-width:767px) {
  .Dropdown_dropdown__kgOIz.Dropdown_active__Pnsv7 .Dropdown_body__lZJmL {
    display: block
  }
}

@media only screen and (max-width:2000px) {
  .Dropdown_dropdown__kgOIz.Dropdown_wide__G\+uV8 .Dropdown_head__LmStP {
    font-size: 15px
  }

  .Dropdown_dropdown__kgOIz.Dropdown_wide__G\+uV8 .Dropdown_head__LmStP svg:first-child {
    margin-right: 12px
  }

  .Dropdown_dropdown__kgOIz.Dropdown_wide__G\+uV8 .Dropdown_head__LmStP svg:last-child {
    display: inline-block
  }

  .Dropdown_dropdown__kgOIz.Dropdown_wide__G\+uV8 .Dropdown_add__Uo6dO {
    display: flex
  }

  .Dropdown_dropdown__kgOIz.Dropdown_wide__G\+uV8.Dropdown_active__Pnsv7 .Dropdown_body__lZJmL {
    display: block
  }
}

.Dropdown_top__Bg4kV {
  position: relative
}

.Dropdown_top__Bg4kV.Dropdown_active__Pnsv7 .Dropdown_head__LmStP {
  background: #efefef;
  box-shadow: inset 0 -2px 1px #0000000d, inset 0 1px 1px #fff;
  color: #1a1d1f
}

.dark-mode .Dropdown_top__Bg4kV.Dropdown_active__Pnsv7 .Dropdown_head__LmStP {
  background: #272b30;
  box-shadow: inset 0 -2px 1px #0006, inset 0 1px 1px #ffffff1c;
  color: #fcfcfc
}

.Dropdown_head__LmStP {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  align-items: center;
  border-radius: 12px;
  color: #6f767e;
  display: flex;
  font-size: 15px;
  font-weight: 600;
  height: 48px;
  line-height: 1.6;
  padding: 0 12px;
  transition: background .2s, box-shadow .2s, color .2s;
  white-space: nowrap;
  width: 100%
}

@media only screen and (max-width:2000px) {
  .Dropdown_head__LmStP {
    font-size: 0
  }
}

@media only screen and (max-width:767px) {
  .Dropdown_head__LmStP {
    font-size: 15px
  }
}

.Dropdown_head__LmStP:hover {
  color: #1a1d1f
}

.Dropdown_head__LmStP:hover svg {
  fill: #1a1d1f
}

.dark-mode .Dropdown_head__LmStP:hover {
  color: #fcfcfc
}

.dark-mode .Dropdown_head__LmStP:hover svg {
  fill: #fcfcfc
}

@media only screen and (max-width:2000px) {
  .Dropdown_head__LmStP.Dropdown_active__Pnsv7:not(.Dropdown_wide__G\+uV8) {
    background: #efefef;
    box-shadow: inset 0 -2px 1px #0000000d, inset 0 1px 1px #fff;
    color: #1a1d1f
  }
}

@media only screen and (max-width:767px) {
  .Dropdown_head__LmStP.Dropdown_active__Pnsv7:not(.Dropdown_wide__G\+uV8) {
    background: none;
    box-shadow: none;
    color: #6f767e
  }
}

@media only screen and (max-width:2000px) {
  .dark-mode .Dropdown_head__LmStP.Dropdown_active__Pnsv7:not(.Dropdown_wide__G\+uV8) {
    background: #272b30;
    box-shadow: inset 0 -2px 1px #0006, inset 0 1px 1px #ffffff1c;
    color: #fcfcfc
  }

  .dark-mode .Dropdown_head__LmStP.Dropdown_active__Pnsv7:not(.Dropdown_wide__G\+uV8) svg {
    fill: #fcfcfc
  }
}

@media only screen and (max-width:767px) {
  .dark-mode .Dropdown_head__LmStP.Dropdown_active__Pnsv7:not(.Dropdown_wide__G\+uV8) {
    background: none;
    box-shadow: none;
    color: #6f767e
  }

  .dark-mode .Dropdown_head__LmStP.Dropdown_active__Pnsv7:not(.Dropdown_wide__G\+uV8) svg {
    fill: #6f767e
  }
}

.Dropdown_head__LmStP svg {
  fill: #6f767e;
  flex-shrink: 0;
  transition: transform .2s, fill .2s
}

.Dropdown_head__LmStP svg:first-child {
  margin-right: 12px
}

@media only screen and (max-width:2000px) {
  .Dropdown_head__LmStP svg:first-child {
    margin-right: 0
  }
}

@media only screen and (max-width:767px) {
  .Dropdown_head__LmStP svg:first-child {
    margin-right: 12px
  }
}

.Dropdown_head__LmStP svg:last-child {
  margin-left: auto
}

@media only screen and (max-width:2000px) {
  .Dropdown_head__LmStP svg:last-child {
    display: none
  }
}

@media only screen and (max-width:767px) {
  .Dropdown_head__LmStP svg:last-child {
    display: inline-block
  }
}

.Dropdown_add__Uo6dO {
  align-items: center;
  border: 2px solid #efefef;
  border-radius: 50%;
  display: flex;
  font-size: 0;
  height: 24px;
  justify-content: center;
  position: absolute;
  right: 48px;
  top: 50%;
  transform: translateY(-50%);
  transition: border-color .2s;
  width: 24px
}

@media only screen and (max-width:2000px) {
  .Dropdown_add__Uo6dO {
    display: none
  }
}

@media only screen and (max-width:767px) {
  .Dropdown_add__Uo6dO {
    display: flex
  }
}

.dark-mode .Dropdown_add__Uo6dO {
  border-color: #33383f
}

.Dropdown_add__Uo6dO svg {
  fill: #6f767e;
  transition: fill .2s
}

.Dropdown_add__Uo6dO:hover {
  border-color: #1a1d1f
}

.Dropdown_add__Uo6dO:hover svg {
  fill: #1a1d1f
}

.dark-mode .Dropdown_add__Uo6dO:hover {
  border-color: #9a9fa5
}

.dark-mode .Dropdown_add__Uo6dO:hover svg {
  fill: #9a9fa5
}

.Dropdown_add__Uo6dO.Dropdown_active__Pnsv7 {
  border-color: #9a9fa5
}

.Dropdown_add__Uo6dO.Dropdown_active__Pnsv7 svg {
  fill: #9a9fa5
}

.Dropdown_body__lZJmL {
  display: none;
  padding-left: 36px;
  position: relative
}

.Dropdown_body__lZJmL:before {
  background: #efefef;
  border-radius: 2px;
  bottom: 32px;
  content: "";
  left: 23px;
  position: absolute;
  top: 0;
  width: 2px
}

.dark-mode .Dropdown_body__lZJmL:before {
  background: #272b30
}

.Dropdown_link__JWdqu {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  align-items: center;
  border-radius: 12px;
  color: #6f767e;
  display: flex;
  height: 48px;
  padding: 0 12px;
  position: relative;
  transition: background .2s, box-shadow .2s, color .2s
}

.Dropdown_link__JWdqu:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none'%3E%3Cpath d='M1 1v4a8 8 0 0 0 8 8h4' stroke='%23efefef' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;
  content: "";
  height: 12px;
  left: -13px;
  position: absolute;
  top: 12px;
  width: 12px
}

.dark-mode .Dropdown_link__JWdqu:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none'%3E%3Cpath d='M1 1v4a8 8 0 0 0 8 8h4' stroke='%23272B30' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")
}

.Dropdown_link__JWdqu svg {
  fill: #1a1d1f;
  margin-left: auto;
  opacity: 0;
  transition: opacity .2s
}

.dark-mode .Dropdown_link__JWdqu svg {
  fill: #fcfcfc
}

.Dropdown_link__JWdqu:hover {
  color: #1a1d1f
}

.dark-mode .Dropdown_link__JWdqu:hover {
  color: #fcfcfc
}

.Dropdown_link__JWdqu.Dropdown_active__Pnsv7 {
  background: #efefef;
  box-shadow: inset 0 -2px 1px #0000000d, inset 0 1px 1px #fff;
  color: #1a1d1f
}

.dark-mode .Dropdown_link__JWdqu.Dropdown_active__Pnsv7 {
  background: #272b30;
  box-shadow: inset 0 -2px 1px #0006, inset 0 1px 1px #ffffff1c;
  color: #fcfcfc
}

.Dropdown_link__JWdqu.Dropdown_active__Pnsv7 svg {
  opacity: 1
}

.Dropdown_counter__lyYPg {
  border-radius: 6px;
  color: #1a1d1f;
  flex-shrink: 0;
  line-height: 24px;
  margin-left: auto;
  min-width: 24px;
  text-align: center
}

.Help_audit__Bb\+Lf {
  margin-right: 12px;
  width: 24px
}

.Help_audit__Bb\+Lf,
.Help_audit__Bb\+Lf:hover {
  filter: brightness(2)
}

.Help_help__s530v {
  -webkit-overflow-scrolling: touch;
  background: #fff;
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  overflow: auto;
  padding: 24px 12px;
  position: fixed;
  top: 0;
  transform: translateX(-100%);
  transition: transform .3s;
  width: 340px;
  z-index: 20
}

@media only screen and (max-width:1339px) {
  .Help_help__s530v {
    padding: 16px 8px;
    width: 320px
  }
}

@media only screen and (max-width:767px) {
  .Help_help__s530v {
    width: 100%
  }
}

.dark-mode .Help_help__s530v {
  background: #111315
}

.Help_help__s530v.Help_active__2NFN5 {
  transform: translateX(0)
}

@media only screen and (max-width:1259px) {
  .Help_help__s530v.Help_active__2NFN5 {
    box-shadow: 4px 0 32px #1113150d
  }
}

.Help_head__ChZiX {
  align-items: center;
  display: flex;
  margin-bottom: 12px;
  padding: 12px
}

.Help_head__ChZiX>svg {
  fill: #1a1d1f;
  margin-right: 12px
}

.dark-mode .Help_head__ChZiX>svg {
  fill: #fcfcfc
}

.Help_close__k\+Ysb {
  margin-left: auto
}

.Help_close__k\+Ysb svg {
  fill: #1a1d1f;
  transition: fill .2s
}

.dark-mode .Help_close__k\+Ysb svg {
  fill: #fcfcfc
}

.Help_close__k\+Ysb:hover svg {
  fill: #0050b0
}

.Help_list__5SvQY {
  border-top: 1px solid #efefef;
  margin-bottom: auto;
  padding: 24px 0
}

.dark-mode .Help_list__5SvQY {
  border-color: #6f767e33
}

.Help_menu__PmN75 {
  display: flex;
  flex-direction: column
}

.Help_link__dDL93 {
  align-items: center;
  border-radius: 12px;
  color: #6f767e;
  display: flex;
  height: 48px;
  padding: 0 12px;
  transition: all .2s
}

.Help_link__dDL93 svg {
  fill: #6f767e;
  transition: fill .2s
}

.Help_link__dDL93>svg {
  margin-right: 12px
}

.Help_link__dDL93:hover {
  color: #1a1d1f
}

.Help_link__dDL93:hover svg {
  fill: #1a1d1f
}

.dark-mode .Help_link__dDL93:hover {
  color: #fcfcfc
}

.dark-mode .Help_link__dDL93:hover svg {
  fill: #fcfcfc
}

.Help_link__dDL93:not(:last-child) {
  margin-bottom: 8px
}

@media only screen and (max-width:1339px) {
  .Help_link__dDL93:not(:last-child) {
    margin-bottom: 4px
  }
}

.Help_arrow__80dJ9 {
  margin-left: auto
}

.Help_counter__MIzVO {
  background: #ffbc99;
  border-radius: 6px;
  color: #1a1d1f;
  flex-shrink: 0;
  line-height: 24px;
  margin-left: auto;
  min-width: 24px;
  text-align: center
}

.Help_overlay__Wh7pQ {
  background: #f4f4f4cc;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all .2s;
  visibility: hidden;
  z-index: 14
}

.dark-mode .Help_overlay__Wh7pQ {
  background: #272b30e6
}

.Help_overlay__Wh7pQ.Help_active__2NFN5 {
  opacity: 1;
  visibility: visible
}

.Item_item__45Alh {
  align-items: center;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  padding: 12px;
  transition: all .2s
}

@media only screen and (max-width:1339px) {
  .Item_item__45Alh {
    padding: 6px
  }
}

.Item_item__45Alh:hover {
  background: #f4f4f4;
  box-shadow: 0 2px 4px #0000001a
}

.dark-mode .Item_item__45Alh:hover {
  background: #1a1d1f;
  box-shadow: none
}

.Item_item__45Alh:not(:last-child) {
  margin-bottom: 8px
}

.Item_preview__NV7hU {
  flex-shrink: 0;
  height: 72px;
  margin-right: 16px;
  width: 96px
}

.Item_preview__NV7hU img {
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.Item_title__j\+rU8 {
  margin-bottom: 8px
}

.Item_line__GY5hV {
  align-items: center;
  display: flex
}

.Item_status__wFNyE {
  color: #1a1d1f;
  margin-right: 4px
}

.Item_user__oS0-t {
  align-items: center;
  border: 1px solid #efefef;
  border-radius: 4px;
  display: flex;
  padding: 1px 8px 1px 1px
}

.dark-mode .Item_user__oS0-t {
  border-color: #272b30
}

.Item_avatar__3k-AU {
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  margin-right: 4px;
  width: 20px
}

.Item_avatar__3k-AU img {
  border-radius: 2px;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.Item_time__McLT\+ {
  color: #6f767e;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3333333333
}

.ModalProduct_modal__kDhgx {
  animation: ModalProduct_showModal__uYgni .4s forwards;
  background: #1a1d1f;
  display: flex;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: auto;
  padding: 112px 40px 56px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999
}

@media only screen and (max-width:1023px) {
  .ModalProduct_modal__kDhgx {
    padding: 112px 24px 56px
  }
}

@media only screen and (max-width:767px) {
  .ModalProduct_modal__kDhgx {
    padding: 148px 16px 32px
  }
}

.dark-mode .ModalProduct_modal__kDhgx {
  background: #111315
}

@keyframes ModalProduct_showModal__uYgni {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.ModalProduct_outer__sMa3l {
  margin: auto;
  max-width: 1124px;
  width: 100%
}

.ModalProduct_video__N-r26 video {
  border-radius: 12px;
  width: 100%
}

.ModalProduct_wrapper__SW88C {
  overflow: hidden;
  padding: 0 56px
}

@media only screen and (max-width:767px) {
  .ModalProduct_wrapper__SW88C {
    padding: 0
  }
}

.ModalProduct_preview__2ElNt {
  align-items: center;
  display: flex;
  height: 100%
}

.ModalProduct_preview__2ElNt img {
  border-radius: 16px;
  width: 100%
}

.ModalProduct_figcaption__jTb2W {
  color: #6f767e;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308;
  margin-top: 32px;
  text-align: center
}

@media only screen and (max-width:1259px) {
  .ModalProduct_figcaption__jTb2W {
    margin-top: 24px
  }
}

@media only screen and (max-width:767px) {
  .ModalProduct_figcaption__jTb2W {
    margin-top: 16px
  }
}

.Panel_panel__52B1J {
  align-items: center;
  display: flex;
  left: 40px;
  position: absolute;
  right: 40px;
  top: 40px
}

@media only screen and (max-width:1023px) {
  .Panel_panel__52B1J {
    left: 24px;
    right: 24px;
    top: 24px
  }
}

@media only screen and (max-width:767px) {
  .Panel_panel__52B1J {
    left: 16px;
    right: 16px;
    top: 24px
  }
}

@media only screen and (max-width:1023px) {
  .Panel_panel__52B1J.Panel_panelGallery__7PRtm {
    flex-wrap: wrap
  }

  .Panel_panel__52B1J.Panel_panelGallery__7PRtm .Panel_title__GMj\+k {
    flex-grow: 1;
    max-width: calc(100% - 96px);
    order: 1;
    padding-right: 24px;
    position: static;
    text-align: left;
    transform: translate(0)
  }

  .Panel_panel__52B1J.Panel_panelGallery__7PRtm .Panel_control__93qCz {
    align-self: flex-start;
    order: 2
  }

  .Panel_panel__52B1J.Panel_panelGallery__7PRtm .Panel_actions__WQR\+Y {
    margin-top: 20px;
    order: 3;
    width: 100%
  }
}

@media only screen and (max-width:767px) {
  .Panel_panel__52B1J.Panel_panelGallery__7PRtm .Panel_title__GMj\+k {
    padding: 0 16px 0 0
  }
}

.Panel_actions__WQR\+Y {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  margin-right: auto
}

.Panel_actions__WQR\+Y .Panel_button__vO8uW {
  margin-left: 12px
}

.Panel_favorite__Q6VIK {
  background: #efefef;
  border: 1px solid #fcfcfc;
  border-radius: 8px;
  color: #111315;
  font-size: 13px;
  font-weight: 700;
  height: 40px;
  line-height: 1.8461538462;
  padding: 0 16px;
  transition: all .2s
}

@media only screen and (max-width:767px) {
  .Panel_favorite__Q6VIK {
    border-radius: 50%;
    font-size: 0;
    padding: 0;
    width: 40px
  }
}

.dark-mode .Panel_favorite__Q6VIK {
  background: #0000;
  border-color: #f4f4f4
}

.Panel_favorite__Q6VIK svg {
  fill: #ff6a55;
  margin-right: 10px;
  transition: fill .2s
}

@media only screen and (max-width:767px) {
  .Panel_favorite__Q6VIK svg {
    margin-right: 0
  }
}

.Panel_favorite__Q6VIK:hover {
  background: #ff6a55;
  border-color: #ff6a55;
  color: #fcfcfc
}

.Panel_favorite__Q6VIK:hover svg {
  fill: #fcfcfc
}

.Panel_title__GMj\+k {
  color: #111315;
  flex-wrap: 600;
  font-size: 20px;
  left: 50%;
  line-height: 1.2;
  max-width: 550px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%)
}

@media only screen and (max-width:1259px) {
  .Panel_title__GMj\+k {
    max-width: 360px
  }
}

@media only screen and (max-width:767px) {
  .Panel_title__GMj\+k {
    flex-grow: 1;
    font-size: 15px;
    max-width: 100%;
    padding: 0 16px;
    position: static;
    transform: translate(0)
  }
}

.dark-mode .Panel_title__GMj\+k {
  color: #f4f4f4
}

.Panel_control__93qCz {
  align-items: center;
  display: flex;
  flex-shrink: 0
}

.Panel_close__0Ln5H {
  background: #fff;
  border-radius: 50%;
  font-size: 0;
  height: 40px;
  width: 40px
}

.Panel_close__0Ln5H svg {
  fill: #33383f;
  transition: transform .2s
}

.dark-mode .Panel_close__0Ln5H {
  box-shadow: 0 2px 8px #0101010f
}

.Panel_close__0Ln5H:hover svg {
  transform: rotate(90deg)
}

.Panel_link__hDoi6 {
  border: 2px solid #272b30;
  border-radius: 50%;
  font-size: 0;
  height: 40px;
  margin-right: 16px;
  transition: background .2s;
  width: 40px
}

.Panel_link__hDoi6 svg {
  fill: #6f767e;
  transition: fill .2s
}

.Panel_link__hDoi6:hover {
  background: #272b30
}

.Panel_link__hDoi6:hover svg {
  fill: #fcfcfc
}

.dark-mode .Panel_link__hDoi6 {
  border-color: #1a1d1f
}

.dark-mode .Panel_link__hDoi6:hover {
  background: #1a1d1f
}

.dark-mode .Panel_link__hDoi6:hover svg {
  fill: #f4f4f4
}

.Page_page__L2Y9k {
  padding: 96px 0 0 340px
}

@media only screen and (max-width:2000px) {
  .Page_page__L2Y9k {
    padding: 96px 0 0 96px
  }
}

@media only screen and (max-width:1023px) {
  .Page_page__L2Y9k {
    overflow: hidden
  }
}

@media only screen and (max-width:767px) {
  .Page_page__L2Y9k {
    padding-left: 0
  }
}

@media only screen and (max-width:2000px) {
  .Page_page__L2Y9k.Page_expand__CnHQo {
    padding: 96px 0 0 340px
  }
}

@media only screen and (max-width:1259px) {
  .Page_page__L2Y9k.Page_expand__CnHQo {
    padding: 96px 0 0 96px
  }
}

@media only screen and (max-width:767px) {
  .Page_page__L2Y9k.Page_expand__CnHQo {
    padding-left: 0
  }

  .Page_sidebar__T7BK2 {
    transform: translateX(-100%);
    transition: transform .3s
  }

  .Page_sidebar__T7BK2.Page_visible__KdzeX {
    transform: translateX(0)
  }
}

.Page_inner__NzybS {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 96px);
  padding: 40px
}

@media only screen and (max-width:1339px) {
  .Page_inner__NzybS {
    padding: 32px 24px
  }
}

@media only screen and (max-width:767px) {
  .Page_inner__NzybS {
    padding: 24px 16px
  }
}

.Page_container__3NMbH {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin: 0 auto;
  width: 100%
}

.Page_container__3NMbH.Page_wide__1hHd7 {
  max-width: 100%
}

.Page_title__sz4CR {
  margin-bottom: 24px
}

.Page_title__sz4CR svg {
  fill: #fff;
  margin-top: -8px
}

@media only screen and (max-width:767px) {
  .Page_title__sz4CR {
    margin-bottom: 16px
  }
}

.Page_titleText__bWKIa {
  margin-left: 6px
}

.Page_titleText__bWKIa.Page_visible__KdzeX {
  display: inline
}

@media only screen and (max-width:474px) {
  .Page_titleText__bWKIa {
    display: none
  }
}

.Page_titleMobileText__OyTRY {
  display: none
}

@media only screen and (max-width:474px) {
  .Page_titleMobileText__OyTRY {
    display: inline
  }
}

.Page_titleContainer__XQoRF {
  display: flex;
  justify-content: space-between
}

@media only screen and (max-width:767px) {
  .Page_titleContainer__XQoRF {
    flex-direction: column
  }

  .Page_netApyContainer__yJTCB {
    display: flex;
    margin-bottom: 20px
  }
}

@media only screen and (max-width:474px) {
  .Page_netApyContainer__yJTCB {
    flex-direction: column;
    gap: 4px
  }
}

.NetAPY_netAPY__Rmzbt {
  margin-right: 10px;
  opacity: .8
}

.NetAPY_netAPY__Rmzbt.NetAPY_active__oPn3b {
  background: none;
  box-shadow: inset 0 0 0 2px #1a1d1f;
  box-shadow: inset 0 0 0 2px #efefef;
  opacity: .7
}

.NetAPY_netAPY__Rmzbt.NetAPY_active__oPn3b:hover {
  opacity: 1
}

.NetAPY_netAPY__Rmzbt.NetAPY_active__oPn3b svg {
  fill: #1a1d1f;
  fill: #fcfcfc
}

.NetAPY_textGreen__jQSdM {
  color: #37af6c
}

.NetAPY_textPurple__WECs5 {
  color: #cabdff
}

.NetAPY_textBlue__Qb-PY {
  color: #50b5e1
}

.NetAPY_bigger__nRKEe {
  font-size: 15px !important
}

.SwitchNetworkModal_modal__Hoeq\+ {
  animation: SwitchNetworkModal_showModal__Q2bKz .4s forwards;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: #f4f4f4cc;
  display: flex;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: auto;
  padding: 48px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 88
}

@media only screen and (max-width:767px) {
  .SwitchNetworkModal_modal__Hoeq\+ {
    padding: 16px
  }
}

.dark-mode .SwitchNetworkModal_modal__Hoeq\+ {
  background: #272b30e6
}

@keyframes SwitchNetworkModal_showModal__Q2bKz {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.SwitchNetworkModal_outer__IUXE9 {
  background: #fcfcfc;
  border-radius: 16px;
  box-shadow: 0 0 14px -4px #0000000d, 0 32px 48px -8px #0000001a;
  margin: auto;
  max-width: 408px;
  position: relative;
  width: 100%;
  z-index: 2
}

.dark-mode .SwitchNetworkModal_outer__IUXE9 {
  background: #1a1d1f
}

@media only screen and (max-width:767px) {
  .SwitchNetworkModal_outer__IUXE9 {
    box-shadow: none
  }
}

.SwitchNetworkModal_outer__IUXE9>div {
  padding: 26px 24px 24px
}

.SwitchNetworkModal_close__Nu4eQ {
  background: #efefef;
  border-radius: 50%;
  font-size: 0;
  height: 36px;
  position: absolute;
  right: 24px;
  top: 24px;
  width: 36px
}

.SwitchNetworkModal_close__Nu4eQ svg {
  fill: #33383f;
  transition: transform .2s
}

.dark-mode .SwitchNetworkModal_close__Nu4eQ {
  background: #272b30
}

.SwitchNetworkModal_close__Nu4eQ svg {
  fill: #fcfcfc
}

.SwitchNetworkModal_close__Nu4eQ:hover svg {
  transform: rotate(90deg)
}

.SwitchNetworkModal_wrapper__5714i {
  border-top: 1px solid #efefef;
  margin-top: 24px;
  padding-top: 14px
}

.dark-mode .SwitchNetworkModal_wrapper__5714i {
  border-color: #272b30
}

.SwitchNetworkModal_error__eWZ1Z {
  color: #ff6a55;
  margin-bottom: 10px;
  margin-top: 20px;
  text-align: center
}

.SwitchNetworkModal_button__TytXe {
  background: #0000;
  border: 1px solid #272b30;
  display: inline-flex;
  font-size: 15px;
  height: auto;
  justify-content: flex-start;
  margin-top: 10px;
  padding: 15px 20px;
  width: 100%
}

.SwitchNetworkModal_button__TytXe:hover {
  background-color: #272b30
}

.SwitchNetworkModal_button__TytXe .SwitchNetworkModal_loader__YVOFj {
  margin-right: 18px;
  transform: scale(.8)
}

.SwitchNetworkModal_icon__5w0jT {
  height: 30px;
  margin-right: 16px;
  width: 30px
}

.SwitchNetworkModal_titleDesc__GiCSa {
  color: #6f767e;
  font-size: 14px;
  margin-top: 20px;
  text-align: center
}

.AffiliateCenter_row__lGMTP {
  display: flex
}

@media only screen and (max-width:1023px) {
  .AffiliateCenter_row__lGMTP {
    display: block
  }
}

.AffiliateCenter_col__BmKel:first-child {
  flex-basis: calc(100% - 340px);
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 8px;
  width: calc(100% - 340px)
}

@media only screen and (max-width:1259px) {
  .AffiliateCenter_col__BmKel:first-child {
    flex-basis: calc(100% - 312px);
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(100% - 312px)
  }
}

@media only screen and (max-width:1023px) {
  .AffiliateCenter_col__BmKel:first-child {
    margin-bottom: 8px;
    padding-right: 0;
    width: 100%
  }
}

.AffiliateCenter_col__BmKel:nth-child(2) {
  flex-shrink: 0;
  width: 340px
}

@media only screen and (max-width:1259px) {
  .AffiliateCenter_col__BmKel:nth-child(2) {
    width: 312px
  }
}

@media only screen and (max-width:1023px) {
  .AffiliateCenter_col__BmKel:nth-child(2) {
    width: 100%
  }
}

.AffiliateCenter_card__crcF7:not(:last-child) {
  margin-bottom: 8px
}

.TooltipGlobal_tooltipWpapper__xDWj2 {
  border-radius: 4px;
  box-shadow: 0 2px 4px #0000001a, inset 0 0 1px #000;
  font-size: 12px !important;
  font-weight: 600;
  padding: 3px 12px !important
}

.Snapshot_nav__vgxqv {
  background: #f4f4f4;
  border-radius: 20px;
  display: flex;
  margin-bottom: 32px;
  padding: 8px
}

@media only screen and (max-width:767px) {
  .Snapshot_nav__vgxqv {
    margin-bottom: 24px
  }
}

.dark-mode .Snapshot_nav__vgxqv {
  background: #111315
}

.Snapshot_item__09qJN {
  width: 33%
}

.Snapshot_item__09qJN.Snapshot_active__FdIKY {
  background: #fcfcfc;
  box-shadow: 0 4px 8px -4px #00000040, inset 0 -1px 1px #0000000a, inset 0 2px 0 #ffffff40
}

.dark-mode .Snapshot_item__09qJN.Snapshot_active__FdIKY {
  background: #272b30;
  box-shadow: 0 4px 8px -4px #00000040, inset 0 -1px 1px #0000000a, inset 0 2px 0 #ffffff0f
}

.Item_item__S9H7- {
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  flex: 0 0 33%;
  padding: 20px;
  transition: all .2s
}

@media only screen and (max-width:1259px) {
  .Item_item__S9H7- {
    display: block;
    padding-left: 76px;
    position: relative
  }
}

@media only screen and (max-width:767px) {
  .Item_item__S9H7- {
    padding-left: 20px
  }
}

.Item_icon__2Eyim {
  align-items: center;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 40px;
  justify-content: center;
  margin-right: 16px;
  width: 40px
}

@media only screen and (max-width:1259px) {
  .Item_icon__2Eyim {
    left: 20px;
    margin-right: 0;
    position: absolute;
    top: 20px
  }
}

@media only screen and (max-width:1023px) {
  .Item_icon__2Eyim {
    display: none
  }
}

.Item_subtitle__vUkcb {
  align-items: center;
  color: #6f767e;
  display: flex;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308;
  margin-bottom: 4px
}

.Item_tooltip__bB4ps svg {
  fill: #9a9fa5
}

.Item_counter__0K1wG {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -.03em;
  line-height: 1
}

@media only screen and (max-width:1339px) {
  .Item_counter__0K1wG {
    font-size: 40px
  }
}

.Item_balance__9IqP- {
  margin: -12px -12px 0 auto
}

@media only screen and (max-width:1259px) {
  .Item_balance__9IqP- {
    margin: 8px 0 0
  }
}

.Balance_negative__7UmoQ,
.Balance_positive__kwjsn {
  align-items: center;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3333333333
}

.Balance_negative__7UmoQ svg,
.Balance_positive__kwjsn svg {
  margin-right: 4px
}

.Balance_negative__7UmoQ {
  color: #ff6a55
}

.Balance_negative__7UmoQ svg {
  fill: #ff6a55
}

.Balance_positive__kwjsn {
  color: #83bf6e
}

.Balance_positive__kwjsn svg {
  fill: #83bf6e
}

.Balance_background__zFZxc.Balance_negative__7UmoQ,
.Balance_background__zFZxc.Balance_positive__kwjsn {
  border-radius: 8px;
  height: 24px;
  padding: 0 4px
}

.Balance_background__zFZxc.Balance_positive__kwjsn {
  background: #eafae5
}

.dark-mode .Balance_background__zFZxc.Balance_positive__kwjsn {
  background: #eafae540
}

.Balance_background__zFZxc.Balance_negative__7UmoQ {
  background: #ffe7e4
}

.dark-mode .Balance_background__zFZxc.Balance_negative__7UmoQ {
  background: #ffd8d326
}

.Card_card__ZeevV {
  background: #fcfcfc;
  border-radius: 8px;
  padding: 24px;
  position: relative
}

@media only screen and (max-width:767px) {
  .Card_card__ZeevV {
    padding: 16px
  }
}

.dark-mode .Card_card__ZeevV {
  background: #1a1d1f
}

.Card_head__XGCWI {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  min-height: 40px
}

@media only screen and (max-width:767px) {
  .Card_head__XGCWI {
    margin-bottom: 24px
  }
}

.Card_title__BUrVm {
  margin-right: auto
}

@media only screen and (max-width:767px) {
  .Card_title__BUrVm {
    line-height: 40px
  }
}

.Card_titleIcon__CEk-Z {
  align-items: center;
  display: flex
}

.Card_titleIcon__CEk-Z .Card_title__BUrVm {
  padding-left: 0
}

.Card_icon__PswZi {
  margin-right: 18px
}

.Dropdown_label__eVaEB {
  color: #33383f;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7142857143;
  margin-bottom: 14px
}

.dark-mode .Dropdown_label__eVaEB {
  color: #efefef
}

.Dropdown_tooltip__ZKpPx {
  position: relative;
  top: -1px
}

.Dropdown_tooltip__ZKpPx svg {
  fill: #9a9fa5
}

.Dropdown_dropdown__rVSBa {
  position: relative;
  z-index: 3
}

.Dropdown_dropdown__rVSBa.Dropdown_active__zvMLE {
  z-index: 10
}

.Dropdown_dropdown__rVSBa.Dropdown_active__zvMLE .Dropdown_head__USTbf {
  background: #fff;
  box-shadow: inset 0 0 0 2px #9a9fa5
}

.dark-mode .Dropdown_dropdown__rVSBa.Dropdown_active__zvMLE .Dropdown_head__USTbf {
  background: #111315;
  box-shadow: inset 0 0 0 2px #33383f;
  color: #fcfcfc
}

.Dropdown_dropdown__rVSBa.Dropdown_active__zvMLE .Dropdown_head__USTbf:before {
  transform: rotate(180deg)
}

.Dropdown_dropdown__rVSBa.Dropdown_active__zvMLE .Dropdown_body__OUN20 {
  opacity: 1;
  transform: translateY(0);
  visibility: visible
}

.Dropdown_dropdown__rVSBa.Dropdown_small__bqjui .Dropdown_head__USTbf {
  height: 40px;
  line-height: 40px;
  padding: 0 40px 0 16px
}

.Dropdown_dropdown__rVSBa.Dropdown_small__bqjui .Dropdown_head__USTbf:before {
  background-size: 16px auto;
  width: 40px
}

.Dropdown_dropdown__rVSBa.Dropdown_small__bqjui .Dropdown_option__v1LbW {
  padding: 4px 16px
}

.Dropdown_head__USTbf {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  box-shadow: inset 0 0 0 2px #efefef;
  color: #1a1d1f;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  height: 48px;
  line-height: 48px;
  padding: 0 48px 0 12px;
  position: relative;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.Dropdown_head__USTbf:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='m12.707 15.707-.094.083a1 1 0 0 1-1.32-.083l-6-6-.083-.094a1 1 0 0 1 1.497-1.32L12 13.585l5.293-5.292.094-.083a1 1 0 0 1 1.32 1.497l-6 6z' fill='%236f767e'/%3E%3C/svg%3E") no-repeat 50% 50%/24px auto;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  transition: transform .2s;
  width: 48px
}

.Dropdown_head__USTbf:hover {
  box-shadow: inset 0 0 0 2px #9a9fa5
}

.dark-mode .Dropdown_head__USTbf {
  background: none;
  box-shadow: inset 0 0 0 2px #272b30;
  color: #6f767e
}

.dark-mode .Dropdown_head__USTbf:hover {
  box-shadow: inset 0 0 0 2px #33383f
}

.Dropdown_selection__-J93n {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.Dropdown_body__OUN20 {
  background: #fff;
  border-radius: 12px;
  box-shadow: inset 0 0 0 2px #efefef, 0 4px 12px #f4f4f41a;
  left: 0;
  opacity: 0;
  padding: 8px 0;
  position: absolute;
  right: 0;
  top: calc(100% + 2px);
  transform: translateY(3px);
  transition: all .2s;
  visibility: hidden
}

.dark-mode .Dropdown_body__OUN20 {
  background: #111315;
  box-shadow: inset 0 0 0 2px #33383f, 0 4px 12px #1113151a
}

.Dropdown_body__OUN20.Dropdown_bodyUp__ilWeh {
  bottom: calc(100% + 2px);
  top: auto
}

.Dropdown_option__v1LbW {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #6f767e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7142857143;
  padding: 8px 12px;
  transition: color .2s
}

.Dropdown_option__v1LbW:hover {
  color: #1a1d1f
}

.dark-mode .Dropdown_option__v1LbW:hover {
  color: #fcfcfc
}

.Dropdown_option__v1LbW.Dropdown_selectioned__pE2Q4,
.dark-mode .Dropdown_option__v1LbW.Dropdown_selectioned__pE2Q4 {
  color: #0050b0
}

.Chart_chart__6m7Vl {
  height: 329px;
  margin-bottom: -10px;
  margin-left: -20px;
  width: auto
}

@media only screen and (max-width:1023px) {
  .Chart_chart__6m7Vl {
    height: 300px
  }
}

.PopularProducts_head__wLLRW {
  border-bottom: 1px solid #efefef;
  color: #6f767e;
  display: flex;
  font-size: 13px;
  font-weight: 600;
  justify-content: space-between;
  line-height: 1.2307692308;
  margin-bottom: 12px;
  padding-bottom: 24px
}

.dark-mode .PopularProducts_head__wLLRW {
  border-color: #272b30
}

.PopularProducts_list__p5Mzb {
  margin: 0 -12px
}

.PopularProducts_item__KNgu2 {
  align-items: center;
  color: #1a1d1f;
  cursor: pointer;
  display: flex;
  padding: 12px
}

.dark-mode .PopularProducts_item__KNgu2 {
  color: #fcfcfc
}

.PopularProducts_item__KNgu2:hover .PopularProducts_title__5VcRk {
  color: #0050b0
}

.PopularProducts_item__KNgu2:not(:last-child) {
  margin-bottom: 12px
}

.PopularProducts_preview__5WE3j {
  border-radius: 8px;
  flex-shrink: 0;
  height: 64px;
  margin-right: 12px;
  overflow: hidden;
  width: 64px
}

.PopularProducts_preview__5WE3j img {
  height: 100%;
  object-fit: cover;
  width: 100%
}

.PopularProducts_title__5VcRk {
  flex-grow: 1;
  padding-right: 16px;
  transition: color .2s
}

.PopularProducts_details__pKMOw {
  flex-shrink: 0;
  text-align: right
}

.PopularProducts_button__rF39w {
  margin-top: 12px;
  width: 100%
}

.ModalProduct_modal__e6VVd {
  animation: ModalProduct_showModal__ocSk6 .4s forwards;
  background: #f4f4f4;
  display: flex;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: auto;
  padding: 120px 24px 24px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999
}

@media only screen and (max-width:767px) {
  .ModalProduct_modal__e6VVd {
    padding: 88px 16px 24px
  }
}

.dark-mode .ModalProduct_modal__e6VVd {
  background: #111315
}

@keyframes ModalProduct_showModal__ocSk6 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.ModalProduct_outer__2fekT {
  border-radius: 8px;
  display: inline-block;
  margin: auto;
  max-width: 100%;
  z-index: 2
}

.ModalProduct_control__vJlbX {
  align-items: center;
  display: flex;
  left: 24px;
  position: absolute;
  right: 24px;
  top: 24px
}

@media only screen and (max-width:767px) {
  .ModalProduct_control__vJlbX {
    left: 16px;
    right: 16px;
    top: 16px
  }
}

.dark-mode .ModalProduct_control__vJlbX .ModalProduct_button__fpG0b {
  background: #1a1d1f;
  box-shadow: inset 0 0 0 2px #272b30;
  color: #fcfcfc
}

.dark-mode .ModalProduct_control__vJlbX .ModalProduct_button__fpG0b:hover {
  background: #272b30
}

.ModalProduct_close__5iJSy {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px #0000000f;
  font-size: 0;
  height: 36px;
  margin-left: auto;
  width: 36px
}

.ModalProduct_close__5iJSy svg {
  fill: #33383f;
  transition: transform .2s
}

.dark-mode .ModalProduct_close__5iJSy {
  background: #1a1d1f
}

.dark-mode .ModalProduct_close__5iJSy svg {
  fill: #fcfcfc
}

.ModalProduct_close__5iJSy:hover svg {
  transform: rotate(90deg)
}

.Product_product__XKylz {
  background: #fcfcfc;
  border-radius: 8px;
  max-width: 1020px;
  position: relative
}

@media only screen and (max-width:1259px) {
  .Product_product__XKylz {
    max-width: calc(100% - 88px)
  }
}

@media only screen and (max-width:767px) {
  .Product_product__XKylz {
    max-width: 100%
  }
}

.dark-mode .Product_product__XKylz {
  background: #1a1d1f
}

.Product_product__XKylz.Product_active__JSxxI {
  display: flex;
  max-width: 1440px
}

@media only screen and (max-width:1259px) {
  .Product_product__XKylz.Product_active__JSxxI {
    margin-right: 0;
    max-width: 100%
  }
}

.Product_product__XKylz.Product_active__JSxxI .Product_details__7u3iG {
  flex-basis: calc(100% - 472px);
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 472px)
}

@media only screen and (max-width:1259px) {
  .Product_product__XKylz.Product_active__JSxxI .Product_details__7u3iG {
    display: none
  }
}

.Product_product__XKylz.Product_active__JSxxI .Product_comments__WAWQ8 {
  display: block
}

.Product_product__XKylz.Product_active__JSxxI .Product_next__LICfc,
.Product_product__XKylz.Product_active__JSxxI .Product_panel__iAwSV {
  display: none
}

.Product_comments__WAWQ8 {
  display: none;
  flex-shrink: 0;
  width: 472px
}

@media only screen and (max-width:1259px) {
  .Product_comments__WAWQ8 {
    width: 600px
  }
}

@media only screen and (max-width:1023px) {
  .Product_comments__WAWQ8 {
    width: 100%
  }
}

.Product_next__LICfc {
  background: #fff;
  border-radius: 50%;
  bottom: 256px;
  height: 64px;
  left: calc(100% + 24px);
  position: absolute;
  width: 64px
}

@media only screen and (max-width:1259px) {
  .Product_next__LICfc {
    bottom: 0;
    left: auto;
    right: -88px
  }
}

@media only screen and (max-width:767px) {
  .Product_next__LICfc {
    display: none
  }
}

.dark-mode .Product_next__LICfc {
  background: #272b30
}

.Product_next__LICfc svg {
  fill: #6f767e;
  transition: fill .2s
}

.Product_next__LICfc:hover svg {
  fill: #0050b0
}

.Details_details__pVysN {
  flex-grow: 1;
  padding: 24px
}

@media only screen and (max-width:767px) {
  .Details_details__pVysN {
    overflow: hidden;
    padding: 16px
  }
}

.Details_head__dK5-c {
  align-items: center;
  display: flex;
  margin-bottom: 40px
}

@media only screen and (max-width:767px) {
  .Details_head__dK5-c {
    flex-wrap: wrap;
    margin-bottom: 32px
  }
}

.Details_nav__EsGG- {
  display: flex;
  margin-right: auto
}

@media only screen and (max-width:767px) {
  .Details_nav__EsGG- {
    margin: 0 0 16px;
    width: 100%
  }
}

.Details_link__L2xGm {
  border-radius: 8px;
  color: #6f767e;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  padding: 8px 16px;
  transition: all .2s
}

@media only screen and (max-width:767px) {
  .Details_link__L2xGm {
    flex: 1 1
  }
}

.Details_link__L2xGm.Details_active__0dNtV,
.Details_link__L2xGm:hover {
  color: #1a1d1f
}

.dark-mode .Details_link__L2xGm.Details_active__0dNtV,
.dark-mode .Details_link__L2xGm:hover {
  color: #fcfcfc
}

.Details_link__L2xGm.Details_active__0dNtV {
  background: #efefef
}

.dark-mode .Details_link__L2xGm.Details_active__0dNtV {
  background: #272b30
}

.Details_link__L2xGm:not(:last-child) {
  margin-right: 8px
}

@media only screen and (max-width:767px) {
  .Details_link__L2xGm:not(:last-child) {
    margin-right: 0
  }
}

.Details_btns__C1ESp {
  align-items: center;
  display: flex
}

.Details_favorite__afdfV {
  margin-right: 16px
}

.Details_favorite__afdfV svg {
  fill: #ff6a55
}

.Details_favorite__afdfV:hover {
  background: #ff6a55;
  color: #fcfcfc
}

.Details_favorite__afdfV:hover,
.dark-mode .Details_favorite__afdfV:hover {
  box-shadow: inset 0 0 0 1px #ff6a55
}

.Details_favorite__afdfV:hover svg {
  fill: #fcfcfc
}

@media only screen and (max-width:1023px) {
  .Details_buy__Fdxc8 {
    padding: 0 16px
  }
}

@media only screen and (max-width:767px) {
  .Details_buy__Fdxc8 {
    flex-grow: 1
  }
}

@media only screen and (max-width:1023px) {
  .Details_buy__Fdxc8 .Details_inner__50YgC span {
    display: none
  }
}

.Details_price__qo73L {
  border-right: 1px solid #4493fc;
  box-shadow: 1px 0 0 0 #186fe3;
  line-height: 48px;
  margin-right: 20px;
  padding-right: 20px
}

@media only screen and (max-width:1023px) {
  .Details_price__qo73L {
    margin-right: 16px;
    padding-right: 16px
  }
}

@media only screen and (max-width:767px) {
  .Details_price__qo73L {
    margin-right: 12px;
    padding-right: 12px
  }
}

.Overview_title__zx8Z1 {
  margin-bottom: 12px
}

@media only screen and (max-width:767px) {
  .Overview_title__zx8Z1 {
    font-size: 24px
  }
}

.Overview_info__kedKK {
  color: #6f767e;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -.02em;
  line-height: 1.6;
  margin-bottom: 12px
}

@media only screen and (max-width:767px) {
  .Overview_info__kedKK {
    font-size: 18px;
    font-size: 14px
  }
}

.Overview_author__EiB-4,
.Overview_line__TYoTn {
  align-items: center;
  display: flex
}

.Overview_author__EiB-4 {
  color: #6f767e;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7142857143
}

.Overview_author__EiB-4 span {
  color: #1a1d1f;
  margin-left: 4px
}

.dark-mode .Overview_author__EiB-4 span {
  color: #fcfcfc
}

.Overview_avatar__n6A4p {
  flex-shrink: 0;
  height: 32px;
  margin-right: 12px;
  width: 32px
}

.Overview_avatar__n6A4p img {
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.Overview_rating__YyWeJ {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7142857143;
  margin-left: 12px
}

.Overview_rating__YyWeJ svg {
  fill: #ffc554;
  margin-right: 8px
}

.Overview_counter__PLfSs {
  color: #6f767e;
  margin-left: 4px
}

.Overview_gallery__aC\+pz {
  margin-top: 40px;
  position: relative
}

@media only screen and (max-width:767px) {
  .Overview_gallery__aC\+pz {
    margin-top: 32px
  }
}

.Overview_gallery__aC\+pz .Overview_button__K\+1Ey {
  bottom: 12px;
  left: 12px;
  position: absolute
}

@media only screen and (max-width:767px) {
  .Overview_gallery__aC\+pz .Overview_button__K\+1Ey {
    bottom: 5px
  }
}

.dark-mode .Overview_gallery__aC\+pz .Overview_button__K\+1Ey {
  background: #1a1d1f;
  box-shadow: inset 0 0 0 2px #272b30;
  color: #fcfcfc
}

.dark-mode .Overview_gallery__aC\+pz .Overview_button__K\+1Ey:hover {
  background: #272b30
}

.Overview_preview__0qqxL img {
  border-radius: 12px;
  width: 100%
}

.Overview_row__aAa25 {
  display: flex;
  margin-top: 40px
}

@media only screen and (max-width:1023px) {
  .Overview_row__aAa25 {
    display: block
  }
}

@media only screen and (max-width:767px) {
  .Overview_row__aAa25 {
    margin-top: 32px
  }
}

.Overview_col__QTmc1:first-child {
  flex-grow: 1;
  padding-right: 64px
}

@media only screen and (max-width:1259px) {
  .Overview_col__QTmc1:first-child {
    padding-right: 48px
  }
}

@media only screen and (max-width:1023px) {
  .Overview_col__QTmc1:first-child {
    padding-right: 0
  }
}

.Overview_col__QTmc1:nth-child(2) {
  flex-shrink: 0;
  width: 308px
}

@media only screen and (max-width:1023px) {
  .Overview_col__QTmc1:nth-child(2) {
    margin-top: 32px;
    width: 100%
  }
}

.Overview_subtitle__Q8YFp {
  margin-bottom: 32px
}

@media only screen and (max-width:1023px) {
  .Overview_subtitle__Q8YFp {
    margin-bottom: 24px
  }
}

@media only screen and (max-width:767px) {
  .Overview_subtitle__Q8YFp {
    margin-bottom: 12px
  }
}

.Overview_content__F4lXp {
  color: #33383f;
  font-weight: 500
}

.dark-mode .Overview_content__F4lXp {
  color: #efefef
}

.Overview_content__F4lXp p:not(:last-child) {
  margin-bottom: 16px
}

@media only screen and (max-width:767px) {
  .Overview_features__9w0C1 {
    margin-top: 12px
  }
}

.Overview_features__9w0C1 li {
  color: #33383f;
  padding-left: 40px;
  position: relative
}

.dark-mode .Overview_features__9w0C1 li {
  color: #efefef
}

.Overview_features__9w0C1 li:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill-rule='evenodd' d='M20.707 6.293a1 1 0 0 1 0 1.414l-8.586 8.586a3 3 0 0 1-4.243 0l-3.586-3.586a1 1 0 0 1 1.414-1.414l3.586 3.586a1 1 0 0 0 1.414 0l8.586-8.586a1 1 0 0 1 1.414 0z' fill='%23b5e4ca'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px
}

.Overview_features__9w0C1 li:not(:last-child) {
  border-bottom: 1px solid #efefef;
  margin-bottom: 20px;
  padding-bottom: 20px
}

@media only screen and (max-width:767px) {
  .Overview_features__9w0C1 li:not(:last-child) {
    margin-bottom: 16px;
    padding-bottom: 16px
  }
}

.dark-mode .Overview_features__9w0C1 li:not(:last-child) {
  border-color: #272b30
}

.Comments_comments__tve\+G {
  border-left: 1px solid #efefef;
  padding: 24px
}

@media only screen and (max-width:767px) {
  .Comments_comments__tve\+G {
    padding: 16px 16px 24px
  }
}

.dark-mode .Comments_comments__tve\+G {
  border-color: #111315
}

.Comments_head__b-RdM {
  align-items: center;
  display: flex;
  height: 48px
}

.Comments_title__Hm5YA {
  align-items: center;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.6;
  margin-right: auto
}

@media only screen and (max-width:767px) {
  .Comments_title__Hm5YA {
    font-size: 18px
  }
}

.Comments_counter__FZjNI {
  background: #cabdff;
  border-radius: 8px;
  flex-shrink: 0;
  line-height: 36px;
  margin-right: 12px;
  min-width: 38px;
  padding: 0 6px;
  text-align: center
}

.dark-mode .Comments_counter__FZjNI {
  color: #1a1d1f
}

.Comments_close__oRzzL {
  flex-shrink: 0;
  height: 36px;
  width: 36px
}

.Comments_close__oRzzL svg {
  fill: #33383f;
  transition: fill .2s
}

.dark-mode .Comments_close__oRzzL svg {
  fill: #fcfcfc
}

.Comments_close__oRzzL:hover svg {
  fill: #0050b0
}

.Comments_editor__jZ3Ru {
  margin-top: 24px
}

.Comments_list__bd3Tv {
  margin-top: 40px
}

@media only screen and (max-width:767px) {
  .Comments_list__bd3Tv {
    margin-top: 24px
  }
}

.Panel_panel__0zCFp {
  display: flex;
  flex-direction: column;
  left: calc(100% + 24px);
  position: absolute;
  top: 16px
}

@media only screen and (max-width:1259px) {
  .Panel_panel__0zCFp {
    left: auto;
    right: -88px;
    top: 0
  }
}

@media only screen and (max-width:767px) {
  .Panel_panel__0zCFp {
    display: none
  }
}

.Panel_avatar__N0mzK:not(:last-child),
.Panel_brand__5NUbW:not(:last-child),
.Panel_share__-dxyA:not(:last-child) {
  margin-bottom: 24px
}

.Panel_avatar__N0mzK,
.Panel_brand__5NUbW,
.Panel_share__-dxyA {
  flex-shrink: 0;
  height: 64px;
  width: 64px
}

.Panel_avatar__N0mzK img {
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.Panel_brand__5NUbW {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  position: relative
}

.dark-mode .Panel_brand__5NUbW {
  background: #272b30
}

.Panel_brand__5NUbW img {
  max-height: 32px
}

.Panel_counter__XewFg {
  background: #1a1d1f;
  border-radius: 50%;
  color: #fcfcfc;
  font-size: 14px;
  left: 0;
  line-height: 20px;
  min-width: 20px;
  padding: 0 4px;
  position: absolute;
  top: 0
}

.dark-mode .Panel_counter__XewFg {
  background: #fcfcfc;
  color: #1a1d1f
}

.Panel_share__-dxyA {
  background: #fff;
  border-radius: 50%
}

.dark-mode .Panel_share__-dxyA {
  background: #272b30
}

.Panel_share__-dxyA svg {
  fill: #6f767e;
  transition: fill .2s
}

.Panel_share__-dxyA:hover svg {
  fill: #0050b0
}

.Share_head__FI4H3,
.Share_preview__b6F5- {
  border-bottom: 1px solid #efefef;
  margin-bottom: 24px;
  padding-bottom: 24px
}

.dark-mode .Share_head__FI4H3,
.dark-mode .Share_preview__b6F5- {
  border-color: #272b30
}

.Share_title__GS43\+ {
  position: 40px
}

.Share_field__K-iVP {
  margin-bottom: 24px;
  position: relative
}

.Share_icon__P5zPz {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 40px
}

.Share_icon__P5zPz svg {
  fill: #6f767e
}

.Share_input__iBIPK {
  background: #f4f4f4;
  border-radius: 8px;
  color: #9a9fa5;
  font-size: 15px;
  font-weight: 600;
  height: 40px;
  padding: 0 60px 0 44px;
  width: 100%
}

.dark-mode .Share_input__iBIPK {
  background: #272b30
}

.Share_copy__XkCmc {
  bottom: 0;
  color: #0050b0;
  font-size: 15px;
  font-weight: 600;
  line-height: 40px;
  position: absolute;
  right: 8px;
  top: 0;
  transition: opacity .2s
}

.Share_copy__XkCmc:hover {
  opacity: .8
}

.Share_preview__b6F5- img {
  border-radius: 12px;
  width: 100%
}

.Share_btns__jl6jZ {
  display: flex;
  margin: 0 -8px
}

.Share_btns__jl6jZ .Share_button__UEKnR {
  flex-grow: 1;
  margin: 0 8px
}

@media only screen and (max-width:767px) {
  .PerformanceByDay_head__rbBlX {
    display: block
  }

  .PerformanceByDay_title__JzdMJ {
    margin-bottom: 16px
  }
}

.PerformanceByDay_chart__8YQ1a {
  height: 250px;
  margin-bottom: -10px;
  margin-left: -35px;
  width: auto
}

.Table_wrapper__s5RxG {
  background: #fcfcfc;
  border-radius: 8px
}

.dark-mode .Table_wrapper__s5RxG {
  background: #1a1d1f
}

.Table_table__9uBOQ {
  display: table;
  width: 100%
}

.Table_row__FSfUn {
  display: table-row
}

.Table_row__FSfUn:first-child .Table_col__UKuDa {
  color: #6f767e;
  font-size: 12px;
  font-weight: 700;
  font-weight: 500;
  line-height: 1.3333333333;
  padding-bottom: 24px;
  padding-top: 24px
}

@media only screen and (max-width:767px) {
  .Table_row__FSfUn:first-child .Table_col__UKuDa {
    padding: 16px
  }
}

.Table_row__FSfUn:nth-child(2n) .Table_col__UKuDa {
  background: #efefef59
}

.dark-mode .Table_row__FSfUn:nth-child(2n) .Table_col__UKuDa {
  background: #11131580
}

.Table_col__UKuDa {
  display: table-cell;
  padding: 16px;
  white-space: nowrap
}

@media only screen and (max-width:1259px) {
  .Table_col__UKuDa {
    padding: 16px 8px
  }
}

@media only screen and (max-width:767px) {
  .Table_col__UKuDa {
    padding-left: 16px
  }
}

.Table_col__UKuDa:first-child {
  color: #6f767e;
  padding-left: 24px
}

@media only screen and (max-width:1259px) {
  .Table_col__UKuDa:first-child {
    font-size: 13px
  }
}

@media only screen and (max-width:767px) {
  .Table_col__UKuDa:first-child {
    padding-left: 16px
  }
}

.Table_col__UKuDa:last-child {
  padding-right: 24px
}

@media only screen and (max-width:767px) {
  .Table_col__UKuDa:nth-child(3n+1) {
    display: none
  }
}

.Table_tooltip__wwfTo {
  position: relative;
  top: -1px
}

.Table_tooltip__wwfTo svg {
  fill: #9a9fa5
}

.Item_box__dkGTR {
  align-items: center;
  display: flex
}

.Item_line__c6v88 {
  flex-shrink: 0;
  height: 12px;
  margin-left: 8px;
  position: relative;
  width: 44px
}

.Item_progress__V4D2x {
  border-radius: 2px;
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0
}

.Item_counter__INsgH {
  background: #efefef;
  border-radius: 6px;
  padding: 0 7px
}

.dark-mode .Item_counter__INsgH {
  background: #272b30
}

.Item_balance__Z4VCD {
  margin-top: 10px
}

.CreateLink_title__\+I5Js {
  color: #6f767e;
  margin-bottom: 16px
}

.CreateLink_fieldset__LIeyG {
  margin-bottom: 32px
}

.CreateLink_fieldset__LIeyG .CreateLink_dropdown__OxR-j,
.CreateLink_fieldset__LIeyG .CreateLink_field__c9y7f {
  margin-bottom: 12px
}

.CreateLink_box__FH-Ui:not(:last-child) {
  margin-bottom: 32px
}

.CreateLink_label__Fv0lD {
  color: #6f767e;
  font-size: 13px;
  font-weight: 600;
  font-weight: 500;
  line-height: 1.2307692308;
  margin-bottom: 16px
}

.CreateLink_line__6uucv {
  align-items: center;
  display: flex
}

.CreateLink_list__nedj9 {
  display: flex;
  margin-right: auto
}

.CreateLink_avatar__T8btE {
  height: 48px;
  position: relative;
  width: 48px
}

.CreateLink_avatar__T8btE img {
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.CreateLink_avatar__T8btE:not(:last-child) {
  margin-right: 24px
}

.CreateLink_icon__nSL31 {
  align-items: center;
  background: #0050b0;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  display: flex;
  height: 24px;
  justify-content: center;
  position: absolute;
  right: -4px;
  width: 24px
}

.dark-mode .CreateLink_icon__nSL31 {
  border-color: #1a1d1f
}

.CreateLink_icon__nSL31 svg {
  fill: #fcfcfc
}

.TextInput_field__eJglg.TextInput_fieldIcon__Cs0uA .TextInput_input__fs1jn {
  padding-left: 48px
}

.TextInput_field__eJglg.TextInput_fieldCurrency__GrE\+P .TextInput_input__fs1jn {
  background: none;
  border-color: #efefef;
  padding-left: 58px
}

.TextInput_field__eJglg.TextInput_fieldCurrency__GrE\+P .TextInput_input__fs1jn:focus {
  border-color: #9a9fa5
}

.dark-mode .TextInput_field__eJglg.TextInput_fieldCurrency__GrE\+P .TextInput_input__fs1jn {
  border-color: #272b30
}

.dark-mode .TextInput_field__eJglg.TextInput_fieldCurrency__GrE\+P .TextInput_input__fs1jn:focus {
  border-color: #33383f
}

.TextInput_field__eJglg.TextInput_fieldCopy__BhBgs .TextInput_input__fs1jn {
  padding-right: 48px
}

.TextInput_field__eJglg.TextInput_error__l\+Mw0 .TextInput_icon__MdRtX svg {
  fill: #ff6a55
}

.TextInput_field__eJglg.TextInput_error__l\+Mw0 .TextInput_wrap__2G6sn:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath d='M12 15a1 1 0 0 0 1-1V9a1 1 0 1 0-2 0v5a1 1 0 0 0 1 1zm7.675 2.504L12.87 5.563a1 1 0 0 0-1.738 0L4.327 17.504A1 1 0 0 0 5.196 19h13.61a1 1 0 0 0 .869-1.495zM14.607 4.573c-1.151-2.019-4.062-2.019-5.213 0L2.589 16.514C1.45 18.514 2.894 21 5.196 21h13.61c2.302 0 3.746-2.486 2.606-4.485L14.607 4.573z' fill-rule='evenodd' fill='%23ff6a55'/%3E%3Cpath d='M13 17a1 1 0 1 1-2 0 1 1 0 1 1 2 0z' fill='%23ff6a55'/%3E%3C/svg%3E") no-repeat 50% 50%/24px auto;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 48px
}

.TextInput_field__eJglg.TextInput_error__l\+Mw0 .TextInput_input__fs1jn {
  background: #ffbc9940;
  border-color: #0000;
  color: #ff6a55;
  padding-right: 48px
}

.dark-mode .TextInput_field__eJglg.TextInput_error__l\+Mw0 .TextInput_input__fs1jn:focus {
  border-color: #ff6a55;
  color: #ff6a55
}

.TextInput_field__eJglg.TextInput_error__l\+Mw0 .TextInput_input__fs1jn::placeholder {
  color: #ff6a55
}

.TextInput_field__eJglg.TextInput_success__TfKDm .TextInput_wrap__2G6sn:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill-rule='evenodd' d='M20.707 6.293a1 1 0 0 1 0 1.414l-8.586 8.586a3 3 0 0 1-4.243 0l-3.586-3.586a1 1 0 0 1 1.414-1.414l3.586 3.586a1 1 0 0 0 1.414 0l8.586-8.586a1 1 0 0 1 1.414 0z' fill='%2383bf6e'/%3E%3C/svg%3E") no-repeat 50% 50%/24px auto;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 48px
}

.TextInput_field__eJglg.TextInput_success__TfKDm .TextInput_input__fs1jn {
  background: #fff;
  border-color: #9a9fa5;
  padding-right: 48px
}

.dark-mode .TextInput_field__eJglg.TextInput_success__TfKDm .TextInput_input__fs1jn {
  background: #111315
}

.TextInput_label__RBnup {
  color: #33383f;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7142857143;
  margin-bottom: 14px
}

.dark-mode .TextInput_label__RBnup {
  color: #efefef
}

.TextInput_tooltip__UymI8 {
  position: relative;
  top: -1px
}

.TextInput_tooltip__UymI8 svg {
  fill: #9a9fa5
}

.TextInput_wrap__2G6sn {
  position: relative
}

.TextInput_input__fs1jn {
  background: #f4f4f4;
  border: 2px solid #0000;
  border-radius: 12px;
  color: #1a1d1f;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  height: 48px;
  line-height: 1.6;
  padding: 0 10px;
  transition: all .2s;
  width: 100%
}

.dark-mode .TextInput_input__fs1jn {
  background: #272b30;
  border-color: #272b30;
  color: #fcfcfc
}

.TextInput_input__fs1jn::placeholder {
  color: #6f767e
}

.dark-mode .TextInput_input__fs1jn::placeholder {
  color: #9a9fa5
}

.TextInput_input__fs1jn:focus {
  background: #fff;
  border-color: #9a9fa5
}

.dark-mode .TextInput_input__fs1jn:focus {
  background: #111315;
  border-color: #33383f
}

.TextInput_copy__grcCt,
.TextInput_icon__MdRtX {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 48px
}

.TextInput_icon__MdRtX {
  left: 0;
  pointer-events: none
}

.TextInput_icon__MdRtX svg {
  fill: #6f767e
}

.TextInput_copy__grcCt {
  right: 0
}

.TextInput_copy__grcCt svg {
  fill: #6f767e;
  transition: fill .2s
}

.TextInput_copy__grcCt:hover svg {
  fill: #0050b0
}

.TextInput_currency__VodZH {
  align-items: center;
  background: #f4f4f4;
  border-radius: 10px 0 0 10px;
  bottom: 2px;
  color: #1a1d1f;
  display: flex;
  justify-content: center;
  left: 2px;
  padding-top: 1px;
  position: absolute;
  top: 2px;
  width: 46px
}

.dark-mode .TextInput_currency__VodZH {
  background: #272b30;
  color: #6f767e
}

.Comments_head__Zn4ac {
  margin-bottom: 44px
}

@media only screen and (max-width:1023px) {
  .Comments_head__Zn4ac {
    margin-bottom: 32px
  }
}

@media only screen and (max-width:767px) {
  .Comments_head__Zn4ac {
    flex-wrap: wrap;
    margin-bottom: 24px
  }
}

@media only screen and (max-width:1023px) {
  .Comments_head__Zn4ac .Comments_form__v9DpI {
    width: 320px
  }
}

@media only screen and (max-width:767px) {
  .Comments_head__Zn4ac .Comments_form__v9DpI {
    width: 100%
  }
}

.Comments_title__KhuXC {
  margin-right: 24px
}

@media only screen and (max-width:1023px) {
  .Comments_title__KhuXC {
    margin-right: auto
  }
}

@media only screen and (max-width:767px) {
  .Comments_title__KhuXC {
    margin: 0 0 16px
  }
}

.Form_form__3k4Mb {
  position: relative;
  width: 360px
}

.Form_input__3q8LU {
  background: #f4f4f4;
  border-radius: 12px;
  color: #1a1d1f;
  font-size: 15px;
  font-weight: 600;
  height: 40px;
  line-height: 1.6;
  padding: 0 20px 0 44px;
  width: 100%
}

.dark-mode .Form_input__3q8LU {
  background: #272b30;
  color: #fcfcfc
}

.Form_input__3q8LU::placeholder {
  color: #9a9fa5
}

.Form_result__q9YWK {
  bottom: 0;
  left: 0;
  padding-right: 4px;
  position: absolute;
  top: 0;
  width: 44px
}

.Form_result__q9YWK svg {
  fill: #6f767e;
  transition: fill .2s
}

.Form_result__q9YWK:hover svg {
  fill: #0050b0
}

@media only screen and (max-width:1023px) {
  .Panel_panel__G2FKL {
    display: none
  }
}

.Panel_info__y7I66 {
  color: #6f767e;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308;
  margin-right: auto
}

.Panel_info__y7I66 svg {
  fill: #6f767e;
  margin-right: 12px
}

.Panel_btns__uE9Hk {
  align-items: center;
  display: flex
}

.Panel_button__Wq1Dv:not(:last-child) {
  margin-right: 8px
}

.Table_wrapper__MkyTs {
  margin: 0 -12px
}

@media only screen and (max-width:1023px) {
  .Table_wrapper__MkyTs {
    margin: 0
  }
}

.Table_row__-V7KV {
  align-items: center;
  color: #6f767e;
  display: flex;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308;
  padding: 0 12px 16px;
  position: relative
}

@media only screen and (max-width:1023px) {
  .Table_row__-V7KV {
    display: none
  }
}

.Table_row__-V7KV:after {
  background: #efefef;
  bottom: 0;
  content: "";
  height: 1px;
  left: 12px;
  position: absolute;
  right: 12px
}

.dark-mode .Table_row__-V7KV:after {
  background: #272b30
}

.Table_col__3vBu9:first-child {
  flex-shrink: 0;
  font-size: 0;
  width: 24px
}

.Table_col__3vBu9:nth-child(2) {
  flex-grow: 1;
  padding: 0 32px
}

.Table_col__3vBu9:last-child {
  flex-shrink: 0;
  width: 268px
}

.Table_foot__6QCM8 {
  margin-top: 24px;
  text-align: center
}

@media only screen and (max-width:1023px) {
  .Table_foot__6QCM8 {
    margin-top: 0
  }
}

.Table_foot__6QCM8 .Table_button__RN0Kt .Table_loader__ZreNz {
  margin: 0 18px 0 8px;
  transform: scale(.8)
}

.Checkbox_checkbox__VWgMt {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  display: block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.Checkbox_checkbox__VWgMt.Checkbox_reverse__MEQER .Checkbox_inner__HHP-u {
  flex-direction: row-reverse
}

.Checkbox_checkbox__VWgMt.Checkbox_reverse__MEQER .Checkbox_text__MPGo0 {
  padding: 0 16px 0 0
}

.Checkbox_input__QX96x {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0
}

.Checkbox_input__QX96x:checked+.Checkbox_inner__HHP-u .Checkbox_tick__avD9P {
  background: #0050b0;
  border-color: #0050b0
}

.Checkbox_input__QX96x:checked+.Checkbox_inner__HHP-u .Checkbox_tick__avD9P:before {
  opacity: 1
}

.Checkbox_inner__HHP-u {
  display: flex
}

.Checkbox_inner__HHP-u:hover .Checkbox_tick__avD9P {
  border-color: #0050b0
}

.Checkbox_tick__avD9P {
  border: 2px solid #6f767e66;
  border-radius: 6px;
  flex-shrink: 0;
  height: 24px;
  position: relative;
  transition: all .2s;
  width: 24px
}

.Checkbox_tick__avD9P:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='12'%3E%3Cpath d='M16.707.293a1 1 0 0 1 0 1.414l-8.586 8.586a3 3 0 0 1-4.243 0L.293 6.707A1 1 0 0 1 .735 5.02a1 1 0 0 1 .973.273l3.586 3.586a1 1 0 0 0 1.414 0L15.293.293a1 1 0 0 1 1.414 0z' fill='%23fcfcfc' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;
  content: "";
  height: 12px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity .2s;
  width: 17px
}

.Checkbox_text__MPGo0 {
  color: #1a1d1f;
  flex-grow: 1;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.7142857143;
  padding-left: 16px
}

.dark-mode .Checkbox_text__MPGo0 {
  color: #fcfcfc
}

.Row_row__cFAcz {
  border-radius: 8px;
  display: flex;
  padding: 16px 12px;
  position: relative;
  transition: background .2s
}

@media only screen and (max-width:1023px) {
  .Row_row__cFAcz {
    border-bottom: 1px solid #efefef;
    border-radius: 0;
    display: block;
    margin-bottom: 16px;
    padding: 0 0 16px
  }

  .dark-mode .Row_row__cFAcz {
    border-color: #272b30
  }
}

.Row_row__cFAcz:after {
  background: #efefef;
  bottom: 0;
  content: "";
  height: 1px;
  left: 12px;
  position: absolute;
  right: 12px
}

@media only screen and (max-width:1023px) {
  .Row_row__cFAcz:after {
    display: none
  }
}

.dark-mode .Row_row__cFAcz:after {
  background: #272b30
}

@media only screen and (min-width:1260px) {
  .Row_row__cFAcz:hover {
    background: #efefef
  }

  .dark-mode .Row_row__cFAcz:hover {
    background: #272b30
  }

  .Row_row__cFAcz:hover .Row_control__HRgJV {
    opacity: 1;
    visibility: visible
  }
}

@media only screen and (min-width:1024px) {
  .Row_row__cFAcz.Row_active__B9kD4 {
    background: #fff;
    box-shadow: 0 4px 4px #0000000d
  }

  .dark-mode .Row_row__cFAcz.Row_active__B9kD4 {
    background: #272b30;
    box-shadow: 0 4px 4px #00000040
  }
}

.Row_col__SHrSd:first-child {
  flex-shrink: 0;
  font-size: 0;
  width: 24px
}

@media only screen and (max-width:1023px) {
  .Row_col__SHrSd:first-child {
    display: none
  }
}

.Row_col__SHrSd:nth-child(2) {
  flex-grow: 1;
  padding: 0 32px
}

@media only screen and (max-width:1023px) {
  .Row_col__SHrSd:nth-child(2) {
    padding: 0
  }
}

.Row_col__SHrSd:last-child {
  flex-shrink: 0;
  width: 268px
}

@media only screen and (max-width:1023px) {
  .Row_col__SHrSd:last-child {
    display: none
  }
}

.Row_item__mShOU {
  align-items: center;
  display: flex
}

.Row_preview__KvlL6 {
  flex-shrink: 0;
  height: 80px;
  margin-right: 20px;
  width: 80px
}

.Row_preview__KvlL6 img {
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.Row_product__iWieW {
  color: #1a1d1f;
  font-weight: 700;
  margin-bottom: 4px
}

.dark-mode .Row_product__iWieW {
  color: #fcfcfc
}

.Row_category__HwXGE {
  color: #9a9fa5;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308
}

.Row_box__-Y9\+7 {
  display: flex
}

.Row_avatar__C-KzD {
  flex-shrink: 0;
  height: 48px;
  margin-right: 20px;
  position: relative;
  width: 48px
}

@media only screen and (max-width:767px) {
  .Row_avatar__C-KzD {
    margin-right: 12px
  }
}

.Row_avatar__C-KzD>img {
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.Row_details__5muu\+ {
  flex-grow: 1
}

.Row_line__rV2A3 {
  align-items: center;
  display: flex;
  margin-bottom: 4px
}

.Row_author__tDbAv {
  font-weight: 700;
  margin-right: auto
}

.Row_time__ToTCW {
  color: #9a9fa5;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308;
  margin-left: 24px
}

.Row_comment__BY4\+x {
  color: #33383f
}

.dark-mode .Row_comment__BY4\+x {
  color: #fcfcfc
}

.Row_control__HRgJV {
  opacity: 0;
  transition: all .2s;
  visibility: hidden
}

@media only screen and (max-width:1259px) {
  .Row_control__HRgJV {
    opacity: 1;
    visibility: visible
  }
}

.Control_control__kd4Gy {
  align-items: center;
  display: flex;
  margin: 12px 0 -4px
}

.Control_control__kd4Gy.Control_hidden__lbsZ5 {
  display: none
}

@media only screen and (max-width:1023px) {
  .Control_control__kd4Gy.Control_hidden__lbsZ5 {
    display: flex
  }
}

.Control_button__dlVfg {
  flex-shrink: 0
}

.Control_button__dlVfg svg {
  fill: #6f767e;
  transition: fill .2s
}

.Control_button__dlVfg:hover svg {
  fill: #0050b0
}

.Control_button__dlVfg:not(:last-child) {
  margin-right: 32px
}

.Control_button__dlVfg.Control_active__pR\+Ex svg {
  fill: #1a1d1f
}

.dark-mode .Control_button__dlVfg.Control_active__pR\+Ex svg {
  fill: #fcfcfc
}

.Control_answer__h5kXr.Control_show__6Cm8a {
  display: block
}

.Favorite_button__fIIdk {
  height: 20px;
  position: relative;
  width: 20px
}

.Favorite_button__fIIdk svg {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .2s
}

.Favorite_button__fIIdk svg:nth-child(2) {
  opacity: 0;
  z-index: 2
}

.Favorite_button__fIIdk.Favorite_active__DsbVt svg,
.Favorite_button__fIIdk:hover svg {
  fill: #0050b0
}

.Favorite_button__fIIdk.Favorite_active__DsbVt svg:first-child {
  opacity: 0
}

.Favorite_button__fIIdk.Favorite_active__DsbVt svg:nth-child(2) {
  opacity: 1
}

.Answer_answer__msogm {
  display: none;
  margin-top: 28px;
  padding-left: 60px;
  position: relative
}

@media only screen and (max-width:767px) {
  .Answer_answer__msogm {
    padding-left: 52px
  }
}

.Answer_answer__msogm:before {
  border-bottom-left-radius: 12px;
  border-color: #efefef;
  border-style: solid;
  border-width: 0 0 2px 2px;
  content: "";
  height: 44px;
  left: -45px;
  position: absolute;
  top: -23px;
  width: 33px
}

@media only screen and (max-width:767px) {
  .Answer_answer__msogm:before {
    left: -37px
  }
}

.dark-mode .Answer_answer__msogm:before {
  border-color: #33383f
}

.Answer_answer__msogm.Answer_active__Pg1OH {
  display: block
}

.Answer_avatar__8HJHs {
  height: 40px;
  left: 0;
  position: absolute;
  top: 0;
  width: 40px
}

.Answer_avatar__8HJHs>img {
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.Answer_details__57uPh {
  flex-grow: 1
}

.Answer_details__57uPh textarea {
  background: none;
  border: none;
  color: #272b30;
  display: block;
  font-size: 15px;
  font-weight: 600;
  max-width: 360px;
  min-height: 19px;
  overflow: hidden;
  padding: 0;
  resize: none;
  width: 100%
}

@media only screen and (max-width:767px) {
  .Answer_details__57uPh textarea {
    padding-right: 8px
  }
}

.dark-mode .Answer_details__57uPh textarea {
  color: #fcfcfc
}

.Answer_details__57uPh textarea::placeholder {
  color: #11131580
}

.dark-mode .Answer_details__57uPh textarea::placeholder {
  color: #6f767e
}

.Answer_btns__i7afz {
  display: flex;
  margin-top: 16px
}

.dark-mode .Answer_btns__i7afz .Answer_button__YxbsN:nth-child(2) {
  background: #1a1d1f;
  box-shadow: inset 0 0 0 2px #1a1d1f
}

.dark-mode .Answer_btns__i7afz .Answer_button__YxbsN:nth-child(2):hover {
  background: #111315;
  box-shadow: inset 0 0 0 2px #111315
}

.Answer_btns__i7afz .Answer_button__YxbsN:not(:last-child) {
  margin-right: 8px
}

.Smile_smile__whJyw {
  position: relative
}

.Smile_smile__whJyw.Smile_active__vRtZ5 .Smile_head__Oj2ET svg {
  fill: #1a1d1f
}

.dark-mode .Smile_smile__whJyw.Smile_active__vRtZ5 .Smile_head__Oj2ET svg {
  fill: #fcfcfc
}

.Smile_smile__whJyw.Smile_active__vRtZ5 .Smile_body__TbTh5 {
  opacity: 1;
  visibility: visible
}

.Smile_head__Oj2ET svg {
  fill: #6f767e;
  transition: fill .2s
}

.Smile_head__Oj2ET:hover svg {
  fill: #0050b0
}

.Smile_body__TbTh5 {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 14px -4px #0000000d, 0 32px 48px -8px #0000001a;
  opacity: 0;
  padding: 4px;
  position: absolute;
  transition: all .2s;
  visibility: hidden;
  width: 264px
}

@media only screen and (max-width:767px) {
  .Smile_body__TbTh5 {
    max-width: 168px
  }
}

.dark-mode .Smile_body__TbTh5 {
  background: #1a1d1f;
  box-shadow: 0 0 14px -4px #0000000d, 0 32px 48px -8px #0000004d
}

.Smile_body__TbTh5.Smile_right__HJf\+n {
  left: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%)
}

@media only screen and (max-width:767px) {
  .Smile_body__TbTh5.Smile_right__HJf\+n {
    bottom: calc(100% + 10px);
    left: 50%;
    top: auto;
    transform: translate(-50%)
  }
}

.Smile_body__TbTh5.Smile_up__PCtr0 {
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%)
}

.Smile_list__clpta {
  display: flex;
  flex-wrap: wrap
}

.Smile_item__qwYFQ {
  align-items: center;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 32px;
  justify-content: center;
  transition: background .2s;
  width: 32px
}

.Smile_item__qwYFQ img {
  width: 100%
}

.Smile_item__qwYFQ:hover {
  background: #efefef
}

.dark-mode .Smile_item__qwYFQ:hover {
  background: #272b30
}

.CustomerList_head__6pV5w {
  justify-content: space-between;
  margin-bottom: 44px
}

@media only screen and (max-width:1023px) {
  .CustomerList_head__6pV5w {
    margin-bottom: 32px
  }
}

@media only screen and (max-width:767px) {
  .CustomerList_head__6pV5w {
    flex-wrap: wrap;
    margin-bottom: 24px
  }
}

.CustomerList_head__6pV5w .CustomerList_form__JQxrI {
  margin-right: auto
}

@media only screen and (max-width:1023px) {
  .CustomerList_head__6pV5w .CustomerList_form__JQxrI {
    width: 250px
  }
}

@media only screen and (max-width:767px) {
  .CustomerList_head__6pV5w .CustomerList_form__JQxrI {
    margin: 0 0 16px;
    width: 100%
  }
}

@media only screen and (max-width:1023px) {
  .CustomerList_head__6pV5w.CustomerList_hidden__05GYV {
    display: none
  }
}

.CustomerList_title__xv3TA {
  margin-right: 24px
}

@media only screen and (max-width:767px) {
  .CustomerList_title__xv3TA {
    margin: 0 0 16px
  }
}

.CustomerList_nav__WfWhA {
  display: flex
}

@media only screen and (max-width:767px) {
  .CustomerList_nav__WfWhA {
    width: 100%
  }
}

.CustomerList_link__TrZ3m {
  border-radius: 8px;
  color: #6f767e;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  padding: 8px 16px;
  transition: all .2s
}

@media only screen and (max-width:767px) {
  .CustomerList_link__TrZ3m {
    flex: 1 1
  }
}

.CustomerList_link__TrZ3m.CustomerList_active__WLtRa,
.CustomerList_link__TrZ3m:hover {
  color: #1a1d1f
}

.dark-mode .CustomerList_link__TrZ3m.CustomerList_active__WLtRa,
.dark-mode .CustomerList_link__TrZ3m:hover {
  color: #fcfcfc
}

.CustomerList_link__TrZ3m.CustomerList_active__WLtRa {
  background: #efefef
}

.dark-mode .CustomerList_link__TrZ3m.CustomerList_active__WLtRa {
  background: #272b30
}

.CustomerList_link__TrZ3m:not(:last-child) {
  margin-right: 8px
}

@media only screen and (max-width:767px) {
  .CustomerList_link__TrZ3m:not(:last-child) {
    margin-right: 0
  }
}

.CustomerList_filters__EGutc {
  margin-left: 8px
}

@media only screen and (max-width:1023px) {
  .CustomerList_filters__EGutc {
    display: none
  }
}

.CustomerList_details__wMAPU {
  display: none
}

.CustomerList_row__xPZIX.CustomerList_flex__Rv6bk {
  display: flex
}

.CustomerList_row__xPZIX.CustomerList_flex__Rv6bk .CustomerList_table__-GRCK {
  flex-shrink: 0;
  width: 384px
}

@media only screen and (max-width:1419px) {
  .CustomerList_row__xPZIX.CustomerList_flex__Rv6bk .CustomerList_table__-GRCK {
    width: 350px
  }
}

@media only screen and (max-width:1259px) {
  .CustomerList_row__xPZIX.CustomerList_flex__Rv6bk .CustomerList_table__-GRCK {
    width: 320px
  }
}

@media only screen and (max-width:1023px) {
  .CustomerList_row__xPZIX.CustomerList_flex__Rv6bk .CustomerList_table__-GRCK {
    display: none
  }
}

.CustomerList_row__xPZIX.CustomerList_flex__Rv6bk .CustomerList_details__wMAPU {
  display: block
}

.Table_wrapper__\+fT8z {
  margin: 0 -12px
}

@media only screen and (max-width:767px) {
  .Table_wrapper__\+fT8z {
    margin: 0
  }
}

.Table_table__JR8i3 {
  display: table;
  width: 100%
}

@media only screen and (max-width:767px) {
  .Table_table__JR8i3 {
    display: grid;
    grid-template-columns: auto auto
  }
}

@media only screen and (max-width:767px)and (max-width:474px) {
  .Table_table__JR8i3 {
    grid-template-columns: auto
  }
}

.Table_row__dFB3n {
  display: table-row
}

@media only screen and (max-width:767px) {
  .Table_row__dFB3n {
    display: none
  }
}

.Table_row__dFB3n.Table_active__mHBRS .Table_col__P5c1b:not(:first-child):not(:nth-child(2)) {
  display: none
}

.Table_row__dFB3n.Table_active__mHBRS .Table_col__P5c1b:nth-child(2):after {
  right: 12px
}

.Table_tooltip__8sm9f {
  fill: gray;
  color: gray;
  margin-left: 5px;
  margin-top: -1px
}

.Table_col__P5c1b {
  color: #6f767e;
  display: table-cell;
  font-size: 14px;
  padding: 0 12px 16px;
  position: relative;
  vertical-align: middle
}

.Table_col__P5c1b:after {
  background: #efefef;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0
}

.dark-mode .Table_col__P5c1b:after {
  background: #272b30
}

.Table_col__P5c1b:first-child {
  font-size: 0;
  padding: 0;
  width: 0
}

.Table_foot__TB3eh {
  margin-top: 20px;
  text-align: center
}

.Table_foot__TB3eh .Table_button__qC3Le .Table_loader__7hXsD {
  margin: 0 18px 0 8px;
  transform: scale(.8)
}

.Table_placeholder__-lfs2 {
  min-height: 150px;
  position: relative
}

.Table_placeholderContent__2z\+4F {
  maring-right: auto;
  bottom: 40%;
  left: 50%;
  margin-left: auto;
  position: absolute;
  right: 50%;
  top: 60%
}

.Row_purchase__s-j44 {
  font-size: 14px
}

.Row_row__v8nRT {
  display: table-row;
  transition: all .2s
}

@media only screen and (max-width:767px) {
  .Row_row__v8nRT {
    align-items: flex-start;
    border-bottom: 1px solid #efefef;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
    padding-bottom: 16px
  }
}

.dark-mode .Row_row__v8nRT {
  border-color: #272b30
}

@media only screen and (min-width:1024px) {
  .Row_row__v8nRT:hover {
    background: #f4f4f4
  }

  .dark-mode .Row_row__v8nRT:hover {
    background: #272b30
  }

  .Row_row__v8nRT:hover .Row_price__26C6I {
    background: #fcfcfc
  }

  .dark-mode .Row_row__v8nRT:hover .Row_price__26C6I {
    background: #111315
  }
}

.Row_row__v8nRT:last-child .Row_col__bggQk:after {
  display: none
}

.Row_row__v8nRT.Row_active__xurfm:hover {
  background: none
}

.Row_row__v8nRT.Row_active__xurfm .Row_col__bggQk:not(:first-child):not(:nth-child(2)) {
  display: none
}

.Row_row__v8nRT.Row_active__xurfm.Row_selected__VkgT- {
  background: #efefef
}

.dark-mode .Row_row__v8nRT.Row_active__xurfm.Row_selected__VkgT- {
  background: #272b30;
  box-shadow: inset 0 -2px 1px #0000000d, inset 0 1px 1px #ffffff14
}

.Row_row__v8nRT.Row_active__xurfm.Row_selected__VkgT- .Row_col__bggQk:first-child {
  border-radius: 12px 0 0 12px
}

.Row_row__v8nRT.Row_active__xurfm.Row_selected__VkgT- .Row_col__bggQk:nth-child(2) {
  border-radius: 0 12px 12px 0;
  padding-right: 40px
}

.Row_row__v8nRT.Row_active__xurfm.Row_selected__VkgT- .Row_col__bggQk:nth-child(2):before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath d='M8.293 17.293a1 1 0 0 0 1.414 1.414l-1.414-1.414zM15 12l.707.707a1 1 0 0 0 0-1.414L15 12zM9.707 5.293a1 1 0 1 0-1.414 1.414l1.414-1.414zm0 13.414 6-6-1.414-1.414-6 6 1.414 1.414zm6-7.414-6-6-1.414 1.414 6 6 1.414-1.414z' fill='%236f767e'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;
  content: "";
  height: 24px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px
}

.Row_row__v8nRT.Row_inactive__wL87M {
  opacity: .3
}

.Row_col__bggQk {
  color: #1a1d1f;
  display: table-cell;
  padding: 16px 12px;
  position: relative;
  vertical-align: center
}

@media only screen and (max-width:767px) {
  .Row_col__bggQk {
    display: block;
    padding: 0
  }
}

.dark-mode .Row_col__bggQk {
  color: #fcfcfc
}

.Row_col__bggQk:after {
  background: #efefef;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0
}

@media only screen and (max-width:767px) {
  .Row_col__bggQk:after {
    display: none
  }
}

.dark-mode .Row_col__bggQk:after {
  background: #272b30
}

.Row_col__bggQk:nth-child(2) {
  border-radius: 8px 0 0 8px
}

.Row_col__bggQk:first-child {
  border-radius: 8px 0 0 8px;
  font-size: 0;
  padding: 0;
  width: 0
}

@media only screen and (max-width:767px) {
  .Row_col__bggQk:first-child {
    display: none
  }
}

.Row_col__bggQk:last-child {
  border-radius: 0 8px 8px 0
}

.Row_item__oom2N {
  align-items: center;
  cursor: pointer;
  display: flex;
  transition: color .2s
}

.Row_item__oom2N:hover {
  color: #0050b0
}

.Row_item__oom2N .Row_email__QppNJ {
  display: none
}

@media only screen and (max-width:767px) {
  .Row_item__oom2N .Row_email__QppNJ {
    color: #9a9fa5;
    display: block;
    font-size: 13px;
    line-height: 1
  }
}

.Row_avatar__MWtTI {
  border-radius: 50%;
  flex-shrink: 0;
  height: 48px;
  margin-right: 12px;
  overflow: hidden;
  width: 48px
}

.Row_avatar__MWtTI img {
  height: 100%;
  object-fit: cover;
  width: 100%
}

.Row_user__3OXw4 {
  margin-bottom: 4px;
  max-width: 160px
}

.Row_login__rZGfo {
  color: #6f767e;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308
}

.dark-mode .Row_login__rZGfo {
  color: #9a9fa5
}

.Row_email__QppNJ {
  color: #6f767e;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7142857143
}

@media only screen and (max-width:767px) {
  .Row_col__bggQk>.Row_email__QppNJ {
    display: none
  }
}

.Row_lifetime__pLv5D {
  align-items: center;
  display: inline-flex
}

@media only screen and (max-width:767px) {
  .Row_lifetime__pLv5D {
    align-items: flex-end;
    flex-direction: column
  }
}

.Row_price__26C6I {
  background: #efefef;
  border-radius: 6px;
  display: inline-block;
  padding: 0 8px;
  transition: backround .2s
}

.dark-mode .Row_price__26C6I {
  background: #272b30
}

.Row_balance__k4A9M {
  margin-left: 8px
}

@media only screen and (max-width:767px) {
  .Row_balance__k4A9M {
    margin: 4px 0 0
  }
}

.Details_details__UXKCM {
  flex-grow: 1;
  padding: 60px 0 0 48px;
  position: relative
}

@media only screen and (max-width:1419px) {
  .Details_details__UXKCM {
    padding: 48px 0 0 48px
  }
}

@media only screen and (max-width:1023px) {
  .Details_details__UXKCM {
    padding: 0
  }
}

.Details_close__ZfLBW {
  background: #efefef;
  border-radius: 50%;
  height: 36px;
  position: absolute;
  right: 0;
  top: 0;
  width: 36px
}

@media only screen and (max-width:1023px) {
  .Details_close__ZfLBW {
    background: #fcfcfc;
    box-shadow: 0 4px 4px #0000000d;
    top: -90px
  }
}

@media only screen and (max-width:767px) {
  .Details_close__ZfLBW {
    top: -70px
  }
}

.Details_close__ZfLBW svg {
  transition: transform .2s
}

.dark-mode .Details_close__ZfLBW {
  background: #272b30
}

.dark-mode .Details_close__ZfLBW svg {
  fill: #fcfcfc
}

.Details_close__ZfLBW:hover svg {
  transform: rotate(90deg)
}

.Details_editor__K2BIJ,
.Details_head__vgEb\+ {
  margin-bottom: 48px
}

@media only screen and (max-width:1339px) {

  .Details_editor__K2BIJ,
  .Details_head__vgEb\+ {
    margin-bottom: 32px
  }
}

.Details_line__NXExM {
  align-items: center;
  color: #1a1d1f;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7142857143;
  transition: color .2s
}

.Details_line__NXExM svg {
  fill: #6f767e;
  margin-right: 12px;
  transition: fill .2s
}

.dark-mode .Details_line__NXExM {
  color: #fcfcfc
}

.Details_line__NXExM:hover {
  color: #0050b0
}

.Details_line__NXExM:hover svg {
  fill: #0050b0
}

.Details_socials__hRSSH {
  align-items: center;
  border-color: #efefef;
  border-style: solid;
  border-width: 1px 0;
  display: flex;
  padding: 20px 0
}

@media only screen and (max-width:767px) {
  .Details_socials__hRSSH {
    padding: 16px 0
  }
}

.dark-mode .Details_socials__hRSSH {
  border-color: #272b30
}

.Details_social__6jeK5 svg {
  fill: #6f767e;
  transition: fill .2s
}

.Details_social__6jeK5:hover svg {
  fill: #0050b0
}

.Details_social__6jeK5:not(:last-child) {
  margin-right: 32px
}

.Details_line__NXExM:not(:last-child),
.Details_socials__hRSSH:not(:last-child) {
  margin-bottom: 20px
}

@media only screen and (max-width:767px) {

  .Details_line__NXExM:not(:last-child),
  .Details_socials__hRSSH:not(:last-child) {
    margin-bottom: 16px
  }
}

.Details_history__iL9Do {
  margin-top: 48px
}

@media only screen and (max-width:1339px) {
  .Details_history__iL9Do {
    margin-top: 32px
  }
}

.Head_head__xuunG {
  align-items: center;
  display: flex
}

@media only screen and (max-width:767px) {
  .Head_head__xuunG {
    display: block
  }
}

.Head_user__qecDW {
  align-items: center;
  display: flex;
  margin-right: 24px
}

@media only screen and (max-width:767px) {
  .Head_user__qecDW {
    margin: 0 0 24px
  }
}

.Head_avatar__E1a5z {
  flex-shrink: 0;
  height: 80px;
  margin-right: 24px;
  width: 80px
}

@media only screen and (max-width:1419px) {
  .Head_avatar__E1a5z {
    height: 64px;
    margin-right: 16px;
    width: 64px
  }
}

.Head_avatar__E1a5z img {
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.Head_man__-9C5N {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.6;
  margin-bottom: 4px
}

@media only screen and (max-width:767px) {
  .Head_man__-9C5N {
    font-size: 18px
  }
}

.Head_login__xnGLb {
  color: #9a9fa5;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308
}

.Head_btns__IAVvw {
  align-items: center;
  display: flex;
  margin-left: auto
}

@media only screen and (max-width:767px) {
  .Head_btns__IAVvw .Head_button__-A5Uu {
    flex-grow: 1
  }
}

@media only screen and (max-width:1419px) {
  .Head_btns__IAVvw .Head_button__-A5Uu:first-child {
    font-size: 0;
    padding: 0;
    width: 48px
  }

  .Head_btns__IAVvw .Head_button__-A5Uu:first-child svg:last-child {
    margin: 0
  }
}

@media only screen and (max-width:767px) {
  .Head_btns__IAVvw .Head_button__-A5Uu:first-child {
    font-size: 15px;
    padding: 0 20px;
    width: auto
  }

  .Head_btns__IAVvw .Head_button__-A5Uu:first-child svg:last-child {
    margin-left: 8px
  }
}

.Head_btns__IAVvw .Head_button__-A5Uu:not(:last-child) {
  margin-right: 8px
}

.Editor_label__nJCOX {
  color: #33383f;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7142857143;
  margin-bottom: 14px
}

.dark-mode .Editor_label__nJCOX {
  color: #efefef
}

.Editor_tooltip__uf-Ui {
  position: relative;
  top: -1px
}

.Editor_tooltip__uf-Ui svg {
  fill: #9a9fa5
}

.Editor_editor__3u8J3 {
  font-family: Inter, sans-serif;
  position: relative
}

.dark-mode .Editor_editor__3u8J3 {
  color: #111315
}

.Editor_editor__3u8J3 .Editor_editorMain__rFg4R {
  min-height: 112px
}

.dark-mode .Editor_editor__3u8J3 .Editor_editorMain__rFg4R {
  color: #fcfcfc
}

.Editor_editor__3u8J3 .Editor_editorWrapper__--6aA {
  background: #f4f4f4;
  border: 2px solid #9a9fa540;
  border-radius: 12px
}

.dark-mode .Editor_editor__3u8J3 .Editor_editorWrapper__--6aA {
  background: #111315;
  border-color: #9a9fa526
}

.Editor_editor__3u8J3 .Editor_editorToolbar__SS1Ai {
  background: #fcfcfc;
  border: none;
  border-radius: 12px 12px 0 0
}

.dark-mode .Editor_editor__3u8J3 .Editor_editorToolbar__SS1Ai {
  background: #272b30
}

.Editor_editorButton__qH8u4 .Editor_editorMain__rFg4R {
  padding-bottom: 56px
}

.Editor_editorButton__qH8u4 .Editor_button__s37bp {
  bottom: 12px;
  left: 12px;
  position: absolute
}

.rdw-option-wrapper {
  align-items: center;
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 2px;
  cursor: pointer;
  display: flex;
  height: 20px;
  justify-content: center;
  margin: 0 4px;
  min-width: 25px;
  padding: 5px;
  text-transform: capitalize
}

.rdw-option-wrapper:hover {
  box-shadow: 1px 1px 0 #bfbdbd
}

.rdw-option-active,
.rdw-option-wrapper:active {
  box-shadow: inset 1px 1px 0 #bfbdbd
}

.rdw-option-disabled {
  cursor: default;
  opacity: .3
}

.rdw-dropdown-wrapper {
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 2px;
  cursor: pointer;
  height: 30px;
  margin: 0 3px;
  text-transform: capitalize
}

.rdw-dropdown-wrapper:focus {
  outline: none
}

.rdw-dropdown-wrapper:hover {
  background-color: #fff;
  box-shadow: 1px 1px 0 #bfbdbd
}

.rdw-dropdown-wrapper:active {
  box-shadow: inset 1px 1px 0 #bfbdbd
}

.rdw-dropdown-carettoopen {
  border-top: 6px solid #000
}

.rdw-dropdown-carettoclose,
.rdw-dropdown-carettoopen {
  border-left: 5px solid #0000;
  border-right: 5px solid #0000;
  height: 0;
  position: absolute;
  right: 10%;
  top: 35%;
  width: 0
}

.rdw-dropdown-carettoclose {
  border-bottom: 6px solid #000
}

.rdw-dropdown-selectedtext {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 0 5px;
  position: relative
}

.rdw-dropdown-optionwrapper {
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 2px;
  margin: 0;
  max-height: 250px;
  overflow-y: scroll;
  padding: 0;
  position: relative;
  width: 98%;
  z-index: 100
}

.rdw-dropdown-optionwrapper:hover {
  background-color: #fff;
  box-shadow: 1px 1px 0 #bfbdbd
}

.rdw-dropdownoption-default {
  align-items: center;
  display: flex;
  min-height: 25px;
  padding: 0 5px
}

.rdw-dropdownoption-highlighted {
  background: #f1f1f1
}

.rdw-dropdownoption-active {
  background: #f5f5f5
}

.rdw-dropdownoption-disabled {
  cursor: default;
  opacity: .3
}

.rdw-inline-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6px
}

.rdw-inline-dropdown {
  width: 50px
}

.rdw-inline-dropdownoption {
  display: flex;
  height: 40px;
  justify-content: center
}

.rdw-block-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6px
}

.rdw-block-dropdown {
  width: 110px
}

.rdw-fontsize-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6px
}

.rdw-fontsize-dropdown {
  min-width: 40px
}

.rdw-fontsize-option {
  display: flex;
  justify-content: center
}

.rdw-fontfamily-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6px
}

.rdw-fontfamily-dropdown {
  width: 115px
}

.rdw-fontfamily-placeholder {
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.rdw-fontfamily-optionwrapper {
  width: 140px
}

.rdw-list-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6px
}

.rdw-list-dropdown {
  width: 50px;
  z-index: 90
}

.rdw-list-dropdownOption {
  display: flex;
  height: 40px;
  justify-content: center
}

.rdw-text-align-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6px
}

.rdw-text-align-dropdown {
  width: 50px;
  z-index: 90
}

.rdw-text-align-dropdownOption {
  display: flex;
  height: 40px;
  justify-content: center
}

.rdw-right-aligned-block {
  text-align: right
}

.rdw-left-aligned-block {
  text-align: left !important
}

.rdw-center-aligned-block {
  text-align: center !important
}

.rdw-justify-aligned-block {
  text-align: justify !important
}

.rdw-center-aligned-block>div,
.rdw-justify-aligned-block>div,
.rdw-left-aligned-block>div,
.rdw-right-aligned-block>div {
  display: inline-block
}

.rdw-colorpicker-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6px;
  position: relative
}

.rdw-colorpicker-modal {
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 2px;
  box-shadow: 3px 3px 5px #bfbdbd;
  display: flex;
  flex-direction: column;
  height: 175px;
  left: 5px;
  padding: 15px;
  position: absolute;
  top: 35px;
  width: 175px;
  z-index: 100
}

.rdw-colorpicker-modal-header {
  display: flex;
  padding-bottom: 5px
}

.rdw-colorpicker-modal-style-label {
  cursor: pointer;
  font-size: 15px;
  padding: 0 10px 5px;
  text-align: center;
  width: 50%
}

.rdw-colorpicker-modal-style-label-active {
  border-bottom: 2px solid #0a66b7
}

.rdw-colorpicker-modal-options {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  margin: 5px auto;
  overflow: scroll;
  width: 100%
}

.rdw-colorpicker-cube {
  border: 1px solid #f1f1f1;
  height: 22px;
  width: 22px
}

.rdw-colorpicker-option {
  border: none;
  box-shadow: inset 1px 2px 1px #bfbdbd;
  height: 22px;
  margin: 3px;
  min-height: 20px;
  min-width: 22px;
  padding: 0;
  width: 22px
}

.rdw-colorpicker-option:hover {
  box-shadow: 1px 2px 1px #bfbdbd
}

.rdw-colorpicker-option:active {
  box-shadow: -1px -2px 1px #bfbdbd
}

.rdw-colorpicker-option-active {
  box-shadow: 0 0 2px 2px #bfbdbd
}

.rdw-link-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6px;
  position: relative
}

.rdw-link-dropdown {
  width: 50px
}

.rdw-link-dropdownOption {
  display: flex;
  height: 40px;
  justify-content: center
}

.rdw-link-dropdownPlaceholder {
  margin-left: 8px
}

.rdw-link-modal {
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 2px;
  box-shadow: 3px 3px 5px #bfbdbd;
  display: flex;
  flex-direction: column;
  height: 205px;
  left: 5px;
  padding: 15px;
  position: absolute;
  top: 35px;
  width: 235px;
  z-index: 100
}

.rdw-link-modal-label {
  font-size: 15px
}

.rdw-link-modal-input {
  border: 1px solid #f1f1f1;
  border-radius: 2px;
  height: 25px;
  margin-bottom: 15px;
  margin-top: 5px;
  padding: 0 5px
}

.rdw-link-modal-input:focus {
  outline: none
}

.rdw-link-modal-buttonsection {
  margin: 0 auto
}

.rdw-link-modal-target-option {
  margin-bottom: 20px
}

.rdw-link-modal-target-option>span {
  margin-left: 5px
}

.rdw-link-modal-btn {
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 2px;
  cursor: pointer;
  height: 30px;
  margin-left: 10px;
  text-transform: capitalize;
  width: 75px
}

.rdw-link-modal-btn:hover {
  box-shadow: 1px 1px 0 #bfbdbd
}

.rdw-link-modal-btn:active {
  box-shadow: inset 1px 1px 0 #bfbdbd
}

.rdw-link-modal-btn:focus {
  outline: none !important
}

.rdw-link-modal-btn:disabled {
  background: #ece9e9
}

.rdw-link-dropdownoption {
  display: flex;
  height: 40px;
  justify-content: center
}

.rdw-embedded-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6px;
  position: relative
}

.rdw-embedded-modal {
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 2px;
  box-shadow: 3px 3px 5px #bfbdbd;
  display: flex;
  flex-direction: column;
  height: 180px;
  justify-content: space-between;
  left: 5px;
  padding: 15px;
  position: absolute;
  top: 35px;
  width: 235px;
  z-index: 100
}

.rdw-embedded-modal-header {
  display: flex;
  font-size: 15px
}

.rdw-embedded-modal-header-option {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%
}

.rdw-embedded-modal-header-label {
  background: #6eb8d4;
  border: 1px solid #f1f1f1;
  border-bottom: 2px solid #0a66b7;
  margin-top: 5px;
  width: 95px
}

.rdw-embedded-modal-link-section {
  display: flex;
  flex-direction: column
}

.rdw-embedded-modal-link-input {
  border: 1px solid #f1f1f1;
  border-radius: 2px;
  font-size: 15px;
  height: 35px;
  margin: 10px 0;
  padding: 0 5px;
  width: 88%
}

.rdw-embedded-modal-link-input-wrapper {
  align-items: center;
  display: flex
}

.rdw-embedded-modal-link-input:focus {
  outline: none
}

.rdw-embedded-modal-btn-section {
  display: flex;
  justify-content: center
}

.rdw-embedded-modal-btn {
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 2px;
  cursor: pointer;
  height: 30px;
  margin: 0 3px;
  text-transform: capitalize;
  width: 75px
}

.rdw-embedded-modal-btn:hover {
  box-shadow: 1px 1px 0 #bfbdbd
}

.rdw-embedded-modal-btn:active {
  box-shadow: inset 1px 1px 0 #bfbdbd
}

.rdw-embedded-modal-btn:focus {
  outline: none !important
}

.rdw-embedded-modal-btn:disabled {
  background: #ece9e9
}

.rdw-embedded-modal-size {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 8px 0
}

.rdw-embedded-modal-size-input {
  border: 1px solid #f1f1f1;
  border-radius: 2px;
  font-size: 12px;
  height: 20px;
  width: 80%
}

.rdw-embedded-modal-size-input:focus {
  outline: none
}

.rdw-emoji-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6px;
  position: relative
}

.rdw-emoji-modal {
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 2px;
  box-shadow: 3px 3px 5px #bfbdbd;
  display: flex;
  flex-wrap: wrap;
  height: 180px;
  left: 5px;
  overflow: auto;
  padding: 15px;
  position: absolute;
  top: 35px;
  width: 235px;
  z-index: 100
}

.rdw-emoji-icon {
  cursor: pointer;
  font-size: 22px;
  height: 24px;
  margin: 2.5px;
  width: 24px
}

.rdw-emoji-icon,
.rdw-spinner {
  align-items: center;
  display: flex;
  justify-content: center
}

.rdw-spinner {
  height: 100%;
  width: 100%
}

.rdw-spinner>div {
  animation: sk-bouncedelay 1.4s ease-in-out infinite both;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  height: 12px;
  width: 12px
}

.rdw-spinner .rdw-bounce1 {
  animation-delay: -.32s
}

.rdw-spinner .rdw-bounce2 {
  animation-delay: -.16s
}

@keyframes sk-bouncedelay {

  0%,
  80%,
  to {
    transform: scale(0)
  }

  40% {
    transform: scale(1)
  }
}

.rdw-image-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6px;
  position: relative
}

.rdw-image-modal {
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 2px;
  box-shadow: 3px 3px 5px #bfbdbd;
  display: flex;
  flex-direction: column;
  left: 5px;
  padding: 15px;
  position: absolute;
  top: 35px;
  width: 235px;
  z-index: 100
}

.rdw-image-modal-header {
  display: flex;
  font-size: 15px;
  margin: 10px 0
}

.rdw-image-modal-header-option {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%
}

.rdw-image-modal-header-label {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  margin-top: 5px;
  width: 80px
}

.rdw-image-modal-header-label-highlighted {
  background: #6eb8d4;
  border-bottom: 2px solid #0a66b7
}

.rdw-image-modal-upload-option {
  align-items: center;
  background-color: #f1f1f1;
  border: none;
  color: gray;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  justify-content: center;
  margin: 10px 0;
  outline: 2px dashed gray;
  outline-offset: -10px;
  padding: 9px 0;
  width: 100%
}

.rdw-image-modal-upload-option-highlighted {
  outline: 2px dashed #0a66b7
}

.rdw-image-modal-upload-option-label {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 15px;
  width: 100%
}

.rdw-image-modal-upload-option-label span {
  padding: 0 20px
}

.rdw-image-modal-upload-option-image-preview {
  max-height: 200px;
  max-width: 100%
}

.rdw-image-modal-upload-option-input {
  height: .1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: .1px;
  z-index: -1
}

.rdw-image-modal-url-section {
  align-items: center;
  display: flex
}

.rdw-image-modal-url-input {
  border: 1px solid #f1f1f1;
  border-radius: 2px;
  font-size: 15px;
  height: 35px;
  margin: 15px 0 12px;
  padding: 0 5px;
  width: 90%
}

.rdw-image-modal-btn-section {
  margin: 10px auto 0
}

.rdw-image-modal-url-input:focus {
  outline: none
}

.rdw-image-modal-btn {
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 2px;
  cursor: pointer;
  height: 30px;
  margin: 0 5px;
  text-transform: capitalize;
  width: 75px
}

.rdw-image-modal-btn:hover {
  box-shadow: 1px 1px 0 #bfbdbd
}

.rdw-image-modal-btn:active {
  box-shadow: inset 1px 1px 0 #bfbdbd
}

.rdw-image-modal-btn:focus {
  outline: none !important
}

.rdw-image-modal-btn:disabled {
  background: #ece9e9
}

.rdw-image-modal-spinner {
  height: 100%;
  left: 0;
  opacity: .5;
  position: absolute;
  top: -3px;
  width: 100%
}

.rdw-image-modal-alt-input {
  border: 1px solid #f1f1f1;
  border-radius: 2px;
  font-size: 12px;
  height: 20px;
  margin-left: 5px;
  width: 70%
}

.rdw-image-modal-alt-input:focus {
  outline: none
}

.rdw-image-modal-alt-lbl {
  font-size: 12px
}

.rdw-image-modal-size {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 8px 0
}

.rdw-image-modal-size-input {
  border: 1px solid #f1f1f1;
  border-radius: 2px;
  font-size: 12px;
  height: 20px;
  width: 40%
}

.rdw-image-modal-size-input:focus {
  outline: none
}

.rdw-image-mandatory-sign {
  color: red;
  margin-left: 3px;
  margin-right: 3px
}

.rdw-remove-wrapper {
  position: relative
}

.rdw-history-wrapper,
.rdw-remove-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6px
}

.rdw-history-dropdownoption {
  display: flex;
  height: 40px;
  justify-content: center
}

.rdw-history-dropdown {
  width: 50px
}

.rdw-link-decorator-wrapper {
  position: relative
}

.rdw-link-decorator-icon {
  background-color: #fff;
  cursor: pointer;
  left: 40%;
  position: absolute;
  top: 0
}

.rdw-mention-link {
  background-color: #f0fbff;
  border-radius: 2px;
  color: #1236ff;
  padding: 1px 2px;
  text-decoration: none
}

.rdw-suggestion-wrapper {
  position: relative
}

.rdw-suggestion-dropdown {
  background: #fff;
  border: 1px solid #f1f1f1;
  display: flex;
  flex-direction: column;
  max-height: 150px;
  min-width: 100px;
  overflow: auto;
  position: absolute;
  z-index: 100
}

.rdw-suggestion-option {
  border-bottom: 1px solid #f1f1f1;
  padding: 7px 5px
}

.rdw-suggestion-option-active {
  background-color: #f1f1f1
}

.rdw-hashtag-link {
  background-color: #f0fbff;
  border-radius: 2px;
  color: #1236ff;
  padding: 1px 2px;
  text-decoration: none
}

.rdw-image-alignment-options-popup {
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 2px;
  cursor: pointer;
  display: flex;
  padding: 5px 2px;
  position: absolute;
  width: 105px;
  z-index: 100
}

.rdw-alignment-option-left {
  justify-content: flex-start
}

.rdw-image-alignment-option {
  height: 15px;
  min-width: 15px;
  width: 15px
}

.rdw-image-alignment,
.rdw-image-imagewrapper {
  position: relative
}

.rdw-image-center {
  display: flex;
  justify-content: center
}

.rdw-image-left {
  display: flex
}

.rdw-image-right {
  display: flex;
  justify-content: flex-end
}

.rdw-image-alignment-options-popup-right {
  right: 0
}

.rdw-editor-main {
  box-sizing: border-box;
  height: 100%;
  overflow: auto
}

.rdw-editor-toolbar {
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 2px;
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  justify-content: flex-start;
  margin-bottom: 5px;
  padding: 6px 5px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.public-DraftStyleDefault-block {
  margin: 1em 0
}

.rdw-editor-wrapper:focus {
  outline: none
}

.rdw-editor-wrapper {
  box-sizing: initial
}

.rdw-editor-main blockquote {
  border-left: 5px solid #f1f1f1;
  padding-left: 5px
}

.rdw-editor-main pre {
  background: #f1f1f1;
  border-radius: 3px;
  padding: 1px 10px
}

.DraftEditor-editorContainer,
.DraftEditor-root,
.public-DraftEditor-content {
  height: inherit;
  text-align: initial
}

.public-DraftEditor-content[contenteditable=true] {
  -webkit-user-modify: read-write-plaintext-only
}

.DraftEditor-root {
  position: relative
}

.DraftEditor-editorContainer {
  background-color: #fff0;
  border-left: .1px solid #0000;
  position: relative;
  z-index: 1
}

.public-DraftEditor-block {
  position: relative
}

.DraftEditor-alignLeft .public-DraftStyleDefault-block {
  text-align: left
}

.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root {
  left: 0;
  text-align: left
}

.DraftEditor-alignCenter .public-DraftStyleDefault-block {
  text-align: center
}

.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root {
  margin: 0 auto;
  text-align: center;
  width: 100%
}

.DraftEditor-alignRight .public-DraftStyleDefault-block {
  text-align: right
}

.DraftEditor-alignRight .public-DraftEditorPlaceholder-root {
  right: 0;
  text-align: right
}

.public-DraftEditorPlaceholder-root {
  color: #9197a3;
  position: absolute;
  z-index: 0
}

.public-DraftEditorPlaceholder-hasFocus {
  color: #bdc1c9
}

.DraftEditorPlaceholder-hidden {
  display: none
}

.public-DraftStyleDefault-block {
  position: relative;
  white-space: pre-wrap
}

.public-DraftStyleDefault-ltr {
  direction: ltr;
  text-align: left
}

.public-DraftStyleDefault-rtl {
  direction: rtl;
  text-align: right
}

.public-DraftStyleDefault-listLTR {
  direction: ltr
}

.public-DraftStyleDefault-listRTL {
  direction: rtl
}

.public-DraftStyleDefault-ol,
.public-DraftStyleDefault-ul {
  margin: 16px 0;
  padding: 0
}

.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR {
  margin-left: 1.5em
}

.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL {
  margin-right: 1.5em
}

.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR {
  margin-left: 3em
}

.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL {
  margin-right: 3em
}

.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR {
  margin-left: 4.5em
}

.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL {
  margin-right: 4.5em
}

.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR {
  margin-left: 6em
}

.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL {
  margin-right: 6em
}

.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR {
  margin-left: 7.5em
}

.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL {
  margin-right: 7.5em
}

.public-DraftStyleDefault-unorderedListItem {
  list-style-type: square;
  position: relative
}

.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0 {
  list-style-type: disc
}

.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1 {
  list-style-type: circle
}

.public-DraftStyleDefault-orderedListItem {
  list-style-type: none;
  position: relative
}

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before {
  left: -36px;
  position: absolute;
  text-align: right;
  width: 30px
}

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before {
  position: absolute;
  right: -36px;
  text-align: left;
  width: 30px
}

.public-DraftStyleDefault-orderedListItem:before {
  content: counter(ol0) ". ";
  counter-increment: ol0
}

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before {
  content: counter(ol1) ". ";
  counter-increment: ol1
}

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before {
  content: counter(ol2) ". ";
  counter-increment: ol2
}

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before {
  content: counter(ol3) ". ";
  counter-increment: ol3
}

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before {
  content: counter(ol4) ". ";
  counter-increment: ol4
}

.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset {
  counter-reset: ol0
}

.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset {
  counter-reset: ol1
}

.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset {
  counter-reset: ol2
}

.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset {
  counter-reset: ol3
}

.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset {
  counter-reset: ol4
}

.PurchaseHistory_label__u6zMX {
  color: #33383f;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7142857143;
  margin-bottom: 14px
}

.dark-mode .PurchaseHistory_label__u6zMX {
  color: #efefef
}

.PurchaseHistory_tooltip__tCakH {
  position: relative;
  top: -1
}

.PurchaseHistory_tooltip__tCakH svg {
  fill: #9a9fa5
}

.PurchaseHistory_inner__pp2Uu {
  margin: 0 -12px
}

@media only screen and (max-width:767px) {
  .PurchaseHistory_inner__pp2Uu {
    margin: 0
  }
}

.PurchaseHistory_table__i6Okf {
  display: table;
  width: 100%
}

@media only screen and (max-width:767px) {
  .PurchaseHistory_table__i6Okf {
    display: block
  }
}

.PurchaseHistory_row__nOQhN {
  cursor: pointer;
  display: table-row;
  transition: background .2s
}

@media only screen and (max-width:767px) {
  .PurchaseHistory_row__nOQhN {
    border-bottom: 1px solid #efefef;
    display: block;
    margin-bottom: 16px;
    padding-bottom: 16px
  }

  .dark-mode .PurchaseHistory_row__nOQhN {
    border-color: #272b30
  }

  .PurchaseHistory_row__nOQhN:first-child {
    display: none
  }
}

.PurchaseHistory_row__nOQhN:first-child .PurchaseHistory_col__mVWha {
  color: #6f767e;
  font-size: 12px;
  font-weight: 700;
  font-weight: 500;
  line-height: 1.3333333333;
  padding-bottom: 24px;
  padding-top: 0
}

@media only screen and (min-width:768px) {
  .PurchaseHistory_row__nOQhN:not(:first-child):hover {
    background: #f4f4f4
  }

  .dark-mode .PurchaseHistory_row__nOQhN:not(:first-child):hover {
    background: #272b30
  }
}

.PurchaseHistory_col__mVWha {
  color: #1a1d1f;
  display: table-cell;
  padding: 12px;
  position: relative;
  vertical-align: middle
}

@media only screen and (max-width:767px) {
  .PurchaseHistory_col__mVWha {
    display: block;
    padding: 0
  }
}

.dark-mode .PurchaseHistory_col__mVWha {
  color: #fcfcfc
}

.PurchaseHistory_col__mVWha:after {
  background: #efefef;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0
}

@media only screen and (max-width:767px) {
  .PurchaseHistory_col__mVWha:after {
    display: none
  }
}

.dark-mode .PurchaseHistory_col__mVWha:after {
  background: #272b30
}

.PurchaseHistory_col__mVWha:first-child {
  border-radius: 8px 0 0 8px
}

.PurchaseHistory_col__mVWha:first-child:after {
  left: 12px
}

@media only screen and (max-width:767px) {
  .PurchaseHistory_col__mVWha:not(:first-child) {
    display: none
  }
}

.PurchaseHistory_col__mVWha:last-child {
  border-radius: 0 8px 8px 0
}

.PurchaseHistory_col__mVWha:last-child:after {
  right: 12px
}

.PurchaseHistory_item__RaGo\+ {
  align-items: center;
  cursor: pointer;
  display: flex
}

.PurchaseHistory_item__RaGo\+ .PurchaseHistory_price__tttZy {
  display: none
}

@media only screen and (max-width:767px) {
  .PurchaseHistory_item__RaGo\+ .PurchaseHistory_price__tttZy {
    display: inline-block;
    margin-top: 8px
  }
}

.PurchaseHistory_preview__MkFWw {
  border-radius: 8px;
  flex-shrink: 0;
  height: 60px;
  margin-right: 16px;
  overflow: hidden;
  width: 60px
}

@media only screen and (max-width:767px) {
  .PurchaseHistory_preview__MkFWw {
    height: 112px;
    margin-right: 20px;
    width: 104px
  }
}

.PurchaseHistory_preview__MkFWw img {
  height: 100%;
  object-fit: cover;
  width: 100%
}

.PurchaseHistory_product__T1bHF {
  margin-bottom: 4px;
  max-width: 200px
}

@media only screen and (max-width:767px) {
  .PurchaseHistory_product__T1bHF {
    max-width: 100%
  }
}

.PurchaseHistory_link__vx81\+ {
  color: #6f767e;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308
}

.PurchaseHistory_price__tttZy {
  background: #37af6c;
  border-radius: 6px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7142857143;
  padding: 4px 8px
}

.dark-mode .PurchaseHistory_price__tttZy {
  color: #1a1d1f
}

.PurchaseHistory_date__45G8U {
  color: #6f767e;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7142857143
}

.PurchaseHistory_foot__QPVhi {
  margin-top: 20px;
  text-align: center
}

.PurchaseHistory_foot__QPVhi .PurchaseHistory_button__nGutB .PurchaseHistory_loader__Ji9Gw {
  margin: 0 18px 0 8px;
  transform: scale(.8)
}

.Customers_row__SouQX {
  display: flex
}

@media only screen and (max-width:1023px) {
  .Customers_row__SouQX {
    display: block
  }
}

.Customers_col__P4gnd:first-child {
  flex-basis: calc(100% - 340px);
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 8px;
  width: calc(100% - 340px)
}

@media only screen and (max-width:1339px) {
  .Customers_col__P4gnd:first-child {
    flex-basis: calc(100% - 312px);
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(100% - 312px)
  }
}

@media only screen and (max-width:1023px) {
  .Customers_col__P4gnd:first-child {
    margin-bottom: 8px;
    padding-right: 0;
    width: 100%
  }
}

.Customers_col__P4gnd:nth-child(2) {
  flex-shrink: 0;
  width: 340px
}

@media only screen and (max-width:1339px) {
  .Customers_col__P4gnd:nth-child(2) {
    width: 312px
  }
}

@media only screen and (max-width:1023px) {
  .Customers_col__P4gnd:nth-child(2) {
    width: 100%
  }
}

.Customers_card__-\+PQ6:not(:last-child) {
  margin-bottom: 8px
}

@media only screen and (max-width:767px) {
  .Overview_cardHead__JwGj0 {
    display: block
  }

  .Overview_cardTitle__ijYf1 {
    margin-bottom: 16px
  }
}

.Overview_details__yTL-3 {
  margin-bottom: 32px
}

@media only screen and (max-width:767px) {
  .Overview_details__yTL-3 {
    margin-bottom: 24px;
    text-align: center
  }
}

.Overview_title__xxOTL {
  margin-bottom: 4px
}

.Overview_line__Bi8nA {
  align-items: center;
  color: #9a9fa5;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3333333333
}

@media only screen and (max-width:767px) {
  .Overview_line__Bi8nA {
    justify-content: center
  }
}

.Overview_balance__g08xm {
  margin-right: 4px
}

.Overview_users__rE\+La {
  border-top: 1px solid #efefef;
  margin-top: 32px;
  padding-top: 32px
}

@media only screen and (max-width:767px) {
  .Overview_users__rE\+La {
    margin-top: 24px;
    padding-top: 24px
  }
}

.dark-mode .Overview_users__rE\+La {
  border-color: #272b30
}

.Users_head__pGaYu {
  align-items: center;
  display: flex;
  margin-bottom: 24px
}

@media only screen and (max-width:767px) {
  .Users_head__pGaYu .Users_button__umpcW {
    margin-left: 16px
  }
}

.Users_head__pGaYu .Users_button__umpcW span {
  margin-left: 4px
}

@media only screen and (max-width:767px) {
  .Users_head__pGaYu .Users_button__umpcW span {
    display: none
  }
}

.Users_info__BcbMp {
  color: #6f767e;
  font-weight: 500;
  margin-right: auto;
  max-width: 240px
}

.Users_info__BcbMp strong {
  color: #1a1d1f;
  font-weight: 600
}

.dark-mode .Users_info__BcbMp strong {
  color: #fcfcfc
}

.Users_list__Wyih9 {
  display: flex
}

.Users_all__v\+S7T,
.Users_item__Ftr5e {
  color: #1a1d1f;
  display: flex;
  flex: 0 0 25%;
  flex-direction: column;
  justify-content: center;
  padding: 32px 16px;
  text-align: center;
  transition: color .2s
}

@media only screen and (max-width:767px) {

  .Users_all__v\+S7T,
  .Users_item__Ftr5e {
    flex: 0 0 33.333%;
    padding: 16px 8px
  }
}

.dark-mode .Users_all__v\+S7T,
.dark-mode .Users_item__Ftr5e {
  color: #fcfcfc
}

.Users_all__v\+S7T:hover,
.Users_item__Ftr5e:hover {
  color: #0050b0
}

.Users_item__Ftr5e {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2307692308
}

@media only screen and (max-width:639px) {
  .Users_item__Ftr5e:nth-child(n+3) {
    display: none
  }
}

.Users_all__v\+S7T {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308
}

.Users_avatar__\+8nQz,
.Users_icon__Vyf1b {
  height: 64px;
  margin: 0 auto 12px;
  width: 64px
}

.Users_loading__l4nAL {
  filter: grayscale(1)
}

.Users_avatar__\+8nQz img {
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.Users_icon__Vyf1b {
  align-items: center;
  background: #efefef;
  border: 2px solid #efefef;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  transition: all .2s
}

.Users_icon__Vyf1b svg {
  fill: #6f767e;
  transition: fill .2s
}

.dark-mode .Users_icon__Vyf1b {
  background: #272b30;
  border-color: #272b30
}

.Users_all__v\+S7T:hover .Users_icon__Vyf1b {
  background: none;
  border-color: #0050b0
}

.Users_all__v\+S7T:hover .Users_icon__Vyf1b svg {
  fill: #0050b0
}

.Chart_chart__7k5Un {
  height: 238px;
  margin-bottom: -10px;
  margin-left: -20px;
  width: auto
}

@media only screen and (max-width:767px) {
  .ActiveCustomers_cardHead__kye-m {
    display: block
  }

  .ActiveCustomers_cardTitle__XqPG9 {
    margin-bottom: 16px
  }
}

.ActiveCustomers_chart__Xo\+BZ {
  height: 244px;
  margin-bottom: -10px;
  margin-left: -25px;
  width: auto
}

@media only screen and (max-width:767px) {
  .ShareProducts_cardHead__akZk2 .ShareProducts_button__oKPoW {
    display: none
  }
}

.ShareProducts_list__vss3V {
  display: flex;
  flex-wrap: wrap;
  margin: -32px -16px 0
}

@media only screen and (max-width:767px) {
  .ShareProducts_list__vss3V {
    display: block;
    margin: 0
  }
}

.ShareProducts_product__WBK12 {
  flex-basis: calc(50% - 32px);
  flex-grow: 0;
  flex-shrink: 0;
  margin: 32px 16px 0;
  width: calc(50% - 32px)
}

@media only screen and (max-width:767px) {
  .ShareProducts_product__WBK12 {
    margin: 0;
    width: 100%
  }

  .ShareProducts_product__WBK12:not(:last-child) {
    margin-bottom: 24px
  }
}

.ShareProducts_info__JgukG {
  border-top: 1px solid #efefef;
  color: #6f767e;
  font-weight: 500;
  margin: 32px 0 16px;
  padding-top: 32px
}

@media only screen and (max-width:767px) {
  .ShareProducts_info__JgukG {
    margin-top: 24px;
    padding-top: 24px
  }
}

.dark-mode .ShareProducts_info__JgukG {
  border-color: #272b30
}

.ShareProducts_btns__znqOi {
  display: flex;
  margin: 0 -8px
}

.ShareProducts_btns__znqOi .ShareProducts_button__oKPoW {
  flex-basis: calc(33.333% - 16px);
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0 8px;
  width: calc(33.333% - 16px)
}

@media only screen and (max-width:767px) {
  .ShareProducts_btns__znqOi .ShareProducts_button__oKPoW {
    font-size: 0
  }

  .ShareProducts_btns__znqOi .ShareProducts_button__oKPoW svg:not(:last-child) {
    margin-right: 0
  }
}

.Product_product__x2Hs\+.Product_active__CRYsZ .Product_checkbox__2LJvB,
.Product_product__x2Hs\+:hover .Product_checkbox__2LJvB,
.Product_product__x2Hs\+:hover .Product_control__vvF-u,
.Product_product__x2Hs\+:hover .Product_preview__FHTTo:after {
  opacity: 1;
  visibility: visible
}

.Product_product__x2Hs\+.Product_active__CRYsZ .Product_preview__FHTTo:before {
  border-color: #0050b0
}

.Product_checkbox__2LJvB,
.Product_control__vvF-u,
.Product_preview__FHTTo:after {
  opacity: 0;
  transition: all .2s;
  visibility: hidden
}

.Product_preview__FHTTo {
  border-radius: 12px;
  height: 200px;
  margin-bottom: 16px;
  overflow: hidden;
  position: relative
}

.Product_preview__FHTTo:after,
.Product_preview__FHTTo:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all .2s;
  width: 100%
}

.Product_preview__FHTTo:after {
  background: #111315cc
}

.Product_preview__FHTTo:before {
  border: 2px solid #0000;
  border-radius: 12px;
  pointer-events: none;
  z-index: 2
}

.Product_preview__FHTTo img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%
}

.Product_preview__FHTTo .Product_checkbox__2LJvB {
  left: 12px;
  position: absolute;
  top: 12px;
  z-index: 3
}

@media only screen and (max-width:1023px) {
  .Product_preview__FHTTo .Product_checkbox__2LJvB {
    display: none
  }
}

.Product_preview__FHTTo .Product_checkbox__2LJvB .Product_checkboxTick__hYS\+A {
  border-color: #0050b0
}

.Product_control__vvF-u {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3
}

.Product_line__hIgzy {
  align-items: flex-start;
  display: flex
}

.Product_title__VC1Jb {
  margin-right: auto
}

.Product_empty__39evZ,
.Product_price__SCm4d {
  border-radius: 6px;
  display: inline-block;
  flex-shrink: 0;
  font-weight: 700;
  line-height: 32px;
  margin-left: 32px;
  padding: 0 8px
}

.Product_price__SCm4d {
  background: #37af6c
}

.dark-mode .Product_price__SCm4d {
  color: #1a1d1f
}

.Product_empty__39evZ {
  background: #efefef
}

.dark-mode .Product_empty__39evZ {
  background: #272b30;
  color: #fcfcfc
}

.Product_date__J78BZ {
  align-items: center;
  color: #6f767e;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7142857143;
  margin-top: 8px
}

@media only screen and (max-width:767px) {
  .Product_date__J78BZ {
    margin-top: 2px
  }
}

.Product_date__J78BZ svg {
  fill: #6f767e;
  margin-right: 8px
}

.Product_rating__bbiD9 {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7142857143;
  margin-top: 8px
}

@media only screen and (max-width:767px) {
  .Product_rating__bbiD9 {
    margin-top: 4px
  }
}

.Product_rating__bbiD9 svg {
  fill: #ffc554;
  margin-right: 8px
}

.Product_rating__bbiD9 span {
  color: #6f767e;
  margin-left: 4px
}

.Product_ratingEmpty__WWsYU {
  color: #6f767e
}

.Product_ratingEmpty__WWsYU svg {
  fill: #6f767e
}

.Control_button__sf-by,
.Control_control__mMDka {
  align-items: center;
  display: flex
}

.Control_button__sf-by {
  background: #fcfcfc;
  border-radius: 50%;
  flex-shrink: 0;
  height: 36px;
  justify-content: center;
  width: 36px
}

.Control_button__sf-by svg {
  fill: #6f767e;
  transition: fill .2s
}

.Control_button__sf-by:hover svg {
  fill: #0050b0
}

.Control_button__sf-by:not(:last-child) {
  margin-right: 16px
}

.RefundRequests_item__NQ-wu {
  display: flex
}

.RefundRequests_item__NQ-wu:not(:last-child) {
  margin-bottom: 12px
}

.RefundRequests_icon__JKCTo {
  align-items: center;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 48px;
  justify-content: center;
  margin-right: 12px;
  width: 48px
}

.RefundRequests_content__eYkLy {
  color: #6f767e;
  font-weight: 500
}

.RefundRequests_content__eYkLy strong {
  color: #1a1d1f;
  font-weight: 600
}

.dark-mode .RefundRequests_content__eYkLy strong {
  color: #fcfcfc
}

.RefundRequests_button__q0zFb {
  margin-top: 24px;
  width: 100%
}

.TopDevice_chart__jKltw {
  height: 230px;
  width: auto
}

@media only screen and (max-width:1339px) {
  .TopDevice_chart__jKltw {
    margin-left: -12px
  }
}

@media only screen and (max-width:1023px) {
  .TopDevice_chart__jKltw {
    margin: 0 auto;
    max-width: 310px
  }
}

@media only screen and (max-width:767px) {
  .TopDevice_chart__jKltw {
    padding-left: 10px
  }
}

.TopDevice_legend__ML4tD {
  display: flex;
  justify-content: space-between;
  margin-top: 32px
}

.TopDevice_legend__ML4tD svg {
  margin-bottom: 12px
}

.TopDevice_title__67PdP {
  color: #6f767e;
  font-size: 12px;
  font-weight: 700;
  font-weight: 500;
  line-height: 1.3333333333
}

.TopDevice_percent__Jgf3s {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.6
}

@media only screen and (max-width:767px) {
  .TopDevice_percent__Jgf3s {
    font-size: 18px
  }
}

.TopPools_chart__delUg {
  height: 274px;
  margin-bottom: -10px;
  width: auto
}

.TopPools_recharts-cartesian-axis__a5A1V {
  width: 100px
}

.TopPools_recharts-cartesian-axis-tick-value__tQg\+h {
  white-space: nowrap;
  width: 100px
}

.Message_item__Rm6d3 {
  display: flex
}

.Message_item__Rm6d3:not(:last-child) {
  border-bottom: 1px solid #efefef;
  margin-bottom: 32px;
  padding-bottom: 24px
}

@media only screen and (max-width:767px) {
  .Message_item__Rm6d3:not(:last-child) {
    margin-bottom: 24px
  }
}

.dark-mode .Message_item__Rm6d3:not(:last-child) {
  border-color: #272b30
}

.Message_avatar__Diq9N {
  flex-shrink: 0;
  height: 48px;
  margin-right: 12px;
  width: 48px
}

.Message_avatar__Diq9N img {
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.Message_details__y5TvK {
  flex-grow: 1
}

.Message_line__aXIwg {
  align-items: center;
  display: flex
}

.Message_user__rme3n {
  margin-right: auto
}

.Message_title__2JvRN {
  font-weight: 700
}

.Message_login__RLw\+L {
  color: #9a9fa5;
  font-weight: 500
}

.Message_time__06ZRg {
  color: #9a9fa5;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308;
  margin-left: 20px
}

.Message_content__U7iTf {
  color: #1a1d1f;
  font-weight: 500
}

.dark-mode .Message_content__U7iTf {
  color: #fcfcfc
}

.Message_button__PNMOA {
  margin-top: 32px;
  width: 100%
}

.NewCustomer_chart__qRu8L {
  height: 230px;
  width: auto
}

@media only screen and (max-width:1339px) {
  .NewCustomer_chart__qRu8L {
    margin-left: -12px
  }
}

@media only screen and (max-width:1023px) {
  .NewCustomer_chart__qRu8L {
    margin: 0 auto;
    max-width: 310px
  }
}

@media only screen and (max-width:767px) {
  .NewCustomer_chart__qRu8L {
    padding-left: 10px
  }
}

.NewCustomer_legend__yFgyk {
  display: flex;
  justify-content: space-between;
  margin-top: 32px
}

.NewCustomer_indicator__UVxqm {
  align-items: center;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3333333333
}

.NewCustomer_color__EQ6al {
  border-radius: 4px;
  flex-shrink: 0;
  height: 16px;
  margin-right: 8px;
  width: 16px
}

.Drafts_head__VsMxA {
  margin-bottom: 44px
}

@media only screen and (max-width:1023px) {
  .Drafts_head__VsMxA {
    margin-bottom: 32px
  }
}

@media only screen and (max-width:767px) {
  .Drafts_head__VsMxA {
    flex-wrap: wrap;
    margin-bottom: 24px
  }
}

.Drafts_title__wmN4b {
  margin-right: 24px
}

@media only screen and (max-width:1023px) {
  .Drafts_form__GJoST {
    width: 300px
  }
}

@media only screen and (max-width:767px) {
  .Drafts_form__GJoST {
    margin-top: 16px;
    order: 3;
    width: 100%
  }
}

.Drafts_sorting__o33UF {
  display: flex;
  margin-left: auto
}

.Drafts_link__UlsLO {
  border-radius: 8px;
  flex-shrink: 0;
  height: 40px;
  width: 40px
}

.Drafts_link__UlsLO svg {
  fill: #9a9fa5;
  transition: fill .2s
}

.Drafts_link__UlsLO:hover svg {
  fill: #1a1d1f
}

.dark-mode .Drafts_link__UlsLO:hover svg {
  fill: #fcfcfc
}

.Drafts_link__UlsLO.Drafts_active__MNOy2 {
  background: #fcfcfc;
  box-shadow: 0 4px 8px -4px #0000001a, inset 0 -1px 1px #0000000a, inset 0 2px 0 #ffffff40
}

.Drafts_link__UlsLO.Drafts_active__MNOy2 svg {
  fill: #1a1d1f
}

.dark-mode .Drafts_link__UlsLO.Drafts_active__MNOy2 {
  background: #111315;
  box-shadow: 0 4px 8px -4px #0000001a, inset 0 -1px 1px #0000000a, inset 0 2px 0 #ffffff0d
}

.dark-mode .Drafts_link__UlsLO.Drafts_active__MNOy2 svg {
  fill: #fcfcfc
}

.Drafts_link__UlsLO:not(:last-child) {
  margin-right: 12px
}

.Drafts_list__uFe8V {
  display: flex;
  flex-wrap: wrap;
  margin: -32px -12px 0
}

@media only screen and (max-width:639px) {
  .Drafts_list__uFe8V {
    display: block;
    margin: 0 -8px
  }
}

.Drafts_product__EW0n6 {
  flex-basis: calc(33.333% - 24px);
  flex-grow: 0;
  flex-shrink: 0;
  margin: 32px 12px 0;
  width: calc(33.333% - 24px)
}

@media only screen and (max-width:1023px) {
  .Drafts_product__EW0n6 {
    flex-basis: calc(50% - 24px);
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(50% - 24px)
  }
}

@media only screen and (max-width:639px) {
  .Drafts_product__EW0n6 {
    margin: 0;
    width: 100%
  }

  .Drafts_product__EW0n6:not(:last-child) {
    margin-bottom: 32px
  }
}

.Drafts_foot__nMP2n {
  margin-top: 44px;
  text-align: center
}

@media only screen and (max-width:767px) {
  .Drafts_foot__nMP2n {
    margin-top: 32px
  }
}

.Drafts_foot__nMP2n .Drafts_button__o10KB .Drafts_loader__0ighJ {
  margin: 0 18px 0 8px;
  transform: scale(.8)
}

.Table_wrapper__AaCXQ {
  margin: 0 -12px
}

@media only screen and (max-width:1023px) {
  .Table_wrapper__AaCXQ {
    margin: 0
  }
}

.Table_table__5pWmQ {
  display: table;
  width: 100%
}

@media only screen and (max-width:1023px) {
  .Table_table__5pWmQ {
    display: block
  }
}

.Table_row__auX12 {
  display: table-row
}

@media only screen and (max-width:1023px) {
  .Table_row__auX12 {
    display: none
  }
}

.Table_col__L-AZJ {
  color: #6f767e;
  display: table-cell;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308;
  padding: 0 12px 16px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap
}

.Table_col__L-AZJ:after {
  background: #efefef;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0
}

.dark-mode .Table_col__L-AZJ:after {
  background: #272b30
}

.Table_col__L-AZJ:nth-child(2) {
  text-align: left
}

.Table_col__L-AZJ:first-child {
  font-size: 0;
  text-align: left;
  width: 0
}

.Table_col__L-AZJ:first-child:after {
  left: 12px
}

.Table_col__L-AZJ:last-child:after {
  right: 12px
}

.Table_foot__6XW4x {
  margin-top: 20px;
  text-align: center
}

@media only screen and (max-width:1023px) {
  .Table_foot__6XW4x {
    margin-top: 0
  }
}

.Table_foot__6XW4x .Table_button__cM27v .Table_loader__M83Tx {
  margin: 0 18px 0 8px;
  transform: scale(.8)
}

.Table_emptyPlaceholder__d9pqy {
  caption-side: bottom;
  color: #33383f;
  display: table-caption
}

.EmptyPlaceholder_placeholder__7qzU0 {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  min-height: 150px;
  width: 100%
}

.Row_row__lnFOo {
  display: table-row;
  transition: background .2s
}

@media only screen and (max-width:1023px) {
  .Row_row__lnFOo {
    border-bottom: 1px solid #efefef;
    display: block;
    margin-bottom: 24px;
    padding-bottom: 24px;
    position: relative
  }

  .dark-mode .Row_row__lnFOo {
    border-color: #272b30
  }
}

@media only screen and (min-width:1260px) {
  .Row_row__lnFOo:hover {
    background: #f4f4f4
  }

  .dark-mode .Row_row__lnFOo:hover {
    background: #272b30
  }

  .Row_row__lnFOo:hover .Row_control__6jTtT {
    opacity: 1;
    visibility: visible
  }
}

.Row_disabled__DLHgE {
  filter: grayscale(1);
  opacity: .5;
  pointer-events: none
}

.Row_col__iBaqC {
  color: #fcfcfc;
  display: table-cell;
  padding: 16px 12px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap
}

.Row_col__iBaqC:after {
  background: #efefef;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0
}

.dark-mode .Row_col__iBaqC:after {
  background: #272b30
}

@media only screen and (max-width:1023px) {
  .Row_col__iBaqC:after {
    display: none
  }
}

.Row_col__iBaqC:nth-child(2) {
  text-align: left
}

.Row_col__iBaqC:first-child {
  border-radius: 8px 0 0 8px;
  font-size: 0;
  text-align: left;
  width: 0 !important
}

@media only screen and (max-width:1023px) {
  .Row_col__iBaqC:first-child {
    display: none
  }
}

.Row_col__iBaqC:first-child:after {
  left: 12px
}

.Row_col__iBaqC:last-child {
  border-radius: 0 8px 8px 0;
  color: #6f767e;
  width: 400px
}

@media only screen and (max-width:1023px) {
  .Row_col__iBaqC:last-child {
    padding: 0;
    width: 100% !important
  }
}

.Row_col__iBaqC:last-child:after {
  right: 12px
}

.Row_col__iBaqC:not(:nth-child(2)) {
  width: 200px
}

.Row_col__iBaqC:not(:nth-child(2)) img {
  margin-left: -10px
}

@media only screen and (max-width:1023px) {
  .Row_col__iBaqC {
    display: flex;
    padding-bottom: 0;
    width: 100% !important
  }
}

.Row_tooltip__RGYKW svg {
  fill: #9a9fa5;
  margin-left: 5px;
  margin-top: -3px
}

.Row_productItem__3Didi {
  align-items: center;
  display: flex;
  transition: color .2s
}

@media only screen and (max-width:767px) {
  .Row_productItem__3Didi {
    align-items: stretch
  }
}

.dark-mode .Row_productItem__3Didi {
  color: #fcfcfc
}

.Row_productItem__3Didi .Row_date__ZENed,
.Row_productItem__3Didi .Row_empty__HbPZT,
.Row_productItem__3Didi .Row_price__gaNsL {
  display: none
}

@media only screen and (max-width:1023px) {

  .Row_productItem__3Didi .Row_empty__HbPZT,
  .Row_productItem__3Didi .Row_price__gaNsL {
    display: inline-block
  }

  .Row_productItem__3Didi .Row_date__ZENed {
    align-items: center;
    color: #9a9fa5;
    display: flex;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2307692308;
    margin-bottom: 8px
  }

  .Row_productItem__3Didi .Row_date__ZENed svg {
    fill: #9a9fa5;
    margin-right: 8px
  }
}

.Row_lbl__rA08N {
  font-size: 13px
}

.Row_product__In-Ew {
  font-weight: 700;
  margin-bottom: 4px;
  max-width: 170px
}

@media only screen and (max-width:1023px) {
  .Row_product__In-Ew {
    font-size: 18px;
    letter-spacing: -.02em;
    line-height: 1.3333333333;
    margin-bottom: 8px;
    max-width: 100%
  }
}

.Row_hidden__7Ji2b {
  display: none
}

.Row_link__9JNDW {
  color: #9a9fa5;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308;
  white-space: nowrap
}

@media only screen and (max-width:1023px) {
  .Row_icons__2XCL4 img {
    height: 25px
  }

  .Row_details__0dJI3 {
    display: flex;
    flex-direction: column;
    justify-content: center
  }
}

.Row_empty__HbPZT,
.Row_price__gaNsL {
  border-radius: 6px;
  display: inline-block;
  flex-shrink: 0;
  font-weight: 700;
  line-height: 32px;
  padding: 0 8px
}

.Row_control__6jTtT {
  opacity: 0;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .2s;
  visibility: hidden
}

@media only screen and (max-width:1259px) {
  .Row_control__6jTtT {
    opacity: 1;
    visibility: visible
  }
}

@media only screen and (max-width:1023px) {
  .Row_control__6jTtT {
    display: none
  }
}

.Row_actions__fEyR\+ {
  display: none
}

@media only screen and (max-width:1023px) {
  .Row_actions__fEyR\+ {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
  }
}

.dark-mode .Row_actions__fEyR\+ .Row_actionsHead__9atfe {
  background: none
}

.Row_data__wkvr3 {
  font-family: inherit;
  font-size: 13px
}

.Row_item__UBh6n {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%
}

@media only screen and (max-width:1023px) {
  .Row_item__UBh6n {
    justify-content: space-between
  }
}

.Row_item__UBh6n .Row_label__kZ9-8 {
  display: none
}

@media only screen and (max-width:1023px) {
  .Row_item__UBh6n .Row_label__kZ9-8 {
    display: block
  }
}

.Row_item__UBh6n .Row_value__UrzVX {
  width: 100%
}

@media only screen and (max-width:1023px) {
  .Row_hide__gGFEU {
    display: none
  }
}

.Control_control__odBV4 {
  align-items: center;
  display: flex
}

.Control_viewButton__LEF04 {
  background-color: #5c9cde
}

.Control_buttonHolder__BwZrd {
  align-content: center;
  display: flex;
  gap: 10px;
  justify-content: center
}

@media only screen and (max-width:1023px) {
  .Control_buttonHolder__BwZrd {
    display: block;
    margin-top: 16px;
    width: 100%
  }
}

.Control_buttonHolder__BwZrd button {
  width: 160px
}

@media only screen and (max-width:1023px) {
  .Control_buttonHolder__BwZrd button {
    width: 100%
  }
}

.Control_disabled__EBLS4 {
  filter: grayscale(1)
}

.Control_openOuter__hW6dR {
  max-width: 896px
}

@media only screen and (max-width:767px) {
  .Control_openOuter__hW6dR>div {
    padding: 26px 16px 16px
  }
}

.Control_viewOuter__ti6\+F {
  max-width: 472px
}

@media only screen and (max-width:767px) {
  .Control_viewOuter__ti6\+F>div {
    padding: 26px 16px 16px
  }
}

.Switch_switch__bqVNZ {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.Switch_switch__bqVNZ.Switch_disabled__dObOK {
  filter: grayscale(1) brightness(1.25) contrast(.8)
}

.Switch_input__vIsIE {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0
}

.Switch_input__vIsIE:checked+.Switch_inner__hbbfE .Switch_box__HBxlB {
  background: #0050b0
}

.Switch_input__vIsIE:checked+.Switch_inner__hbbfE .Switch_box__HBxlB:before {
  background: #fcfcfc;
  transform: translate(24px, -50%)
}

.Switch_inner__hbbfE {
  display: inline-block;
  position: relative;
  transition: all .2s
}

.Switch_box__HBxlB {
  background: #f4f4f4;
  border-radius: 12px;
  display: block;
  height: 21px;
  position: relative;
  transition: all .2s;
  width: 45px
}

.dark-mode .Switch_box__HBxlB {
  background: #111315
}

.Switch_box__HBxlB:before {
  background: #fcfcfc;
  border-radius: 50%;
  box-shadow: 0 2px 4px #0003, inset 0 2px 2px #fff, inset 0 -1px 1px #0000001a;
  content: "";
  height: 16px;
  left: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all .2s;
  width: 16px
}

.dark-mode .Switch_box__HBxlB:before {
  background: #272b30;
  box-shadow: 0 2px 4px #0003, inset 0 1px 2px #ffffff1a, inset 0 -1px 1px #0000001a
}

.TokenAmountInput_wrapper__syYWY {
  border: 1px solid #efefef;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 12px
}

.dark-mode .TokenAmountInput_wrapper__syYWY {
  border-color: #272b30
}

.TokenAmountInput_row__UJ143 {
  display: flex;
  height: 24px;
  justify-content: space-between;
  margin-bottom: 5px
}

.TokenAmountInput_textfield__HtaeO {
  background: none;
  border: none;
  box-shadow: none;
  color: #1a1d1f;
  font-size: 20px;
  font-size: 21px;
  font-weight: 600;
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: 1.6;
  width: 100%
}

@media only screen and (max-width:767px) {
  .TokenAmountInput_textfield__HtaeO {
    font-size: 18px
  }
}

.dark-mode .TokenAmountInput_textfield__HtaeO {
  color: #fcfcfc
}

.TokenAmountInput_textfield__HtaeO::placeholder {
  color: #6f767e66
}

.dark-mode .TokenAmountInput_textfield__HtaeO::placeholder {
  color: #9a9fa5
}

.TokenAmountInput_token__ismWL {
  align-items: center;
  display: flex
}

.TokenAmountInput_token__ismWL .TokenAmountInput_name__Rm3GJ {
  font-size: 18px
}

.TokenAmountInput_token__ismWL .TokenAmountInput_currency__dury8 {
  background: #efefef;
  border-radius: 50%;
  height: 24px;
  margin-right: 12px;
  width: 24px
}

.dark-mode .TokenAmountInput_token__ismWL .TokenAmountInput_currency__dury8 {
  background: #272b30
}

.TokenAmountInput_reset__dgnyl {
  background: #efefef;
  border-radius: 50%;
  display: none;
  font-size: 0;
  height: 20px;
  margin: 0 10px;
  width: 20px
}

.TokenAmountInput_reset__dgnyl.TokenAmountInput_active__3\+CbN {
  display: block
}

.TokenAmountInput_reset__dgnyl svg {
  fill: #33383f;
  transition: transform .2s
}

.dark-mode .TokenAmountInput_reset__dgnyl {
  background: #272b30;
  margin-top: 5px
}

.dark-mode .TokenAmountInput_reset__dgnyl svg {
  fill: #fcfcfc
}

.TokenAmountInput_preview__rYtw7 {
  color: #6f767e;
  font-size: 12px;
  font-weight: 500;
  margin-top: 12px
}

.TokenAmountInput_balance__plQZp {
  align-items: center;
  color: #6f767e;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  margin-top: 20px
}

.TokenAmountInput_balance__plQZp .TokenAmountInput_max__JRHTq {
  color: #6f767e;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  margin-left: 3px
}

.TokenAmountInput_balance__plQZp .TokenAmountInput_max__JRHTq:hover {
  color: #fcfcfc
}

.NumberInput_input__Gcq-K {
  background: #f4f4f4;
  border-radius: 12px;
  color: #1a1d1f;
  font-size: 15px;
  font-weight: 600;
  height: 40px;
  line-height: 1.6;
  padding: 0 20px 0 44px;
  width: 100%
}

.dark-mode .NumberInput_input__Gcq-K {
  background: #272b30;
  color: #fcfcfc
}

.NumberInput_input__Gcq-K::placeholder {
  color: #9a9fa5
}

.NumberInput_truncate__kCZ1f {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.NumberInput_focused__e346x {
  text-overflow: clip;
  white-space: normal
}

.Logo_container__TPADQ {
  position: relative
}

.Logo_logo__2FriI {
  height: 100%
}

.Logo_subLogo__vsbzS {
  background-position: 50%;
  background-size: cover;
  border: 2px solid #1a1d1f;
  border-radius: 50%;
  bottom: -3px;
  height: 55%;
  position: absolute;
  right: -5px;
  width: 55%
}

.OpenFarmDetails_title__2C7ox {
  margin-bottom: 24px
}

.OpenFarmDetails_row__\+oCko {
  display: flex
}

@media only screen and (max-width:1023px) {
  .OpenFarmDetails_row__\+oCko {
    display: block
  }
}

.OpenFarmDetails_scroll__ynECd {
  height: 517px
}

.OpenFarmDetails_col__6t39W {
  flex: 0 0 50%
}

.OpenFarmDetails_col__6t39W:first-child {
  background: #f4f4f480;
  border-radius: 12px;
  padding: 24px
}

@media only screen and (max-width:1023px) {
  .OpenFarmDetails_col__6t39W:first-child {
    margin-bottom: 48px
  }
}

@media only screen and (max-width:767px) {
  .OpenFarmDetails_col__6t39W:first-child {
    margin-bottom: 32px;
    padding: 16px
  }
}

.dark-mode .OpenFarmDetails_col__6t39W:first-child {
  background: #272b30
}

.OpenFarmDetails_col__6t39W:nth-child(2) {
  padding: 28px 0 0 24px
}

@media only screen and (max-width:1023px) {
  .OpenFarmDetails_col__6t39W:nth-child(2) {
    padding: 0
  }
}

.OpenFarmDetails_product__mZG7z {
  margin-bottom: 16px
}

.OpenFarmDetails_btnsWrapper__IJQux {
  border-top: 1px solid #efefef;
  justify-content: center;
  margin: 9px -4px 0;
  padding-top: 15px
}

.dark-mode .OpenFarmDetails_btnsWrapper__IJQux {
  border-color: #272b30
}

.OpenFarmDetails_riskLevel__Jax2I {
  display: flex;
  justify-content: space-between
}

.OpenFarmDetails_labelDisabled__zrTFP {
  color: #6f767e;
  filter: grayscale(1)
}

.OpenFarmDetails_transaction__fieYN {
  margin: 12px 4px 10px;
  width: calc(100% - 8px)
}

.OpenFarmDetails_btns__R9fv3 .OpenFarmDetails_loader__gw1N8 {
  margin: 0 18px 0 8px;
  transform: scale(.8)
}

.OpenFarmDetails_btns__R9fv3 .OpenFarmDetails_button__PMO1\+ {
  margin: 0 4px;
  width: calc(50% - 8px)
}

@media only screen and (max-width:767px) {
  .OpenFarmDetails_btns__R9fv3 .OpenFarmDetails_button__PMO1\+ {
    padding: 0 8px
  }
}

.OpenFarmDetails_btns__R9fv3 .OpenFarmDetails_button__PMO1\+.OpenFarmDetails_disabled__pRwjG {
  filter: grayscale(1)
}

.OpenFarmDetails_btns__R9fv3 .OpenFarmDetails_button__PMO1\+.OpenFarmDetails_hide__w0-dP {
  display: none
}

.OpenFarmDetails_btns__R9fv3 .OpenFarmDetails_button__PMO1\+.OpenFarmDetails_full__rwNC1 {
  width: 100% !important
}

.OpenFarmDetails_box__vQZ1L:not(:last-child) {
  border-bottom: 1px solid #1113151a
}

.OpenFarmDetails_info__oiadq {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.6;
  margin-bottom: 10px
}

@media only screen and (max-width:767px) {
  .OpenFarmDetails_info__oiadq {
    font-size: 18px
  }
}

.OpenFarmDetails_list__C4aN\+ li {
  color: #33383f;
  font-weight: 500;
  padding-left: 36px;
  position: relative
}

.dark-mode .OpenFarmDetails_list__C4aN\+ li {
  color: #efefef
}

.OpenFarmDetails_list__C4aN\+ li:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill-rule='evenodd' d='M20.707 6.293a1 1 0 0 1 0 1.414l-8.586 8.586a3 3 0 0 1-4.243 0l-3.586-3.586a1 1 0 0 1 1.414-1.414l3.586 3.586a1 1 0 0 0 1.414 0l8.586-8.586a1 1 0 0 1 1.414 0z' fill='%23b5e4ca'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px
}

.OpenFarmDetails_list__C4aN\+ li:not(:last-child) {
  border-bottom: 1px solid #efefef;
  margin-bottom: 12px;
  padding-bottom: 12px
}

.dark-mode .OpenFarmDetails_list__C4aN\+ li:not(:last-child) {
  border-color: #272b30
}

.OpenFarmDetails_text__1SbNS {
  color: #33383f;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 12px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  z-index: 1
}

.dark-mode .OpenFarmDetails_text__1SbNS {
  color: #efefef
}

.OpenFarmDetails_user__k3s3I {
  align-items: center;
  display: flex
}

.OpenFarmDetails_avatar__nLANy {
  flex-shrink: 0;
  height: 32px;
  margin-right: 12px;
  width: 32px
}

.OpenFarmDetails_avatar__nLANy img {
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.OpenFarmDetails_editor__dLGL5 {
  margin-top: 32px
}

@media only screen and (max-width:767px) {
  .OpenFarmDetails_editor__dLGL5 {
    margin-top: 24px
  }
}

.OpenFarmDetails_wrapper__bW9KV {
  border: 1px solid #efefef;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 12px
}

.dark-mode .OpenFarmDetails_wrapper__bW9KV {
  border-color: #272b30
}

.OpenFarmDetails_wrapperTitle__M0BsT {
  color: #6f767e;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  justify-content: space-between;
  margin-bottom: 4px
}

.OpenFarmDetails_wrapperTitle__M0BsT svg {
  fill: #6f767e;
  margin-left: 5px
}

.OpenFarmDetails_wrapperRow__bg4FV {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0
}

.OpenFarmDetails_wrapperItemMB__Ys9ps {
  margin-bottom: 10px
}

.OpenFarmDetails_wrapperItem__pkgHk {
  align-items: center;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  width: 100%
}

.OpenFarmDetails_wrapperItem__pkgHk .OpenFarmDetails_label__EBm3T {
  font-weight: 400
}

.OpenFarmDetails_wrapperItem__pkgHk .OpenFarmDetails_label__EBm3T svg {
  fill: #6f767e;
  margin-left: 5px;
  margin-top: -2px
}

.OpenFarmDetails_wrapperItem__pkgHk .OpenFarmDetails_value__pDB5V {
  font-weight: 500;
  line-height: 0px
}

.OpenFarmDetails_range__KMf6S {
  padding-bottom: 10px;
  padding-top: 15px
}

.OpenFarmDetails_error__JOkYx {
  color: #ff6a55;
  margin-bottom: 10px;
  min-height: 24px;
  text-align: center
}

.OpenFarmDetails_successWrapper__esdXt {
  min-height: 320px;
  position: relative;
  text-align: center
}

.OpenFarmDetails_successWrapper__esdXt .OpenFarmDetails_icon__2w9Sg {
  display: flex;
  justify-content: center;
  margin-top: 30px
}

.OpenFarmDetails_successWrapper__esdXt .OpenFarmDetails_icon__2w9Sg svg {
  fill: #83bf6e
}

.OpenFarmDetails_successWrapper__esdXt .OpenFarmDetails_text__1SbNS {
  font-size: 16px;
  margin-top: 24px
}

.Parameter_parameterContainer__GAN5y {
  margin-right: 5px
}

.Parameter_parameter__9ilyn {
  align-items: center;
  border-bottom: 1px solid #1113151a;
  display: flex;
  padding: 16px 0
}

.dark-mode .Parameter_parameter__9ilyn {
  border-color: #6f767e26
}

.Parameter_hasData__OuacZ {
  cursor: pointer
}

.Parameter_hasData__OuacZ .Parameter_title__Tb2lk {
  color: #fcfcfc
}

.Parameter_big__peKRg {
  font-size: 14px
}

.Parameter_title__Tb2lk {
  color: #6f767e;
  flex-shrink: 0;
  margin-right: auto;
  padding-right: 12px
}

.Parameter_title__Tb2lk span {
  margin-right: 5px
}

.Parameter_tooltip__e7lmh {
  position: relative;
  top: -1px
}

.Parameter_tooltip__e7lmh svg {
  fill: #6f767e
}

.Parameter_no__8cZx1,
.Parameter_yes__jpqaK {
  border-radius: 6px;
  display: inline-block;
  padding: 2px 8px;
  white-space: nowrap
}

.dark-mode .Parameter_no__8cZx1,
.dark-mode .Parameter_yes__jpqaK {
  color: #1a1d1f
}

.Parameter_yes__jpqaK {
  background: #37af6c
}

.Parameter_no__8cZx1 {
  background: #ffbc99
}

.Parameter_content__0SY\+9 {
  text-align: right
}

.Parameter_hidden__KJKwF {
  display: none
}

.Parameter_itemDescription__UypPT {
  color: #6f767e;
  font-weight: 500;
  text-align: right
}

.Parameter_content__0SY\+9,
.Parameter_price__ncXgu {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: flex-end;
  text-overflow: ellipsis
}

.Product_item__hvmHR {
  align-items: center;
  display: flex
}

.Product_link__hXgLt {
  color: #9a9fa5;
  margin-top: 0;
  padding-top: 0
}

@media only screen and (max-width:1023px) {
  .Product_link__hXgLt {
    display: none
  }
}

.Product_preview__gLQTj {
  background-color: #f4f4f4;
  border-radius: 8px;
  flex-shrink: 0;
  height: 80px;
  margin-right: 20px;
  overflow: hidden;
  width: 80px
}

.Product_preview__gLQTj img {
  height: 100%;
  object-fit: cover;
  width: 100%
}

.Product_product__OONgi {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 20px !important;
  line-height: 1.6;
  margin-bottom: 0
}

@media only screen and (max-width:767px) {
  .Product_product__OONgi {
    font-size: 18px
  }
}

.Product_category__u7Z4- {
  color: #9a9fa5;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308
}

.Product_new__vlRZU,
.Product_progress__97GN6 {
  border-radius: 6px;
  display: inline-block;
  padding: 2px 8px;
  white-space: nowrap
}

.Product_new__vlRZU {
  background: #37af6c
}

.Product_progress__97GN6 {
  background: #cabdff
}

.ProductLogo_previewContainer__zlKWO {
  position: relative
}

.ProductLogo_preview__hLr8E {
  border-radius: 8px;
  flex-shrink: 0;
  height: 80px;
  margin-right: 20px;
  overflow: hidden;
  width: 80px
}

@media only screen and (max-width:1023px) {
  .ProductLogo_preview__hLr8E {
    height: 116px;
    width: 104px
  }
}

.ProductLogo_preview__hLr8E img {
  background: #fff;
  height: 100%;
  object-fit: cover;
  padding: 0;
  width: 100%
}

.ProductLogo_badge__mZieC {
  border: 2px solid #1a1d1f;
  border-radius: 50%;
  bottom: -8px;
  position: absolute;
  right: 8px;
  width: 30px;
  width: 36px
}

.SuccessPanel_imageHolder__bsVW\+ {
  min-height: 150px
}

.SuccessPanel_backImage__tMLaj {
  left: 0;
  margin-bottom: -80px;
  margin-top: -20px;
  opacity: .2;
  position: absolute;
  top: 30px;
  transform: scale(.8)
}

.SuccessPanel_successIcon__ct7po {
  background: #1b1d1f;
  border: 10px solid #96df8f;
  border-radius: 50%;
  display: inline-block;
  font-size: 20px;
  height: 10em;
  margin-bottom: -50px;
  margin-top: -200px;
  overflow: hidden;
  position: relative;
  transform: scale(.4);
  transform-origin: center;
  width: 10em
}

.SuccessPanel_long__CuYp3,
.SuccessPanel_tip__vu2S- {
  background-color: #96df8f;
  border-radius: 1em;
  display: block;
  height: 1em;
  margin-left: 12px;
  margin-top: 6px;
  position: absolute
}

.SuccessPanel_tip__vu2S- {
  animation: SuccessPanel_tipInPlace__7ZwJM .3s ease-in-out;
  animation-delay: .18s;
  animation-fill-mode: forwards;
  left: 1.4em;
  top: 4.3em;
  transform: rotate(45deg);
  visibility: hidden;
  width: 2.8em
}

.SuccessPanel_long__CuYp3 {
  animation: SuccessPanel_longInPlace__2xSaD .14s ease-in-out;
  animation-delay: .44s;
  animation-fill-mode: forwards;
  left: 2.55em;
  top: 3.8em;
  transform: rotate(-45deg);
  visibility: hidden;
  width: 4.4em
}

@keyframes SuccessPanel_showSuccess__z9ps1 {
  0% {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

@keyframes SuccessPanel_tipInPlace__7ZwJM {
  0% {
    left: 2em;
    top: 3.5em;
    width: 0
  }

  to {
    left: 1.4em;
    top: 4.3em;
    visibility: visible;
    width: 2.8em
  }
}

@keyframes SuccessPanel_longInPlace__2xSaD {
  0% {
    left: 3.2em;
    top: 5.1em;
    width: 0
  }

  to {
    left: 2.55em;
    top: 3.8em;
    visibility: visible;
    width: 4.4em
  }
}

.RiskLevel_riskLevel__cYIC3 {
  display: flex;
  justify-content: space-between
}

.RiskLevel_label__9Lupb div {
  font-size: 14px
}

.NavSwitch_nav__REQEW {
  background: #f4f4f4;
  border-radius: 20px;
  display: flex;
  margin-bottom: 21px;
  padding: 8px
}

@media only screen and (max-width:767px) {
  .NavSwitch_nav__REQEW {
    margin-bottom: 24px
  }
}

.dark-mode .NavSwitch_nav__REQEW {
  background: #111315
}

.NavSwitch_disabled__k7xky {
  opacity: .5;
  pointer-events: none
}

.NavSwitch_item__NnfnZ.NavSwitch_active__-ns4S {
  background: #fcfcfc;
  box-shadow: 0 4px 8px -4px #00000040, inset 0 -1px 1px #0000000a, inset 0 2px 0 #ffffff40
}

.dark-mode .NavSwitch_item__NnfnZ.NavSwitch_active__-ns4S {
  background: #272b30;
  box-shadow: 0 4px 8px -4px #00000040, inset 0 -1px 1px #0000000a, inset 0 2px 0 #ffffff0f
}

.Item_item__WGrKK {
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  flex: 1 1;
  padding: 12px 20px;
  transition: all .2s
}

@media only screen and (max-width:1259px) {
  .Item_item__WGrKK {
    display: block;
    padding-left: 76px;
    position: relative
  }
}

@media only screen and (max-width:767px) {
  .Item_item__WGrKK {
    padding-left: 20px
  }
}

.Item_icon__e0gEp {
  align-items: center;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 40px;
  justify-content: center;
  margin-right: 16px;
  width: 40px
}

@media only screen and (max-width:1259px) {
  .Item_icon__e0gEp {
    left: 20px;
    margin-right: 0;
    position: absolute;
    top: 20px
  }
}

@media only screen and (max-width:1023px) {
  .Item_icon__e0gEp {
    display: none
  }
}

.Item_subtitle__r\+fEm {
  align-items: center;
  color: #6f767e;
  display: flex;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308;
  margin-bottom: 4px
}

.Item_tooltip__3AmoH svg {
  fill: #9a9fa5
}

.Item_counter__LRVBq {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -.03em;
  line-height: 1
}

.Item_counter__LRVBq .Item_isTitle__K8mYu {
  font-size: 48px
}

@media only screen and (max-width:1339px) {
  .Item_counter__LRVBq .Item_isTitle__K8mYu {
    font-size: 40px
  }
}

.Item_balance__zW\+jL {
  margin: -12px -12px 0 auto
}

@media only screen and (max-width:1259px) {
  .Item_balance__zW\+jL {
    margin: 8px 0 0
  }
}

.Item_image__7M7uG {
  display: flex;
  padding-right: 10px
}

.Item_image__7M7uG img {
  width: 35px
}

.Item_details__G0UDo {
  flex: 1 1
}

.Scrollbar_page__pjDhO {
  height: 100vh !important;
  width: 100vw !important
}

.Scrollbar_thumbHorizontal__lrRHz,
.Scrollbar_thumbVertical__R3OPK {
  background-color: #6f767e !important
}

.Scrollbar_wrapper__wxrbF {
  width: 100% !important
}

.Scrollbar_wrapper__wxrbF .Scrollbar_thumbHorizontal__lrRHz,
.Scrollbar_wrapper__wxrbF .Scrollbar_thumbVertical__R3OPK,
.Scrollbar_wrapper__wxrbF .Scrollbar_trackHorizontal__J9XKq,
.Scrollbar_wrapper__wxrbF .Scrollbar_trackVertical__XVhb4 {
  opacity: 0 !important;
  transition: opacity .3s !important
}

.Scrollbar_wrapper__wxrbF:hover .Scrollbar_thumbHorizontal__lrRHz,
.Scrollbar_wrapper__wxrbF:hover .Scrollbar_thumbVertical__R3OPK,
.Scrollbar_wrapper__wxrbF:hover .Scrollbar_trackHorizontal__J9XKq,
.Scrollbar_wrapper__wxrbF:hover .Scrollbar_trackVertical__XVhb4 {
  opacity: 1 !important
}

.Scrollbar_componentContent__aFrJh>div:first-child {
  padding-right: 12px !important
}

@media only screen and (max-width:767px) {
  .Scrollbar_componentContent__aFrJh>div:first-child {
    padding-left: 6px !important;
    padding-right: 6px !important
  }
}

.Scrollbar_componentVertical__pt46T {
  right: -12px !important
}

.Scrollbar_componentHorizontal__c94FH {
  bottom: -12px !important
}

.ViewFarmDetails_title__JqCil {
  margin-bottom: 24px
}

.ViewFarmDetails_col__SFYaT {
  flex: 0 0 50%
}

.ViewFarmDetails_col__SFYaT:first-child {
  background: #f4f4f480;
  border-radius: 12px;
  padding: 24px
}

@media only screen and (max-width:1023px) {
  .ViewFarmDetails_col__SFYaT:first-child {
    margin-bottom: 48px
  }
}

@media only screen and (max-width:767px) {
  .ViewFarmDetails_col__SFYaT:first-child {
    margin-bottom: 32px;
    padding: 16px
  }
}

.dark-mode .ViewFarmDetails_col__SFYaT:first-child {
  background: #272b30
}

.ViewFarmDetails_product__EiBSr {
  margin-bottom: 16px
}

.ViewFarmDetails_btnsWrapper__rsrEQ {
  border-top: 1px solid #efefef;
  justify-content: center;
  margin: 15px -4px 0;
  padding-top: 15px
}

.dark-mode .ViewFarmDetails_btnsWrapper__rsrEQ {
  border-color: #272b30
}

.ViewFarmDetails_transaction__AWT-v {
  margin: 10px 4px;
  width: calc(100% - 8px)
}

.ViewFarmDetails_btns__IT-62 {
  display: flex
}

.ViewFarmDetails_btns__IT-62 .ViewFarmDetails_loader__Egs1E {
  margin: 0 18px 0 8px;
  transform: scale(.8)
}

.ViewFarmDetails_btns__IT-62 .ViewFarmDetails_button__aqaIO {
  margin: 0 4px;
  width: calc(50% - 8px)
}

@media only screen and (max-width:767px) {
  .ViewFarmDetails_btns__IT-62 .ViewFarmDetails_button__aqaIO {
    padding: 0 8px
  }
}

.ViewFarmDetails_btns__IT-62 .ViewFarmDetails_button__aqaIO.ViewFarmDetails_disabled__Jfm1h {
  filter: grayscale(1)
}

.ViewFarmDetails_btns__IT-62 .ViewFarmDetails_button__aqaIO.ViewFarmDetails_hide__zwgch {
  display: none
}

.ViewFarmDetails_btns__IT-62 .ViewFarmDetails_button__aqaIO.ViewFarmDetails_full__4yYGa {
  width: 100% !important
}

.ViewFarmDetails_box__Nya2n:not(:last-child) {
  border-bottom: 1px solid #1113151a
}

.ViewFarmDetails_info__yuveC {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.6;
  margin-bottom: 10px
}

@media only screen and (max-width:767px) {
  .ViewFarmDetails_info__yuveC {
    font-size: 18px
  }
}

.ViewFarmDetails_list__aULKM li {
  color: #33383f;
  font-weight: 500;
  padding-left: 36px;
  position: relative
}

.dark-mode .ViewFarmDetails_list__aULKM li {
  color: #efefef
}

.ViewFarmDetails_list__aULKM li:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill-rule='evenodd' d='M20.707 6.293a1 1 0 0 1 0 1.414l-8.586 8.586a3 3 0 0 1-4.243 0l-3.586-3.586a1 1 0 0 1 1.414-1.414l3.586 3.586a1 1 0 0 0 1.414 0l8.586-8.586a1 1 0 0 1 1.414 0z' fill='%23b5e4ca'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px
}

.ViewFarmDetails_list__aULKM li:not(:last-child) {
  border-bottom: 1px solid #efefef;
  margin-bottom: 12px;
  padding-bottom: 12px
}

.dark-mode .ViewFarmDetails_list__aULKM li:not(:last-child) {
  border-color: #272b30
}

.ViewFarmDetails_text__1zGDk {
  color: #33383f;
  font-weight: 500;
  margin-bottom: 12px;
  position: relative;
  z-index: 1
}

.dark-mode .ViewFarmDetails_text__1zGDk {
  color: #efefef
}

.ViewFarmDetails_user__c1bGX {
  align-items: center;
  display: flex
}

.ViewFarmDetails_avatar__VgBjY {
  flex-shrink: 0;
  height: 32px;
  margin-right: 12px;
  width: 32px
}

.ViewFarmDetails_avatar__VgBjY img {
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.ViewFarmDetails_editor__CCqh\+ {
  margin-top: 32px
}

@media only screen and (max-width:767px) {
  .ViewFarmDetails_editor__CCqh\+ {
    margin-top: 24px
  }
}

.ViewFarmDetails_wrapper__9bnNn {
  border: 1px solid #efefef;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 12px
}

.dark-mode .ViewFarmDetails_wrapper__9bnNn {
  border-color: #272b30
}

.ViewFarmDetails_wrapperTitle__M\+QHQ {
  color: #6f767e;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  justify-content: space-between;
  margin-bottom: 4px
}

.ViewFarmDetails_wrapperTitle__M\+QHQ svg {
  fill: #6f767e;
  margin-left: 5px
}

.ViewFarmDetails_wrapperRow__OEx6N {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0
}

.ViewFarmDetails_wrapperItem__FyENW {
  align-items: center;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  width: 100%
}

.ViewFarmDetails_wrapperItem__FyENW .ViewFarmDetails_label__RiehH {
  font-weight: 400
}

.ViewFarmDetails_wrapperItem__FyENW .ViewFarmDetails_label__RiehH svg {
  fill: #6f767e;
  margin-left: 5px;
  margin-top: -2px
}

.ViewFarmDetails_wrapperItem__FyENW .ViewFarmDetails_value__4t5W0 {
  font-weight: 500;
  line-height: 0px
}

.ViewFarmDetails_range__1xB\+i {
  padding-bottom: 10px;
  padding-top: 15px
}

.ViewFarmDetails_error__g7S48 {
  color: #ff6a55;
  margin-bottom: 10px;
  min-height: 24px;
  text-align: center
}

.ViewFarmDetails_iconWrapper__OQYsY {
  margin-top: -50px
}

.ViewFarmDetails_iconWrapper__OQYsY>div:last-child {
  margin-top: -100px
}

.ViewFarmDetails_successWrapper__E7m6A {
  position: relative;
  text-align: center
}

.ViewFarmDetails_successWrapper__E7m6A .ViewFarmDetails_icon__YYUqV {
  display: flex;
  justify-content: center;
  margin-top: 30px
}

.ViewFarmDetails_successWrapper__E7m6A .ViewFarmDetails_icon__YYUqV svg {
  fill: #83bf6e
}

.ViewFarmDetails_successWrapper__E7m6A .ViewFarmDetails_text__1zGDk {
  font-size: 16px;
  margin-bottom: 36px;
  margin-top: 0
}

@media only screen and (max-width:1023px) {
  .Panel_panel__rq0pC {
    display: none
  }
}

.Panel_info__gUhLE {
  color: #6f767e;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308;
  margin-right: auto
}

.Panel_info__gUhLE svg {
  fill: #6f767e;
  margin-right: 12px
}

.Panel_btns__FjlTf {
  align-items: center;
  display: flex
}

.Panel_button__owbG1:not(:last-child) {
  margin-right: 8px
}

.Earning_row__jid6H {
  display: flex
}

@media only screen and (max-width:1023px) {
  .Earning_row__jid6H {
    display: block
  }
}

.Earning_col__XI3Ls:first-child {
  flex-basis: calc(100% - 340px);
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 8px;
  width: calc(100% - 340px)
}

@media only screen and (max-width:1259px) {
  .Earning_col__XI3Ls:first-child {
    flex-basis: calc(100% - 300px);
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(100% - 300px)
  }
}

@media only screen and (max-width:1023px) {
  .Earning_col__XI3Ls:first-child {
    margin-bottom: 8px;
    padding-right: 0;
    width: 100%
  }
}

@media only screen and (max-width:767px) {
  .Earning_col__XI3Ls:first-child {
    width: 100%
  }
}

.Earning_col__XI3Ls:nth-child(2) {
  flex-shrink: 0;
  width: 340px
}

@media only screen and (max-width:1259px) {
  .Earning_col__XI3Ls:nth-child(2) {
    width: 300px
  }
}

@media only screen and (max-width:1023px) {
  .Earning_col__XI3Ls:nth-child(2) {
    margin-bottom: 8px;
    padding-right: 0;
    width: 100%
  }
}

@media only screen and (max-width:767px) {
  .Earning_col__XI3Ls:nth-child(2) {
    width: 100%
  }
}

.Earning_colfull__3sisU {
  flex: 0 0 100%;
  padding-right: 0;
  width: 100%
}

@media only screen and (max-width:1023px) {
  .Earning_colfull__3sisU {
    margin-bottom: 8px
  }
}

.Earning_card__r4ZZe:not(:last-child),
.Earning_row__jid6H:not(:last-child) {
  margin-bottom: 10px
}

.SupportedTokens_items__FgL3W {
  margin: -13px -23px -23px
}

.SupportedTokens_item__rwr1O {
  align-items: center;
  border-radius: 10px;
  color: #33383f;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 19px
}

.SupportedTokens_item__rwr1O:hover {
  background: #f4f4f4
}

.dark-mode .SupportedTokens_item__rwr1O:hover {
  background: #272b30
}

.SupportedTokens_item__rwr1O:hover .SupportedTokens_borrow__ZXSvS {
  background: #00397d
}

.dark-mode .SupportedTokens_item__rwr1O {
  color: #efefef
}

.SupportedTokens_item__rwr1O:last-child {
  padding-bottom: 23px
}

.SupportedTokens_item__rwr1O:not(:last-child) {
  border-bottom: 1px solid #efefef;
  padding-bottom: 18px
}

.dark-mode .SupportedTokens_item__rwr1O:not(:last-child) {
  border-color: #272b30
}

.SupportedTokens_link__pdcaF {
  fill: #fff;
  margin-left: 10px
}

.SupportedTokens_currency__pkzpe {
  align-items: center;
  background: #efefef;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 32px;
  justify-content: center;
  margin-right: 12px;
  width: 32px
}

.dark-mode .SupportedTokens_currency__pkzpe {
  background: #272b30
}

.SupportedTokens_price__FC0KB {
  color: #1a1d1f;
  margin-left: auto;
  padding-left: 20px
}

.dark-mode .SupportedTokens_price__FC0KB {
  color: #fcfcfc
}

.Table_card__uGKGz {
  background: #fcfcfc;
  border-radius: 8px;
  height: 100%;
  overflow: hidden;
  padding-bottom: 24px
}

.dark-mode .Table_card__uGKGz {
  background: #1a1d1f
}

@media only screen and (max-width:767px) {
  .Table_card__uGKGz {
    height: 450px
  }
}

.Table_wrapper__sujT9 {
  height: 95%
}

.Table_scroll__OUv7k {
  height: 440px
}

.Table_table__ulI6v {
  display: table;
  width: 100%
}

.Table_foot__8eCF4 {
  color: #6f767e;
  display: flex;
  justify-content: center;
  margin-top: 24px
}

.Table_foot__8eCF4 .Table_loader__Clzk2 {
  margin: 10px 18px 0 8px;
  transform: scale(.8)
}

.Table_row__p7Bhv {
  display: table-row
}

@media only screen and (max-width:767px) {
  .Table_row__p7Bhv {
    display: block
  }

  .Table_row__p7Bhv:not(:last-child) {
    border-bottom: 1px solid #efefef;
    margin-bottom: 16px;
    padding-bottom: 16px
  }

  .dark-mode .Table_row__p7Bhv:not(:last-child) {
    border-color: #272b30
  }
}

.Table_row__p7Bhv:first-child {
  background-color: #1a1d1f;
  position: sticky;
  top: 0;
  z-index: 10
}

.Table_row__p7Bhv:first-child .Table_col__HrpwA {
  color: #6f767e;
  font-size: 12px;
  font-weight: 700;
  font-weight: 500;
  line-height: 1.3333333333;
  padding-bottom: 16px;
  padding-top: 16px
}

.Table_row__p7Bhv:nth-child(2n) .Table_col__HrpwA {
  background: #efefef59
}

.dark-mode .Table_row__p7Bhv:nth-child(2n) .Table_col__HrpwA {
  background: #272b304d
}

@media only screen and (max-width:767px) {
  .Table_row__p7Bhv:nth-child(2n) .Table_col__HrpwA {
    background: #0000 !important
  }
}

.Table_col__HrpwA {
  color: #1a1d1f;
  display: table-cell;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7142857143;
  padding: 16px 12px;
  position: relative;
  text-align: center;
  vertical-align: middle
}

.Table_col__HrpwA:first-child {
  color: #6f767e !important;
  padding-left: 0;
  white-space: nowrap
}

@media only screen and (max-width:767px) {
  .Table_col__HrpwA:first-child {
    color: #fcfcfc;
    padding-left: 12px
  }

  .Table_col__HrpwA {
    display: flex;
    padding-bottom: 0;
    width: 100%
  }
}

.dark-mode .Table_col__HrpwA {
  color: #fcfcfc
}

.Table_col__HrpwA:after {
  background: #efefef;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

@media only screen and (max-width:767px) {
  .Table_col__HrpwA:after {
    display: none
  }
}

.dark-mode .Table_col__HrpwA:after {
  background: #272b30
}

.Table_col__HrpwA:first-child {
  border-radius: 8px 0 0 8px
}

.Table_col__HrpwA:first-child:after {
  left: 12px
}

.Table_col__HrpwA:last-child {
  border-radius: 0 8px 8px 0
}

.Table_col__HrpwA:last-child:after {
  right: 12px
}

.Table_col__HrpwA:not(:first-child) {
  padding-top: 20px
}

@media only screen and (max-width:767px) {
  .Table_col__HrpwA:not(:first-child) {
    padding-top: 16px
  }
}

.Table_head__r0OEz {
  text-align: center
}

@media only screen and (max-width:767px) {
  .Table_head__r0OEz {
    display: none !important
  }
}

@keyframes Table_colorSwitch__w8105 {
  0% {
    fill: #fcfcfc
  }

  50% {
    fill: #9a9fa5
  }

  to {
    fill: #fcfcfc
  }
}

.Table_refreshBtn__GzVmV {
  border-radius: 8px;
  cursor: pointer;
  flex-shrink: 0;
  height: 40px;
  width: 40px
}

.Table_refreshBtn__GzVmV:disabled {
  pointer-events: none
}

.Table_refreshBtn__GzVmV svg {
  fill: #9a9fa5;
  transform-origin: 42% 42%;
  transition: fill .2s
}

.Table_refreshBtn__GzVmV:hover svg {
  fill: #1a1d1f
}

.dark-mode .Table_refreshBtn__GzVmV:hover svg {
  fill: #fcfcfc
}

.Table_refreshBtn__GzVmV.Table_active__EPQLk svg {
  animation: Table_colorSwitch__w8105 1s linear infinite
}

.Row_status__pTBos {
  font-size: 14px;
  font-weight: 600;
  line-height: 28px
}

.Row_user__xuZdL {
  color: #fcfcfc
}

.Row_currency__H9-\+D {
  background: #efefef;
  border-radius: 50%;
  display: flex;
  height: 32px;
  justify-content: center;
  width: 32px
}

.dark-mode .Row_currency__H9-\+D {
  background: #272b30
}

@media only screen and (max-width:767px) {
  .Row_currency__H9-\+D {
    height: 20px;
    width: 20px
  }
}

.Row_item__4UqpE {
  display: flex;
  justify-content: center;
  width: 100%
}

@media only screen and (max-width:767px) {
  .Row_item__4UqpE {
    justify-content: space-between
  }
}

.Row_item__4UqpE .Row_label__d7asU {
  display: none
}

@media only screen and (max-width:767px) {
  .Row_item__4UqpE .Row_label__d7asU {
    display: block
  }
}

.Row_buttons__7cSn9 {
  align-items: center;
  display: flex;
  gap: 10px
}

@media only screen and (max-width:767px) {
  .Row_buttons__7cSn9 {
    width: 100%
  }
}

.Row_buttons__7cSn9 .Row_button__QEBSJ {
  flex: 1 1
}

.Row_token__IlpkL {
  display: flex
}

.Row_token__IlpkL .Row_text__t4mT6 {
  margin-left: 7px
}

.GlobalUtilization_card__3r6-g {
  margin-bottom: 8px
}

.GlobalUtilization_chart__uI-ug {
  height: 230px;
  position: relative;
  width: auto;
  z-index: 1
}

@media only screen and (max-width:1339px) {
  .GlobalUtilization_chart__uI-ug {
    margin-left: -12px
  }
}

@media only screen and (max-width:1023px) {
  .GlobalUtilization_chart__uI-ug {
    margin: 0 auto;
    max-width: 310px
  }
}

@media only screen and (max-width:767px) {
  .GlobalUtilization_chart__uI-ug {
    padding-left: 10px
  }
}

.GlobalUtilization_legend__Usqpz {
  display: flex;
  justify-content: space-between;
  margin-top: 32px
}

.GlobalUtilization_total__vBTG1 {
  align-items: center;
  display: flex;
  font-size: 32px;
  height: 100%;
  justify-content: center;
  left: 3px;
  padding-top: 20px;
  position: absolute;
  text-align: center;
  top: -3px;
  width: 100%;
  z-index: 0
}

.GlobalUtilization_indicator__ujFmF {
  align-items: center;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3333333333
}

.GlobalUtilization_color__mTJxx {
  border-radius: 4px;
  flex-shrink: 0;
  height: 16px;
  margin-right: 8px;
  width: 16px
}

.GlobalUtilization_tooltip__VfVV\+ {
  background-color: #272b30;
  border-color: #ffffff1f;
  border-radius: 8px;
  box-shadow: 0 4px 8px #0000001a, 0 2px 4px #0000001a, inset 0 0 1px #000;
  padding: 12px
}

.GlobalUtilization_label__5u2KD,
.GlobalUtilization_title__9V1Wf {
  color: #fff;
  font-size: 12;
  font-weight: 500
}

.GlobalUtilization_item__nwW8U {
  align-items: center;
  display: flex;
  gap: 4px;
  text-transform: capitalize
}

.Released_head__4RyK9 {
  margin-bottom: 44px
}

@media only screen and (max-width:1023px) {
  .Released_head__4RyK9 {
    margin-bottom: 32px
  }
}

@media only screen and (max-width:767px) {
  .Released_head__4RyK9 {
    flex-wrap: wrap;
    margin-bottom: 24px
  }
}

@media only screen and (max-width:1023px) {
  .Released_head__4RyK9 .Released_form__KbJ9j {
    width: 300px
  }
}

@media only screen and (max-width:767px) {
  .Released_head__4RyK9 .Released_form__KbJ9j {
    margin-top: 16px;
    order: 3;
    width: 100%
  }
}

.Released_title__M4\+fK {
  margin-right: 24px
}

.Released_sorting__60Ugb {
  display: flex;
  margin-left: auto
}

.Released_link__NKoYL {
  border-radius: 8px;
  flex-shrink: 0;
  height: 40px;
  width: 40px
}

.Released_link__NKoYL svg {
  fill: #9a9fa5;
  transition: fill .2s
}

.Released_link__NKoYL:hover svg {
  fill: #1a1d1f
}

.dark-mode .Released_link__NKoYL:hover svg {
  fill: #fcfcfc
}

.Released_link__NKoYL.Released_active__O4yxB {
  background: #fcfcfc;
  box-shadow: 0 4px 8px -4px #0000001a, inset 0 -1px 1px #0000000a, inset 0 2px 0 #ffffff40
}

.Released_link__NKoYL.Released_active__O4yxB svg {
  fill: #1a1d1f
}

.dark-mode .Released_link__NKoYL.Released_active__O4yxB {
  background: #111315;
  box-shadow: 0 4px 8px -4px #0000001a, inset 0 -1px 1px #0000000a, inset 0 2px 0 #ffffff0d
}

.dark-mode .Released_link__NKoYL.Released_active__O4yxB svg {
  fill: #fcfcfc
}

.Released_link__NKoYL:not(:last-child) {
  margin-right: 12px
}

.Released_list__lWo8F {
  display: flex;
  flex-wrap: wrap;
  margin: -32px -12px 0
}

@media only screen and (max-width:639px) {
  .Released_list__lWo8F {
    display: block;
    margin: 0
  }
}

.Released_product__0pY3k {
  flex-basis: calc(33.333% - 24px);
  flex-grow: 0;
  flex-shrink: 0;
  margin: 32px 12px 0;
  width: calc(33.333% - 24px)
}

@media only screen and (max-width:1023px) {
  .Released_product__0pY3k {
    flex-basis: calc(50% - 24px);
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(50% - 24px)
  }
}

@media only screen and (max-width:639px) {
  .Released_product__0pY3k {
    margin: 0;
    width: 100%
  }

  .Released_product__0pY3k:not(:last-child) {
    margin-bottom: 32px
  }
}

.Released_foot__Hf0kN {
  margin-top: 44px;
  text-align: center
}

.Released_foot__Hf0kN .Released_button__hImbh .Released_loader__yZjn4 {
  margin: 0 18px 0 8px;
  transform: scale(.8)
}

.Market_market__Ydmuv {
  margin: 0 -12px
}

@media only screen and (max-width:1023px) {
  .Market_market__Ydmuv {
    margin: 0
  }
}

.Market_table__zZhF5 {
  display: table;
  width: 100%
}

@media only screen and (max-width:1023px) {
  .Market_table__zZhF5 {
    display: block
  }
}

.Market_row__tl5Pw {
  display: table-row
}

@media only screen and (max-width:1023px) {
  .Market_row__tl5Pw {
    display: none
  }
}

.Market_col__R2yaV {
  color: #6f767e;
  display: table-cell;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308;
  padding: 0 12px 16px;
  position: relative;
  vertical-align: middle
}

.Market_col__R2yaV:after {
  background: #efefef;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0
}

.dark-mode .Market_col__R2yaV:after {
  background: #272b30
}

.Market_col__R2yaV:first-child {
  width: 210px
}

.Market_col__R2yaV:first-child:after {
  left: 12px
}

.Market_col__R2yaV:last-child:after {
  right: 12px
}

.Market_foot__1oGN5 {
  margin-top: 32px;
  text-align: center
}

@media only screen and (max-width:1023px) {
  .Market_foot__1oGN5 {
    margin-top: 24px
  }
}

.Market_foot__1oGN5 .Market_button__9B6v0 .Market_loader__K002- {
  margin: 0 18px 0 8px;
  transform: scale(.8)
}

.Row_row__njcxe {
  cursor: pointer;
  display: table-row;
  transition: background .2s
}

@media only screen and (max-width:1023px) {
  .Row_row__njcxe {
    border-bottom: 1px solid #efefef;
    display: block;
    margin-bottom: 24px;
    padding-bottom: 24px;
    position: relative
  }

  .dark-mode .Row_row__njcxe {
    border-color: #272b30
  }
}

@media only screen and (min-width:1024px) {
  .Row_row__njcxe:hover {
    background: #f4f4f4
  }

  .dark-mode .Row_row__njcxe:hover {
    background: #272b30
  }
}

@media only screen and (max-width:1023px) {
  .Row_row__njcxe:last-child .Row_col__XFiBG {
    padding-bottom: 0
  }

  .Row_row__njcxe:last-child .Row_col__XFiBG:after {
    display: none
  }
}

.Row_col__XFiBG {
  color: #1a1d1f;
  display: table-cell;
  padding: 16px 12px;
  position: relative;
  vertical-align: top
}

@media only screen and (max-width:1023px) {
  .Row_col__XFiBG {
    align-items: center;
    display: flex;
    padding: 0;
    position: static
  }
}

.dark-mode .Row_col__XFiBG {
  color: #fcfcfc
}

.Row_col__XFiBG:after {
  background: #efefef;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0
}

@media only screen and (max-width:1023px) {
  .Row_col__XFiBG:after {
    display: none
  }
}

.dark-mode .Row_col__XFiBG:after {
  background: #272b30
}

.Row_col__XFiBG:first-child {
  align-items: center;
  border-radius: 8px 0 0 8px;
  display: flex;
  font-size: 0;
  gap: 12px;
  justify-content: flex-start
}

@media only screen and (max-width:1023px) {
  .Row_col__XFiBG:first-child {
    display: none
  }
}

.Row_col__XFiBG:first-child:after {
  left: 12px
}

@media only screen and (max-width:1023px) {
  .Row_col__XFiBG:nth-child(3) {
    display: none
  }
}

.Row_col__XFiBG:not(:first-child):not(:nth-child(2)) {
  padding-top: 20px
}

@media only screen and (max-width:1023px) {
  .Row_col__XFiBG:not(:first-child):not(:nth-child(2)) {
    padding-top: 0
  }
}

.Row_col__XFiBG:last-child {
  border-radius: 0 8px 8px 0
}

.Row_col__XFiBG:last-child:after {
  right: 12px
}

@media only screen and (max-width:1023px) {
  .Row_col__XFiBG:not(:first-child):not(:last-child) {
    margin-bottom: 12px
  }
}

.Row_col__XFiBG img {
  width: 32px
}

.Row_item__O4sjb {
  align-items: center;
  cursor: pointer;
  display: flex;
  transition: color .2s
}

@media only screen and (max-width:767px) {
  .Row_item__O4sjb {
    align-items: stretch
  }
}

.dark-mode .Row_item__O4sjb {
  color: #fcfcfc
}

.Row_item__O4sjb:hover {
  color: #0050b0
}

.Row_preview__fYdux {
  border-radius: 8px;
  flex-shrink: 0;
  height: 80px;
  margin-right: 20px;
  overflow: hidden;
  width: 80px
}

@media only screen and (max-width:1023px) {
  .Row_preview__fYdux {
    width: 104px
  }
}

.Row_preview__fYdux img {
  height: 100%;
  object-fit: cover;
  width: 100%
}

.Row_product__lWxaG {
  margin-bottom: 4px;
  max-width: 170px
}

@media only screen and (max-width:1023px) {
  .Row_product__lWxaG {
    font-size: 18px;
    letter-spacing: -.02em;
    line-height: 1.3333333333;
    margin-bottom: 8px;
    max-width: 100%
  }
}

.Row_title__RBcFy {
  color: #fff;
  font-size: 14px
}

@media only screen and (max-width:1023px) {
  .Row_title__RBcFy {
    margin-bottom: 4px
  }

  .Row_wrap__q9pSG {
    align-items: center;
    display: flex
  }
}

.Row_category__vublT {
  color: #6f767e;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308
}

@media only screen and (max-width:1023px) {
  .Row_category__vublT {
    font-size: 15px
  }
}

.Row_sales__SbYLH {
  align-items: center;
  display: inline-flex
}

.Row_number__3pQVt,
.Row_price__zEbMS {
  border-radius: 6px;
  display: inline-block;
  padding: 0 8px;
  transition: background .2s
}

.dark-mode .Row_number__3pQVt,
.dark-mode .Row_price__zEbMS {
  background: #33383f
}

.Row_numberish__Yd3Qc {
  border-radius: 6px;
  display: inline-block;
  padding: 0 8px
}

.Row_price__zEbMS {
  display: none
}

@media only screen and (max-width:1023px) {
  .Row_price__zEbMS {
    display: inline-block;
    margin-right: 12px
  }
}

.Row_status__9R2b7 {
  transition: background .2s
}

.Row_rating__UnJSX {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7142857143
}

.Row_rating__UnJSX svg {
  fill: #ffc554;
  margin-right: 8px
}

.Row_rating__UnJSX span {
  color: #6f767e;
  margin-left: 4px
}

.Row_ratingEmpty__Va5PJ {
  color: #6f767e;
  white-space: nowrap
}

.Row_ratingEmpty__Va5PJ svg {
  fill: #6f767e
}

.Row_balance__Vqq6D {
  margin-left: 8px
}

.Row_box__Ujc5w {
  align-items: center;
  display: flex
}

.Row_line__ijmBe {
  flex-shrink: 0;
  height: 12px;
  margin-left: 8px;
  position: relative;
  width: 44px
}

.Row_progress__\+wfV\+ {
  border-radius: 2px;
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0
}

.Row_label__nSVP- {
  display: none
}

@media only screen and (max-width:1023px) {
  .Row_label__nSVP- {
    color: #6f767e;
    display: block;
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2307692308;
    padding-right: 20px;
    width: 124px
  }
}

.Row_infos__wg0Rb {
  max-height: 26px
}

.TopPools_chart__FRLCE {
  height: 352px;
  width: auto
}

.TopPools_recharts-cartesian-axis__hGrvx {
  width: 100px
}

.TopPools_recharts-cartesian-axis-tick-value__THuXX {
  white-space: nowrap;
  width: 100px
}

.TopPools_tooltip__jemDP {
  background-color: #272b30;
  border-color: #ffffff1f;
  border-radius: 8px;
  box-shadow: 0 4px 8px #0000001a, 0 2px 4px #0000001a, inset 0 0 1px #000;
  padding: 12px
}

.TopPools_label__Pz59S,
.TopPools_title__rK\+ei {
  color: #fff;
  font-size: 12;
  font-weight: 500
}

.TopPools_item__hfkqd {
  align-items: center;
  display: flex;
  gap: 4px;
  text-transform: capitalize
}

.ExploreContributors_contributors__jRcFu {
  background: #fcfcfc;
  border-radius: 8px;
  overflow: hidden;
  padding: 24px
}

@media only screen and (max-width:767px) {
  .ExploreContributors_contributors__jRcFu {
    padding: 16px
  }
}

.dark-mode .ExploreContributors_contributors__jRcFu {
  background: #1a1d1f
}

.ExploreContributors_head__R\+iM3 {
  align-items: center;
  border-bottom: 1px solid #efefef;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px
}

@media only screen and (max-width:767px) {
  .ExploreContributors_head__R\+iM3 {
    display: block
  }
}

.dark-mode .ExploreContributors_head__R\+iM3 {
  border-color: #272b30
}

.ExploreContributors_nav__jpjA8 {
  display: flex;
  margin-right: auto
}

@media only screen and (max-width:767px) {
  .ExploreContributors_nav__jpjA8 {
    margin: 0 0 20px
  }
}

.ExploreContributors_link__FlxD4 {
  border-radius: 8px;
  color: #6f767e;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  padding: 8px 16px;
  transition: all .2s
}

@media only screen and (max-width:767px) {
  .ExploreContributors_link__FlxD4 {
    flex-grow: 1
  }
}

.ExploreContributors_link__FlxD4.ExploreContributors_active__etdkA,
.ExploreContributors_link__FlxD4:hover {
  color: #1a1d1f
}

.dark-mode .ExploreContributors_link__FlxD4.ExploreContributors_active__etdkA,
.dark-mode .ExploreContributors_link__FlxD4:hover {
  color: #fcfcfc
}

.ExploreContributors_link__FlxD4.ExploreContributors_active__etdkA {
  background: #efefef
}

.dark-mode .ExploreContributors_link__FlxD4.ExploreContributors_active__etdkA {
  background: #272b30
}

.ExploreContributors_link__FlxD4:not(:last-child) {
  margin-right: 8px
}

.ExploreContributors_info__rWe0N {
  color: #9a9fa5;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308;
  margin-bottom: 20px
}

.ExploreContributors_creator__Xhkpt {
  margin-bottom: 24px
}

.ExploreContributors_foot__\+yW4w {
  padding: 12px 0;
  text-align: center
}

@media only screen and (max-width:767px) {
  .ExploreContributors_foot__\+yW4w {
    padding: 0
  }
}

.ExploreContributors_foot__\+yW4w .ExploreContributors_button__IgeK8 .ExploreContributors_loader__iYGkK {
  margin: 0 18px 0 8px;
  transform: scale(.8)
}

.Creator_creator__SZF8y {
  border-bottom: 1px solid #efefef;
  padding-bottom: 24px
}

.dark-mode .Creator_creator__SZF8y {
  border-color: #272b30
}

.Creator_head__vZ5-7,
.Creator_user__0\+u4y {
  align-items: center;
  display: flex
}

.Creator_user__0\+u4y {
  margin-right: auto
}

.Creator_avatar__cZzGA {
  flex-shrink: 0;
  height: 80px;
  margin-right: 16px;
  width: 80px
}

@media only screen and (max-width:767px) {
  .Creator_avatar__cZzGA {
    height: 64px;
    width: 64px
  }
}

.Creator_avatar__cZzGA img {
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.Creator_line__4eoFt {
  align-items: center;
  display: flex;
  margin-bottom: 4px
}

.Creator_man__m2ej3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.6
}

@media only screen and (max-width:767px) {
  .Creator_man__m2ej3 {
    font-size: 18px
  }
}

.Creator_number__Jd2kc {
  border-radius: 6px;
  font-weight: 700;
  margin-left: 6px;
  padding: 4px 8px
}

.dark-mode .Creator_number__Jd2kc {
  color: #1a1d1f
}

.Creator_parameters__n6U5k {
  display: flex;
  margin-left: -12px
}

.Creator_parameter__oZ46p {
  color: #9a9fa5;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308;
  margin-left: 12px
}

.Creator_parameter__oZ46p span {
  color: #6f767e
}

.Creator_parameter__oZ46p:not(:first-child) {
  padding-left: 14px;
  position: relative
}

.Creator_parameter__oZ46p:not(:first-child):before {
  background: #efefef;
  border-radius: 2px;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 2px
}

.dark-mode .Creator_parameter__oZ46p:not(:first-child):before {
  background: #272b30
}

.Creator_btns__v8JTM {
  display: flex;
  margin-left: 24px
}

@media only screen and (max-width:767px) {
  .Creator_btns__v8JTM {
    display: none
  }
}

.Creator_btns__v8JTM .Creator_button__VfnDq span {
  display: none
}

.Creator_btns__v8JTM .Creator_button__VfnDq:not(:last-child) {
  margin-right: 8px
}

.Creator_btns__v8JTM .Creator_button__VfnDq:first-child.Creator_active__nwuVM {
  background: #efefef;
  box-shadow: inset 0 0 0 3px #efefef
}

.Creator_btns__v8JTM .Creator_button__VfnDq:first-child.Creator_active__nwuVM span {
  display: inline
}

.Creator_products__G8oGF {
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  display: flex;
  margin: 24px -24px 0;
  overflow: auto;
  overflow-x: auto;
  scrollbar-width: none
}

.Creator_products__G8oGF::-webkit-scrollbar {
  display: none
}

.Creator_products__G8oGF:after,
.Creator_products__G8oGF:before {
  content: "";
  display: block;
  flex-shrink: 0;
  height: 1px;
  width: 24px
}

.Creator_product__0F7a6 {
  border-radius: 12px;
  cursor: pointer;
  flex-shrink: 0;
  height: 166px;
  overflow: hidden;
  position: relative;
  width: 212px
}

.Creator_product__0F7a6 img {
  height: 100%;
  object-fit: cover;
  width: 100%
}

.Creator_product__0F7a6:before {
  background: #111315cc url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' fill='none'%3E%3Crect width='36' height='36' rx='18' fill='%23fcfcfc'/%3E%3Cpath d='M19.077 22.827a.834.834 0 0 0 1.178 1.178l4.827-4.827a1.666 1.666 0 0 0 0-2.357l-4.827-4.827a.834.834 0 0 0-1.178 1.178l3.994 3.994H11.333a.833.833 0 0 0 0 1.666h11.738l-3.994 3.994z' fill='%236f767e'/%3E%3C/svg%3E") no-repeat 50% 50%/36px auto;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all .2s;
  visibility: hidden;
  width: 100%
}

.Creator_product__0F7a6:hover:before {
  opacity: 1;
  visibility: visible
}

.Creator_product__0F7a6:not(:last-child) {
  margin-right: 12px
}

.Farming_overview__pgd60 {
  margin-bottom: 16px
}

.Farming_head__40DCh {
  margin-bottom: 44px
}

@media only screen and (max-width:1023px) {
  .Farming_head__40DCh {
    margin-bottom: 32px
  }
}

@media only screen and (max-width:767px) {
  .Farming_head__40DCh {
    flex-wrap: wrap;
    margin-bottom: 24px
  }

  .Farming_head__40DCh .Farming_form__DcttN {
    flex: 0 0 100%;
    margin-top: 16px
  }
}

.Farming_title__ATE7g {
  margin-right: 24px
}

.Farming_foot__XOOlv {
  margin-top: 44px;
  text-align: center
}

.Farming_foot__XOOlv .Farming_button__yb8xV .Farming_loader__7UA3p {
  margin: 0 18px 0 8px;
  transform: scale(.8)
}

.Farming_card__Xt0uE {
  margin-bottom: 16px
}

.Farming_hideCard__WIpSH {
  display: none
}

.Overview_overview__h5IX4 {
  display: flex
}

@media only screen and (max-width:1023px) {
  .Overview_overview__h5IX4 {
    display: block
  }
}

.Overview_list__TLzS8 {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin-right: 0
}

@media only screen and (max-width:1259px) {
  .Overview_list__TLzS8 {
    margin-right: 0
  }
}

@media only screen and (max-width:1023px) {
  .Overview_list__TLzS8 {
    display: block;
    margin: 0
  }
}

.Overview_item__N57gm {
  color: #1a1d1f;
  display: flex;
  flex: 1 1;
  gap: 8px;
  padding: 0 64px 0 20px;
  position: relative
}

@media only screen and (max-width:1419px) {
  .Overview_item__N57gm {
    padding: 0 48px
  }
}

@media only screen and (max-width:1339px) {
  .Overview_item__N57gm {
    padding: 0 32px
  }
}

@media only screen and (max-width:1023px) {
  .Overview_item__N57gm {
    border: none;
    padding: 0
  }
}

.dark-mode .Overview_item__N57gm {
  border-color: #272b30;
  color: #fcfcfc
}

.Overview_item__N57gm:first-child {
  padding-left: 0
}

@media only screen and (max-width:1023px) {
  .Overview_item__N57gm:first-child {
    padding-left: 0
  }

  .Overview_item__N57gm:not(:last-child) {
    border-bottom: 1px solid #efefef;
    margin-bottom: 24px;
    padding-bottom: 24px
  }

  .dark-mode .Overview_item__N57gm:not(:last-child) {
    border-color: #272b30
  }
}

.Overview_item__N57gm:not(:first-child):before {
  background-color: #272b30;
  content: "";
  height: 100%;
  left: -6px;
  position: absolute;
  width: 1px
}

@media only screen and (max-width:1023px) {
  .Overview_item__N57gm:not(:first-child):before {
    display: none
  }
}

.Overview_icon__kdOzH {
  align-items: center;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 48px;
  justify-content: center;
  margin-right: 24px;
  margin-top: 6px;
  width: 48px
}

.Overview_icon__kdOzH svg {
  fill: #1a1d1f
}

.Overview_label__a5aPe {
  align-items: center;
  color: #6f767e;
  display: flex;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308;
  margin-bottom: 8px;
  white-space: nowrap
}

.Overview_tooltip__uGQwv svg {
  fill: #6f767e
}

.Overview_counter__--Qfo {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -.03em;
  line-height: 1
}

@media only screen and (max-width:1339px) {
  .Overview_counter__--Qfo {
    font-size: 40px
  }
}

.Overview_button__bhbwB {
  flex-shrink: 0
}

@media only screen and (max-width:767px) {
  .Overview_button__bhbwB {
    width: 100%
  }
}

.Overview_outer__nPCCn {
  max-width: 560px
}

.Overview_pointsFarmingIcons__ojk7J {
  display: flex;
  gap: 6px
}

.Overview_pointsFarmingTooltip__Xt2EI {
  height: 36px
}

.Overview_blue__Fmnkj,
.Overview_purple__cNEhW {
  aspect-ratio: square;
  height: 100%
}

.Overview_blue__Fmnkj {
  border: 2px solid #1ccce4;
  border-radius: 23px
}

.Success_success__IKf7R {
  padding: 60px 0 24px;
  text-align: center
}

@media only screen and (max-width:767px) {
  .Success_success__IKf7R {
    padding: 32px 0 16px
  }
}

.Success_icon__O05aY {
  align-items: center;
  background: #37af6c;
  border-radius: 50%;
  display: flex;
  font-size: 48px;
  height: 128px;
  justify-content: center;
  margin: 0 auto 20px;
  width: 128px
}

.Success_info__6Gwub {
  color: #33383f;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.6;
  margin-bottom: 8px
}

@media only screen and (max-width:767px) {
  .Success_info__6Gwub {
    font-size: 18px
  }
}

.dark-mode .Success_info__6Gwub {
  color: #efefef
}

.Success_price__begC6 {
  margin-bottom: 16px
}

@media only screen and (max-width:767px) {
  .Success_price__begC6 {
    font-size: 40px
  }
}

.Success_text__qF00- {
  color: #6f767e;
  margin-bottom: 20px
}

.Success_text__qF00- span {
  color: #1a1d1f
}

.dark-mode .Success_text__qF00- span {
  color: #fcfcfc
}

.RWAVaults_card__w1dsF {
  margin-bottom: 16px
}

.RWAVaults_wrapper__8wxQs {
  margin: 0 -12px
}

@media only screen and (max-width:1023px) {
  .RWAVaults_wrapper__8wxQs {
    margin: 0
  }
}

.RWAVaults_table__8eUiH {
  display: table;
  width: 100%
}

@media only screen and (max-width:1023px) {
  .RWAVaults_table__8eUiH {
    display: block
  }
}

.RWAVaults_row__50b8F {
  display: table-row
}

@media only screen and (max-width:1023px) {
  .RWAVaults_row__50b8F {
    display: none
  }
}

.RWAVaults_col__1XS7Q {
  color: #6f767e;
  display: table-cell;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308;
  padding: 0 12px 16px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap
}

.RWAVaults_col__1XS7Q:after {
  background: #efefef;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0
}

.dark-mode .RWAVaults_col__1XS7Q:after {
  background: #272b30
}

.RWAVaults_col__1XS7Q:nth-child(2) {
  text-align: left
}

.RWAVaults_col__1XS7Q:first-child {
  font-size: 0;
  text-align: left;
  width: 0
}

.RWAVaults_col__1XS7Q:first-child:after {
  left: 12px
}

.RWAVaults_col__1XS7Q:last-child:after {
  right: 12px
}

.RWAVaults_foot__DR5JJ {
  margin-top: 20px;
  text-align: center
}

@media only screen and (max-width:1023px) {
  .RWAVaults_foot__DR5JJ {
    margin-top: 0
  }
}

.RWAVaults_foot__DR5JJ .RWAVaults_button__\+OWeW .RWAVaults_loader__mtd1J {
  margin: 0 18px 0 8px;
  transform: scale(.8)
}

.RWAVaults_emptyPlaceholder__0xDGL {
  caption-side: bottom;
  color: #33383f;
  display: table-caption
}

.OpenRwaFarmDetails_title__tOyJh {
  margin-bottom: 24px
}

.OpenRwaFarmDetails_row__2kduY {
  display: flex
}

@media only screen and (max-width:1023px) {
  .OpenRwaFarmDetails_row__2kduY {
    display: block
  }
}

.OpenRwaFarmDetails_scroll__uFIqZ {
  height: 517px
}

.OpenRwaFarmDetails_col__Sx9M7 {
  flex: 0 0 50%
}

.OpenRwaFarmDetails_col__Sx9M7:first-child {
  background: #f4f4f480;
  border-radius: 12px;
  padding: 24px
}

@media only screen and (max-width:1023px) {
  .OpenRwaFarmDetails_col__Sx9M7:first-child {
    margin-bottom: 48px
  }
}

@media only screen and (max-width:767px) {
  .OpenRwaFarmDetails_col__Sx9M7:first-child {
    margin-bottom: 32px;
    padding: 16px
  }
}

.dark-mode .OpenRwaFarmDetails_col__Sx9M7:first-child {
  background: #272b30
}

.OpenRwaFarmDetails_col__Sx9M7:nth-child(2) {
  padding: 28px 0 0 24px
}

@media only screen and (max-width:1023px) {
  .OpenRwaFarmDetails_col__Sx9M7:nth-child(2) {
    padding: 0
  }
}

.OpenRwaFarmDetails_product__6k3fl {
  margin-bottom: 16px
}

.OpenRwaFarmDetails_product__6k3fl img {
  border: none !important
}

.OpenRwaFarmDetails_btnsWrapper__UQsl9 {
  border-top: 1px solid #efefef;
  justify-content: center;
  margin: 9px -4px 0;
  padding-top: 15px
}

.dark-mode .OpenRwaFarmDetails_btnsWrapper__UQsl9 {
  border-color: #272b30
}

.OpenRwaFarmDetails_transaction__xMlFc {
  margin: 12px 4px 10px;
  width: calc(100% - 8px)
}

.OpenRwaFarmDetails_btns__LXJeF .OpenRwaFarmDetails_loader__jSifR {
  margin: 0 18px 0 8px;
  transform: scale(.8)
}

.OpenRwaFarmDetails_btns__LXJeF .OpenRwaFarmDetails_button__gdg29 {
  margin: 0 4px;
  width: calc(50% - 8px)
}

@media only screen and (max-width:767px) {
  .OpenRwaFarmDetails_btns__LXJeF .OpenRwaFarmDetails_button__gdg29 {
    padding: 0 8px
  }
}

.OpenRwaFarmDetails_btns__LXJeF .OpenRwaFarmDetails_button__gdg29.OpenRwaFarmDetails_disabled__zvSOE {
  filter: grayscale(1)
}

.OpenRwaFarmDetails_btns__LXJeF .OpenRwaFarmDetails_button__gdg29.OpenRwaFarmDetails_full__jNx7q {
  width: 100% !important
}

.OpenRwaFarmDetails_box__IjL16:not(:last-child) {
  border-bottom: 1px solid #1113151a
}

.OpenRwaFarmDetails_info__EtG\+m {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.6;
  margin-bottom: 10px
}

@media only screen and (max-width:767px) {
  .OpenRwaFarmDetails_info__EtG\+m {
    font-size: 18px
  }
}

.OpenRwaFarmDetails_text__dS6s3 {
  color: #33383f;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 12px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  z-index: 1
}

.dark-mode .OpenRwaFarmDetails_text__dS6s3 {
  color: #efefef
}

.OpenRwaFarmDetails_wrapper__gPGcS {
  border: 1px solid #efefef;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 12px
}

.dark-mode .OpenRwaFarmDetails_wrapper__gPGcS {
  border-color: #272b30
}

.OpenRwaFarmDetails_wrapperTitle__Ah1Vc {
  color: #6f767e;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  justify-content: space-between;
  margin-bottom: 4px
}

.OpenRwaFarmDetails_wrapperTitle__Ah1Vc svg {
  fill: #6f767e;
  margin-left: 5px
}

.OpenRwaFarmDetails_successWrapper__y3GsA {
  min-height: 320px;
  position: relative;
  text-align: center
}

.OpenRwaFarmDetails_acceptConditionsField__VnHDf {
  align-items: center;
  display: flex;
  justify-content: space-between
}

.ProductLogo_previewContainer__QmmZM {
  position: relative
}

.ProductLogo_preview__9eXgS {
  border-radius: 8px;
  flex-shrink: 0;
  height: 80px;
  margin-right: 20px;
  overflow: hidden;
  width: 80px
}

@media only screen and (max-width:1023px) {
  .ProductLogo_preview__9eXgS {
    height: 116px;
    width: 104px
  }
}

.ProductLogo_preview__9eXgS img {
  background: #fff;
  height: 100%;
  object-fit: cover;
  padding: 0;
  width: 100%
}

.ProductLogo_badge__3Q\+NW {
  border-radius: 50%;
  bottom: -8px;
  position: absolute;
  right: 8px;
  width: 30px;
  width: 36px
}

.Row_row__pbEdx {
  display: table-row;
  transition: background .2s
}

@media only screen and (max-width:1023px) {
  .Row_row__pbEdx {
    border-bottom: 1px solid #efefef;
    display: block;
    margin-bottom: 24px;
    padding-bottom: 24px;
    position: relative
  }

  .dark-mode .Row_row__pbEdx {
    border-color: #272b30
  }
}

@media only screen and (min-width:1260px) {
  .Row_row__pbEdx:hover {
    background: #f4f4f4
  }

  .dark-mode .Row_row__pbEdx:hover {
    background: #272b30
  }

  .Row_row__pbEdx:hover .Row_control__YNd5k {
    opacity: 1;
    visibility: visible
  }
}

.Row_disabled__BWAzq {
  filter: grayscale(1);
  opacity: .5;
  pointer-events: none
}

.Row_viewButton__2TYgF {
  background-color: #5c9cde
}

.Row_col__Xn4g6 {
  color: #fcfcfc;
  display: table-cell;
  padding: 16px 12px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap
}

.Row_col__Xn4g6:after {
  background: #efefef;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0
}

.dark-mode .Row_col__Xn4g6:after {
  background: #272b30
}

@media only screen and (max-width:1023px) {
  .Row_col__Xn4g6:after {
    display: none
  }
}

.Row_col__Xn4g6:nth-child(2) {
  text-align: left
}

.Row_col__Xn4g6:first-child {
  border-radius: 8px 0 0 8px;
  font-size: 0;
  text-align: left;
  width: 0 !important
}

@media only screen and (max-width:1023px) {
  .Row_col__Xn4g6:first-child {
    display: none
  }
}

.Row_col__Xn4g6:first-child:after {
  left: 12px
}

.Row_col__Xn4g6:last-child {
  border-radius: 0 8px 8px 0;
  color: #6f767e;
  width: 200px !important
}

@media only screen and (max-width:1023px) {
  .Row_col__Xn4g6:last-child {
    padding: 0;
    width: 100% !important
  }
}

.Row_col__Xn4g6:last-child:after {
  right: 12px
}

.Row_col__Xn4g6:not(:nth-child(2)) {
  width: 250px
}

.Row_col__Xn4g6:not(:nth-child(2)) img {
  margin-left: -10px
}

@media only screen and (max-width:1023px) {
  .Row_col__Xn4g6 {
    display: flex;
    padding-bottom: 0;
    width: 100% !important
  }
}

.Row_productItem__sS4x2 {
  align-items: center;
  display: flex;
  transition: color .2s
}

@media only screen and (max-width:767px) {
  .Row_productItem__sS4x2 {
    align-items: stretch
  }
}

.dark-mode .Row_productItem__sS4x2 {
  color: #fcfcfc
}

.Row_infos__URXPo {
  margin-left: 0;
  margin-right: 0;
  max-width: 40px;
  padding: 0
}

.Row_buttons__\+1P87 .Row_button__bEwBn {
  width: 160px
}

@media only screen and (max-width:767px) {
  .Row_buttons__\+1P87 {
    width: 100%
  }
}

.Row_collateral__QI7v7 {
  align-items: center;
  display: flex;
  justify-content: center
}

.Row_collateral__QI7v7 svg {
  fill: #83bf6e
}

.Row_item__drN5D {
  display: flex;
  justify-content: center;
  width: 100%
}

@media only screen and (max-width:767px) {
  .Row_item__drN5D {
    justify-content: space-between
  }
}

.Row_item__drN5D .Row_label__NBwK2 {
  display: none
}

@media only screen and (max-width:767px) {
  .Row_item__drN5D .Row_label__NBwK2 {
    display: block
  }
}

.Row_item__drN5D .Row_apyValue__Iw-WB {
  align-items: center;
  display: flex;
  gap: 4px
}

.Row_modalTemp__VQNzn {
  min-height: 100px
}

@media only screen and (max-width:1023px) {
  .Row_details__7016Q {
    display: flex;
    flex-direction: column;
    justify-content: center
  }
}

.Row_product__ELINp {
  font-weight: 700;
  margin-bottom: 4px;
  max-width: 170px
}

@media only screen and (max-width:1023px) {
  .Row_product__ELINp {
    font-size: 18px;
    letter-spacing: -.02em;
    line-height: 1.3333333333;
    margin-bottom: 8px;
    max-width: 100%
  }
}

.Row_link__ED82E {
  color: #9a9fa5;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308;
  white-space: nowrap
}

.Row_tooltip__rcnCR svg {
  fill: #9a9fa5;
  margin-left: 5px;
  margin-top: -3px
}

.Row_openOuter__-ujYC {
  max-width: 896px
}

@media only screen and (max-width:767px) {
  .Row_openOuter__-ujYC>div {
    padding: 26px 16px 16px
  }
}

.Parameter_parameterContainer__RW\+BK {
  margin-right: 5px
}

.Parameter_parameter__Z6xxj {
  align-items: center;
  border-bottom: 1px solid #1113151a;
  display: flex;
  padding: 16px 0
}

.dark-mode .Parameter_parameter__Z6xxj {
  border-color: #6f767e26
}

.Parameter_hasData__PEHJH {
  cursor: pointer
}

.Parameter_hasData__PEHJH .Parameter_title__2ba3A {
  color: #fcfcfc
}

.Parameter_big__joxd4 {
  font-size: 14px
}

.Parameter_title__2ba3A {
  color: #6f767e;
  flex-shrink: 0;
  margin-right: auto;
  padding-right: 12px
}

.Parameter_title__2ba3A span {
  margin-right: 5px
}

.Parameter_tooltip__-ldIc {
  position: relative;
  top: -1px
}

.Parameter_tooltip__-ldIc svg {
  fill: #6f767e
}

.Parameter_no__50DJ3,
.Parameter_yes__uJF8b {
  border-radius: 6px;
  display: inline-block;
  padding: 2px 8px;
  white-space: nowrap
}

.dark-mode .Parameter_no__50DJ3,
.dark-mode .Parameter_yes__uJF8b {
  color: #1a1d1f
}

.Parameter_yes__uJF8b {
  background: #37af6c
}

.Parameter_no__50DJ3 {
  background: #ffbc99
}

.Parameter_content__-Mzhl {
  text-align: right
}

.Parameter_hidden__DiIeU {
  display: none
}

.Parameter_itemDescription__SRpvY {
  color: #6f767e;
  font-weight: 500;
  text-align: right
}

.Parameter_content__-Mzhl,
.Parameter_price__GZ0ey {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: flex-end;
  text-overflow: ellipsis
}

.Product_item__YV\+Ep {
  align-items: center;
  display: flex
}

.Product_link__1E-hJ {
  color: #9a9fa5;
  margin-top: 0;
  padding-top: 0
}

@media only screen and (max-width:1023px) {
  .Product_link__1E-hJ {
    display: none
  }
}

.Product_preview__1OCWm {
  background-color: #f4f4f4;
  border-radius: 8px;
  flex-shrink: 0;
  height: 80px;
  margin-right: 20px;
  overflow: hidden;
  width: 80px
}

.Product_preview__1OCWm img {
  height: 100%;
  object-fit: cover;
  width: 100%
}

.Product_product__9EtYg {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 20px !important;
  line-height: 1.6;
  margin-bottom: 0
}

@media only screen and (max-width:767px) {
  .Product_product__9EtYg {
    font-size: 18px
  }
}

.Product_category__E\+2Br {
  color: #9a9fa5;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308
}

.Product_new__858ds,
.Product_progress__yIoN7 {
  border-radius: 6px;
  display: inline-block;
  padding: 2px 8px;
  white-space: nowrap
}

.Product_new__858ds {
  background: #37af6c
}

.Product_progress__yIoN7 {
  background: #cabdff
}

.ViewRWAFarmDetails_title__lc9FM {
  margin-bottom: 24px
}

.ViewRWAFarmDetails_col__e6F4L {
  flex: 0 0 50%
}

.ViewRWAFarmDetails_col__e6F4L:first-child {
  background: #f4f4f480;
  border-radius: 12px;
  padding: 24px
}

@media only screen and (max-width:1023px) {
  .ViewRWAFarmDetails_col__e6F4L:first-child {
    margin-bottom: 48px
  }
}

@media only screen and (max-width:767px) {
  .ViewRWAFarmDetails_col__e6F4L:first-child {
    margin-bottom: 32px;
    padding: 16px
  }
}

.dark-mode .ViewRWAFarmDetails_col__e6F4L:first-child {
  background: #272b30
}

.ViewRWAFarmDetails_product__fMlEw {
  margin-bottom: 16px
}

.ViewRWAFarmDetails_btnsWrapper__zqhwk {
  border-top: 1px solid #efefef;
  justify-content: center;
  margin: 15px -4px 0;
  padding-top: 15px
}

.dark-mode .ViewRWAFarmDetails_btnsWrapper__zqhwk {
  border-color: #272b30
}

.ViewRWAFarmDetails_transaction__GQboq {
  margin: 10px 4px;
  width: calc(100% - 8px)
}

.ViewRWAFarmDetails_btns__Lde75 {
  display: flex
}

.ViewRWAFarmDetails_btns__Lde75 .ViewRWAFarmDetails_loader__b1zy- {
  margin: 0 18px 0 8px;
  transform: scale(.8)
}

.ViewRWAFarmDetails_btns__Lde75 .ViewRWAFarmDetails_button__3dpvd {
  margin: 0 4px;
  width: calc(50% - 8px)
}

@media only screen and (max-width:767px) {
  .ViewRWAFarmDetails_btns__Lde75 .ViewRWAFarmDetails_button__3dpvd {
    padding: 0 8px
  }
}

.ViewRWAFarmDetails_btns__Lde75 .ViewRWAFarmDetails_button__3dpvd.ViewRWAFarmDetails_disabled__BhmuV {
  filter: grayscale(1)
}

.ViewRWAFarmDetails_btns__Lde75 .ViewRWAFarmDetails_button__3dpvd.ViewRWAFarmDetails_hide__GD05S {
  display: none
}

.ViewRWAFarmDetails_btns__Lde75 .ViewRWAFarmDetails_button__3dpvd.ViewRWAFarmDetails_full__yHw-3 {
  width: 100% !important
}

.ViewRWAFarmDetails_box__568co:not(:last-child) {
  border-bottom: 1px solid #1113151a
}

.ViewRWAFarmDetails_info__UryAy {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.6;
  margin-bottom: 10px
}

@media only screen and (max-width:767px) {
  .ViewRWAFarmDetails_info__UryAy {
    font-size: 18px
  }
}

.ViewRWAFarmDetails_list__CSBEh li {
  color: #33383f;
  font-weight: 500;
  padding-left: 36px;
  position: relative
}

.dark-mode .ViewRWAFarmDetails_list__CSBEh li {
  color: #efefef
}

.ViewRWAFarmDetails_list__CSBEh li:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill-rule='evenodd' d='M20.707 6.293a1 1 0 0 1 0 1.414l-8.586 8.586a3 3 0 0 1-4.243 0l-3.586-3.586a1 1 0 0 1 1.414-1.414l3.586 3.586a1 1 0 0 0 1.414 0l8.586-8.586a1 1 0 0 1 1.414 0z' fill='%23b5e4ca'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px
}

.ViewRWAFarmDetails_list__CSBEh li:not(:last-child) {
  border-bottom: 1px solid #efefef;
  margin-bottom: 12px;
  padding-bottom: 12px
}

.dark-mode .ViewRWAFarmDetails_list__CSBEh li:not(:last-child) {
  border-color: #272b30
}

.ViewRWAFarmDetails_text__wGFNR {
  color: #33383f;
  font-weight: 500;
  margin-bottom: 12px;
  position: relative;
  z-index: 1
}

.dark-mode .ViewRWAFarmDetails_text__wGFNR {
  color: #efefef
}

.ViewRWAFarmDetails_user__QPioI {
  align-items: center;
  display: flex
}

.ViewRWAFarmDetails_avatar__A3qVG {
  flex-shrink: 0;
  height: 32px;
  margin-right: 12px;
  width: 32px
}

.ViewRWAFarmDetails_avatar__A3qVG img {
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.ViewRWAFarmDetails_editor__5e7-I {
  margin-top: 32px
}

@media only screen and (max-width:767px) {
  .ViewRWAFarmDetails_editor__5e7-I {
    margin-top: 24px
  }
}

.ViewRWAFarmDetails_wrapper__P7esS {
  border: 1px solid #efefef;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 12px
}

.dark-mode .ViewRWAFarmDetails_wrapper__P7esS {
  border-color: #272b30
}

.ViewRWAFarmDetails_wrapperTitle__ElrK4 {
  color: #6f767e;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  justify-content: space-between;
  margin-bottom: 4px
}

.ViewRWAFarmDetails_wrapperTitle__ElrK4 svg {
  fill: #6f767e;
  margin-left: 5px
}

.ViewRWAFarmDetails_wrapperRow__9EfAd {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0
}

.ViewRWAFarmDetails_wrapperItem__wF9PC {
  align-items: center;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  width: 100%
}

.ViewRWAFarmDetails_wrapperItem__wF9PC .ViewRWAFarmDetails_label__Cv4uZ {
  font-weight: 400
}

.ViewRWAFarmDetails_wrapperItem__wF9PC .ViewRWAFarmDetails_label__Cv4uZ svg {
  fill: #6f767e;
  margin-left: 5px;
  margin-top: -2px
}

.ViewRWAFarmDetails_wrapperItem__wF9PC .ViewRWAFarmDetails_value__iqH0\+ {
  font-weight: 500;
  line-height: 0px
}

.ViewRWAFarmDetails_range__V1CbU {
  padding-bottom: 10px;
  padding-top: 15px
}

.ViewRWAFarmDetails_error__L\+l16 {
  color: #ff6a55;
  margin-bottom: 10px;
  min-height: 24px;
  text-align: center
}

.ViewRWAFarmDetails_iconWrapper__RDBY2 {
  margin-top: -50px
}

.ViewRWAFarmDetails_iconWrapper__RDBY2>div:last-child {
  margin-top: -100px
}

.ViewRWAFarmDetails_successWrapper__PRZ1a {
  position: relative;
  text-align: center
}

.ViewRWAFarmDetails_successWrapper__PRZ1a .ViewRWAFarmDetails_icon__9Bm2c {
  display: flex;
  justify-content: center;
  margin-top: 30px
}

.ViewRWAFarmDetails_successWrapper__PRZ1a .ViewRWAFarmDetails_icon__9Bm2c svg {
  fill: #83bf6e
}

.ViewRWAFarmDetails_successWrapper__PRZ1a .ViewRWAFarmDetails_text__wGFNR {
  font-size: 16px;
  margin-bottom: 36px;
  margin-top: 0
}

.Home_row__gB1x- {
  display: flex
}

@media only screen and (max-width:1023px) {
  .Home_row__gB1x- {
    display: block
  }
}

.Home_col__gYUz7 {
  flex-basis: calc(50% - 4px);
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(50% - 4px)
}

.Home_col__gYUz7:not(:last-child) {
  margin-right: 8px
}

@media only screen and (max-width:1023px) {
  .Home_col__gYUz7 {
    margin-bottom: 8px;
    padding-right: 0;
    width: 100%
  }
}

@media only screen and (max-width:767px) {
  .Home_col__gYUz7 {
    display: none;
    width: 100%
  }

  .Home_col__gYUz7.Home_active__ApOxE {
    display: block
  }
}

.Home_card__pPsB9:not(:last-child) {
  margin-bottom: 8px
}

.Home_nav__Iu-EX {
  display: none
}

@media only screen and (max-width:767px) {
  .Home_nav__Iu-EX {
    display: flex;
    margin-bottom: 20px;
    margin-left: auto
  }

  .Home_nav__Iu-EX .Home_button__aHby3 {
    border-radius: 8px;
    color: #6f767e;
    flex: 1 1;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
    padding: 8px 16px;
    transition: all .2s
  }

  .Home_nav__Iu-EX .Home_button__aHby3.Home_active__ApOxE,
  .Home_nav__Iu-EX .Home_button__aHby3:hover {
    color: #1a1d1f
  }

  .dark-mode .Home_nav__Iu-EX .Home_button__aHby3.Home_active__ApOxE,
  .dark-mode .Home_nav__Iu-EX .Home_button__aHby3:hover {
    color: #fcfcfc
  }

  .Home_nav__Iu-EX .Home_button__aHby3.Home_active__ApOxE {
    background: #efefef
  }

  .dark-mode .Home_nav__Iu-EX .Home_button__aHby3.Home_active__ApOxE {
    background: #272b30
  }

  .Home_nav__Iu-EX .Home_button__aHby3:not(:last-child) {
    margin-right: 0
  }
}

.AssetsToSupply_wrapper__pi4wf {
  margin: 0 -12px;
  overflow: auto
}

.AssetsToSupply_table__zcTVY {
  display: table;
  width: 100%
}

.AssetsToSupply_head__lgM45 {
  text-align: center
}

@media only screen and (max-width:767px) {
  .AssetsToSupply_head__lgM45 {
    display: none !important
  }
}

.AssetsToSupply_row__\+kmKM {
  display: table-row
}

@media only screen and (max-width:767px) {
  .AssetsToSupply_row__\+kmKM {
    margin-bottom: 24px
  }
}

.AssetsToSupply_pointA__lFYqa {
  width: 50px
}

.AssetsToSupply_hodler__hbrQK {
  display: flex;
  position: absolute;
  right: 25px;
  top: 15px
}

.AssetsToSupply_pointB__dyyBH {
  border: 2px solid #1ccce4;
  border-radius: 23px;
  height: 35px;
  margin-top: 8px;
  width: 35px
}

.AssetsToSupply_col__iVIIL {
  color: #6f767e;
  display: table-cell;
  font-size: 12px;
  font-size: 14px;
  font-weight: 700;
  font-weight: 600;
  line-height: 1.3333333333;
  line-height: 24px;
  padding: 4px 6px 16px;
  vertical-align: bottom;
  white-space: nowrap
}

.AssetsToSupply_col__iVIIL .AssetsToSupply_tooltip__-TN99 {
  fill: #6f767e;
  margin-left: 5px;
  margin-top: -1px
}

.AssetsToSupply_tilt__NhqwH {
  color: #fff;
  margin-left: -12px;
  margin-top: -12px
}

.AssetsToSupply_foot__luQP9 {
  margin-top: 12px;
  text-align: center
}

@media only screen and (max-width:767px) {
  .AssetsToSupply_foot__luQP9 {
    margin-top: 32px
  }
}

.AssetsToSupply_foot__luQP9 .AssetsToSupply_button__Rmbii .AssetsToSupply_loader__xmUni {
  margin: 0 18px 0 8px;
  transform: scale(.8)
}

.Row_row__dga\+3 {
  cursor: pointer;
  display: table-row;
  transition: background .2s
}

.Row_row__dga\+3 .Row_supply__iMbg\+.Row_disabled__P4JzO {
  filter: grayscale(1)
}

@media only screen and (max-width:767px) {
  .Row_row__dga\+3 {
    display: block
  }

  .Row_row__dga\+3:not(:last-child) {
    border-bottom: 1px solid #efefef;
    margin-bottom: 16px;
    padding-bottom: 16px
  }

  .dark-mode .Row_row__dga\+3:not(:last-child) {
    border-color: #272b30
  }
}

.Row_row__dga\+3:hover {
  background: #f4f4f4
}

.dark-mode .Row_row__dga\+3:hover {
  background: #272b30
}

.Row_row__dga\+3:hover .Row_supply__iMbg\+ {
  background: #00397d
}

.Row_row__dga\+3.Row_disabled__P4JzO {
  filter: grayscale(1)
}

.Row_col__FIdyF {
  color: #1a1d1f;
  display: table-cell;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7142857143;
  padding: 16px 12px;
  position: relative;
  text-align: center;
  vertical-align: middle
}

@media only screen and (max-width:767px) {
  .Row_col__FIdyF {
    display: flex;
    padding-bottom: 0;
    width: 100%
  }
}

.dark-mode .Row_col__FIdyF {
  color: #fcfcfc
}

.Row_col__FIdyF:after {
  background: #efefef;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

@media only screen and (max-width:767px) {
  .Row_col__FIdyF:after {
    display: none
  }
}

.dark-mode .Row_col__FIdyF:after {
  background: #272b30
}

.Row_col__FIdyF:first-child {
  border-radius: 8px 0 0 8px
}

.Row_col__FIdyF:first-child:after {
  left: 12px
}

.Row_col__FIdyF:last-child {
  border-radius: 0 8px 8px 0;
  padding-right: 10px !important
}

.Row_col__FIdyF:last-child:after {
  right: 12px
}

.Row_col__FIdyF:not(:first-child) {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 20px
}

@media only screen and (max-width:767px) {
  .Row_col__FIdyF:not(:first-child) {
    padding-top: 16px
  }
}

.Row_col__FIdyF:not(:last-child) {
  padding-top: 20px
}

@media only screen and (max-width:767px) {
  .Row_col__FIdyF:not(:last-child) {
    padding-top: 16px
  }
}

.Row_infos__vcKtE {
  margin-left: 0;
  margin-right: 0;
  max-width: 40px;
  padding: 0
}

.Row_token__Vr\+m2 {
  align-items: center;
  display: flex
}

.Row_token__Vr\+m2 .Row_description__MBISL {
  display: none;
  font-size: 14px
}

@media only screen and (max-width:767px) {
  .Row_token__Vr\+m2 .Row_description__MBISL {
    display: block
  }
}

.Row_token__Vr\+m2 .Row_title__K\+MeF {
  font-size: 14px
}

@media only screen and (max-width:767px) {
  .Row_token__Vr\+m2 .Row_title__K\+MeF {
    color: #6f767e;
    font-size: 12px;
    text-align: left
  }
}

.Row_token__Vr\+m2 .Row_currency__PNJCJ {
  background: #efefef;
  border-radius: 50%;
  height: 32px;
  margin-right: 18px;
  width: 32px
}

.dark-mode .Row_token__Vr\+m2 .Row_currency__PNJCJ {
  background: #272b30
}

@media only screen and (max-width:767px) {
  .Row_token__Vr\+m2 .Row_currency__PNJCJ {
    height: 40px;
    width: 40px
  }
}

.Row_buttons__SKb6j {
  align-items: center;
  display: flex;
  gap: 10px
}

.Row_buttons__SKb6j .Row_button__U7rRv {
  flex: 1 1
}

@media only screen and (max-width:767px) {
  .Row_buttons__SKb6j {
    width: 100%
  }
}

.Row_collateral__SWC1P {
  align-items: center;
  display: flex;
  justify-content: center
}

.Row_collateral__SWC1P svg {
  fill: #83bf6e
}

.Row_item__uwSz\+ {
  display: flex;
  justify-content: center;
  width: 100%
}

@media only screen and (max-width:767px) {
  .Row_item__uwSz\+ {
    justify-content: space-between
  }
}

.Row_item__uwSz\+ .Row_label__WZP78 {
  display: none
}

@media only screen and (max-width:767px) {
  .Row_item__uwSz\+ .Row_label__WZP78 {
    display: block
  }
}

.Row_item__uwSz\+ .Row_apyValue__zmk5- {
  align-items: center;
  display: flex;
  gap: 4px
}

.Row_modalTemp__CSCgG {
  min-height: 100px
}

.TransactionCost_item__k\+ewP {
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  width: 100%
}

.TransactionCost_item__k\+ewP .TransactionCost_label__GcMCK {
  font-weight: 400
}

.TransactionCost_item__k\+ewP .TransactionCost_label__GcMCK svg {
  fill: #6f767e;
  margin-left: 5px;
  margin-top: -2px
}

.TransactionCost_item__k\+ewP .TransactionCost_value__8Yd9d {
  font-weight: 500
}

.TransactionCost_item__k\+ewP .TransactionCost_cost__BIVfd svg {
  fill: #fff
}

.Supply_title__d\+nOz {
  margin-bottom: 24px
}

.Supply_wrapperTitle__KwEnh {
  color: #6f767e;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  justify-content: space-between;
  margin-bottom: 4px
}

.Supply_wrapperTitle__KwEnh svg {
  fill: #6f767e;
  margin-left: 5px
}

.Supply_pointB__Ib8SG {
  border: 2px solid #e3ff70;
  border-radius: 40px;
  margin-top: -19px;
  position: absolute;
  right: 75px;
  width: 28px
}

.Supply_wrapper__6oQte {
  border: 1px solid #efefef;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 12px
}

.dark-mode .Supply_wrapper__6oQte {
  border-color: #272b30
}

.Supply_row__KvBiq {
  display: flex;
  height: 24px;
  justify-content: space-between;
  margin-bottom: 5px
}

.Supply_gray__RSGCG {
  color: gray
}

.Supply_item__pVncN {
  align-items: center;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  width: 100%
}

.Supply_item__pVncN .Supply_label__4\+olZ {
  font-weight: 400
}

.Supply_item__pVncN .Supply_label__4\+olZ svg {
  fill: #6f767e;
  margin-left: 5px;
  margin-top: -2px
}

.Supply_item__pVncN .Supply_value__WqIz1 {
  font-weight: 500
}

.Supply_foot__2w\+4U {
  border-top: 1px solid #efefef;
  margin-top: 14px;
  padding-top: 0
}

.dark-mode .Supply_foot__2w\+4U {
  border-color: #272b30
}

.Supply_foot__2w\+4U .Supply_button__89ut- {
  display: inline-flex;
  margin-top: 10px;
  width: 100%
}

.Supply_foot__2w\+4U .Supply_loader__xh66\+ {
  margin: 0 18px 0 8px;
  transform: scale(.8)
}

.Supply_approve__q3jJR {
  display: none
}

.Supply_approve__q3jJR.Supply_active__Gvkzb {
  display: inline-flex
}

.Supply_mbAPY__W7AFF {
  margin-bottom: 0
}

.Supply_error__ElK6O {
  color: #ff6a55;
  margin-bottom: 6px;
  margin-top: 12px;
  text-align: center
}

.Supply_collateral__sBhPF {
  line-height: 0px
}

.Supply_collateral__sBhPF svg {
  fill: #83bf6e
}

.Supply_successWrapper__\+BUrg {
  text-align: center
}

.Supply_successWrapper__\+BUrg .Supply_icon__VQrxW {
  display: flex;
  justify-content: center;
  margin-top: 30px
}

.Supply_successWrapper__\+BUrg .Supply_icon__VQrxW svg {
  fill: #83bf6e
}

.Supply_successWrapper__\+BUrg .Supply_text__qO4mI {
  font-size: 16px;
  margin-top: 24px
}

.Supply_failed__A6c\+H svg {
  fill: #ff6a55 !important
}

.Supply_newLimit__2Y7vT svg {
  fill: #6f767e;
  margin-left: 5px;
  margin-right: 5px
}

.Supply_mode__qHVxV {
  color: #6f767e;
  cursor: pointer;
  font-size: 14px;
  margin-left: 3px
}

.Supply_mode__qHVxV svg {
  fill: #6f767e
}

.Supply_mode__qHVxV:hover {
  color: #fcfcfc
}

.Supply_mode__qHVxV:hover svg {
  fill: #fcfcfc
}

.Supply_tooltip__kh5Aj svg {
  fill: #9a9fa5
}

.Supply_tooltip__kh5Aj img {
  margin-bottom: -5px;
  margin-top: -5px
}

.Supply_wise__\+uieW {
  border: 2px solid #73ffdb;
  border-radius: 50px;
  margin-right: -8px;
  right: 35px;
  width: 30px
}

.Supply_pointC__CP8s4 {
  right: 35px;
  width: 32px
}

.Supply_pointA__-NbsR {
  right: 35px;
  width: 30px
}

.Supply_supplyAPY__qtd19 {
  display: flex;
  justify-content: center;
  min-width: 55px;
  text-align: center
}

.Supply_supplyAPY__qtd19 .Supply_loader__xh66\+ {
  filter: invert(1);
  margin: 11px 0;
  transform: scale(.77)
}

.Supply_flex__cXJ\+a {
  display: flex
}

.Withdraw_title__c8xaw {
  margin-bottom: 24px
}

.Withdraw_wrapperTitle__bx3Ec {
  color: #6f767e;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 4px;
  margin-top: -5px
}

.Withdraw_wrapperTitle__bx3Ec svg {
  fill: #6f767e;
  margin-left: 5px
}

.Withdraw_wrapper__Iy8p3 {
  border: 1px solid #efefef;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 12px
}

.dark-mode .Withdraw_wrapper__Iy8p3 {
  border-color: #272b30
}

.Withdraw_row__dVXqu {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px
}

.Withdraw_item__pJQYK {
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  width: 100%
}

.Withdraw_item__pJQYK .Withdraw_label__DFAM1 {
  font-weight: 400
}

.Withdraw_item__pJQYK .Withdraw_value__Jjqfb {
  font-weight: 500
}

.Withdraw_foot__afFmF {
  border-top: 1px solid #efefef;
  margin-top: 14px;
  padding-top: 0
}

.dark-mode .Withdraw_foot__afFmF {
  border-color: #272b30
}

.Withdraw_foot__afFmF .Withdraw_button__Kbwip {
  display: inline-flex;
  margin-top: 10px;
  width: 100%
}

.Withdraw_foot__afFmF .Withdraw_loader__EaabF {
  margin: 0 18px 0 8px;
  transform: scale(.8)
}

.Withdraw_mbAPY__e83Lf {
  margin-bottom: 8px
}

.Withdraw_error__JfFDE {
  color: #ff6a55;
  margin-bottom: 6px;
  margin-top: 12px;
  text-align: center
}

.Withdraw_successWrapper__UF6ki {
  text-align: center
}

.Withdraw_successWrapper__UF6ki .Withdraw_icon__iO2cY {
  display: flex;
  justify-content: center;
  margin-top: 30px
}

.Withdraw_successWrapper__UF6ki .Withdraw_icon__iO2cY svg {
  fill: #83bf6e
}

.Withdraw_successWrapper__UF6ki .Withdraw_text__83BHu {
  font-size: 16px;
  margin-top: 24px
}

.Withdraw_failed__uBJEN svg {
  fill: #ff6a55 !important
}

.Withdraw_safe__YcpSz svg {
  fill: #83bf6e
}

.Withdraw_newLimit__rg2ZA svg {
  fill: #6f767e;
  margin-left: 5px;
  margin-right: 5px
}

.AssetsToBorrow_wrapper__NWb4m {
  margin: 0 -12px;
  overflow: auto
}

.AssetsToBorrow_table__kzf\+v {
  display: table;
  width: 100%
}

.AssetsToBorrow_head__Mfnib {
  text-align: center
}

@media only screen and (max-width:767px) {
  .AssetsToBorrow_head__Mfnib {
    display: none !important
  }
}

.AssetsToBorrow_row__DHtD3 {
  display: table-row
}

@media only screen and (max-width:767px) {
  .AssetsToBorrow_row__DHtD3 {
    margin-bottom: 24px
  }
}

.AssetsToBorrow_tilt__ImXqw {
  color: #fff !important
}

.AssetsToBorrow_col__xiEXY {
  color: #6f767e;
  display: table-cell;
  font-size: 12px;
  font-size: 14px;
  font-weight: 700;
  font-weight: 600;
  line-height: 1.3333333333;
  line-height: 24px;
  padding: 4px 6px 16px;
  vertical-align: bottom;
  white-space: nowrap
}

.AssetsToBorrow_col__xiEXY .AssetsToBorrow_tooltip__Oje1w {
  fill: #6f767e;
  margin-left: 5px
}

.AssetsToBorrow_foot__m022h {
  margin-top: 12px;
  text-align: center
}

@media only screen and (max-width:767px) {
  .AssetsToBorrow_foot__m022h {
    margin-top: 32px
  }
}

.AssetsToBorrow_foot__m022h .AssetsToBorrow_button__uNdmm .AssetsToBorrow_loader__LLBsw {
  margin: 0 18px 0 8px;
  transform: scale(.8)
}

.Row_row__QVlye {
  cursor: pointer;
  display: table-row;
  transition: background .2s
}

.Row_row__QVlye .Row_borrow__dO4El.Row_disabled__Es7KZ {
  filter: grayscale(1)
}

@media only screen and (max-width:767px) {
  .Row_row__QVlye {
    display: block
  }

  .Row_row__QVlye:not(:last-child) {
    border-bottom: 1px solid #efefef;
    margin-bottom: 16px;
    padding-bottom: 16px
  }

  .dark-mode .Row_row__QVlye:not(:last-child) {
    border-color: #272b30
  }
}

.Row_row__QVlye:hover {
  background: #f4f4f4
}

.dark-mode .Row_row__QVlye:hover {
  background: #272b30
}

.Row_row__QVlye:hover .Row_borrow__dO4El {
  background: #00397d
}

.Row_row__QVlye.Row_disabled__Es7KZ {
  filter: grayscale(1)
}

.Row_col__FmWuu {
  color: #1a1d1f;
  display: table-cell;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7142857143;
  padding: 16px 12px;
  position: relative;
  text-align: center;
  vertical-align: middle
}

@media only screen and (max-width:767px) {
  .Row_col__FmWuu {
    display: flex;
    padding-bottom: 0;
    width: 100%
  }
}

.dark-mode .Row_col__FmWuu {
  color: #fcfcfc
}

.Row_col__FmWuu:after {
  background: #efefef;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

@media only screen and (max-width:767px) {
  .Row_col__FmWuu:after {
    display: none
  }
}

.dark-mode .Row_col__FmWuu:after {
  background: #272b30
}

.Row_col__FmWuu:first-child {
  border-radius: 8px 0 0 8px
}

.Row_col__FmWuu:first-child:after {
  left: 12px
}

.Row_col__FmWuu:last-child {
  border-radius: 0 8px 8px 0;
  padding-right: 10px !important
}

.Row_col__FmWuu:last-child:after {
  right: 12px
}

.Row_col__FmWuu:not(:first-child) {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 20px
}

@media only screen and (max-width:767px) {
  .Row_col__FmWuu:not(:first-child) {
    padding-top: 16px
  }
}

.Row_col__FmWuu:not(:last-child) {
  padding-top: 20px
}

@media only screen and (max-width:767px) {
  .Row_col__FmWuu:not(:last-child) {
    padding-top: 16px
  }
}

.Row_token__SIUeX {
  align-items: center;
  display: flex
}

.Row_token__SIUeX .Row_description__uZ0HT {
  display: none;
  font-size: 14px
}

@media only screen and (max-width:767px) {
  .Row_token__SIUeX .Row_description__uZ0HT {
    display: block
  }
}

.Row_token__SIUeX .Row_title__\+-Nw3 {
  font-size: 14px
}

@media only screen and (max-width:767px) {
  .Row_token__SIUeX .Row_title__\+-Nw3 {
    color: #6f767e;
    font-size: 12px;
    text-align: left
  }
}

.Row_token__SIUeX .Row_currency__ETdnn {
  background: #efefef;
  border-radius: 50%;
  height: 32px;
  margin-right: 18px;
  width: 32px
}

.dark-mode .Row_token__SIUeX .Row_currency__ETdnn {
  background: #272b30
}

@media only screen and (max-width:767px) {
  .Row_token__SIUeX .Row_currency__ETdnn {
    height: 40px;
    width: 40px
  }
}

.Row_buttons__QK8oa {
  align-items: center;
  display: flex;
  gap: 10px
}

@media only screen and (max-width:767px) {
  .Row_buttons__QK8oa {
    width: 100%
  }
}

.Row_buttons__QK8oa .Row_button__YC5LX {
  flex: 1 1
}

.Row_infos__voT8B {
  margin-left: 0;
  margin-right: 0;
  max-width: 40px;
  padding: 0
}

.Row_collateral__Beq-S {
  align-items: center;
  display: flex;
  justify-content: center
}

.Row_item__4Ch4d {
  display: flex;
  justify-content: center;
  width: 100%
}

@media only screen and (max-width:767px) {
  .Row_item__4Ch4d {
    justify-content: space-between
  }
}

.Row_item__4Ch4d .Row_label__7Z\+i8 {
  display: none
}

@media only screen and (max-width:767px) {
  .Row_item__4Ch4d .Row_label__7Z\+i8 {
    display: block
  }
}

.LinearBar_line__J7LdP {
  border-radius: 2px;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  width: 100%
}

.LinearBar_progress__pRgtU {
  left: 0
}

.LinearBar_limit__zeHh8,
.LinearBar_progress__pRgtU {
  bottom: 0;
  position: absolute;
  top: 0
}

.Borrow_title__n4LFG {
  margin-bottom: 24px
}

.Borrow_wrapperTitle__XuMI9 {
  color: #6f767e;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 4px
}

.Borrow_wrapperTitle__XuMI9 svg {
  fill: #6f767e;
  margin-left: 5px
}

.Borrow_wrapper__V2ODs {
  border: 1px solid #efefef;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 12px
}

.dark-mode .Borrow_wrapper__V2ODs {
  border-color: #272b30
}

.Borrow_row__ZI4e7 {
  margin-bottom: 5px
}

.Borrow_item__1h2wh,
.Borrow_row__ZI4e7 {
  display: flex;
  justify-content: space-between
}

.Borrow_item__1h2wh {
  font-size: 14px;
  width: 100%
}

.Borrow_item__1h2wh .Borrow_label__dkYBT {
  font-weight: 400
}

.Borrow_item__1h2wh .Borrow_value__1Rk0f {
  font-weight: 500
}

.Borrow_foot__j66A4 {
  border-top: 1px solid #efefef;
  margin-top: 14px;
  padding-top: 0
}

.dark-mode .Borrow_foot__j66A4 {
  border-color: #272b30
}

.Borrow_foot__j66A4 .Borrow_button__t23t7 {
  display: inline-flex;
  margin-top: 10px;
  width: 100%
}

.Borrow_foot__j66A4 .Borrow_loader__ys92F {
  margin: 0 18px 0 8px;
  transform: scale(.8)
}

.Borrow_mbAPY__Bp3Xx {
  margin-bottom: 0
}

.Borrow_error__q5LU5 {
  color: #ff6a55;
  margin-bottom: 6px;
  margin-top: 12px;
  text-align: center
}

.Borrow_warning__f0Wsd {
  color: #ffd88d;
  margin-bottom: 10px;
  text-align: center
}

.Borrow_successWrapper__OA66X {
  text-align: center
}

.Borrow_successWrapper__OA66X .Borrow_icon__a9ZVK {
  display: flex;
  justify-content: center;
  margin-top: 30px
}

.Borrow_successWrapper__OA66X .Borrow_icon__a9ZVK svg {
  fill: #83bf6e
}

.Borrow_successWrapper__OA66X .Borrow_text__boAks {
  font-size: 16px;
  margin-top: 24px
}

.Borrow_failed__DoRQN svg {
  fill: #ff6a55 !important
}

.Borrow_borrowLine__Hl9wf {
  padding-bottom: 5px;
  padding-top: 10px
}

.Repay_title__CMXi3 {
  margin-bottom: 24px
}

.Repay_wrapperTitle__OSeyZ {
  color: #6f767e;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 4px
}

.Repay_wrapperTitle__OSeyZ svg {
  fill: #6f767e;
  margin-left: 5px
}

.Repay_wrapper__XMazP {
  border: 1px solid #efefef;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 12px
}

.dark-mode .Repay_wrapper__XMazP {
  border-color: #272b30
}

.Repay_row__HwJ\+i {
  margin-bottom: 5px
}

.Repay_item__tPh-V,
.Repay_row__HwJ\+i {
  display: flex;
  justify-content: space-between
}

.Repay_item__tPh-V {
  font-size: 14px;
  width: 100%
}

.Repay_item__tPh-V .Repay_label__0CHZU {
  font-weight: 400
}

.Repay_item__tPh-V .Repay_value__jjVtC {
  font-weight: 500
}

.Repay_foot__oDV7x {
  border-top: 1px solid #efefef;
  margin-top: 14px;
  padding-top: 0
}

.dark-mode .Repay_foot__oDV7x {
  border-color: #272b30
}

.Repay_foot__oDV7x .Repay_button__KzAWG {
  display: inline-flex;
  margin-top: 10px;
  width: 100%
}

.Repay_foot__oDV7x .Repay_loader__heVTG {
  margin: 0 18px 0 8px;
  transform: scale(.8)
}

.Repay_mbAPY__tLvv- {
  margin-bottom: 0
}

.Repay_error__pvRBf {
  color: #ff6a55;
  margin-bottom: 6px;
  margin-top: 12px;
  text-align: center
}

.Repay_successWrapper__A5ETl {
  text-align: center
}

.Repay_successWrapper__A5ETl .Repay_icon__aMdcf {
  display: flex;
  justify-content: center;
  margin-top: 30px
}

.Repay_successWrapper__A5ETl .Repay_icon__aMdcf svg {
  fill: #83bf6e
}

.Repay_successWrapper__A5ETl .Repay_text__I1Z0Q {
  font-size: 16px;
  margin-top: 24px
}

.Repay_failed__DnrxH svg {
  fill: #ff6a55 !important
}

.Repay_borrowLine__icis3 {
  padding-bottom: 5px;
  padding-top: 10px
}

.Repay_newLimit__zweeE svg {
  fill: #6f767e;
  margin-left: 5px;
  margin-right: 5px
}

.HealthFactors_wrapper__UZFnE {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height .5s ease-in-out, opacity .5s ease-in-out
}

.HealthFactors_wrapper__UZFnE.HealthFactors_show__gqYSQ {
  height: 230px;
  opacity: 1
}

@media only screen and (max-width:767px) {
  .HealthFactors_wrapper__UZFnE {
    margin-bottom: 0;
    margin-top: 0
  }

  .HealthFactors_wrapper__UZFnE.HealthFactors_show__gqYSQ {
    height: 260px;
    margin-top: 10px
  }
}

.HealthFactors_row__bb0ew {
  align-items: center;
  display: flex;
  height: 150px;
  justify-content: center;
  margin-bottom: 20px;
  overflow: hidden;
  padding-top: 35px
}

@media only screen and (max-width:767px) {
  .HealthFactors_row__bb0ew {
    align-items: center;
    display: inline-grid;
    justify-content: center;
    margin-bottom: 20px;
    width: 100%
  }
}

.HealthFactors_col__vQb4z {
  text-align: center;
  width: 33.3333333333%
}

@media only screen and (max-width:767px) {
  .HealthFactors_col__vQb4z {
    margin-bottom: 30px;
    width: 100%
  }

  .HealthFactors_col__vQb4z:first-child,
  .HealthFactors_col__vQb4z:nth-child(3) {
    order: 1
  }
}

.HealthFactors_label__46wih {
  font-size: 16px
}

.HealthFactors_supply__aRD0U {
  color: #37af6c
}

.HealthFactors_borrow__YVA18 {
  color: #50b5e1
}

.HealthFactors_value__xb5hD {
  color: #fcfcfc;
  font-size: 25px
}

.HealthFactors_decimal__s1XL8 {
  color: #6f767e
}

.HealthFactors_section__Ey17r {
  margin-bottom: 50px;
  width: 100%
}

.HealthFactors_section__Ey17r svg {
  fill: #6f767e;
  margin-left: 5px;
  margin-top: -3px
}

@media only screen and (max-width:767px) {
  .HealthFactors_section__Ey17r {
    margin-bottom: 20px
  }
}

.HealthFactors_item__E2cJM {
  color: #6f767e;
  display: flex;
  font-size: 16px;
  margin: 10px 0
}

.HealthFactors_item__E2cJM .HealthFactors_value__xb5hD {
  font-size: 16px
}

@media only screen and (max-width:767px) {
  .HealthFactors_item__E2cJM {
    margin: 20px 0
  }
}

.HealthFactors_limit__mz\+GD {
  justify-content: space-between
}

.HealthFactors_safeLimit__6rkih {
  justify-content: flex-end
}

.NetAPY_pie__H7c7M {
  height: 200px
}

@media only screen and (max-width:767px) {
  .NetAPY_pie__H7c7M {
    margin-bottom: -80px
  }
}

.NetAPY_tooltip__WXNqd {
  background-color: #272b30;
  border: 1px solid #ffffff1f;
  border-radius: 8px;
  box-shadow: 0 4px 8px #0000001a, 0 2px 4px #0000001a, inset 0 0 1px #000;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 10px;
  text-transform: capitalize
}

.NetAPY_tooltip__WXNqd .NetAPY_label__zRmkj {
  color: #fff;
  font-size: 12px;
  font-weight: 500
}

.Home_row__5J2LA {
  display: flex
}

@media only screen and (max-width:1023px) {
  .Home_row__5J2LA {
    display: block
  }
}

.Home_col__i\+61g:first-child {
  flex-basis: calc(100% - 340px);
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 8px;
  width: calc(100% - 340px)
}

@media only screen and (max-width:1339px) {
  .Home_col__i\+61g:first-child {
    flex-basis: calc(100% - 324px);
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(100% - 324px)
  }
}

@media only screen and (max-width:1259px) {
  .Home_col__i\+61g:first-child {
    flex-basis: calc(100% - 312px);
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(100% - 312px)
  }
}

@media only screen and (max-width:1023px) {
  .Home_col__i\+61g:first-child {
    margin-bottom: 8px;
    padding-right: 0;
    width: 100%
  }
}

.Home_col__i\+61g:nth-child(2) {
  flex-shrink: 0;
  width: 340px
}

@media only screen and (max-width:1339px) {
  .Home_col__i\+61g:nth-child(2) {
    width: 324px
  }
}

@media only screen and (max-width:1259px) {
  .Home_col__i\+61g:nth-child(2) {
    width: 312px
  }
}

@media only screen and (max-width:1023px) {
  .Home_col__i\+61g:nth-child(2) {
    width: 100%
  }
}

.Home_card__XV3OF:not(:last-child) {
  margin-bottom: 8px
}

.Overview_nav__jrehS {
  background: #f4f4f4;
  border-radius: 20px;
  display: flex;
  margin-bottom: 32px;
  padding: 8px
}

@media only screen and (max-width:767px) {
  .Overview_nav__jrehS {
    margin-bottom: 24px
  }
}

.dark-mode .Overview_nav__jrehS {
  background: #11131580
}

.Overview_item__yJtwF.Overview_active__5YlNs {
  background: #fcfcfc;
  box-shadow: 0 4px 8px -4px #00000040, inset 0 -1px 1px #0000000a, inset 0 2px 0 #ffffff40
}

.dark-mode .Overview_item__yJtwF.Overview_active__5YlNs {
  background: #272b30;
  box-shadow: 0 4px 8px -4px #00000040, inset 0 -1px 1px #0000000a, inset 0 2px 0 #ffffff0f
}

.Item_item__Lrm0M {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  flex: 0 0 50%;
  padding: 20px;
  transition: all .2s
}

@media only screen and (max-width:1419px) {
  .Item_item__Lrm0M {
    padding: 20px 16px
  }
}

@media only screen and (max-width:767px) {
  .Item_item__Lrm0M {
    display: block
  }
}

.Item_icon__m95Cp {
  align-items: center;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 40px;
  justify-content: center;
  margin-right: 16px;
  width: 40px
}

@media only screen and (max-width:767px) {
  .Item_icon__m95Cp {
    display: none
  }
}

.Item_subtitle__lnk6z {
  align-items: center;
  color: #6f767e;
  display: flex;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308;
  margin-bottom: 4px
}

.Item_tooltip__W82Pm svg {
  fill: #9a9fa5
}

.Item_counter__Yt0jW {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -.03em;
  line-height: 1
}

@media only screen and (max-width:1419px) {
  .Item_counter__Yt0jW {
    font-size: 40px;
    line-height: 48px
  }
}

.Item_balance__C4H1D {
  margin: -12px -12px 0 auto
}

@media only screen and (max-width:767px) {
  .Item_balance__C4H1D {
    margin: 4px 0 0
  }
}

.dark-mode .Item_balance__C4H1D {
  background: #272b30 !important
}

.Chart_chart__92Tse {
  height: 238px;
  margin-bottom: -10px;
  margin-left: -20px;
  width: auto
}

@media only screen and (max-width:767px) {
  .Chart_chart__92Tse {
    height: 206px
  }
}

.Comments_item__86pmk {
  border-bottom: 1px solid #efefef;
  display: flex;
  margin-bottom: 24px;
  padding-bottom: 24px
}

.dark-mode .Comments_item__86pmk {
  border-color: #272b30
}

.Comments_avatar__Ccvk2 {
  flex-shrink: 0;
  height: 48px;
  margin-right: 12px;
  width: 48px
}

.Comments_avatar__Ccvk2 img {
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.Comments_details__t3dSV {
  flex-grow: 1
}

.Comments_line__qkXnO {
  align-items: center;
  display: flex
}

.Comments_user__KemN2 {
  margin-right: auto
}

.Comments_title__GF9FG {
  font-weight: 700
}

.Comments_login__MP9uN {
  color: #9a9fa5;
  font-weight: 500
}

.Comments_time__lWSrB {
  color: #9a9fa5;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308;
  margin-left: 20px
}

.Comments_content__5umfR {
  color: #9a9fa5;
  font-weight: 500;
  margin-bottom: 8px
}

.Comments_content__5umfR strong {
  color: #1a1d1f;
  font-weight: 700
}

.dark-mode .Comments_content__5umfR strong {
  color: #fcfcfc
}

.Comments_comment__Pfmt8 {
  color: #1a1d1f;
  font-weight: 500;
  margin-bottom: 16px
}

.dark-mode .Comments_comment__Pfmt8 {
  color: #fcfcfc
}

.Comments_control__qoJRU {
  align-items: center;
  display: flex;
  justify-content: space-between
}

.Comments_link__lBk8a svg {
  fill: #9a9fa5;
  transition: fill .2s
}

.Comments_link__lBk8a:hover svg {
  fill: #0050b0
}

.Comments_button__TGWlb {
  width: 100%
}

.ProTips_info__eDaKG {
  color: #6f767e;
  font-weight: 500;
  margin-bottom: 24px
}

.ProTips_list__vjguI {
  display: flex;
  flex-wrap: wrap;
  margin: -32px -16px 0
}

@media only screen and (max-width:767px) {
  .ProTips_list__vjguI {
    display: block;
    margin: 0
  }
}

.ProTips_item__MSW8j {
  align-items: center;
  color: #1a1d1f;
  cursor: pointer;
  display: flex;
  flex-basis: calc(50% - 32px);
  flex-grow: 0;
  flex-shrink: 0;
  margin: 32px 16px 0;
  width: calc(50% - 32px)
}

@media only screen and (max-width:767px) {
  .ProTips_item__MSW8j {
    margin: 0;
    width: 100%
  }
}

.dark-mode .ProTips_item__MSW8j {
  color: #fcfcfc
}

.ProTips_item__MSW8j:hover .ProTips_icon__-Dtiv {
  background: #efefef
}

.dark-mode .ProTips_item__MSW8j:hover .ProTips_icon__-Dtiv {
  background: #272b30
}

@media only screen and (max-width:767px) {
  .ProTips_item__MSW8j:not(:last-child) {
    margin-bottom: 24px
  }
}

.ProTips_icon__-Dtiv {
  align-items: center;
  border: 2px solid #efefef;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 64px;
  justify-content: center;
  margin-right: 12px;
  transition: background .2s;
  width: 64px
}

.ProTips_icon__-Dtiv svg {
  fill: #272b30
}

.dark-mode .ProTips_icon__-Dtiv {
  border-color: #272b30
}

.dark-mode .ProTips_icon__-Dtiv svg {
  fill: #fcfcfc
}

.ProTips_title__1FjnU {
  margin-bottom: 8px
}

.ProTips_line__25\+R7 {
  align-items: center;
  display: flex
}

.ProTips_status__I2d03 {
  color: #1a1d1f;
  margin-right: 4px
}

.ProTips_user__2vM81 {
  align-items: center;
  border: 1px solid #efefef;
  border-radius: 4px;
  display: flex;
  padding: 1px 8px 1px 1px
}

.dark-mode .ProTips_user__2vM81 {
  border-color: #272b30
}

.ProTips_avatar__iEqB5 {
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  margin-right: 4px;
  width: 20px
}

.ProTips_avatar__iEqB5 img {
  border-radius: 2px;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.ProTips_action__0aCZa {
  color: #6f767e;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3333333333
}

.MoreCustomers_info__eyS6r {
  color: #6f767e;
  font-weight: 500;
  margin-bottom: 16px
}

.MoreCustomers_btns__g8JXs {
  display: flex;
  margin: 0 -8px
}

@media only screen and (max-width:767px) {
  .MoreCustomers_btns__g8JXs {
    margin: 0 -6px
  }
}

.MoreCustomers_button__-IlW6 {
  flex-basis: calc(33.333% - 16px);
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0 8px;
  width: calc(33.333% - 16px)
}

@media only screen and (max-width:767px) {
  .MoreCustomers_button__-IlW6 {
    flex-basis: calc(33.333% - 12px);
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 0;
    margin: 0 6px;
    width: calc(33.333% - 12px)
  }

  .MoreCustomers_button__-IlW6 svg {
    margin: 0 !important
  }
}

.ProductViews_chart__Nir\+N {
  height: 274px;
  margin-bottom: -10px;
  margin-left: -35px;
  width: auto
}

.IconList_page__HtgCK {
  column-gap: 100px;
  display: grid;
  grid-template-columns: auto auto auto;
  padding: 50px
}

@media only screen and (max-width:767px) {
  .IconList_page__HtgCK {
    padding: 30px
  }
}

.IconList_name__RnSpg {
  color: #fff;
  font-size: 20px
}

.IconList_row__XIksb {
  height: 30px
}

.IconList_icon__sGl1M {
  fill: #fff;
  font-size: 20px;
  margin-right: 10px;
  width: 200px
}

.CreateReferral_title__exR6R {
  color: #6f767e;
  margin-bottom: 16px
}

.CreateReferral_fieldset__kQ7Sn {
  margin-bottom: 32px
}

.CreateReferral_fieldset__kQ7Sn .CreateReferral_dropdown__AyXt\+,
.CreateReferral_fieldset__kQ7Sn .CreateReferral_field__GX2OC {
  margin-bottom: 12px
}

.CreateReferral_box__ruMYD:not(:last-child) {
  margin-bottom: 32px
}

.CreateReferral_label__z2EhL {
  color: #6f767e;
  font-size: 13px;
  font-weight: 600;
  font-weight: 500;
  line-height: 1.2307692308;
  margin-bottom: 16px
}

.CreateReferral_line__TTBVp {
  align-items: center;
  display: flex
}

.CreateReferral_list__GGooB {
  display: flex;
  margin-right: auto
}

.CreateReferral_avatar__rI6Ue {
  height: 48px;
  position: relative;
  width: 48px
}

.CreateReferral_avatar__rI6Ue img {
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.CreateReferral_avatar__rI6Ue:not(:last-child) {
  margin-right: 24px
}

.CreateReferral_icon__9VoRF {
  align-items: center;
  background: #0050b0;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  display: flex;
  height: 24px;
  justify-content: center;
  position: absolute;
  right: -4px;
  width: 24px
}

.dark-mode .CreateReferral_icon__9VoRF {
  border-color: #1a1d1f
}

.CreateReferral_icon__9VoRF svg {
  fill: #fcfcfc
}

.JoinedReferralNetwork_title__EPmXc {
  color: #6f767e;
  margin-bottom: 16px
}

.JoinedReferralNetwork_button__gaetF {
  margin-top: 12px;
  width: 100%
}

.JoinedReferralNetwork_button__gaetF .JoinedReferralNetwork_loader__PXpbt {
  margin-right: 18px;
  transform: scale(.8)
}

.JoinedReferralNetwork_fieldset__296\+f {
  margin-bottom: 1px
}

.JoinedReferralNetwork_fieldset__296\+f .JoinedReferralNetwork_dropdown__LmR82,
.JoinedReferralNetwork_fieldset__296\+f .JoinedReferralNetwork_field__q7vQm {
  margin-bottom: 12px
}

.JoinedReferralNetwork_box__jAHEK:not(:last-child) {
  margin-bottom: 32px
}

.JoinedReferralNetwork_label__3wLsW {
  color: #6f767e;
  font-size: 13px;
  font-weight: 600;
  font-weight: 500;
  line-height: 1.2307692308;
  margin-bottom: 16px
}

.JoinedReferralNetwork_line__vlX5e {
  align-items: center;
  display: flex
}

.JoinedReferralNetwork_list__aabYJ {
  display: flex;
  margin-right: auto
}

.JoinedReferralNetwork_avatar__hBtxX {
  height: 48px;
  position: relative;
  width: 48px
}

.JoinedReferralNetwork_avatar__hBtxX img {
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.JoinedReferralNetwork_avatar__hBtxX:not(:last-child) {
  margin-right: 24px
}

.JoinedReferralNetwork_icon__usIuH {
  align-items: center;
  background: #0050b0;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  display: flex;
  height: 24px;
  justify-content: center;
  position: absolute;
  right: -4px;
  width: 24px
}

.dark-mode .JoinedReferralNetwork_icon__usIuH {
  border-color: #1a1d1f
}

.JoinedReferralNetwork_icon__usIuH svg {
  fill: #fcfcfc
}

.JoinedReferralNetwork_referrerAddress__BgfZG {
  background-color: #50b5e1;
  border-radius: 6px;
  cursor: pointer;
  padding: 0 6px
}

.dark-mode .JoinedReferralNetwork_referrerAddress__BgfZG {
  color: #1a1d1f
}

.JoinedReferralNetwork_comments__BHwjJ {
  transition: opacity .3s ease
}

.JoinedReferralNetwork_comments__BHwjJ.JoinedReferralNetwork_disabled__ypXl6 {
  opacity: .5
}

.Comment_box__InpgB {
  display: flex;
  font-size: 14px
}

.Comment_avatar__nv-7W {
  border-radius: 100%;
  box-sizing: border-box;
  flex-shrink: 0;
  height: 42px;
  margin-right: 10px;
  outline: 5px solid #1a1d1f;
  position: relative;
  width: 42px;
  z-index: 2
}

@media only screen and (max-width:767px) {
  .Comment_avatar__nv-7W {
    margin-right: 12px
  }
}

.Comment_avatar__nv-7W>img {
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.Comment_details__d30u- {
  flex-grow: 1;
  min-width: 0
}

.Comment_line__jQSU0 {
  align-items: center;
  margin-bottom: 4px
}

.Comment_author__\+99rS {
  color: #6f767e;
  font-weight: 700;
  margin-right: auto
}

.Comment_time__PfAow {
  color: #9a9fa5;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308;
  margin-left: 24px
}

.Comment_comment__icYNr {
  color: #33383f
}

.dark-mode .Comment_comment__icYNr {
  color: #fcfcfc
}

.Comment_control__htfJb {
  opacity: 0;
  transition: all .2s;
  visibility: hidden
}

@media only screen and (max-width:1259px) {
  .Comment_control__htfJb {
    opacity: 1;
    visibility: visible
  }
}

.Comment_answer__0l056 {
  margin-top: 28px;
  position: relative
}

.Comment_answer__0l056:before {
  border-bottom-left-radius: 12px;
  border-color: #efefef;
  border-style: solid;
  border-width: 0 0 2px 2px;
  content: "";
  height: 62px;
  left: -35px;
  position: absolute;
  top: -42px;
  width: 28px;
  z-index: 1
}

@media only screen and (max-width:767px) {
  .Comment_answer__0l056:before {
    left: -37px
  }
}

.dark-mode .Comment_answer__0l056:before {
  border-color: #33383f
}

.UseReferral_title__6JR\+N {
  color: #6f767e;
  margin-bottom: 16px
}

.UseReferral_button__rLMVO {
  width: 100%
}

.UseReferral_button__rLMVO .UseReferral_loader__m-MYn {
  margin-right: 18px;
  transform: scale(.8)
}

.UseReferral_fieldset__ldKER {
  margin-bottom: 1px
}

.UseReferral_fieldset__ldKER .UseReferral_dropdown__Y0WEQ,
.UseReferral_fieldset__ldKER .UseReferral_field__9vFEl {
  margin-bottom: 12px
}

.UseReferral_box__XJD54:not(:last-child) {
  margin-bottom: 32px
}

.UseReferral_label__1PZZd {
  color: #6f767e;
  font-size: 13px;
  font-weight: 600;
  font-weight: 500;
  line-height: 1.2307692308;
  margin-bottom: 16px
}

.UseReferral_line__NE-gP {
  align-items: center;
  display: flex
}

.UseReferral_list__RqxPQ {
  display: flex;
  margin-right: auto
}

.UseReferral_avatar__SdPP4 {
  height: 48px;
  position: relative;
  width: 48px
}

.UseReferral_avatar__SdPP4 img {
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.UseReferral_avatar__SdPP4:not(:last-child) {
  margin-right: 24px
}

.UseReferral_icon__r4tX1 {
  align-items: center;
  background: #0050b0;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  display: flex;
  height: 24px;
  justify-content: center;
  position: absolute;
  right: -4px;
  width: 24px
}

.dark-mode .UseReferral_icon__r4tX1 {
  border-color: #1a1d1f
}

.UseReferral_icon__r4tX1 svg {
  fill: #fcfcfc
}

.ReferralNetwork_head__aDUaa {
  border-bottom: 1px solid #efefef;
  margin-bottom: 24px
}

.dark-mode .ReferralNetwork_head__aDUaa {
  border-color: #272b30
}

.ReferralNetwork_title__\+3Eak {
  color: #6f767e;
  margin-bottom: 16px
}

.ReferralNetwork_button__GEwLD {
  width: 100%
}

.ReferralNetwork_button__GEwLD.ReferralNetwork_invalidReferrer__eU\+lm {
  filter: grayscale(1)
}

.ReferralNetwork_foot__pPkA- {
  border-top: 1px solid #efefef;
  margin-top: 14px;
  padding-top: 0;
  z-index: 2
}

.dark-mode .ReferralNetwork_foot__pPkA- {
  border-color: #272b30
}

.ReferralNetwork_foot__pPkA- .ReferralNetwork_button__GEwLD {
  display: inline-flex;
  margin-top: 10px;
  width: 100%
}

.ReferralNetwork_foot__pPkA- .ReferralNetwork_loader__SW2er {
  margin: 0 18px 0 8px;
  transform: scale(.8)
}

.ReferralNetwork_foot__pPkA-.ReferralNetwork_invalidReferrer__eU\+lm {
  margin-top: 0
}

.ReferralNetwork_successWrapper__9qTCC {
  text-align: center;
  z-index: 1
}

.ReferralNetwork_successWrapper__9qTCC .ReferralNetwork_icon__eutN4 {
  display: flex;
  justify-content: center;
  margin-top: 30px
}

.ReferralNetwork_successWrapper__9qTCC .ReferralNetwork_icon__eutN4 svg {
  fill: #83bf6e
}

.ReferralNetwork_successWrapper__9qTCC .ReferralNetwork_text__6blTZ {
  font-size: 16px;
  margin-top: 24px;
  overflow: hidden;
  text-overflow: ellipsis
}

.ReferralNetwork_referrerAddress__ASMgz {
  background-color: #50b5e1;
  border-radius: 6px;
  cursor: pointer;
  padding: 0 6px
}

.dark-mode .ReferralNetwork_referrerAddress__ASMgz {
  color: #1a1d1f
}

.ReferralNetwork_comments__ebS7Y {
  transition: opacity .3s ease
}

.ReferralNetwork_comments__ebS7Y.ReferralNetwork_disabled__dfbdf {
  opacity: .5
}

.BoardOverview_card__ZSohx {
  height: 100%
}

@media only screen and (max-width:767px) {
  .BoardOverview_head__CyBCL {
    display: block
  }

  .BoardOverview_title__r\+S9I {
    margin: 0 0 16px
  }
}

.BoardOverview_nav__v7n0B {
  display: flex;
  margin-left: auto
}

.BoardOverview_nav__v7n0B .BoardOverview_button__MtVsi {
  border-radius: 8px;
  color: #6f767e;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  padding: 8px 16px;
  transition: all .2s
}

@media only screen and (max-width:767px) {
  .BoardOverview_nav__v7n0B .BoardOverview_button__MtVsi {
    flex: 1 1
  }
}

.BoardOverview_nav__v7n0B .BoardOverview_button__MtVsi.BoardOverview_active__\+ldm\+,
.BoardOverview_nav__v7n0B .BoardOverview_button__MtVsi:hover {
  color: #1a1d1f
}

.dark-mode .BoardOverview_nav__v7n0B .BoardOverview_button__MtVsi.BoardOverview_active__\+ldm\+,
.dark-mode .BoardOverview_nav__v7n0B .BoardOverview_button__MtVsi:hover {
  color: #fcfcfc
}

.BoardOverview_nav__v7n0B .BoardOverview_button__MtVsi.BoardOverview_active__\+ldm\+ {
  background: #efefef
}

.dark-mode .BoardOverview_nav__v7n0B .BoardOverview_button__MtVsi.BoardOverview_active__\+ldm\+ {
  background: #272b30
}

.BoardOverview_nav__v7n0B .BoardOverview_button__MtVsi:not(:last-child) {
  margin-right: 4px
}

@media only screen and (max-width:767px) {
  .BoardOverview_nav__v7n0B .BoardOverview_button__MtVsi:not(:last-child) {
    margin-right: 0
  }
}

.BoardOverview_tooltip__7x7v8 {
  fill: gray;
  color: gray;
  margin-left: 5px;
  margin-top: -2px
}

.BoardOverview_wrapper__zcaVY {
  height: 92%
}

.BoardOverview_scroll__vceHW {
  height: 440px
}

.BoardOverview_table__vXl2m {
  display: table;
  width: 100%
}

.BoardOverview_foot__3f3Te {
  color: #6f767e;
  display: flex;
  justify-content: center;
  margin-top: 24px
}

.BoardOverview_foot__3f3Te .BoardOverview_loader__hj2Rk {
  margin: 10px 18px 0 8px;
  transform: scale(.8)
}

.BoardOverview_row__t8q1f {
  display: table-row
}

@media only screen and (max-width:767px) {
  .BoardOverview_row__t8q1f {
    display: block
  }

  .BoardOverview_row__t8q1f:not(:last-child) {
    border-bottom: 1px solid #efefef;
    margin-bottom: 16px;
    padding-bottom: 16px
  }

  .dark-mode .BoardOverview_row__t8q1f:not(:last-child) {
    border-color: #272b30
  }
}

.BoardOverview_row__t8q1f:first-child {
  background-color: #1a1d1f;
  position: sticky;
  top: 0;
  z-index: 10
}

.BoardOverview_row__t8q1f:first-child .BoardOverview_col__lmesB {
  color: #6f767e;
  font-size: 13px;
  font-weight: 600;
  padding-bottom: 16px;
  padding-top: 16px
}

.BoardOverview_row__t8q1f:nth-child(2n) .BoardOverview_col__lmesB {
  background: #efefef59
}

.dark-mode .BoardOverview_row__t8q1f:nth-child(2n) .BoardOverview_col__lmesB {
  background: #272b304d
}

@media only screen and (max-width:767px) {
  .BoardOverview_row__t8q1f:nth-child(2n) .BoardOverview_col__lmesB {
    background: #0000 !important
  }
}

.BoardOverview_col__lmesB {
  color: #1a1d1f;
  display: table-cell;
  font-weight: 700;
  padding: 16px 12px;
  position: relative;
  text-align: left;
  vertical-align: middle
}

.BoardOverview_col__lmesB:first-child {
  color: #6f767e !important;
  padding-left: 0;
  white-space: nowrap
}

@media only screen and (max-width:767px) {
  .BoardOverview_col__lmesB:first-child {
    color: #fcfcfc;
    padding-left: 12px
  }

  .BoardOverview_col__lmesB {
    display: flex;
    padding-bottom: 0;
    width: 100%
  }
}

.dark-mode .BoardOverview_col__lmesB {
  color: #fcfcfc
}

.BoardOverview_col__lmesB:after {
  background: #efefef;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

@media only screen and (max-width:767px) {
  .BoardOverview_col__lmesB:after {
    display: none
  }
}

.dark-mode .BoardOverview_col__lmesB:after {
  background: #272b30
}

.BoardOverview_col__lmesB:first-child {
  border-radius: 8px 0 0 8px
}

.BoardOverview_col__lmesB:first-child:after {
  left: 12px
}

.BoardOverview_col__lmesB:last-child {
  border-radius: 0 8px 8px 0
}

.BoardOverview_col__lmesB:last-child:after {
  right: 12px
}

.BoardOverview_col__lmesB:not(:first-child) {
  padding-top: 20px
}

@media only screen and (max-width:767px) {
  .BoardOverview_col__lmesB:not(:first-child) {
    padding-top: 16px
  }
}

.Row_row__gKMWF {
  cursor: pointer;
  display: table-row;
  transition: background .2s
}

@media only screen and (max-width:767px) {
  .Row_row__gKMWF {
    align-items: flex-start;
    display: flex
  }

  .Row_row__gKMWF:not(:last-child) {
    border-bottom: 1px solid #efefef;
    margin-bottom: 16px;
    padding-bottom: 16px
  }

  .dark-mode .Row_row__gKMWF:not(:last-child) {
    border-color: #272b30
  }
}

@media only screen and (min-width:768px) {
  .Row_row__gKMWF:hover {
    background: #f4f4f4
  }

  .dark-mode .Row_row__gKMWF:hover {
    background: #272b30
  }
}

.Row_gray__SAwbE {
  background: #f4f4f4
}

.dark-mode .Row_gray__SAwbE {
  background: #6f767e
}

.Row_rank__1SX2i {
  margin-top: 4px
}

.Row_col__KbEu1 {
  color: #1a1d1f;
  display: table-cell;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7142857143;
  padding: 16px 12px;
  position: relative;
  vertical-align: top
}

@media only screen and (max-width:767px) {
  .Row_col__KbEu1 {
    padding: 0
  }
}

.dark-mode .Row_col__KbEu1 {
  color: #fcfcfc
}

.Row_col__KbEu1:after {
  background: #efefef;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

@media only screen and (max-width:767px) {
  .Row_col__KbEu1:after {
    display: none
  }
}

.dark-mode .Row_col__KbEu1:after {
  background: #272b30
}

.Row_col__KbEu1:first-child {
  border-radius: 8px 0 0 8px
}

@media only screen and (max-width:767px) {
  .Row_col__KbEu1:first-child {
    margin-right: auto
  }
}

.Row_col__KbEu1:first-child:after {
  left: 12px
}

@media only screen and (max-width:767px) {
  .Row_col__KbEu1:nth-child(2) {
    display: none
  }
}

@media only screen and (max-width:1023px) {
  .Row_col__KbEu1:nth-child(3) {
    display: none
  }
}

.Row_col__KbEu1:last-child {
  border-radius: 0 8px 8px 0
}

@media only screen and (max-width:767px) {
  .Row_col__KbEu1:last-child {
    margin-left: 16px
  }
}

.Row_col__KbEu1:last-child:after {
  right: 12px
}

.Row_col__KbEu1:not(:first-child) {
  padding-top: 22px
}

@media only screen and (max-width:767px) {
  .Row_col__KbEu1:not(:first-child) {
    padding: 0
  }
}

.Row_current__TqsZZ {
  background: #2f4f4f
}

.Row_current__TqsZZ:hover {
  background: #2f4f4f !important
}

.Row_current__TqsZZ .Row_col__KbEu1:after {
  background: #2f4f4f;
  content: "";
  width: 4px
}

.Row_inactive__h\+MxI {
  opacity: .3
}

.Row_item__D06vQ {
  align-items: center;
  display: flex
}

.Row_item__D06vQ .Row_new__\+u11M,
.Row_item__D06vQ .Row_progress__WRCnB {
  display: none
}

@media only screen and (max-width:767px) {

  .Row_item__D06vQ .Row_new__\+u11M,
  .Row_item__D06vQ .Row_progress__WRCnB {
    display: inline-block
  }
}

.Row_preview__68Ir\+ {
  border-radius: 8px;
  flex-shrink: 0;
  height: 80px;
  margin-right: 20px;
  overflow: hidden;
  width: 80px
}

.Row_preview__68Ir\+ img {
  height: 100%;
  object-fit: cover;
  width: 100%
}

.Row_product__OaUTT {
  font-size: 15px;
  margin-bottom: 4px;
  max-width: 170px
}

.Row_category__8Exdb {
  color: #9a9fa5;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308
}

@media only screen and (max-width:767px) {
  .Row_category__8Exdb {
    display: none
  }
}

.Row_new__\+u11M,
.Row_progress__WRCnB {
  border-radius: 6px;
  display: inline-block;
  padding: 2px 8px;
  white-space: nowrap
}

.dark-mode .Row_new__\+u11M,
.dark-mode .Row_progress__WRCnB {
  color: #111315
}

.Row_new__\+u11M {
  background: #37af6c
}

.Row_progress__WRCnB {
  background: #cabdff
}

.Row_user__KwHQd {
  align-items: center;
  display: flex;
  margin-top: -2px
}

@media only screen and (max-width:767px) {
  .Row_user__KwHQd {
    font-size: 0
  }
}

.Row_avatar__aNKb- {
  flex-shrink: 0;
  height: 32px;
  margin-right: 12px;
  width: 32px
}

@media only screen and (max-width:767px) {
  .Row_avatar__aNKb- {
    margin-right: 0
  }
}

.Row_avatar__aNKb- img {
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.Row_outer__UVgGj {
  max-width: 896px
}

@media only screen and (max-width:767px) {
  .Row_outer__UVgGj>div {
    padding: 26px 16px 16px
  }
}

.Details_title__Y9f2F {
  margin-bottom: 24px
}

.Details_row__1j0L4 {
  display: flex
}

@media only screen and (max-width:1023px) {
  .Details_row__1j0L4 {
    display: block
  }
}

.Details_col__to7K3 {
  flex: 0 0 50%
}

.Details_col__to7K3:first-child {
  background: #f4f4f480;
  border-radius: 12px;
  padding: 24px
}

@media only screen and (max-width:1023px) {
  .Details_col__to7K3:first-child {
    margin-bottom: 48px
  }
}

@media only screen and (max-width:767px) {
  .Details_col__to7K3:first-child {
    margin-bottom: 32px;
    padding: 16px
  }
}

.dark-mode .Details_col__to7K3:first-child {
  background: #272b30
}

.Details_col__to7K3:nth-child(2) {
  padding: 30px 0 0 24px
}

@media only screen and (max-width:1023px) {
  .Details_col__to7K3:nth-child(2) {
    padding: 0
  }
}

.Details_product__JfJrY {
  margin-bottom: 16px
}

.Details_btns__AhZzb {
  display: flex;
  margin: 24px -4px 0
}

.Details_btns__AhZzb .Details_button__IJD1R {
  flex-basis: calc(50% - 8px);
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0 4px;
  width: calc(50% - 8px)
}

@media only screen and (max-width:767px) {
  .Details_btns__AhZzb .Details_button__IJD1R {
    padding: 0 8px
  }
}

.dark-mode .Details_btns__AhZzb .Details_button__IJD1R:first-child {
  background: #111315;
  box-shadow: inset 0 0 0 2px #111315
}

.dark-mode .Details_btns__AhZzb .Details_button__IJD1R:first-child:hover {
  box-shadow: inset 0 0 0 2px #fcfcfc
}

.Details_box__mj6dz:not(:last-child) {
  border-bottom: 1px solid #1113151a;
  margin-bottom: 24px;
  padding-bottom: 24px
}

.Details_info__R0LSD {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.6;
  margin-bottom: 20px
}

@media only screen and (max-width:767px) {
  .Details_info__R0LSD {
    font-size: 18px
  }
}

.Details_list__echiU li {
  color: #33383f;
  font-weight: 500;
  padding-left: 36px;
  position: relative
}

.dark-mode .Details_list__echiU li {
  color: #efefef
}

.Details_list__echiU li:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill-rule='evenodd' d='M20.707 6.293a1 1 0 0 1 0 1.414l-8.586 8.586a3 3 0 0 1-4.243 0l-3.586-3.586a1 1 0 0 1 1.414-1.414l3.586 3.586a1 1 0 0 0 1.414 0l8.586-8.586a1 1 0 0 1 1.414 0z' fill='%23b5e4ca'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px
}

.Details_list__echiU li:not(:last-child) {
  border-bottom: 1px solid #efefef;
  margin-bottom: 12px;
  padding-bottom: 12px
}

.dark-mode .Details_list__echiU li:not(:last-child) {
  border-color: #272b30
}

.Details_text__86lsa {
  color: #33383f;
  font-weight: 500;
  margin-bottom: 12px
}

.dark-mode .Details_text__86lsa {
  color: #efefef
}

.Details_user__B8vHl {
  align-items: center;
  display: flex
}

.Details_avatar__wQHYl {
  flex-shrink: 0;
  height: 32px;
  margin-right: 12px;
  width: 32px
}

.Details_avatar__wQHYl img {
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.Details_editor__U-zq9 {
  margin-top: 32px
}

@media only screen and (max-width:767px) {
  .Details_editor__U-zq9 {
    margin-top: 24px
  }
}

.Product_item__G\+IJp {
  align-items: center;
  display: flex
}

.Product_preview__5Ooyb {
  border-radius: 8px;
  flex-shrink: 0;
  height: 80px;
  margin-right: 20px;
  overflow: hidden;
  width: 80px
}

.Product_preview__5Ooyb img {
  height: 100%;
  object-fit: cover;
  width: 100%
}

.Product_product__wMnNm {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.6;
  margin-bottom: 8px
}

@media only screen and (max-width:767px) {
  .Product_product__wMnNm {
    font-size: 18px
  }
}

.Product_category__MktrV {
  color: #9a9fa5;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308
}

.Product_new__t030X,
.Product_progress__7K7Zk {
  border-radius: 6px;
  display: inline-block;
  padding: 2px 8px;
  white-space: nowrap
}

.Product_new__t030X {
  background: #37af6c
}

.Product_progress__7K7Zk {
  background: #cabdff
}

.Parameter_parameter__7J6d6 {
  align-items: center;
  border-bottom: 1px solid #1113151a;
  display: flex;
  padding: 16px 0
}

.dark-mode .Parameter_parameter__7J6d6 {
  border-color: #6f767e26
}

.Parameter_title__uiC-x {
  color: #6f767e;
  margin-right: auto;
  padding-right: 12px
}

.Parameter_tooltip__r5WqH {
  position: relative;
  top: -1px
}

.Parameter_tooltip__r5WqH svg {
  fill: #6f767e
}

.Parameter_no__TTZll,
.Parameter_yes__\+41zK {
  border-radius: 6px;
  display: inline-block;
  padding: 2px 8px;
  white-space: nowrap
}

.dark-mode .Parameter_no__TTZll,
.dark-mode .Parameter_yes__\+41zK {
  color: #1a1d1f
}

.Parameter_yes__\+41zK {
  background: #37af6c
}

.Parameter_no__TTZll {
  background: #ffbc99
}

.Parameter_content__wBd9y {
  text-align: right
}

.ClaimRewards_fieldset__M1hOF {
  margin-bottom: 1px
}

.ClaimRewards_fieldset__M1hOF .ClaimRewards_dropdown__NGHqH,
.ClaimRewards_fieldset__M1hOF .ClaimRewards_field__4sFwW {
  margin-bottom: 12px
}

.ClaimRewards_label__9Ap9A {
  color: #6f767e;
  font-size: 13px;
  font-weight: 600;
  font-weight: 500;
  line-height: 1.2307692308;
  margin-bottom: 20px
}

.ClaimRewards_foot__yODTk {
  border-top: 1px solid #efefef;
  margin-top: 14px;
  padding-top: 0;
  width: 100%
}

.dark-mode .ClaimRewards_foot__yODTk {
  border-color: #272b30
}

.ClaimRewards_foot__yODTk .ClaimRewards_button__jGAk4 {
  display: inline-flex;
  margin-top: 10px;
  width: 100%
}

.ClaimRewards_foot__yODTk .ClaimRewards_loader__KBJcr {
  margin: 0 18px 0 8px;
  transform: scale(.8)
}

.ClaimRewards_counter__AIz6w {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -.03em;
  line-height: 1;
  margin-bottom: 20px
}

.ClaimRewards_counter__AIz6w .ClaimRewards_conversion__26o58 {
  color: #6f767e
}

.ClaimRewards_successWrapper__3nY7P {
  position: relative;
  text-align: center
}

.ClaimRewards_successWrapper__3nY7P .ClaimRewards_icon__laHeJ {
  display: flex;
  justify-content: center;
  margin-top: 30px
}

.ClaimRewards_successWrapper__3nY7P .ClaimRewards_icon__laHeJ svg {
  fill: #83bf6e
}

.ClaimRewards_successWrapper__3nY7P .ClaimRewards_text__5nyru {
  font-size: 16px;
  margin-top: 24px
}

.LeadBoards_row__hFXIG {
  display: flex
}

@media only screen and (max-width:1023px) {
  .LeadBoards_row__hFXIG {
    display: block
  }
}

.LeadBoards_col__NYfVa:first-child {
  flex-basis: calc(100% - 340px);
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 8px;
  width: calc(100% - 340px)
}

@media only screen and (max-width:1419px) {
  .LeadBoards_col__NYfVa:first-child {
    flex-basis: calc(100% - 310px);
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(100% - 310px)
  }
}

@media only screen and (max-width:1259px) {
  .LeadBoards_col__NYfVa:first-child {
    flex-basis: calc(100% - 296px);
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(100% - 296px)
  }
}

@media only screen and (max-width:1023px) {
  .LeadBoards_col__NYfVa:first-child {
    margin-bottom: 8px;
    padding-right: 0;
    width: 100%
  }
}

.LeadBoards_col__NYfVa:nth-child(2) {
  flex-shrink: 0;
  width: 340px
}

@media only screen and (max-width:1419px) {
  .LeadBoards_col__NYfVa:nth-child(2) {
    width: 310px
  }
}

@media only screen and (max-width:1259px) {
  .LeadBoards_col__NYfVa:nth-child(2) {
    width: 296px
  }
}

@media only screen and (max-width:1023px) {
  .LeadBoards_col__NYfVa:nth-child(2) {
    width: 100%
  }
}

.LeadBoards_card__Loxtv:not(:last-child),
.LeadBoards_row__hFXIG:not(:last-child) {
  margin-bottom: 8px
}

.LeadBoards_referralsOuter__K9BX0 {
  max-width: 800px
}

@media only screen and (max-width:767px) {
  .LeadBoards_referralsOuter__K9BX0>div {
    padding: 26px 16px 16px
  }
}

.Overview_list__-A9fr {
  display: flex;
  margin: 0 -6px
}

@media only screen and (max-width:1023px) {
  .Overview_list__-A9fr {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    margin: 0 -24px;
    overflow: auto;
    scrollbar-width: none
  }

  .Overview_list__-A9fr::-webkit-scrollbar {
    display: none
  }

  .Overview_list__-A9fr:after,
  .Overview_list__-A9fr:before {
    content: "";
    flex-shrink: 0;
    height: 1px;
    width: 24px
  }
}

@media only screen and (max-width:767px) {
  .Overview_list__-A9fr {
    margin: 0 -16px
  }

  .Overview_list__-A9fr:after,
  .Overview_list__-A9fr:before {
    width: 16px
  }
}

.Overview_stables__mFZ8h {
  display: flex;
  margin-left: 70px
}

.Overview_stables__mFZ8h img {
  margin-left: -20px;
  width: 45px
}

.Overview_item__UX755 {
  border-radius: 12px;
  border-style: solid;
  border-width: 2px;
  color: #1a1d1f;
  display: block;
  flex-basis: calc(25% - 12px);
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0 6px;
  padding: 32px;
  width: calc(25% - 12px)
}

@media only screen and (max-width:1023px) {
  .Overview_item__UX755 {
    flex: 0 0 295px;
    margin: 0;
    width: 295px
  }

  .Overview_item__UX755:not(:last-child) {
    margin-right: 12px
  }
}

@media only screen and (max-width:767px) {
  .Overview_item__UX755 {
    flex: 0 0 285px;
    width: 285px
  }
}

.dark-mode .Overview_item__UX755 {
  color: #efefef
}

.dark-mode .Overview_item__UX755:first-child,
.dark-mode .Overview_item__UX755:nth-child(4) {
  background: #a7aaf726 !important;
  border-color: #a7aaf726
}

.dark-mode .Overview_item__UX755:nth-child(2) {
  background: #50b5e11a !important;
  border-color: #50b5e11a;
  cursor: pointer
}

.dark-mode .Overview_item__UX755:nth-child(2):hover {
  background: #50b5e126 !important
}

.dark-mode .Overview_item__UX755:nth-child(3) {
  background: #50b5e11a !important;
  border-color: #50b5e11a;
  cursor: pointer
}

.dark-mode .Overview_item__UX755:nth-child(3):hover {
  background: #50b5e126 !important
}

.Overview_icon__k76Od {
  align-items: center;
  background: #1a1d1f;
  border-radius: 50%;
  display: flex;
  height: 54px;
  justify-content: center;
  margin-bottom: 12px;
  width: 54px
}

.Overview_icon__k76Od img {
  padding: 4px
}

.Overview_icon__k76Od svg {
  fill: #f4f4f4;
  margin-right: 0;
  margin-top: 0
}

.dark-mode .Overview_icon__k76Od {
  background: #1a1d1f
}

.dark-mode .Overview_icon__k76Od svg {
  fill: #f4f4f4
}

.Overview_line__3O0Hh {
  display: flex
}

.Overview_category__xCtir {
  align-items: center;
  color: #33383f;
  display: flex;
  font-size: 18px;
  letter-spacing: -.02em;
  line-height: 1.3333333333;
  margin-bottom: 4px
}

.dark-mode .Overview_category__xCtir {
  color: #efefef
}

.Overview_tooltip__yTLQL {
  margin-left: 10px;
  margin-top: -5px
}

.Overview_tooltip__yTLQL svg {
  fill: #33383f
}

.dark-mode .Overview_tooltip__yTLQL svg {
  fill: #efefef
}

.Overview_counter__od\+yr {
  font-size: 42px;
  font-weight: 600;
  letter-spacing: -.03em;
  line-height: 1;
  margin-bottom: 4px
}

.Overview_indicator__MR5Cj {
  align-items: center;
  background: #fcfcfc;
  border-radius: 8px;
  color: #6f767e;
  display: inline-flex;
  padding: 4px
}

.dark-mode .Overview_indicator__MR5Cj {
  background: #1a1d1f
}

.Overview_indicator__MR5Cj span {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3333333333;
  margin-left: 4px
}

@media only screen and (max-width:639px) {
  .Overview_infoButton__LBpfq {
    display: none
  }
}

.Overview_infoButtonMobile__BDBIU {
  display: none
}

@media only screen and (max-width:639px) {
  .Overview_infoButtonMobile__BDBIU {
    display: block
  }
}

.Overview_active__NToVs {
  background: #50b5e126 !important;
  border-color: #2f4f4f !important
}

.MessageCenter_wrapper__WxeoE {
  background: #fcfcfc;
  border-radius: 8px;
  display: flex;
  height: 776px;
  padding: 12px
}

@media only screen and (max-width:1419px) {
  .MessageCenter_wrapper__WxeoE {
    height: 700px
  }
}

@media only screen and (max-width:1023px) {
  .MessageCenter_wrapper__WxeoE {
    display: block;
    height: calc(100vh - 218px);
    padding: 0
  }

  .MessageCenter_wrapper__WxeoE.MessageCenter_active__Ch\+xb .MessageCenter_users__CdLL2 {
    display: none
  }

  .MessageCenter_wrapper__WxeoE.MessageCenter_active__Ch\+xb .MessageCenter_messages__pPbaT {
    display: block
  }
}

@media only screen and (max-width:767px) {
  .MessageCenter_wrapper__WxeoE {
    height: calc(100vh - 184px)
  }
}

.dark-mode .MessageCenter_wrapper__WxeoE {
  background: #1a1d1f
}

.MessageCenter_users__CdLL2 {
  flex-shrink: 0;
  padding: 12px;
  width: 340px
}

@media only screen and (max-width:1259px) {
  .MessageCenter_users__CdLL2 {
    width: 310px
  }
}

@media only screen and (max-width:1023px) {
  .MessageCenter_users__CdLL2 {
    height: 100%;
    padding: 24px 32px;
    width: 100%
  }
}

@media only screen and (max-width:767px) {
  .MessageCenter_users__CdLL2 {
    padding: 16px
  }
}

@media only screen and (max-width:1023px) {
  .MessageCenter_messages__pPbaT {
    display: none
  }
}

.Users_users__KZHPM {
  display: flex;
  flex-direction: column;
  margin-right: 12px
}

@media only screen and (max-width:1023px) {
  .Users_users__KZHPM {
    margin-right: 0
  }
}

.Users_nav__iKhgl {
  background: #f4f4f4;
  border-radius: 20px;
  display: flex;
  margin-bottom: 36px;
  padding: 4px
}

@media only screen and (max-width:1259px) {
  .Users_nav__iKhgl {
    margin-bottom: 24px
  }
}

@media only screen and (max-width:767px) {
  .Users_nav__iKhgl {
    margin-bottom: 16px
  }
}

.dark-mode .Users_nav__iKhgl {
  background: #111315
}

.Users_nav__iKhgl .Users_button__3i-aH {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  align-items: center;
  border-radius: 16px;
  color: #6f767e;
  display: flex;
  flex: 0 0 50%;
  font-size: 15px;
  font-weight: 600;
  height: 32px;
  justify-content: center;
  line-height: 1.6;
  transition: color .2s
}

.Users_nav__iKhgl .Users_button__3i-aH svg {
  fill: #6f767e;
  margin-right: 8px;
  transition: fill .2s
}

.Users_nav__iKhgl .Users_button__3i-aH.Users_active__e5C7z,
.Users_nav__iKhgl .Users_button__3i-aH:hover {
  color: #1a1d1f
}

.Users_nav__iKhgl .Users_button__3i-aH.Users_active__e5C7z svg,
.Users_nav__iKhgl .Users_button__3i-aH:hover svg {
  fill: #1a1d1f
}

.dark-mode .Users_nav__iKhgl .Users_button__3i-aH.Users_active__e5C7z,
.dark-mode .Users_nav__iKhgl .Users_button__3i-aH:hover {
  color: #fcfcfc
}

.dark-mode .Users_nav__iKhgl .Users_button__3i-aH.Users_active__e5C7z svg,
.dark-mode .Users_nav__iKhgl .Users_button__3i-aH:hover svg {
  fill: #fcfcfc
}

.Users_nav__iKhgl .Users_button__3i-aH.Users_active__e5C7z {
  background: #fcfcfc;
  box-shadow: 0 4px 8px -4px #00000040, inset 0 -1px 1px #0000000a, inset 0 2px 0 #ffffff40
}

.dark-mode .Users_nav__iKhgl .Users_button__3i-aH.Users_active__e5C7z {
  background: #272b30;
  box-shadow: 0 4px 8px -4px #00000040, inset 0 -1px 1px #0000007d, inset 0 2px 1px #ffffff0f
}

.Users_list__VFtaW {
  -webkit-overflow-scrolling: touch;
  margin: 0 -12px 16px;
  max-height: 100%;
  overflow: auto
}

@media only screen and (max-width:767px) {
  .Users_list__VFtaW {
    margin: 0 -8px 16px
  }
}

.Users_form__cO-rf {
  margin-top: auto;
  width: 100%
}

.Item_item__8BWRK {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  align-items: center;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  padding: 12px;
  transition: all .2s
}

@media only screen and (max-width:767px) {
  .Item_item__8BWRK {
    padding: 8px
  }
}

.Item_item__8BWRK.Item_active__drLy3,
.Item_item__8BWRK:hover {
  background: #efefef
}

.dark-mode .Item_item__8BWRK.Item_active__drLy3,
.dark-mode .Item_item__8BWRK:hover {
  background: #272b30
}

.Item_item__8BWRK.Item_new__HJRN5 .Item_head__GXY64:after {
  background: #0050b0
}

.Item_item__8BWRK.Item_online__lZtKl .Item_avatar__g5LmT {
  position: relative
}

.Item_item__8BWRK.Item_online__lZtKl .Item_avatar__g5LmT:before {
  background: #83bf6e;
  border: 4px solid #fcfcfc;
  border-radius: 50%;
  content: "";
  height: 20px;
  left: -2px;
  position: absolute;
  top: -2px;
  transition: border-color .2s;
  width: 20px
}

.dark-mode .Item_item__8BWRK.Item_online__lZtKl .Item_avatar__g5LmT:before {
  border-color: #1a1d1f
}

.Item_item__8BWRK.Item_online__lZtKl:hover .Item_avatar__g5LmT:before {
  border-color: #efefef
}

.dark-mode .Item_item__8BWRK.Item_online__lZtKl:hover .Item_avatar__g5LmT:before {
  border-color: #272b30
}

.Item_item__8BWRK:not(:last-child) {
  margin-bottom: 8px
}

@media only screen and (max-width:767px) {
  .Item_item__8BWRK:not(:last-child) {
    margin-bottom: 0
  }
}

.Item_avatar__g5LmT {
  flex-shrink: 0;
  height: 56px;
  width: 56px
}

.Item_avatar__g5LmT img {
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.Item_details__vkVb7 {
  flex-basis: calc(100% - 56px);
  flex-grow: 0;
  flex-shrink: 0;
  max-width: calc(100% - 56px);
  padding-left: 12px
}

.Item_head__GXY64 {
  align-items: center;
  display: flex;
  margin-bottom: 4px;
  position: relative
}

.Item_head__GXY64:after {
  background: #9a9fa5;
  border-radius: 50%;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 12px;
  margin-left: 12px;
  width: 12px
}

.Item_man__HqcjF {
  font-weight: 700;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.Item_time__cOjTY {
  color: #9a9fa5;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308;
  margin-left: 24px
}

.Item_message__RJ5zv {
  color: #6f767e;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.Messages_messages__l7WzH {
  border: 1px solid #efefef;
  border-radius: 12px;
  flex-grow: 1
}

@media only screen and (max-width:1023px) {
  .Messages_messages__l7WzH {
    border: none;
    height: 100%
  }
}

.dark-mode .Messages_messages__l7WzH {
  border-color: #272b30
}

.Messages_wrapper__pyWop {
  height: calc(100% - 104px);
  padding: 96px 24px;
  position: relative
}

@media only screen and (max-width:1023px) {
  .Messages_wrapper__pyWop {
    height: calc(100% - 88px)
  }
}

@media only screen and (max-width:767px) {
  .Messages_wrapper__pyWop {
    height: calc(100% - 72px);
    padding: 64px 16px 72px
  }
}

.Messages_button__Hp44W {
  left: 50%;
  position: absolute;
  top: 24px;
  transform: translateX(-50%)
}

@media only screen and (max-width:767px) {
  .Messages_button__Hp44W {
    top: 12px
  }
}

.Messages_list__Vw24k {
  -webkit-overflow-scrolling: touch;
  flex-grow: 1;
  max-height: 100%;
  overflow: auto
}

.Panel_panel__prRZg {
  background: #f4f4f4;
  border-radius: 12px 12px 0 0;
  padding: 24px
}

@media only screen and (max-width:1023px) {
  .Panel_panel__prRZg {
    background: none;
    box-shadow: inset 0 -1px 0 0 #efefef
  }
}

@media only screen and (max-width:767px) {
  .Panel_panel__prRZg {
    padding: 16px
  }
}

.dark-mode .Panel_panel__prRZg {
  background: #272b30
}

@media only screen and (max-width:1023px) {
  .dark-mode .Panel_panel__prRZg {
    background: none;
    box-shadow: inset 0 -1px 0 0 #272b30
  }
}

.Panel_line__lXCmy {
  align-items: center;
  display: flex
}

.Panel_man__KGuiy {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.6;
  margin-right: auto
}

@media only screen and (max-width:767px) {
  .Panel_man__KGuiy {
    font-size: 18px
  }
}

.Panel_close__CEPCB {
  border-radius: 50%;
  display: none;
  height: 40px;
  margin-left: 12px;
  width: 40px
}

@media only screen and (max-width:1023px) {
  .Panel_close__CEPCB {
    display: inline-block
  }
}

.Panel_close__CEPCB svg {
  fill: #6f767e
}

@media only screen and (max-width:1023px) {
  .dark-mode .Panel_close__CEPCB {
    background: #272b30
  }
}

.Panel_parameters__1fq-u {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px
}

@media only screen and (max-width:1419px) {
  .Panel_parameters__1fq-u {
    margin-top: 8px
  }
}

@media only screen and (max-width:1023px) {
  .Panel_parameters__1fq-u {
    display: none
  }
}

.Panel_parameter__gps\+0 {
  color: #6f767e;
  font-size: 13px;
  font-weight: 600;
  font-weight: 500;
  line-height: 1.2307692308;
  margin-left: 12px
}

.Panel_parameter__gps\+0 span {
  color: #33383f;
  font-weight: 700
}

.dark-mode .Panel_parameter__gps\+0 span {
  color: #fcfcfc
}

.Panel_parameter__gps\+0:not(:first-child) {
  padding-left: 14px;
  position: relative
}

.Panel_parameter__gps\+0:not(:first-child):before {
  background: #6f767e82;
  border-radius: 2px;
  content: "";
  height: 12px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 2px
}

.Panel_actionsHead__7qPKz {
  background: #fcfcfc !important
}

.dark-mode .Panel_actionsHead__7qPKz {
  background: #11131580 !important
}

@media only screen and (max-width:1023px) {
  .dark-mode .Panel_actionsHead__7qPKz {
    background: #272b30 !important
  }
}

.dark-mode .Panel_actionsBody__57BZu:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10' fill='none'%3E%3Cpath d='M6.927 1.687 0 10h20l-6.927-8.313a4 4 0 0 0-6.146 0z' fill='%23111315'/%3E%3C/svg%3E")
}

@media only screen and (max-width:1023px) {
  .dark-mode .Panel_actionsBody__57BZu:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10' fill='none'%3E%3Cpath d='M6.927 1.687 0 10h20l-6.927-8.313a4 4 0 0 0-6.146 0z' fill='%23272B30'/%3E%3C/svg%3E")
  }
}

.Actions_actions__NsiZx {
  display: inline-block;
  position: relative;
  z-index: 3
}

.Actions_actions__NsiZx.Actions_active__5a04A {
  z-index: 10
}

.Actions_actions__NsiZx.Actions_active__5a04A .Actions_head__XoXMb {
  background: #efefef
}

.Actions_actions__NsiZx.Actions_active__5a04A .Actions_head__XoXMb svg {
  fill: #1a1d1f
}

.dark-mode .Actions_actions__NsiZx.Actions_active__5a04A .Actions_head__XoXMb {
  background: #272b30
}

.dark-mode .Actions_actions__NsiZx.Actions_active__5a04A .Actions_head__XoXMb svg {
  fill: #fcfcfc
}

.Actions_actions__NsiZx.Actions_active__5a04A .Actions_body__pPLlh {
  opacity: 1;
  transform: translateY(0);
  visibility: visible
}

.Actions_actions__NsiZx.Actions_small__9GkgJ .Actions_head__XoXMb {
  height: 32px;
  width: 32px
}

.Actions_actions__NsiZx.Actions_small__9GkgJ .Actions_head__XoXMb svg {
  height: 20px;
  width: 20px
}

.Actions_actions__NsiZx.Actions_small__9GkgJ .Actions_body__pPLlh {
  right: -8px
}

.Actions_actions__NsiZx.Actions_small__9GkgJ .Actions_body__pPLlh:before {
  right: 14px
}

.Actions_actions__NsiZx.Actions_up__d5Or3 .Actions_body__pPLlh {
  bottom: calc(100% + 12px);
  box-shadow: 0 20px 32px -6px #00000014, 0 0 7px -4px #0000000d, 0 16px 24px -4px #0000001a;
  top: auto
}

.Actions_actions__NsiZx.Actions_up__d5Or3 .Actions_body__pPLlh:before {
  bottom: auto;
  top: 100%;
  transform: rotate(180deg)
}

.Actions_head__XoXMb {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #fff;
  border-radius: 50%;
  height: 40px;
  position: relative;
  transition: background .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 40px
}

.Actions_head__XoXMb svg {
  fill: #6f767e;
  transition: fill .2s
}

.Actions_head__XoXMb:hover svg {
  fill: #0050b0
}

.dark-mode .Actions_head__XoXMb {
  background: #111315
}

.dark-mode .Actions_head__XoXMb:hover svg {
  fill: #0050b0
}

.Actions_body__pPLlh {
  background: #fff;
  border: 1px solid #0000;
  border-radius: 16px;
  box-shadow: 0 40px 64px -12px #00000014, 0 0 14px -4px #0000000d, 0 32px 48px -8px #0000001a;
  opacity: 0;
  padding: 12px;
  position: absolute;
  right: -12px;
  top: calc(100% + 12px);
  transform: translateY(3px);
  transition: all .2s;
  visibility: hidden;
  width: 264px
}

.dark-mode .Actions_body__pPLlh {
  background: #111315;
  border-color: #272b30
}

.Actions_body__pPLlh:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10' fill='none'%3E%3Cpath d='M6.927 1.687 0 10h20l-6.927-8.313a4 4 0 0 0-6.146 0z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;
  bottom: 100%;
  content: "";
  height: 10px;
  position: absolute;
  right: 20px;
  width: 20px
}

.dark-mode .Actions_body__pPLlh:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10' fill='none'%3E%3Cpath d='M6.927 1.687 0 10h20l-6.927-8.313a4 4 0 0 0-6.146 0z' fill='%23272B30'/%3E%3C/svg%3E")
}

.Actions_option__TTnBF {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  align-items: center;
  border-radius: 12px;
  color: #6f767e;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  padding: 12px;
  transition: all .2s;
  width: 100%
}

.Actions_option__TTnBF svg {
  fill: #6f767e;
  margin-right: 12px;
  transition: fill .2s
}

.Actions_option__TTnBF.Actions_selectioned__kJI-X,
.Actions_option__TTnBF:hover {
  background: #efefef;
  color: #1a1d1f
}

.Actions_option__TTnBF.Actions_selectioned__kJI-X svg,
.Actions_option__TTnBF:hover svg {
  fill: #1a1d1f
}

.dark-mode .Actions_option__TTnBF.Actions_selectioned__kJI-X,
.dark-mode .Actions_option__TTnBF:hover {
  background: #0000;
  color: #fcfcfc
}

.dark-mode .Actions_option__TTnBF.Actions_selectioned__kJI-X svg,
.dark-mode .Actions_option__TTnBF:hover svg {
  fill: #fcfcfc
}

.Message_message__9k9OV {
  display: flex
}

.Message_message__9k9OV:not(:last-child) {
  margin-bottom: 32px
}

.Message_avatar__zblm0 {
  flex-shrink: 0;
  height: 40px;
  width: 40px
}

.Message_avatar__zblm0 img {
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.Message_details__ImZKN {
  flex-basis: calc(100% - 40px);
  flex-grow: 0;
  flex-shrink: 0;
  max-width: calc(100% - 40px);
  padding-left: 16px
}

.Message_head__wnLqs {
  align-items: center;
  display: flex;
  margin-bottom: 4px
}

.Message_man__iRUIc {
  color: #6f767e
}

.Message_time__Sb2l3 {
  color: #9a9fa5;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308;
  margin-left: 12px
}

.Message_content__-Uq-8 {
  font-weight: 500
}

.Message_content__-Uq-8 a {
  color: #0050b0;
  font-weight: 600
}

.Send_send__GptpO {
  align-items: center;
  bottom: 24px;
  display: flex;
  left: 24px;
  position: absolute;
  right: 24px
}

@media only screen and (max-width:767px) {
  .Send_send__GptpO {
    bottom: 16px;
    left: 16px;
    right: 16px
  }
}

.Send_file__jTHXq,
.Send_smile__hxS7m {
  flex-shrink: 0;
  margin-right: 24px
}

@media only screen and (max-width:767px) {

  .Send_file__jTHXq,
  .Send_smile__hxS7m {
    margin-right: 12px
  }
}

.Send_file__jTHXq {
  overflow: hidden;
  position: relative
}

.Send_file__jTHXq input {
  font-size: 140px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0
}

.Send_file__jTHXq svg {
  fill: #6f767e;
  transition: fill .2s
}

.Send_file__jTHXq input:hover+svg {
  fill: #1a1d1f
}

.dark-mode .Send_file__jTHXq input:hover+svg {
  fill: #0050b0
}

.Send_form__rMmfG {
  flex-grow: 1;
  position: relative
}

.Send_input__FLFZm {
  background: #f4f4f4;
  border: 2px solid #efefef;
  border-radius: 12px;
  color: #1a1d1f;
  font-size: 15px;
  font-weight: 600;
  height: 48px;
  line-height: 1.6;
  padding: 0 96px 0 10px;
  width: 100%
}

.Send_input__FLFZm::placeholder {
  color: #6f767e
}

.Send_input__FLFZm:focus {
  background: #fff;
  border-color: #0050b059
}

.dark-mode .Send_input__FLFZm {
  background: #272b30;
  border-color: #272b30;
  color: #fcfcfc
}

.dark-mode .Send_input__FLFZm:focus {
  background: #111315
}

.Send_button__0fu4u {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%)
}

.NewProduct_row__uVLi8 {
  display: flex
}

@media only screen and (max-width:1023px) {
  .NewProduct_row__uVLi8 {
    display: block
  }
}

.NewProduct_col__-NAHq:first-child {
  flex-basis: calc(100% - 340px);
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 8px;
  width: calc(100% - 340px)
}

@media only screen and (max-width:1259px) {
  .NewProduct_col__-NAHq:first-child {
    flex-basis: calc(100% - 296px);
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(100% - 296px)
  }
}

@media only screen and (max-width:1023px) {
  .NewProduct_col__-NAHq:first-child {
    padding: 0;
    width: 100%
  }
}

.NewProduct_col__-NAHq:nth-child(2) {
  flex-shrink: 0;
  width: 340px
}

@media only screen and (max-width:1259px) {
  .NewProduct_col__-NAHq:nth-child(2) {
    width: 296px
  }
}

@media only screen and (max-width:1023px) {
  .NewProduct_col__-NAHq:nth-child(2) {
    width: auto
  }
}

.NewProduct_card__b\+Pb3:not(:last-child) {
  margin-bottom: 8px
}

.Schedule_title__KwKwi {
  padding-right: 48px
}

.Schedule_note__WNLl3 {
  border-top: 1px solid #efefef;
  color: #6f767e;
  font-weight: 500;
  margin-top: 24px;
  padding-top: 24px
}

.dark-mode .Schedule_note__WNLl3 {
  border-color: #272b30
}

.Schedule_list__m3HJC {
  margin-top: 24px
}

.Schedule_item__cvo9U:not(:last-child) {
  margin-bottom: 8px
}

.Schedule_date__TSvVZ {
  padding: 24px 12px
}

@media only screen and (max-width:1259px) {
  .Schedule_date__TSvVZ {
    text-align: center;
    width: 100%
  }
}

.Schedule_foot__FQJ-H {
  border-top: 1px solid #efefef;
  margin: 4px 8px 0;
  padding-top: 24px;
  text-align: right
}

.dark-mode .Schedule_foot__FQJ-H {
  border-color: #272b30
}

.Schedule_foot__FQJ-H .Schedule_button__mt3Jb:not(:last-child) {
  margin-right: 8px
}

.Schedule_time__2atTf {
  padding: 24px;
  width: 280px
}

@media only screen and (max-width:1259px) {
  .Schedule_time__2atTf {
    width: 100%
  }
}

.Schedule_top__Or2Yg {
  align-items: center;
  border-bottom: 1px solid #efefef;
  display: flex;
  margin-bottom: 24px;
  padding-bottom: 23px
}

.dark-mode .Schedule_top__Or2Yg {
  border-color: #272b30
}

.Schedule_subtitle__EgEqn {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.6;
  margin-right: auto
}

@media only screen and (max-width:767px) {
  .Schedule_subtitle__EgEqn {
    font-size: 18px
  }
}

.Schedule_close__rUMhp {
  background: #efefef;
  border-radius: 50%;
  font-size: 0;
  height: 36px;
  width: 36px
}

.Schedule_close__rUMhp svg {
  fill: #33383f;
  transition: transform .2s
}

.dark-mode .Schedule_close__rUMhp {
  background: #272b30
}

.dark-mode .Schedule_close__rUMhp svg {
  fill: #fcfcfc
}

.Schedule_close__rUMhp:hover svg {
  transform: rotate(90deg)
}

.Schedule_btns__dmceM {
  margin-top: 24px;
  text-align: right
}

@media only screen and (max-width:1259px) {
  .Item_item__EKnHo {
    position: relative
  }
}

@media only screen and (max-width:767px) {
  .Item_item__EKnHo {
    position: static
  }
}

.Item_item__EKnHo.Item_active__vQvFh .Item_head__yUkt- {
  border-color: #0050b0;
  box-shadow: 0 8px 16px #0000000d
}

.Item_item__EKnHo.Item_active__vQvFh .Item_head__yUkt- svg {
  fill: #1a1d1f
}

.dark-mode .Item_item__EKnHo.Item_active__vQvFh .Item_head__yUkt- svg {
  fill: #fcfcfc
}

.Item_item__EKnHo.Item_active__vQvFh .Item_body__djzfj {
  opacity: 1;
  visibility: visible
}

.Item_head__yUkt- {
  border: 2px solid #efefef;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  min-height: 68px;
  padding: 14px;
  transition: all .2s
}

.Item_head__yUkt- svg {
  fill: #6f767e;
  flex-shrink: 0;
  margin-right: 12px;
  transition: fill .2s
}

.dark-mode .Item_head__yUkt- {
  border-color: #272b30
}

.Item_head__yUkt-:hover {
  border-color: #0050b0
}

.Item_category__RsOKm {
  color: #6f767e;
  font-size: 12px;
  font-weight: 500;
  line-height: 1
}

.Item_body__djzfj {
  background: #fcfcfc;
  border-radius: 16px;
  box-shadow: 0 0 14px -4px #0000000d, 0 32px 48px -8px #0000001a;
  left: calc(100% + 8px);
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all .2s;
  visibility: hidden
}

@media only screen and (max-width:1259px) {
  .Item_body__djzfj {
    left: 0;
    right: 0;
    top: 100%;
    z-index: 3
  }
}

@media only screen and (max-width:767px) {
  .Item_body__djzfj {
    left: 12px;
    right: 12px;
    top: 50%;
    transform: translateY(-50%)
  }
}

.dark-mode .Item_body__djzfj {
  background: #1a1d1f
}

@media only screen and (max-width:767px) {
  .dark-mode .Item_body__djzfj {
    box-shadow: inset 0 0 0 1px #272b30
  }
}

.NameAndDescription_description__Y8huG>.NameAndDescription_field__ps3Bm:not(:last-child) {
  margin-bottom: 32px
}

@media only screen and (max-width:1259px) {
  .NameAndDescription_description__Y8huG>.NameAndDescription_field__ps3Bm:not(:last-child) {
    margin-bottom: 24px
  }
}

.NameAndDescription_editor__Q-T2K:not(:last-child) {
  margin-bottom: 32px
}

@media only screen and (max-width:1259px) {
  .NameAndDescription_editor__Q-T2K:not(:last-child) {
    margin-bottom: 24px
  }
}

.NameAndDescription_group__PM-Dh {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px -12px
}

@media only screen and (max-width:767px) {
  .NameAndDescription_group__PM-Dh {
    display: block;
    margin: 0
  }
}

.NameAndDescription_group__PM-Dh .NameAndDescription_field__ps3Bm {
  flex-basis: calc(50% - 12px);
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0 6px 12px;
  width: calc(50% - 12px)
}

@media only screen and (max-width:767px) {
  .NameAndDescription_group__PM-Dh .NameAndDescription_field__ps3Bm {
    margin: 12px 0 0;
    width: 100%
  }
}

.ImagesAndCTA_field__MQWqg:not(:last-child) {
  margin-bottom: 32px
}

@media only screen and (max-width:1259px) {
  .ImagesAndCTA_field__MQWqg:not(:last-child) {
    margin-bottom: 24px
  }
}

.File_label__qU6YL {
  color: #33383f;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7142857143;
  margin-bottom: 14px
}

.dark-mode .File_label__qU6YL {
  color: #efefef
}

.File_tooltip__BHAFc {
  position: relative;
  top: -1px
}

.File_tooltip__BHAFc svg {
  fill: #9a9fa5
}

.File_wrap__2soNk {
  align-items: center;
  background: #f4f4f4;
  border-radius: 12px;
  display: flex;
  height: 200px;
  justify-content: center;
  overflow: hidden;
  position: relative
}

.dark-mode .File_wrap__2soNk {
  background: #272b30
}

.File_input__SBMKC {
  font-size: 340px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0
}

.File_input__SBMKC:hover+.File_box__MGu5d {
  border-color: #6f767e
}

.dark-mode .File_input__SBMKC:hover+.File_box__MGu5d {
  border-color: #33383f
}

.File_box__MGu5d {
  align-items: center;
  background: #fcfcfc;
  border: 2px solid #efefef;
  border-radius: 12px;
  box-shadow: 0 12px 13px -6px #0000000a;
  display: flex;
  font-size: 15px;
  font-weight: 700;
  height: 48px;
  justify-content: center;
  line-height: 1.6;
  padding: 0 20px;
  transition: border-color .2s
}

.dark-mode .File_box__MGu5d {
  background: #1a1d1f;
  border-color: #272b30;
  box-shadow: 0 4px 4px #00000040, 0 12px 13px -6px #0000000a, inset 0 2px 4px #31353b
}

.File_box__MGu5d svg {
  margin-right: 8px
}

.dark-mode .File_box__MGu5d svg {
  fill: #fcfcfc
}

.Price_price__FaUys>.Price_field__cFsjY:not(:last-child) {
  margin-bottom: 32px
}

@media only screen and (max-width:1259px) {
  .Price_price__FaUys>.Price_field__cFsjY:not(:last-child) {
    margin-bottom: 24px
  }
}

.Price_line__HRL8N {
  align-items: center;
  border-bottom: 1px solid #efefef;
  display: flex;
  margin-bottom: 16px;
  padding-bottom: 16px
}

.dark-mode .Price_line__HRL8N {
  border-color: #272b30
}

.Price_info__gLoLj {
  color: #33383f;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7142857143;
  margin-right: auto
}

.dark-mode .Price_info__gLoLj {
  color: #efefef
}

.Price_tooltip__zroLT {
  position: relative;
  top: -1
}

.Price_tooltip__zroLT svg {
  fill: #9a9fa5
}

.Price_switch__OQ960 {
  margin-left: 12px
}

.Price_fieldset__NsDRE {
  display: flex;
  margin: 0 -6px
}

.Price_fieldset__NsDRE .Price_field__cFsjY {
  flex-basis: calc(50% - 12px);
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0 6px;
  width: calc(50% - 12px)
}

.Price_fieldset__NsDRE .Price_label__6xYbk {
  color: #6f767e;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3333333333;
  margin-bottom: 12px
}

.CategoryAndAttibutes_field__k-ETV {
  margin-bottom: 32px
}

@media only screen and (max-width:1259px) {
  .CategoryAndAttibutes_field__k-ETV {
    margin-bottom: 24px
  }
}

.CategoryAndAttibutes_label__MiyXV {
  color: #33383f;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7142857143
}

.dark-mode .CategoryAndAttibutes_label__MiyXV {
  color: #efefef
}

.CategoryAndAttibutes_tooltip__HoKke {
  position: relative;
  top: -1
}

.CategoryAndAttibutes_tooltip__HoKke svg {
  fill: #9a9fa5
}

.CategoryAndAttibutes_list__XjaPR {
  display: flex;
  flex-wrap: wrap;
  margin: -4px -16px 32px 0
}

@media only screen and (max-width:1259px) {
  .CategoryAndAttibutes_list__XjaPR {
    margin-bottom: 24px
  }
}

.CategoryAndAttibutes_checkbox__cdIhw {
  flex-basis: calc(33.33% - 16px);
  flex-grow: 0;
  flex-shrink: 0;
  margin: 16px 16px 0 0;
  width: calc(33.33% - 16px)
}

@media only screen and (max-width:767px) {
  .CategoryAndAttibutes_checkbox__cdIhw {
    flex-basis: calc(50% - 16px);
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(50% - 16px)
  }
}

.CategoryAndAttibutes_head__NM-rf {
  align-items: center;
  display: flex;
  margin-bottom: 12px
}

.CategoryAndAttibutes_head__NM-rf .CategoryAndAttibutes_label__MiyXV {
  margin-right: auto
}

.CategoryAndAttibutes_counter__ll0lC {
  color: #9a9fa5;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2307692308
}

.CategoryAndAttibutes_counter__ll0lC span {
  color: #1a1d1f
}

.dark-mode .CategoryAndAttibutes_counter__ll0lC span {
  color: #fcfcfc
}

.ProductFiles_field__r2ZJQ:not(:last-child) {
  margin-bottom: 32px
}

@media only screen and (max-width:1259px) {
  .ProductFiles_field__r2ZJQ:not(:last-child) {
    margin-bottom: 24px
  }
}

.Preview_preview__R77WW {
  position: sticky;
  top: 102px
}

@media only screen and (max-width:1339px) {
  .Preview_preview__R77WW {
    top: 86px
  }
}

@media only screen and (max-width:1023px) {
  .Preview_preview__R77WW {
    background: #f4f4f4;
    bottom: 0;
    display: flex;
    left: 0;
    opacity: 0;
    overflow: auto;
    padding: 64px 16px;
    position: fixed;
    right: 0;
    top: 0;
    transition: all .2s;
    visibility: hidden;
    z-index: 50
  }

  .dark-mode .Preview_preview__R77WW {
    background: #111315
  }

  .Preview_preview__R77WW.Preview_visible__fNP25 {
    opacity: 1;
    visibility: visible
  }
}

.Preview_close__o06eb {
  display: none;
  left: 32px;
  position: absolute;
  top: 32px
}

@media only screen and (max-width:1023px) {
  .Preview_close__o06eb {
    display: inline-block
  }
}

.Preview_close__o06eb svg {
  fill: #6f767e
}

@media only screen and (max-width:1259px) {
  .Preview_card__Ch-Th {
    padding: 16px
  }
}

@media only screen and (max-width:1023px) {
  .Preview_card__Ch-Th {
    margin: auto;
    max-width: 340px
  }
}

.Preview_head__V6dAD {
  margin-bottom: 24px
}

.Preview_button__r7pe3 {
  height: 40px;
  margin-left: auto;
  width: 40px
}

.Preview_button__r7pe3 svg {
  fill: #6f767e;
  transition: fill .2s
}

.Preview_button__r7pe3:hover svg {
  fill: #0050b0
}

.Preview_photo__T4UbS {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 16px
}

.Preview_photo__T4UbS img {
  border-radius: 12px;
  width: 100%
}

.Preview_line__oJWLj {
  align-items: flex-start;
  display: flex;
  margin-bottom: 8px
}

.Preview_title__e5qCQ {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.6
}

@media only screen and (max-width:767px) {
  .Preview_title__e5qCQ {
    font-size: 18px
  }
}

.Preview_price__Pg3bm {
  background: #37af6c;
  border-radius: 6px;
  flex-shrink: 0;
  font-weight: 700;
  line-height: 32px;
  margin-left: 12px;
  padding: 0 8px
}

.dark-mode .Preview_price__Pg3bm {
  color: #1a1d1f
}

.Preview_user__n18VH {
  align-items: center;
  display: flex
}

.Preview_avatar__YNDuT {
  flex-shrink: 0;
  height: 32px;
  margin-right: 12px;
  position: relative;
  width: 32px
}

.Preview_avatar__YNDuT>img {
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.Preview_text__pYaQq {
  color: #6f767e;
  font-weight: 500
}

.Preview_text__pYaQq span {
  color: #1a1d1f;
  font-weight: 600
}

.dark-mode .Preview_text__pYaQq span {
  color: #fcfcfc
}

@media only screen and (max-width:767px) {
  .Panel_panel__rmNxU {
    display: block
  }
}

.Panel_info__0f5jj {
  color: #6f767e;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308;
  margin-right: auto
}

@media only screen and (max-width:767px) {
  .Panel_info__0f5jj {
    margin: 0 0 24px
  }
}

.Panel_info__0f5jj svg {
  fill: #6f767e;
  margin-right: 12px
}

.Panel_info__0f5jj span {
  color: #1a1d1f
}

.dark-mode .Panel_info__0f5jj span {
  color: #fcfcfc
}

.Panel_btns__joRMl {
  align-items: center;
  display: flex
}

.Panel_button__u7Kqz {
  margin-right: 8px
}

@media only screen and (max-width:767px) {
  .Panel_button__u7Kqz {
    flex-grow: 1
  }
}

.Panel_actionsHead__Sb3Oz {
  border: 2px solid #efefef;
  border-radius: 12px;
  height: 48px;
  transition: all .2s;
  width: 48px
}

.Panel_actionsHead__Sb3Oz svg {
  fill: #6f767e;
  transform: rotate(90deg)
}

.Panel_actionsHead__Sb3Oz:hover {
  background: #efefef
}

.Panel_actionsHead__Sb3Oz:hover svg {
  fill: #1a1d1f
}

.dark-mode .Panel_actionsHead__Sb3Oz {
  background: #0000;
  border-color: #272b30
}

.Panel_actionsOption__6jwJm:first-child {
  display: none
}

@media only screen and (max-width:1023px) {
  .Panel_actionsOption__6jwJm:first-child {
    display: flex
  }
}

.Panel_actionsBody__uM0aU {
  right: 0
}

.Panel_actionsBody__uM0aU:before {
  right: 14px
}

.Notification_row__JvZiR {
  align-items: flex-start;
  display: flex
}

@media only screen and (max-width:1023px) {
  .Notification_row__JvZiR {
    display: block
  }
}

.Notification_col__L7mRt:first-child {
  flex-basis: calc(100% - 340px);
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 8px;
  width: calc(100% - 340px)
}

@media only screen and (max-width:1259px) {
  .Notification_col__L7mRt:first-child {
    flex-basis: calc(100% - 300px);
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(100% - 300px)
  }
}

@media only screen and (max-width:1023px) {
  .Notification_col__L7mRt:first-child {
    padding-right: 0;
    width: 100%
  }
}

.Notification_col__L7mRt:nth-child(2) {
  flex-shrink: 0;
  position: sticky;
  top: 102px;
  width: 340px
}

@media only screen and (max-width:1339px) {
  .Notification_col__L7mRt:nth-child(2) {
    top: 86px
  }
}

@media only screen and (max-width:1259px) {
  .Notification_col__L7mRt:nth-child(2) {
    width: 300px
  }
}

@media only screen and (max-width:1023px) {
  .Notification_col__L7mRt:nth-child(2) {
    display: none
  }
}

.List_actions__dNlqr {
  margin-left: 16px
}

.dark-mode .List_actionsHead__KP6gM {
  background: #0000
}

.List_dropdown__bQIjY {
  min-width: 105px
}

.List_foot__L-nNm {
  margin-top: 32px;
  text-align: center
}

.List_foot__L-nNm .List_button__aHZLo .List_loader__TDIWa {
  margin: 0 18px 0 8px;
  transform: scale(.8)
}

.Item_item__2Gr-- {
  border-radius: 12px;
  display: flex;
  padding: 12px;
  position: relative;
  transition: background .2s
}

@media only screen and (max-width:767px) {
  .Item_item__2Gr-- {
    border-radius: 0;
    padding: 0
  }
}

@media only screen and (min-width:768px) {
  .Item_item__2Gr--:hover {
    background: #f4f4f4
  }

  .dark-mode .Item_item__2Gr--:hover {
    background: #272b30
  }
}

.Item_item__2Gr--:after {
  background: #9a9fa5;
  border-radius: 50%;
  content: "";
  height: 12px;
  position: absolute;
  right: 12px;
  top: 18px;
  width: 12px
}

@media only screen and (max-width:767px) {
  .Item_item__2Gr--:after {
    display: none
  }
}

.Item_item__2Gr--.Item_new__5ZuXy:after {
  background: #0050b0
}

.Item_item__2Gr--:not(:last-child) {
  margin-bottom: 41px
}

@media only screen and (max-width:767px) {
  .Item_item__2Gr--:not(:last-child) {
    border-bottom: 1px solid #efefef;
    margin-bottom: 24px;
    padding-bottom: 24px
  }

  .dark-mode .Item_item__2Gr--:not(:last-child) {
    border-color: #272b30
  }
}

.Item_item__2Gr--:not(:last-child):before {
  background: #efefef;
  content: "";
  height: 1px;
  left: 12px;
  position: absolute;
  right: 12px;
  top: calc(100% + 20px)
}

@media only screen and (max-width:767px) {
  .Item_item__2Gr--:not(:last-child):before {
    display: none
  }
}

.dark-mode .Item_item__2Gr--:not(:last-child):before {
  background: #272b30
}

.Item_avatar__66sA9 {
  flex-shrink: 0;
  height: 64px;
  position: relative;
  width: 64px
}

.Item_avatar__66sA9>img {
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.Item_icon__3fd3Z {
  align-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -2px;
  display: flex;
  height: 28px;
  justify-content: center;
  position: absolute;
  right: -2px;
  width: 28px
}

.dark-mode .Item_icon__3fd3Z {
  border-color: #1a1d1f
}

.Item_icon__3fd3Z img {
  width: 16px
}

.Item_details__OJ1Oj {
  flex-basis: calc(100% - 64px);
  flex-grow: 0;
  flex-shrink: 0;
  padding-left: 12px;
  width: calc(100% - 64px)
}

.Item_line__MYaxE {
  align-items: center;
  display: flex;
  padding-right: 24px
}

.Item_subtitle__luNMD {
  color: #1a1d1f;
  font-weight: 700;
  margin-right: 4px
}

.dark-mode .Item_subtitle__luNMD {
  color: #fcfcfc
}

.Item_login__lso\+b {
  color: #9a9fa5;
  font-weight: 500;
  margin-right: auto
}

.Item_time__xw7AS {
  color: #9a9fa5;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308;
  margin-left: 16px
}

.Item_content__hiUyw {
  color: #6f767e;
  font-weight: 500
}

.Item_content__hiUyw strong {
  color: #1a1d1f;
  font-weight: 700
}

.dark-mode .Item_content__hiUyw strong {
  color: #fcfcfc
}

.Item_comment__6uwcu {
  font-weight: 500;
  margin-top: 8px
}

.Control_control__vATdN {
  align-items: center;
  display: flex;
  margin-top: 8px
}

.Control_button__ZzZU- {
  color: #1a1d1f;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  transition: color .2s
}

.dark-mode .Control_button__ZzZU- {
  color: #fcfcfc
}

.Control_button__ZzZU-:hover {
  color: #0050b0
}

.Control_button__ZzZU-:not(:last-child) {
  margin-right: 24px
}

.Control_button__ZzZU-.Control_favorite__bOMBm span {
  display: none
}

.Control_button__ZzZU-.Control_favorite__bOMBm.Control_active__N6hXK {
  color: #0050b0
}

.Control_button__ZzZU-.Control_favorite__bOMBm.Control_active__N6hXK span {
  display: inline
}

.Control_answer__ls2tx.Control_show__4\+1fk {
  display: block
}

.Filters_group__7\+oXU {
  display: flex;
  flex-direction: column
}

.Filters_checkbox__-AQnu:not(:last-child),
.Filters_radio__Sy2nc:not(:last-child) {
  margin-bottom: 16px
}

.Filters_btns__VfAGE {
  display: flex;
  margin: 32px -6px 0
}

.Filters_btns__VfAGE .Filters_button__q3a6q {
  flex-basis: calc(50% - 12px);
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0 6px;
  width: calc(50% - 12px)
}

.Filters_variants__eWhSf {
  border-top: 1px solid #efefef;
  display: flex;
  flex-direction: column;
  margin-top: 32px;
  padding-top: 32px
}

.dark-mode .Filters_variants__eWhSf {
  border-color: #272b30
}

.Radio_radio__0Mfds {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  display: block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.Radio_input__kodpZ {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0
}

.Radio_input__kodpZ:checked+.Radio_inner__PDVOz .Radio_tick__zdeCm {
  background: #0050b0;
  border-color: #0050b0
}

.Radio_input__kodpZ:checked+.Radio_inner__PDVOz .Radio_tick__zdeCm:before {
  transform: translate(-50%, -50%) scale(1)
}

.Radio_inner__PDVOz {
  display: flex
}

.Radio_inner__PDVOz:hover .Radio_tick__zdeCm {
  border-color: #0050b0
}

.Radio_tick__zdeCm {
  border: 2px solid #6f767e66;
  border-radius: 50%;
  flex-shrink: 0;
  height: 24px;
  position: relative;
  transition: all .2s;
  width: 24px
}

.Radio_tick__zdeCm:before {
  background: #fcfcfc;
  border-radius: 50%;
  box-shadow: 0 2px 3px #00000040, inset 0 -1px 2px #dedede;
  content: "";
  height: 12px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform .2s;
  width: 12px
}

.Radio_text__q1UkF {
  color: #1a1d1f;
  flex-grow: 1;
  line-height: 1.7142857143;
  padding-right: 16px
}

.dark-mode .Radio_text__q1UkF {
  color: #fcfcfc
}

.PageList_page__Cp8fA {
  column-gap: 100px;
  display: grid;
  grid-template-columns: auto auto auto;
  padding: 50px
}

@media only screen and (max-width:767px) {
  .PageList_page__Cp8fA {
    padding: 30px
  }
}

.PointsCenter_row__mD13b {
  display: flex
}

@media only screen and (max-width:1023px) {
  .PointsCenter_row__mD13b {
    display: block
  }
}

.PointsCenter_col__6mx7Y:first-child {
  flex-basis: calc(100% - 340px);
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 8px;
  width: calc(100% - 340px)
}

@media only screen and (max-width:1419px) {
  .PointsCenter_col__6mx7Y:first-child {
    flex-basis: calc(100% - 310px);
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(100% - 310px)
  }
}

@media only screen and (max-width:1259px) {
  .PointsCenter_col__6mx7Y:first-child {
    flex-basis: calc(100% - 296px);
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(100% - 296px)
  }
}

@media only screen and (max-width:1023px) {
  .PointsCenter_col__6mx7Y:first-child {
    margin-bottom: 8px;
    padding-right: 0;
    width: 100%
  }
}

.PointsCenter_col__6mx7Y:nth-child(2) {
  flex-shrink: 0;
  width: 340px
}

@media only screen and (max-width:1419px) {
  .PointsCenter_col__6mx7Y:nth-child(2) {
    width: 310px
  }
}

@media only screen and (max-width:1259px) {
  .PointsCenter_col__6mx7Y:nth-child(2) {
    width: 296px
  }
}

@media only screen and (max-width:1023px) {
  .PointsCenter_col__6mx7Y:nth-child(2) {
    width: 100%
  }
}

.PointsCenter_card__WsiaB:not(:last-child),
.PointsCenter_row__mD13b:not(:last-child) {
  margin-bottom: 8px
}

.Overview_list__xGGmi {
  display: flex;
  margin: 0 -6px
}

@media only screen and (max-width:1023px) {
  .Overview_list__xGGmi {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    margin: 0 -24px;
    overflow: auto;
    scrollbar-width: none
  }

  .Overview_list__xGGmi::-webkit-scrollbar {
    display: none
  }

  .Overview_list__xGGmi:after,
  .Overview_list__xGGmi:before {
    content: "";
    flex-shrink: 0;
    height: 1px;
    width: 24px
  }
}

@media only screen and (max-width:767px) {
  .Overview_list__xGGmi {
    margin: 0 -16px
  }

  .Overview_list__xGGmi:after,
  .Overview_list__xGGmi:before {
    width: 16px
  }
}

.Overview_item__EPHSo {
  border-radius: 12px;
  color: #1a1d1f;
  display: block;
  flex-basis: calc(25% - 12px);
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0 6px;
  padding: 32px;
  width: calc(25% - 12px)
}

@media only screen and (max-width:1023px) {
  .Overview_item__EPHSo {
    flex: 0 0 295px;
    margin: 0;
    width: 295px
  }

  .Overview_item__EPHSo:not(:last-child) {
    margin-right: 12px
  }
}

@media only screen and (max-width:767px) {
  .Overview_item__EPHSo {
    flex: 0 0 285px;
    width: 285px
  }
}

.dark-mode .Overview_item__EPHSo {
  color: #efefef
}

.dark-mode .Overview_item__EPHSo:first-child,
.dark-mode .Overview_item__EPHSo:nth-child(4) {
  background: #a7aaf726 !important
}

.dark-mode .Overview_item__EPHSo:nth-child(2),
.dark-mode .Overview_item__EPHSo:nth-child(3) {
  background: #50b5e11a !important
}

.Overview_icon__ofUnF {
  align-items: center;
  background: #1a1d1f;
  border-radius: 50%;
  display: flex;
  height: 54px;
  justify-content: center;
  margin-bottom: 12px;
  width: 54px
}

.Overview_icon__ofUnF svg {
  margin-right: 1px;
  margin-top: 3px
}

.dark-mode .Overview_icon__ofUnF {
  background: #1a1d1f
}

.dark-mode .Overview_icon__ofUnF svg {
  fill: #1a1d1f
}

.Overview_line__26Xkc {
  display: flex
}

.Overview_category__y1Grz {
  align-items: center;
  color: #33383f;
  display: flex;
  font-size: 18px;
  letter-spacing: -.02em;
  line-height: 1.3333333333;
  margin-bottom: 4px
}

.dark-mode .Overview_category__y1Grz {
  color: #efefef
}

.Overview_tooltip__bKU94 {
  margin-left: 10px;
  margin-top: -5px
}

.Overview_tooltip__bKU94 svg {
  fill: #33383f
}

.dark-mode .Overview_tooltip__bKU94 svg {
  fill: #efefef
}

.Overview_counter__gLSyp {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -.03em;
  line-height: 1;
  margin-bottom: 4px
}

.Overview_indicator__2owVk {
  align-items: center;
  background: #fcfcfc;
  border-radius: 8px;
  color: #6f767e;
  display: inline-flex;
  padding: 4px
}

.dark-mode .Overview_indicator__2owVk {
  background: #1a1d1f
}

.Overview_indicator__2owVk span {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3333333333;
  margin-left: 4px
}

@media only screen and (max-width:639px) {
  .Overview_infoButton__jlpkW {
    display: none
  }
}

.Overview_infoButtonMobile__l9m6L {
  display: none
}

@media only screen and (max-width:639px) {
  .Overview_infoButtonMobile__l9m6L {
    display: block
  }
}

.ProductActivity_card__Bor6M {
  height: 100%
}

.ProductActivity_loader__r7-HI {
  bottom: 40%;
  left: 50%;
  position: absolute;
  right: 50%;
  top: 60%
}

.ProductActivity_table__fLwCR {
  display: table;
  width: 100%
}

@media only screen and (max-width:767px) {
  .ProductActivity_table__fLwCR {
    display: block
  }
}

.ProductActivity_tooltip__Yob4q {
  fill: gray;
  color: gray;
  margin-left: 5px
}

.ProductActivity_row__CChN8 {
  display: table-row
}

@media only screen and (max-width:767px) {
  .ProductActivity_row__CChN8 {
    display: block
  }

  .ProductActivity_row__CChN8:first-child {
    display: none
  }
}

.ProductActivity_row__CChN8:first-child .ProductActivity_col__5HxGE {
  border-bottom: 1px solid #efefef;
  color: #6f767e;
  font-size: 14px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308;
  padding-bottom: 24px;
  white-space: nowrap
}

.dark-mode .ProductActivity_row__CChN8:first-child .ProductActivity_col__5HxGE {
  border-color: #272b30
}

.ProductActivity_row__CChN8:not(:first-child) .ProductActivity_col__5HxGE {
  padding-top: 24px
}

@media only screen and (max-width:767px) {
  .ProductActivity_row__CChN8:not(:first-child) .ProductActivity_col__5HxGE {
    padding: 0
  }
}

.ProductActivity_row__CChN8:not(:first-child) .ProductActivity_col__5HxGE:first-child {
  color: #6f767e;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7142857143
}

.ProductActivity_row__CChN8:nth-child(2) .ProductActivity_col__5HxGE {
  padding-top: 32px
}

@media only screen and (max-width:767px) {
  .ProductActivity_row__CChN8:nth-child(2) .ProductActivity_col__5HxGE {
    padding-top: 0
  }

  .ProductActivity_row__CChN8:not(:last-child):not(:first-child) {
    border-bottom: 1px solid #efefef;
    margin-bottom: 24px;
    padding-bottom: 24px
  }

  .dark-mode .ProductActivity_row__CChN8:not(:last-child):not(:first-child) {
    border-color: #272b30
  }
}

.ProductActivity_row__CChN8:not(:last-child):not(:first-child) .ProductActivity_col__5HxGE {
  border-bottom: 1px solid #efefef;
  padding-bottom: 31px
}

@media only screen and (max-width:767px) {
  .ProductActivity_row__CChN8:not(:last-child):not(:first-child) .ProductActivity_col__5HxGE {
    border: none;
    padding-bottom: 0
  }
}

.dark-mode .ProductActivity_row__CChN8:not(:last-child):not(:first-child) .ProductActivity_col__5HxGE {
  border-color: #272b30
}

.ProductActivity_row__CChN8.ProductActivity_lightBorderBottom__nCvSS:not(:last-child):not(:first-child) .ProductActivity_col__5HxGE {
  border-bottom: 1px solid #6f767e
}

@media only screen and (max-width:767px) {
  .ProductActivity_row__CChN8.ProductActivity_lightBorderBottom__nCvSS:not(:last-child):not(:first-child) .ProductActivity_col__5HxGE {
    border-bottom: 0
  }
}

.ProductActivity_col__5HxGE {
  display: table-cell;
  font-size: 14px;
  font-size: 14px !important;
  font-weight: 600;
  line-height: 1.7142857143;
  vertical-align: middle
}

@media only screen and (max-width:767px) {
  .ProductActivity_col__5HxGE {
    align-items: center;
    display: flex
  }
}

.ProductActivity_col__5HxGE:not(:last-child) {
  padding-right: 16px
}

@media only screen and (max-width:767px) {
  .ProductActivity_col__5HxGE:not(:last-child) {
    margin-bottom: 8px;
    padding-right: 0
  }
}

.ProductActivity_label__1iqMz {
  display: none
}

@media only screen and (max-width:767px) {
  .ProductActivity_label__1iqMz {
    color: #6f767e;
    display: block;
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2307692308;
    padding-right: 12px;
    width: 116px
  }
}

.ProductActivity_nav__pYy5q {
  display: none;
  margin-top: 32px
}

@media only screen and (max-width:767px) {
  .ProductActivity_nav__pYy5q {
    display: flex
  }
}

.ProductActivity_link__EjIV4 {
  border-radius: 8px;
  color: #6f767e;
  flex: 1 1;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  padding: 8px 16px;
  transition: all .2s
}

.ProductActivity_link__EjIV4.ProductActivity_active__UvhoS,
.ProductActivity_link__EjIV4:hover {
  color: #1a1d1f
}

.dark-mode .ProductActivity_link__EjIV4.ProductActivity_active__UvhoS,
.dark-mode .ProductActivity_link__EjIV4:hover {
  color: #fcfcfc
}

.ProductActivity_link__EjIV4.ProductActivity_active__UvhoS {
  background: #efefef
}

.dark-mode .ProductActivity_link__EjIV4.ProductActivity_active__UvhoS {
  background: #272b30
}

.Item_item__F-x7b {
  align-items: center;
  display: inline-flex
}

.Item_counter__0ifeY {
  border-radius: 6px;
  cursor: pointer;
  padding: 0 6px
}

.dark-mode .Item_counter__0ifeY {
  color: #1a1d1f
}

.Item_counter__0ifeY:hover+.Item_balance__egrKt {
  opacity: 1;
  visibility: visible
}

.Item_balance__egrKt {
  margin-left: 6px;
  opacity: 0;
  transition: all .2s;
  visibility: hidden
}

@media only screen and (max-width:1259px) {
  .Item_balance__egrKt {
    opacity: 1;
    visibility: visible
  }
}

.DataSource_item__TtFin {
  display: flex
}

.DataSource_item__TtFin:not(:last-child) {
  margin-bottom: 12px
}

.DataSource_icon__yamFJ {
  align-items: center;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 48px;
  justify-content: center;
  margin-right: 12px;
  width: 48px
}

.DataSource_content__vg1C0 {
  color: #6f767e;
  font-weight: 500
}

.DataSource_content__vg1C0 strong {
  color: #1a1d1f;
  font-weight: 600
}

.dark-mode .DataSource_content__vg1C0 strong {
  color: #fcfcfc
}

.DataSource_button__LVLNY {
  margin-top: 24px;
  width: 100%
}

.MoreWidgets_text__5FamO {
  height: 200px;
  margin: -13px -23px -23px;
  padding-bottom: 18px;
  padding-left: 23px;
  padding-right: 23px
}

.MoreWidgets_card__IeMAl {
  margin-top: 10px
}

.PoolCenter_row__gBUhZ {
  display: flex
}

@media only screen and (max-width:1023px) {
  .PoolCenter_row__gBUhZ {
    display: block
  }
}

.PoolCenter_col__Fj7vy:first-child {
  flex-basis: calc(100% - 340px);
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 8px;
  width: calc(100% - 340px)
}

@media only screen and (max-width:1259px) {
  .PoolCenter_col__Fj7vy:first-child {
    flex-basis: calc(100% - 312px);
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(100% - 312px)
  }
}

@media only screen and (max-width:1023px) {
  .PoolCenter_col__Fj7vy:first-child {
    margin-bottom: 8px;
    padding-right: 0;
    width: 100%
  }
}

.PoolCenter_col__Fj7vy:nth-child(2) {
  flex-shrink: 0;
  width: 340px
}

@media only screen and (max-width:1259px) {
  .PoolCenter_col__Fj7vy:nth-child(2) {
    width: 312px
  }
}

@media only screen and (max-width:1023px) {
  .PoolCenter_col__Fj7vy:nth-child(2) {
    width: 100%
  }
}

.PoolCenter_smallCard__ZqmHr {
  height: 460px !important
}

.PoolCenter_card__VcY65:not(:last-child) {
  margin-bottom: 8px
}

@media only screen and (max-width:767px) {
  .ActiveFunds_cardHead__fRkj1 {
    display: block
  }

  .ActiveFunds_cardTitle__PRQ1A {
    margin-bottom: 16px
  }
}

.ActiveFunds_chart__4oAAR {
  height: 244px;
  margin-bottom: -10px;
  margin-left: -25px;
  width: auto
}

.CustomChartTooltip_tooltip__A6Ou5 {
  background-color: #272b30;
  border-color: #ffffff1f;
  border-radius: 8px;
  box-shadow: 0 4px 8px #0000001a, 0 2px 4px #0000001a, inset 0 0 1px #000;
  padding: 12px
}

.CustomChartTooltip_label__3dcAb,
.CustomChartTooltip_title__NQ38J {
  color: #fff;
  font-size: 12;
  font-weight: 500
}

.CustomChartTooltip_item__WZZo- {
  align-items: center;
  display: flex;
  gap: 4px;
  text-transform: capitalize
}

.Item_item__74ut4 {
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  flex: 0 0 32.5%;
  padding: 20px;
  transition: all .2s
}

@media only screen and (max-width:1259px) {
  .Item_item__74ut4 {
    display: block;
    padding-left: 76px;
    position: relative
  }
}

@media only screen and (max-width:767px) {
  .Item_item__74ut4 {
    padding-left: 20px
  }
}

.Item_item__74ut4:hover span {
  color: #fff
}

.Item_icon__xcZRg {
  align-items: center;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 40px;
  justify-content: center;
  margin-right: 16px;
  width: 40px
}

@media only screen and (max-width:1259px) {
  .Item_icon__xcZRg {
    left: 20px;
    margin-right: 0;
    position: absolute;
    top: 20px
  }
}

@media only screen and (max-width:1023px) {
  .Item_icon__xcZRg {
    display: none
  }
}

.Item_subtitle__lfiVJ {
  align-items: center;
  color: #6f767e;
  display: flex;
  font-size: 16px;
  margin-bottom: 6px
}

.Item_tooltip__SDO-Q svg {
  fill: #9a9fa5
}

.Item_counter__jacyY {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -.03em;
  line-height: 1
}

@media only screen and (max-width:1339px) {
  .Item_counter__jacyY {
    font-size: 40px
  }
}

.Item_balance__POvfq {
  margin: -12px -12px 0 auto
}

@media only screen and (max-width:1259px) {
  .Item_balance__POvfq {
    margin: 8px 0 0
  }
}

.Snapshot_nav__3CGNl {
  background: #f4f4f4;
  border-radius: 20px;
  display: flex;
  gap: 1px;
  margin-bottom: 32px;
  padding: 8px
}

@media only screen and (max-width:767px) {
  .Snapshot_nav__3CGNl {
    margin-bottom: 24px
  }
}

.dark-mode .Snapshot_nav__3CGNl {
  background: #111315;
  gap: 10px
}

.Snapshot_nav__3CGNl:hover {
  color: #fff
}

.Snapshot_item__qbgOM.Snapshot_active__7se73 {
  background: #fcfcfc;
  box-shadow: 0 4px 8px -4px #00000040, inset 0 -1px 1px #0000000a, inset 0 2px 0 #ffffff40
}

.dark-mode .Snapshot_item__qbgOM.Snapshot_active__7se73 {
  background: #272b30;
  box-shadow: 0 4px 8px -4px #00000040, inset 0 -1px 1px #0000000a, inset 0 2px 0 #ffffff0f
}

.Snapshot_body__gcllP {
  min-height: 250px;
  position: relative
}

.Snapshot_loaderContainer__xWy8B {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  inset: 0;
  justify-content: center;
  margin: auto;
  position: absolute
}

.Snapshot_loaderContainer__xWy8B .Snapshot_loader__RLW4L {
  margin: 10px 18px 0 8px;
  transform: scale(.8)
}

@media only screen and (max-width:767px) {
  .PerformanceByDay_head__mZGzJ {
    display: block
  }

  .PerformanceByDay_title__4pNJF {
    margin-bottom: 16px
  }
}

.PerformanceByDay_chart__KPVfF {
  height: 250px;
  margin-bottom: -10px;
  margin-left: -35px;
  width: auto
}

.PerformanceByDay_loaderContainer__DOcwG {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  inset: 0;
  justify-content: center;
  margin: auto;
  position: absolute
}

.PerformanceByDay_loaderContainer__DOcwG .PerformanceByDay_loader__ly7eo {
  margin: 10px 18px 0 8px;
  transform: scale(.8)
}

.PoolRates_card__YU-FS {
  margin-bottom: 8px
}

.PoolRates_apys__Ibve9 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 10px;
  padding-top: 10px
}

.PoolRates_col__O3uVx {
  display: flex;
  justify-content: space-between
}

.PoolRates_label__mHMSJ,
.PoolRates_title__1rJ1W {
  color: #fff;
  font-size: 12;
  font-weight: 500
}

.PoolRates_item__r67nn {
  align-items: center;
  display: flex;
  gap: 4px;
  text-transform: capitalize
}

.ProductsDashboard_row__3lg1X {
  display: flex
}

@media only screen and (max-width:1023px) {
  .ProductsDashboard_row__3lg1X {
    display: block
  }
}

.ProductsDashboard_col__vqt-n:first-child {
  flex-basis: calc(100% - 340px);
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 8px;
  width: calc(100% - 340px)
}

@media only screen and (max-width:1419px) {
  .ProductsDashboard_col__vqt-n:first-child {
    flex-basis: calc(100% - 310px);
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(100% - 310px)
  }
}

@media only screen and (max-width:1259px) {
  .ProductsDashboard_col__vqt-n:first-child {
    flex-basis: calc(100% - 296px);
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(100% - 296px)
  }
}

@media only screen and (max-width:1023px) {
  .ProductsDashboard_col__vqt-n:first-child {
    margin-bottom: 8px;
    padding-right: 0;
    width: 100%
  }
}

.ProductsDashboard_col__vqt-n:nth-child(2) {
  flex-shrink: 0;
  width: 340px
}

@media only screen and (max-width:1419px) {
  .ProductsDashboard_col__vqt-n:nth-child(2) {
    width: 310px
  }
}

@media only screen and (max-width:1259px) {
  .ProductsDashboard_col__vqt-n:nth-child(2) {
    width: 296px
  }
}

@media only screen and (max-width:1023px) {
  .ProductsDashboard_col__vqt-n:nth-child(2) {
    width: 100%
  }
}

.ProductsDashboard_card__BQNyk:not(:last-child),
.ProductsDashboard_row__3lg1X:not(:last-child) {
  margin-bottom: 8px
}

.Overview_list__KcJrb {
  display: flex;
  margin: 0 -6px
}

@media only screen and (max-width:1023px) {
  .Overview_list__KcJrb {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    margin: 0 -24px;
    overflow: auto;
    scrollbar-width: none
  }

  .Overview_list__KcJrb::-webkit-scrollbar {
    display: none
  }

  .Overview_list__KcJrb:after,
  .Overview_list__KcJrb:before {
    content: "";
    flex-shrink: 0;
    height: 1px;
    width: 24px
  }
}

@media only screen and (max-width:767px) {
  .Overview_list__KcJrb {
    margin: 0 -16px
  }

  .Overview_list__KcJrb:after,
  .Overview_list__KcJrb:before {
    width: 16px
  }
}

.Overview_item__vgmAW {
  border-radius: 12px;
  color: #1a1d1f;
  display: block;
  flex-basis: calc(33.333% - 12px);
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0 6px;
  padding: 32px;
  width: calc(33.333% - 12px)
}

@media only screen and (max-width:1023px) {
  .Overview_item__vgmAW {
    flex: 0 0 295px;
    margin: 0;
    width: 295px
  }

  .Overview_item__vgmAW:not(:last-child) {
    margin-right: 12px
  }
}

@media only screen and (max-width:767px) {
  .Overview_item__vgmAW {
    flex: 0 0 285px;
    width: 285px
  }
}

.dark-mode .Overview_item__vgmAW {
  color: #efefef
}

.dark-mode .Overview_item__vgmAW:nth-child(odd) {
  background: #a7aaf726 !important
}

.dark-mode .Overview_item__vgmAW:nth-child(2n) {
  background: #50b5e11a !important
}

.Overview_icon__WKF\+I {
  align-items: center;
  background: #1a1d1f;
  border-radius: 50%;
  display: flex;
  height: 48px;
  justify-content: center;
  margin-bottom: 12px;
  width: 48px
}

.Overview_icon__WKF\+I svg {
  fill: #fcfcfc
}

.dark-mode .Overview_icon__WKF\+I {
  background: #fcfcfc
}

.dark-mode .Overview_icon__WKF\+I svg {
  fill: #1a1d1f
}

.Overview_line__K1LzH {
  display: flex
}

.Overview_category__yXeEC {
  align-items: center;
  color: #33383f;
  display: flex;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308;
  margin-bottom: 4px
}

.dark-mode .Overview_category__yXeEC {
  color: #efefef
}

.Overview_tooltip__vwxiA svg {
  fill: #33383f
}

.dark-mode .Overview_tooltip__vwxiA svg {
  fill: #efefef
}

.Overview_counter__XkG7m {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -.03em;
  line-height: 1;
  margin-bottom: 4px
}

.Overview_indicator__lZGJT {
  align-items: center;
  background: #fcfcfc;
  border-radius: 8px;
  color: #6f767e;
  display: inline-flex;
  padding: 4px
}

.dark-mode .Overview_indicator__lZGJT {
  background: #1a1d1f
}

.Overview_indicator__lZGJT span {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3333333333;
  margin-left: 4px
}

.Chart_chart__pkWe7 {
  height: 40px;
  margin-left: auto;
  width: 80px
}

.ProductActivity_table__ZAAR3 {
  display: table;
  width: 100%
}

@media only screen and (max-width:767px) {
  .ProductActivity_table__ZAAR3 {
    display: block
  }
}

.ProductActivity_row__805gj {
  display: table-row
}

@media only screen and (max-width:767px) {
  .ProductActivity_row__805gj {
    display: block
  }

  .ProductActivity_row__805gj:first-child {
    display: none
  }
}

.ProductActivity_row__805gj:first-child .ProductActivity_col__Xq7ER {
  border-bottom: 1px solid #efefef;
  color: #6f767e;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308;
  padding-bottom: 24px;
  white-space: nowrap
}

.dark-mode .ProductActivity_row__805gj:first-child .ProductActivity_col__Xq7ER {
  border-color: #272b30
}

.ProductActivity_row__805gj:not(:first-child) .ProductActivity_col__Xq7ER {
  padding-top: 24px
}

@media only screen and (max-width:767px) {
  .ProductActivity_row__805gj:not(:first-child) .ProductActivity_col__Xq7ER {
    padding: 0
  }
}

.ProductActivity_row__805gj:not(:first-child) .ProductActivity_col__Xq7ER:first-child {
  color: #6f767e;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7142857143
}

.ProductActivity_row__805gj:nth-child(2) .ProductActivity_col__Xq7ER {
  padding-top: 32px
}

@media only screen and (max-width:767px) {
  .ProductActivity_row__805gj:nth-child(2) .ProductActivity_col__Xq7ER {
    padding-top: 0
  }

  .ProductActivity_row__805gj:not(:last-child):not(:first-child) {
    border-bottom: 1px solid #efefef;
    margin-bottom: 24px;
    padding-bottom: 24px
  }

  .dark-mode .ProductActivity_row__805gj:not(:last-child):not(:first-child) {
    border-color: #272b30
  }
}

.ProductActivity_row__805gj:not(:last-child):not(:first-child) .ProductActivity_col__Xq7ER {
  border-bottom: 1px solid #efefef;
  padding-bottom: 16px
}

@media only screen and (max-width:767px) {
  .ProductActivity_row__805gj:not(:last-child):not(:first-child) .ProductActivity_col__Xq7ER {
    border: none;
    padding-bottom: 0
  }
}

.dark-mode .ProductActivity_row__805gj:not(:last-child):not(:first-child) .ProductActivity_col__Xq7ER {
  border-color: #272b30
}

.ProductActivity_col__Xq7ER {
  display: table-cell;
  vertical-align: middle
}

@media only screen and (max-width:767px) {
  .ProductActivity_col__Xq7ER {
    align-items: center;
    display: flex
  }
}

.ProductActivity_col__Xq7ER:not(:last-child) {
  padding-right: 16px
}

@media only screen and (max-width:767px) {
  .ProductActivity_col__Xq7ER:not(:last-child) {
    margin-bottom: 8px;
    padding-right: 0
  }
}

.ProductActivity_label__tB6cj {
  display: none
}

@media only screen and (max-width:767px) {
  .ProductActivity_label__tB6cj {
    color: #6f767e;
    display: block;
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2307692308;
    padding-right: 12px;
    width: 116px
  }
}

.ProductActivity_nav__PYp-a {
  display: none;
  margin-top: 32px
}

@media only screen and (max-width:767px) {
  .ProductActivity_nav__PYp-a {
    display: flex
  }
}

.ProductActivity_link__iPjFf {
  border-radius: 8px;
  color: #6f767e;
  flex: 1 1;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  padding: 8px 16px;
  transition: all .2s
}

.ProductActivity_link__iPjFf.ProductActivity_active__p4Ijm,
.ProductActivity_link__iPjFf:hover {
  color: #1a1d1f
}

.dark-mode .ProductActivity_link__iPjFf.ProductActivity_active__p4Ijm,
.dark-mode .ProductActivity_link__iPjFf:hover {
  color: #fcfcfc
}

.ProductActivity_link__iPjFf.ProductActivity_active__p4Ijm {
  background: #efefef
}

.dark-mode .ProductActivity_link__iPjFf.ProductActivity_active__p4Ijm {
  background: #272b30
}

.Item_item__obtBB {
  align-items: center;
  display: inline-flex
}

.Item_counter__xob9s {
  border-radius: 6px;
  cursor: pointer;
  padding: 0 6px
}

.dark-mode .Item_counter__xob9s {
  color: #1a1d1f
}

.Item_counter__xob9s:hover+.Item_balance__h2VmM {
  opacity: 1;
  visibility: visible
}

.Item_balance__h2VmM {
  margin-left: 6px;
  opacity: 0;
  transition: all .2s;
  visibility: hidden
}

@media only screen and (max-width:1259px) {
  .Item_balance__h2VmM {
    opacity: 1;
    visibility: visible
  }
}

.ProductViews_chart__Tt604 {
  height: 172px;
  margin-bottom: -10px;
  margin-left: -10px;
  width: auto
}

.Products_head__rUvGN {
  align-items: center;
  display: flex;
  margin-bottom: 44px
}

@media only screen and (max-width:1023px) {
  .Products_head__rUvGN {
    margin-bottom: 32px
  }
}

@media only screen and (max-width:767px) {
  .Products_head__rUvGN {
    flex-wrap: wrap;
    margin-bottom: 24px
  }
}

@media only screen and (max-width:1419px) {
  .Products_head__rUvGN .Products_form__iT42e {
    width: 300px
  }
}

@media only screen and (max-width:1023px) {
  .Products_head__rUvGN .Products_form__iT42e {
    width: 250px
  }
}

@media only screen and (max-width:767px) {
  .Products_head__rUvGN .Products_form__iT42e {
    margin: 16px 0 0;
    width: 100%
  }
}

.Products_title__p2qC2 {
  margin-right: 24px
}

@media only screen and (max-width:767px) {
  .Products_title__p2qC2 {
    margin-right: 0
  }
}

.Products_control__4dxPg {
  align-items: center;
  display: none
}

@media only screen and (max-width:1023px) {
  .Products_control__4dxPg {
    display: none
  }
}

.Products_control__4dxPg .Products_button__1-SM\+ {
  margin-right: 8px
}

.Products_counter__NpOLH {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8461538462;
  margin-left: 16px
}

.Products_dropdown__ri0us {
  margin-left: auto;
  min-width: 154px
}

@media only screen and (max-width:767px) {
  .Products_dropdown__ri0us {
    margin-top: 16px;
    width: 100%
  }

  .dark-mode .Products_dropdownHead__x0YZH {
    background: #272b30;
    box-shadow: inset 0 0 0 2px #272b30;
    color: #fcfcfc
  }
}

.Products_nav__7UQrY {
  display: flex;
  margin-left: auto
}

@media only screen and (max-width:1023px) {
  .Products_nav__7UQrY {
    display: none
  }
}

.Products_link__Nebww {
  border-radius: 8px;
  color: #6f767e;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  padding: 8px 16px;
  transition: all .2s
}

.Products_link__Nebww.Products_active__kLX02,
.Products_link__Nebww:hover {
  color: #1a1d1f
}

.dark-mode .Products_link__Nebww.Products_active__kLX02,
.dark-mode .Products_link__Nebww:hover {
  color: #fcfcfc
}

.Products_link__Nebww.Products_active__kLX02 {
  background: #efefef
}

.dark-mode .Products_link__Nebww.Products_active__kLX02 {
  background: #272b30
}

.Products_link__Nebww:not(:last-child) {
  margin-right: 8px
}

.Market_market__oUVYx {
  margin: 0 -12px
}

@media only screen and (max-width:1023px) {
  .Market_market__oUVYx {
    margin: 0
  }
}

.Market_table__-TTMq {
  display: table;
  width: 100%
}

@media only screen and (max-width:1023px) {
  .Market_table__-TTMq {
    display: block
  }
}

.Market_row__nErXt {
  display: table-row
}

@media only screen and (max-width:1023px) {
  .Market_row__nErXt {
    display: none
  }
}

.Market_col__iopYV {
  color: #6f767e;
  display: table-cell;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308;
  padding: 0 12px 16px;
  position: relative;
  vertical-align: middle
}

.Market_col__iopYV:after {
  background: #efefef;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0
}

.dark-mode .Market_col__iopYV:after {
  background: #272b30
}

.Market_col__iopYV:first-child {
  font-size: 0;
  width: 56px
}

.Market_col__iopYV:first-child:after {
  left: 12px
}

.Market_col__iopYV:last-child:after {
  right: 12px
}

.Market_foot__t4sDs {
  display: flex;
  justify-content: center;
  margin-top: 24px
}

.Market_arrow__iUoqF {
  border: 2px solid #efefef;
  border-radius: 50%;
  height: 40px;
  transition: border-color .2s;
  width: 40px
}

.dark-mode .Market_arrow__iUoqF {
  border-color: #0000
}

.Market_arrow__iUoqF svg {
  fill: #6f767e;
  transition: fill .2s
}

.Market_arrow__iUoqF:hover {
  border-color: #efefef
}

.Market_arrow__iUoqF:hover svg {
  fill: #1a1d1f
}

.dark-mode .Market_arrow__iUoqF:hover {
  border-color: #272b30
}

.dark-mode .Market_arrow__iUoqF:hover svg {
  fill: #fcfcfc
}

.Market_arrow__iUoqF:not(:last-child) {
  margin-right: 8px
}

.Row_row__8Dn0\+ {
  display: table-row;
  transition: background .2s
}

@media only screen and (max-width:1023px) {
  .Row_row__8Dn0\+ {
    display: block;
    position: relative
  }
}

@media only screen and (min-width:1024px) {
  .Row_row__8Dn0\+:hover {
    background: #f4f4f4
  }

  .dark-mode .Row_row__8Dn0\+:hover {
    background: #272b30
  }

  .Row_row__8Dn0\+:hover .Row_number__GQIYl,
  .Row_row__8Dn0\+:hover .Row_status__WN3J3 {
    background: #fcfcfc
  }

  .dark-mode .Row_row__8Dn0\+:hover .Row_number__GQIYl {
    background: #33383f
  }

  .dark-mode .Row_row__8Dn0\+:hover .Row_status__WN3J3 {
    background: #1a1d1f
  }

  .Row_row__8Dn0\+:hover .Row_control__zB0Ec {
    opacity: 1;
    visibility: visible
  }
}

@media only screen and (max-width:1023px) {
  .Row_row__8Dn0\+:not(:last-child) {
    border-bottom: 1px solid #efefef;
    margin-bottom: 24px;
    padding-bottom: 24px
  }

  .dark-mode .Row_row__8Dn0\+:not(:last-child) {
    border-color: #272b30
  }
}

.Row_col__08JHi {
  color: #1a1d1f;
  display: table-cell;
  padding: 16px 12px;
  position: relative;
  vertical-align: top
}

@media only screen and (max-width:1023px) {
  .Row_col__08JHi {
    align-items: center;
    display: flex;
    padding: 0;
    position: static
  }
}

.dark-mode .Row_col__08JHi {
  color: #fcfcfc
}

.Row_col__08JHi:after {
  background: #efefef;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0
}

.dark-mode .Row_col__08JHi:after {
  background: #272b30
}

@media only screen and (max-width:1023px) {
  .Row_col__08JHi:after {
    display: none
  }
}

.Row_col__08JHi:first-child {
  border-radius: 8px 0 0 8px;
  font-size: 0;
  width: 6px
}

@media only screen and (max-width:1023px) {
  .Row_col__08JHi:first-child {
    display: none
  }
}

.Row_col__08JHi:first-child:after {
  left: 12px
}

@media only screen and (max-width:1023px) {
  .Row_col__08JHi:nth-child(4) {
    display: none
  }
}

.Row_col__08JHi:not(:first-child):not(:nth-child(2)) {
  padding-top: 20px
}

@media only screen and (max-width:1023px) {
  .Row_col__08JHi:not(:first-child):not(:nth-child(2)) {
    padding-top: 0
  }
}

.Row_col__08JHi:last-child {
  border-radius: 0 8px 8px 0
}

.Row_col__08JHi:last-child:after {
  right: 12px
}

@media only screen and (max-width:1023px) {
  .Row_col__08JHi:not(:first-child):not(:last-child) {
    margin-bottom: 12px
  }
}

.Row_item__mKVkv {
  align-items: center;
  cursor: pointer;
  display: flex;
  transition: color .2s
}

@media only screen and (max-width:767px) {
  .Row_item__mKVkv {
    align-items: stretch
  }
}

.dark-mode .Row_item__mKVkv {
  color: #fcfcfc
}

.Row_item__mKVkv:hover {
  color: #0050b0
}

.Row_preview__UIAt- {
  border-radius: 8px;
  flex-shrink: 0;
  height: 80px;
  margin-right: 20px;
  overflow: hidden;
  width: 80px
}

@media only screen and (max-width:1023px) {
  .Row_preview__UIAt- {
    width: 104px
  }
}

.Row_preview__UIAt- img {
  height: 100%;
  object-fit: cover;
  width: 100%
}

.Row_product__96CKz {
  margin-bottom: 4px;
  max-width: 170px
}

@media only screen and (max-width:1023px) {
  .Row_product__96CKz {
    font-size: 18px;
    letter-spacing: -.02em;
    line-height: 1.3333333333;
    margin-bottom: 8px;
    max-width: 100%;
    padding-right: 42px
  }

  .Row_wrap__Y0nTN {
    align-items: center;
    display: flex
  }
}

.Row_category__U4tGa {
  color: #6f767e;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308
}

@media only screen and (max-width:1023px) {
  .Row_category__U4tGa {
    font-size: 15px
  }
}

.dark-mode .Row_category__U4tGa {
  color: #9a9fa5
}

.Row_sales__a8eCC {
  align-items: center;
  display: inline-flex
}

.Row_number__GQIYl,
.Row_price__G9yxD {
  background: #efefef;
  border-radius: 6px;
  display: inline-block;
  padding: 0 8px;
  transition: background .2s
}

.dark-mode .Row_number__GQIYl,
.dark-mode .Row_price__G9yxD {
  background: #33383f;
  color: #fcfcfc
}

.Row_price__G9yxD {
  display: none
}

@media only screen and (max-width:1023px) {
  .Row_price__G9yxD {
    display: inline-block;
    margin-right: 12px
  }
}

.Row_balance__b3Oe1 {
  margin-left: 8px
}

.Row_box__XN4Yi {
  align-items: center;
  display: flex
}

.Row_line__awm9I {
  flex-shrink: 0;
  height: 8px;
  margin-left: 8px;
  position: relative;
  width: 44px
}

@media only screen and (max-width:1259px) {
  .Row_line__awm9I {
    width: 36px
  }
}

@media only screen and (max-width:1023px) {
  .Row_line__awm9I {
    width: 44px
  }
}

.Row_progress__9p1hY {
  border-radius: 2px;
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0
}

.Row_status__WN3J3 {
  transition: background .2s
}

.Row_control__zB0Ec {
  bottom: 16px;
  left: 12px;
  opacity: 0;
  position: absolute;
  transition: all .2s;
  visibility: hidden
}

@media only screen and (max-width:1023px) {
  .Row_control__zB0Ec {
    bottom: auto;
    left: auto;
    opacity: 1;
    right: 0;
    top: 0;
    visibility: visible
  }
}

.Row_label__M7ad2 {
  display: none
}

@media only screen and (max-width:1023px) {
  .Row_label__M7ad2 {
    color: #6f767e;
    display: block;
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2307692308;
    padding-right: 20px;
    width: 124px
  }
}

.Control_control__cbQ1- {
  align-items: center;
  display: flex
}

.Control_button__-fXiM {
  background: #fcfcfc;
  border-radius: 50%;
  flex-shrink: 0;
  height: 36px;
  margin-right: 24px;
  width: 36px
}

@media only screen and (max-width:1023px) {
  .Control_button__-fXiM {
    display: none
  }
}

.dark-mode .Control_button__-fXiM {
  background: #1a1d1f
}

.Control_button__-fXiM svg {
  fill: #6f767e;
  transition: fill .2s
}

.Control_button__-fXiM:hover svg {
  fill: #0050b0
}

.Control_actionsHead__ZyPN1 {
  background: #fcfcfc !important;
  height: 36px;
  width: 36px
}

.dark-mode .Control_actionsHead__ZyPN1 {
  background: #1a1d1f !important
}

.Control_actionsHead__ZyPN1 svg {
  fill: #6f767e
}

.Control_actionsBody__q7tJP:before {
  right: 20px
}

.dark-mode .Control_actionsBody__q7tJP:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10' fill='none'%3E%3Cpath d='M6.927 1.687 0 10h20l-6.927-8.313a4 4 0 0 0-6.146 0z' fill='%23111315'/%3E%3C/svg%3E")
}

.Control_actionsOption__pGbX8:first-child,
.Control_actionsOption__pGbX8:nth-child(2) {
  display: none
}

@media only screen and (max-width:1023px) {

  .Control_actionsOption__pGbX8:first-child,
  .Control_actionsOption__pGbX8:nth-child(2) {
    display: flex
  }
}

.Table_market__JdcZ6 {
  margin: 0 -12px
}

@media only screen and (max-width:1023px) {
  .Table_market__JdcZ6 {
    margin: 0
  }
}

.Table_table__\+Uik3 {
  display: table;
  width: 100%
}

@media only screen and (max-width:1023px) {
  .Table_table__\+Uik3 {
    display: block
  }
}

.Table_row__ZptFT {
  display: table-row
}

@media only screen and (max-width:1023px) {
  .Table_row__ZptFT {
    display: block;
    margin-bottom: 24px
  }
}

.Table_col__V0PQd {
  color: #6f767e;
  display: table-cell;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308;
  padding: 0 12px 16px;
  position: relative;
  vertical-align: middle
}

@media only screen and (max-width:1023px) {
  .Table_col__V0PQd {
    display: block;
    padding: 0
  }
}

.Table_col__V0PQd:after {
  background: #efefef;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0
}

.dark-mode .Table_col__V0PQd:after {
  background: #272b30
}

@media only screen and (max-width:1023px) {
  .Table_col__V0PQd:after {
    display: none
  }
}

.Table_col__V0PQd:first-child {
  font-size: 0;
  width: 56px
}

@media only screen and (max-width:1023px) {
  .Table_col__V0PQd:first-child {
    display: none
  }
}

.Table_col__V0PQd:first-child:after {
  left: 12px
}

.Table_col__V0PQd:nth-child(2) {
  width: 300px
}

@media only screen and (max-width:1023px) {
  .Table_col__V0PQd:nth-child(2) {
    display: none
  }
}

.Table_col__V0PQd:last-child:after {
  right: 12px
}

.Table_line__6asQW {
  align-items: center;
  display: flex
}

@media only screen and (max-width:1023px) {
  .Table_line__6asQW {
    display: block
  }
}

.Table_info__7Eeey {
  margin-right: auto
}

@media only screen and (max-width:1023px) {
  .Table_info__7Eeey {
    display: none
  }
}

.Table_indicators__zrgQA {
  display: flex;
  flex-wrap: wrap;
  margin: -8px 0 0 -24px
}

@media only screen and (max-width:1419px) {
  .Table_indicators__zrgQA {
    margin-left: -12px
  }
}

@media only screen and (max-width:1023px) {
  .Table_indicators__zrgQA {
    margin-left: -24px
  }
}

.Table_legend__F\+mX1 {
  margin: 8px 0 0 24px;
  padding-left: 24px;
  position: relative
}

@media only screen and (max-width:1419px) {
  .Table_legend__F\+mX1 {
    margin-left: 12px
  }
}

@media only screen and (max-width:1259px) {
  .Table_legend__F\+mX1 {
    padding-left: 18px
  }
}

@media only screen and (max-width:1023px) {
  .Table_legend__F\+mX1 {
    margin-left: 24px;
    padding-left: 24px
  }
}

.Table_color__KBdF1 {
  border-radius: 4px;
  height: 12px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 12px
}

.Table_foot__Anb2a {
  margin-top: 20px;
  text-align: center
}

@media only screen and (max-width:1023px) {
  .Table_foot__Anb2a {
    margin-top: 0
  }
}

.Row_row__TIKbC {
  display: table-row;
  transition: background .2s
}

@media only screen and (max-width:1023px) {
  .Row_row__TIKbC {
    border-bottom: 1px solid #efefef;
    display: block;
    margin-bottom: 24px;
    padding-bottom: 24px;
    position: relative
  }

  .dark-mode .Row_row__TIKbC {
    border-color: #272b30
  }
}

@media only screen and (min-width:1024px) {
  .Row_row__TIKbC:hover {
    background: #f4f4f4
  }

  .dark-mode .Row_row__TIKbC:hover {
    background: #272b30
  }

  .Row_row__TIKbC:hover .Row_control__5qee1 {
    opacity: 1;
    visibility: visible
  }
}

.Row_col__3ZwV0 {
  color: #1a1d1f;
  display: table-cell;
  padding: 16px 12px;
  position: relative;
  vertical-align: top
}

@media only screen and (max-width:1023px) {
  .Row_col__3ZwV0 {
    display: block;
    padding: 0;
    position: static
  }
}

.Row_col__3ZwV0:after {
  background: #efefef;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0
}

.dark-mode .Row_col__3ZwV0:after {
  background: #272b30
}

@media only screen and (max-width:1023px) {
  .Row_col__3ZwV0:after {
    display: none
  }
}

.Row_col__3ZwV0:first-child {
  border-radius: 8px 0 0 8px;
  font-size: 0;
  width: 6px
}

@media only screen and (max-width:1023px) {
  .Row_col__3ZwV0:first-child {
    display: none
  }
}

.Row_col__3ZwV0:first-child:after {
  left: 12px
}

.Row_col__3ZwV0:nth-child(2) {
  width: 300px
}

@media only screen and (max-width:1023px) {
  .Row_col__3ZwV0:nth-child(2) {
    width: 100%
  }
}

.Row_col__3ZwV0:last-child {
  border-radius: 0 8px 8px 0
}

.Row_col__3ZwV0:last-child:after {
  right: 12px
}

.Row_item__ekNi9 {
  align-items: center;
  cursor: pointer;
  display: flex;
  transition: color .2s
}

@media only screen and (max-width:767px) {
  .Row_item__ekNi9 {
    align-items: stretch
  }
}

.dark-mode .Row_item__ekNi9 {
  color: #fcfcfc
}

.Row_item__ekNi9:hover {
  color: #0050b0
}

.Row_preview__cPaLe {
  border-radius: 8px;
  flex-shrink: 0;
  height: 80px;
  margin-right: 20px;
  overflow: hidden;
  width: 80px
}

@media only screen and (max-width:1023px) {
  .Row_preview__cPaLe {
    width: 104px
  }
}

.Row_preview__cPaLe img {
  height: 100%;
  object-fit: cover;
  width: 100%
}

.Row_product__8dZIF {
  margin-bottom: 4px;
  max-width: 170px
}

@media only screen and (max-width:1023px) {
  .Row_product__8dZIF {
    font-size: 18px;
    letter-spacing: -.02em;
    line-height: 1.3333333333;
    margin-bottom: 8px;
    max-width: 100%;
    padding-right: 42px
  }
}

.Row_date__gdauL {
  color: #6f767e;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308
}

.Row_line__Eeqg\+ {
  display: flex;
  margin: 11px 0 0 -1px
}

@media only screen and (max-width:1023px) {
  .Row_line__Eeqg\+ {
    margin-top: 20px
  }
}

.Row_box__yu5\+G {
  border-radius: 2px;
  cursor: pointer;
  height: 12px;
  margin-left: 1px;
  position: relative
}

.Row_box__yu5\+G:hover .Row_tooltip__koo\+a {
  opacity: 1;
  visibility: visible
}

.Row_tooltip__koo\+a {
  background: #272b30;
  border: 1px solid #ffffff1f;
  border-radius: 8px;
  bottom: calc(100% + 4px);
  box-shadow: 0 4px 8px #0000001a, 0 2px 4px #0000001a, inset 0 0 1px #000;
  font-size: 12px;
  left: 50%;
  line-height: 1;
  opacity: 0;
  padding: 8px;
  position: absolute;
  transform: translateX(-50%);
  transition: .2s;
  visibility: hidden
}

.Row_subtitle__31TZh {
  color: #efefef;
  margin-bottom: 8px;
  white-space: nowrap
}

.Row_legend__jREgG {
  align-items: center;
  color: #fcfcfc;
  display: flex
}

.Row_color__drE2D {
  border-radius: 4px;
  flex-shrink: 0;
  height: 12px;
  margin-right: 4px;
  width: 12px
}

.Row_control__5qee1 {
  bottom: 16px;
  left: 12px;
  opacity: 0;
  position: absolute;
  transition: all .2s;
  visibility: hidden
}

@media only screen and (max-width:1023px) {
  .Row_control__5qee1 {
    bottom: auto;
    left: auto;
    opacity: 1;
    right: 0;
    top: 0;
    visibility: visible
  }
}

.Profile_background__MniHP {
  filter: brightness(.3) contrast(.7);
  height: 100px;
  margin: -36px -40px 0
}

@media only screen and (max-width:1339px) {
  .Profile_background__MniHP {
    margin: -32px -24px 0
  }
}

@media only screen and (max-width:1259px) {
  .Profile_background__MniHP {
    height: 85px;
    margin-top: -16px
  }
}

@media only screen and (max-width:767px) {
  .Profile_background__MniHP {
    height: 210px;
    margin: -8px -16px 0
  }
}

.Profile_background__MniHP img {
  height: 100%;
  object-fit: cover;
  width: 100%
}

.Profile_card__3-Iop {
  margin: -64px auto 0;
  max-width: 1200px
}

@media only screen and (max-width:767px) {
  .Profile_card__3-Iop {
    margin-top: -188px
  }
}

.Profile_control__QM4\+8 {
  align-items: center;
  display: flex;
  margin-bottom: 32px
}

@media only screen and (max-width:767px) {
  .Profile_control__QM4\+8 {
    flex-wrap: wrap
  }
}

.Profile_nav__5PDhS {
  display: flex;
  margin-right: auto
}

@media only screen and (max-width:767px) {
  .Profile_nav__5PDhS {
    margin: 0 0 16px;
    width: 100%
  }
}

.Profile_link__cCofo {
  border-radius: 8px;
  color: #6f767e;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  padding: 8px 16px;
  transition: all .2s
}

@media only screen and (max-width:767px) {
  .Profile_link__cCofo {
    flex-grow: 1
  }
}

.Profile_link__cCofo.Profile_active__MnpB-,
.Profile_link__cCofo:hover {
  color: #1a1d1f
}

.dark-mode .Profile_link__cCofo.Profile_active__MnpB-,
.dark-mode .Profile_link__cCofo:hover {
  color: #fcfcfc
}

.Profile_link__cCofo.Profile_active__MnpB- {
  background: #efefef
}

.dark-mode .Profile_link__cCofo.Profile_active__MnpB- {
  background: #272b30
}

.Profile_link__cCofo:not(:last-child) {
  margin-right: 8px
}

@media only screen and (max-width:767px) {
  .Profile_link__cCofo:not(:last-child) {
    margin-right: 0
  }

  .Profile_dropdownBox__84Ovb {
    flex-grow: 1
  }
}

.Profile_filters__mVbnJ {
  margin-left: 16px
}

@media only screen and (max-width:767px) {
  .Profile_filters__mVbnJ {
    margin-left: 12px
  }
}

.Profile_products__pSj\+0 {
  display: flex;
  flex-wrap: wrap;
  margin: -32px -12px 0
}

@media only screen and (max-width:639px) {
  .Profile_products__pSj\+0 {
    display: block;
    margin: 0
  }
}

.Profile_product__cLt4K {
  flex-basis: calc(33.333% - 24px);
  flex-grow: 0;
  flex-shrink: 0;
  margin: 32px 12px 0;
  width: calc(33.333% - 24px)
}

@media only screen and (max-width:1023px) {
  .Profile_product__cLt4K {
    flex-basis: calc(50% - 24px);
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(50% - 24px)
  }
}

@media only screen and (max-width:639px) {
  .Profile_product__cLt4K {
    margin: 24px 0 0;
    width: 100%
  }
}

.Profile_foot__Qob-y {
  margin-top: 40px;
  text-align: center
}

@media only screen and (max-width:1339px) {
  .Profile_foot__Qob-y {
    margin-top: 32px
  }
}

@media only screen and (max-width:767px) {
  .Profile_foot__Qob-y {
    margin-top: 24px
  }
}

.Social_profile__9gwdZ {
  align-items: flex-start;
  border-bottom: 1px solid #efefef;
  display: flex;
  margin-bottom: 40px;
  padding-bottom: 40px
}

@media only screen and (max-width:1259px) {
  .Social_profile__9gwdZ {
    margin-bottom: 32px;
    padding-bottom: 32px
  }
}

@media only screen and (max-width:1023px) {
  .Social_profile__9gwdZ {
    display: block
  }
}

@media only screen and (max-width:767px) {
  .Social_profile__9gwdZ {
    margin-bottom: 32px;
    padding-bottom: 32px
  }
}

.dark-mode .Social_profile__9gwdZ {
  border-color: #272b30
}

.Social_details__jlTnv {
  align-items: center;
  display: flex;
  flex-grow: 1
}

@media only screen and (max-width:1023px) {
  .Social_details__jlTnv {
    margin-bottom: 16px
  }
}

@media only screen and (max-width:767px) {
  .Social_details__jlTnv {
    margin-bottom: 12px
  }
}

.Social_avatar__DD76G {
  flex-shrink: 0;
  height: 120px;
  margin-right: 16px;
  position: relative;
  width: 120px
}

.Social_avatar__DD76G img {
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.Social_add__B46d6 {
  background: #0050b0;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: 0;
  font-size: 0;
  height: 24px;
  position: absolute;
  right: 0;
  transition: background .2s;
  width: 24px
}

.Social_add__B46d6 svg {
  fill: #fff
}

.Social_add__B46d6:hover {
  background: #004497
}

@media only screen and (max-width:767px) {
  .Social_man__t5OFs {
    font-size: 20px
  }
}

.Social_info__9nRju {
  color: #6f767e;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.6;
  margin-top: 8px
}

@media only screen and (max-width:767px) {
  .Social_info__9nRju {
    font-size: 18px;
    font-size: 15px;
    margin-top: 4px
  }
}

.Social_contacts__FtbqN {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  margin-left: 40px
}

@media only screen and (max-width:1023px) {
  .Social_contacts__FtbqN {
    margin-left: 0
  }
}

.Social_socials__6QVzM {
  align-items: center;
  display: flex;
  filter: grayscale(1) brightness(.9) contrast(.9) invert(1)
}

.Social_socials__6QVzM img {
  border-radius: 30px;
  width: 32px
}

.Social_social__N-rjY svg {
  fill: #6f767e;
  transition: fill .2s
}

.Social_social__N-rjY:hover svg {
  fill: #0050b0
}

.Social_social__N-rjY:not(:last-child) {
  margin-right: 32px
}

.Social_button__Yzh9L {
  margin-left: 32px
}

@media only screen and (max-width:1023px) {
  .Social_button__Yzh9L {
    margin-left: auto
  }
}

@media only screen and (max-width:767px) {
  .Social_button__Yzh9L {
    min-width: 132px
  }
}

.Settings_form__57Oow {
  margin-bottom: 24px;
  width: 100%
}

.Settings_item__EmtQc:not(:last-child) {
  margin-bottom: 24px
}

.Settings_label__lGphb {
  color: #6f767e;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7142857143;
  margin-bottom: 12px
}

.dark-mode .Settings_dropdownHead__P3XOP {
  color: #fcfcfc
}

.Settings_checkbox__bUrQa:not(:last-child) {
  margin-bottom: 12px
}

.Settings_box__W\+GRI {
  position: relative
}

.Settings_box__W\+GRI .Settings_dropdownHead__P3XOP {
  padding-left: 48px
}

.Settings_box__W\+GRI svg {
  fill: #ffd88d;
  bottom: 12px;
  left: 12px;
  pointer-events: none;
  position: absolute;
  z-index: 10
}

.Settings_btns__Wfpnr {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px
}

.Settings_btns__Wfpnr .Settings_button__OQo4E:not(:last-child) {
  margin-right: 12px
}

.Filters_filters__L1pzY {
  position: relative
}

.Filters_filters__L1pzY.Filters_active__-rBUQ .Filters_body__XNan5,
.Filters_filters__L1pzY.Filters_active__-rBUQ .Filters_overlay__5VP2t {
  opacity: 1;
  visibility: visible
}

.Filters_body__XNan5 {
  background: #fcfcfc;
  border-radius: 16px;
  box-shadow: 0 0 14px -4px #0000000d, 0 32px 48px -8px #0000001a;
  opacity: 0;
  padding: 24px;
  position: absolute;
  right: -24px;
  top: -24px;
  transition: all .3s;
  visibility: hidden;
  width: 408px;
  z-index: 20
}

@media only screen and (max-width:767px) {
  .Filters_body__XNan5 {
    bottom: 0;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    width: auto
  }
}

.dark-mode .Filters_body__XNan5 {
  background: #1a1d1f
}

.Filters_top__AEShI {
  align-items: center;
  display: flex;
  margin-bottom: 24px
}

.Filters_title__8Yxhi {
  margin-right: auto
}

.Filters_close__JwoYY {
  background: #efefef;
  border-radius: 50%;
  flex-shrink: 0;
  height: 36px;
  margin-left: 24px;
  width: 36px
}

.Filters_close__JwoYY svg {
  fill: #1a1d1f;
  transition: transform .2s
}

.dark-mode .Filters_close__JwoYY {
  background: #272b30
}

.dark-mode .Filters_close__JwoYY svg {
  fill: #fcfcfc
}

.Filters_close__JwoYY:hover svg {
  transform: rotate(90deg)
}

.Filters_overlay__5VP2t {
  background: #f4f4f4cc;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all .2s;
  visibility: hidden;
  z-index: 18
}

.dark-mode .Filters_overlay__5VP2t {
  background: #272b30e6
}

.Follower_follower__a2nMi {
  align-items: flex-start;
  display: flex;
  padding-bottom: 24px
}

.Follower_follower__a2nMi:not(:last-child) {
  border-bottom: 1px solid #efefef;
  margin-bottom: 24px
}

.dark-mode .Follower_follower__a2nMi:not(:last-child) {
  border-color: #272b30
}

.Follower_details__h6FXt {
  display: flex;
  flex-grow: 1;
  padding-right: 24px
}

@media only screen and (max-width:1023px) {
  .Follower_details__h6FXt {
    padding-right: 0
  }
}

.Follower_avatar__i\+Win {
  flex-shrink: 0;
  height: 80px;
  margin-right: 16px;
  width: 80px
}

@media only screen and (max-width:767px) {
  .Follower_avatar__i\+Win {
    height: 64px;
    width: 64px
  }
}

.Follower_avatar__i\+Win img {
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.Follower_man__tDbJP {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.6;
  margin-bottom: 4px
}

@media only screen and (max-width:767px) {
  .Follower_man__tDbJP {
    font-size: 18px
  }
}

.Follower_list__EI3Gr {
  align-items: center;
  display: flex
}

.Follower_counter__erYr- {
  color: #9a9fa5;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308
}

.Follower_counter__erYr- span {
  color: #6f767e
}

.Follower_counter__erYr-:not(:first-child) {
  margin-left: 12px;
  padding-left: 14px;
  position: relative
}

.Follower_counter__erYr-:not(:first-child):before {
  background: #efefef;
  border-radius: 2px;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 2px
}

.dark-mode .Follower_counter__erYr-:not(:first-child):before {
  background: #272b30
}

.Follower_gallery__szPn6 {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  margin: -12px -6px 0 0;
  width: 480px
}

@media only screen and (max-width:1023px) {
  .Follower_gallery__szPn6 {
    display: none
  }
}

.Follower_preview__DGLiK {
  flex-basis: calc(33.333% - 12px);
  flex-grow: 0;
  flex-shrink: 0;
  height: 116px;
  margin: 12px 6px 0;
  width: calc(33.333% - 12px)
}

.Follower_preview__DGLiK img {
  border-radius: 12px;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.Follower_preview__DGLiK:nth-child(n+4) {
  display: none
}

.Follower_btns__aZBF2 {
  display: flex;
  margin-top: 16px
}

.Follower_btns__aZBF2 .Follower_button__w514f.Follower_follow__\+HYeu span {
  display: none
}

.Follower_btns__aZBF2 .Follower_button__w514f.Follower_follow__\+HYeu.Follower_active__Nh\+zb {
  background: #efefef;
  box-shadow: inset 0 0 0 2px #efefef
}

.dark-mode .Follower_btns__aZBF2 .Follower_button__w514f.Follower_follow__\+HYeu.Follower_active__Nh\+zb {
  background: #272b30;
  box-shadow: inset 0 0 0 2px #33383f
}

.Follower_btns__aZBF2 .Follower_button__w514f.Follower_follow__\+HYeu.Follower_active__Nh\+zb span {
  display: inline
}

.Follower_btns__aZBF2 .Follower_button__w514f:not(:last-child) {
  margin-right: 8px
}

.Promote_card__ev7aW:not(:last-child) {
  margin-bottom: 8px
}

.Overview_list__3kMuy {
  display: flex;
  justify-content: space-between
}

@media only screen and (max-width:767px) {
  .Overview_list__3kMuy {
    display: block
  }
}

.Overview_item__h5ykQ {
  color: #1a1d1f;
  display: block;
  padding: 0 32px 0 64px
}

@media only screen and (max-width:1339px) {
  .Overview_item__h5ykQ {
    padding: 0 32px
  }
}

@media only screen and (max-width:1023px) {
  .Overview_item__h5ykQ {
    padding: 0
  }
}

@media only screen and (max-width:767px) {
  .Overview_item__h5ykQ {
    display: flex;
    flex-direction: row-reverse;
    width: 100%
  }
}

.dark-mode .Overview_item__h5ykQ {
  color: #fcfcfc
}

.Overview_item__h5ykQ:not(:first-child) {
  border: solid #efefef;
  border-width: 0 0 0 1px
}

@media only screen and (max-width:767px) {
  .Overview_item__h5ykQ:not(:first-child) {
    border-width: 1px 0 0;
    margin-top: 24px;
    padding-top: 24px
  }
}

.dark-mode .Overview_item__h5ykQ:not(:first-child) {
  border-color: #272b30
}

.Overview_item__h5ykQ:first-child {
  padding-left: 0
}

.Overview_item__h5ykQ:last-child {
  padding-right: 0
}

.Overview_icon__txHLg {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 48px;
  justify-content: center;
  margin-bottom: 24px;
  width: 48px
}

@media only screen and (max-width:767px) {
  .Overview_icon__txHLg {
    margin: 0 0 0 auto
  }
}

.Overview_icon__txHLg svg {
  fill: #1a1d1f
}

.Overview_label__eShoD {
  align-items: center;
  color: #6f767e;
  display: flex;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308;
  margin-bottom: 8px
}

.Overview_tooltip__N1MgB svg {
  fill: #6f767e
}

.Overview_counter__J89Xp {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -.03em;
  line-height: 1;
  margin-bottom: 8px;
  min-width: 146px
}

@media only screen and (max-width:1023px) {
  .Overview_counter__J89Xp {
    font-size: 40px;
    min-width: auto
  }
}

@media only screen and (max-width:767px) {
  .Overview_counter__J89Xp {
    font-size: 48px
  }
}

.Overview_indicator__w0zlH {
  align-items: center;
  color: #6f767e;
  display: inline-flex;
  padding: 4px
}

.dark-mode .Overview_indicator__w0zlH {
  background: #272b30
}

.Overview_indicator__w0zlH span {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3333333333;
  margin-left: 4px
}

.RecentPost_head__iSRR\+ {
  margin-bottom: 44px
}

@media only screen and (max-width:1023px) {
  .RecentPost_head__iSRR\+ {
    margin-bottom: 32px
  }
}

@media only screen and (max-width:767px) {
  .RecentPost_head__iSRR\+ {
    flex-wrap: wrap;
    margin-bottom: 24px
  }

  .RecentPost_head__iSRR\+ .RecentPost_title__4NVVO {
    margin: 0 0 16px;
    width: 100%
  }
}

.RecentPost_button__HZKJa {
  margin-left: 16px
}

.RecentPost_table__EaSJ3 {
  display: table;
  width: 100%
}

@media only screen and (max-width:1023px) {
  .RecentPost_table__EaSJ3 {
    display: block
  }
}

.RecentPost_row__IIGJa {
  display: table-row
}

@media only screen and (max-width:1023px) {
  .RecentPost_row__IIGJa {
    display: none
  }
}

.RecentPost_col__nT96p {
  border-bottom: 1px solid #efefef;
  color: #6f767e;
  display: table-cell;
  font-size: 12px;
  font-weight: 700;
  font-weight: 500;
  line-height: 1.3333333333;
  padding-bottom: 16px;
  padding-top: 16px
}

.dark-mode .RecentPost_col__nT96p {
  border-color: #272b30
}

.RecentPost_col__nT96p:not(:last-child) {
  padding-right: 24px
}

.RecentPost_foot__98Bfx {
  margin-top: 20px;
  text-align: center
}

@media only screen and (max-width:1023px) {
  .RecentPost_foot__98Bfx {
    margin-top: 0
  }
}

.RecentPost_foot__98Bfx .RecentPost_button__HZKJa .RecentPost_loader__0DRzS {
  margin: 0 18px 0 8px;
  transform: scale(.8)
}

.RecentPost_outer__q1v7e {
  max-width: 560px
}

.NewPost_title__oEvIY {
  margin-bottom: 24px
}

.NewPost_list__xJh-g {
  display: flex;
  margin-bottom: 24px
}

.NewPost_avatar__BiIoS {
  height: 48px;
  position: relative;
  width: 48px
}

.NewPost_avatar__BiIoS>img {
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.NewPost_avatar__BiIoS:not(:last-child) {
  margin-right: 24px
}

.NewPost_social__pvAsv {
  align-items: center;
  background: #0050b0;
  border: 2px solid #fcfcfc;
  border-radius: 50%;
  bottom: -4px;
  display: flex;
  height: 24px;
  justify-content: center;
  position: absolute;
  right: -4px;
  width: 24px
}

.dark-mode .NewPost_social__pvAsv {
  border-color: #1a1d1f
}

.NewPost_social__pvAsv svg {
  fill: #fcfcfc
}

.NewPost_textarea__wG9L3 {
  background: none;
  border: none;
  box-shadow: none;
  color: #1a1d1f;
  font-size: 20px;
  font-weight: 600;
  height: 132px;
  letter-spacing: -.02em;
  line-height: 1.6;
  resize: none;
  width: 100%
}

@media only screen and (max-width:767px) {
  .NewPost_textarea__wG9L3 {
    font-size: 18px
  }
}

.dark-mode .NewPost_textarea__wG9L3 {
  color: #fcfcfc
}

.NewPost_textarea__wG9L3::placeholder {
  color: #6f767e66
}

.dark-mode .NewPost_textarea__wG9L3::placeholder {
  color: #9a9fa5
}

.NewPost_info__o-zaL {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.6;
  margin-bottom: 12px
}

@media only screen and (max-width:767px) {
  .NewPost_info__o-zaL {
    font-size: 18px
  }
}

.NewPost_preview__wRMtt img {
  border-radius: 8px;
  width: 100%
}

.NewPost_foot__nrTyH {
  align-items: center;
  border-top: 1px solid #efefef;
  display: flex;
  margin-top: 24px;
  padding-top: 24px
}

.dark-mode .NewPost_foot__nrTyH {
  border-color: #272b30
}

.NewPost_files__QWRzc {
  display: flex;
  margin-right: auto
}

.NewPost_file__xQoZ3 {
  border-radius: 50%;
  overflow: hidden;
  position: relative
}

.NewPost_file__xQoZ3 input {
  font-size: 120px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0
}

.NewPost_file__xQoZ3 input:hover+.NewPost_icon__OeXTy {
  background: #efefef;
  cursor: pointer
}

.NewPost_file__xQoZ3 input:hover+.NewPost_icon__OeXTy svg {
  fill: #1a1d1f
}

.dark-mode .NewPost_file__xQoZ3 input:hover+.NewPost_icon__OeXTy {
  background: #272b30
}

.dark-mode .NewPost_file__xQoZ3 input:hover+.NewPost_icon__OeXTy svg {
  fill: #fcfcfc
}

.NewPost_file__xQoZ3.NewPost_active__KzfFi .NewPost_icon__OeXTy {
  background: #efefef
}

.NewPost_file__xQoZ3:not(:last-child) {
  margin-right: 16px
}

.NewPost_icon__OeXTy {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 48px;
  justify-content: center;
  transition: all .2s;
  width: 48px
}

.NewPost_icon__OeXTy svg {
  fill: #6f767e;
  transition: fill .2s
}

.Faq_title__sLm1A {
  margin-bottom: 24px
}

.Faq_container__oFwt3 {
  background: #fcfcfc;
  border-radius: 8px;
  display: flex;
  padding: 48px
}

@media only screen and (max-width:1259px) {
  .Faq_container__oFwt3 {
    padding: 32px
  }
}

@media only screen and (max-width:1023px) {
  .Faq_container__oFwt3 {
    display: block
  }
}

@media only screen and (max-width:767px) {
  .Faq_container__oFwt3 {
    padding: 24px
  }
}

.dark-mode .Faq_container__oFwt3 {
  background: #1a1d1f
}

.Faq_sidebar__89uVl {
  flex-shrink: 0;
  width: 224px
}

@media only screen and (max-width:1023px) {
  .Faq_sidebar__89uVl {
    margin-bottom: 32px;
    width: 100%
  }
}

.Faq_menu__WudCY {
  display: flex;
  flex-direction: column
}

@media only screen and (max-width:1023px) {
  .Faq_menu__WudCY {
    display: none
  }
}

.Faq_menu__WudCY .Faq_button__141vp {
  border-radius: 8px;
  color: #6f767e;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  padding: 8px 16px;
  text-align: left;
  transition: all .2s
}

.Faq_menu__WudCY .Faq_button__141vp:not(:last-child) {
  margin-bottom: 8px
}

.Faq_menu__WudCY .Faq_button__141vp.Faq_active__P69-W,
.Faq_menu__WudCY .Faq_button__141vp:hover {
  color: #1a1d1f
}

.dark-mode .Faq_menu__WudCY .Faq_button__141vp.Faq_active__P69-W,
.dark-mode .Faq_menu__WudCY .Faq_button__141vp:hover {
  color: #fcfcfc
}

.Faq_menu__WudCY .Faq_button__141vp.Faq_active__P69-W {
  background: #efefef
}

.dark-mode .Faq_menu__WudCY .Faq_button__141vp.Faq_active__P69-W {
  background: #272b30
}

.Faq_dropdown__Z9gpR {
  display: none
}

@media only screen and (max-width:1023px) {
  .Faq_dropdown__Z9gpR {
    display: block
  }
}

.dark-mode .Faq_dropdownHead__yBSFN {
  background: #272b30;
  box-shadow: inset 0 0 0 2px #272b30
}

.Faq_list__z407V {
  flex-grow: 1;
  padding-left: 64px
}

@media only screen and (max-width:1259px) {
  .Faq_list__z407V {
    padding-left: 48px
  }
}

@media only screen and (max-width:1023px) {
  .Faq_list__z407V {
    padding-left: 0
  }
}

.Item_item__Rb\+dk.Item_active__L03oO .Item_head__6gBOc svg,
.Item_item__Rb\+dk:hover .Item_head__6gBOc svg {
  fill: #1a1d1f
}

.dark-mode .Item_item__Rb\+dk.Item_active__L03oO .Item_head__6gBOc svg,
.dark-mode .Item_item__Rb\+dk:hover .Item_head__6gBOc svg {
  fill: #fcfcfc
}

.Item_item__Rb\+dk.Item_active__L03oO .Item_head__6gBOc svg {
  transform: rotate(45deg)
}

.Item_item__Rb\+dk.Item_active__L03oO .Item_body__lq1Zy {
  display: block
}

.Item_item__Rb\+dk:not(:last-child) {
  margin-bottom: 24px
}

.Item_head__6gBOc {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #efefef;
  color: #33383f;
  cursor: pointer;
  display: flex;
  padding-bottom: 12px;
  position: relative;
  transition: color .2s
}

.dark-mode .Item_head__6gBOc {
  border-color: #272b30;
  color: #fcfcfc
}

.Item_head__6gBOc svg {
  fill: #6f767e;
  flex-shrink: 0;
  margin-left: 24px;
  transition: all .2s
}

.Item_title__Z1NAD {
  flex-grow: 1
}

.Item_body__lq1Zy {
  color: #6f767e;
  display: none;
  font-weight: 500;
  padding-top: 24px
}

@media only screen and (max-width:767px) {
  .Refunds_head__SPRDa {
    display: block
  }

  .Refunds_title__o6BDh {
    margin: 0 0 16px
  }
}

.Refunds_nav__R8RFc {
  display: flex;
  margin-left: auto
}

.Refunds_nav__R8RFc .Refunds_button__bcr8d {
  border-radius: 8px;
  color: #6f767e;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  padding: 8px 16px;
  transition: all .2s
}

@media only screen and (max-width:767px) {
  .Refunds_nav__R8RFc .Refunds_button__bcr8d {
    flex: 1 1
  }
}

.Refunds_nav__R8RFc .Refunds_button__bcr8d.Refunds_active__gNs3l,
.Refunds_nav__R8RFc .Refunds_button__bcr8d:hover {
  color: #1a1d1f
}

.dark-mode .Refunds_nav__R8RFc .Refunds_button__bcr8d.Refunds_active__gNs3l,
.dark-mode .Refunds_nav__R8RFc .Refunds_button__bcr8d:hover {
  color: #fcfcfc
}

.Refunds_nav__R8RFc .Refunds_button__bcr8d.Refunds_active__gNs3l {
  background: #efefef
}

.dark-mode .Refunds_nav__R8RFc .Refunds_button__bcr8d.Refunds_active__gNs3l {
  background: #272b30
}

.Refunds_nav__R8RFc .Refunds_button__bcr8d:not(:last-child) {
  margin-right: 4px
}

@media only screen and (max-width:767px) {
  .Refunds_nav__R8RFc .Refunds_button__bcr8d:not(:last-child) {
    margin-right: 0
  }
}

.Refunds_wrapper__JIw6r {
  margin: 0 -12px
}

@media only screen and (max-width:767px) {
  .Refunds_wrapper__JIw6r {
    margin: 0
  }
}

.Refunds_table__HqKGV {
  display: table;
  width: 100%
}

@media only screen and (max-width:767px) {
  .Refunds_table__HqKGV {
    display: block
  }
}

.Refunds_row__RaVQe {
  display: table-row
}

@media only screen and (max-width:767px) {
  .Refunds_row__RaVQe {
    display: flex;
    margin-bottom: 24px
  }
}

.Refunds_col__E8d\+h {
  color: #6f767e;
  display: table-cell;
  font-size: 12px;
  font-weight: 700;
  font-weight: 500;
  line-height: 1.3333333333;
  padding: 4px 12px 16px
}

@media only screen and (max-width:767px) {
  .Refunds_col__E8d\+h {
    padding: 0
  }

  .Refunds_col__E8d\+h:first-child {
    margin-right: auto
  }

  .Refunds_col__E8d\+h:nth-child(2) {
    display: none
  }
}

@media only screen and (max-width:1023px) {
  .Refunds_col__E8d\+h:nth-child(3) {
    display: none
  }
}

.Refunds_foot__b9mfj {
  margin-top: 12px;
  text-align: center
}

@media only screen and (max-width:767px) {
  .Refunds_foot__b9mfj {
    margin-top: 32px
  }
}

.Refunds_foot__b9mfj .Refunds_button__bcr8d .Refunds_loader__Ir7TM {
  margin: 0 18px 0 8px;
  transform: scale(.8)
}

.Row_row__ohjlg {
  cursor: pointer;
  display: table-row;
  transition: background .2s
}

@media only screen and (max-width:767px) {
  .Row_row__ohjlg {
    align-items: flex-start;
    display: flex
  }

  .Row_row__ohjlg:not(:last-child) {
    border-bottom: 1px solid #efefef;
    margin-bottom: 16px;
    padding-bottom: 16px
  }

  .dark-mode .Row_row__ohjlg:not(:last-child) {
    border-color: #272b30
  }
}

@media only screen and (min-width:768px) {
  .Row_row__ohjlg:hover {
    background: #f4f4f4
  }

  .dark-mode .Row_row__ohjlg:hover {
    background: #272b30
  }
}

.Row_col__HBeMT {
  color: #1a1d1f;
  display: table-cell;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7142857143;
  padding: 16px 12px;
  position: relative;
  vertical-align: top
}

@media only screen and (max-width:767px) {
  .Row_col__HBeMT {
    padding: 0
  }
}

.dark-mode .Row_col__HBeMT {
  color: #fcfcfc
}

.Row_col__HBeMT:after {
  background: #efefef;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

@media only screen and (max-width:767px) {
  .Row_col__HBeMT:after {
    display: none
  }
}

.dark-mode .Row_col__HBeMT:after {
  background: #272b30
}

.Row_col__HBeMT:first-child {
  border-radius: 8px 0 0 8px
}

@media only screen and (max-width:767px) {
  .Row_col__HBeMT:first-child {
    margin-right: auto
  }
}

.Row_col__HBeMT:first-child:after {
  left: 12px
}

@media only screen and (max-width:767px) {
  .Row_col__HBeMT:nth-child(2) {
    display: none
  }
}

@media only screen and (max-width:1023px) {
  .Row_col__HBeMT:nth-child(3) {
    display: none
  }
}

.Row_col__HBeMT:last-child {
  border-radius: 0 8px 8px 0
}

@media only screen and (max-width:767px) {
  .Row_col__HBeMT:last-child {
    margin-left: 16px
  }
}

.Row_col__HBeMT:last-child:after {
  right: 12px
}

.Row_col__HBeMT:not(:first-child) {
  padding-top: 22px
}

@media only screen and (max-width:767px) {
  .Row_col__HBeMT:not(:first-child) {
    padding: 0
  }
}

.Row_item__s3f75 {
  align-items: center;
  display: flex
}

.Row_item__s3f75 .Row_new__Nc09r,
.Row_item__s3f75 .Row_progress__Qqx85 {
  display: none
}

@media only screen and (max-width:767px) {

  .Row_item__s3f75 .Row_new__Nc09r,
  .Row_item__s3f75 .Row_progress__Qqx85 {
    display: inline-block
  }
}

.Row_preview__okQhc {
  border-radius: 8px;
  flex-shrink: 0;
  height: 80px;
  margin-right: 20px;
  overflow: hidden;
  width: 80px
}

.Row_preview__okQhc img {
  height: 100%;
  object-fit: cover;
  width: 100%
}

.Row_product__x1d8u {
  font-size: 15px;
  margin-bottom: 4px;
  max-width: 170px
}

.Row_category__G18nI {
  color: #9a9fa5;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308
}

@media only screen and (max-width:767px) {
  .Row_category__G18nI {
    display: none
  }
}

.Row_new__Nc09r,
.Row_progress__Qqx85 {
  border-radius: 6px;
  display: inline-block;
  padding: 2px 8px;
  white-space: nowrap
}

.dark-mode .Row_new__Nc09r,
.dark-mode .Row_progress__Qqx85 {
  color: #111315
}

.Row_new__Nc09r {
  background: #37af6c
}

.Row_progress__Qqx85 {
  background: #cabdff
}

.Row_user__FLYAx {
  align-items: center;
  display: flex;
  margin-top: -2px
}

@media only screen and (max-width:767px) {
  .Row_user__FLYAx {
    font-size: 0
  }
}

.Row_avatar__\+xy7T {
  flex-shrink: 0;
  height: 32px;
  margin-right: 12px;
  width: 32px
}

@media only screen and (max-width:767px) {
  .Row_avatar__\+xy7T {
    margin-right: 0
  }
}

.Row_avatar__\+xy7T img {
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.Row_outer__4H\+gJ {
  max-width: 896px
}

@media only screen and (max-width:767px) {
  .Row_outer__4H\+gJ>div {
    padding: 26px 16px 16px
  }
}

.Details_title__OK8MI {
  margin-bottom: 24px
}

.Details_row__aqt5M {
  display: flex
}

@media only screen and (max-width:1023px) {
  .Details_row__aqt5M {
    display: block
  }
}

.Details_col__rFDiL {
  flex: 0 0 50%
}

.Details_col__rFDiL:first-child {
  background: #f4f4f480;
  border-radius: 12px;
  padding: 24px
}

@media only screen and (max-width:1023px) {
  .Details_col__rFDiL:first-child {
    margin-bottom: 48px
  }
}

@media only screen and (max-width:767px) {
  .Details_col__rFDiL:first-child {
    margin-bottom: 32px;
    padding: 16px
  }
}

.dark-mode .Details_col__rFDiL:first-child {
  background: #272b30
}

.Details_col__rFDiL:nth-child(2) {
  padding: 30px 0 0 24px
}

@media only screen and (max-width:1023px) {
  .Details_col__rFDiL:nth-child(2) {
    padding: 0
  }
}

.Details_product__E6W43 {
  margin-bottom: 16px
}

.Details_btns__M0emg {
  display: flex;
  margin: 24px -4px 0
}

.Details_btns__M0emg .Details_button__MR95X {
  flex-basis: calc(50% - 8px);
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0 4px;
  width: calc(50% - 8px)
}

@media only screen and (max-width:767px) {
  .Details_btns__M0emg .Details_button__MR95X {
    padding: 0 8px
  }
}

.dark-mode .Details_btns__M0emg .Details_button__MR95X:first-child {
  background: #111315;
  box-shadow: inset 0 0 0 2px #111315
}

.dark-mode .Details_btns__M0emg .Details_button__MR95X:first-child:hover {
  box-shadow: inset 0 0 0 2px #fcfcfc
}

.Details_box__amBbA:not(:last-child) {
  border-bottom: 1px solid #1113151a;
  margin-bottom: 24px;
  padding-bottom: 24px
}

.Details_info__B1Oyb {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.6;
  margin-bottom: 20px
}

@media only screen and (max-width:767px) {
  .Details_info__B1Oyb {
    font-size: 18px
  }
}

.Details_list__4hHvN li {
  color: #33383f;
  font-weight: 500;
  padding-left: 36px;
  position: relative
}

.dark-mode .Details_list__4hHvN li {
  color: #efefef
}

.Details_list__4hHvN li:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill-rule='evenodd' d='M20.707 6.293a1 1 0 0 1 0 1.414l-8.586 8.586a3 3 0 0 1-4.243 0l-3.586-3.586a1 1 0 0 1 1.414-1.414l3.586 3.586a1 1 0 0 0 1.414 0l8.586-8.586a1 1 0 0 1 1.414 0z' fill='%23b5e4ca'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px
}

.Details_list__4hHvN li:not(:last-child) {
  border-bottom: 1px solid #efefef;
  margin-bottom: 12px;
  padding-bottom: 12px
}

.dark-mode .Details_list__4hHvN li:not(:last-child) {
  border-color: #272b30
}

.Details_text__Kxlsg {
  color: #33383f;
  font-weight: 500;
  margin-bottom: 12px
}

.dark-mode .Details_text__Kxlsg {
  color: #efefef
}

.Details_user__KhnQk {
  align-items: center;
  display: flex
}

.Details_avatar__QXTSg {
  flex-shrink: 0;
  height: 32px;
  margin-right: 12px;
  width: 32px
}

.Details_avatar__QXTSg img {
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.Details_editor__Kot1p {
  margin-top: 32px
}

@media only screen and (max-width:767px) {
  .Details_editor__Kot1p {
    margin-top: 24px
  }
}

.Product_item__-muJ4 {
  align-items: center;
  display: flex
}

.Product_preview__LTxKk {
  border-radius: 8px;
  flex-shrink: 0;
  height: 80px;
  margin-right: 20px;
  overflow: hidden;
  width: 80px
}

.Product_preview__LTxKk img {
  height: 100%;
  object-fit: cover;
  width: 100%
}

.Product_product__i30DN {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.6;
  margin-bottom: 8px
}

@media only screen and (max-width:767px) {
  .Product_product__i30DN {
    font-size: 18px
  }
}

.Product_category__YqOXB {
  color: #9a9fa5;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308
}

.Product_new__yvjqD,
.Product_progress__ToKaA {
  border-radius: 6px;
  display: inline-block;
  padding: 2px 8px;
  white-space: nowrap
}

.Product_new__yvjqD {
  background: #37af6c
}

.Product_progress__ToKaA {
  background: #cabdff
}

.Parameter_parameter__46cQQ {
  align-items: center;
  border-bottom: 1px solid #1113151a;
  display: flex;
  padding: 16px 0
}

.dark-mode .Parameter_parameter__46cQQ {
  border-color: #6f767e26
}

.Parameter_title__6sUGD {
  color: #6f767e;
  margin-right: auto;
  padding-right: 12px
}

.Parameter_tooltip__sbeI9 {
  position: relative;
  top: -1px
}

.Parameter_tooltip__sbeI9 svg {
  fill: #6f767e
}

.Parameter_no__WDp19,
.Parameter_yes__Tc-rL {
  border-radius: 6px;
  display: inline-block;
  padding: 2px 8px;
  white-space: nowrap
}

.dark-mode .Parameter_no__WDp19,
.dark-mode .Parameter_yes__Tc-rL {
  color: #1a1d1f
}

.Parameter_yes__Tc-rL {
  background: #37af6c
}

.Parameter_no__WDp19 {
  background: #ffbc99
}

.Parameter_content__s2EMT {
  text-align: right
}

.Released_head__nf83Y {
  margin-bottom: 44px
}

@media only screen and (max-width:1023px) {
  .Released_head__nf83Y {
    margin-bottom: 32px
  }
}

@media only screen and (max-width:767px) {
  .Released_head__nf83Y {
    flex-wrap: wrap;
    margin-bottom: 24px
  }
}

@media only screen and (max-width:1023px) {
  .Released_head__nf83Y .Released_form__WP76J {
    width: 300px
  }
}

@media only screen and (max-width:767px) {
  .Released_head__nf83Y .Released_form__WP76J {
    margin-top: 16px;
    order: 3;
    width: 100%
  }
}

.Released_title__ok\+n0 {
  margin-right: 24px
}

.Released_sorting__HUIkK {
  display: flex;
  margin-left: auto
}

.Released_link__\+ENzi {
  border-radius: 8px;
  flex-shrink: 0;
  height: 40px;
  width: 40px
}

.Released_link__\+ENzi svg {
  fill: #9a9fa5;
  transition: fill .2s
}

.Released_link__\+ENzi:hover svg {
  fill: #1a1d1f
}

.dark-mode .Released_link__\+ENzi:hover svg {
  fill: #fcfcfc
}

.Released_link__\+ENzi.Released_active__OqVTl {
  background: #fcfcfc;
  box-shadow: 0 4px 8px -4px #0000001a, inset 0 -1px 1px #0000000a, inset 0 2px 0 #ffffff40
}

.Released_link__\+ENzi.Released_active__OqVTl svg {
  fill: #1a1d1f
}

.dark-mode .Released_link__\+ENzi.Released_active__OqVTl {
  background: #111315;
  box-shadow: 0 4px 8px -4px #0000001a, inset 0 -1px 1px #0000000a, inset 0 2px 0 #ffffff0d
}

.dark-mode .Released_link__\+ENzi.Released_active__OqVTl svg {
  fill: #fcfcfc
}

.Released_link__\+ENzi:not(:last-child) {
  margin-right: 12px
}

.Released_list__lf\+ft {
  display: flex;
  flex-wrap: wrap;
  margin: -32px -12px 0
}

@media only screen and (max-width:639px) {
  .Released_list__lf\+ft {
    display: block;
    margin: 0
  }
}

.Released_product__tjzOm {
  flex-basis: calc(33.333% - 24px);
  flex-grow: 0;
  flex-shrink: 0;
  margin: 32px 12px 0;
  width: calc(33.333% - 24px)
}

@media only screen and (max-width:1023px) {
  .Released_product__tjzOm {
    flex-basis: calc(50% - 24px);
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(50% - 24px)
  }
}

@media only screen and (max-width:639px) {
  .Released_product__tjzOm {
    margin: 0;
    width: 100%
  }

  .Released_product__tjzOm:not(:last-child) {
    margin-bottom: 32px
  }
}

.Released_foot__en\+n8 {
  margin-top: 44px;
  text-align: center
}

.Released_foot__en\+n8 .Released_button__FMUKu .Released_loader__e9CWG {
  margin: 0 18px 0 8px;
  transform: scale(.8)
}

.Market_market__dfMYf {
  margin: 0 -12px
}

@media only screen and (max-width:1023px) {
  .Market_market__dfMYf {
    margin: 0
  }
}

.Market_table__axyM- {
  display: table;
  width: 100%
}

@media only screen and (max-width:1023px) {
  .Market_table__axyM- {
    display: block
  }
}

.Market_row__oCkSo {
  display: table-row
}

@media only screen and (max-width:1023px) {
  .Market_row__oCkSo {
    display: none
  }
}

.Market_col__AI0QV {
  color: #6f767e;
  display: table-cell;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308;
  padding: 0 12px 16px;
  position: relative;
  vertical-align: middle
}

.Market_col__AI0QV:after {
  background: #efefef;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0
}

.dark-mode .Market_col__AI0QV:after {
  background: #272b30
}

.Market_col__AI0QV:first-child {
  font-size: 0;
  width: 56px
}

.Market_col__AI0QV:first-child:after {
  left: 12px
}

.Market_col__AI0QV:last-child:after {
  right: 12px
}

.Market_foot__us7uB {
  margin-top: 32px;
  text-align: center
}

@media only screen and (max-width:1023px) {
  .Market_foot__us7uB {
    margin-top: 24px
  }
}

.Market_foot__us7uB .Market_button__DpleJ .Market_loader__EcYv3 {
  margin: 0 18px 0 8px;
  transform: scale(.8)
}

.Row_row__fwja\+ {
  display: table-row;
  transition: background .2s
}

@media only screen and (max-width:1023px) {
  .Row_row__fwja\+ {
    border-bottom: 1px solid #efefef;
    display: block;
    margin-bottom: 24px;
    padding-bottom: 24px;
    position: relative
  }

  .dark-mode .Row_row__fwja\+ {
    border-color: #272b30
  }
}

@media only screen and (min-width:1024px) {
  .Row_row__fwja\+:hover {
    background: #f4f4f4
  }

  .dark-mode .Row_row__fwja\+:hover {
    background: #272b30
  }

  .Row_row__fwja\+:hover .Row_number__jPTp0,
  .Row_row__fwja\+:hover .Row_status__263s0 {
    background: #fcfcfc
  }

  .dark-mode .Row_row__fwja\+:hover .Row_number__jPTp0,
  .dark-mode .Row_row__fwja\+:hover .Row_status__263s0 {
    background: #33383f
  }
}

@media only screen and (max-width:1023px) {
  .Row_row__fwja\+:last-child .Row_col__lJrcn {
    padding-bottom: 0
  }

  .Row_row__fwja\+:last-child .Row_col__lJrcn:after {
    display: none
  }
}

.Row_col__lJrcn {
  color: #1a1d1f;
  display: table-cell;
  padding: 16px 12px;
  position: relative;
  vertical-align: top
}

@media only screen and (max-width:1023px) {
  .Row_col__lJrcn {
    align-items: center;
    display: flex;
    padding: 0;
    position: static
  }
}

.dark-mode .Row_col__lJrcn {
  color: #fcfcfc
}

.Row_col__lJrcn:after {
  background: #efefef;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0
}

@media only screen and (max-width:1023px) {
  .Row_col__lJrcn:after {
    display: none
  }
}

.dark-mode .Row_col__lJrcn:after {
  background: #272b30
}

.Row_col__lJrcn:first-child {
  border-radius: 8px 0 0 8px;
  font-size: 0;
  width: 6px
}

@media only screen and (max-width:1023px) {
  .Row_col__lJrcn:first-child {
    display: none
  }
}

.Row_col__lJrcn:first-child:after {
  left: 12px
}

@media only screen and (max-width:1023px) {
  .Row_col__lJrcn:nth-child(3) {
    display: none
  }
}

.Row_col__lJrcn:not(:first-child):not(:nth-child(2)) {
  padding-top: 20px
}

@media only screen and (max-width:1023px) {
  .Row_col__lJrcn:not(:first-child):not(:nth-child(2)) {
    padding-top: 0
  }
}

.Row_col__lJrcn:last-child {
  border-radius: 0 8px 8px 0
}

.Row_col__lJrcn:last-child:after {
  right: 12px
}

@media only screen and (max-width:1023px) {
  .Row_col__lJrcn:not(:first-child):not(:last-child) {
    margin-bottom: 12px
  }
}

.Row_item__mNDu1 {
  align-items: center;
  cursor: pointer;
  display: flex;
  transition: color .2s
}

@media only screen and (max-width:767px) {
  .Row_item__mNDu1 {
    align-items: stretch
  }
}

.dark-mode .Row_item__mNDu1 {
  color: #fcfcfc
}

.Row_item__mNDu1:hover {
  color: #0050b0
}

.Row_preview__ZyA3h {
  border-radius: 8px;
  flex-shrink: 0;
  height: 80px;
  margin-right: 20px;
  overflow: hidden;
  width: 80px
}

@media only screen and (max-width:1023px) {
  .Row_preview__ZyA3h {
    width: 104px
  }
}

.Row_preview__ZyA3h img {
  height: 100%;
  object-fit: cover;
  width: 100%
}

.Row_product__gPjjG {
  margin-bottom: 4px;
  max-width: 170px
}

@media only screen and (max-width:1023px) {
  .Row_product__gPjjG {
    font-size: 18px;
    letter-spacing: -.02em;
    line-height: 1.3333333333;
    margin-bottom: 8px;
    max-width: 100%
  }

  .Row_wrap__vbidG {
    align-items: center;
    display: flex
  }
}

.Row_category__JRYV7 {
  color: #6f767e;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308
}

@media only screen and (max-width:1023px) {
  .Row_category__JRYV7 {
    font-size: 15px
  }
}

.Row_sales__ZvbVX {
  align-items: center;
  display: inline-flex
}

.Row_number__jPTp0,
.Row_price__h20OT {
  background: #efefef;
  border-radius: 6px;
  display: inline-block;
  padding: 0 8px;
  transition: background .2s
}

.dark-mode .Row_number__jPTp0,
.dark-mode .Row_price__h20OT {
  background: #33383f
}

.Row_price__h20OT {
  display: none
}

@media only screen and (max-width:1023px) {
  .Row_price__h20OT {
    display: inline-block;
    margin-right: 12px
  }
}

.Row_status__263s0 {
  transition: background .2s
}

.Row_rating__m3QxL {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7142857143
}

.Row_rating__m3QxL svg {
  fill: #ffc554;
  margin-right: 8px
}

.Row_rating__m3QxL span {
  color: #6f767e;
  margin-left: 4px
}

.Row_ratingEmpty__4cRvs {
  color: #6f767e;
  white-space: nowrap
}

.Row_ratingEmpty__4cRvs svg {
  fill: #6f767e
}

.Row_balance__JOaTd {
  margin-left: 8px
}

.Row_box__NR9ao {
  align-items: center;
  display: flex
}

.Row_line__qRDyX {
  flex-shrink: 0;
  height: 12px;
  margin-left: 8px;
  position: relative;
  width: 44px
}

.Row_progress__-3nQk {
  border-radius: 2px;
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0
}

.Row_label__aR5RY {
  display: none
}

@media only screen and (max-width:1023px) {
  .Row_label__aR5RY {
    color: #6f767e;
    display: block;
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2307692308;
    padding-right: 20px;
    width: 124px
  }

  .Panel_panel__xJK1f {
    display: none
  }
}

.Panel_info__BD5Ki {
  color: #6f767e;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308;
  margin-right: 24px
}

.Panel_info__BD5Ki svg {
  fill: #6f767e;
  margin-right: 12px
}

.Panel_note__-MM\+z {
  align-items: center;
  background: #272b30;
  border-radius: 8px;
  color: #f4f4f4;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 1.3333333333;
  padding: 0 10px
}

.Panel_note__-MM\+z>svg {
  fill: #83bf6e;
  margin-right: 8px
}

.Panel_note__-MM\+z span {
  margin-left: 4px;
  position: relative;
  top: -2px
}

.Panel_close__48dTV {
  margin-left: 20px
}

.Panel_close__48dTV svg {
  fill: #6f767e;
  transition: fill .2s
}

.Panel_close__48dTV:hover svg {
  fill: #fcfcfc
}

.Panel_btns__IIgzT {
  align-items: center;
  display: flex;
  margin-left: auto
}

.Panel_button__n\+5sA:not(:last-child) {
  margin-right: 8px
}

.Scheduled_head__i\+Cjt {
  margin-bottom: 44px
}

@media only screen and (max-width:1023px) {
  .Scheduled_head__i\+Cjt {
    margin-bottom: 32px
  }
}

@media only screen and (max-width:767px) {
  .Scheduled_head__i\+Cjt {
    flex-wrap: wrap;
    margin-bottom: 24px
  }

  .Scheduled_head__i\+Cjt .Scheduled_form__f7CGW {
    flex: 0 0 100%;
    margin-top: 16px
  }
}

.Scheduled_title__R1oxk {
  margin-right: 24px
}

.Scheduled_foot__TyuQE {
  margin-top: 44px;
  text-align: center
}

.Scheduled_foot__TyuQE .Scheduled_button__T72J9 .Scheduled_loader__Drboo {
  margin: 0 18px 0 8px;
  transform: scale(.8)
}

@media only screen and (max-width:1023px) {
  .Panel_panel__iE9B2 {
    display: none
  }
}

.Panel_info__7NGzd {
  color: #6f767e;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308;
  margin-right: auto
}

.Panel_info__7NGzd svg {
  fill: #6f767e;
  margin-right: 12px
}

.Panel_btns__os35L {
  align-items: center;
  display: flex
}

.Panel_button__S3g3D:not(:last-child) {
  margin-right: 8px
}

.Settings_settings__PBP5G {
  align-items: flex-start;
  background: #fcfcfc;
  border-radius: 8px;
  display: flex;
  padding: 24px
}

@media only screen and (max-width:1023px) {
  .Settings_settings__PBP5G {
    display: block
  }
}

@media only screen and (max-width:767px) {
  .Settings_settings__PBP5G {
    padding: 24px 16px
  }
}

.dark-mode .Settings_settings__PBP5G {
  background: #1a1d1f
}

.Settings_menu__sBu-o {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  position: sticky;
  top: 116px;
  width: 280px
}

@media only screen and (max-width:1259px) {
  .Settings_menu__sBu-o {
    width: 210px
  }
}

@media only screen and (max-width:1023px) {
  .Settings_menu__sBu-o {
    display: none
  }
}

.Settings_menu__sBu-o .Settings_button__46lq0 {
  border-radius: 8px;
  color: #6f767e;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  padding: 8px 16px;
  text-align: left;
  transition: all .2s
}

.Settings_menu__sBu-o .Settings_button__46lq0:not(:last-child) {
  margin-bottom: 8px
}

.Settings_menu__sBu-o .Settings_button__46lq0.Settings_active__ee5gT,
.Settings_menu__sBu-o .Settings_button__46lq0:hover {
  color: #1a1d1f
}

.dark-mode .Settings_menu__sBu-o .Settings_button__46lq0.Settings_active__ee5gT,
.dark-mode .Settings_menu__sBu-o .Settings_button__46lq0:hover {
  color: #fcfcfc
}

.Settings_menu__sBu-o .Settings_button__46lq0.Settings_active__ee5gT {
  background: #efefef
}

.dark-mode .Settings_menu__sBu-o .Settings_button__46lq0.Settings_active__ee5gT {
  background: #272b30
}

.Settings_wrapper__EesnD {
  flex-grow: 1;
  padding-left: 32px
}

@media only screen and (max-width:1023px) {
  .Settings_wrapper__EesnD {
    padding-left: 0
  }
}

.Settings_wrapper__EesnD>.Settings_button__46lq0 {
  margin-top: 48px
}

@media only screen and (max-width:1023px) {
  .Settings_wrapper__EesnD>.Settings_button__46lq0 {
    margin-top: 32px
  }
}

.Settings_dropdown__imy8w {
  display: none
}

@media only screen and (max-width:1023px) {
  .Settings_dropdown__imy8w {
    display: block;
    margin-bottom: 32px
  }
}

@media only screen and (max-width:767px) {
  .Settings_dropdown__imy8w {
    margin-bottom: 24px
  }
}

.dark-mode .Settings_dropdownHead__WVVhP {
  background: #272b30;
  box-shadow: inset 0 0 0 #272b30
}

.Settings_item__tkDw6 {
  position: relative
}

@media only screen and (max-width:1023px) {
  .Settings_item__tkDw6 {
    display: none
  }

  .Settings_item__tkDw6.Settings_active__ee5gT {
    display: block
  }
}

.Settings_item__tkDw6:not(:last-child) {
  border-bottom: 1px solid #efefef;
  margin-bottom: 48px;
  padding-bottom: 48px
}

@media only screen and (max-width:1023px) {
  .Settings_item__tkDw6:not(:last-child) {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0
  }
}

.dark-mode .Settings_item__tkDw6:not(:last-child) {
  border-color: #272b30
}

.Settings_anchor__5q3EA {
  left: 0;
  position: absolute;
  right: 0;
  top: -116px
}

@media only screen and (max-width:1023px) {
  .Settings_anchor__5q3EA {
    top: -106px
  }
}

.Item_item__RDsv7 {
  position: relative
}

.Item_anchor__TcRpY {
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.Item_title__CSNCs {
  line-height: 40px;
  margin-bottom: 32px
}

.ProfileInformation_profile__DZRUr {
  align-items: center;
  display: flex;
  margin-bottom: 32px
}

@media only screen and (max-width:1023px) {
  .ProfileInformation_profile__DZRUr {
    margin-bottom: 24px
  }
}

@media only screen and (max-width:767px) {
  .ProfileInformation_profile__DZRUr>.ProfileInformation_button__mZvLY {
    display: none
  }
}

.ProfileInformation_avatar__J7iUE {
  flex-shrink: 0;
  height: 96px;
  margin-right: 32px;
  position: relative;
  width: 96px
}

@media only screen and (max-width:767px) {
  .ProfileInformation_avatar__J7iUE {
    height: 80px;
    margin-right: 16px;
    width: 80px
  }
}

.ProfileInformation_avatar__J7iUE img {
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.ProfileInformation_remove__d99iD {
  background: #fcfcfc;
  border-radius: 50%;
  box-shadow: 0 2px 8px #00000040;
  display: none;
  font-size: 0;
  height: 24px;
  position: absolute;
  right: 0;
  top: 0;
  width: 24px
}

@media only screen and (max-width:767px) {
  .ProfileInformation_remove__d99iD {
    display: inline-block
  }
}

.ProfileInformation_file__R5avF {
  display: inline-block;
  margin-right: 12px;
  overflow: hidden;
  position: relative
}

@media only screen and (max-width:767px) {
  .ProfileInformation_file__R5avF {
    margin-right: 0
  }
}

.ProfileInformation_file__R5avF input {
  font-size: 160px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0
}

@media only screen and (max-width:767px) {
  .ProfileInformation_file__R5avF .ProfileInformation_button__mZvLY {
    padding: 0 10px
  }
}

.ProfileInformation_field__2VOBM:not(:last-child) {
  margin-bottom: 32px
}

@media only screen and (max-width:1023px) {
  .ProfileInformation_field__2VOBM:not(:last-child) {
    margin-bottom: 24px
  }
}

.Login_fieldset__ZM20P>.Login_field__IyWwm:not(:last-child) {
  margin-bottom: 32px
}

@media only screen and (max-width:1023px) {
  .Login_fieldset__ZM20P>.Login_field__IyWwm:not(:last-child) {
    margin-bottom: 24px
  }
}

.Login_row__oR9VC {
  display: flex;
  margin: 0 -8px
}

@media only screen and (max-width:767px) {
  .Login_row__oR9VC {
    display: block;
    margin: 0
  }
}

.Login_row__oR9VC .Login_field__IyWwm {
  flex-basis: calc(50% - 16px);
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0 8px;
  width: calc(50% - 16px)
}

@media only screen and (max-width:767px) {
  .Login_row__oR9VC .Login_field__IyWwm {
    margin: 0;
    width: 100%
  }

  .Login_row__oR9VC .Login_field__IyWwm:not(:last-child) {
    margin-bottom: 24px
  }
}

.Login_row__oR9VC:not(:last-child) {
  margin-bottom: 32px
}

@media only screen and (max-width:1023px) {
  .Login_row__oR9VC:not(:last-child) {
    margin-bottom: 24px
  }
}

.Notifications_line__yXG-\+ {
  display: flex;
  padding-bottom: 16px
}

.Notifications_line__yXG-\+:not(:last-child) {
  border-bottom: 1px solid #efefef;
  margin-bottom: 32px
}

@media only screen and (max-width:1023px) {
  .Notifications_line__yXG-\+:not(:last-child) {
    margin-bottom: 24px
  }
}

.dark-mode .Notifications_line__yXG-\+:not(:last-child) {
  border-color: #272b30
}

.Notifications_title__fTS5y {
  color: #33383f;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7142857143;
  margin-right: 24px
}

.dark-mode .Notifications_title__fTS5y {
  color: #efefef
}

.Notifications_tooltip__fvV2w {
  position: relative;
  top: -1px
}

.Notifications_tooltip__fvV2w svg {
  fill: #9a9fa5
}

.Notifications_switch__l6QAj {
  margin-left: auto
}

.SignIn_login__OUnq4 {
  align-items: center;
  background: #fcfcfc;
  display: flex;
  justify-content: center;
  padding: 48px
}

@media only screen and (max-width:767px) {
  .SignIn_login__OUnq4 {
    padding: 24px
  }
}

.dark-mode .SignIn_login__OUnq4 {
  background: #1a1d1f
}

.SignIn_wrapper__dEbrX {
  max-width: 296px
}

@media only screen and (max-width:767px) {
  .SignIn_wrapper__dEbrX {
    max-width: 100%
  }
}

.SignIn_logo__cI5sw {
  display: inline-block;
  margin-bottom: 32px;
  width: 48px
}

.SignIn_logo__cI5sw img {
  width: 100%
}

.SignIn_title__PkJy2 {
  margin-bottom: 32px
}

.SignIn_head__LayXi {
  border-bottom: 2px solid #efefef;
  margin-bottom: 32px;
  padding-bottom: 32px
}

.dark-mode .SignIn_head__LayXi {
  border-color: #272b30
}

.SignIn_subtitle__-xh6v {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7142857143;
  margin-bottom: 20px
}

.SignIn_btns__uGyeN {
  display: flex;
  margin: 0 -4px
}

.SignIn_btns__uGyeN .SignIn_button__AWavL {
  flex-basis: calc(50% - 8px);
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0 4px;
  padding: 0 16px;
  width: calc(50% - 8px)
}

.SignIn_btns__uGyeN .SignIn_button__AWavL img {
  margin-right: 10px
}

.SignIn_body__anx-9 .SignIn_button__AWavL {
  width: 100%
}

.SignIn_field__6L3pG {
  margin-bottom: 12px
}

.SignIn_note__Fszq- {
  color: #9a9fa5;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7142857143;
  margin-top: 32px
}

.SignIn_info__F-pyH {
  color: #6f767e;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308;
  margin-top: 32px
}

.SignIn_info__F-pyH a {
  color: #1a1d1f;
  font-weight: 700;
  transition: color .2s
}

.dark-mode .SignIn_info__F-pyH a {
  color: #fcfcfc
}

.SignIn_info__F-pyH a:hover {
  color: #0050b0
}

.SignUp_row__gf-TQ {
  background: #fcfcfc;
  display: flex;
  position: relative
}

.dark-mode .SignUp_row__gf-TQ {
  background: #1a1d1f
}

.SignUp_col__P4r18 {
  padding: 96px 24px
}

@media only screen and (max-width:767px) {
  .SignUp_col__P4r18 {
    padding-bottom: 32px
  }
}

.SignUp_col__P4r18:first-child {
  align-items: center;
  background: #f4f4f4;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  width: 400px
}

@media only screen and (max-width:1023px) {
  .SignUp_col__P4r18:first-child {
    display: none
  }
}

.dark-mode .SignUp_col__P4r18:first-child {
  background: #111315
}

.SignUp_col__P4r18:nth-child(2) {
  align-items: center;
  display: flex;
  flex-grow: 1;
  justify-content: center
}

.SignUp_wrap__Sb\+tf {
  max-width: 212px
}

.SignUp_preview__2tTfS {
  margin: 0 auto 40px;
  max-width: 180px
}

.SignUp_preview__2tTfS img {
  width: 100%
}

.SignUp_subtitle__6SJjc {
  margin-bottom: 48px;
  text-align: center
}

.SignUp_list__JZO4w li {
  color: #6f767e;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7142857143;
  padding-left: 36px;
  position: relative
}

.SignUp_list__JZO4w li:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill-rule='evenodd' d='M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10zm-2 0a8 8 0 1 1-16 0 8 8 0 0 1 8-8 7.98 7.98 0 0 1 5.942 2.644L11 13.586l-2.793-2.793a1 1 0 0 0-1.414 1.414L9.586 15a2 2 0 0 0 2.828 0l6.687-6.687A7.952 7.952 0 0 1 20 12z' fill='%2383bf6e'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px
}

.SignUp_list__JZO4w li:not(:last-child) {
  margin-bottom: 20px
}

.SignUp_logo__RTvwa {
  display: inline-block;
  left: 24px;
  position: absolute;
  top: 24px;
  width: 48px;
  z-index: 2
}

.SignUp_logo__RTvwa img {
  width: 100%
}

.SignUp_info__hKhGG {
  color: #9a9fa5;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308;
  position: absolute;
  right: 40px;
  top: 40px
}

@media only screen and (max-width:1023px) {
  .SignUp_info__hKhGG {
    padding-left: 80px
  }
}

@media only screen and (max-width:767px) {
  .SignUp_info__hKhGG {
    right: 24px
  }
}

.SignUp_info__hKhGG a {
  color: #1a1d1f;
  font-weight: 700;
  transition: color .2s
}

.dark-mode .SignUp_info__hKhGG a {
  color: #fcfcfc
}

.SignUp_info__hKhGG a:hover,
.dark-mode .SignUp_info__hKhGG a:hover {
  color: #0050b0
}

.SignUp_wrapper__5VGbZ {
  max-width: 296px
}

@media only screen and (max-width:767px) {
  .SignUp_wrapper__5VGbZ {
    max-width: 100%
  }
}

.SignUp_title__Ru7Nl {
  margin-bottom: 32px
}

.Entry_head__3Y-lx {
  border-bottom: 2px solid #efefef;
  margin-bottom: 32px;
  padding-bottom: 32px
}

.dark-mode .Entry_head__3Y-lx {
  border-color: #272b30
}

.Entry_info__ff4QO {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7142857143;
  margin-bottom: 20px
}

.Entry_btns__LcVYF {
  display: flex;
  margin: 0 -4px
}

.Entry_btns__LcVYF .Entry_button__c5ego {
  flex-basis: calc(50% - 8px);
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0 4px;
  padding: 0 16px;
  width: calc(50% - 8px)
}

.Entry_btns__LcVYF .Entry_button__c5ego img {
  margin-right: 10px
}

.Entry_body__Y-FHB .Entry_button__c5ego {
  width: 100%
}

.Entry_field__SgxVv {
  margin-bottom: 12px
}

.Entry_note__vw1LL {
  color: #9a9fa5;
  margin-top: 32px
}

.Code_info__IDV-B,
.Entry_note__vw1LL {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7142857143
}

.Code_info__IDV-B {
  margin-bottom: 20px
}

.Code_fieldset__fnOZa {
  display: flex;
  margin: 0 -6px
}

.Code_field__zChAv {
  flex-basis: calc(25% - 12px);
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0 6px;
  width: calc(25% - 12px)
}

.Code_field__zChAv.Code_error__MaMiB .Code_input__VGAsJ {
  background: #ffbc9940;
  border-color: #0000;
  color: #ff6a55
}

.Code_input__VGAsJ {
  background: #efefef;
  border: 2px solid #0000;
  border-radius: 12px;
  color: #1a1d1f;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 600;
  height: 72px;
  padding: 0 6px;
  text-align: center;
  transition: all .2s;
  width: 100%
}

.Code_input__VGAsJ:focus {
  background: #fff;
  border-color: #9a9fa5
}

.dark-mode .Code_input__VGAsJ {
  background: #272b30;
  color: #fcfcfc
}

.dark-mode .Code_input__VGAsJ:focus {
  background: #0000
}

.Code_errorNote__mda3f {
  color: #ff6a55;
  display: none;
  font-size: 12px;
  font-weight: 700;
  font-weight: 500;
  line-height: 1.3333333333;
  margin-top: 12px
}

.Code_button__1xqc5 {
  margin-top: 12px;
  width: 100%
}

.Code_button__1xqc5 .Code_loader__IVJkR {
  display: none;
  margin-right: 16px
}

.Code_note__qFcJO {
  color: #9a9fa5;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7142857143;
  margin-top: 32px
}

.Statements_card__a2Pt0:not(:last-child) {
  margin-bottom: 8px
}

.Overview_list__o8UUP {
  display: flex;
  justify-content: space-between
}

@media only screen and (max-width:1023px) {
  .Overview_list__o8UUP {
    display: block
  }
}

.Overview_item__ubJG5 {
  color: #1a1d1f;
  display: block;
  padding: 0 32px 0 64px
}

@media only screen and (max-width:1339px) {
  .Overview_item__ubJG5 {
    padding: 0 32px 0 48px
  }
}

@media only screen and (max-width:1259px) {
  .Overview_item__ubJG5 {
    padding: 0 32px
  }
}

@media only screen and (max-width:1023px) {
  .Overview_item__ubJG5 {
    display: flex;
    padding: 0
  }
}

.dark-mode .Overview_item__ubJG5 {
  color: #fcfcfc
}

.Overview_item__ubJG5:not(:first-child) {
  border: solid #efefef;
  border-width: 0 0 0 1px
}

@media only screen and (max-width:1023px) {
  .Overview_item__ubJG5:not(:first-child) {
    border-width: 1px 0 0;
    margin-top: 16px;
    padding-top: 16px
  }
}

.dark-mode .Overview_item__ubJG5:not(:first-child) {
  border-color: #272b30
}

.Overview_item__ubJG5:first-child {
  padding-left: 0
}

.Overview_item__ubJG5:last-child {
  padding-right: 0
}

.Overview_icon__C7BL- {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 48px;
  justify-content: center;
  margin-bottom: 24px;
  width: 48px
}

@media only screen and (max-width:1023px) {
  .Overview_icon__C7BL- {
    margin: 0 16px 0 0
  }
}

.Overview_icon__C7BL- svg {
  fill: #1a1d1f
}

.Overview_label__wzbuk {
  align-items: center;
  color: #6f767e;
  display: flex;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308;
  margin-bottom: 8px
}

.Overview_tooltip__dD2Om svg {
  fill: #6f767e
}

.Overview_counter__cluiF {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -.03em;
  line-height: 1;
  min-width: 238px
}

@media only screen and (max-width:1023px) {
  .Overview_counter__cluiF {
    font-size: 40px;
    min-width: auto
  }
}

@media only screen and (max-width:767px) {
  .Overview_counter__cluiF {
    font-size: 32px
  }

  .Transactions_head__xBsk8 {
    flex-wrap: wrap
  }

  .Transactions_head__xBsk8 .Transactions_title__vPPpn {
    flex-grow: 1;
    margin: 0 0 16px;
    width: 100%
  }
}

.Transactions_button__LFQgD {
  margin-left: 16px
}

@media only screen and (max-width:767px) {
  .Transactions_button__LFQgD {
    flex-grow: 1
  }
}

.Transactions_wrapper__D2IoD {
  background: #fcfcfc;
  margin: 0 -24px
}

@media only screen and (max-width:767px) {
  .Transactions_wrapper__D2IoD {
    margin: 0 -16px
  }
}

.dark-mode .Transactions_wrapper__D2IoD {
  background: #0000
}

.Transactions_table__B-apR {
  display: table;
  width: 100%
}

@media only screen and (max-width:1023px) {
  .Transactions_table__B-apR {
    display: block
  }
}

.Transactions_row__-N-sP {
  display: table-row
}

@media only screen and (max-width:1023px) {
  .Transactions_row__-N-sP {
    display: flex;
    flex-direction: column;
    padding: 16px 24px
  }
}

@media only screen and (max-width:767px) {
  .Transactions_row__-N-sP {
    padding: 16px
  }
}

@media only screen and (max-width:1023px) {
  .Transactions_row__-N-sP:first-child {
    display: none
  }
}

.Transactions_row__-N-sP:first-child .Transactions_col__ISmM5 {
  color: #6f767e;
  font-size: 12px;
  font-weight: 700;
  font-weight: 500;
  line-height: 1.3333333333;
  padding-bottom: 16px;
  padding-top: 8px
}

@media only screen and (max-width:1023px) {
  .Transactions_row__-N-sP:nth-child(2n) {
    background: #efefef59
  }

  .dark-mode .Transactions_row__-N-sP:nth-child(2n) {
    background: #272b3080
  }
}

.Transactions_row__-N-sP:nth-child(2n) .Transactions_col__ISmM5 {
  background: #efefef59
}

@media only screen and (max-width:1023px) {
  .Transactions_row__-N-sP:nth-child(2n) .Transactions_col__ISmM5 {
    background: none
  }
}

.dark-mode .Transactions_row__-N-sP:nth-child(2n) .Transactions_col__ISmM5 {
  background: #272b3080
}

@media only screen and (max-width:1023px) {
  .dark-mode .Transactions_row__-N-sP:nth-child(2n) .Transactions_col__ISmM5 {
    background: none
  }
}

.Transactions_col__ISmM5 {
  display: table-cell;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7142857143;
  padding: 10px 16px
}

@media only screen and (max-width:1023px) {
  .Transactions_col__ISmM5 {
    align-items: center;
    display: flex;
    padding: 0
  }
}

.Transactions_col__ISmM5:first-child {
  padding-left: 24px
}

@media only screen and (max-width:1023px) {
  .Transactions_col__ISmM5:first-child {
    padding-left: 0
  }

  .Transactions_col__ISmM5:nth-child(2) {
    align-items: flex-start;
    border-bottom: 1px solid #efefef;
    order: -1;
    padding-bottom: 12px
  }

  .dark-mode .Transactions_col__ISmM5:nth-child(2) {
    border-color: #272b30
  }

  .Transactions_col__ISmM5:nth-child(3) {
    display: none
  }
}

.Transactions_col__ISmM5:last-child {
  padding-right: 24px
}

@media only screen and (max-width:1023px) {
  .Transactions_col__ISmM5:last-child {
    padding-right: 0
  }

  .Transactions_col__ISmM5:not(:last-child) {
    margin-bottom: 12px
  }
}

.Transactions_status__GWOTY {
  color: #1a1d1f;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  white-space: nowrap
}

.Transactions_details__Gp1th {
  display: none
}

@media only screen and (max-width:1023px) {
  .Transactions_details__Gp1th {
    display: block;
    margin-right: auto;
    padding-right: 16px
  }
}

.Transactions_product__GE\+p4 {
  color: #33383f
}

.dark-mode .Transactions_product__GE\+p4 {
  color: #efefef
}

.Transactions_invoice__PIxgX {
  color: #6f767e;
  font-size: 12px;
  font-weight: 700;
  font-weight: 500;
  line-height: 1.3333333333;
  margin-top: 4px
}

.Transactions_negative__UGEhT {
  color: #ff6a55
}

.Transactions_foot__D0Mfm {
  padding: 12px 0;
  text-align: center
}

.Transactions_foot__D0Mfm .Transactions_button__LFQgD .Transactions_loader__SEGyy {
  margin: 0 18px 0 8px;
  transform: scale(.8)
}

.Transactions_label__wUTsI {
  color: #6f767e;
  display: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7142857143;
  margin-right: auto
}

@media only screen and (max-width:1023px) {
  .Transactions_label__wUTsI {
    display: block
  }
}

.UpgradeToPro_packages__9NFg9 {
  margin-bottom: 40px
}

.Packages_packages__sR0xJ {
  background: #fcfcfc;
  border-radius: 8px;
  padding: 48px
}

@media only screen and (max-width:1259px) {
  .Packages_packages__sR0xJ {
    padding: 32px
  }
}

@media only screen and (max-width:767px) {
  .Packages_packages__sR0xJ {
    padding: 24px
  }
}

.dark-mode .Packages_packages__sR0xJ {
  background: #1a1d1f
}

.Packages_list__npd-\+ {
  display: flex;
  flex-wrap: wrap;
  margin: -80px -80px 0
}

@media only screen and (max-width:1419px) {
  .Packages_list__npd-\+ {
    margin: -64px -64px 0
  }
}

@media only screen and (max-width:1023px) {
  .Packages_list__npd-\+ {
    display: block;
    margin: 0
  }
}

.Packages_package__yLIWT {
  display: flex;
  flex: 0 0 50%;
  flex-direction: column;
  margin-top: 80px;
  padding: 0 80px
}

@media only screen and (max-width:1419px) {
  .Packages_package__yLIWT {
    margin-top: 64px;
    padding: 0 64px
  }
}

@media only screen and (max-width:1023px) {
  .Packages_package__yLIWT {
    margin: 0;
    padding: 0
  }
}

.Packages_package__yLIWT:nth-child(odd) {
  border-right: 1px solid #efefef
}

@media only screen and (max-width:1023px) {
  .Packages_package__yLIWT:nth-child(odd) {
    border: none
  }
}

.dark-mode .Packages_package__yLIWT:nth-child(odd) {
  border-color: #272b30
}

@media only screen and (max-width:1023px) {
  .Packages_package__yLIWT:not(:last-child) {
    border-bottom: 1px solid #efefef;
    margin-bottom: 48px;
    padding-bottom: 48px
  }

  .dark-mode .Packages_package__yLIWT:not(:last-child) {
    border-color: #272b30
  }
}

.Packages_top__oPPIq {
  align-items: center;
  display: flex;
  margin-bottom: 24px;
  min-height: 40px
}

.Packages_recommended__OwhZ4 {
  align-items: center;
  background: #37af6c;
  border-radius: 20px;
  display: flex;
  font-size: 13px;
  font-weight: 700;
  height: 36px;
  justify-content: center;
  line-height: 1.8461538462;
  margin-left: 18px;
  padding: 0 14px
}

.dark-mode .Packages_recommended__OwhZ4 {
  color: #1a1d1f
}

.Packages_content__FHU4e {
  color: #6f767e;
  margin-bottom: 24px
}

.Packages_line__S8xnI {
  align-items: center;
  border-color: #efefef;
  border-style: solid;
  border-width: 1px 0;
  display: flex;
  margin-bottom: 24px;
  padding: 24px 0
}

.dark-mode .Packages_line__S8xnI {
  border-color: #272b30
}

.Packages_percent__84uRd {
  margin-right: 24px
}

.Packages_note__P71gA {
  color: #9a9fa5;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308;
  margin-right: auto;
  max-width: 190px
}

.Packages_tooltip__\+KYWU {
  margin-left: 24px
}

@media only screen and (max-width:767px) {
  .Packages_tooltip__\+KYWU {
    display: none
  }
}

.Packages_tooltip__\+KYWU svg {
  fill: #9a9fa5;
  height: 24px;
  width: 24px
}

.Packages_group__aA1jE {
  flex-grow: 1
}

.Packages_item__2C1Wa {
  color: #33383f;
  padding-left: 40px;
  position: relative
}

.dark-mode .Packages_item__2C1Wa {
  color: #efefef
}

.Packages_item__2C1Wa:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill-rule='evenodd' d='M20.707 6.293a1 1 0 0 1 0 1.414l-8.586 8.586a3 3 0 0 1-4.243 0l-3.586-3.586a1 1 0 0 1 1.414-1.414l3.586 3.586a1 1 0 0 0 1.414 0l8.586-8.586a1 1 0 0 1 1.414 0z' fill='%23b5e4ca'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px
}

.Packages_item__2C1Wa:not(:last-child) {
  margin-bottom: 24px
}

.Packages_button__\+VY83 {
  margin-top: 72px;
  width: 100%
}

@media only screen and (max-width:1023px) {
  .Packages_button__\+VY83 {
    margin-top: 48px
  }
}

.Withdrawals_card__qqfOI:not(:last-child) {
  margin-bottom: 8px
}

.Overview_overview__Ie6iT {
  display: flex
}

@media only screen and (max-width:1023px) {
  .Overview_overview__Ie6iT {
    display: block
  }
}

.Overview_list__yUs4a {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin-right: 64px
}

@media only screen and (max-width:1259px) {
  .Overview_list__yUs4a {
    margin-right: 48px
  }
}

@media only screen and (max-width:1023px) {
  .Overview_list__yUs4a {
    display: block;
    margin: 0 0 32px
  }
}

.Overview_item__OrfIJ {
  border-right: 1px solid #efefef;
  color: #1a1d1f;
  display: flex;
  padding: 0 64px
}

@media only screen and (max-width:1419px) {
  .Overview_item__OrfIJ {
    padding: 0 48px
  }
}

@media only screen and (max-width:1339px) {
  .Overview_item__OrfIJ {
    padding: 0 32px
  }
}

@media only screen and (max-width:1023px) {
  .Overview_item__OrfIJ {
    border: none;
    padding: 0
  }
}

.dark-mode .Overview_item__OrfIJ {
  border-color: #272b30;
  color: #fcfcfc
}

.Overview_item__OrfIJ:first-child {
  padding-left: 0
}

@media only screen and (max-width:1023px) {
  .Overview_item__OrfIJ:not(:last-child) {
    border-bottom: 1px solid #efefef;
    margin-bottom: 24px;
    padding-bottom: 24px
  }

  .dark-mode .Overview_item__OrfIJ:not(:last-child) {
    border-color: #272b30
  }
}

.Overview_icon__i9kdf {
  align-items: center;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 48px;
  justify-content: center;
  margin-right: 24px;
  width: 48px
}

.Overview_icon__i9kdf svg {
  fill: #1a1d1f
}

.Overview_label__9hT-P {
  align-items: center;
  color: #6f767e;
  display: flex;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308;
  margin-bottom: 8px
}

.Overview_tooltip__5V2LN svg {
  fill: #6f767e
}

.Overview_counter__a6m8t {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -.03em;
  line-height: 1
}

@media only screen and (max-width:1339px) {
  .Overview_counter__a6m8t {
    font-size: 40px
  }
}

.Overview_button__22VuV {
  flex-shrink: 0
}

@media only screen and (max-width:767px) {
  .Overview_button__22VuV {
    width: 100%
  }
}

.Overview_outer__Rf70Q {
  max-width: 560px
}

.Success_success__gtB\+J {
  padding: 60px 0 24px;
  text-align: center
}

@media only screen and (max-width:767px) {
  .Success_success__gtB\+J {
    padding: 32px 0 16px
  }
}

.Success_icon__Uis1e {
  align-items: center;
  background: #37af6c;
  border-radius: 50%;
  display: flex;
  font-size: 48px;
  height: 128px;
  justify-content: center;
  margin: 0 auto 20px;
  width: 128px
}

.Success_info__RK6x5 {
  color: #33383f;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.6;
  margin-bottom: 8px
}

@media only screen and (max-width:767px) {
  .Success_info__RK6x5 {
    font-size: 18px
  }
}

.dark-mode .Success_info__RK6x5 {
  color: #efefef
}

.Success_price__h5ieW {
  margin-bottom: 16px
}

@media only screen and (max-width:767px) {
  .Success_price__h5ieW {
    font-size: 40px
  }
}

.Success_text__eCkUW {
  color: #6f767e;
  margin-bottom: 20px
}

.Success_text__eCkUW span {
  color: #1a1d1f
}

.dark-mode .Success_text__eCkUW span {
  color: #fcfcfc
}

.History_wrapper__uik1D {
  background: #fcfcfc;
  margin: 0 -24px
}

@media only screen and (max-width:767px) {
  .History_wrapper__uik1D {
    margin: 0 -16px
  }
}

.dark-mode .History_wrapper__uik1D {
  background: #0000
}

.History_table__AJBXA {
  display: table;
  width: 100%
}

.History_row__LDqrV {
  display: table-row
}

.History_row__LDqrV:first-child .History_col__9VNAS {
  color: #6f767e;
  font-size: 12px;
  font-weight: 700;
  font-weight: 500;
  line-height: 1.3333333333;
  padding-bottom: 16px;
  padding-top: 12px
}

.History_row__LDqrV:nth-child(2n) .History_col__9VNAS {
  background: #efefef59
}

.dark-mode .History_row__LDqrV:nth-child(2n) .History_col__9VNAS {
  background: #272b3080
}

.History_col__9VNAS {
  display: table-cell;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7142857143;
  padding: 10px 16px
}

@media only screen and (max-width:767px) {
  .History_col__9VNAS {
    padding: 12px
  }
}

.History_col__9VNAS:first-child {
  color: #6f767e;
  padding-left: 24px
}

@media only screen and (max-width:767px) {
  .History_col__9VNAS:first-child {
    padding-left: 16px
  }
}

.History_col__9VNAS:last-child {
  padding-right: 24px
}

@media only screen and (max-width:767px) {
  .History_col__9VNAS:last-child {
    padding-right: 16px;
    text-align: right
  }

  .History_col__9VNAS:nth-child(2),
  .History_col__9VNAS:nth-child(3) {
    display: none
  }
}

.History_status__XqazZ {
  color: #1a1d1f;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px
}

.PointsCenter_container__Ntq4W {
  background: #1a1d1f;
  border-radius: 16px;
  padding: 26px 24px 24px;
  position: relative
}

.PointsCenter_container__Ntq4W img[alt~=success-background] {
  bottom: 0;
  height: 100%;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  pointer-events: none;
  right: 0;
  top: 0;
  transform: scale(1)
}