@import url(https://use.fontawesome.com/releases/v5.0.13/css/all.css);
@import url(https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css);
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap);
.noty_layout_mixin, #noty_layout__top, #noty_layout__topLeft, #noty_layout__topCenter, #noty_layout__topRight, #noty_layout__bottom, #noty_layout__bottomLeft, #noty_layout__bottomCenter, #noty_layout__bottomRight, #noty_layout__center, #noty_layout__centerLeft, #noty_layout__centerRight {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 9999999;
  transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  filter: blur(0);
  -webkit-filter: blur(0);
  max-width: 90%; }

#noty_layout__top {
  top: 0;
  left: 5%;
  width: 90%; }

#noty_layout__topLeft {
  top: 20px;
  left: 20px;
  width: 325px; }

#noty_layout__topCenter {
  top: 5%;
  left: 50%;
  width: 325px;
  transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__topRight {
  top: 20px;
  right: 20px;
  width: 325px; }

#noty_layout__bottom {
  bottom: 0;
  left: 5%;
  width: 90%; }

#noty_layout__bottomLeft {
  bottom: 20px;
  left: 20px;
  width: 325px; }

#noty_layout__bottomCenter {
  bottom: 5%;
  left: 50%;
  width: 325px;
  transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__bottomRight {
  bottom: 20px;
  right: 20px;
  width: 325px; }

#noty_layout__center {
  top: 50%;
  left: 50%;
  width: 325px;
  transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__centerLeft {
  top: 50%;
  left: 20px;
  width: 325px;
  transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__centerRight {
  top: 50%;
  right: 20px;
  width: 325px;
  transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); }

.noty_progressbar {
  display: none; }

.noty_has_timeout .noty_progressbar {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #646464;
  opacity: 0.2;
  filter: alpha(opacity=10); }

.noty_bar {
  -webkit-backface-visibility: hidden;
  transform: translate(0, 0) scale(1, 1);
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden; }

