@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap);
/*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
html{
  height: 100%;
}
body{
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(33 34 54 / var(--tw-bg-opacity));
  font-family: Manrope, sans-serif;
}
.btn{
  cursor: pointer;
  border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.btn:disabled{
  pointer-events: none;
  opacity: 0.5;
}
.link{
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(21 171 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.link:hover{
  --tw-text-opacity: 1;
  color: rgb(43 132 255 / var(--tw-text-opacity));
}
.link:active{
  --tw-text-opacity: 1;
  color: rgb(21 171 255 / var(--tw-text-opacity));
}
.text-input{
  height: 100%;
  width: 100%;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(66 67 96 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(33 34 54 / var(--tw-bg-opacity));
  padding-left: 26px;
  padding-right: 26px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.text-input:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.text-input-error{
  --tw-border-opacity: 1;
  border-color: rgb(255 31 33 / var(--tw-border-opacity));
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(221 43 45 / 0.12) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 43 45 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.text-input-cont{
  position: relative;
  height: 60px;
  width: 100%;
}
.password-input{
  padding-right: 70px;
}
.input-placeholder{
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(142 144 172 / var(--tw-text-opacity));
}
.modal-window-cont{
  max-width: 410px;
  border-radius: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(45 45 66 / var(--tw-bg-opacity));
}
.popup{
  position: absolute;
  display: inline-block;
}
.breadcrumbs{
  display: flex;
  height: 100%;
  min-width: 0px;
  align-items: center;
}
.status-text-icon{
  display: flex;
  height: 32px;
  width: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 19px;
  font-weight: 800;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.btn-blue{
  cursor: pointer;
  border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-blue:disabled{
  pointer-events: none;
  opacity: 0.5;
}

.btn-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(43 132 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(21 171 255 / var(--tw-bg-opacity));
}

.btn-blue:active{
  --tw-bg-opacity: 1;
  background-color: rgb(43 132 255 / var(--tw-bg-opacity));
}

.btn-dark-blue{
  cursor: pointer;
  border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-dark-blue:disabled{
  pointer-events: none;
  opacity: 0.5;
}

.btn-dark-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(39 40 59 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-dark-blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(66 67 96 / var(--tw-bg-opacity));
}

.btn-dark-blue:active{
  --tw-bg-opacity: 1;
  background-color: rgb(43 132 255 / var(--tw-bg-opacity));
}

.btn-darkest-blue{
  cursor: pointer;
  border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-darkest-blue:disabled{
  pointer-events: none;
  opacity: 0.5;
}

.btn-darkest-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(33 34 54 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-darkest-blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(66 67 96 / var(--tw-bg-opacity));
}

.btn-darkest-blue:active{
  --tw-bg-opacity: 1;
  background-color: rgb(43 132 255 / var(--tw-bg-opacity));
}

.btn-dark{
  cursor: pointer;
  border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-dark:disabled{
  pointer-events: none;
  opacity: 0.5;
}

.btn-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(45 45 66 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(66 67 96 / var(--tw-bg-opacity));
}

.btn-dark:active{
  --tw-bg-opacity: 1;
  background-color: rgb(45 45 66 / var(--tw-bg-opacity));
}

.btn-grey{
  cursor: pointer;
  border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-grey:disabled{
  pointer-events: none;
  opacity: 0.5;
}

.btn-grey{
  --tw-bg-opacity: 1;
  background-color: rgb(66 67 96 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-grey:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(39 40 59 / var(--tw-bg-opacity));
}

.btn-grey:active{
  --tw-bg-opacity: 1;
  background-color: rgb(33 34 54 / var(--tw-bg-opacity));
}

.btn-green{
  cursor: pointer;
  border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-green:disabled{
  pointer-events: none;
  opacity: 0.5;
}

.btn-green{
  --tw-bg-opacity: 1;
  background-color: rgb(0 202 81 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-green:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 189 76 / var(--tw-bg-opacity));
}

.btn-green:active{
  --tw-bg-opacity: 1;
  background-color: rgb(0 180 72 / var(--tw-bg-opacity));
}

.btn-menu{
  cursor: pointer;
  border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-menu:disabled{
  pointer-events: none;
  opacity: 0.5;
}

.btn-menu{
  --tw-bg-opacity: 1;
  background-color: rgb(45 45 66 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-menu:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(43 132 255 / var(--tw-bg-opacity));
}

.btn-menu:active{
  --tw-bg-opacity: 1;
  background-color: rgb(21 171 255 / var(--tw-bg-opacity));
}

.btn-menu.active{
  --tw-bg-opacity: 1;
  background-color: rgb(43 132 255 / var(--tw-bg-opacity));
}

.back-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(66 67 96 / var(--tw-bg-opacity));
}

.logout-btn{
  cursor: pointer;
  border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.logout-btn:disabled{
  pointer-events: none;
  opacity: 0.5;
}

.logout-btn{
  --tw-bg-opacity: 1;
  background-color: rgb(45 45 66 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.logout-btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(43 132 255 / var(--tw-bg-opacity));
}

.logout-btn:active{
  --tw-bg-opacity: 1;
  background-color: rgb(21 171 255 / var(--tw-bg-opacity));
}

.logout-btn.active{
  --tw-bg-opacity: 1;
  background-color: rgb(43 132 255 / var(--tw-bg-opacity));
}

.logout-btn{
  display: flex;
  height: 52px;
  width: 100%;
  align-items: center;
  gap: 9px;
  padding-left: 17px;
}

.user-profile-block{
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 18px;
  padding-right: 18px;
}

.pointer-events-none{
  pointer-events: none;
}

.visible{
  visibility: visible;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-x-0{
  left: 0px;
  right: 0px;
}

.bottom-0{
  bottom: 0px;
}

.bottom-\[32px\]{
  bottom: 32px;
}

.left-0{
  left: 0px;
}

.left-\[10px\]{
  left: 10px;
}

.left-\[3px\]{
  left: 3px;
}

.right-0{
  right: 0px;
}

.right-\[-10px\]{
  right: -10px;
}

.right-\[10px\]{
  right: 10px;
}

.right-\[14px\]{
  right: 14px;
}

.right-\[24px\]{
  right: 24px;
}

.right-\[6px\]{
  right: 6px;
}

.right-\[80px\]{
  right: 80px;
}

.right-\[8px\]{
  right: 8px;
}

.top-0{
  top: 0px;
}

.top-\[-10px\]{
  top: -10px;
}

.top-\[14px\]{
  top: 14px;
}

.top-\[3px\]{
  top: 3px;
}

.top-\[6px\]{
  top: 6px;
}

.top-\[8px\]{
  top: 8px;
}

.top-full{
  top: 100%;
}

.z-10{
  z-index: 10;
}

.z-20{
  z-index: 20;
}

.z-40{
  z-index: 40;
}

.z-50{
  z-index: 50;
}

.z-\[2\]{
  z-index: 2;
}

.z-\[998\]{
  z-index: 998;
}

.z-\[999\]{
  z-index: 999;
}

.col-span-2{
  grid-column: span 2 / span 2;
}

.col-span-6{
  grid-column: span 6 / span 6;
}

.col-span-full{
  grid-column: 1 / -1;
}

.col-start-1{
  grid-column-start: 1;
}

.row-start-1{
  grid-row-start: 1;
}

.row-start-2{
  grid-row-start: 2;
}

.row-start-3{
  grid-row-start: 3;
}

.row-start-4{
  grid-row-start: 4;
}

.row-start-5{
  grid-row-start: 5;
}

.m-auto{
  margin: auto;
}

.mx-\[10px\]{
  margin-left: 10px;
  margin-right: 10px;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-\[38px\]{
  margin-top: 38px;
  margin-bottom: 38px;
}

.mb-\[-2px\]{
  margin-bottom: -2px;
}

.mb-\[10px\]{
  margin-bottom: 10px;
}

.mb-\[12px\]{
  margin-bottom: 12px;
}

.mb-\[13px\]{
  margin-bottom: 13px;
}

.mb-\[14px\]{
  margin-bottom: 14px;
}

.mb-\[15px\]{
  margin-bottom: 15px;
}

.mb-\[18px\]{
  margin-bottom: 18px;
}

.mb-\[19px\]{
  margin-bottom: 19px;
}

.mb-\[22px\]{
  margin-bottom: 22px;
}

.mb-\[2px\]{
  margin-bottom: 2px;
}

.mb-\[3px\]{
  margin-bottom: 3px;
}

.mb-\[40px\]{
  margin-bottom: 40px;
}

.mb-\[42px\]{
  margin-bottom: 42px;
}

.mb-\[44px\]{
  margin-bottom: 44px;
}

.mb-\[5px\]{
  margin-bottom: 5px;
}

.mb-\[75px\]{
  margin-bottom: 75px;
}

.mb-\[8px\]{
  margin-bottom: 8px;
}

.mb-\[9px\]{
  margin-bottom: 9px;
}

.ml-\[4px\]{
  margin-left: 4px;
}

.ml-\[auto\]{
  margin-left: auto;
}

.mr-\[12px\]{
  margin-right: 12px;
}

.mr-\[14px\]{
  margin-right: 14px;
}

.mr-\[1px\]{
  margin-right: 1px;
}

.mr-\[3px\]{
  margin-right: 3px;
}

.mt-\[-26px\]{
  margin-top: -26px;
}

.mt-\[13px\]{
  margin-top: 13px;
}

.mt-\[16px\]{
  margin-top: 16px;
}

.mt-\[6px\]{
  margin-top: 6px;
}

.mt-\[8px\]{
  margin-top: 8px;
}

.mt-\[auto\]{
  margin-top: auto;
}

.box-border{
  box-sizing: border-box;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.h-\[100\%\]{
  height: 100%;
}

.h-\[10px\]{
  height: 10px;
}

.h-\[138px\]{
  height: 138px;
}

.h-\[15px\]{
  height: 15px;
}

.h-\[20px\]{
  height: 20px;
}

.h-\[24px\]{
  height: 24px;
}

.h-\[26px\]{
  height: 26px;
}

.h-\[28px\]{
  height: 28px;
}

.h-\[30px\]{
  height: 30px;
}

.h-\[32px\]{
  height: 32px;
}

.h-\[36px\]{
  height: 36px;
}

.h-\[38px\]{
  height: 38px;
}

.h-\[40px\]{
  height: 40px;
}

.h-\[44px\]{
  height: 44px;
}

.h-\[473px\]{
  height: 473px;
}

.h-\[48px\]{
  height: 48px;
}

.h-\[51px\]{
  height: 51px;
}

.h-\[52px\]{
  height: 52px;
}

.h-\[54px\]{
  height: 54px;
}

.h-\[56px\]{
  height: 56px;
}

.h-\[5px\]{
  height: 5px;
}

.h-\[62px\]{
  height: 62px;
}

.h-\[70px\]{
  height: 70px;
}

.h-\[84px\]{
  height: 84px;
}

.h-\[8px\]{
  height: 8px;
}

.h-\[90px\]{
  height: 90px;
}

.h-\[9px\]{
  height: 9px;
}

.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}

.h-full{
  height: 100%;
}

.h-px{
  height: 1px;
}

.max-h-full{
  max-height: 100%;
}

.min-h-0{
  min-height: 0px;
}

.min-h-\[72px\]{
  min-height: 72px;
}

.min-h-screen{
  min-height: 100vh;
}

.w-0{
  width: 0px;
}

.w-6\/12{
  width: 50%;
}

.w-\[100\%\]{
  width: 100%;
}

.w-\[10px\]{
  width: 10px;
}

.w-\[112px\]{
  width: 112px;
}

.w-\[113px\]{
  width: 113px;
}

.w-\[138px\]{
  width: 138px;
}

.w-\[156px\]{
  width: 156px;
}

.w-\[15px\]{
  width: 15px;
}

.w-\[165px\]{
  width: 165px;
}

.w-\[186px\]{
  width: 186px;
}

.w-\[20px\]{
  width: 20px;
}

.w-\[225px\]{
  width: 225px;
}

.w-\[227px\]{
  width: 227px;
}

.w-\[240px\]{
  width: 240px;
}

.w-\[24px\]{
  width: 24px;
}

.w-\[26px\]{
  width: 26px;
}

.w-\[28px\]{
  width: 28px;
}

.w-\[2px\]{
  width: 2px;
}

.w-\[30px\]{
  width: 30px;
}

.w-\[316px\]{
  width: 316px;
}

.w-\[32px\]{
  width: 32px;
}

.w-\[330px\]{
  width: 330px;
}

.w-\[36px\]{
  width: 36px;
}

.w-\[38px\]{
  width: 38px;
}

.w-\[3px\]{
  width: 3px;
}

.w-\[40px\]{
  width: 40px;
}

.w-\[44px\]{
  width: 44px;
}

.w-\[4px\]{
  width: 4px;
}

.w-\[56px\]{
  width: 56px;
}

.w-\[5px\]{
  width: 5px;
}

.w-\[60px\]{
  width: 60px;
}

.w-\[70px\]{
  width: 70px;
}

.w-\[8px\]{
  width: 8px;
}

.w-auto{
  width: auto;
}

.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}

.w-full{
  width: 100%;
}

.min-w-0{
  min-width: 0px;
}

.min-w-\[354px\]{
  min-width: 354px;
}

.max-w-\[120px\]{
  max-width: 120px;
}

.max-w-\[140px\]{
  max-width: 140px;
}

.max-w-\[175px\]{
  max-width: 175px;
}

.max-w-\[236px\]{
  max-width: 236px;
}

.max-w-\[258px\]{
  max-width: 258px;
}

.max-w-\[260px\]{
  max-width: 260px;
}

.max-w-\[300px\]{
  max-width: 300px;
}

.max-w-\[350px\]{
  max-width: 350px;
}

.max-w-\[630px\]{
  max-width: 630px;
}

.max-w-\[706px\]{
  max-width: 706px;
}

.max-w-\[90vw\]{
  max-width: 90vw;
}

.max-w-full{
  max-width: 100%;
}

.flex-1{
  flex: 1 1 0%;
}

.flex-shrink{
  flex-shrink: 1;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.shrink{
  flex-shrink: 1;
}

.shrink-0{
  flex-shrink: 0;
}

.flex-grow{
  flex-grow: 1;
}

.grow{
  flex-grow: 1;
}

.origin-top-left{
  transform-origin: top left;
}

.-rotate-90{
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-45{
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-90{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-\[-90deg\]{
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-default{
  cursor: default;
}

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-\[repeat\(6\2c 52px\)\]{
  grid-template-columns: repeat(6,52px);
}

.grid-rows-\[minmax\(0\2c 1fr\)_minmax\(0\2c 1fr\)_minmax\(0\2c 1fr\)\]{
  grid-template-rows: minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);
}

.flex-col{
  flex-direction: column;
}

.flex-wrap{
  flex-wrap: wrap;
}

.flex-nowrap{
  flex-wrap: nowrap;
}

.items-start{
  align-items: flex-start;
}

.items-end{
  align-items: flex-end;
}

.items-center{
  align-items: center;
}

.items-baseline{
  align-items: baseline;
}

.items-stretch{
  align-items: stretch;
}

.justify-start{
  justify-content: flex-start;
}

.justify-end{
  justify-content: flex-end;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.justify-around{
  justify-content: space-around;
}

.justify-items-stretch{
  justify-items: stretch;
}

.\!gap-\[1px\]{
  gap: 1px !important;
}

.\!gap-\[6px\]{
  gap: 6px !important;
}

.gap-2{
  gap: 0.5rem;
}

.gap-2\.5{
  gap: 0.625rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-\[10px\]{
  gap: 10px;
}

.gap-\[11px\]{
  gap: 11px;
}

.gap-\[12px\]{
  gap: 12px;
}

.gap-\[13px\]{
  gap: 13px;
}

.gap-\[15px\]{
  gap: 15px;
}

.gap-\[19px\]{
  gap: 19px;
}

.gap-\[1px\]{
  gap: 1px;
}

.gap-\[24px\]{
  gap: 24px;
}

.gap-\[2px\]{
  gap: 2px;
}

.gap-\[5px\]{
  gap: 5px;
}

.gap-\[6px\]{
  gap: 6px;
}

.gap-\[8px\]{
  gap: 8px;
}

.gap-\[9px\]{
  gap: 9px;
}

.gap-x-0{
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.gap-x-0\.5{
  -moz-column-gap: 0.125rem;
       column-gap: 0.125rem;
}

.gap-x-\[10px\]{
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.gap-x-\[11px\]{
  -moz-column-gap: 11px;
       column-gap: 11px;
}

.gap-x-\[12px\]{
  -moz-column-gap: 12px;
       column-gap: 12px;
}

.gap-x-\[14px\]{
  -moz-column-gap: 14px;
       column-gap: 14px;
}

.gap-x-\[16px\]{
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.gap-x-\[1px\]{
  -moz-column-gap: 1px;
       column-gap: 1px;
}

.gap-x-\[22px\]{
  -moz-column-gap: 22px;
       column-gap: 22px;
}

.gap-x-\[32px\]{
  -moz-column-gap: 32px;
       column-gap: 32px;
}

.gap-x-\[40px\]{
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.gap-x-\[47px\]{
  -moz-column-gap: 47px;
       column-gap: 47px;
}

.gap-x-\[4px\]{
  -moz-column-gap: 4px;
       column-gap: 4px;
}

.gap-x-\[6px\]{
  -moz-column-gap: 6px;
       column-gap: 6px;
}

.gap-x-\[8px\]{
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.gap-y-\[10px\]{
  row-gap: 10px;
}

.gap-y-\[12px\]{
  row-gap: 12px;
}

.gap-y-\[21px\]{
  row-gap: 21px;
}

.gap-y-\[22px\]{
  row-gap: 22px;
}

.gap-y-\[4px\]{
  row-gap: 4px;
}

.gap-y-\[6px\]{
  row-gap: 6px;
}

.gap-y-\[8px\]{
  row-gap: 8px;
}

.gap-y-px{
  row-gap: 1px;
}

.self-stretch{
  align-self: stretch;
}

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

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

.whitespace-nowrap{
  white-space: nowrap;
}

.whitespace-pre-line{
  white-space: pre-line;
}

.whitespace-pre-wrap{
  white-space: pre-wrap;
}

.break-words{
  overflow-wrap: break-word;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-\[100\%\]{
  border-radius: 100%;
}

.rounded-\[100px\]{
  border-radius: 100px;
}

.rounded-\[2px\]{
  border-radius: 2px;
}

.rounded-\[3px\]{
  border-radius: 3px;
}

.rounded-\[4px\]{
  border-radius: 4px;
}

.rounded-\[50\%\]{
  border-radius: 50%;
}

.rounded-\[5px\]{
  border-radius: 5px;
}

.rounded-\[6px\]{
  border-radius: 6px;
}

.rounded-\[8px\]{
  border-radius: 8px;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-none{
  border-radius: 0px;
}

.rounded-b-\[8px\]{
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.rounded-r-xl{
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.rounded-t-\[8px\]{
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.rounded-bl-\[6px\]{
  border-bottom-left-radius: 6px;
}

.rounded-br-\[6px\]{
  border-bottom-right-radius: 6px;
}

.border{
  border-width: 1px;
}

.border-0{
  border-width: 0px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-b-\[1px\]{
  border-bottom-width: 1px;
}

.border-l{
  border-left-width: 1px;
}

.border-r{
  border-right-width: 1px;
}

.border-t{
  border-top-width: 1px;
}

.border-solid{
  border-style: solid;
}

.border-green-400{
  --tw-border-opacity: 1;
  border-color: rgb(5 255 100 / var(--tw-border-opacity));
}

.border-green\/\[0\.2\]{
  border-color: rgb(0 202 81 / 0.2);
}

.border-grey-600{
  --tw-border-opacity: 1;
  border-color: rgb(66 67 96 / var(--tw-border-opacity));
}

.border-grey-800{
  --tw-border-opacity: 1;
  border-color: rgb(45 45 66 / var(--tw-border-opacity));
}

.border-orange\/\[0\.2\]{
  border-color: rgb(255 184 0 / 0.2);
}

.border-red-400{
  --tw-border-opacity: 1;
  border-color: rgb(255 31 33 / var(--tw-border-opacity));
}

.border-red\/\[0\.2\]{
  border-color: rgb(221 43 45 / 0.2);
}

.border-yellow{
  --tw-border-opacity: 1;
  border-color: rgb(255 245 0 / var(--tw-border-opacity));
}

.border-x-grey-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(66 67 96 / var(--tw-border-opacity));
  border-right-color: rgb(66 67 96 / var(--tw-border-opacity));
}

.border-x-transparent{
  border-left-color: transparent;
  border-right-color: transparent;
}

.border-y-grey-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(66 67 96 / var(--tw-border-opacity));
  border-bottom-color: rgb(66 67 96 / var(--tw-border-opacity));
}

.border-b-grey-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(66 67 96 / var(--tw-border-opacity));
}

.border-l-grey-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(66 67 96 / var(--tw-border-opacity));
}

.border-r-grey-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(66 67 96 / var(--tw-border-opacity));
}

.border-t-grey-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(45 45 66 / var(--tw-border-opacity));
}

.bg-\[\#13131980\]{
  background-color: #13131980;
}

.bg-\[\#212236\]{
  --tw-bg-opacity: 1;
  background-color: rgb(33 34 54 / var(--tw-bg-opacity));
}

.bg-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(43 132 255 / var(--tw-bg-opacity));
}

.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(39 40 59 / var(--tw-bg-opacity));
}

.bg-blue-700{
  --tw-bg-opacity: 1;
  background-color: rgb(33 34 54 / var(--tw-bg-opacity));
}

.bg-green{
  --tw-bg-opacity: 1;
  background-color: rgb(0 202 81 / var(--tw-bg-opacity));
}

.bg-green-400{
  --tw-bg-opacity: 1;
  background-color: rgb(5 255 100 / var(--tw-bg-opacity));
}

.bg-green\/\[0\.2\]{
  background-color: rgb(0 202 81 / 0.2);
}

.bg-grey-500{
  --tw-bg-opacity: 1;
  background-color: rgb(142 144 172 / var(--tw-bg-opacity));
}

.bg-grey-600{
  --tw-bg-opacity: 1;
  background-color: rgb(66 67 96 / var(--tw-bg-opacity));
}

.bg-grey-700{
  --tw-bg-opacity: 1;
  background-color: rgb(55 55 78 / var(--tw-bg-opacity));
}

.bg-grey-800{
  --tw-bg-opacity: 1;
  background-color: rgb(45 45 66 / var(--tw-bg-opacity));
}

.bg-orange\/\[0\.2\]{
  background-color: rgb(255 184 0 / 0.2);
}

.bg-red-400{
  --tw-bg-opacity: 1;
  background-color: rgb(255 31 33 / var(--tw-bg-opacity));
}

.bg-red\/\[0\.2\]{
  background-color: rgb(221 43 45 / 0.2);
}

.bg-transparent{
  background-color: transparent;
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(255 245 0 / var(--tw-bg-opacity));
}

.bg-\[url\(\"\.\.\/assets\/images\/auth-background\.jpg\"\)\]{
  background-image: url(/assets/img/auth-background.jpg);
}

.bg-cover{
  background-size: cover;
}

.bg-center{
  background-position: center;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.fill-green{
  fill: #00CA51;
}

.fill-green-400{
  fill: #05FF64;
}

.fill-orange{
  fill: #FFB800;
}

.fill-red{
  fill: #DD2B2D;
}

.fill-red-400{
  fill: #FF1F21;
}

.fill-yellow{
  fill: #FFF500;
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.p-0{
  padding: 0px;
}

.p-\[10px\]{
  padding: 10px;
}

.p-\[12px\]{
  padding: 12px;
}

.p-\[14px\]{
  padding: 14px;
}

.p-\[16px\]{
  padding: 16px;
}

.p-\[1px\]{
  padding: 1px;
}

.p-\[22px\]{
  padding: 22px;
}

.p-\[32px\]{
  padding: 32px;
}

.p-\[6px\]{
  padding: 6px;
}

.p-\[7px\]{
  padding: 7px;
}

.p-\[8px\]{
  padding: 8px;
}

.p-\[9px\]{
  padding: 9px;
}

.px-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}

.px-\[12px\]{
  padding-left: 12px;
  padding-right: 12px;
}

.px-\[14px\]{
  padding-left: 14px;
  padding-right: 14px;
}

.px-\[16px\]{
  padding-left: 16px;
  padding-right: 16px;
}

.px-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}

.px-\[22px\]{
  padding-left: 22px;
  padding-right: 22px;
}

.px-\[25px\]{
  padding-left: 25px;
  padding-right: 25px;
}

.px-\[28px\]{
  padding-left: 28px;
  padding-right: 28px;
}

.px-\[2px\]{
  padding-left: 2px;
  padding-right: 2px;
}

.px-\[4px\]{
  padding-left: 4px;
  padding-right: 4px;
}

.px-\[6px\]{
  padding-left: 6px;
  padding-right: 6px;
}

.px-\[8px\]{
  padding-left: 8px;
  padding-right: 8px;
}

.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-\[11px\]{
  padding-top: 11px;
  padding-bottom: 11px;
}

.py-\[12px\]{
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-\[15px\]{
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-\[16px\]{
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-\[17px\]{
  padding-top: 17px;
  padding-bottom: 17px;
}

.py-\[18px\]{
  padding-top: 18px;
  padding-bottom: 18px;
}

.py-\[22px\]{
  padding-top: 22px;
  padding-bottom: 22px;
}

.py-\[2px\]{
  padding-top: 2px;
  padding-bottom: 2px;
}

.py-\[4px\]{
  padding-top: 4px;
  padding-bottom: 4px;
}

.py-\[9px\]{
  padding-top: 9px;
  padding-bottom: 9px;
}

.pb-\[10px\]{
  padding-bottom: 10px;
}

.pb-\[12px\]{
  padding-bottom: 12px;
}

.pb-\[18px\]{
  padding-bottom: 18px;
}

.pb-\[1px\]{
  padding-bottom: 1px;
}

.pb-\[21px\]{
  padding-bottom: 21px;
}

.pb-\[22px\]{
  padding-bottom: 22px;
}

.pb-\[4px\]{
  padding-bottom: 4px;
}

.pb-\[6px\]{
  padding-bottom: 6px;
}

.pb-\[7px\]{
  padding-bottom: 7px;
}

.pl-\[12px\]{
  padding-left: 12px;
}

.pl-\[18px\]{
  padding-left: 18px;
}

.pl-\[20px\]{
  padding-left: 20px;
}

.pl-\[22px\]{
  padding-left: 22px;
}

.pl-\[3px\]{
  padding-left: 3px;
}

.pl-\[4px\]{
  padding-left: 4px;
}

.pl-\[6px\]{
  padding-left: 6px;
}

.pr-\[12px\]{
  padding-right: 12px;
}

.pr-\[18px\]{
  padding-right: 18px;
}

.pr-\[19px\]{
  padding-right: 19px;
}

.pr-\[22px\]{
  padding-right: 22px;
}

.pr-\[24px\]{
  padding-right: 24px;
}

.pr-\[30px\]{
  padding-right: 30px;
}

.pr-\[32px\]{
  padding-right: 32px;
}

.pr-\[3px\]{
  padding-right: 3px;
}

.pr-\[8px\]{
  padding-right: 8px;
}

.pt-\[10px\]{
  padding-top: 10px;
}

.pt-\[110px\]{
  padding-top: 110px;
}

.pt-\[12px\]{
  padding-top: 12px;
}

.pt-\[14px\]{
  padding-top: 14px;
}

.pt-\[18px\]{
  padding-top: 18px;
}

.pt-\[24px\]{
  padding-top: 24px;
}

.pt-\[2px\]{
  padding-top: 2px;
}

.pt-\[35px\]{
  padding-top: 35px;
}

.pt-\[6px\]{
  padding-top: 6px;
}

.pt-\[8px\]{
  padding-top: 8px;
}

.pt-px{
  padding-top: 1px;
}

.text-left{
  text-align: left;
}

.text-center{
  text-align: center;
}

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

.text-\[10px\]{
  font-size: 10px;
}

.text-\[12px\]{
  font-size: 12px;
}

.text-\[14px\]{
  font-size: 14px;
}

.text-\[15px\]{
  font-size: 15px;
}

.text-\[16px\]{
  font-size: 16px;
}

.text-\[18px\]{
  font-size: 18px;
}

.text-\[20px\]{
  font-size: 20px;
}

.text-\[22px\]{
  font-size: 22px;
}

.text-\[24px\]{
  font-size: 24px;
}

.text-\[32px\]{
  font-size: 32px;
}

.text-\[40px\]{
  font-size: 40px;
}

.text-\[5px\]{
  font-size: 5px;
}

.text-\[6px\]{
  font-size: 6px;
}

.text-\[7px\]{
  font-size: 7px;
}

.text-\[8px\]{
  font-size: 8px;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold{
  font-weight: 700;
}

.font-extrabold{
  font-weight: 800;
}

.font-medium{
  font-weight: 500;
}

.font-normal{
  font-weight: 400;
}

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.tabular-nums{
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.leading-\[1\.1\]{
  line-height: 1.1;
}

.leading-\[10px\]{
  line-height: 10px;
}

.leading-\[15\.6px\]{
  line-height: 15.6px;
}

.leading-\[16px\]{
  line-height: 16px;
}

.leading-\[20\.8px\]{
  line-height: 20.8px;
}

.leading-\[21px\]{
  line-height: 21px;
}

.leading-\[22px\]{
  line-height: 22px;
}

.leading-\[26px\]{
  line-height: 26px;
}

.leading-\[9px\]{
  line-height: 9px;
}

.leading-none{
  line-height: 1;
}

.leading-snug{
  line-height: 1.375;
}

.leading-tight{
  line-height: 1.25;
}

.tracking-\[0\.02em\]{
  letter-spacing: 0.02em;
}

.tracking-\[0\.06em\]{
  letter-spacing: 0.06em;
}

.tracking-tight{
  letter-spacing: -0.025em;
}

.tracking-wide{
  letter-spacing: 0.025em;
}

.text-\[\#8E90AC\]{
  --tw-text-opacity: 1;
  color: rgb(142 144 172 / var(--tw-text-opacity));
}

.text-\[\#8e90ac\]{
  --tw-text-opacity: 1;
  color: rgb(142 144 172 / var(--tw-text-opacity));
}

.text-blue{
  --tw-text-opacity: 1;
  color: rgb(43 132 255 / var(--tw-text-opacity));
}

.text-blue-400{
  --tw-text-opacity: 1;
  color: rgb(21 171 255 / var(--tw-text-opacity));
}

.text-green-400{
  --tw-text-opacity: 1;
  color: rgb(5 255 100 / var(--tw-text-opacity));
}

.text-green\/\[0\.2\]{
  color: rgb(0 202 81 / 0.2);
}

.text-grey{
  --tw-text-opacity: 1;
  color: rgb(228 229 243 / var(--tw-text-opacity));
}

.text-grey-500{
  --tw-text-opacity: 1;
  color: rgb(142 144 172 / var(--tw-text-opacity));
}

.text-grey-600{
  --tw-text-opacity: 1;
  color: rgb(66 67 96 / var(--tw-text-opacity));
}

.text-orange\/\[0\.2\]{
  color: rgb(255 184 0 / 0.2);
}

.text-red-400{
  --tw-text-opacity: 1;
  color: rgb(255 31 33 / var(--tw-text-opacity));
}

.text-red\/\[0\.2\]{
  color: rgb(221 43 45 / 0.2);
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-yellow{
  --tw-text-opacity: 1;
  color: rgb(255 245 0 / var(--tw-text-opacity));
}

.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-0{
  outline-width: 0px;
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[width\]{
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-150{
  transition-duration: 150ms;
}

.duration-300{
  transition-duration: 300ms;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* убираем браузерные кнопки для полей ввода когда type=number */
