@import "https://fonts.googleapis.com/css2?family=Raleway:wght@100..900&display=swap";
/* [project]/styles/normalize.css [app-client] (css, ) */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: #0000;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [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 {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted buttontext;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


/* [project]/styles/ui/menu.css [app-client] (css, ) */
.ant-menu {
  border-radius: 24px;
}

.ant-menu-item {
  position: relative;
  border-radius: 24px;
  opacity: .6;
  background: none;
  transition: opacity .3s;
  font-weight: 500;
}

.ant-menu-item:hover {
  opacity: 1;
}

.ant-menu-item .anticon {
  font-size: 20px;
  color: var(--ant-color-primary);
}

.ant-menu-item-selected {
  color: inherit;
  opacity: 1;
  font-weight: 700;
}

.ant-menu-item-selected:before {
  position: absolute;
  left: 12px;
  top: 50%;
  width: 4px;
  height: 4px;
  content: "";
  background: var(--ant-color-primary);
  border-radius: 100%;
  transform: translateY(-50%);
}


/* [project]/styles/ui/card.css [app-client] (css, ) */
.ant-card {
  border-radius: 24px;
}

.light .ant-card {
  box-shadow: 0 4.52px 37.68px #e582971b, 0 15px 77px #e582971a;
}


/* [project]/styles/ui/input.css [app-client] (css, ) */
.ant-input {
  border-radius: 8px;
}

.light .ant-input, .light .ant-select-selector, .light .ant-input-number-input {
  background-color: #fff2f3;
}

.ant-input:not(textarea), .ant-select {
  height: 46px;
}

.ant-input-number-input {
  height: 44px;
}


/* [project]/styles/ui/button.css [app-client] (css, ) */
.ant-btn {
  box-shadow: none;
  font-weight: 700;
}

.ant-btn:not(.ant-btn-circle) {
  min-height: 46px;
}

.light .ant-btn.ant-btn-circle.ant-btn-color-default.ant-btn-variant-filled.ant-btn-icon-only {
  color: var(--ant-color-primary);
  background-color: #fff3f3;
}


/* [project]/styles/ui/modal.css [app-client] (css, ) */
.ant-modal-content {
  border-radius: 24px;
  padding: 32px;
}

.ant-modal-close {
  position: absolute;
  top: 0;
  right: -16px;
  transform: translateX(100%);
  border-radius: 100%;
  height: 40px;
  width: 40px;
  background-color: var(--ant-modal-content-bg);
}

.ant-modal-mask {
  backdrop-filter: blur(1.5px);
}

.ant-modal-header {
  margin-bottom: 32px;
}

.ant-modal-footer:empty {
  margin: 0;
}


/* [project]/styles/ui/notification.css [app-client] (css, ) */
.ant-notification-notice-wrapper {
  background-color: #0000;
  box-shadow: none;
}

.ant-notification-notice-success {
  background-color: #40c05714;
  border-radius: 24px;
  backdrop-filter: blur(8px);
  font-size: 14px;
  padding: 24px;
}

.ant-notification-notice-icon-success {
  color: #88d055 !important;
}

.ant-notification-notice-message {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}

.ant-notification-notice-with-icon {
  display: flex;
  align-items: center;
}

.ant-notification-notice-description {
  font-size: 14px;
  font-weight: 500;
}


/* [project]/styles/ui/index.css [app-client] (css, ) */



/* [project]/styles/global.css [app-client] (css) */
html {
  height: 100%;
}

body, input, textarea, select {
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum" 1;
  -moz-font-feature-settings: "lnum=1";
  -ms-font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  -webkit-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1;
}

body {
  height: 100%;
}

body.dark {
  background-color: #211d1d;
}

h1 {
  margin: 0;
}

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

.light .shadow-only-light {
  box-shadow: 0 4.52px 37.68px #e582971b, 0 15px 77px #e582971a;
}


/* [project]/components/Common/MainHeader/MainHeader.module.css [app-client] (css) */
.MainHeader-module__G2y-1W__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--ant-color-bg-container);
  margin-block: 32px 48px;
  border-radius: 16px;
  height: 88px;
  padding: 20px 32px;
}

.MainHeader-module__G2y-1W__title {
  font-size: 22px;
  font-weight: 700;
  color: var(--ant-color-text);
  display: inline-flex;
  align-items: center;
  gap: 5px;
}


/* [project]/components/Common/Layouts/Main/Main.module.css [app-client] (css) */
.Main-module__VDYF7G__layout {
  min-height: 100vh;
  padding-bottom: 50px;
}

.Main-module__VDYF7G__content {
  padding-inline: 24px;
}

.Main-module__VDYF7G__children {
  width: 100%;
}


/* [project]/components/Common/Layouts/Main/MainMenu/MainMenu.module.css [app-client] (css) */
.MainMenu-module__bQfvCq__menu {
  min-width: 250px;
  max-width: max-content;
  height: max-content;
}


/*# sourceMappingURL=_62f2d0._.css.map*/