.noty_effects_open {
  opacity: 0;
  transform: translate(50%);
  -webkit-animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.noty_effects_close {
  -webkit-animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.noty_fix_effects_height {
  -webkit-animation: noty_anim_height 75ms ease-out;
          animation: noty_anim_height 75ms ease-out; }

.noty_close_with_click {
  cursor: pointer; }

.noty_close_button {
  position: absolute;
  top: 2px;
  right: 2px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  cursor: pointer;
  transition: all .2s ease-out; }

.noty_close_button:hover {
  background-color: rgba(0, 0, 0, 0.1); }

.noty_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
  opacity: .3;
  left: 0;
  top: 0; }

.noty_modal.noty_modal_open {
  opacity: 0;
  -webkit-animation: noty_modal_in .3s ease-out;
          animation: noty_modal_in .3s ease-out; }

.noty_modal.noty_modal_close {
  -webkit-animation: noty_modal_out .3s ease-out;
          animation: noty_modal_out .3s ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@-webkit-keyframes noty_modal_in {
  100% {
    opacity: .3; } }

@keyframes noty_modal_in {
  100% {
    opacity: .3; } }

@-webkit-keyframes noty_modal_out {
  100% {
    opacity: 0; } }

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

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

@-webkit-keyframes noty_anim_in {
  100% {
    transform: translate(0);
    opacity: 1; } }

@keyframes noty_anim_in {
  100% {
    transform: translate(0);
    opacity: 1; } }

@-webkit-keyframes noty_anim_out {
  100% {
    transform: translate(50%);
    opacity: 0; } }

@keyframes noty_anim_out {
  100% {
    transform: translate(50%);
    opacity: 0; } }

@-webkit-keyframes noty_anim_height {
  100% {
    height: 0; } }

@keyframes noty_anim_height {
  100% {
    height: 0; } }

.noty_theme__relax.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative; }
  .noty_theme__relax.noty_bar .noty_body {
    padding: 10px; }
  .noty_theme__relax.noty_bar .noty_buttons {
    border-top: 1px solid #e7e7e7;
    padding: 5px 10px; }

.noty_theme__relax.noty_type__alert,
.noty_theme__relax.noty_type__notification {
  background-color: #fff;
  border: 1px solid #dedede;
  color: #444; }

.noty_theme__relax.noty_type__warning {
  background-color: #FFEAA8;
  border: 1px solid #FFC237;
  color: #826200; }
  .noty_theme__relax.noty_type__warning .noty_buttons {
    border-color: #dfaa30; }

.noty_theme__relax.noty_type__error {
  background-color: #FF8181;
  border: 1px solid #e25353;
  color: #FFF; }
  .noty_theme__relax.noty_type__error .noty_buttons {
    border-color: darkred; }

.noty_theme__relax.noty_type__info,
.noty_theme__relax.noty_type__information {
  background-color: #78C5E7;
  border: 1px solid #3badd6;
  color: #FFF; }
  .noty_theme__relax.noty_type__info .noty_buttons,
  .noty_theme__relax.noty_type__information .noty_buttons {
    border-color: #0B90C4; }

.noty_theme__relax.noty_type__success {
  background-color: #BCF5BC;
  border: 1px solid #7cdd77;
  color: darkgreen; }
  .noty_theme__relax.noty_type__success .noty_buttons {
    border-color: #50C24E; }

.noty_theme__metroui.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.298039) 0 0 5px 0; }
  .noty_theme__metroui.noty_bar .noty_progressbar {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: #000;
    opacity: 0.2;
    filter: alpha(opacity=20); }
  .noty_theme__metroui.noty_bar .noty_body {
    padding: 1.25em;
    font-size: 14px; }
  .noty_theme__metroui.noty_bar .noty_buttons {
    padding: 0 10px .5em 10px; }

.noty_theme__metroui.noty_type__alert,
.noty_theme__metroui.noty_type__notification {
  background-color: #fff;
  color: #1d1d1d; }

.noty_theme__metroui.noty_type__warning {
  background-color: #FA6800;
  color: #fff; }

.noty_theme__metroui.noty_type__error {
  background-color: #CE352C;
  color: #FFF; }

.noty_theme__metroui.noty_type__info,
.noty_theme__metroui.noty_type__information {
  background-color: #1BA1E2;
  color: #FFF; }

.noty_theme__metroui.noty_type__success {
  background-color: #60A917;
  color: #fff; }

.noty_theme__mint.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative; }
  .noty_theme__mint.noty_bar .noty_body {
    padding: 10px;
    font-size: 14px; }
  .noty_theme__mint.noty_bar .noty_buttons {
    padding: 10px; }

.noty_theme__mint.noty_type__alert,
.noty_theme__mint.noty_type__notification {
  background-color: #fff;
  border-bottom: 1px solid #D1D1D1;
  color: #2F2F2F; }

.noty_theme__mint.noty_type__warning {
  background-color: #FFAE42;
  border-bottom: 1px solid #E89F3C;
  color: #fff; }

.noty_theme__mint.noty_type__error {
  background-color: #DE636F;
  border-bottom: 1px solid #CA5A65;
  color: #fff; }

.noty_theme__mint.noty_type__info,
.noty_theme__mint.noty_type__information {
  background-color: #7F7EFF;
  border-bottom: 1px solid #7473E8;
  color: #fff; }

.noty_theme__mint.noty_type__success {
  background-color: #AFC765;
  border-bottom: 1px solid #A0B55C;
  color: #fff; }

.noty_theme__sunset.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative; }
  .noty_theme__sunset.noty_bar .noty_body {
    padding: 10px;
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }
  .noty_theme__sunset.noty_bar .noty_buttons {
    padding: 10px; }

.noty_theme__sunset.noty_type__alert,
.noty_theme__sunset.noty_type__notification {
  background-color: #073B4C;
  color: #fff; }
  .noty_theme__sunset.noty_type__alert .noty_progressbar,
  .noty_theme__sunset.noty_type__notification .noty_progressbar {
    background-color: #fff; }

.noty_theme__sunset.noty_type__warning {
  background-color: #FFD166;
  color: #fff; }

.noty_theme__sunset.noty_type__error {
  background-color: #EF476F;
  color: #fff; }
  .noty_theme__sunset.noty_type__error .noty_progressbar {
    opacity: .4; }

.noty_theme__sunset.noty_type__info,
.noty_theme__sunset.noty_type__information {
  background-color: #118AB2;
  color: #fff; }
  .noty_theme__sunset.noty_type__info .noty_progressbar,
  .noty_theme__sunset.noty_type__information .noty_progressbar {
    opacity: .6; }

.noty_theme__sunset.noty_type__success {
  background-color: #06D6A0;
  color: #fff; }

.noty_theme__bootstrap-v3.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  border-radius: 4px; }
  .noty_theme__bootstrap-v3.noty_bar .noty_body {
    padding: 15px; }
  .noty_theme__bootstrap-v3.noty_bar .noty_buttons {
    padding: 10px; }
  .noty_theme__bootstrap-v3.noty_bar .noty_close_button {
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    background: transparent; }
  .noty_theme__bootstrap-v3.noty_bar .noty_close_button:hover {
    background: transparent;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5; }

.noty_theme__bootstrap-v3.noty_type__alert,
.noty_theme__bootstrap-v3.noty_type__notification {
  background-color: #fff;
  color: inherit; }

.noty_theme__bootstrap-v3.noty_type__warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
  border-color: #faebcc; }

.noty_theme__bootstrap-v3.noty_type__error {
  background-color: #f2dede;
  color: #a94442;
  border-color: #ebccd1; }

.noty_theme__bootstrap-v3.noty_type__info,
.noty_theme__bootstrap-v3.noty_type__information {
  background-color: #d9edf7;
  color: #31708f;
  border-color: #bce8f1; }

.noty_theme__bootstrap-v3.noty_type__success {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6; }

.noty_theme__bootstrap-v4.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  border-radius: .25rem; }
  .noty_theme__bootstrap-v4.noty_bar .noty_body {
    padding: .75rem 1.25rem; }
  .noty_theme__bootstrap-v4.noty_bar .noty_buttons {
    padding: 10px; }
  .noty_theme__bootstrap-v4.noty_bar .noty_close_button {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .5;
    background: transparent; }
  .noty_theme__bootstrap-v4.noty_bar .noty_close_button:hover {
    background: transparent;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .75; }

.noty_theme__bootstrap-v4.noty_type__alert,
.noty_theme__bootstrap-v4.noty_type__notification {
  background-color: #fff;
  color: inherit; }

.noty_theme__bootstrap-v4.noty_type__warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
  border-color: #faebcc; }

.noty_theme__bootstrap-v4.noty_type__error {
  background-color: #f2dede;
  color: #a94442;
  border-color: #ebccd1; }

.noty_theme__bootstrap-v4.noty_type__info,
.noty_theme__bootstrap-v4.noty_type__information {
  background-color: #d9edf7;
  color: #31708f;
  border-color: #bce8f1; }

.noty_theme__bootstrap-v4.noty_type__success {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6; }

.noty_theme__semanticui.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  font-size: 1em;
  border-radius: .28571429rem;
  box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 0 0 0 transparent; }
  .noty_theme__semanticui.noty_bar .noty_body {
    padding: 1em 1.5em;
    line-height: 1.4285em; }
  .noty_theme__semanticui.noty_bar .noty_buttons {
    padding: 10px; }

.noty_theme__semanticui.noty_type__alert,
.noty_theme__semanticui.noty_type__notification {
  background-color: #f8f8f9;
  color: rgba(0, 0, 0, 0.87); }

.noty_theme__semanticui.noty_type__warning {
  background-color: #fffaf3;
  color: #573a08;
  box-shadow: 0 0 0 1px #c9ba9b inset, 0 0 0 0 transparent; }

.noty_theme__semanticui.noty_type__error {
  background-color: #fff6f6;
  color: #9f3a38;
  box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent; }

.noty_theme__semanticui.noty_type__info,
.noty_theme__semanticui.noty_type__information {
  background-color: #f8ffff;
  color: #276f86;
  box-shadow: 0 0 0 1px #a9d5de inset, 0 0 0 0 transparent; }

.noty_theme__semanticui.noty_type__success {
  background-color: #fcfff5;
  color: #2c662d;
  box-shadow: 0 0 0 1px #a3c293 inset, 0 0 0 0 transparent; }

.noty_theme__nest.noty_bar {
  margin: 0 0 15px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.098039) 5px 4px 10px 0; }
  .noty_theme__nest.noty_bar .noty_body {
    padding: 10px;
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }
  .noty_theme__nest.noty_bar .noty_buttons {
    padding: 10px; }

.noty_layout .noty_theme__nest.noty_bar {
  z-index: 5; }

.noty_layout .noty_theme__nest.noty_bar:nth-child(2) {
  position: absolute;
  top: 0;
  margin-top: 4px;
  margin-right: -4px;
  margin-left: 4px;
  z-index: 4;
  width: 100%; }

.noty_layout .noty_theme__nest.noty_bar:nth-child(3) {
  position: absolute;
  top: 0;
  margin-top: 8px;
  margin-right: -8px;
  margin-left: 8px;
  z-index: 3;
  width: 100%; }

.noty_layout .noty_theme__nest.noty_bar:nth-child(4) {
  position: absolute;
  top: 0;
  margin-top: 12px;
  margin-right: -12px;
  margin-left: 12px;
  z-index: 2;
  width: 100%; }

.noty_layout .noty_theme__nest.noty_bar:nth-child(5) {
  position: absolute;
  top: 0;
  margin-top: 16px;
  margin-right: -16px;
  margin-left: 16px;
  z-index: 1;
  width: 100%; }

.noty_layout .noty_theme__nest.noty_bar:nth-child(n+6) {
  position: absolute;
  top: 0;
  margin-top: 20px;
  margin-right: -20px;
  margin-left: 20px;
  z-index: -1;
  width: 100%; }

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(2),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(2) {
  margin-top: 4px;
  margin-left: -4px;
  margin-right: 4px; }

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(3),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(3) {
  margin-top: 8px;
  margin-left: -8px;
  margin-right: 8px; }

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(4),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(4) {
  margin-top: 12px;
  margin-left: -12px;
  margin-right: 12px; }

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(5),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(5) {
  margin-top: 16px;
  margin-left: -16px;
  margin-right: 16px; }

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(n+6),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(n+6) {
  margin-top: 20px;
  margin-left: -20px;
  margin-right: 20px; }

.noty_theme__nest.noty_type__alert,
.noty_theme__nest.noty_type__notification {
  background-color: #073B4C;
  color: #fff; }
  .noty_theme__nest.noty_type__alert .noty_progressbar,
  .noty_theme__nest.noty_type__notification .noty_progressbar {
    background-color: #fff; }

.noty_theme__nest.noty_type__warning {
  background-color: #FFD166;
  color: #fff; }

.noty_theme__nest.noty_type__error {
  background-color: #EF476F;
  color: #fff; }
  .noty_theme__nest.noty_type__error .noty_progressbar {
    opacity: .4; }

.noty_theme__nest.noty_type__info,
.noty_theme__nest.noty_type__information {
  background-color: #118AB2;
  color: #fff; }
  .noty_theme__nest.noty_type__info .noty_progressbar,
  .noty_theme__nest.noty_type__information .noty_progressbar {
    opacity: .6; }

.noty_theme__nest.noty_type__success {
  background-color: #06D6A0;
  color: #fff; }

#app {
  overflow-x: hidden;
}

.app {
  align-content: stretch;
  display: flex;
}

.aside {
  min-height: 100vh;
}

.modal {
  display: block;
}

::-webkit-scrollbar {
  width: 0;
}

.display-none {
  display: none !important;
}

.img {
  width: 58px;
  height: 58px;
  background: #5ff center;
  display: inline-block;
  margin: 5px;
  border-radius: 5px;
  background-size: cover;
  cursor: pointer;
}

.modal-window-container {
  background: #0000003D;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
}

.modal-window {
  background: #FFFFFF;
  border-radius: 12px;
  width: 360px;
  padding: 30px 20px;
  overflow: auto;
  max-height: calc(100% - 50px);
}

.modal-window-header {
  padding-bottom: 10px;
  align-self: start;
}

.modal-window-body {
  display: flex;
  flex-direction: column;
}

.modal-window-body-subtitle {
  padding: 20px 0 5px 20px;
}

.modal-window-body-btn {
  width: 50%;
  margin-top: 20px;
  align-self: center;
}

.h5-semibold {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
}

.h4-semibold {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
}

.text-medium {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
}

.subhead-regular {
  font-family: Inter;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.caption1-medium {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
}

.subhead-semibold {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}

.subhead-medium {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}

.caption1-regular {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
}

.headline-semibold {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

.caption2-regular {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
}

.h6-medium {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}

.medium {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
}

.text-regular {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
}

.margin {
  margin: 30px;
}

.purple {
  color: #D3AAFD;
}

.deep-purple {
  color: #9933FF;
}

.deep-gray {
  color: #66747D;
}

.gray {
  color: #66747D;
}

.light-gray {
  color: #B3BABE;
}

.black {
  color: #001826;
}

.header {
  display: grid;
  margin: 30px 0;
}

.header-top {
  display: flex;
}

.caption {
  margin: 0 12px;
  align-items: end;
}

.number {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #9933FF;
}

.description {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  margin: 0 12px;
  color: #66747D;
}

.form-textarea {
  padding: 10px;
  background: #FAFAFF;
  border: 1px solid #DDE0E8;
  border-radius: 4px;
  color: #DDE0E8;
  max-height: 146px;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
}

.form-textarea:focus {
  border: 1px solid #9933FF;
  background: #FFFFFF;
}

.form-input {
  padding: 10px 16px;
  background: #FAFAFF;
  border: 1px solid #DDE0E8;
  border-radius: 4px;
  color: #9933FF;
  cursor: pointer;
}

.button-cross {
  border: none;
  background-color: inherit;
  cursor: pointer;
}

.button-cross:hover {
  border: none;
  background-color: inherit;
}

.button-cross:active {
  border: none;
  background-color: inherit;
}

.button-finish {
  padding: 10px 24px;
  background: #EEF0F2;
  border-radius: 4px;
  border: 1px solid #EEF0F2;
  color: #B3BABE;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.24px;
  cursor: pointer;
}

.button-finish:active {
  box-shadow: none;
  background-color: #9933FF;
  border: 1px solid #9933FF;
  color: #FFFFFF;
}

.button-finish:hover {
  transition-duration: 0.2s;
  box-shadow: none;
  background-color: #9933FF;
  border: 1px solid #9933FF;
  color: #FFFFFF;
}

.password-btn:hover {
  color: #001826;
}

.password-btn {
  position: absolute;
  right: 10px;
  top: calc(50% - 13px);
  color: #888;
  cursor: pointer;
  transition: 0.3s;
}

::-moz-placeholder {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.24px;
  color: #B3BABE;
}

:-ms-input-placeholder {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.24px;
  color: #B3BABE;
}

::placeholder {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.24px;
  color: #B3BABE;
}

:focus {
  outline: none;
  transition-duration: 0.1s;
}

a {
  text-decoration: none;
}

a:active {
  border: none;
}

a:hover {
  border: none;
  text-decoration: none;
}

button:focus {
  outline: none;
}

.button-back {
  border: 1px solid #D3AAFD;
  border-radius: 4px;
  padding: 3px 15px;
  background: inherit;
  color: #D3AAFD;
  cursor: pointer;
  margin: 20px 10px 10px 10px;
  padding: 3px 15px;
}

.button-back-icon {
  padding-right: 15px;
}

.button-back:hover {
  border: 1px solid #9933FF;
  color: #9933FF;
}

.button-back:active {
  border: 1px solid #9933FF;
  color: #9933FF;
}

.button-action {
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #9933FF;
  color: #9933FF;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.24px;
  cursor: pointer;
}

.button-action:hover {
  transition-duration: 0.2s;
  box-shadow: none;
  background-color: #9933FF;
  border: 1px solid #9933FF;
  color: #FFFFFF;
}

.check-point {
  border: 2px solid #D3AAFD;
  border-radius: 2px;
  padding: 0;
  background: #FFFFFF;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.custom-check-point {
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
}

.custom-check-point:before {
  font-family: Inter;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #66747D;
  margin-left: 10px;
}

.custom-check-point:after {
  position: absolute;
  top: 2px;
  left: -20px;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  background: #9933FF url(https://emojitool.ru/img/google/android-7.0/white-heavy-check-mark-3807.png) center;
  background-size: cover;
  border-radius: 4px;
}

.shadow-03 {
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.14);
}

.shadow-04 {
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 1px 10px rgba(0, 0, 0, 0.12);
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
  background-color: #f9f9fd;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: linear-gradient(180deg, #D3AAFD, #9933FF);
}

.table-container {
  border-radius: 8px;
  display: grid;
}

.table-list-header {
  background: #FAFAFF;
}

.table-nav {
  padding: 15px 20px 0 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  -webkit-padding-start: 10px;
          padding-inline-start: 10px;
  border-bottom: 1px solid #DDE0E8;
}

.table-nav-item {
  padding: 15px 10px;
  list-style-type: none;
  cursor: pointer;
}

.table-nav-item.active {
  color: #9933FF;
  border-bottom: 2px solid #9933FF;
}

.list-body-col-last {
  text-align: center;
}

.table-search {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px;
  border-bottom: 1px solid #DDE0E8;
}

.table-search-input {
  width: 350px;
  align-self: start;
}

.table-list {
  border: 1px solid #E2E4E6;
  margin: 20px;
}

.table-list-header-item {
  max-height: 54px;
  padding: 18px 16px;
}

.table-list-body-item {
  max-height: 54px;
  padding: 18px 16px;
  border-top: 1px solid #E2E4E6;
}

.table-empty {
  background: #EEF0F2;
  text-align: center;
}

.pagination {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
  border-top: 1px solid #DDE0E8;
}

.pagination-text-page {
  margin: 0 30px;
}

.dropdown {
  border: 1px solid #B3BABE;
  background: #FAFAFF;
}

.dropdown:active {
  border: 1px solid #B3BABE;
}

.pagination-main-arrow {
  border: 1px solid #B3BABE;
  border-radius: 24px;
  padding: 4px 9px;
  color: #B3BABE;
  margin: 1px;
  font-size: 14px;
  line-height: 18px;
}

.pagination-main-arrow:active {
  color: #9933FF;
  border: 1px solid #9933FF;
}

.pagination-main-arrow:hover {
  color: #9933FF;
  border: 1px solid #9933FF;
}

.pagination-main-item {
  padding: 7px 12px;
  border-radius: 24px;
}

.pagination-main-item:active {
  background: #D3AAFD;
  color: #9933FF;
}

.pagination-main-item:focus {
  background: #D3AAFD;
  color: #9933FF;
}

.pagination-main-item:hover {
  background: #D3AAFD;
  color: #9933FF;
}

.w-100 {
  width: 100%;
}

.w-90 {
  width: 90%;
}

.w-80 {
  width: 80%;
}

.w-70 {
  width: 70%;
}

.w-65 {
  width: 65%;
}

.w-60 {
  width: 60%;
}

.w-50 {
  width: 50%;
}

.w-45 {
  width: 45%;
}

.w-40 {
  width: 40%;
}

.w-30 {
  width: 30%;
}

.w-20 {
  width: 20%;
}

.w-15 {
  width: 15%;
}

.w-10 {
  width: 10%;
}

.w-5 {
  width: 5%;
}

.requests-modal-window {
  background: #FFFFFF;
  border-radius: 12px;
  width: 500px;
  max-height: calc(100% - 50px);
  overflow: auto;
}

.requests-modal-window-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  border-bottom: 1px solid #DDE0E8;
}

.button-cross {
  font-size: 24px;
}

.symbol-counter {
  text-align: end;
  padding-top: 5px;
}

.requests-modal-window-body {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-bottom: 1px solid #DDE0E8;
}

.window-body-subhead {
  margin-bottom: 15px;
}

.requests-modal-window-footer {
  display: flex;
  justify-content: center;
}

.requests-modal-window-footer-btn {
  margin: 15px 10px 20px 10px;
}

.window-filter {
  width: 360px;
}

.requests-modal-window-footer-filter {
  display: flex;
  justify-content: center;
}

.pagination-dropdown {
  color: #B3BABE;
  border-radius: 12px;
  padding: 8px 3px;
  margin-left: 10px;
}

.filer-dropdown {
  color: black;
  border-radius: 4px;
  padding: 10px;
}

.filter-btn {
  padding: 10px 24px;
}

.subhead-filter {
  padding: 0 0 5px 10px;
}

.box-information {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.information {
  margin: 20px;
}

.box-head {
  margin-bottom: 10px;
}

.information-block {
  border-radius: 8px;
  background: #FFFFFF;
  padding: 16px 16px 0 16px;
}

.appeal-action {
  margin: 20px;
}

.appeal-action-window {
  background: #FFFFFF;
  padding-top: 16px;
  padding-bottom: 0px;
  display: grid;
  grid-template-rows: auto auto;
  border-radius: 8px;
  margin-bottom: 10px;
}

.appeal-action-window-header {
  padding: 16px 16px 0 16px;
  border-bottom: 1px solid #DDE0E8;
  justify-self: stretch;
  text-align: start;
}

.appeal-action-window-button {
  margin: 15px;
  padding: 10px 20px;
  justify-self: center;
}

.button-action-box {
  display: flex;
  justify-content: center;
}

.button-action {
  padding: 5px 24px;
}

.appeal-action-window-button {
  padding: 10px 24px;
}

.information-page-header {
  margin: 10px 10px 30px 10px;
}

.information-item-box {
  padding-bottom: 20px;
}

.information-item {
  padding: 5px 0;
}

.information-item-box-duble {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}

.information-button-box {
  display: flex;
  justify-content: center;
  border-top: 1px solid #DDE0E8;
  padding: 20px;
}

.edit-information-container {
  width: 50%;
}

.edit-information {
  border-radius: 8px;
  background: #FFFFFF;
  padding: 16px 16px 0 16px;
  margin: 10px;
}

.edit-information-page-button {
  margin: 20px 10px 10px 10px;
  padding: 3px 15px;
}

.information-item-text {
  padding-left: 16px;
  padding-bottom: 8px;
}

.edit-information-form {
  width: 100%;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  padding: 10px 16px;
  background: #FAFAFF;
  border: 1px solid #DDE0E8;
  border-radius: 4px;
  color: black;
}

.edit-information-dropdown {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  padding: 10px 16px;
  background: #FAFAFF;
  border: 1px solid #DDE0E8;
  border-radius: 4px;
}

.information-item-pic-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.img-edit {
  width: 40px;
  height: 40px;
  background: #5ff center;
  display: inline-block;
  margin: 5px;
  border-radius: 5px;
  background-size: cover;
  cursor: pointer;
}

.information-item-pic {
  text-align: center;
}

.information-item-pic-name {
  padding-left: 5px;
  text-align: start;
}

.img-modal {
  width: 547px;
  height: 547px;
  background: #5ff center;
  display: inline-block;
  margin: 5px;
  background-size: cover;
  cursor: pointer;
}

.cross-modal {
  display: flex;
  align-self: start;
  background: inherit;
  margin-top: 5px;
  color: #FFFFFF;
}

.modal-window-pic {
  display: flex;
  flex-direction: row;
}

.container-pic {
  background: rgba(0, 0, 0, 0.8);
}
#app {
    overflow-x: scroll !important;
}

.sidebar-container[data-v-30bdb924] {
     min-height: 100vh;
     display: flex;
     align-items: stretch;
}
.sidebar[data-v-30bdb924]{
     max-width: 244px;
     padding: 30px 20px;
}
.sidebar-head[data-v-30bdb924] {
     display: flex;
     flex-direction: row;
     align-items: center;
     justify-content: space-between;
     margin-bottom: 20px;
}
.sidebar-head-box[data-v-30bdb924] {
     display: flex;
     flex-direction: row;
     align-items: center;
}
.sidebar-pic[data-v-30bdb924] {
     border-radius: 24px;
}
.sidebar-text[data-v-30bdb924] {
     padding: 10px;
}
.sidebar-text-title[data-v-30bdb924] {
     padding-bottom: 4px;
}
.sidebar-body-button[data-v-30bdb924] {
     display: flex;
     flex-direction: row;
     align-items: center;
     color: black;
}
.sidebar-body-button[data-v-30bdb924]:hover,
.sidebar-body-button.active[data-v-30bdb924] {
    color: #9933FF;
}


.spinner-enter-active[data-v-f348271a], .spinner-leave-active[data-v-f348271a] {
    transition: opacity .3s;
}
.spinner-enter[data-v-f348271a], .spinner-leave-to[data-v-f348271a] {
    opacity: 0;
}
body[data-v-f348271a] {
    font-family: sans-serif;
    font-size: 13px;
    background-color: #000;
    margin: 0px;
    overflow: hidden;
}
a.navbar-brand[data-v-f348271a] {
    position: fixed;
    bottom: 0;
    right: 20px;
}
body[data-v-f348271a] {
    display: grid;
    place-content: center;
    margin: 0;
    min-height: 100vh;
}
.loader[data-v-f348271a] {
    position: fixed;
    display: grid;
    grid-template: 15em/ 15em;
    -webkit-animation: r-data-v-f348271a 3s linear infinite;
            animation: r-data-v-f348271a 3s linear infinite;
    top: calc(50% - 100px);
    left: calc(50% - 100px);
    opacity: 1;
    transition: .3s;
    z-index: 99999999;
}
.loader[data-v-f348271a]:before, .loader[data-v-f348271a]:after {
    --i: 0;
    grid-column: 1;
    grid-row: 1;
    border-radius: 50%;
    transform: rotate(calc(var(--i) * 180deg));
    background: radial-gradient(circle at 50% 1.5em, #9b305c calc(1.5em - 1px), rgba(0, 0, 0, 0) 1.5em), conic-gradient(#9b305c 14.47751deg, #663996 180deg);
    --mask: radial-gradient(circle at 50% 9em, rgba(0, 0, 0, 0) 6em, #ff0000 calc(6em + 1px));
    -webkit-mask: var(--mask);
    mask: var(--mask);
    content: "";
}
.loader[data-v-f348271a]:after {
    --i: 1;
}
#counter[data-v-f348271a] {
    position: fixed;
    top: 50%;
    left: 50%;
    font-size: 50px;
    transform: translate(-50%, -50%);
    margin: 0;
    color: #973161;
}
@-webkit-keyframes r-data-v-f348271a {
0% {
        transform: rotate(4turn);
}
}
@keyframes r-data-v-f348271a {
0% {
        transform: rotate(4turn);
}
}
.main-container[data-v-f348271a] {
    display: flex;
}


.viewer[data-v-d732e466] {
    top: 0;
    left: 0;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background: #686e988f;
    z-index: 1000;
}
.viewer-img[data-v-d732e466] {
    max-height: 90%;
    max-width: 90%;
}


.slide-menu[data-v-3aae3483] {
    overflow: hidden;
    height: 90px;
    width: 100vw;
    background: white;
    position: relative;
    z-index: 100;
}
a[data-v-3aae3483] {
    display: block;
    height: 15vh;
    font-size: 1.5em;
}


.modal-window-quick-view-subtitle[data-v-0748440c] {
    padding-bottom: 5px;
}
.quick-view-modal[data-v-0748440c] {
    width: 566px;
}



@media only screen and (max-width: 720px) {
.create_category[data-v-383c0787] {
            flex-direction: column !important;
}
.create_category_input[data-v-383c0787] {
            height: 7vh;
            width: 80vw !important;
}
.create_category_btns[data-v-383c0787] {
            margin-top: 7px;
            display: flex !important;
            flex-direction: row !important;
}
        /* .category-btn {
            width: 100%;
        } */
}


.button-input[data-v-2d41d13e] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.edit-more-pic-size[data-v-2d41d13e] {
    text-align: end;
}
.modal-edit-more[data-v-2d41d13e] {
    width: 566px;
    max-height: 532px;
    overflow: auto;
}
.modal-body[data-v-2d41d13e] {
    padding: 0 16px;
}
.modal-select[data-v-2d41d13e] {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #DDE0E8;
}
.modal-custom-select[data-v-2d41d13e] {
    position: relative;
    margin-bottom: 0;
}
.run[data-v-2d41d13e]:after {
    content:"Скачки" ;
}
.FKSR[data-v-2d41d13e]:after {
    content:"ФКСР" ;
}
.VNIIK[data-v-2d41d13e]:after {
    content:"ВНИИК" ;
}
.FEI[data-v-2d41d13e]:after {
    content:"FEI" ;
}
.tribe[data-v-2d41d13e]:after {
    content:"Племенное свидетельство" ;
}
.bay[data-v-2d41d13e]:after {
    content: "Гнедая" ;
}
.trakehner[data-v-2d41d13e]:after {
    content: "Тракененская" ;
}
.modal-custom-select[data-v-2d41d13e]:after {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
}
.modal-custom-select[data-v-2d41d13e]:before {
    position: absolute;
    top: 2px;
    left: 494px;
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    background: #9933FF url(https://emojitool.ru/img/google/android-7.0/white-heavy-check-mark-3807.png) center;
    background-size: cover;
    border-radius: 4px;
}
.select-radio[data-v-2d41d13e]:before {
     background: #9933FF;
     border-radius: 50%;
}
.edit-more-modal-footer[data-v-2d41d13e] {
    display: flex;
    justify-content: center;
    border-top: 1px solid #DDE0E8;
}



.dndrop-draggable-wrapper[data-v-ef1475b8]{
    display: flex!important;
}


tr[data-v-7927d316]{
    background-color: #000 !important;
}
@media only screen and (max-width: 720px) {
    /* .nav-tabs {
        display: grid;
        grid-template-rows: 1fr 1fr
    } */
.nav-item[data-v-7927d316] {
        height: 10vh;
        text-align: center;
        width: 100%;
}
.nav-link[data-v-7927d316]{
        border: #e3e3e3 solid !important;
        background: #0d6efd !important;
        color: white !important;
        /* font-size: 1.3em; */
}
}




.textarea-action[data-v-3c69e8c7] {
    width: 100%;
}
.description-action[data-v-3c69e8c7] {
    padding-bottom: 16px;
}
.action-text[data-v-3c69e8c7] {
 padding-top: 16px;
}
.choice-of-option[data-v-3c69e8c7] {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 10px;
}
.mail[data-v-3c69e8c7]:before {
    content: "Электронная почта";
}
.mobile[data-v-3c69e8c7]:before {
    content:"CМС на телефон" ;
}


.dndrop-draggable-wrapper[data-v-006aa248]{
    display: flex!important;
}


.cus-alert {
    position: fixed;
    top: 2;
    left: 2;
}


.cus-modal-bg {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100vw;
    height: 100vh;
    padding-top: 5em;
    position: relative;
}
.cus-modal {
    background-color: #fff;
    position: absolute;
    top: 10;
    left: 30%;
    padding: 2em;
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 40%;
    min-height: 30%;
}
.close-container {
    width: 100%;
    position: relative;
    height: 20px;
}
.close {
    position: absolute;
    top: 0;
    right: 0;
}


a {
    -webkit-text-decoration: null;
            text-decoration: null;
    outline: null;
    color: black;
}
a.item {
    display: block;
    width: 3em;
    /* height: 2em; */
    text-align: center;
    cursor: pointer;
    background: orange;
    border-radius: 20%;
    margin: 1px;
    font-size: 15px;
}
a.item.active {
    background: orangered;
    font-size: 17px;
}
.pending {
    position: absolute;
    top: 2em;
    height: 4em;
    right: 1em;
    left: 1em;
    padding: 1em;
    border: 1px solid;
}
@media only screen and (max-width: 720px) {
.search-input {
        width: 60% !important;
        height: 8vh !important;
}
.btn {
        height: 8vh !important;
}
.users-page {
        margin: 0 !important;
}
}


.img-container[data-v-718dc636] {
    position: relative;
    width: 50%;
    height: 200px;
}
.delete-btn[data-v-718dc636] {
    position: absolute;
    top: 3px;
    left: 3px;
    height: 30px;
    width: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.delete-btn i[data-v-718dc636] {
    display: block;
}


.filters {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.filter {
    /* width: 30%; */
    display: flex;
    /* grid-column: 1 / 2; */
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-right: 1em;
}
.filter label {
    margin-right: 0.8em;
}
.filter input {
    margin-bottom: 0.3em;
}


.img-container {
    position: relative;
}
.delete-img {
    width: 55px;
    height: 55px;
    color: #fff;
    position: absolute;
    top: 2px;
    left: 2px;
    text-align: center;
    font-size: 22px;
}


@media only screen and (max-width: 720px) {
.create_sphere[data-v-53b70b20] {
        flex-direction: column !important;
}
.create_sphere_input[data-v-53b70b20] {
        height: 7vh;
        width: 80vw !important;
}
.create_sphere_btns[data-v-53b70b20] {
        margin-top: 7px;
        display: flex !important;
        flex-direction: row !important;
}
}

.img[data-v-c0f9c99c] {
  width: 58px;
  height: 58px;
  background: #5ff center;
  display: inline-block;
  margin: 5px;
  border-radius: 5px;
  background-size: cover;
  cursor: pointer;
}

@media only screen and (max-width: 720px) {
.supports-btn[data-v-7932232f] {
        width: 100%;
        height: 10vh;
        margin-bottom: 3px;
}
}


.block[data-v-22936576] {
        height: 100vh;
        display: flex;
        width: 100%;
        background: #FAFAFF;
}
.welcome[data-v-22936576] {
        text-align: center;
        margin: 10px;
}
.form-signin[data-v-22936576] {
        padding: 20px;
        width: 360px;
        margin: auto;
        background: #FFFFFF;
        display: grid;
        justify-items: center;
        align-items: center;
        height: 430px;
        background: #FFFFFF;
        box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 1px 10px rgba(0, 0, 0, 0.12);
        border-radius: 12px;
}
.form-text[data-v-22936576] {
        justify-self: start;
        position: static;
        font-family: Inter;
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 16px;
        letter-spacing: -0.08px;
        color: #B3BABE;
        margin-left: 16px;
}
.form-input-container[data-v-22936576] {
        justify-self: stretch;
        position: relative;
}
.forgot-password[data-v-22936576] {
        justify-self: end;
        font-family: Inter;
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 16px;
        letter-spacing: -0.08px;
        color: #9933FF;
}
a[data-v-22936576]:not([href]):not([tabindex]) {
        color: #9933FF;
}
.forgot-password[data-v-22936576]:hover {
        text-decoration: none;
        outline: none;
}
.forgot-password[data-v-22936576]:focus {
        outline: none;
}
.Remember-user[data-v-22936576] {
        display: flex;
        align-items: center;
        position: static;
        justify-content: center;
        margin: 20px;
}
.log-in[data-v-22936576] {
        padding: 10px 16px;
        margin-bottom: 10px;
        margin-top: 3px;
        width: 100%;
}
.enter[data-v-22936576] {
          width: 172px;
          padding: 10px 24px;
}
.footer[data-v-22936576] {
        display: flex;
        justify-content: center;
        margin: 10px;
}
.sign[data-v-22936576] {
        font-family: Inter;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        letter-spacing: -0.15px;
        color: #B3BABE;
        padding: 2px;
}
.address[data-v-22936576] {
        font-family: Inter;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: -0.15px;
        color: #9933FF;
        padding: 2px;
}
a[data-v-22936576]:not([href]):not([tabindex]) {
        color: #9933FF;
}
.remember-me[data-v-22936576]:before {
    content: "Запомнить меня?";
}


.push-modal {
    position: absolute;
    top: 0;
    left: 0;
}
.ignore-region {
    display: inline-block;
    margin: 0 !important;
}


.users_page {
    transition: 0.5s 0.5s 0.5s 0.5s ease-in-out;
    -webkit-transition: 0.5s 0.5s 0.5s 0.5s ease-in-out;
}
.paginator_item {
    transition: 0.5s 0.5s 0.5s 0.5s ease-in-out;
    -webkit-transition: 0.5s 0.5s 0.5s 0.5s ease-in-out;
}
.paginator_item:hover {
    background-color: #ffc107;
}
.mobile-checkbox {
    height: 1.5em;
    width: 1.5em;
}