.input-num-without-spin-btn::-webkit-outer-spin-button,
.input-num-without-spin-btn::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

.input-num-without-spin-btn {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

/* убираем стили браузера, когда поле ввода заполняется браузером, а не пользователем */
.input-disable-autofill-style:-webkit-autofill,
.input-disable-autofill-style:-webkit-autofill:hover,
.input-disable-autofill-style:-webkit-autofill:focus,
.input-disable-autofill-style:-webkit-autofill:active {
  -webkit-transition: all 0s 50000s;
  transition: all 0s 50000s;
}

/* Стилизация scrollbar. Работает только в браузерах с поддержкой webkit, поэтому для firefox надо писать своё решение */
.scrollbar::-webkit-scrollbar{
  height: 3px;
  width: 3px;
}

.scrollbar::-webkit-scrollbar-track,
.scrollbar::-webkit-scrollbar-corner{
  --tw-bg-opacity: 1;
  background-color: rgb(33 34 54 / var(--tw-bg-opacity));
}

.scrollbar::-webkit-scrollbar-thumb{
  --tw-bg-opacity: 1;
  background-color: rgb(66 67 96 / var(--tw-bg-opacity));
}

.scrollbar.scrollbar-wide::-webkit-scrollbar{
  height: 7px;
  width: 7px;
}

.hover\:bg-blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(43 132 255 / var(--tw-bg-opacity));
}

