@charset "UTF-8";*, ::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.15 | 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 */ /* 3 */
  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 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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::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]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1200px) {

  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.left-1 {
  left: 0.25rem;
}
.left-5 {
  left: 1.25rem;
}
.right-0 {
  right: 0px;
}
.top-1 {
  top: 0.25rem;
}
.top-5 {
  top: 1.25rem;
}
.z-10 {
  z-index: 10;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-ms-\[100\%\] {
  margin-inline-start: -100%;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.size-4 {
  width: 1rem;
  height: 1rem;
}
.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}
.h-11 {
  height: 2.75rem;
}
.h-4 {
  height: 1rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[104px\] {
  height: 104px;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.h-screen {
  height: 100vh;
}
.w-2\/4 {
  width: 50%;
}
.w-60 {
  width: 15rem;
}
.w-\[330px\] {
  width: 330px;
}
.w-\[calc\(50\%-0\.25rem\)\] {
  width: calc(50% - 0.25rem);
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.min-w-64 {
  min-width: 16rem;
}
.max-w-\[1600px\] {
  max-width: 1600px;
}
.max-w-\[316px\] {
  max-width: 316px;
}
.max-w-\[450px\] {
  max-width: 450px;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.origin-top-right {
  transform-origin: top right;
}
.translate-x-0 {
  --tw-translate-x: 0px;
  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));
}
.translate-x-full {
  --tw-translate-x: 100%;
  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-pointer {
  cursor: pointer;
}
.resize-none {
  resize: none;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 6px;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-1\.5 {
  column-gap: 6px;
}
.gap-x-2 {
  column-gap: 0.5rem;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.text-nowrap {
  text-wrap: nowrap;
}
.rounded-100 {
  border-radius: 100px;
}
.rounded-20 {
  border-radius: 20px;
}
.rounded-32 {
  border-radius: 32px;
}
.rounded-\[6px\] {
  border-radius: 6px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-button-filled {
  --tw-border-opacity: 1;
  border-color: rgb(18 18 19 / var(--tw-border-opacity, 1));
}
.border-button-light {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-outline-error {
  --tw-border-opacity: 1;
  border-color: rgb(227 12 0 / var(--tw-border-opacity, 1));
}
.border-outline-light {
  --tw-border-opacity: 1;
  border-color: rgb(236 239 242 / var(--tw-border-opacity, 1));
}
.bg-background-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 250 / var(--tw-bg-opacity, 1));
}
.bg-background-mainContainer {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-background-page {
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 250 / var(--tw-bg-opacity, 1));
}
.bg-button-filled {
  --tw-bg-opacity: 1;
  background-color: rgb(18 18 19 / var(--tw-bg-opacity, 1));
}
.bg-button-light {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-outline-light {
  --tw-bg-opacity: 1;
  background-color: rgb(236 239 242 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-\[\#08043d\] {
  --tw-gradient-from: #08043d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 4 61 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gradient-lightStart1 {
  --tw-gradient-from: #FFDAE9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 218 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gradient-lightStart2 {
  --tw-gradient-from: #E0E4FF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 228 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#73000a\] {
  --tw-gradient-to: #73000a var(--tw-gradient-to-position);
}
.to-gradient-lightEnd1 {
  --tw-gradient-to: #EBE0FD var(--tw-gradient-to-position);
}
.to-gradient-lightEnd2 {
  --tw-gradient-to: #FFDADB var(--tw-gradient-to-position);
}
.object-cover {
  object-fit: cover;
}
.p-1 {
  padding: 0.25rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-\[10px\] {
  padding: 10px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[7px\] {
  padding-left: 7px;
  padding-right: 7px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-\[13\.25px\] {
  padding-top: 13.25px;
  padding-bottom: 13.25px;
}
.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-base {
  font-size: 16px;
  line-height: 19.5px;
}
.text-logo {
  font-size: 20px;
  line-height: 24.38px;
}
.text-m {
  font-size: 22px;
  line-height: 26.82px;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-small {
  font-size: 14px;
  line-height: 18px;
}
.text-xs {
  font-size: 12px;
  line-height: 18px;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.text-blue {
  --tw-text-opacity: 1;
  color: rgb(8 4 61 / var(--tw-text-opacity, 1));
}
.text-button-filled {
  --tw-text-opacity: 1;
  color: rgb(18 18 19 / var(--tw-text-opacity, 1));
}
.text-button-filledText {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-button-lightText {
  --tw-text-opacity: 1;
  color: rgb(18 18 19 / var(--tw-text-opacity, 1));
}
.text-button-text {
  --tw-text-opacity: 1;
  color: rgb(18 18 19 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-pink {
  --tw-text-opacity: 1;
  color: rgb(120 32 110 / var(--tw-text-opacity, 1));
}
.text-red {
  --tw-text-opacity: 1;
  color: rgb(227 12 0 / var(--tw-text-opacity, 1));
}
.text-text-error {
  --tw-text-opacity: 1;
  color: rgb(227 12 0 / var(--tw-text-opacity, 1));
}
.text-text-light {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-text-main {
  --tw-text-opacity: 1;
  color: rgb(18 18 19 / var(--tw-text-opacity, 1));
}
.text-text-secondary {
  --tw-text-opacity: 1;
  color: rgb(74 76 79 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.opacity-50 {
  opacity: 0.5;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-black\/5 {
  --tw-ring-color: rgb(18 18 19 / 0.05);
}
.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-\[margin\] {
  transition-property: margin;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
*, *:before, *:after {
  box-sizing: border-box;
}
@font-face {
  font-family: "Montserrat";
  src: url("./Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("./Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("./Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("./Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("./Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
body {
  margin: 0;
  font-family: "Montserrat";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #F8F9FA;
}
body form {
  width: 100%;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin-top: 0;
  margin-bottom: 0;
}
.placeholder\:text-text-secondary::placeholder {
  --tw-text-opacity: 1;
  color: rgb(74 76 79 / var(--tw-text-opacity, 1));
}
.invalid\:border-outline-error:invalid {
  --tw-border-opacity: 1;
  border-color: rgb(227 12 0 / var(--tw-border-opacity, 1));
}
.hover\:border-button-hover:hover {
  --tw-border-opacity: 1;
  border-color: rgb(18 18 19 / var(--tw-border-opacity, 1));
}
.hover\:border-button-light:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.hover\:border-outline-grey:hover {
  --tw-border-opacity: 1;
  border-color: rgb(109 114 130 / var(--tw-border-opacity, 1));
}
.hover\:bg-background-greyHover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(236 239 242 / var(--tw-bg-opacity, 1));
}
.hover\:bg-transparent:hover {
  background-color: transparent;
}
.hover\:text-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(8 4 61 / var(--tw-text-opacity, 1));
}
.hover\:text-button-hover:hover {
  --tw-text-opacity: 1;
  color: rgb(18 18 19 / var(--tw-text-opacity, 1));
}
.hover\:text-button-light:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.focus\:border-button-pressed:focus {
  --tw-border-opacity: 1;
  border-color: rgb(74 76 79 / var(--tw-border-opacity, 1));
}
.focus\:border-outline-color:focus {
  --tw-border-opacity: 1;
  border-color: rgb(120 32 110 / var(--tw-border-opacity, 1));
}
.focus\:bg-transparent:focus {
  background-color: transparent;
}
.focus\:text-button-pressed:focus {
  --tw-text-opacity: 1;
  color: rgb(74 76 79 / var(--tw-text-opacity, 1));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.active\:border-button-light:active {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.active\:border-button-pressed:active {
  --tw-border-opacity: 1;
  border-color: rgb(74 76 79 / var(--tw-border-opacity, 1));
}
.active\:bg-button-light:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.active\:text-button-lightText:active {
  --tw-text-opacity: 1;
  color: rgb(18 18 19 / var(--tw-text-opacity, 1));
}
.active\:text-button-pressed:active {
  --tw-text-opacity: 1;
  color: rgb(74 76 79 / var(--tw-text-opacity, 1));
}
.disabled\:border-button-disabledBg:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(236 239 242 / var(--tw-border-opacity, 1));
}
.disabled\:border-outline-light:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(236 239 242 / var(--tw-border-opacity, 1));
}
.disabled\:bg-button-disabledBg:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(236 239 242 / var(--tw-bg-opacity, 1));
}
.disabled\:text-button-disabled:disabled {
  --tw-text-opacity: 1;
  color: rgb(109 114 130 / var(--tw-text-opacity, 1));
}
.peer\/inventor:hover ~ .peer-hover\/inventor\:translate-x-0 {
  --tw-translate-x: 0px;
  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));
}
.peer\/lawyer:hover ~ .peer-hover\/lawyer\:translate-x-full {
  --tw-translate-x: 100%;
  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));
}
.data-\[closed\]\:scale-95[data-closed] {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}
.data-\[closed\]\:transform[data-closed] {
  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));
}
.data-\[focus\]\:bg-gray-100[data-focus] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.data-\[focus\]\:text-gray-900[data-focus] {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.data-\[closed\]\:opacity-0[data-closed] {
  opacity: 0;
}
.data-\[focus\]\:outline-none[data-focus] {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.data-\[enter\]\:duration-100[data-enter] {
  transition-duration: 100ms;
}
.data-\[leave\]\:duration-75[data-leave] {
  transition-duration: 75ms;
}
.data-\[enter\]\:ease-out[data-enter] {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.data-\[leave\]\:ease-in[data-leave] {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
@media (min-width: 768px) {

  .md\:absolute {
    position: absolute;
  }

  .md\:block {
    display: block;
  }

  .md\:size-5 {
    width: 1.25rem;
    height: 1.25rem;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-2\/4 {
    width: 50%;
  }

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

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

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:text-base {
    font-size: 16px;
    line-height: 19.5px;
  }

  .md\:text-l {
    font-size: 28px;
    line-height: 34.13px;
  }

  .md\:text-text-light {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
@media (min-width: 1200px) {

  .desktop\:w-2\/4 {
    width: 50%;
  }

  .desktop\:gap-10 {
    gap: 2.5rem;
  }

  .desktop\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

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

  .desktop\:pt-\[140px\] {
    padding-top: 140px;
  }
}.ui-button {
  width: 100%;
  height: auto;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.ui-button.ant-btn-lg {
  font-size: 16px !important;
}
.ui-button.ant-btn-primary {
  border: 1px solid currentColor;
}
.ui-button.ant-btn-primary:hover {
  color: #121213 !important;
}
.ui-button.ant-btn-primary:active {
  color: #4A4C4F !important;
}
.ui-button.ant-btn-primary:disabled {
  color: #6D7282 !important;
  background: #ECEFF2 !important;
  border-color: #ECEFF2 !important;
}
.ui-button.ant-btn-default {
  border: 1px solid #ECEFF2 !important;
  color: #121213 !important;
}
.ui-button.ant-btn-default:hover {
  color: #121213 !important;
  border-color: #121213 !important;
}
.ui-button.ant-btn-default:active {
  color: #4A4C4F !important;
  border-color: #4A4C4F !important;
}
.ui-button.ant-btn-default:disabled {
  color: #6D7282 !important;
  border-color: #ECEFF2 !important;
}.account {
  position: relative;
  z-index: 999;
}
.account > .user {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px 8px 8px;
  cursor: pointer;
}
.account > .user > .photo {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}
.account > .user > .name {
  font-size: 14px;
}
.account > .context {
  position: absolute;
  right: 0;
  top: 70px;
  background: #fff;
  display: inline-flex;
  padding: 16px 16px 8px;
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  min-width: 316px;
  box-shadow: 0 0 25px 0 rgba(225, 225, 225, 0.4);
  transition: opacity 0.4s, visibility 0.4s;
}
.account > .context:not(.active) {
  display: none;
  opacity: 0;
}
.account > .context.active {
  opacity: 1;
}
.account > .context > .user {
  display: flex;
  align-items: center;
  gap: 16px;
}
.account > .context > .user > .photo {
  position: relative;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  cursor: pointer;
}
.account > .context > .user > .photo svg {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.account > .context > .user > .info > .name {
  color: #121213;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.account > .context > .user > .info > .email {
  color: #535353;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 16px;
}
.account > .context > .user > .info > button > .edit-profile-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.account > .context > .user > .info > .custom-button-wrapper > .custom-button {
  margin-top: 16px;
  height: 43px;
}
.account > .context > .user > .info > .custom-button-wrapper > .custom-button > .wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.account > .context > .user > .info > .custom-button-wrapper > .custom-button > .wrapper > .content {
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0;
  text-align: center;
}
.account > .context > .user > .info > .custom-button-wrapper > .custom-button > .wrapper > .content > svg {
  width: 18px;
  height: 18px;
}
.account > .context > .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}
.account > .context > .menu > li {
  width: 100%;
}
.account > .context > .menu > li:not(:last-child) > a {
  border-bottom: 1.5px solid #f5f5f5;
}
.account > .context > .menu > li > a {
  padding: 16px 0;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 8px;
  text-decoration: none;
  border-top: 1.5px solid #f5f5f5;
}
.account > .context > .menu > li > a > .icon > svg {
  width: 18px;
  height: 18px;
  display: block;
}
.account > .context > .menu > li > a > .text {
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}.ant-breadcrumb-link {
  font-size: 14px;
  font-weight: 400;
  color: #4A4C4F !important;
}

.ant-breadcrumb-separator {
  color: #4A4C4F !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ant-dropdown-menu {
  padding: 8px !important;
  border-radius: 12px !important;
  border: 1px solid #ECEFF2;
}

.ant-dropdown-menu .ant-dropdown-menu-item {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px !important;
}

.ant-dropdown-menu .ant-dropdown-menu-item:hover {
  background-color: #ECEFF2 !important;
}

.ant-dropdown-menu .ant-dropdown-menu-item .ant-dropdown-menu-item-icon {
  width: 24px !important;
  height: 24px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ant-dropdown-menu .ant-dropdown-menu-item .ant-dropdown-menu-item-icon svg {
  width: 20px !important;
  height: 20px !important;
}

.ant-dropdown-menu .ant-dropdown-menu-item .ant-dropdown-menu-title-content {
  font-size: 16px !important;
}

.auth-main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.auth-main > header {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 24px;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  border-bottom: 1px solid #ECEFF2;
}

.auth-main > header > .logo {
  text-decoration: none;
  color: inherit;
}

.auth-main > header > .right-side {
  display: flex;
  align-items: center;
  justify-content: center;
}

.auth-main > header > .menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
}

.auth-main > header > .menu .menu-button {
  width: auto;
}

.auth-main > header > .menu .menu-button svg {
  height: 16px;
  width: 16px;
}

.auth-main > header > .menu .menu-button:hover svg path {
  fill: #000;
}.custom-redirection-block {
  padding: 0;
  margin: 0;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.2s ease;
}
.custom-redirection-block:hover {
  transform: scale(1.01);
}
.custom-redirection-block.disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.custom-redirection-block.disabled:hover {
  transform: scale(1);
}.custom-link {
  gap: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #2c2c2c;
  text-decoration: underline !important;
}
.custom-link.flex-link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-link:hover {
  color: #007178;
}
.custom-link:hover > svg path {
  fill: #007178;
}.ui-alert-clickable {
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.ui-alert-clickable:hover {
  opacity: 0.8;
}

.ui-alert-full {
  width: 100%;
  max-width: 822px;
}.breadcrumbs {
  display: flex;
  align-items: center;
  padding: 0 24px;
  gap: 8px;
}
.breadcrumbs > .breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
}
.breadcrumbs > .breadcrumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
.breadcrumbs > .breadcrumb > a > .icon {
  display: block;
}
.breadcrumbs > .breadcrumb > a:not(.active) {
  color: #535353;
}
.breadcrumbs > .breadcrumb > a.active {
  color: #121213;
}.page-container {
  padding: 0 24px 24px;
  display: flex;
  justify-content: center;
  flex-grow: 1;
}
.page-container.middle > .container {
  justify-content: center;
}
.page-container > .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 228px;
  width: 100%;
  gap: 32px;
}
.page-container > .container:not(.middle) {
  margin-top: 80px;
}
.page-container > .container > .header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 32px;
}
.page-container > .container > .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  width: 100%;
}.page-projects > .container {
  max-width: 1150px;
  width: 100%;
  gap: 40px;
}
.page-projects > .container > .header {
  gap: 8px;
}
.page-projects > .container > .header > .subtitle {
  color: #4A4C4F;
}
.page-projects > .container > .content > .custom-button-wrapper {
  width: 100%;
}
.page-projects > .container > .content > .custom-button-wrapper > .custom-button {
  width: 100%;
}
.page-projects > .container > .content > .custom-button-wrapper > .custom-button > .wrapper {
  width: 100%;
}
.page-projects > .container > .content > .custom-button-wrapper > .custom-button > .wrapper > .content {
  width: 100%;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.page-projects > .container > .content > .custom-button-wrapper > .custom-button > .wrapper > .content > .text {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #535353;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.page-projects > .container > .content > .custom-button-wrapper > .custom-button > .wrapper > .content > .download-icon {
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-projects > .container > .content > .projects {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.page-projects > .container > .content > .projects > div > .project {
  position: relative;
  border-radius: 32px;
  border: 0;
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(236, 239, 242, 0.3019607843);
  padding: 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.page-projects > .container > .content > .projects > div > .project > .badge {
  position: absolute;
  top: -8px;
  left: 8px;
  display: inline-flex;
  padding: 4px 8px;
  border-radius: 20px;
  font-size: 12px;
  color: #121213;
  background: #D8FFA7;
}
.page-projects > .container > .content > .projects > div > .project > .badge-completed {
  background: linear-gradient(to right, rgb(255, 218, 233) 0%, rgb(235, 224, 253) 100%);
}
.page-projects > .container > .content > .projects > div > .project > .header {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.page-projects > .container > .content > .projects > div > .project > .header > .title {
  margin-bottom: 12px;
  color: #121213;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  flex-grow: 1;
}
.page-projects > .container > .content > .projects > div > .project > .header > .edit-button {
  border: none;
  box-shadow: none;
  background: transparent;
  padding: 5px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.4s;
}
.page-projects > .container > .content > .projects > div > .project > .header > .edit-button:hover {
  background: #f5f5f5;
}
.page-projects > .container > .content > .projects > div > .project > .progress {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
}
.page-projects > .container > .content > .projects > div > .project > .progress > .title {
  font-size: 14px;
}
.page-projects > .container > .content > .projects > div > .project > .progress .ant-progress .ant-progress-inner {
  background-color: #F8F9FA;
}
.page-projects > .container > .content > .projects > div > .project > .preview-project-button {
  color: #333333;
}
.page-projects > .container > .content > .projects > div > .project > .preview-project-button > span {
  text-decoration: underline;
}
.page-projects > .container > .content > .projects > div > .project > .preview-project-button:hover {
  color: #007178;
}
.page-projects > .container > .content > .projects > div > .project > .custom-button-wrapper {
  width: 100%;
}
.page-projects > .container > .content > .projects > div > .project > .custom-button-wrapper > .project-add {
  width: 100%;
}
.page-projects > .container > .content > .projects > .project-add {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 370px;
  min-height: 189px;
  padding: 24px;
  border: 0;
  border-radius: 32px;
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(236, 239, 242, 0.3019607843);
  gap: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.page-projects > .container > .content > .projects > .project-add.is-only {
  grid-column-start: 2;
}
.page-projects > .container > .content > .projects > .project-add:hover {
  transform: scale(1.01);
}
.page-projects > .container > .content > .projects > .project-add > .title {
  color: #121213;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 877px) {
  .page-projects > .container > .content > .projects {
    display: flex;
    flex-direction: column;
  }
  .page-projects > .container > .content > .projects > .project-add {
    width: 100%;
  }
  .page-projects > .container > .content > .projects > div > .project > .header > .title {
    overflow: hidden;
  }
}.pdf-viewer-wrapper {
  width: 100%;
}

.pdf-page {
  border: 1px solid #dbdbdb;
  margin-bottom: 10px;
}.page-agreements > .container {
  margin-top: 0 !important;
  max-width: 900px;
  width: 100%;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 0 25px 0 rgba(225, 225, 225, 0.4);
}.home-breadcrumb-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}.user-profile-header {
  width: 100%;
  margin: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.user-profile-header .signed-nda-block {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding: 24px;
  background: linear-gradient(114.77deg, #FFDAE9 3.64%, #EBE0FD 104.84%);
}
.user-profile-header .signed-nda-block .signed-nda-content {
  position: relative;
  z-index: 1;
}
.user-profile-header .signed-nda-block .signed-nda-abstruction {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}.form-group {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 36px;
}
.form-group:not(.no-margin) + * {
  margin-top: 16px;
}.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(18, 18, 19, 0.5019607843);
  opacity: 0;
  z-index: 999998;
}
.modal-backdrop.active {
  opacity: 1;
}
.modal-backdrop.active > .modal-content {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 150ms;
  transition-duration: 350ms;
}
@media screen and (max-width: 767px) {
  .modal-backdrop.active > .modal-content {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.modal-content {
  transform: translateY(50px);
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: 999999;
}.ui-select {
  width: 100%;
}

.ant-select-open .ant-select-selector {
  border: 1px solid #984F90 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  border-color: #984F90 !important;
}

.ant-select .ant-select-selector {
  min-height: 48px;
}
.ant-select .ant-select-selection-item {
  font-size: 14px;
  font-weight: 500;
  background: #F8F9FA !important;
  margin-right: unset !important;
  margin-top: unset !important;
  margin-bottom: unset !important;
  padding-left: 8px;
  padding-right: 8px;
}
.ant-select .ant-select-selection-item .ant-select-selection-item-remove {
  border-radius: 100%;
  border: 1px solid #000;
  height: fit-content;
  margin: auto;
  padding: 2px;
}
.ant-select .ant-select-selection-item .ant-select-selection-item-remove svg path {
  fill: #000;
}
.ant-select .ant-select-selection-placeholder {
  color: #4A4C4F !important;
}
.ant-select .ant-select-arrow svg path {
  fill: #000;
}.form-input-wrapper {
  position: relative;
  width: 100%;
}
.form-input-wrapper .ant-input-affix-wrapper-focused {
  border-color: #984F90 !important;
}
.form-input-wrapper .ant-input-password {
  height: 48px !important;
}
.form-input-wrapper .ant-input-password input {
  font-size: 16px;
  color: #4A4C4F;
}
.form-input-wrapper .ant-input:hover,
.form-input-wrapper .ant-input-password:hover {
  border-color: #984F90 !important;
}
.form-input-wrapper .ant-input::placeholder,
.form-input-wrapper .ant-input-password::placeholder {
  color: #4A4C4F;
  opacity: 1; /* Firefox */
}
.form-input-wrapper .ant-input-disabled {
  color: #4A4C4F !important;
}
.form-input-wrapper .ant-input-disabled::placeholder {
  color: #4A4C4F !important;
  opacity: 1; /* Firefox */
}
.form-input-wrapper .ant-select {
  width: 100%;
}
.form-input-wrapper .ant-select .ant-select-selection-placeholder {
  color: #4A4C4F;
}

.input-error-text {
  position: absolute;
  font-size: 12px;
  top: 38px;
  left: 0;
}

.error-text-bottom {
  position: relative;
  font-size: 14px;
  color: #ff4d4f;
}.update-password-modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 530px;
  min-height: 174px;
  padding: 24px;
  border-radius: 24px;
  background-color: #ffffff;
}
.update-password-modal .password-modal-title {
  text-align: left;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
}
.update-password-modal .password-modal-subtitle {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 24px;
}
.update-password-modal .update-password-form {
  gap: 16px !important;
}
.update-password-modal .actions-wrapper {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}.confirmation-modal-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 530px;
  min-height: 174px;
  padding: 24px;
  border-radius: 24px;
  background-color: #ffffff;
}
.confirmation-modal-content-wrapper > .confirmation-modal-title {
  text-align: center;
  margin-bottom: 24px;
}
.confirmation-modal-content-wrapper > .actions-wrapper {
  display: flex;
  gap: 8px;
  width: 100%;
}
.confirmation-modal-content-wrapper > .actions-wrapper.row-reverse {
  flex-direction: row-reverse;
}
.confirmation-modal-content-wrapper > .close {
  border: none;
  box-shadow: none;
  position: absolute;
  top: 24px;
  right: 24px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 9;
  border-radius: 50%;
}
.confirmation-modal-content-wrapper > .close:hover {
  background-color: rgba(192, 192, 192, 0.14);
}
.confirmation-modal-content-wrapper > .close > svg {
  display: block;
  cursor: pointer;
}
.confirmation-modal-content-wrapper > .close:hover > svg path {
  fill: #007178;
}
@media screen and (max-width: 767px) {
  .confirmation-modal-content-wrapper {
    width: 99%;
    height: auto;
  }
  .confirmation-modal-content-wrapper > .actions-wrapper {
    margin-top: 16px;
  }
}.account-data-block {
  position: relative;
  width: 100%;
  padding: 24px;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0px 0px 10px 0px rgba(236, 239, 242, 0.3019607843);
}
.account-data-block .account-data-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  width: 100%;
  max-width: 500px;
}
.account-data-block .accound-data-fields {
  display: grid;
  gap: 24px;
  grid-template-columns: 120px 1fr;
}
.account-data-block .settings-btn {
  cursor: pointer;
  padding: 4px;
  border-radius: 8px;
  position: absolute;
  right: 24px;
  top: 24px;
  margin: 0;
}
.account-data-block .settings-btn:hover, .account-data-block .settings-btn:focus, .account-data-block .settings-btn:active {
  background-color: #ECEFF2;
}
.account-data-block .actions-wrapper {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: min-content;
  margin-left: auto;
  margin-top: 24px;
}.user-profile-container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 24px;
}.buttons-block {
  display: flex;
  width: 100%;
  gap: 16px;
}
.buttons-block.column {
  flex-direction: column;
}
.buttons-block.center {
  justify-content: center;
}
.buttons-block.sm-width {
  width: 286px;
}
.buttons-block > .custom-button {
  min-width: 135px;
}.page-user-name > .container {
  max-width: 614px;
  width: 100%;
}.page-project-description > .container {
  max-width: 764px;
}
.page-project-description > .container > .buttons-block {
  max-width: 286px;
}.tags-interaction-details-wrapper {
  display: flex;
  width: 100%;
  gap: 8px;
}
.tags-interaction-details-wrapper > .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 16px;
}
.tags-interaction-details-wrapper > .content-wrapper > .divider {
  margin: 0px !important;
}
.tags-interaction-details-wrapper > .content-wrapper > .item-wrapper {
  position: relative;
  width: 100%;
}
.tags-interaction-details-wrapper > .content-wrapper > .item-wrapper > .error-message {
  position: absolute;
  left: 0;
  bottom: -15px;
  font-size: 14px;
  color: #ff4d4f;
}
.tags-interaction-details-wrapper > .icon {
  cursor: pointer;
  background: #F8F9FA;
  border-radius: 8px;
  min-width: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  color: #121213;
}
.tags-interaction-details-wrapper > .icon > span {
  display: flex;
  align-items: center;
}
.tags-interaction-details-wrapper > .icon > span:hover {
  color: #007178;
}
.tags-interaction-details-wrapper > .icon > span:hover > svg path {
  fill: #007178;
}
.tags-interaction-details-wrapper .opacity-50 {
  opacity: 0.5;
}.project-footer-wrapper {
  position: fixed;
  bottom: 0;
  right: 0;
  width: calc(100% - 240px);
  display: flex;
  justify-content: space-between;
  padding: 8px 24px;
  border-top: 1px solid #ECEFF2;
  background-color: #ffffff;
}
.project-footer-wrapper > .left-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.project-footer-wrapper > .right-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .project-footer-wrapper {
    flex-wrap: wrap;
    gap: 16px;
    width: 100%;
    padding: 8px;
  }
  .project-footer-wrapper > .left-actions,
  .project-footer-wrapper > .right-actions {
    flex-wrap: wrap;
  }
  .project-footer-wrapper > .left-actions .ui-button,
  .project-footer-wrapper > .right-actions .ui-button {
    width: auto;
  }
}.confirmation-list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  padding: 16px;
  background-color: #F8F9FA;
}
.confirmation-list-item .icon {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  color: #000;
}
.confirmation-list-item .list-item-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #4A4C4F;
}.confirmation-list {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.confirmation-list > .pagination-wrapper {
  margin-bottom: 24px;
}
.confirmation-list > .wrapper {
  display: grid;
  grid-template-columns: 600px 1fr;
  gap: 24px;
  width: 100%;
  overflow: auto;
  flex-grow: 1;
}
.confirmation-list > .wrapper .divider {
  margin: 8px 0;
}
.confirmation-list > .wrapper > .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 400px);
  align-items: flex-start;
}
.confirmation-list > .wrapper > .content-wrapper > .icons {
  position: absolute;
  z-index: 20;
  top: 16px;
  right: 16px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  gap: 8px;
}
.confirmation-list > .wrapper > .content-wrapper > .icons > .option-button {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  padding: 0;
}
.confirmation-list > .wrapper > .content-wrapper > .icons > .icon {
  display: flex;
  align-items: center;
  color: #121213;
}
.confirmation-list > .wrapper > .content-wrapper > .icons > .icon > span {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.confirmation-list > .wrapper > .content-wrapper > .icons > .icon > span:hover {
  color: #007178;
}
.confirmation-list > .wrapper > .content-wrapper > .icons > .icon > span:hover > svg path {
  fill: #007178;
}
.confirmation-list > .wrapper > .content-wrapper > .confirmation-list-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.confirmation-list > .wrapper > .content-wrapper > .confirmation-list-wrapper > .confirmation-list {
  margin: 16px 0;
  gap: 8px;
  overflow-y: auto;
}
.confirmation-list > .wrapper .markers-interaction-wrapper {
  height: calc(100vh - 400px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.confirmation-list > .wrapper .markers-interaction-wrapper > .gradient-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  text-align: center;
}
.confirmation-list > .wrapper .markers-interaction-wrapper > .gradient-content-wrapper > .title {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}
.confirmation-list > .wrapper .markers-interaction-wrapper > .gradient-content-wrapper > .subtitle {
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 1.5;
}
.confirmation-list > .wrapper .markers-interaction-wrapper > .gradient-content-wrapper > .ui-button {
  width: auto;
}
.confirmation-list > .wrapper .markers-interaction-wrapper > .markers-connections-button {
  width: fit-content !important;
}
.option-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px !important;
}
@media screen and (max-width: 1199px) {
  .content-wrapper > .ant-image {
    width: auto !important;
  }
  .confirmation-list > .wrapper > .content-wrapper,
  .confirmation-list > .wrapper .markers-interaction-wrapper {
    height: 100%;
  }
  .confirmation-list > .wrapper {
    overflow: visible;
    display: flex;
    flex-direction: column;
  }
}.drop-component {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.drop-component .drop-area {
  width: 473px;
  height: 240px;
}
.drop-component .drop-area .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.drop-component .drop-area .content > .icon {
  color: #4A4C4F;
}
.drop-component .drop-area .content > .title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #121213;
}
.drop-component .drop-area .content .link-purple {
  text-decoration: underline;
  color: #78206E;
}
.drop-component .drop-area .content > .info {
  font-size: 12px;
  line-height: 1.5;
  color: #4A4C4F;
}
.drop-component .drop-area > .ant-upload-drag {
  border-radius: 32px;
  border-color: #6D7282;
  background-color: #ffffff;
}
.drop-component .drop-area > .ant-upload-drag:hover {
  border-color: #121213;
}.child-marker-tags-wrapper {
  max-width: 352px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 8px;
  margin-top: 16px;
  margin-bottom: 24px;
}.marker-component > .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  gap: 20px;
}
.marker-component > .header > .content {
  display: flex;
  align-items: center;
  gap: 5px;
}
.marker-component > .header > .content .tag-item {
  font-size: 16px;
  font-weight: 500;
}
.marker-component > .header > .content .tag-item .tag-item-value {
  margin-left: 8px;
  font-size: 14px;
  font-weight: 600;
  padding: 4.5px;
  border-radius: 100%;
  background: #DD4141;
  color: #ffffff;
}
.marker-component > .header > .name {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #121213;
}
.marker-component > .header > .icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.marker-component > .header > .icons > .icon {
  display: flex;
  align-items: center;
  color: #121213;
}
.marker-component > .header > .icons > .icon > .ant-color-picker-trigger {
  min-width: 28px;
  width: 28px;
  height: 28px;
  border-radius: 0;
  border: 0;
  padding: 4px;
}
.marker-component > .header > .icons > .icon > .ant-color-picker-trigger .ant-color-picker-color-block {
  width: 20px;
  height: 20px;
  box-shadow: 0 0 0px 1px #ECEFF2;
}
.marker-component > .header > .icons > .icon > span {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.marker-component > .header > .icons > .icon > span:hover {
  color: #007178;
}
.marker-component > .header > .icons > .icon > span:hover > svg path {
  fill: #007178;
}
.marker-component > .content {
  margin-top: 20px;
}
.marker-component > .content > .item-wrapper {
  position: relative;
  width: 100%;
}
.marker-component > .content > .item-wrapper > .error-message {
  position: absolute;
  left: 0;
  bottom: -15px;
  font-size: 14px;
  color: #ff4d4f;
}
.marker-component + .marker-component {
  margin-bottom: 24px;
}.editor-component {
  display: flex;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.editor-component > .editor-container {
  width: 100%;
  overflow: auto;
}
.editor-component > .editor-container > .content {
  background: #f5f5f5;
  min-height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px;
  overflow: auto;
}
.editor-component > .editor-container > .content > .content-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}
.editor-component > .editor-container > .content > .content-header > .text {
  font-size: 14px;
  line-height: 1.5;
  color: #4A4C4F;
}
.editor-component > .editor-container > .content > .stage {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-grow: 1;
  border-radius: 8px;
  background-color: #ffffff;
}
.editor-component > .editor-container > .content > .actions {
  display: flex;
  align-items: center;
  max-width: 100%;
  width: 100%;
  padding: 8px 16px;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 8px;
}
.editor-component > .editor-container > .content > .actions > .left,
.editor-component > .editor-container > .content > .actions > .right {
  gap: 8px;
  display: flex;
}
.editor-component .markers-container {
  position: relative;
  flex-shrink: 0;
  width: 400px;
  padding: 16px;
  overflow: auto;
  display: flex;
  flex-direction: column;
}
.editor-component .markers-container > .actions {
  margin-top: auto;
  padding: 8px 16px 8px 16px;
  margin-left: -16px;
  margin-right: -16px;
  position: sticky;
  bottom: -16px;
  background-color: #fff;
  display: flex;
  flex-direction: row-reverse;
  gap: 8px;
}
.editor-component .markers-container > .gradient-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  text-align: center;
}
.editor-component .markers-container > .gradient-content-wrapper > .title {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}
.editor-component .markers-container > .gradient-content-wrapper > .subtitle {
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 1.5;
}
.editor-component .markers-container > .gradient-content-wrapper > .ui-button {
  width: auto;
}
.editor-component .remove-all-tags-button {
  width: 100%;
  margin-top: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #121213;
  border: none;
  background: transparent;
  text-decoration: underline;
  cursor: pointer;
}
.editor-component .add-marker-button {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .editor-component {
    flex-direction: column;
  }
  .editor-component > .editor-container {
    overflow: initial;
  }
  .editor-component > .editor-container > .content {
    overflow: initial;
  }
  .editor-component > .editor-container > .content > .stage .konvajs-content {
    width: 97vw !important;
    overflow: auto;
  }
  .editor-component > .editor-container > .content > .actions {
    flex-wrap: wrap;
    gap: 8px;
    height: auto;
  }
}.info-text-container {
  max-width: 1000px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.info-text-container .info-text-skeleton > li {
  height: 150px !important;
}
.info-text-container .generate-button {
  width: auto;
  align-self: flex-start;
}
.info-text-container .page-info-text {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.info-text-container .page-info-text > .icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100px;
  border: 1px solid #FFDAE9;
}
.info-text-container .page-info-text > .message {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
.ant-input {
  border-color: #ECEFF2;
}
.ant-input::-webkit-input-placeholder {
  color: #4A4C4F;
}
.ant-input::-moz-placeholder {
  color: #4A4C4F;
}
.ant-input:-ms-input-placeholder {
  color: #4A4C4F;
}
.ant-input:-moz-placeholder {
  color: #4A4C4F;
}
.ant-input:hover,
.ant-input:focus,
.ant-input-focused {
  border-color: #984F90;
  box-shadow: none;
}.abstract {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}.generate-modal-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 530px;
  padding: 24px;
  border-radius: 24px;
  background-color: #ffffff;
}
.generate-modal-content-wrapper > .generate-modal-title {
  text-align: center;
  margin-bottom: 8px;
}
.generate-modal-content-wrapper > .generate-modal-subtitle {
  font-size: 14px;
  line-height: 1.5;
  color: #4A4C4F;
  text-align: center;
  margin-bottom: 24px;
}
.generate-modal-content-wrapper > .custom-input {
  width: 100%;
  margin-bottom: 24px;
}
.generate-modal-content-wrapper > .custom-input .custom-input-generating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  padding: 12px 16px;
  border: 1px solid #ECEFF2;
}
.generate-modal-content-wrapper > .custom-input .custom-input-generating > .placeholder {
  font-size: 16px;
  line-height: 1.5;
  color: #4A4C4F;
}
.generate-modal-content-wrapper > .custom-input .custom-input-generating > .icon {
  width: auto;
  padding: 6px;
}
.generate-modal-content-wrapper > .custom-input .custom-input-generating > .icon .ant-spin-dot-item {
  background-color: #121213 !important;
}
.generate-modal-content-wrapper > .custom-input > .form-group {
  position: relative;
  display: block;
}
.generate-modal-content-wrapper > .custom-input > .form-group .generate-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-8px, -50%);
  width: auto;
  padding: 6px;
}
.generate-modal-content-wrapper > .custom-input > .form-group > .custom-project-name-field {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding-right: 50px;
}
.generate-modal-content-wrapper > .actions-wrapper {
  display: flex;
  gap: 16px;
  width: 416px;
}
.generate-modal-content-wrapper > .close {
  border: none;
  box-shadow: none;
  position: absolute;
  top: 24px;
  right: 24px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 9;
  border-radius: 50%;
}
.generate-modal-content-wrapper > .close:hover {
  background-color: rgba(192, 192, 192, 0.14);
}
.generate-modal-content-wrapper > .close > svg {
  display: block;
  cursor: pointer;
}
.generate-modal-content-wrapper > .close:hover > svg path {
  fill: #007178;
}
.generate-modal-content-wrapper > .gradient-button,
.generate-modal-content-wrapper .custom-project-name-field {
  margin-bottom: 24px;
  width: 100%;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 16px;
}
.generate-modal-content-wrapper > .gradient-button {
  background: linear-gradient(101.23deg, rgba(2, 250, 153, 0.22) 0.41%, rgba(2, 187, 228, 0.22) 100%);
  text-align: center;
}
.generate-modal-content-wrapper .gradient-button .ant-spin-dot-item {
  background-color: #2c2c2c !important;
}
@media screen and (max-width: 767px) {
  .generate-modal-content-wrapper {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .generate-modal-content-wrapper > .actions-wrapper {
    width: 100%;
  }
  .generate-modal-content-wrapper > .gradient-button {
    word-break: break-word;
  }
}.invention-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}.claims {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}.project-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 16px 0 0 16px;
  padding: 16px;
  padding-bottom: 56px;
  position: relative;
  background-color: #ffffff;
  border-radius: 8px;
}
@media screen and (max-width: 991px) {
  .project-container {
    margin: 0;
  }
}
@media screen and (max-width: 1199px) {
  .project-container {
    overflow-y: auto;
  }
}.project-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  gap: 12px;
}
@media screen and (max-width: 991px) {
  .project-header {
    padding-left: 44px;
  }
}
.project-header .header-content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.project-header .title-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.project-header .subtitle {
  font-size: 14px;
  line-height: 1.5;
  color: #4A4C4F;
}
.project-header .project-finalizing-text-wrapper {
  display: flex;
  justify-content: center;
  height: 43px;
  align-items: center;
  gap: 24px;
}
.project-header .header-buttons > .gradient-button {
  width: auto;
  border-radius: 8px;
  padding: 13px 16px;
  text-align: center;
  font-size: 14px;
  background: linear-gradient(101.23deg, rgba(2, 250, 153, 0.22) 0.41%, rgba(2, 187, 228, 0.22) 100%);
  word-break: break-word;
}
@media screen and (max-width: 576px) {
  .project-header {
    flex-direction: column-reverse;
  }
}.ant-steps .ant-steps-item-icon {
  font-size: 14px;
  font-weight: 600;
}
.ant-steps .ant-steps-item-title {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}
.ant-steps .ant-steps-item-description {
  color: #4A4C4F !important;
}
.ant-steps > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #ECEFF2;
}
.ant-steps > .ant-steps-item.ant-steps-item-active > .ant-steps-item-container > .ant-steps-item-tail::after, .ant-steps > .ant-steps-item.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #121213;
}
.ant-steps .ant-steps-item-wait .ant-steps-item-icon {
  background-color: #F8F9FA;
}
.ant-steps .ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon {
  color: #4A4C4F;
}
.ant-steps .ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: #4A4C4F;
}
.ant-steps .ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: #4A4C4F;
}
.ant-steps .ant-steps-item-process .ant-steps-item-icon {
  background-color: transparent;
  border: 1px solid #FFDAE9;
}
.ant-steps .ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
  color: #121213;
}
.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) > .ant-steps-item-container[role=button]:hover .ant-steps-item-icon .ant-steps-icon {
  color: #121213;
}
.ant-steps .ant-steps-item-finish .ant-steps-item-icon {
  background-color: #121213;
  border: 1px solid #121213;
}
.ant-steps .ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon {
  color: #FFDAE9;
}
.ant-steps .ant-steps-item-finish > .ant-steps-item-container[role=button]:hover .ant-steps-item-icon .ant-steps-icon {
  color: #FFDAE9 !important;
}.gradient-content-wrapper {
  padding: 16px;
  border-radius: 8px;
  background: linear-gradient(90deg, #FFDAE9 0%, #EBE0FD 100%);
}.project-aside-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}
.project-aside-content .steps-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.project-aside-content .progress-bar-wrapper {
  margin: 0 auto;
}
.project-aside-content .ant-progress-text {
  font-weight: 700;
}
.project-aside-content .need-help-block {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #ECEFF2;
}
.project-aside-content .need-help-block > .gradient-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
}
.project-aside-content .need-help-block > .gradient-content-wrapper > .title {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}
.project-aside-content .need-help-block > .gradient-content-wrapper > .subtitle {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 4px;
}
.project-aside-content .name-block {
  padding-bottom: 16px;
  border-bottom: 1px solid #ECEFF2;
}
.project-aside-content .name-block-wrapper {
  white-space: nowrap;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto;
  max-width: 100%;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 100px;
  background-color: #EBE0FD;
}
.project-aside-content .name-block-wrapper > .name {
  overflow: hidden;
  text-overflow: ellipsis;
}
.project-aside-content .name-block-wrapper > .icon {
  padding: 0;
}.project-content-wrapper {
  height: 100%;
  margin: 0;
  padding: 0;
}

.project-steps-aside {
  flex-shrink: 0;
  padding: 16px;
  max-width: 240px;
  width: 100%;
  background-color: #ffffff;
  border-right: 1px solid #ECEFF2;
  overflow: auto;
}

.project-steps-aside-wrapper {
  flex-shrink: 0;
  display: flex;
}

.project-steps-aside-wrapper .project-steps-aside-button {
  display: none;
}

@media screen and (max-width: 991px) {
  .project-steps-aside-wrapper {
    position: fixed;
    left: 0;
    top: 85px;
    bottom: 0;
    transform: translateX(-100%);
    transition: transform 0.3s;
    z-index: 100;
    display: flex;
    margin-left: 44px;
  }
  .project-steps-aside-wrapper.collapsed {
    transform: translateX(0);
    margin-left: 0;
  }
  .project-steps-aside-wrapper .project-steps-aside-button {
    flex-shrink: 0;
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
    border-radius: 0 6px 6px 0;
    font-size: 16px;
    width: 44px;
    height: 44px;
  }
}.page-project-wrapper {
  display: flex;
  width: 100%;
  height: calc(100vh - 65px);
}.invention-step-wrapper {
  box-shadow: 0 0 10px 0 rgba(236, 239, 242, 0.3019607843);
  border-radius: 24px;
}
.invention-step-wrapper-inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 250px;
  background: #ffffff;
  padding: 24px;
  border-radius: 24px;
}
.invention-step-wrapper-inner.blured {
  filter: blur(3px);
}
.invention-step-wrapper-inner.large-box {
  height: auto;
  min-height: 279px;
}
.invention-step-wrapper .header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.invention-step-wrapper .header span {
  display: block;
  font-size: 14px;
}
.invention-step-wrapper .header .title-text {
  font-weight: 600;
}
.invention-step-wrapper .header .subtitle-text {
  color: #4A4C4F;
}
@media screen and (max-width: 767px) {
  .invention-step-wrapper-inner {
    max-height: 100%;
  }
}
.tile-markers-wrapper {
  flex-shrink: 0;
}
.tile-markers-wrapper > .tile-marker {
  font-size: 14px;
  font-weight: 700;
}
.tile-markers-wrapper > .tile-marker + .tile-marker:before {
  content: ", ";
}
.tile-markers-wrapper > .tile-marker:last-child:after {
  content: " ";
}.custom-tile-wrapper {
  display: flex;
  align-items: center;
  padding: 16px;
  border-radius: 12px;
  background-color: #F8F9FA;
}
.custom-tile-wrapper .text {
  display: -webkit-inline-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #4A4C4F;
}.carousel-content {
  display: flex;
  gap: 16px;
}
.carousel-content > .empty-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.carousel-content > .tiles-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 890px;
  max-height: 300px;
  width: 100%;
  gap: 15px 30px;
  overflow: hidden;
}
.carousel-content > .tiles-list > .item {
  list-style-type: none;
}.invention-cabinet-header {
  background-color: #ffffff;
  border-radius: 100px;
  padding: 24px;
  box-shadow: 0 0 10px 0 rgba(236, 239, 242, 0.3019607843);
  margin-bottom: 16px;
}
.invention-cabinet-header > .title-wrapper,
.invention-cabinet-header > .title-wrapper-edit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 11px;
}
.invention-cabinet-header .settings {
  position: relative;
  z-index: 900;
}
.invention-cabinet-header .settings > .context {
  position: absolute;
  right: 0;
  top: 38px;
  background: #ffffff;
  min-width: 225px;
  border-radius: 12px;
  padding: 8px;
  border: 1px solid #ECEFF2;
}
.invention-cabinet-header .settings > .context:not(.active) {
  display: none;
  opacity: 0;
}
.invention-cabinet-header .settings .menu {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.invention-cabinet-header .settings .menu > .menu-item {
  display: flex;
  padding: 10px 20px;
  gap: 4px;
  border-radius: 8px;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
}
.invention-cabinet-header .settings .menu > .menu-item:hover {
  background-color: #ECEFF2;
}
.invention-cabinet-header .settings .menu > .menu-item:disabled {
  color: #6D7282 !important;
  background: #ECEFF2 !important;
  cursor: not-allowed;
}
.invention-cabinet-header .settings .settings-btn {
  cursor: pointer;
  padding: 4px;
  border-radius: 8px;
}
.invention-cabinet-header .settings .settings-btn:hover, .invention-cabinet-header .settings .settings-btn:focus, .invention-cabinet-header .settings .settings-btn:active {
  background-color: #ECEFF2;
}
.invention-cabinet-header .download-button {
  max-width: 248px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.invention-cabinet-header .download-button > svg path {
  fill: #ffffff;
}
.invention-cabinet-header .option-buttons {
  display: flex;
  gap: 16px;
}
.invention-cabinet-header .form-group {
  width: auto;
}
.invention-cabinet-header .custom-project-name-field {
  border: 0 none;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  font-size: 16px;
  font-weight: 600;
  outline: 0 none;
  box-shadow: none;
  min-width: 350px;
  padding: 0;
}
.invention-cabinet-header .custom-project-name-field::placeholder {
  font-size: 16px;
  color: #7c7c7c;
}
.ant-spin-dot-item {
  background-color: #fff !important;
}
button:disabled .ant-spin-dot-item {
  background-color: #2c2c2c !important;
}
.spin-wrapper {
  display: inline-block;
  margin-left: 6px;
}
.spin-wrapper.spin-wrapper--left {
  margin-left: 0;
  margin-right: 6px;
}
.flex-container {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .invention-cabinet-header {
    flex-wrap: wrap;
    gap: 24px;
  }
  .invention-cabinet-header .custom-project-name-field {
    min-width: 215px;
  }
}.invention-cabinet-wrapper {
  max-width: 1182px;
  width: 100%;
  margin: 0 auto;
  padding: 16px;
}
.invention-cabinet-wrapper .dots {
  bottom: -10px;
}
.invention-cabinet-wrapper > div > div .empty {
  height: 250px;
}
.invention-cabinet-wrapper > .top-steps-block {
  width: 100%;
  margin-bottom: 16px;
}
.invention-cabinet-wrapper > .top-steps-block > div > div > .progress-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.invention-cabinet-wrapper > .top-steps-block > div > div .wrapper {
  position: relative;
  flex-grow: 1;
}
.invention-cabinet-wrapper > .top-steps-block > div > div .wrapper > .content {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.invention-cabinet-wrapper > .top-steps-block > div > div .wrapper > .invention-step-text {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #4A4C4F;
}
.invention-cabinet-wrapper > .top-steps-block .invention-step-wrapper-inner > .goto-button {
  flex-shrink: 0;
  align-self: flex-end;
}
.invention-cabinet-wrapper > .top-steps-block .invention-step-wrapper-inner > .goto-button > .custom-button {
  width: 40px;
  height: 40px;
  padding: 0;
  pointer-events: none; /*temporary */
}
.invention-cabinet-wrapper > .breadcrumb {
  margin-bottom: 16px;
}
.invention-cabinet-wrapper .patent-search {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding: 24px;
  background: linear-gradient(114.77deg, #FFDAE9 3.64%, #EBE0FD 104.84%);
}
.invention-cabinet-wrapper .patent-search .patent-search-content {
  position: relative;
  z-index: 1;
}
.invention-cabinet-wrapper .patent-search .patent-search-abstruction {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.invention-cabinet-wrapper .useful-search-terms-block button {
  margin-top: 16px;
  width: auto;
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
.invention-cabinet-wrapper .useful-search-terms-block .title {
  font-size: 14px;
}
.invention-cabinet-wrapper .useful-search-terms-block .list-item-dot {
  margin-right: 10px;
}
.invention-cabinet-wrapper .useful-search-terms-block .list-item-text {
  font-size: 12px;
}
.invention-cabinet-wrapper .progress-container {
  display: flex;
  height: 100%;
  padding: 24px;
  gap: 24px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(236, 239, 242, 0.3019607843);
}
.invention-cabinet-wrapper .progress-container .progress-bar,
.invention-cabinet-wrapper .progress-container .progress-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.invention-cabinet-wrapper .progress-container .patent-done-btns {
  margin-top: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.invention-cabinet-wrapper .progress-container .patent-done-btns button {
  width: auto;
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
.invention-cabinet-wrapper .progress-container .patent-done-btns button:hover svg path {
  fill: #000;
}
.invention-cabinet-wrapper .green-info {
  display: flex;
  border-radius: 24px;
  height: 100%;
  align-items: center;
  background: transparent;
  padding: 1px;
  background: linear-gradient(114.77deg, #FFDAE9 3.64%, #EBE0FD 104.84%);
}
.invention-cabinet-wrapper .green-info .green-info-wrapper {
  padding: 15px;
  background: #F8F9FA;
  border-radius: 24px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.invention-cabinet-wrapper .green-info .green-info-wrapper .step-title {
  display: block;
  font-size: 14px;
  font-weight: 600;
}
.invention-cabinet-wrapper .pointer-none {
  pointer-events: none;
}
@media screen and (max-width: 576px) {
  .invention-cabinet-wrapper > .top-steps-block .progress-container {
    flex-direction: column;
    justify-content: center;
  }
  .invention-cabinet-wrapper > .top-steps-block .progress-container .progress-divider {
    display: none;
  }
  .invention-cabinet-wrapper .carousel-content {
    flex-direction: column;
  }
  .invention-cabinet-wrapper .carousel-content .tiles-list {
    padding-left: 0;
  }
  .invention-cabinet-wrapper .carousel-content > .ant-image {
    width: auto !important;
  }
}/* Copyright 2014 Mozilla Foundation
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

:root {
  --react-pdf-annotation-layer: 1;
  --annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");
  --input-focus-border-color: Highlight;
  --input-focus-outline: 1px solid Canvas;
  --input-unfocused-border-color: transparent;
  --input-disabled-border-color: transparent;
  --input-hover-border-color: black;
  --link-outline: none;
}

@media screen and (forced-colors: active) {
  :root {
    --input-focus-border-color: CanvasText;
    --input-unfocused-border-color: ActiveText;
    --input-disabled-border-color: GrayText;
    --input-hover-border-color: Highlight;
    --link-outline: 1.5px solid LinkText;
  }
  .annotationLayer .textWidgetAnnotation :is(input, textarea):required,
  .annotationLayer .choiceWidgetAnnotation select:required,
  .annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input:required {
    outline: 1.5px solid selectedItem;
  }

  .annotationLayer .linkAnnotation:hover {
    -webkit-backdrop-filter: invert(100%);
            backdrop-filter: invert(100%);
  }
}

.annotationLayer {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  transform-origin: 0 0;
  z-index: 3;
}

.annotationLayer[data-main-rotation='90'] .norotate {
  transform: rotate(270deg) translateX(-100%);
}
.annotationLayer[data-main-rotation='180'] .norotate {
  transform: rotate(180deg) translate(-100%, -100%);
}
.annotationLayer[data-main-rotation='270'] .norotate {
  transform: rotate(90deg) translateY(-100%);
}

.annotationLayer canvas {
  position: absolute;
  width: 100%;
  height: 100%;
}

.annotationLayer section {
  position: absolute;
  text-align: initial;
  pointer-events: auto;
  box-sizing: border-box;
  margin: 0;
  transform-origin: 0 0;
}

.annotationLayer .linkAnnotation {
  outline: var(--link-outline);
}

.annotationLayer :is(.linkAnnotation, .buttonWidgetAnnotation.pushButton) > a {
  position: absolute;
  font-size: 1em;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.annotationLayer :is(.linkAnnotation, .buttonWidgetAnnotation.pushButton) > a:hover {
  opacity: 0.2;
  background: rgba(255, 255, 0, 1);
  box-shadow: 0 2px 10px rgba(255, 255, 0, 1);
}

.annotationLayer .textAnnotation img {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea),
.annotationLayer .choiceWidgetAnnotation select,
.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input {
  background-image: var(--annotation-unfocused-field-background);
  border: 2px solid var(--input-unfocused-border-color);
  box-sizing: border-box;
  font: calc(9px * var(--scale-factor)) sans-serif;
  height: 100%;
  margin: 0;
  vertical-align: top;
  width: 100%;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea):required,
.annotationLayer .choiceWidgetAnnotation select:required,
.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input:required {
  outline: 1.5px solid red;
}

.annotationLayer .choiceWidgetAnnotation select option {
  padding: 0;
}

.annotationLayer .buttonWidgetAnnotation.radioButton input {
  border-radius: 50%;
}

.annotationLayer .textWidgetAnnotation textarea {
  resize: none;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea)[disabled],
.annotationLayer .choiceWidgetAnnotation select[disabled],
.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input[disabled] {
  background: none;
  border: 2px solid var(--input-disabled-border-color);
  cursor: not-allowed;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea):hover,
.annotationLayer .choiceWidgetAnnotation select:hover,
.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input:hover {
  border: 2px solid var(--input-hover-border-color);
}
.annotationLayer .textWidgetAnnotation :is(input, textarea):hover,
.annotationLayer .choiceWidgetAnnotation select:hover,
.annotationLayer .buttonWidgetAnnotation.checkBox input:hover {
  border-radius: 2px;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea):focus,
.annotationLayer .choiceWidgetAnnotation select:focus {
  background: none;
  border: 2px solid var(--input-focus-border-color);
  border-radius: 2px;
  outline: var(--input-focus-outline);
}

.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) :focus {
  background-image: none;
  background-color: transparent;
}

.annotationLayer .buttonWidgetAnnotation.checkBox :focus {
  border: 2px solid var(--input-focus-border-color);
  border-radius: 2px;
  outline: var(--input-focus-outline);
}

.annotationLayer .buttonWidgetAnnotation.radioButton :focus {
  border: 2px solid var(--input-focus-border-color);
  outline: var(--input-focus-outline);
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::before,
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::after,
.annotationLayer .buttonWidgetAnnotation.radioButton input:checked::before {
  background-color: CanvasText;
  content: '';
  display: block;
  position: absolute;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::before,
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::after {
  height: 80%;
  left: 45%;
  width: 1px;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::before {
  transform: rotate(45deg);
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::after {
  transform: rotate(-45deg);
}

.annotationLayer .buttonWidgetAnnotation.radioButton input:checked::before {
  border-radius: 50%;
  height: 50%;
  left: 30%;
  top: 20%;
  width: 50%;
}

.annotationLayer .textWidgetAnnotation input.comb {
  font-family: monospace;
  padding-left: 2px;
  padding-right: 0;
}

.annotationLayer .textWidgetAnnotation input.comb:focus {
  /*
   * Letter spacing is placed on the right side of each character. Hence, the
   * letter spacing of the last character may be placed outside the visible
   * area, causing horizontal scrolling. We avoid this by extending the width
   * when the element has focus and revert this when it loses focus.
   */
  width: 103%;
}

.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input {
  -webkit-appearance: none;
          appearance: none;
}

.annotationLayer .popupTriggerArea {
  height: 100%;
  width: 100%;
}

.annotationLayer .fileAttachmentAnnotation .popupTriggerArea {
  position: absolute;
}

.annotationLayer .popupWrapper {
  position: absolute;
  font-size: calc(9px * var(--scale-factor));
  width: 100%;
  min-width: calc(180px * var(--scale-factor));
  pointer-events: none;
}

.annotationLayer .popup {
  position: absolute;
  max-width: calc(180px * var(--scale-factor));
  background-color: rgba(255, 255, 153, 1);
  box-shadow: 0 calc(2px * var(--scale-factor)) calc(5px * var(--scale-factor))
    rgba(136, 136, 136, 1);
  border-radius: calc(2px * var(--scale-factor));
  padding: calc(6px * var(--scale-factor));
  margin-left: calc(5px * var(--scale-factor));
  cursor: pointer;
  font: message-box;
  white-space: normal;
  word-wrap: break-word;
  pointer-events: auto;
}

.annotationLayer .popup > * {
  font-size: calc(9px * var(--scale-factor));
}

.annotationLayer .popup h1 {
  display: inline-block;
}

.annotationLayer .popupDate {
  display: inline-block;
  margin-left: calc(5px * var(--scale-factor));
}

.annotationLayer .popupContent {
  border-top: 1px solid rgba(51, 51, 51, 1);
  margin-top: calc(2px * var(--scale-factor));
  padding-top: calc(2px * var(--scale-factor));
}

.annotationLayer .richText > * {
  white-space: pre-wrap;
  font-size: calc(9px * var(--scale-factor));
}

.annotationLayer .highlightAnnotation,
.annotationLayer .underlineAnnotation,
.annotationLayer .squigglyAnnotation,
.annotationLayer .strikeoutAnnotation,
.annotationLayer .freeTextAnnotation,
.annotationLayer .lineAnnotation svg line,
.annotationLayer .squareAnnotation svg rect,
.annotationLayer .circleAnnotation svg ellipse,
.annotationLayer .polylineAnnotation svg polyline,
.annotationLayer .polygonAnnotation svg polygon,
.annotationLayer .caretAnnotation,
.annotationLayer .inkAnnotation svg polyline,
.annotationLayer .stampAnnotation,
.annotationLayer .fileAttachmentAnnotation {
  cursor: pointer;
}

.annotationLayer section svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.annotationLayer .annotationTextContent {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: transparent;
  -webkit-user-select: none;
          user-select: none;
  pointer-events: none;
}

.annotationLayer .annotationTextContent span {
  width: 100%;
  display: inline-block;
}
/* Copyright 2014 Mozilla Foundation
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

:root {
  --react-pdf-text-layer: 1;
  --highlight-bg-color: rgba(180, 0, 170, 1);
  --highlight-selected-bg-color: rgba(0, 100, 0, 1);
}

@media screen and (forced-colors: active) {
  :root {
    --highlight-bg-color: Highlight;
    --highlight-selected-bg-color: ButtonText;
  }
}

[data-main-rotation='90'] {
  transform: rotate(90deg) translateY(-100%);
}
[data-main-rotation='180'] {
  transform: rotate(180deg) translate(-100%, -100%);
}
[data-main-rotation='270'] {
  transform: rotate(270deg) translateX(-100%);
}

.textLayer {
  position: absolute;
  text-align: initial;
  inset: 0;
  overflow: hidden;
  line-height: 1;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  forced-color-adjust: none;
  transform-origin: 0 0;
  z-index: 2;
}

.textLayer :is(span, br) {
  color: transparent;
  position: absolute;
  white-space: pre;
  cursor: text;
  margin: 0;
  transform-origin: 0 0;
}

/* Only necessary in Google Chrome, see issue 14205, and most unfortunately
 * the problem doesn't show up in "text" reference tests. */
.textLayer span.markedContent {
  top: 0;
  height: 0;
}

.textLayer .highlight {
  margin: -1px;
  padding: 1px;
  background-color: var(--highlight-bg-color);
  border-radius: 4px;
}

.textLayer .highlight.appended {
  position: initial;
}

.textLayer .highlight.begin {
  border-radius: 4px 0 0 4px;
}

.textLayer .highlight.end {
  border-radius: 0 4px 4px 0;
}

.textLayer .highlight.middle {
  border-radius: 0;
}

.textLayer .highlight.selected {
  background-color: var(--highlight-selected-bg-color);
}

/* Avoids https://github.com/mozilla/pdf.js/issues/13840 in Chrome */
.textLayer br::selection {
  background: transparent;
}

.textLayer .endOfContent {
  display: block;
  position: absolute;
  inset: 100% 0 0;
  z-index: -1;
  cursor: default;
  -webkit-user-select: none;
          user-select: none;
}

.textLayer .endOfContent.active {
  top: 0;
}
.page-nda > .container {
  margin-top: 0 !important;
  max-width: 900px;
  width: 100%;
  padding: 40px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 0 25px 0 rgba(225, 225, 225, 0.4);
}
.page-nda > .container > .content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.page-nda > .container > .content > .react-pdf__Document {
  width: 100%;
}.trademark-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: fit-content;
}
.trademark-button:hover svg path {
  fill: #000;
}.trademarks-table {
  width: 100%;
}
.trademarks-table th {
  background: #F8F9FA;
  color: #121213;
  padding: 13.5px 8px;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}
.trademarks-table td {
  border-bottom: 1px solid #ECEFF2;
  padding: 15.5px 8px;
  font-size: 14px;
  font-weight: 400;
  color: #121213;
}
.trademarks-table td .pdf-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin: auto;
}
.trademarks-table td .pdf-button svg {
  height: 20px;
  width: 20px;
}.no-trademark-block {
  display: grid;
  grid-template-rows: repeat(3, max-content);
  text-align: center;
  gap: 8px;
  margin: 40px 0px;
}
.no-trademark-block .title {
  font-size: 16px;
  font-weight: 500;
  color: #121213;
}
.no-trademark-block .subtitle {
  font-size: 12px;
  font-weight: 400;
  color: #4A4C4F;
  margin-bottom: 8px;
}
.no-trademark-block .trademark-button {
  margin: auto;
}.show-background {
  display: block;
  opacity: 1;
  animation-name: showBackground;
  animation-duration: 0.5s;
}
@keyframes showBackground {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
    height: 100vh;
    width: 100vw;
  }
}

.hide-background {
  opacity: 0;
  display: none;
  height: 0;
  width: 0;
  animation-name: hideBackground;
  animation-duration: 0.5s;
}
@keyframes hideBackground {
  0% {
    opacity: 1;
    display: block;
    width: 100vw;
    height: 100vh;
  }
  100% {
    opacity: 0;
  }
}

.show-sidebar {
  animation-name: showSidebar;
  animation-duration: 0.5s;
}
@keyframes showSidebar {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

.hide-sidebar {
  animation-name: hideSidebar;
  animation-duration: 0.5s;
}
@keyframes hideSidebar {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}

.search-sidebar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  z-index: 9999;
  transition: all 0.5s;
}
.search-sidebar-wrapper .sidebar-background {
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(18, 18, 19, 0.3019607843);
  transition: all 0.5s;
}
.search-sidebar-wrapper .search-sidebar {
  max-width: 550px;
  background: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: grid;
  gap: 24px;
  padding: 16px;
  grid-template-rows: max-content max-content 1fr max-content;
}
@media (max-width: 550px) {
  .search-sidebar-wrapper .search-sidebar {
    max-width: 100vw;
  }
}
.search-sidebar-wrapper .search-sidebar .search-sidebar-header {
  display: grid;
  grid-template-columns: 1fr max-content;
  gap: 8px;
  justify-content: flex-start;
}
.search-sidebar-wrapper .search-sidebar .search-sidebar-header .header-content {
  display: grid;
  gap: 4px;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}
.search-sidebar-wrapper .search-sidebar .search-sidebar-header .header-content .title {
  font-size: 22px;
  font-weight: 600;
}
.search-sidebar-wrapper .search-sidebar .search-sidebar-header .header-content .subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.search-sidebar-wrapper .search-sidebar .search-sidebar-header .close-button {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #121213;
  margin: 8px;
}
.search-sidebar-wrapper .search-sidebar .search-sidebar-header .close-button svg {
  height: 8px;
  width: 8px;
}
.search-sidebar-wrapper .search-sidebar .search-sidebar-warn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  background-color: #FFF3C3;
  border-radius: 8px;
  padding: 8px;
}
.search-sidebar-wrapper .search-sidebar .search-sidebar-warn .warn-content {
  display: grid;
  gap: 2px;
}
.search-sidebar-wrapper .search-sidebar .search-sidebar-warn .warn-content .title {
  font-size: 14px;
  font-weight: 600;
}
.search-sidebar-wrapper .search-sidebar .search-sidebar-warn .warn-content .subtitle {
  font-size: 14px;
  font-weight: 400;
}
.search-sidebar-wrapper .search-sidebar .search-sidebar-fields .form-group {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  height: 100%;
}
.search-sidebar-wrapper .search-sidebar .search-sidebar-fields .form-group .form-input-wrapper:has(textarea) {
  height: 100%;
}
.search-sidebar-wrapper .search-sidebar .search-sidebar-fields .form-group .form-input-wrapper:has(textarea) textarea {
  height: 100%;
}
.search-sidebar-wrapper .search-sidebar .search-sidebar-fields .form-group .ant-input {
  font-size: 16px;
}
.search-sidebar-wrapper .search-sidebar .search-sidebar-footer {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.search-sidebar-wrapper .search-sidebar .search-sidebar-footer button {
  width: 100%;
}
.search-sidebar-wrapper .search-sidebar .search-sidebar-footer .submit-button {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.search-sidebar-wrapper .search-sidebar .search-sidebar-footer .submit-button svg {
  transform: rotate(135deg);
}
.search-sidebar-wrapper .search-sidebar .search-sidebar-footer .submit-button svg path {
  fill: #ffffff;
}body:has(.trademark-search) {
  background: #F8F9FA;
}
body:has(.trademark-search) .ant-select-dropdown {
  z-index: 999999;
}
body:has(.trademark-search) header {
  background: #FFFFFF;
  border-bottom: 1px solid #ECEFF2;
}
body:has(.trademark-search) .notistack-SnackbarContainer {
  z-index: 999999;
}

.trademark-search {
  margin: 16px 145px;
  background: #FFFFFF;
  padding: 16px;
  border-radius: 24px;
  min-height: calc(100vh - 116px);
}
@media (max-width: 1280px) {
  .trademark-search {
    margin: 16px;
  }
}
.trademark-search .main-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 226px);
}
.trademark-search .search-header {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin-bottom: 16px;
}
@media (max-width: 600px) {
  .trademark-search .search-header {
    flex-direction: column;
  }
  .trademark-search .search-header .trademark-button {
    width: 100%;
  }
}
.trademark-search .search-header .back-button {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.trademark-search .search-header .content-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  margin-right: auto;
}
.trademark-search .search-header .content-block .header-title {
  font-size: 16px;
  font-weight: 500;
  color: #121213;
}
.trademark-search .search-header .content-block .header-subtitle {
  font-size: 12px;
  font-weight: 400;
  color: #4A4C4F;
}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * 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;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
 */

[type="search"]::-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 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
