#root {
  width: 100%;
  height: 100%;
}

.block-auth {
  width: 406px;
  display: flex;
  padding: 24px 23px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 12px;
  background: var(--colorBgElevated);
}#root {
  width: 100%;
  height: 100%;
}

.block-auth {
  width: 406px;
  display: flex;
  padding: 24px 23px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 12px;
  background: var(--colorBgElevated);
}#root {
  width: 100%;
  height: 100%;
}

.block-reset-password {
  width: 406px;
  display: flex;
  padding: 24px 23px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 12px;
  background: var(--colorBgElevated);
}#root {
  width: 100%;
  height: 100%;
}

.block-verification {
  width: 406px;
  display: flex;
  padding: 24px 23px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 12px;
  background: var(--colorBgElevated);
}
.block-verification :where(.css-dev-only-do-not-override-1d4w9r2).ant-input-lg {
  width: 63px;
}/* stylelint-disable */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
body {
  margin: 0;
}
[tabindex='-1']:focus {
  outline: none;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  text-align: left;
  caption-side: bottom;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}
#root {
  width: 100%;
  height: 100%;
}.main-layout .block-logo {
  width: 100%;
  height: 60px;
  padding: 24px 0;
  gap: 12px;
}
.main-layout .block-logo .logo {
  width: 84px;
  height: 24px;
}
.main-layout .ant-layout-sider-collapsed {
  padding-left: 8px !important;
  padding-right: 0 !important;
}
.main-layout .ant-layout-sider-collapsed .block-logo {
  padding: 24px 0 12px;
}
.main-layout .ant-layout-sider-collapsed .block-logo .logo {
  width: 69px;
  height: 24px;
}
.main-layout .ant-layout-sider-collapsed .ant-layout-sider-trigger {
  max-width: 64px;
}
.main-layout :where(.css-dev-only-do-not-override-1d4w9r2).ant-layout-header {
  height: 86px;
}
.main-layout .header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 32px;
}
.main-layout .header h3 {
  margin-bottom: 0;
}
.main-layout .header :where(.css-dev-only-do-not-override-1d4w9r2).ant-badge .ant-scroll-number {
  transform: translate(48%, -19%);
}
.main-layout .block-subject .block-image {
  position: relative;
}
.main-layout .block-subject .block-image .text-lg-normal {
  background: rgba(0, 0, 0, 0.45);
  border-radius: 4px;
  padding-right: 2px;
  padding-left: 2px;
  position: absolute;
  bottom: 8px;
  right: 8px;
}
.main-layout :where(.css-dev-only-do-not-override-1d4w9r2).ant-menu-inline .ant-menu-item, .main-layout :where(.css-dev-only-do-not-override-1d4w9r2).ant-menu-vertical .ant-menu-item, .main-layout :where(.css-dev-only-do-not-override-1d4w9r2).ant-menu-inline .ant-menu-submenu-title, .main-layout :where(.css-dev-only-do-not-override-1d4w9r2).ant-menu-vertical .ant-menu-submenu-title {
  margin-inline: 0;
}#root {
  width: 100%;
  height: 100%;
}

.block-auth {
  width: 406px;
  display: flex;
  padding: 24px 23px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 12px;
  background: var(--colorBgElevated);
}#root {
  width: 100%;
  height: 100%;
}

.block-auth {
  width: 406px;
  display: flex;
  padding: 24px 23px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 12px;
  background: var(--colorBgElevated);
}#root {
  width: 100%;
  height: 100%;
}

.block-auth {
  width: 406px;
  display: flex;
  padding: 24px 23px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 12px;
  background: var(--colorBgElevated);
}#root {
  width: 100%;
  height: 100%;
}

.block-auth {
  width: 406px;
  display: flex;
  padding: 24px 23px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 12px;
  background: var(--colorBgElevated);
}#root {
  width: 100%;
  height: 100%;
}

.block-auth {
  width: 406px;
  display: flex;
  padding: 24px 23px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 12px;
  background: var(--colorBgElevated);
}:root {
  font-family: Roboto, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  line-height: 1.5;
  font-weight: 400;

  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  background-color: #242424;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  font-weight: 500;
  color: #646cff;
  text-decoration: inherit;
}
a:hover {
  color: #535bf2;
}

body {
  margin: 0;
  display: flex;
  place-items: center;
  min-width: 320px;
  min-height: 100vh;
}

h1 {
  font-size: 3.2em;
  line-height: 1.1;
}

button {
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0.6em 1.2em;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  background-color: #1a1a1a;
  cursor: pointer;
  transition: border-color 0.25s;
}
button:hover {
  border-color: #646cff;
}
button:focus,
button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}

@media (prefers-color-scheme: light) {
  :root {
    color: #213547;
    background-color: #ffffff;
  }
  a:hover {
    color: #747bff;
  }
  button {
    background-color: #f9f9f9;
  }
}
:root {
  --colorBgLayout: #F5F5F5;
  --colorBgElevated: #FFF;
  --colorText: rgba(0, 0, 0, 0.88);
}

body {
  background-color: var(--colorBgLayout);
}

:where(.css-dev-only-do-not-override-1d4w9r2).ant-form-item {
  margin-bottom: 0;
}

:where(.css-dev-only-do-not-override-1d4w9r2).ant-message .ant-message-notice-wrapper .ant-message-notice-content {
  max-width: 400px;
  padding: 20px 24px;
  text-align: left;
}

:where(.css-dev-only-do-not-override-1d4w9r2).ant-message .ant-message-notice-wrapper .ant-message-custom-content {
  gap: 16px;
  align-items: start;
}

:where(.css-dev-only-do-not-override-1d4w9r2).ant-message .ant-message-notice-wrapper .ant-message-custom-content > .anticon {
  margin: 2px 0 0;
}

:where(.css-dev-only-do-not-override-1d4w9r2).ant-message .ant-message-notice-wrapper .ant-message-custom-content > .anticon {
  font-size: 20px;
}

:where(.css-dev-only-do-not-override-1d4w9r2).ant-layout-sider .ant-layout-sider-trigger {
  max-width: 264px;
}

.message-custom .title {
  color: var(--colorText);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.message-custom .description {
  color: var(--colorText);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 !important;
}

.text-base-normal {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.88);
}

.text-sm-normal {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.65);
}

.text-lg-normal {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgb(255, 255, 255);
}