.hover\:bg-grey-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(66 67 96 / var(--tw-bg-opacity));
}

.hover\:text-blue-400:hover{
  --tw-text-opacity: 1;
  color: rgb(21 171 255 / var(--tw-text-opacity));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media not all and (min-width: 1735px){
  .max-xl1735\:bottom-0{
    bottom: 0px;
  }
  .max-xl1735\:right-\[-5px\]{
    right: -5px;
  }
  .max-xl1735\:m-0{
    margin: 0px;
  }
  .max-xl1735\:my-\[12px\]{
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .max-xl1735\:flex{
    display: flex;
  }
  .max-xl1735\:w-full{
    width: 100%;
  }
  .max-xl1735\:min-w-\[318px\]{
    min-width: 318px;
  }
  .max-xl1735\:max-w-\[318px\]{
    max-width: 318px;
  }
  .max-xl1735\:flex-\[1_1_100\%\]{
    flex: 1 1 100%;
  }
  .max-xl1735\:flex-wrap{
    flex-wrap: wrap;
  }
  .max-xl1735\:justify-center{
    justify-content: center;
  }
  .max-xl1735\:justify-between{
    justify-content: space-between;
  }
  .max-xl1735\:gap-\[6px\]{
    gap: 6px;
  }
  .max-xl1735\:gap-x-\[12px\]{
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .max-xl1735\:gap-x-\[6px\]{
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
  .max-xl1735\:gap-y-\[6px\]{
    row-gap: 6px;
  }
  .max-xl1735\:border-0{
    border-width: 0px;
  }
  .max-xl1735\:border-b{
    border-bottom-width: 1px;
  }
  .max-xl1735\:border-grey-800{
    --tw-border-opacity: 1;
    border-color: rgb(45 45 66 / var(--tw-border-opacity));
  }
  .max-xl1735\:p-\[14px\]{
    padding: 14px;
  }
  .max-xl1735\:p-\[15px\]{
    padding: 15px;
  }
  .max-xl1735\:p-\[16px\]{
    padding: 16px;
  }
  .max-xl1735\:p-\[8px\]{
    padding: 8px;
  }
  .max-xl1735\:px-\[11px\]{
    padding-left: 11px;
    padding-right: 11px;
  }
  .max-xl1735\:pb-\[12px\]{
    padding-bottom: 12px;
  }
  .max-xl1735\:pb-\[40px\]{
    padding-bottom: 40px;
  }
  .max-xl1735\:pt-\[12px\]{
    padding-top: 12px;
  }
  .max-xl1735\:pt-\[14px\]{
    padding-top: 14px;
  }
  .max-xl1735\:pt-\[20px\]{
    padding-top: 20px;
  }
  .max-xl1735\:pt-\[44px\]{
    padding-top: 44px;
  }
  .max-xl1735\:text-\[10px\]{
    font-size: 10px;
  }
  .max-xl1735\:text-\[14px\]{
    font-size: 14px;
  }
  .max-xl1735\:text-\[18px\]{
    font-size: 18px;
  }
  .max-xl1735\:text-\[32px\]{
    font-size: 32px;
  }
  .max-xl1735\:font-semibold{
    font-weight: 600;
  }
}

@media not all and (min-width: 1650px){
  .max-xl1650\:pl-0{
    padding-left: 0px;
  }
}

@media not all and (min-width: 1536px){
  .max-xl1536\:max-w-\[15px\]{
    max-width: 15px;
  }
}

@media not all and (min-width: 1280px){
  .max-xl\:mb-\[6px\]{
    margin-bottom: 6px;
  }
  .max-xl\:block{
    display: block;
  }
  .max-xl\:flex{
    display: flex;
  }
  .max-xl\:hidden{
    display: none;
  }
  .max-xl\:w-full{
    width: 100%;
  }
  .max-xl\:min-w-0{
    min-width: 0px;
  }
  .max-xl\:max-w-full{
    max-width: 100%;
  }
  .max-xl\:flex-1{
    flex: 1 1 0%;
  }
  .max-xl\:basis-0{
    flex-basis: 0px;
  }
  .max-xl\:flex-row{
    flex-direction: row;
  }
  .max-xl\:flex-col{
    flex-direction: column;
  }
  .max-xl\:flex-wrap{
    flex-wrap: wrap;
  }
  .max-xl\:items-center{
    align-items: center;
  }
  .max-xl\:justify-start{
    justify-content: flex-start;
  }
  .max-xl\:justify-center{
    justify-content: center;
  }
  .max-xl\:gap-\[6px\]{
    gap: 6px;
  }
  .max-xl\:gap-y-\[12px\]{
    row-gap: 12px;
  }
  .max-xl\:\!rounded-\[2mm\]{
    border-radius: 2mm !important;
  }
  .max-xl\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }
  .max-xl\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }
  .max-xl\:rounded-tl-none{
    border-top-left-radius: 0px;
  }
  .max-xl\:rounded-tr-none{
    border-top-right-radius: 0px;
  }
  .max-xl\:bg-transparent{
    background-color: transparent;
  }
  .max-xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .max-xl\:py-\[24px\]{
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .max-xl\:pb-\[12px\]{
    padding-bottom: 12px;
  }
  .max-xl\:pt-\[43px\]{
    padding-top: 43px;
  }
}

@media (min-width: 640px){
  .sm\:gap-\[11px\]{
    gap: 11px;
  }
  .sm\:gap-\[12px\]{
    gap: 12px;
  }
  .sm\:gap-\[18px\]{
    gap: 18px;
  }
  .sm\:px-\[12px\]{
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (min-width: 768px){
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .lg\:w-auto{
    width: auto;
  }
}

@media (min-width: 1280px){
  .xl\:relative{
    position: relative;
  }
  .xl\:right-0{
    right: 0px;
  }
  .xl\:right-\[0px\]{
    right: 0px;
  }
  .xl\:top-0{
    top: 0px;
  }
  .xl\:top-\[0px\]{
    top: 0px;
  }
  .xl\:order-1{
    order: 1;
  }
  .xl\:order-2{
    order: 2;
  }
  .xl\:order-3{
    order: 3;
  }
  .xl\:order-4{
    order: 4;
  }
  .xl\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .xl\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .xl\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .xl\:row-start-1{
    grid-row-start: 1;
  }
  .xl\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .xl\:mb-\[19px\]{
    margin-bottom: 19px;
  }
  .xl\:mb-\[1px\]{
    margin-bottom: 1px;
  }
  .xl\:mb-\[20px\]{
    margin-bottom: 20px;
  }
  .xl\:mb-\[21px\]{
    margin-bottom: 21px;
  }
  .xl\:mb-\[30px\]{
    margin-bottom: 30px;
  }
  .xl\:mb-\[31px\]{
    margin-bottom: 31px;
  }
  .xl\:mb-\[5px\]{
    margin-bottom: 5px;
  }
  .xl\:ml-0{
    margin-left: 0px;
  }
  .xl\:mt-\[0px\]{
    margin-top: 0px;
  }
  .xl\:mt-\[19px\]{
    margin-top: 19px;
  }
  .xl\:block{
    display: block;
  }
  .xl\:inline-block{
    display: inline-block;
  }
  .xl\:inline{
    display: inline;
  }
  .xl\:contents{
    display: contents;
  }
  .xl\:hidden{
    display: none;
  }
  .xl\:h-\[100\%\]{
    height: 100%;
  }
  .xl\:h-\[12px\]{
    height: 12px;
  }
  .xl\:h-\[34px\]{
    height: 34px;
  }
  .xl\:h-\[44px\]{
    height: 44px;
  }
  .xl\:h-\[54px\]{
    height: 54px;
  }
  .xl\:h-\[60px\]{
    height: 60px;
  }
  .xl\:h-\[6px\]{
    height: 6px;
  }
  .xl\:min-h-min{
    min-height: -moz-min-content;
    min-height: min-content;
  }
  .xl\:w-\[12px\]{
    width: 12px;
  }
  .xl\:w-\[200\%\]{
    width: 200%;
  }
  .xl\:w-\[33\%\]{
    width: 33%;
  }
  .xl\:w-\[38px\]{
    width: 38px;
  }
  .xl\:w-\[44px\]{
    width: 44px;
  }
  .xl\:w-\[60px\]{
    width: 60px;
  }
  .xl\:w-\[calc\(100\%_-_10px\)\]{
    width: calc(100% - 10px);
  }
  .xl\:w-auto{
    width: auto;
  }
  .xl\:min-w-0{
    min-width: 0px;
  }
  .xl\:min-w-\[370px\]{
    min-width: 370px;
  }
  .xl\:max-w-\[1000px\]{
    max-width: 1000px;
  }
  .xl\:max-w-\[1066px\]{
    max-width: 1066px;
  }
  .xl\:max-w-\[246px\]{
    max-width: 246px;
  }
  .xl\:max-w-none{
    max-width: none;
  }
  .xl\:flex-1{
    flex: 1 1 0%;
  }
  .xl\:flex-none{
    flex: none;
  }
  .xl\:flex-grow-0{
    flex-grow: 0;
  }
  .xl\:basis-0{
    flex-basis: 0px;
  }
  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:grid-cols-\[repeat\(3\2c 122px\)_150px_52px_66px\]{
    grid-template-columns: repeat(3,122px) 150px 52px 66px;
  }
  .xl\:flex-row{
    flex-direction: row;
  }
  .xl\:flex-wrap{
    flex-wrap: wrap;
  }
  .xl\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .xl\:items-center{
    align-items: center;
  }
  .xl\:items-stretch{
    align-items: stretch;
  }
  .xl\:justify-start{
    justify-content: flex-start;
  }
  .xl\:justify-end{
    justify-content: flex-end;
  }
  .xl\:justify-between{
    justify-content: space-between;
  }
  .xl\:gap-0{
    gap: 0px;
  }
  .xl\:gap-3{
    gap: 0.75rem;
  }
  .xl\:gap-6{
    gap: 1.5rem;
  }
  .xl\:gap-\[12px\]{
    gap: 12px;
  }
  .xl\:gap-\[15px\]{
    gap: 15px;
  }
  .xl\:gap-\[18px\]{
    gap: 18px;
  }
  .xl\:gap-\[22px\]{
    gap: 22px;
  }
  .xl\:gap-x-\[22px\]{
    -moz-column-gap: 22px;
         column-gap: 22px;
  }
  .xl\:gap-x-\[6px\]{
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
  .xl\:gap-y-0{
    row-gap: 0px;
  }
  .xl\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .xl\:whitespace-nowrap{
    white-space: nowrap;
  }
  .xl\:\!rounded-none{
    border-radius: 0px !important;
  }
  .xl\:rounded-\[0px\]{
    border-radius: 0px;
  }
  .xl\:rounded-\[5px\]{
    border-radius: 5px;
  }
  .xl\:rounded-\[8px\]{
    border-radius: 8px;
  }
  .xl\:\!rounded-l-\[8px\]{
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }
  .xl\:\!rounded-r-\[8px\]{
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }
  .xl\:border{
    border-width: 1px;
  }
  .xl\:border-b{
    border-bottom-width: 1px;
  }
  .xl\:border-r{
    border-right-width: 1px;
  }
  .xl\:border-r-0{
    border-right-width: 0px;
  }
  .xl\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity));
  }
  .xl\:border-grey-600{
    --tw-border-opacity: 1;
    border-color: rgb(66 67 96 / var(--tw-border-opacity));
  }
  .xl\:bg-grey-800{
    --tw-bg-opacity: 1;
    background-color: rgb(45 45 66 / var(--tw-bg-opacity));
  }
  .xl\:bg-none{
    background-image: none;
  }
  .xl\:p-0{
    padding: 0px;
  }
  .xl\:p-\[12px\]{
    padding: 12px;
  }
  .xl\:p-\[18px\]{
    padding: 18px;
  }
  .xl\:p-\[22px\]{
    padding: 22px;
  }
  .xl\:px-\[11px\]{
    padding-left: 11px;
    padding-right: 11px;
  }
  .xl\:px-\[21px\]{
    padding-left: 21px;
    padding-right: 21px;
  }
  .xl\:px-\[22px\]{
    padding-left: 22px;
    padding-right: 22px;
  }
  .xl\:px-\[25px\]{
    padding-left: 25px;
    padding-right: 25px;
  }
  .xl\:px-\[26px\]{
    padding-left: 26px;
    padding-right: 26px;
  }
  .xl\:px-\[31px\]{
    padding-left: 31px;
    padding-right: 31px;
  }
  .xl\:px-\[32px\]{
    padding-left: 32px;
    padding-right: 32px;
  }
  .xl\:py-\[10px\]{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .xl\:py-\[12px\]{
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .xl\:py-\[13px\]{
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .xl\:py-\[15px\]{
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .xl\:py-\[30px\]{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .xl\:pb-0{
    padding-bottom: 0px;
  }
  .xl\:pb-\[18px\]{
    padding-bottom: 18px;
  }
  .xl\:pb-\[22px\]{
    padding-bottom: 22px;
  }
  .xl\:pb-\[30px\]{
    padding-bottom: 30px;
  }
  .xl\:pl-0{
    padding-left: 0px;
  }
  .xl\:pl-\[18px\]{
    padding-left: 18px;
  }
  .xl\:pl-\[21px\]{
    padding-left: 21px;
  }
  .xl\:pl-\[32px\]{
    padding-left: 32px;
  }
  .xl\:pr-0{
    padding-right: 0px;
  }
  .xl\:pr-\[0px\]{
    padding-right: 0px;
  }
  .xl\:pr-\[10px\]{
    padding-right: 10px;
  }
  .xl\:pr-\[20px\]{
    padding-right: 20px;
  }
  .xl\:pr-\[22px\]{
    padding-right: 22px;
  }
  .xl\:pr-\[32px\]{
    padding-right: 32px;
  }
  .xl\:pt-\[0\]{
    padding-top: 0;
  }
  .xl\:pt-\[22px\]{
    padding-top: 22px;
  }
  .xl\:pt-\[48px\]{
    padding-top: 48px;
  }
  .xl\:text-\[12px\]{
    font-size: 12px;
  }
  .xl\:text-\[14px\]{
    font-size: 14px;
  }
  .xl\:text-\[16px\]{
    font-size: 16px;
  }
  .xl\:text-\[18px\]{
    font-size: 18px;
  }
  .xl\:text-\[20px\]{
    font-size: 20px;
  }
  .xl\:text-\[22px\]{
    font-size: 22px;
  }
  .xl\:text-\[54px\]{
    font-size: 54px;
  }
  .xl\:font-extrabold{
    font-weight: 800;
  }
  .xl\:font-normal{
    font-weight: 400;
  }
  .xl\:leading-\[54px\]{
    line-height: 54px;
  }
  .xl\:leading-normal{
    line-height: 1.5;
  }
  .xl\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

@media (min-width: 1650px){
  .xl1650\:flex{
    display: flex;
  }
  .xl1650\:hidden{
    display: none;
  }
}

@media (min-width: 1735px){
  .xl1735\:flex-1{
    flex: 1 1 0%;
  }
  .xl1735\:basis-0{
    flex-basis: 0px;
  }
  .xl1735\:flex-nowrap{
    flex-wrap: nowrap;
  }
}

@media (min-width: 1920px){
  .\32xl\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .\32xl\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .\32xl\:row-start-1{
    grid-row-start: 1;
  }
  .\32xl\:mb-\[2px\]{
    margin-bottom: 2px;
  }
  .\32xl\:mb-\[32px\]{
    margin-bottom: 32px;
  }
  .\32xl\:mr-\[10px\]{
    margin-right: 10px;
  }
  .\32xl\:mt-\[32px\]{
    margin-top: 32px;
  }
  .\32xl\:inline-block{
    display: inline-block;
  }
  .\32xl\:hidden{
    display: none;
  }
  .\32xl\:h-\[14px\]{
    height: 14px;
  }
  .\32xl\:h-\[18px\]{
    height: 18px;
  }
  .\32xl\:h-\[20px\]{
    height: 20px;
  }
  .\32xl\:h-\[24px\]{
    height: 24px;
  }
  .\32xl\:h-\[25px\]{
    height: 25px;
  }
  .\32xl\:h-\[2px\]{
    height: 2px;
  }
  .\32xl\:h-\[60px\]{
    height: 60px;
  }
  .\32xl\:w-\[186px\]{
    width: 186px;
  }
  .\32xl\:w-\[18px\]{
    width: 18px;
  }
  .\32xl\:w-\[200px\]{
    width: 200px;
  }
  .\32xl\:w-\[20px\]{
    width: 20px;
  }
  .\32xl\:w-\[24px\]{
    width: 24px;
  }
  .\32xl\:w-\[25px\]{
    width: 25px;
  }
  .\32xl\:w-\[260px\]{
    width: 260px;
  }
  .\32xl\:w-\[32\.6\%\]{
    width: 32.6%;
  }
  .\32xl\:w-\[324px\]{
    width: 324px;
  }
  .\32xl\:w-\[4px\]{
    width: 4px;
  }
  .\32xl\:w-\[60px\]{
    width: 60px;
  }
  .\32xl\:w-\[6px\]{
    width: 6px;
  }
  .\32xl\:w-\[93px\]{
    width: 93px;
  }
  .\32xl\:max-w-\[1300px\]{
    max-width: 1300px;
  }
  .\32xl\:grid-cols-\[minmax\(0\2c 470px\)_repeat\(3\2c 122px\)_150px_52px_66px\]{
    grid-template-columns: minmax(0,470px) repeat(3,122px) 150px 52px 66px;
  }
  .\32xl\:items-center{
    align-items: center;
  }
  .\32xl\:justify-center{
    justify-content: center;
  }
  .\32xl\:gap-\[2px\]{
    gap: 2px;
  }
  .\32xl\:gap-\[40px\]{
    gap: 40px;
  }
  .\32xl\:gap-y-\[22px\]{
    row-gap: 22px;
  }
  .\32xl\:rounded-\[4px\]{
    border-radius: 4px;
  }
  .\32xl\:px-\[17px\]{
    padding-left: 17px;
    padding-right: 17px;
  }
  .\32xl\:px-\[44px\]{
    padding-left: 44px;
    padding-right: 44px;
  }
  .\32xl\:py-\[27px\]{
    padding-top: 27px;
    padding-bottom: 27px;
  }
  .\32xl\:py-\[32px\]{
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .\32xl\:pl-0{
    padding-left: 0px;
  }
  .\32xl\:pr-0{
    padding-right: 0px;
  }
  .\32xl\:text-\[10px\]{
    font-size: 10px;
  }
  .\32xl\:text-\[12px\]{
    font-size: 12px;
  }
  .\32xl\:text-\[14px\]{
    font-size: 14px;
  }
  .\32xl\:text-\[16px\]{
    font-size: 16px;
  }
  .\32xl\:text-\[20px\]{
    font-size: 20px;
  }
  .\32xl\:text-\[24px\]{
    font-size: 24px;
  }
  .\32xl\:text-\[8px\]{
    font-size: 8px;
  }
  .\32xl\:leading-\[1\.15\]{
    line-height: 1.15;
  }
  .\32xl\:leading-\[14px\]{
    line-height: 14px;
  }
  .\32xl\:tracking-normal{
    letter-spacing: 0em;
  }
  .\32xl\:text-grey-500{
    --tw-text-opacity: 1;
    color: rgb(142 144 172 / var(--tw-text-opacity));
  }
}

.\[\&\:not\(\:last-child\)\]\:border-b:not(:last-child){
  border-bottom-width: 1px;
}

.\[\&\:not\(\:last-child\)\]\:border-b-grey-800:not(:last-child){
  --tw-border-opacity: 1;
  border-bottom-color: rgb(45 45 66 / var(--tw-border-opacity));
}

.\[\&_\.apexcharts-line-series\[seriesName\=\"\41F\440\43E\433\43D\43E\437\"\]_path\.apexcharts-line\]\:\[stroke-dasharray\:6\] .apexcharts-line-series[seriesName="Прогноз"] path.apexcharts-line{
  stroke-dasharray: 6;
}

.\[\&_\.apexcharts-tooltip\]\:rounded-\[5px\] .apexcharts-tooltip{
  border-radius: 5px;
}

.\[\&_\.apexcharts-tooltip\]\:\!border-0 .apexcharts-tooltip{
  border-width: 0px !important;
}

.\[\&_\.apexcharts-tooltip\]\:\!bg-\[\#212236\] .apexcharts-tooltip{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(33 34 54 / var(--tw-bg-opacity)) !important;
}

.\[\&_\.apexcharts-xaxistooltip\]\:\!hidden .apexcharts-xaxistooltip{
  display: none !important;
}

