:export {
  animate-overflow__margin: 40px;
  l-list-header__height: 2.5em;
  l-icon__height: 7.85em;
  l-icon-discrete__height: 7.68em;
  max-width: 600px;
  avatar-colors-light: #a9eca3, #b3f4e1, #a4e3fe, #afc1ff, #c3aeff, #b0cdfa, #ff9de4, #ff9d9d, #ffc28a, #ffd89d, #ddc196, #fff1bb;
}
.relative-height {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
}
.relative-height::before {
  content: " ";
  display: table;
}
.relative-height__content {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  contain: strict;
}
:export {
  animate-overflow__margin: 40px;
  l-list-header__height: 2.5em;
  l-icon__height: 7.85em;
  l-icon-discrete__height: 7.68em;
  max-width: 600px;
  avatar-colors-light: #a9eca3, #b3f4e1, #a4e3fe, #afc1ff, #c3aeff, #b0cdfa, #ff9de4, #ff9d9d, #ffc28a, #ffd89d, #ddc196, #fff1bb;
}
.loading-container {
  min-height: 100%;
}
.loading-container__error-box {
  flex-grow: 1;
}
.loading-container__error-message {
  display: block;
  text-align: center;
  margin: -64px 0 2em;
  font-size: 1.2em;
  color: #757575;
}
.loading-container__error-picture {
  width: 100%;
  height: 100%;
}
.loading-container__loading-wrapper {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.lds-ellipsis {
  margin: auto;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis__child {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #009688;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.dark .lds-ellipsis__child {
  background: #9C7AEB;
}
.lds-ellipsis__child:nth-child(1) {
  left: 8px /*rtl:ignore*/;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis__child:nth-child(2) {
  left: 8px /*rtl:ignore*/;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis__child:nth-child(3) {
  left: 32px /*rtl:ignore*/;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis__child:nth-child(4) {
  left: 56px /*rtl:ignore*/;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
0% {
    transform: scale(0);
}
100% {
    transform: scale(1);
}
}
@keyframes lds-ellipsis3 {
0% {
    transform: scale(1);
}
100% {
    transform: scale(0);
}
}
@keyframes lds-ellipsis2 {
0% {
    transform: translate(0, 0);
}
100% {
    transform: translate(24px, 0);
}
}
:export {
  animate-overflow__margin: 40px;
  l-list-header__height: 2.5em;
  l-icon__height: 7.85em;
  l-icon-discrete__height: 7.68em;
  max-width: 600px;
  avatar-colors-light: #a9eca3, #b3f4e1, #a4e3fe, #afc1ff, #c3aeff, #b0cdfa, #ff9de4, #ff9d9d, #ffc28a, #ffd89d, #ddc196, #fff1bb;
}
.icon {
  justify-content: center;
  align-items: center;
  display: block;
  width: 32px;
  height: 32px;
}
.svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
:export {
  animate-overflow__margin: 40px;
  l-list-header__height: 2.5em;
  l-icon__height: 7.85em;
  l-icon-discrete__height: 7.68em;
  max-width: 600px;
  avatar-colors-light: #a9eca3, #b3f4e1, #a4e3fe, #afc1ff, #c3aeff, #b0cdfa, #ff9de4, #ff9d9d, #ffc28a, #ffd89d, #ddc196, #fff1bb;
}
.bottom-nav {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 100;
  max-width: 650px;
  margin: auto;
  contain: style;
}
.dark .bottom-nav {
  border-top-color: #464646;
}
.bottom-nav__extra-pad {
  display: flex;
  position: absolute;
  top: 0;
  bottom: -3rem;
  left: -2px;
  right: -2px;
  border-bottom: 0;
  border-top-right-radius: 2.3em 1.9em;
  border-top-left-radius: 2.3em 1.9em;
  transition: transform 0.3s;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.47));
}
.bottom-nav--expanded .bottom-nav__extra-pad {
  transform: translate(0, -2.4em);
}
.bottom-nav__extra-pad::before, .bottom-nav__extra-pad::after {
  content: "";
  flex-grow: 1;
  margin: 0 -2px;
  background: white;
}
.dark .bottom-nav__extra-pad::before, .dark .bottom-nav__extra-pad::after {
  background: #29233b;
}
.bottom-nav__extra-pad::before {
  border-top-right-radius: 1.2em 1.8em;
  border-top-left-radius: 0;
}
.ltr .bottom-nav__extra-pad::before {
  border-top-left-radius: 1.2em 1.8em;
  border-top-right-radius: 0;
}
.bottom-nav__extra-pad::after {
  border-top-right-radius: 0;
  border-top-left-radius: 1.2em 1.8em;
}
.ltr .bottom-nav__extra-pad::after {
  border-top-left-radius: 0;
  border-top-right-radius: 1.2em 1.8em;
}
.no-flex .bottom-nav__extra-pad {
  background: white;
}
.dark.no-flex .bottom-nav__extra-pad {
  background: #29233b;
}
.bottom-nav__curve {
  display: flex;
  flex-direction: column;
}
.bottom-nav__curve::after {
  content: "";
  display: block;
  flex-grow: 1;
  margin-top: -2px;
  background: white;
}
.dark .bottom-nav__curve::after {
  background: #29233b;
}
.bottom-nav__curve-icon {
  width: 5.8em;
  height: auto;
  color: white;
  display: flex;
}
.dark .bottom-nav__curve-icon {
  color: #29233b;
}
.bottom-nav__list {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
  border: 2px solid #ececee;
  border-width: 0 2px;
  justify-content: flex-start;
  transform: translate(0, -4.3em);
  transition: transform 0.3s;
  border-top-right-radius: 2.3em 1.9em;
  border-top-left-radius: 2.3em 1.9em;
}
.bottom-nav--dragging .bottom-nav__list {
  transition: none;
}
.no-flex .bottom-nav__list {
  display: block;
}
.bottom-nav__item {
  flex: 0 0 auto;
  contain: size style layout;
  width: 25%;
  height: 4.3em;
  max-width: 165px;
  position: relative;
  margin-bottom: 2em;
  z-index: 1;
  transition: transform 0.3s;
  transform: scale(0.9);
  display: inline-block;
  order: 2;
}
.bottom-nav__item:first-child, .bottom-nav__item:nth-child(2), .bottom-nav__item:nth-child(3) {
  order: 0 !important;
}
.bottom-nav__item-title {
  position: relative;
  margin-top: -10px;
  display: block;
  font-size: 0.9em;
}
.bottom-nav__link--current .bottom-nav__item-title {
  color: #9C7AEB;
}
.bottom-nav--expanded .bottom-nav__item-title {
  top: 1em;
}
.bottom-nav__link {
  display: block;
  padding: 0 0.75em 0.5em;
  white-space: nowrap;
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
  flex-direction: column;
}
.bottom-nav__link--main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.bottom-nav__item-icon {
  width: 1.8em;
  height: 1.8em;
  color: #747579;
  position: relative;
  contain: strict;
}
.dark .bottom-nav__item-icon {
  color: white;
}
.bottom-nav__link--current .bottom-nav__item-icon {
  color: #9C7AEB;
}
.bottom-nav--expanded .bottom-nav__link--current .bottom-nav__item-icon {
  color: white;
}
.bottom-nav__icon-wrapper {
  padding: 0.8em;
  display: flex;
  position: relative;
}
.bottom-nav__icon-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #f1f3f8;
  border-radius: 50%;
  opacity: 0;
}
.dark .bottom-nav__icon-wrapper::before {
  background: #453D5D;
}
.bottom-nav__link--current .bottom-nav__icon-wrapper::before {
  background: #9C7AEB;
}
.bottom-nav--expanded .bottom-nav__icon-wrapper::before {
  opacity: 1;
}
.buttom-nav__main-button {
  padding: 1.26em;
  color: white;
  width: 5.16em;
  height: 5.16em;
  border-radius: 50%;
  margin: auto;
  transition-duration: 0.3s;
  transition-property: transform, border-radius, background-color;
  transform: translate(0, -1.7em);
  cursor: pointer;
  contain: strict;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: -0.6em;
  font-size: 0.85em;
}
.bottom-nav--expanded .buttom-nav__main-button {
  cursor: move;
  transform: translate(0, -4.6em);
}
.buttom-nav__main-button::before, .buttom-nav__main-button::after {
  content: "";
  background: #20c464;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.buttom-nav__main-button::before {
  animation: bottom-nav__curve 2s infinite cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0.5;
}
.bottom-nav--dragging .buttom-nav__main-button::before {
  animation-play-state: paused;
}
.buttom-nav__main-button::after {
  transform: scale(0.8);
  background: #20c464;
}
.buttom-nav__main-button-icon {
  width: auto;
  height: auto;
}
.bottom-nav__backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: opacity 0.3s;
  will-change: transform;
  background: rgba(0, 0, 0, 0.5);
}
@keyframes bottom-nav__curve {
0%, 20%, 100% {
    transform: scale(0.9);
}
60% {
    transform: scale(0.8);
}
}
:export {
  animate-overflow__margin: 40px;
  l-list-header__height: 2.5em;
  l-icon__height: 7.85em;
  l-icon-discrete__height: 7.68em;
  max-width: 600px;
  avatar-colors-light: #a9eca3, #b3f4e1, #a4e3fe, #afc1ff, #c3aeff, #b0cdfa, #ff9de4, #ff9d9d, #ffc28a, #ffd89d, #ddc196, #fff1bb;
}
.dialog__backdrop {
  z-index: 1000;
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.dialog__wrapper {
  z-index: 1001;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  max-width: 600px;
  margin: auto;
}
.dialog__box {
  background: white;
  margin: 3em 1.2em 1em;
  border-radius: 6px;
  overflow: hidden;
  flex-grow: 1;
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.35);
}
.dialog__backdrop-enter-active {
  animation: dialog__backdrop-enter 0.4s;
}
.dialog__backdrop-leave-active {
  animation: dialog__backdrop-enter 0.4s reverse;
}
@keyframes dialog__backdrop-enter {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
.dialog__box-enter-active {
  animation: dialog__box-enter 0.3s;
}
.dialog__box-leave-active {
  animation: dialog__box-leave 0.2s ease-in;
}
@keyframes dialog__box-enter {
from {
    transform: scale(0.87);
    opacity: 0;
}
to {
    transform: scale(1);
    opacity: 1;
}
}
@keyframes dialog__box-leave {
from {
    transform: scale(1);
    opacity: 1;
}
to {
    transform: scale(0.77);
    opacity: 0;
}
}
:export {
  animate-overflow__margin: 40px;
  l-list-header__height: 2.5em;
  l-icon__height: 7.85em;
  l-icon-discrete__height: 7.68em;
  max-width: 600px;
  avatar-colors-light: #a9eca3, #b3f4e1, #a4e3fe, #afc1ff, #c3aeff, #b0cdfa, #ff9de4, #ff9d9d, #ffc28a, #ffd89d, #ddc196, #fff1bb;
}
.dark .dialog__box {
  background-color: #1f1a2e;
}
:export {
  animate-overflow__margin: 40px;
  l-list-header__height: 2.5em;
  l-icon__height: 7.85em;
  l-icon-discrete__height: 7.68em;
  max-width: 600px;
  avatar-colors-light: #a9eca3, #b3f4e1, #a4e3fe, #afc1ff, #c3aeff, #b0cdfa, #ff9de4, #ff9d9d, #ffc28a, #ffd89d, #ddc196, #fff1bb;
}
.gw-button {
  text-align: center;
  min-width: 5.6em;
  text-decoration: none;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  outline: none;
  position: relative;
  color: white;
  background-color: #1172fb;
  font-size: 0.9em;
  padding: 0.54rem 1.4rem;
}
.dark .gw-button {
  background-color: #9C7AEB;
}
.gw-button--danger {
  background: #FF5722;
  border-color: #FF5722;
  color: #ffece5;
}
.gw-button:disabled {
  background-color: rgba(75, 175, 80, 0.63);
  cursor: inherit;
}
.loading-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: inherit;
  border-radius: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  background: inherit;
}

/* Loading */
.lds-ring {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 2em;
  height: 2em;
  font-size: 0.8em;
}
.lds-ring__child {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 1.6em;
  height: 1.6em;
  margin: 0.2em;
  border: 0.2em solid currentColor;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: currentColor transparent transparent transparent;
}
.lds-ring__child:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring__child:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring__child:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
/* End Loading */
:export {
  animate-overflow__margin: 40px;
  l-list-header__height: 2.5em;
  l-icon__height: 7.85em;
  l-icon-discrete__height: 7.68em;
  max-width: 600px;
  avatar-colors-light: #a9eca3, #b3f4e1, #a4e3fe, #afc1ff, #c3aeff, #b0cdfa, #ff9de4, #ff9d9d, #ffc28a, #ffd89d, #ddc196, #fff1bb;
}
.alert .dialog__box {
  max-width: 80%;
}
.alert__text-box {
  padding: 1em;
  font-size: 1.1em;
  white-space: pre-wrap;
}
.alert__actions {
  display: flex;
}
.no-flex .alert__actions {
  display: block;
}
.alert__action {
  margin: 0 auto 1em 0.6em;
  float: left;
}
.ltr .alert__action {
  margin: 0 0.6em 1em auto;
  float: right;
}
:export {
  animate-overflow__margin: 40px;
  l-list-header__height: 2.5em;
  l-icon__height: 7.85em;
  l-icon-discrete__height: 7.68em;
  max-width: 600px;
  avatar-colors-light: #a9eca3, #b3f4e1, #a4e3fe, #afc1ff, #c3aeff, #b0cdfa, #ff9de4, #ff9d9d, #ffc28a, #ffd89d, #ddc196, #fff1bb;
}
.confirm .dialog__box {
  max-width: 80%;
}
.confirm__text-box {
  padding: 1em;
  font-size: 1.1em;
}
.confirm__actions {
  display: flex;
}
.confirm__actions::before {
  content: "";
  flex-grow: 1;
}
.confirm__action {
  margin: 0 0.6em 1em;
}
:export {
  animate-overflow__margin: 40px;
  l-list-header__height: 2.5em;
  l-icon__height: 7.85em;
  l-icon-discrete__height: 7.68em;
  max-width: 600px;
  avatar-colors-light: #a9eca3, #b3f4e1, #a4e3fe, #afc1ff, #c3aeff, #b0cdfa, #ff9de4, #ff9d9d, #ffc28a, #ffd89d, #ddc196, #fff1bb;
}
.android-loader__spinner {
  animation: android-loader__rotator 1.4s linear infinite;
  position: fixed;
  contain: strict;
  margin: auto;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
}
@keyframes android-loader__rotator {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(270deg);
}
}
.android-loader__path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: android-loader__dash 1.4s ease-in-out infinite, android-loader__colors 5.6s ease-in-out infinite;
}
@keyframes android-loader__colors {
0% {
    stroke: #4285F4;
}
25% {
    stroke: #DE3E35;
}
50% {
    stroke: #F7C223;
}
75% {
    stroke: #1B9A59;
}
100% {
    stroke: #4285F4;
}
}
@keyframes android-loader__dash {
0% {
    stroke-dashoffset: 187;
}
50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
}
100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
}
}
:export {
  animate-overflow__margin: 40px;
  l-list-header__height: 2.5em;
  l-icon__height: 7.85em;
  l-icon-discrete__height: 7.68em;
  max-width: 600px;
  avatar-colors-light: #a9eca3, #b3f4e1, #a4e3fe, #afc1ff, #c3aeff, #b0cdfa, #ff9de4, #ff9d9d, #ffc28a, #ffd89d, #ddc196, #fff1bb;
}
.toast {
  padding-right: 1rem;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  border: 1.5px solid;
  border-radius: 24px;
  position: fixed;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-weight: 500;
  z-index: 500;
  max-width: 500px;
}
.ltr .toast {
  padding-right: 0;
  padding-left: 1rem;
}
.toast--error {
  color: #DF6461;
  background-color: #FFF3F3;
  border-color: #FFC0BF;
}
.toast--success {
  color: #2D9634;
  background-color: #F0FCF0;
  border-color: #A9E2AD;
}
.toast__icon {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}
.toast__message {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-right: 1rem;
  margin-left: auto;
}
.ltr .toast__message {
  margin-left: 1rem;
  margin-right: auto;
}
.toast__action {
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  cursor: pointer;
}
.toast-enter-active, .toast-leave-active {
  transition: transform 0.3s;
  will-change: transform;
}
.toast-enter, .toast-leave-to {
  transform: translateY(100%) !important;
}
:export {
  animate-overflow__margin: 40px;
  l-list-header__height: 2.5em;
  l-icon__height: 7.85em;
  l-icon-discrete__height: 7.68em;
  max-width: 600px;
  avatar-colors-light: #a9eca3, #b3f4e1, #a4e3fe, #afc1ff, #c3aeff, #b0cdfa, #ff9de4, #ff9d9d, #ffc28a, #ffd89d, #ddc196, #fff1bb;
}
.truncate-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.square.square {
  -webkit-mask-image: url("data:image/svg+xml;,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M8.208%208.208c10.944-10.944%2036.64-10.944%2047.584%200%2010.944%2010.944%2010.944%2036.64%200%2047.584-10.944%2010.944-36.64%2010.944-47.584%200-10.944-10.944-10.944-36.64%200-47.584z%22%2F%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml;,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M8.208%208.208c10.944-10.944%2036.64-10.944%2047.584%200%2010.944%2010.944%2010.944%2036.64%200%2047.584-10.944%2010.944-36.64%2010.944-47.584%200-10.944-10.944-10.944-36.64%200-47.584z%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  border-radius: 50%;
}
@supports ((-webkit-mask-size: contain) or (mask-size: contain)) {
.square.square {
    border-radius: 0;
}
}
.w-full {
  width: 100%;
}
.d-flex, .flex, .flex-center {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.items-center, .flex-center {
  align-items: center;
}
.justify-center, .flex-center {
  justify-content: center;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.no-flex .row {
  display: block;
}
.col-1 {
  width: 8.3333333333%;
}
.col-2 {
  width: 16.6666666667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.3333333333%;
}
.col-5 {
  width: 41.6666666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.3333333333%;
}
.col-8 {
  width: 66.6666666667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.3333333333%;
}
.col-11 {
  width: 91.6666666667%;
}
.col-12 {
  width: 100%;
}
.relative {
  position: relative;
}
html, body, .app, .app__page-container,
.app__page-loading-container, .router-root {
  height: 100%;
}
html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: IRANSans, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin: 0 /* rtl:ignore */;
  box-sizing: border-box;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #444444;
  font-size: 0.8em;
}
html, body {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 390px) {
body {
    font-size: 1em;
}
}
.dark {
  background-color: #1b1728;
  color: #e1e1e1;
}
input, button, textarea, select {
  font: inherit;
  color: inherit;
}
*, *::before, *::after {
  box-sizing: inherit;
}
img, video {
  max-width: 100%;
  -webkit-user-drag: none;
}
.ltr .rtl-icon {
  transform: scaleX(-1);
}
.gap-scrollable {
  /**
   * There is a bug in older versions of chrome:
   * Scrollbar width computed twice and pull contents forward
   */
  will-change: transform;
  scroll-behavior: smooth;
}
.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.25s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
.spacer {
  flex-grow: 1;
}
@keyframes fadeInUp {
from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
.fade-to-bottom-enter-active {
  animation: fadeInUp 0.3s;
}
.fade-to-bottom-leave-active {
  animation: fadeInUp 0.3s reverse;
}
.dark .gap-scrollable {
  scrollbar-color: #453D5D transparent;
  scrollbar-color: dark;
}
.dark .gap-scrollable::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.dark .gap-scrollable::-webkit-scrollbar-thumb {
  background-color: #453D5D;
}
.app__page-container {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.app__page-loading-container {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.router-root {
  flex: 0 0 auto;
  width: 100%;
  position: relative;
}
.router-root:nth-child(2) {
  position: relative;
  left: 100%;
}
.ltr .router-root:nth-child(2) {
  left: auto;
  right: 100%;
}
@media (min-width: 600px) {
.app {
    width: 600px;
    margin: auto;
}
body {
    background: #eaeaea;
}
.categories__buttons,
.categories__list {
    max-width: 440px;
    margin: 0em auto 1em !important;
}
}
.ad__badge {
  background: rgba(43, 131, 250, 0.9);
  color: #e3efff;
  font-weight: 300;
  padding: 0.2em 1.1em;
  border-radius: 1rem;
  margin: 0.2rem;
  position: absolute;
  font-size: 0.5rem;
  bottom: 0;
  right: auto;
  left: 0;
}
.ltr .ad__badge {
  left: auto;
  right: 0;
}
.list-item__button {
  margin-top: 0.5em;
  padding: 0.3rem 0.8rem;
  display: none;
}
.layout--action .list-item__button {
  display: block;
}
