@charset "UTF-8";@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600&display=swap');*, ::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.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: DM Sans, sans-serif; /* 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::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.tw-fixed {
  position: fixed;
}
.tw-absolute {
  position: absolute;
}
.tw-relative {
  position: relative;
}
.tw-sticky {
  position: sticky;
}
.tw-inset-0 {
  inset: 0px;
}
.tw-inset-1 {
  inset: 0.25rem;
}
.tw--top-28 {
  top: -7rem;
}
.tw-bottom-0 {
  bottom: 0px;
}
.tw-bottom-1 {
  bottom: 0.25rem;
}
.tw-bottom-2 {
  bottom: 0.5rem;
}
.tw-bottom-4 {
  bottom: 1rem;
}
.tw-bottom-5 {
  bottom: 1.25rem;
}
.tw-bottom-full {
  bottom: 100%;
}
.tw-left-0 {
  left: 0px;
}
.tw-left-1\/2 {
  left: 50%;
}
.tw-left-1\/3 {
  left: 33.333333%;
}
.tw-left-\[60px\] {
  left: 60px;
}
.tw-left-\[80px\] {
  left: 80px;
}
.tw-left-\[83\%\] {
  left: 83%;
}
.tw-left-\[90\%\] {
  left: 90%;
}
.tw-right-0 {
  right: 0px;
}
.tw-right-10 {
  right: 2.5rem;
}
.tw-right-3 {
  right: 0.75rem;
}
.tw-top-0 {
  top: 0px;
}
.tw-top-1\/2 {
  top: 50%;
}
.tw-top-16 {
  top: 4rem;
}
.tw-top-2 {
  top: 0.5rem;
}
.tw-top-20 {
  top: 5rem;
}
.tw-top-24 {
  top: 6rem;
}
.tw-top-3 {
  top: 0.75rem;
}
.tw-top-5 {
  top: 1.25rem;
}
.tw-top-96 {
  top: 24rem;
}
.tw-top-\[13rem\] {
  top: 13rem;
}
.tw-top-\[20px\] {
  top: 20px;
}
.tw-top-\[3rem\] {
  top: 3rem;
}
.tw-top-\[95px\] {
  top: 95px;
}
.tw-z-10 {
  z-index: 10;
}
.tw-z-20 {
  z-index: 20;
}
.tw-z-50 {
  z-index: 50;
}
.tw-z-\[1000\] {
  z-index: 1000;
}
.tw-z-\[1500\] {
  z-index: 1500;
}
.tw-col-span-1 {
  grid-column: span 1 / span 1;
}
.tw-col-span-2 {
  grid-column: span 2 / span 2;
}
.tw-col-span-3 {
  grid-column: span 3 / span 3;
}
.tw-col-span-4 {
  grid-column: span 4 / span 4;
}
.tw-col-span-5 {
  grid-column: span 5 / span 5;
}
.tw-col-span-6 {
  grid-column: span 6 / span 6;
}
.tw-col-span-8 {
  grid-column: span 8 / span 8;
}
.tw-col-start-1 {
  grid-column-start: 1;
}
.tw-col-start-2 {
  grid-column-start: 2;
}
.tw-float-right {
  float: right;
}
.tw-m-0 {
  margin: 0px;
}
.tw-m-0\.5 {
  margin: 0.125rem;
}
.tw-m-1 {
  margin: 0.25rem;
}
.tw-m-2 {
  margin: 0.5rem;
}
.tw-m-3 {
  margin: 0.75rem;
}
.tw-m-4 {
  margin: 1rem;
}
.tw-m-8 {
  margin: 2rem;
}
.tw-m-auto {
  margin: auto;
}
.tw-mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.tw-mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}
.tw-mx-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}
.tw-mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}
.tw-mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.tw-mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}
.tw-mx-28 {
  margin-left: 7rem;
  margin-right: 7rem;
}
.tw-mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.tw-mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.tw-mx-40 {
  margin-left: 10rem;
  margin-right: 10rem;
}
.tw-mx-44 {
  margin-left: 11rem;
  margin-right: 11rem;
}
.tw-mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.tw-mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.tw-mx-60 {
  margin-left: 15rem;
  margin-right: 15rem;
}
.tw-mx-64 {
  margin-left: 16rem;
  margin-right: 16rem;
}
.tw-mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}
.tw-mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.tw-mx-\[35px\] {
  margin-left: 35px;
  margin-right: 35px;
}
.tw-mx-\[4rem\] {
  margin-left: 4rem;
  margin-right: 4rem;
}
.tw-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.tw-my-0\.5 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}
.tw-my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.tw-my-1\.5 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
.tw-my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.tw-my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.tw-my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.tw-my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.tw-my-3\.5 {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}
.tw-my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.tw-my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.tw-my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.tw-my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.tw-my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.tw-my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.-tw-mb-2 {
  margin-bottom: -0.5rem;
}
.-tw-mb-6 {
  margin-bottom: -1.5rem;
}
.-tw-mb-80 {
  margin-bottom: -20rem;
}
.-tw-ml-1 {
  margin-left: -0.25rem;
}
.-tw-ml-12 {
  margin-left: -3rem;
}
.-tw-ml-14 {
  margin-left: -3.5rem;
}
.-tw-ml-16 {
  margin-left: -4rem;
}
.-tw-ml-2 {
  margin-left: -0.5rem;
}
.-tw-ml-3\.5 {
  margin-left: -0.875rem;
}
.-tw-mr-2 {
  margin-right: -0.5rem;
}
.-tw-mr-2\.5 {
  margin-right: -0.625rem;
}
.-tw-mr-7 {
  margin-right: -1.75rem;
}
.-tw-mt-1 {
  margin-top: -0.25rem;
}
.-tw-mt-12 {
  margin-top: -3rem;
}
.-tw-mt-2 {
  margin-top: -0.5rem;
}
.-tw-mt-3 {
  margin-top: -0.75rem;
}
.-tw-mt-4 {
  margin-top: -1rem;
}
.-tw-mt-5 {
  margin-top: -1.25rem;
}
.-tw-mt-6 {
  margin-top: -1.5rem;
}
.-tw-mt-7 {
  margin-top: -1.75rem;
}
.-tw-mt-8 {
  margin-top: -2rem;
}
.tw--mb-3 {
  margin-bottom: -0.75rem;
}
.tw--mb-4 {
  margin-bottom: -1rem;
}
.tw--ml-1 {
  margin-left: -0.25rem;
}
.tw--ml-2 {
  margin-left: -0.5rem;
}
.tw--mr-2 {
  margin-right: -0.5rem;
}
.tw--mt-2 {
  margin-top: -0.5rem;
}
.tw--mt-5 {
  margin-top: -1.25rem;
}
.tw-mb-0 {
  margin-bottom: 0px;
}
.tw-mb-1 {
  margin-bottom: 0.25rem;
}
.tw-mb-1\.5 {
  margin-bottom: 0.375rem;
}
.tw-mb-10 {
  margin-bottom: 2.5rem;
}
.tw-mb-11 {
  margin-bottom: 2.75rem;
}
.tw-mb-12 {
  margin-bottom: 3rem;
}
.tw-mb-14 {
  margin-bottom: 3.5rem;
}
.tw-mb-16 {
  margin-bottom: 4rem;
}
.tw-mb-2 {
  margin-bottom: 0.5rem;
}
.tw-mb-2\.5 {
  margin-bottom: 0.625rem;
}
.tw-mb-20 {
  margin-bottom: 5rem;
}
.tw-mb-24 {
  margin-bottom: 6rem;
}
.tw-mb-28 {
  margin-bottom: 7rem;
}
.tw-mb-3 {
  margin-bottom: 0.75rem;
}
.tw-mb-3\.5 {
  margin-bottom: 0.875rem;
}
.tw-mb-4 {
  margin-bottom: 1rem;
}
.tw-mb-40 {
  margin-bottom: 10rem;
}
.tw-mb-5 {
  margin-bottom: 1.25rem;
}
.tw-mb-6 {
  margin-bottom: 1.5rem;
}
.tw-mb-7 {
  margin-bottom: 1.75rem;
}
.tw-mb-8 {
  margin-bottom: 2rem;
}
.tw-mb-9 {
  margin-bottom: 2.25rem;
}
.tw-mb-\[10px\] {
  margin-bottom: 10px;
}
.tw-mb-\[20px\] {
  margin-bottom: 20px;
}
.tw-mb-\[21px\] {
  margin-bottom: 21px;
}
.tw-mb-\[25px\] {
  margin-bottom: 25px;
}
.tw-mb-\[2rem\] {
  margin-bottom: 2rem;
}
.tw-mb-\[3rem\] {
  margin-bottom: 3rem;
}
.tw-mb-\[50px\] {
  margin-bottom: 50px;
}
.tw-mb-\[60px\] {
  margin-bottom: 60px;
}
.tw-ml-0\.5 {
  margin-left: 0.125rem;
}
.tw-ml-1 {
  margin-left: 0.25rem;
}
.tw-ml-1\.5 {
  margin-left: 0.375rem;
}
.tw-ml-10 {
  margin-left: 2.5rem;
}
.tw-ml-11 {
  margin-left: 2.75rem;
}
.tw-ml-12 {
  margin-left: 3rem;
}
.tw-ml-14 {
  margin-left: 3.5rem;
}
.tw-ml-16 {
  margin-left: 4rem;
}
.tw-ml-2 {
  margin-left: 0.5rem;
}
.tw-ml-2\.5 {
  margin-left: 0.625rem;
}
.tw-ml-20 {
  margin-left: 5rem;
}
.tw-ml-3 {
  margin-left: 0.75rem;
}
.tw-ml-36 {
  margin-left: 9rem;
}
.tw-ml-4 {
  margin-left: 1rem;
}
.tw-ml-40 {
  margin-left: 10rem;
}
.tw-ml-48 {
  margin-left: 12rem;
}
.tw-ml-5 {
  margin-left: 1.25rem;
}
.tw-ml-52 {
  margin-left: 13rem;
}
.tw-ml-56 {
  margin-left: 14rem;
}
.tw-ml-6 {
  margin-left: 1.5rem;
}
.tw-ml-7 {
  margin-left: 1.75rem;
}
.tw-ml-72 {
  margin-left: 18rem;
}
.tw-ml-8 {
  margin-left: 2rem;
}
.tw-ml-\[1\.5\%\] {
  margin-left: 1.5%;
}
.tw-ml-\[10px\] {
  margin-left: 10px;
}
.tw-ml-\[10rem\] {
  margin-left: 10rem;
}
.tw-ml-\[2\.5rem\] {
  margin-left: 2.5rem;
}
.tw-ml-\[20px\] {
  margin-left: 20px;
}
.tw-ml-\[26px\] {
  margin-left: 26px;
}
.tw-ml-\[30px\] {
  margin-left: 30px;
}
.tw-ml-\[4rem\] {
  margin-left: 4rem;
}
.tw-ml-\[5rem\] {
  margin-left: 5rem;
}
.tw-ml-\[8px\] {
  margin-left: 8px;
}
.tw-ml-\[rem\] {
  margin-left: rem;
}
.tw-ml-auto {
  margin-left: auto;
}
.tw-mr-0 {
  margin-right: 0px;
}
.tw-mr-0\.5 {
  margin-right: 0.125rem;
}
.tw-mr-1 {
  margin-right: 0.25rem;
}
.tw-mr-1\.5 {
  margin-right: 0.375rem;
}
.tw-mr-10 {
  margin-right: 2.5rem;
}
.tw-mr-12 {
  margin-right: 3rem;
}
.tw-mr-14 {
  margin-right: 3.5rem;
}
.tw-mr-16 {
  margin-right: 4rem;
}
.tw-mr-2 {
  margin-right: 0.5rem;
}
.tw-mr-20 {
  margin-right: 5rem;
}
.tw-mr-3 {
  margin-right: 0.75rem;
}
.tw-mr-3\.5 {
  margin-right: 0.875rem;
}
.tw-mr-36 {
  margin-right: 9rem;
}
.tw-mr-4 {
  margin-right: 1rem;
}
.tw-mr-40 {
  margin-right: 10rem;
}
.tw-mr-5 {
  margin-right: 1.25rem;
}
.tw-mr-52 {
  margin-right: 13rem;
}
.tw-mr-6 {
  margin-right: 1.5rem;
}
.tw-mr-7 {
  margin-right: 1.75rem;
}
.tw-mr-8 {
  margin-right: 2rem;
}
.tw-mr-9 {
  margin-right: 2.25rem;
}
.tw-mr-\[17rem\] {
  margin-right: 17rem;
}
.tw-mr-\[6rem\] {
  margin-right: 6rem;
}
.tw-ms-32 {
  margin-inline-start: 8rem;
}
.tw-mt-0 {
  margin-top: 0px;
}
.tw-mt-0\.5 {
  margin-top: 0.125rem;
}
.tw-mt-1 {
  margin-top: 0.25rem;
}
.tw-mt-1\.5 {
  margin-top: 0.375rem;
}
.tw-mt-10 {
  margin-top: 2.5rem;
}
.tw-mt-11 {
  margin-top: 2.75rem;
}
.tw-mt-12 {
  margin-top: 3rem;
}
.tw-mt-14 {
  margin-top: 3.5rem;
}
.tw-mt-16 {
  margin-top: 4rem;
}
.tw-mt-2 {
  margin-top: 0.5rem;
}
.tw-mt-2\.5 {
  margin-top: 0.625rem;
}
.tw-mt-20 {
  margin-top: 5rem;
}
.tw-mt-24 {
  margin-top: 6rem;
}
.tw-mt-28 {
  margin-top: 7rem;
}
.tw-mt-3 {
  margin-top: 0.75rem;
}
.tw-mt-3\.5 {
  margin-top: 0.875rem;
}
.tw-mt-36 {
  margin-top: 9rem;
}
.tw-mt-4 {
  margin-top: 1rem;
}
.tw-mt-40 {
  margin-top: 10rem;
}
.tw-mt-5 {
  margin-top: 1.25rem;
}
.tw-mt-6 {
  margin-top: 1.5rem;
}
.tw-mt-7 {
  margin-top: 1.75rem;
}
.tw-mt-8 {
  margin-top: 2rem;
}
.tw-mt-80 {
  margin-top: 20rem;
}
.tw-mt-9 {
  margin-top: 2.25rem;
}
.tw-mt-\[1\.8px\] {
  margin-top: 1.8px;
}
.tw-mt-\[10px\] {
  margin-top: 10px;
}
.tw-mt-\[13rem\] {
  margin-top: 13rem;
}
.tw-mt-\[15px\] {
  margin-top: 15px;
}
.tw-mt-\[2rem\] {
  margin-top: 2rem;
}
.tw-mt-\[340px\] {
  margin-top: 340px;
}
.tw-mt-\[34px\] {
  margin-top: 34px;
}
.tw-mt-\[35px\] {
  margin-top: 35px;
}
.tw-mt-\[40px\] {
  margin-top: 40px;
}
.tw-mt-\[50px\] {
  margin-top: 50px;
}
.tw-mt-\[60px\] {
  margin-top: 60px;
}
.tw-mt-\[6rem\] {
  margin-top: 6rem;
}
.tw-mt-\[7\.5rem\] {
  margin-top: 7.5rem;
}
.tw-mt-\[74px\] {
  margin-top: 74px;
}
.tw-box-border {
  box-sizing: border-box;
}
.tw-line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.tw-block {
  display: block;
}
.tw-flex {
  display: flex;
}
.tw-inline-flex {
  display: inline-flex;
}
.tw-grid {
  display: grid;
}
.tw-hidden {
  display: none;
}
.tw-aspect-\[1\.08\] {
  aspect-ratio: 1.08;
}
.tw-aspect-\[1\.11\] {
  aspect-ratio: 1.11;
}
.tw-aspect-\[1\.16\] {
  aspect-ratio: 1.16;
}
.tw-aspect-\[1\.43\] {
  aspect-ratio: 1.43;
}
.tw-aspect-\[10\] {
  aspect-ratio: 10;
}
.tw-aspect-\[2\.17\] {
  aspect-ratio: 2.17;
}
.tw-aspect-\[3\.45\] {
  aspect-ratio: 3.45;
}
.tw-aspect-\[4\.17\] {
  aspect-ratio: 4.17;
}
.tw-aspect-\[4\.19\] {
  aspect-ratio: 4.19;
}
.tw-aspect-\[4\.35\] {
  aspect-ratio: 4.35;
}
.tw-aspect-\[5\.26\] {
  aspect-ratio: 5.26;
}
.tw-aspect-square {
  aspect-ratio: 1 / 1;
}
.tw-h-0 {
  height: 0px;
}
.tw-h-1 {
  height: 0.25rem;
}
.tw-h-10 {
  height: 2.5rem;
}
.tw-h-12 {
  height: 3rem;
}
.tw-h-16 {
  height: 4rem;
}
.tw-h-2 {
  height: 0.5rem;
}
.tw-h-2\/3 {
  height: 66.666667%;
}
.tw-h-20 {
  height: 5rem;
}
.tw-h-24 {
  height: 6rem;
}
.tw-h-28 {
  height: 7rem;
}
.tw-h-32 {
  height: 8rem;
}
.tw-h-36 {
  height: 9rem;
}
.tw-h-4 {
  height: 1rem;
}
.tw-h-4\/5 {
  height: 80%;
}
.tw-h-40 {
  height: 10rem;
}
.tw-h-44 {
  height: 11rem;
}
.tw-h-48 {
  height: 12rem;
}
.tw-h-5 {
  height: 1.25rem;
}
.tw-h-5\/6 {
  height: 83.333333%;
}
.tw-h-6 {
  height: 1.5rem;
}
.tw-h-64 {
  height: 16rem;
}
.tw-h-7 {
  height: 1.75rem;
}
.tw-h-72 {
  height: 18rem;
}
.tw-h-8 {
  height: 2rem;
}
.tw-h-80 {
  height: 20rem;
}
.tw-h-\[\"1000px\"\] {
  height: "1000px";
}
.tw-h-\[100\%\] {
  height: 100%;
}
.tw-h-\[110px\] {
  height: 110px;
}
.tw-h-\[120px\] {
  height: 120px;
}
.tw-h-\[134px\] {
  height: 134px;
}
.tw-h-\[140px\] {
  height: 140px;
}
.tw-h-\[160px\] {
  height: 160px;
}
.tw-h-\[166px\] {
  height: 166px;
}
.tw-h-\[16px\] {
  height: 16px;
}
.tw-h-\[170px\] {
  height: 170px;
}
.tw-h-\[195px\] {
  height: 195px;
}
.tw-h-\[1px\] {
  height: 1px;
}
.tw-h-\[200px\] {
  height: 200px;
}
.tw-h-\[20px\] {
  height: 20px;
}
.tw-h-\[20vh\] {
  height: 20vh;
}
.tw-h-\[24px\] {
  height: 24px;
}
.tw-h-\[25\%\] {
  height: 25%;
}
.tw-h-\[271px\] {
  height: 271px;
}
.tw-h-\[286px\] {
  height: 286px;
}
.tw-h-\[28px\] {
  height: 28px;
}
.tw-h-\[28vh\] {
  height: 28vh;
}
.tw-h-\[2rem\] {
  height: 2rem;
}
.tw-h-\[30vh\] {
  height: 30vh;
}
.tw-h-\[310px\] {
  height: 310px;
}
.tw-h-\[320px\] {
  height: 320px;
}
.tw-h-\[330px\] {
  height: 330px;
}
.tw-h-\[339px\] {
  height: 339px;
}
.tw-h-\[34px\] {
  height: 34px;
}
.tw-h-\[350px\] {
  height: 350px;
}
.tw-h-\[370px\] {
  height: 370px;
}
.tw-h-\[380px\] {
  height: 380px;
}
.tw-h-\[385px\] {
  height: 385px;
}
.tw-h-\[38px\] {
  height: 38px;
}
.tw-h-\[39vh\] {
  height: 39vh;
}
.tw-h-\[3rem\] {
  height: 3rem;
}
.tw-h-\[4\.3vh\] {
  height: 4.3vh;
}
.tw-h-\[400px\] {
  height: 400px;
}
.tw-h-\[40px\] {
  height: 40px;
}
.tw-h-\[40vh\] {
  height: 40vh;
}
.tw-h-\[43\.05px\] {
  height: 43.05px;
}
.tw-h-\[44px\] {
  height: 44px;
}
.tw-h-\[47vh\] {
  height: 47vh;
}
.tw-h-\[48px\] {
  height: 48px;
}
.tw-h-\[5\.5vh\] {
  height: 5.5vh;
}
.tw-h-\[500px\] {
  height: 500px;
}
.tw-h-\[50px\] {
  height: 50px;
}
.tw-h-\[50vh\] {
  height: 50vh;
}
.tw-h-\[520px\] {
  height: 520px;
}
.tw-h-\[548px\] {
  height: 548px;
}
.tw-h-\[54px\] {
  height: 54px;
}
.tw-h-\[550px\] {
  height: 550px;
}
.tw-h-\[55px\] {
  height: 55px;
}
.tw-h-\[58vh\] {
  height: 58vh;
}
.tw-h-\[590px\] {
  height: 590px;
}
.tw-h-\[5rem\] {
  height: 5rem;
}
.tw-h-\[5vh\] {
  height: 5vh;
}
.tw-h-\[6\.2vh\] {
  height: 6.2vh;
}
.tw-h-\[600px\] {
  height: 600px;
}
.tw-h-\[60px\] {
  height: 60px;
}
.tw-h-\[60vh\] {
  height: 60vh;
}
.tw-h-\[635px\] {
  height: 635px;
}
.tw-h-\[640px\] {
  height: 640px;
}
.tw-h-\[64px\] {
  height: 64px;
}
.tw-h-\[68px\] {
  height: 68px;
}
.tw-h-\[68vh\] {
  height: 68vh;
}
.tw-h-\[691px\] {
  height: 691px;
}
.tw-h-\[69vh\] {
  height: 69vh;
}
.tw-h-\[6vh\] {
  height: 6vh;
}
.tw-h-\[700px\] {
  height: 700px;
}
.tw-h-\[70vh\] {
  height: 70vh;
}
.tw-h-\[72px\] {
  height: 72px;
}
.tw-h-\[735px\] {
  height: 735px;
}
.tw-h-\[73vh\] {
  height: 73vh;
}
.tw-h-\[75vh\] {
  height: 75vh;
}
.tw-h-\[78px\] {
  height: 78px;
}
.tw-h-\[7vh\] {
  height: 7vh;
}
.tw-h-\[80px\] {
  height: 80px;
}
.tw-h-\[80vh\] {
  height: 80vh;
}
.tw-h-\[825px\] {
  height: 825px;
}
.tw-h-\[84vh\] {
  height: 84vh;
}
.tw-h-\[85px\] {
  height: 85px;
}
.tw-h-\[87vh\] {
  height: 87vh;
}
.tw-h-\[88vh\] {
  height: 88vh;
}
.tw-h-\[90\%\] {
  height: 90%;
}
.tw-h-\[90vh\] {
  height: 90vh;
}
.tw-h-\[92px\] {
  height: 92px;
}
.tw-h-\[9px\] {
  height: 9px;
}
.tw-h-\[calc\(100vh-120px\)\] {
  height: calc(100vh - 120px);
}
.tw-h-\[calc\(100vh-145px\)\] {
  height: calc(100vh - 145px);
}
.tw-h-\[calc\(100vh-170px\)\] {
  height: calc(100vh - 170px);
}
.tw-h-\[calc\(100vh-297px\)\] {
  height: calc(100vh - 297px);
}
.tw-h-\[calc\(20vh\)\] {
  height: calc(20vh);
}
.tw-h-\[fit-content\] {
  height: -moz-fit-content;
  height: fit-content;
}
.tw-h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.tw-h-full {
  height: 100%;
}
.tw-h-max {
  height: -moz-max-content;
  height: max-content;
}
.tw-h-px {
  height: 1px;
}
.tw-h-screen {
  height: 100vh;
}
.tw-max-h-32 {
  max-height: 8rem;
}
.tw-max-h-40 {
  max-height: 10rem;
}
.tw-max-h-72 {
  max-height: 18rem;
}
.tw-max-h-\[100px\] {
  max-height: 100px;
}
.tw-max-h-\[300px\] {
  max-height: 300px;
}
.tw-max-h-\[40vh\] {
  max-height: 40vh;
}
.tw-max-h-\[60vh\] {
  max-height: 60vh;
}
.tw-max-h-\[68vh\] {
  max-height: 68vh;
}
.tw-max-h-\[75vh\] {
  max-height: 75vh;
}
.tw-max-h-\[80vh\] {
  max-height: 80vh;
}
.tw-max-h-full {
  max-height: 100%;
}
.tw-min-h-\[83px\] {
  min-height: 83px;
}
.tw-w-1\/12 {
  width: 8.333333%;
}
.tw-w-1\/2 {
  width: 50%;
}
.tw-w-1\/3 {
  width: 33.333333%;
}
.tw-w-1\/4 {
  width: 25%;
}
.tw-w-1\/5 {
  width: 20%;
}
.tw-w-1\/6 {
  width: 16.666667%;
}
.tw-w-10 {
  width: 2.5rem;
}
.tw-w-10\/12 {
  width: 83.333333%;
}
.tw-w-11 {
  width: 2.75rem;
}
.tw-w-11\/12 {
  width: 91.666667%;
}
.tw-w-12 {
  width: 3rem;
}
.tw-w-16 {
  width: 4rem;
}
.tw-w-2\/3 {
  width: 66.666667%;
}
.tw-w-2\/4 {
  width: 50%;
}
.tw-w-2\/5 {
  width: 40%;
}
.tw-w-2\/6 {
  width: 33.333333%;
}
.tw-w-24 {
  width: 6rem;
}
.tw-w-28 {
  width: 7rem;
}
.tw-w-3\.5 {
  width: 0.875rem;
}
.tw-w-3\/12 {
  width: 25%;
}
.tw-w-3\/4 {
  width: 75%;
}
.tw-w-3\/5 {
  width: 60%;
}
.tw-w-32 {
  width: 8rem;
}
.tw-w-4 {
  width: 1rem;
}
.tw-w-4\/12 {
  width: 33.333333%;
}
.tw-w-4\/5 {
  width: 80%;
}
.tw-w-40 {
  width: 10rem;
}
.tw-w-48 {
  width: 12rem;
}
.tw-w-5 {
  width: 1.25rem;
}
.tw-w-5\/12 {
  width: 41.666667%;
}
.tw-w-5\/6 {
  width: 83.333333%;
}
.tw-w-500 {
  width: 500px;
}
.tw-w-56 {
  width: 14rem;
}
.tw-w-6 {
  width: 1.5rem;
}
.tw-w-6\/12 {
  width: 50%;
}
.tw-w-60 {
  width: 15rem;
}
.tw-w-64 {
  width: 16rem;
}
.tw-w-7\/12 {
  width: 58.333333%;
}
.tw-w-72 {
  width: 18rem;
}
.tw-w-8 {
  width: 2rem;
}
.tw-w-8\/12 {
  width: 66.666667%;
}
.tw-w-80 {
  width: 20rem;
}
.tw-w-9\/12 {
  width: 75%;
}
.tw-w-96 {
  width: 24rem;
}
.tw-w-\[100\%\] {
  width: 100%;
}
.tw-w-\[100px\] {
  width: 100px;
}
.tw-w-\[1037px\] {
  width: 1037px;
}
.tw-w-\[1050px\] {
  width: 1050px;
}
.tw-w-\[106px\] {
  width: 106px;
}
.tw-w-\[107px\] {
  width: 107px;
}
.tw-w-\[1209px\] {
  width: 1209px;
}
.tw-w-\[130px\] {
  width: 130px;
}
.tw-w-\[140px\] {
  width: 140px;
}
.tw-w-\[150px\] {
  width: 150px;
}
.tw-w-\[153px\] {
  width: 153px;
}
.tw-w-\[165px\] {
  width: 165px;
}
.tw-w-\[167px\] {
  width: 167px;
}
.tw-w-\[170px\] {
  width: 170px;
}
.tw-w-\[185px\] {
  width: 185px;
}
.tw-w-\[187px\] {
  width: 187px;
}
.tw-w-\[194px\] {
  width: 194px;
}
.tw-w-\[20\%\] {
  width: 20%;
}
.tw-w-\[200px\] {
  width: 200px;
}
.tw-w-\[203px\] {
  width: 203px;
}
.tw-w-\[20px\] {
  width: 20px;
}
.tw-w-\[22rem\] {
  width: 22rem;
}
.tw-w-\[23rem\] {
  width: 23rem;
}
.tw-w-\[240px\] {
  width: 240px;
}
.tw-w-\[24px\] {
  width: 24px;
}
.tw-w-\[25\%\] {
  width: 25%;
}
.tw-w-\[250px\] {
  width: 250px;
}
.tw-w-\[25vw\] {
  width: 25vw;
}
.tw-w-\[26rem\] {
  width: 26rem;
}
.tw-w-\[28\%\] {
  width: 28%;
}
.tw-w-\[288px\] {
  width: 288px;
}
.tw-w-\[28px\] {
  width: 28px;
}
.tw-w-\[29\%\] {
  width: 29%;
}
.tw-w-\[290px\] {
  width: 290px;
}
.tw-w-\[30\%\] {
  width: 30%;
}
.tw-w-\[300px\] {
  width: 300px;
}
.tw-w-\[301px\] {
  width: 301px;
}
.tw-w-\[303px\] {
  width: 303px;
}
.tw-w-\[310px\] {
  width: 310px;
}
.tw-w-\[316px\] {
  width: 316px;
}
.tw-w-\[322px\] {
  width: 322px;
}
.tw-w-\[326px\] {
  width: 326px;
}
.tw-w-\[340px\] {
  width: 340px;
}
.tw-w-\[345px\] {
  width: 345px;
}
.tw-w-\[352px\] {
  width: 352px;
}
.tw-w-\[360px\] {
  width: 360px;
}
.tw-w-\[364px\] {
  width: 364px;
}
.tw-w-\[37\%\] {
  width: 37%;
}
.tw-w-\[373px\] {
  width: 373px;
}
.tw-w-\[390px\] {
  width: 390px;
}
.tw-w-\[40\%\] {
  width: 40%;
}
.tw-w-\[400px\] {
  width: 400px;
}
.tw-w-\[40px\] {
  width: 40px;
}
.tw-w-\[40rem\] {
  width: 40rem;
}
.tw-w-\[411px\] {
  width: 411px;
}
.tw-w-\[414px\] {
  width: 414px;
}
.tw-w-\[415px\] {
  width: 415px;
}
.tw-w-\[43\%\] {
  width: 43%;
}
.tw-w-\[43\.05px\] {
  width: 43.05px;
}
.tw-w-\[45\%\] {
  width: 45%;
}
.tw-w-\[460px\] {
  width: 460px;
}
.tw-w-\[463px\] {
  width: 463px;
}
.tw-w-\[47\%\] {
  width: 47%;
}
.tw-w-\[47px\] {
  width: 47px;
}
.tw-w-\[488px\] {
  width: 488px;
}
.tw-w-\[50\%\] {
  width: 50%;
}
.tw-w-\[50px\] {
  width: 50px;
}
.tw-w-\[520px\] {
  width: 520px;
}
.tw-w-\[57\%\] {
  width: 57%;
}
.tw-w-\[595px\] {
  width: 595px;
}
.tw-w-\[60\%\] {
  width: 60%;
}
.tw-w-\[600px\] {
  width: 600px;
}
.tw-w-\[610px\] {
  width: 610px;
}
.tw-w-\[61px\] {
  width: 61px;
}
.tw-w-\[63\%\] {
  width: 63%;
}
.tw-w-\[65\%\] {
  width: 65%;
}
.tw-w-\[69px\] {
  width: 69px;
}
.tw-w-\[71\%\] {
  width: 71%;
}
.tw-w-\[72\%\] {
  width: 72%;
}
.tw-w-\[720px\] {
  width: 720px;
}
.tw-w-\[72\] {
  width: 72;
}
.tw-w-\[73px\] {
  width: 73px;
}
.tw-w-\[747px\] {
  width: 747px;
}
.tw-w-\[752px\] {
  width: 752px;
}
.tw-w-\[794px\] {
  width: 794px;
}
.tw-w-\[80\%\] {
  width: 80%;
}
.tw-w-\[80px\] {
  width: 80px;
}
.tw-w-\[817px\] {
  width: 817px;
}
.tw-w-\[81px\] {
  width: 81px;
}
.tw-w-\[82\%\] {
  width: 82%;
}
.tw-w-\[85\%\] {
  width: 85%;
}
.tw-w-\[89\%\] {
  width: 89%;
}
.tw-w-\[90\%\] {
  width: 90%;
}
.tw-w-\[90px\] {
  width: 90px;
}
.tw-w-\[94\%\] {
  width: 94%;
}
.tw-w-\[95\%\] {
  width: 95%;
}
.tw-w-\[96px\] {
  width: 96px;
}
.tw-w-\[98\%\] {
  width: 98%;
}
.tw-w-\[auto\] {
  width: auto;
}
.tw-w-\[calc\(100\%\/2-16px\)\] {
  width: calc(100% / 2 - 16px);
}
.tw-w-auto {
  width: auto;
}
.tw-w-full {
  width: 100%;
}
.tw-w-max {
  width: -moz-max-content;
  width: max-content;
}
.tw-w-screen {
  width: 100vw;
}
.tw-min-w-0 {
  min-width: 0px;
}
.tw-min-w-\[100\%\] {
  min-width: 100%;
}
.tw-min-w-\[100px\] {
  min-width: 100px;
}
.tw-min-w-\[150px\] {
  min-width: 150px;
}
.tw-min-w-\[20\%\] {
  min-width: 20%;
}
.tw-min-w-\[200px\] {
  min-width: 200px;
}
.tw-min-w-\[250px\] {
  min-width: 250px;
}
.tw-min-w-\[300px\] {
  min-width: 300px;
}
.tw-min-w-\[500px\] {
  min-width: 500px;
}
.tw-min-w-\[574px\] {
  min-width: 574px;
}
.tw-min-w-\[600px\] {
  min-width: 600px;
}
.tw-min-w-\[800px\] {
  min-width: 800px;
}
.tw-min-w-full {
  min-width: 100%;
}
.tw-max-w-80 {
  max-width: 20rem;
}
.tw-max-w-\[1030px\] {
  max-width: 1030px;
}
.tw-max-w-\[1070px\] {
  max-width: 1070px;
}
.tw-max-w-\[150px\] {
  max-width: 150px;
}
.tw-max-w-\[170px\] {
  max-width: 170px;
}
.tw-max-w-\[200px\] {
  max-width: 200px;
}
.tw-max-w-\[280px\] {
  max-width: 280px;
}
.tw-max-w-\[300px\] {
  max-width: 300px;
}
.tw-max-w-\[377px\] {
  max-width: 377px;
}
.tw-max-w-\[500px\] {
  max-width: 500px;
}
.tw-max-w-\[60vw\] {
  max-width: 60vw;
}
.tw-max-w-full {
  max-width: 100%;
}
.tw-max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}
.tw-max-w-screen-xl {
  max-width: 1280px;
}
.tw-max-w-sm {
  max-width: 24rem;
}
.tw-flex-1 {
  flex: 1 1 0%;
}
.tw-flex-auto {
  flex: 1 1 auto;
}
.tw-shrink-0 {
  flex-shrink: 0;
}
.tw-flex-grow {
  flex-grow: 1;
}
.tw-grow {
  flex-grow: 1;
}
.tw--translate-x-1 {
  --tw-translate-x: -0.25rem;
  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));
}
.tw--translate-x-1\/2 {
  --tw-translate-x: -50%;
  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));
}
.tw--translate-x-8 {
  --tw-translate-x: -2rem;
  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));
}
.tw--translate-y-1\/2 {
  --tw-translate-y: -50%;
  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));
}
.tw-translate-y-\[-300px\] {
  --tw-translate-y: -300px;
  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));
}
.tw--rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-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));
}
.tw-cursor-default {
  cursor: default;
}
.tw-cursor-not-allowed {
  cursor: not-allowed;
}
.tw-cursor-pointer {
  cursor: pointer;
}
.tw-resize-none {
  resize: none;
}
.tw-grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.tw-grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.tw-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.tw-grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.tw-grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.tw-grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.tw-grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.tw-grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.tw-grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.tw-grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.tw-flex-row {
  flex-direction: row;
}
.tw-flex-row-reverse {
  flex-direction: row-reverse;
}
.tw-flex-col {
  flex-direction: column;
}
.tw-flex-col-reverse {
  flex-direction: column-reverse;
}
.tw-flex-wrap {
  flex-wrap: wrap;
}
.tw-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.tw-place-content-center {
  place-content: center;
}
.tw-place-items-center {
  place-items: center;
}
.tw-content-start {
  align-content: flex-start;
}
.tw-items-start {
  align-items: flex-start;
}
.tw-items-end {
  align-items: flex-end;
}
.tw-items-center {
  align-items: center;
}
.tw-items-baseline {
  align-items: baseline;
}
.tw-justify-start {
  justify-content: flex-start;
}
.tw-justify-end {
  justify-content: flex-end;
}
.tw-justify-center {
  justify-content: center;
}
.tw-justify-between {
  justify-content: space-between;
}
.tw-justify-around {
  justify-content: space-around;
}
.tw-justify-items-end {
  justify-items: end;
}
.tw-gap-0 {
  gap: 0px;
}
.tw-gap-0\.5 {
  gap: 0.125rem;
}
.tw-gap-1 {
  gap: 0.25rem;
}
.tw-gap-1\.5 {
  gap: 0.375rem;
}
.tw-gap-10 {
  gap: 2.5rem;
}
.tw-gap-12 {
  gap: 3rem;
}
.tw-gap-14 {
  gap: 3.5rem;
}
.tw-gap-16 {
  gap: 4rem;
}
.tw-gap-2 {
  gap: 0.5rem;
}
.tw-gap-2\.5 {
  gap: 0.625rem;
}
.tw-gap-20 {
  gap: 5rem;
}
.tw-gap-28 {
  gap: 7rem;
}
.tw-gap-3 {
  gap: 0.75rem;
}
.tw-gap-3\.5 {
  gap: 0.875rem;
}
.tw-gap-32 {
  gap: 8rem;
}
.tw-gap-4 {
  gap: 1rem;
}
.tw-gap-5 {
  gap: 1.25rem;
}
.tw-gap-52 {
  gap: 13rem;
}
.tw-gap-6 {
  gap: 1.5rem;
}
.tw-gap-7 {
  gap: 1.75rem;
}
.tw-gap-8 {
  gap: 2rem;
}
.tw-gap-\[15px\] {
  gap: 15px;
}
.tw-gap-\[25px\] {
  gap: 25px;
}
.tw-gap-\[270px\] {
  gap: 270px;
}
.tw-gap-\[30\%\] {
  gap: 30%;
}
.tw-gap-\[5rem\] {
  gap: 5rem;
}
.tw-gap-\[70px\] {
  gap: 70px;
}
.tw-gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.tw-gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.tw-gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.tw-gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.tw-gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.tw-gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.tw-gap-x-\[4px\] {
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.tw-gap-y-1 {
  row-gap: 0.25rem;
}
.tw-gap-y-16 {
  row-gap: 4rem;
}
.tw-gap-y-4 {
  row-gap: 1rem;
}
.tw-gap-y-5 {
  row-gap: 1.25rem;
}
.tw-space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.tw-space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.tw-space-x-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(18rem * var(--tw-space-x-reverse));
  margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
}
.tw-space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.tw-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));
}
.tw-divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.tw-divide-\[\"\#D0D5DD\"\] > :not([hidden]) ~ :not([hidden]) {
  border-color: "#D0D5DD";
}
.tw-divide-\[\#D0D5DD\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-divide-opacity, 1));
}
.tw-place-self-end {
  place-self: end;
}
.tw-place-self-center {
  place-self: center;
}
.tw-self-start {
  align-self: flex-start;
}
.tw-self-end {
  align-self: flex-end;
}
.tw-self-center {
  align-self: center;
}
.tw-self-stretch {
  align-self: stretch;
}
.tw-overflow-auto {
  overflow: auto;
}
.tw-overflow-hidden {
  overflow: hidden;
}
.tw-overflow-scroll {
  overflow: scroll;
}
.tw-overflow-x-auto {
  overflow-x: auto;
}
.tw-overflow-y-auto {
  overflow-y: auto;
}
.tw-overflow-y-scroll {
  overflow-y: scroll;
}
.tw-scroll-smooth {
  scroll-behavior: smooth;
}
.tw-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tw-text-ellipsis {
  text-overflow: ellipsis;
}
.tw-whitespace-normal {
  white-space: normal;
}
.tw-whitespace-nowrap {
  white-space: nowrap;
}
.tw-text-wrap {
  text-wrap: wrap;
}
.tw-text-nowrap {
  text-wrap: nowrap;
}
.tw-text-balance {
  text-wrap: balance;
}
.tw-text-pretty {
  text-wrap: pretty;
}
.tw-break-normal {
  overflow-wrap: normal;
  word-break: normal;
}
.tw-break-words {
  overflow-wrap: break-word;
}
.tw-break-keep {
  word-break: keep-all;
}
.tw-rounded {
  border-radius: 0.25rem;
}
.tw-rounded-2xl {
  border-radius: 1rem;
}
.tw-rounded-3xl {
  border-radius: 1.5rem;
}
.tw-rounded-\[4px\] {
  border-radius: 4px;
}
.tw-rounded-\[8px\] {
  border-radius: 8px;
}
.tw-rounded-full {
  border-radius: 9999px;
}
.tw-rounded-lg {
  border-radius: 0.5rem;
}
.tw-rounded-md {
  border-radius: 0.375rem;
}
.tw-rounded-sm {
  border-radius: 0.125rem;
}
.tw-rounded-xl {
  border-radius: 0.75rem;
}
.tw-rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.tw-rounded-l-xl {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.tw-rounded-bl-\[8px\] {
  border-bottom-left-radius: 8px;
}
.tw-rounded-br-\[8px\] {
  border-bottom-right-radius: 8px;
}
.tw-rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}
.tw-rounded-tl-\[4px\] {
  border-top-left-radius: 4px;
}
.tw-rounded-tl-\[8px\] {
  border-top-left-radius: 8px;
}
.tw-rounded-tr-\[8px\] {
  border-top-right-radius: 8px;
}
.tw-border {
  border-width: 1px;
}
.tw-border-0 {
  border-width: 0px;
}
.tw-border-1 {
  border-width: 1px;
}
.tw-border-2 {
  border-width: 2px;
}
.tw-border-\[0\.5px\] {
  border-width: 0.5px;
}
.tw-border-\[2\.5px\] {
  border-width: 2.5px;
}
.tw-border-b {
  border-bottom-width: 1px;
}
.tw-border-b-1 {
  border-bottom-width: 1px;
}
.tw-border-b-2 {
  border-bottom-width: 2px;
}
.tw-border-b-4 {
  border-bottom-width: 4px;
}
.tw-border-l {
  border-left-width: 1px;
}
.tw-border-r {
  border-right-width: 1px;
}
.tw-border-r-1 {
  border-right-width: 1px;
}
.tw-border-r-2 {
  border-right-width: 2px;
}
.tw-border-t {
  border-top-width: 1px;
}
.tw-border-t-1 {
  border-top-width: 1px;
}
.tw-border-t-2 {
  border-top-width: 2px;
}
.tw-border-solid {
  border-style: solid;
}
.tw-border-none {
  border-style: none;
}
.tw-border-\[\#008EEF\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 142 239 / var(--tw-border-opacity, 1));
}
.tw-border-\[\#095AD3\] {
  --tw-border-opacity: 1;
  border-color: rgb(9 90 211 / var(--tw-border-opacity, 1));
}
.tw-border-\[\#095ad3\] {
  --tw-border-opacity: 1;
  border-color: rgb(9 90 211 / var(--tw-border-opacity, 1));
}
.tw-border-\[\#D0D5DD\] {
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity, 1));
}
.tw-border-\[\#D0D5D\] {
  border-color: #D0D5D;
}
.tw-border-\[\#D0DCE4\] {
  --tw-border-opacity: 1;
  border-color: rgb(208 220 228 / var(--tw-border-opacity, 1));
}
.tw-border-\[\#EAECF0\] {
  --tw-border-opacity: 1;
  border-color: rgb(234 236 240 / var(--tw-border-opacity, 1));
}
.tw-border-\[\#FFEAAC\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 234 172 / var(--tw-border-opacity, 1));
}
.tw-border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.tw-border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}
.tw-border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.tw-border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.tw-border-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.tw-border-inherit {
  border-color: inherit;
}
.tw-border-transparent {
  border-color: transparent;
}
.tw-border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.tw-border-b-\[\#0C5CD3\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(12 92 211 / var(--tw-border-opacity, 1));
}
.tw-border-l-iconBorders {
  --tw-border-opacity: 1;
  border-left-color: rgb(234 236 240 / var(--tw-border-opacity, 1));
}
.tw-bg-\[\#095AD314\] {
  background-color: #095AD314;
}
.tw-bg-\[\#095AD3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(9 90 211 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#095ad3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(9 90 211 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#101828\] {
  --tw-bg-opacity: 1;
  background-color: rgb(16 24 40 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#667085\] {
  --tw-bg-opacity: 1;
  background-color: rgb(102 112 133 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#D0DCE4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(208 220 228 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#E6EFFB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(230 239 251 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#EAECF0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 236 240 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#ECFDF3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 243 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#F2F4F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#F9FAFB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#FEF3F2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 242 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#FFFBFA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 250 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#FFFFFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.tw-bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}
.tw-bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.tw-bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.tw-bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}
.tw-bg-emerald-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}
.tw-bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.tw-bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.tw-bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.tw-bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.tw-bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.tw-bg-inherit {
  background-color: inherit;
}
.tw-bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.tw-bg-sky-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}
.tw-bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
.tw-bg-transparent {
  background-color: transparent;
}
.tw-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.tw-bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}
.tw-fill-red-500 {
  fill: #ef4444;
}
.tw-object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.tw-object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.tw-p-0 {
  padding: 0px;
}
.tw-p-0\.5 {
  padding: 0.125rem;
}
.tw-p-1 {
  padding: 0.25rem;
}
.tw-p-1\.5 {
  padding: 0.375rem;
}
.tw-p-10 {
  padding: 2.5rem;
}
.tw-p-12 {
  padding: 3rem;
}
.tw-p-2 {
  padding: 0.5rem;
}
.tw-p-3 {
  padding: 0.75rem;
}
.tw-p-3\.5 {
  padding: 0.875rem;
}
.tw-p-4 {
  padding: 1rem;
}
.tw-p-5 {
  padding: 1.25rem;
}
.tw-p-6 {
  padding: 1.5rem;
}
.tw-p-7 {
  padding: 1.75rem;
}
.tw-p-8 {
  padding: 2rem;
}
.tw-p-\[1px\] {
  padding: 1px;
}
.tw-p-\[7px\] {
  padding: 7px;
}
.tw-p-\[8px\] {
  padding: 8px;
}
.tw-px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.tw-px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.tw-px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.tw-px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.tw-px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.tw-px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.tw-px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.tw-px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.tw-px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.tw-px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.tw-px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.tw-px-36 {
  padding-left: 9rem;
  padding-right: 9rem;
}
.tw-px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.tw-px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.tw-px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.tw-px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.tw-px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.tw-px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.tw-px-\[180px\] {
  padding-left: 180px;
  padding-right: 180px;
}
.tw-px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}
.tw-px-\[22px\] {
  padding-left: 22px;
  padding-right: 22px;
}
.tw-px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}
.tw-px-\[320px\] {
  padding-left: 320px;
  padding-right: 320px;
}
.tw-py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.tw-py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.tw-py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.tw-py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.tw-py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.tw-py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}
.tw-py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.tw-py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.tw-py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.tw-py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.tw-py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.tw-py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.tw-py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.tw-py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.tw-py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}
.tw-py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.tw-py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.tw-py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.tw-py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.tw-py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.tw-py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.tw-py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.tw-py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.tw-py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.tw-py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}
.tw-pb-0 {
  padding-bottom: 0px;
}
.tw-pb-1 {
  padding-bottom: 0.25rem;
}
.tw-pb-10 {
  padding-bottom: 2.5rem;
}
.tw-pb-12 {
  padding-bottom: 3rem;
}
.tw-pb-16 {
  padding-bottom: 4rem;
}
.tw-pb-2 {
  padding-bottom: 0.5rem;
}
.tw-pb-2\.5 {
  padding-bottom: 0.625rem;
}
.tw-pb-20 {
  padding-bottom: 5rem;
}
.tw-pb-24 {
  padding-bottom: 6rem;
}
.tw-pb-28 {
  padding-bottom: 7rem;
}
.tw-pb-3 {
  padding-bottom: 0.75rem;
}
.tw-pb-4 {
  padding-bottom: 1rem;
}
.tw-pb-5 {
  padding-bottom: 1.25rem;
}
.tw-pb-6 {
  padding-bottom: 1.5rem;
}
.tw-pb-8 {
  padding-bottom: 2rem;
}
.tw-pb-9 {
  padding-bottom: 2.25rem;
}
.tw-pb-\[20px\] {
  padding-bottom: 20px;
}
.tw-pb-\[3px\] {
  padding-bottom: 3px;
}
.tw-pb-\[3rem\] {
  padding-bottom: 3rem;
}
.tw-pl-1 {
  padding-left: 0.25rem;
}
.tw-pl-10 {
  padding-left: 2.5rem;
}
.tw-pl-12 {
  padding-left: 3rem;
}
.tw-pl-14 {
  padding-left: 3.5rem;
}
.tw-pl-16 {
  padding-left: 4rem;
}
.tw-pl-2 {
  padding-left: 0.5rem;
}
.tw-pl-2\.5 {
  padding-left: 0.625rem;
}
.tw-pl-20 {
  padding-left: 5rem;
}
.tw-pl-24 {
  padding-left: 6rem;
}
.tw-pl-28 {
  padding-left: 7rem;
}
.tw-pl-3 {
  padding-left: 0.75rem;
}
.tw-pl-32 {
  padding-left: 8rem;
}
.tw-pl-4 {
  padding-left: 1rem;
}
.tw-pl-5 {
  padding-left: 1.25rem;
}
.tw-pl-6 {
  padding-left: 1.5rem;
}
.tw-pl-64 {
  padding-left: 16rem;
}
.tw-pl-7 {
  padding-left: 1.75rem;
}
.tw-pl-8 {
  padding-left: 2rem;
}
.tw-pl-\[7px\] {
  padding-left: 7px;
}
.tw-pr-10 {
  padding-right: 2.5rem;
}
.tw-pr-14 {
  padding-right: 3.5rem;
}
.tw-pr-16 {
  padding-right: 4rem;
}
.tw-pr-2 {
  padding-right: 0.5rem;
}
.tw-pr-2\.5 {
  padding-right: 0.625rem;
}
.tw-pr-20 {
  padding-right: 5rem;
}
.tw-pr-3 {
  padding-right: 0.75rem;
}
.tw-pr-3\.5 {
  padding-right: 0.875rem;
}
.tw-pr-4 {
  padding-right: 1rem;
}
.tw-pr-5 {
  padding-right: 1.25rem;
}
.tw-pr-6 {
  padding-right: 1.5rem;
}
.tw-pr-8 {
  padding-right: 2rem;
}
.tw-pr-9 {
  padding-right: 2.25rem;
}
.tw-pt-0 {
  padding-top: 0px;
}
.tw-pt-0\.5 {
  padding-top: 0.125rem;
}
.tw-pt-1 {
  padding-top: 0.25rem;
}
.tw-pt-1\.5 {
  padding-top: 0.375rem;
}
.tw-pt-10 {
  padding-top: 2.5rem;
}
.tw-pt-11 {
  padding-top: 2.75rem;
}
.tw-pt-12 {
  padding-top: 3rem;
}
.tw-pt-14 {
  padding-top: 3.5rem;
}
.tw-pt-16 {
  padding-top: 4rem;
}
.tw-pt-2 {
  padding-top: 0.5rem;
}
.tw-pt-2\.5 {
  padding-top: 0.625rem;
}
.tw-pt-20 {
  padding-top: 5rem;
}
.tw-pt-28 {
  padding-top: 7rem;
}
.tw-pt-3 {
  padding-top: 0.75rem;
}
.tw-pt-3\.5 {
  padding-top: 0.875rem;
}
.tw-pt-4 {
  padding-top: 1rem;
}
.tw-pt-44 {
  padding-top: 11rem;
}
.tw-pt-5 {
  padding-top: 1.25rem;
}
.tw-pt-6 {
  padding-top: 1.5rem;
}
.tw-pt-7 {
  padding-top: 1.75rem;
}
.tw-pt-8 {
  padding-top: 2rem;
}
.tw-pt-9 {
  padding-top: 2.25rem;
}
.tw-pt-\[10px\] {
  padding-top: 10px;
}
.tw-pt-\[20px\] {
  padding-top: 20px;
}
.tw-pt-\[6px\] {
  padding-top: 6px;
}
.tw-text-left {
  text-align: left;
}
.tw-text-center {
  text-align: center;
}
.tw-text-right {
  text-align: right;
}
.tw-text-justify {
  text-align: justify;
}
.tw-text-end {
  text-align: end;
}
.tw-align-middle {
  vertical-align: middle;
}
.tw-font-\[\#475467\] {
  font-family: #475467;
}
.tw-font-\[\'DM_Sans\'\] {
  font-family: 'DM Sans';
}
.tw-font-\[\'IBM_Plex_Sans\'\] {
  font-family: 'IBM Plex Sans';
}
.tw-font-sans {
  font-family: DM Sans, sans-serif;
}
.tw-text-12 {
  font-size: 12px;
}
.tw-text-14 {
  font-size: 14px;
}
.tw-text-16 {
  font-size: 16px;
}
.tw-text-18 {
  font-size: 18px;
}
.tw-text-24 {
  font-size: 24px;
}
.tw-text-\[10px\] {
  font-size: 10px;
}
.tw-text-\[12px\] {
  font-size: 12px;
}
.tw-text-\[14px\] {
  font-size: 14px;
}
.tw-text-\[15px\] {
  font-size: 15px;
}
.tw-text-\[16px\] {
  font-size: 16px;
}
.tw-text-\[18px\] {
  font-size: 18px;
}
.tw-text-\[20px\] {
  font-size: 20px;
}
.tw-text-\[22px\] {
  font-size: 22px;
}
.tw-text-\[24px\] {
  font-size: 24px;
}
.tw-text-\[26px\] {
  font-size: 26px;
}
.tw-text-\[30px\] {
  font-size: 30px;
}
.tw-text-\[32px\] {
  font-size: 32px;
}
.tw-text-\[40px\] {
  font-size: 40px;
}
.tw-text-\[44px\] {
  font-size: 44px;
}
.tw-font-\[400\] {
  font-weight: 400;
}
.tw-font-\[500\] {
  font-weight: 500;
}
.tw-font-\[700\] {
  font-weight: 700;
}
.tw-font-bold {
  font-weight: 700;
}
.tw-font-extrabold {
  font-weight: 800;
}
.tw-font-light {
  font-weight: 300;
}
.tw-font-medium {
  font-weight: 500;
}
.tw-font-normal {
  font-weight: 400;
}
.tw-font-semibold {
  font-weight: 600;
}
.tw-uppercase {
  text-transform: uppercase;
}
.tw-lowercase {
  text-transform: lowercase;
}
.tw-capitalize {
  text-transform: capitalize;
}
.tw-normal-case {
  text-transform: none;
}
.tw-italic {
  font-style: italic;
}
.tw-leading-10 {
  line-height: 2.5rem;
}
.tw-leading-4 {
  line-height: 1rem;
}
.tw-leading-5 {
  line-height: 1.25rem;
}
.tw-leading-6 {
  line-height: 1.5rem;
}
.tw-leading-7 {
  line-height: 1.75rem;
}
.tw-leading-8 {
  line-height: 2rem;
}
.tw-leading-9 {
  line-height: 2.25rem;
}
.tw-leading-\[150\%\] {
  line-height: 150%;
}
.tw-leading-\[18px\] {
  line-height: 18px;
}
.tw-leading-\[20px\] {
  line-height: 20px;
}
.tw-leading-\[24px\] {
  line-height: 24px;
}
.tw-leading-\[30px\] {
  line-height: 30px;
}
.tw-leading-\[38px\] {
  line-height: 38px;
}
.tw-leading-normal {
  line-height: 1.5;
}
.tw-leading-tight {
  line-height: 1.25;
}
.tw-tracking-normal {
  letter-spacing: 0em;
}
.tw-tracking-tighter {
  letter-spacing: -0.05em;
}
.tw-text-\[\#008EEF\] {
  --tw-text-opacity: 1;
  color: rgb(0 142 239 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#028849\] {
  --tw-text-opacity: 1;
  color: rgb(2 136 73 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#095AD3\] {
  --tw-text-opacity: 1;
  color: rgb(9 90 211 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#095ad3\] {
  --tw-text-opacity: 1;
  color: rgb(9 90 211 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#0C5CD3\] {
  --tw-text-opacity: 1;
  color: rgb(12 92 211 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#101828\] {
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#1D2939\] {
  --tw-text-opacity: 1;
  color: rgb(29 41 57 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#344054\] {
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#475467\] {
  --tw-text-opacity: 1;
  color: rgb(71 84 103 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#667085\] {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#98A2B3\] {
  --tw-text-opacity: 1;
  color: rgb(152 162 179 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#9b9999\] {
  --tw-text-opacity: 1;
  color: rgb(155 153 153 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#BFBFBF\] {
  --tw-text-opacity: 1;
  color: rgb(191 191 191 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#D9D9D9\] {
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#EA0707\] {
  --tw-text-opacity: 1;
  color: rgb(234 7 7 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#F04438\] {
  --tw-text-opacity: 1;
  color: rgb(240 68 56 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#F79009\] {
  --tw-text-opacity: 1;
  color: rgb(247 144 9 / var(--tw-text-opacity, 1));
}
.tw-text-\[\'\#475467\'\] {
  color: '#475467';
}
.tw-text-\[400\] {
  color: 400;
}
.tw-text-\[500\] {
  color: 500;
}
.tw-text-\[700\] {
  color: 700;
}
.tw-text-\[900\] {
  color: 900;
}
.tw-text-\[red\] {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}
.tw-text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.tw-text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.tw-text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.tw-text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.tw-text-enumPrimaryMain {
  --tw-text-opacity: 1;
  color: rgb(9 90 211 / var(--tw-text-opacity, 1));
}
.tw-text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.tw-text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.tw-text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.tw-text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.tw-text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.tw-text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.tw-text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.tw-text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.tw-text-pink-700 {
  --tw-text-opacity: 1;
  color: rgb(190 24 93 / var(--tw-text-opacity, 1));
}
.tw-text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.tw-text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.tw-text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.tw-text-sky-900 {
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity, 1));
}
.tw-text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.tw-text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.tw-text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.tw-text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}
.tw-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tw-decoration-\[from-font\] {
  text-decoration-color: from-font;
}
.tw-opacity-100 {
  opacity: 1;
}
.tw-opacity-30 {
  opacity: 0.3;
}
.tw-mix-blend-multiply {
  mix-blend-mode: multiply;
}
.tw-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);
}
.tw-shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tw-shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tw-outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tw-outline {
  outline-style: solid;
}
.tw-outline-2 {
  outline-width: 2px;
}
.tw-outline-blue-500 {
  outline-color: #3b82f6;
}
.tw-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;
}
.tw-transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.tw-transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.tw-duration-200 {
  transition-duration: 200ms;
}
.tw-duration-300 {
  transition-duration: 300ms;
}
.tw-ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

body {
    margin: 0;
    font-family: "DM Sans", serif;
    background-color: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: IBM Plex Serif, serif;
}
a {
    text-decoration: none !important;
}
input[type="number"] {
    -moz-appearance: textfield !important;
}
.css-sghohy-MuiButtonBase-root-MuiButton-root {
    background-color: #095ad3 !important;
    border: 1px solid #095ad3;
}
.text-primary {
    color: #095ad3 !important;
}

.bg-primary {
    background-color: #095ad3 !important;
}
.border-primary {
    border-color: #095ad3 !important;
}
.bg-info {
    background-color: #e6effb;
}
.css-sghohy-MuiButtonBase-root-MuiButton-root.Mui-disabled {
    color: rgba(0, 0, 0, 0.26) !important;
    box-shadow: none !important;
    background-color: rgba(0, 0, 0, 0.12) !important;
}
#assessment_name {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #475467;
}
.rs-modal-content {
    padding: 50px !important;
}
#sidebar {
    width: 22rem;
    display: flex;
    flex-direction: column;
}

#detail {
    flex: 1;
    padding: 0.5rem 2rem 4rem 4rem;
    width: 100%;
}
.MuiSnackbar-root {
    background-color: inherit;
    color: #fff;
    text-align: center !important;
    box-shadow: 0 11px 20px rgba(130, 130, 130, 0.15) !important;
}
.MuiDialog-paper {
    border-radius: 16px !important;
}
.css-1eqdgzv-MuiPaper-root-MuiSnackbarContent-root {
    background-color: inherit !important;
    color: inherit !important;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    border-radius: 4px;
    font-family: DM Sans, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
}
.text input::-moz-placeholder {
    font-family: DM Sans, serif;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 18px !important;
    line-height: 23px !important;
    padding: 20px !important;
    color: #001343 !important;
}
.text input::placeholder {
    font-family: DM Sans, serif;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 18px !important;
    line-height: 23px !important;
    padding: 20px !important;
    color: #001343 !important;
}
.input-tel.has-value .input-tel__input {
    padding-top: 0 !important;
}
.input-tel.lg .input-tel__label {
    display: none;
}
ul {
    list-style-type: disc;
}
ol {
    list-style-type: auto;
}
.button__text {
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}
.google-login {
    width: 270px;
    padding: 1px 0;
    gap: 12px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #d0d5dd;
    border-radius: 4px;
}
.main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: "DM Sans", serif;
    line-height: 31px;
    padding: 10px;
}
.title {
    font-family: "IBM Plex Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    color: #101828;
}
.subtitle {
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;

    color: #475467;
}
li {
    list-style: none;
    margin-left: 20px;
    margin-bottom: 20px;
    padding: 0;
}
.sub {
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #667085;
}
.code__label {
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #344054;
}

.custom-scroll-bar::-webkit-scrollbar {
    background: transparent !important;
    width: 8px;
    height: 8px;
}

.custom-scroll-bar::-webkit-scrollbar-thumb {
    background: #eaecf0 !important;
    max-height: 20px !important;
    border-radius: 32px;
}
.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(73, 112, 240, 0.311);
    z-index: 1;
}
.small-icon-button .MuiSvgIcon-root {
    font-size: 18px;
}
#customized-dialog-title {
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    color: #344054;
}
#age {
    width: 134px;
    height: 44px;
    padding: 10px 14px 10px 14px;
    gap: 8px;
    border-radius: 4px;
    border: 1px solid #d0d5dd;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: white;
    background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="6" fill="%23667085" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 16px 16px;
    color: #667085;
    cursor: pointer;
}

#age::-moz-placeholder {
    color: #667085;
}

#age::placeholder {
    color: #667085;
}
#modalHeader {
    border-top: none;
    border-left: none;
    border-right: none;
}
#filter-criteria {
    padding: 5px 12px 5px 12px;
    opacity: 0px;
    margin: 4px;
}
#modal-footer {
    border: 1px 0px 0px 0px;
}
.hover\:tw-scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}
.hover\:tw-cursor-pointer:hover {
  cursor: pointer;
}
.hover\:tw-border:hover {
  border-width: 1px;
}
.hover\:tw-border-blue-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.hover\:tw-border-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.hover\:tw-bg-\[\#095ad3\]\/10:hover {
  background-color: rgb(9 90 211 / 0.1);
}
.hover\:tw-bg-\[\#095ad3\]\/90:hover {
  background-color: rgb(9 90 211 / 0.9);
}
.hover\:tw-bg-\[\#F9FAFB\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.hover\:tw-bg-blue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.hover\:tw-bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.hover\:tw-bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.hover\:tw-bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:tw-bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.hover\:tw-bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.hover\:tw-bg-transparent:hover {
  background-color: transparent;
}
.hover\:tw-bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:tw-text-\[\#095AD3\]:hover {
  --tw-text-opacity: 1;
  color: rgb(9 90 211 / var(--tw-text-opacity, 1));
}
.hover\:tw-text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.hover\:tw-text-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.hover\:tw-text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.hover\:tw-text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.hover\:tw-text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.hover\:tw-text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:tw-outline-none:hover {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.hover\:tw-ease-in:hover {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.focus\:tw-outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:tw-outline-gray-400:focus {
  outline-color: #9ca3af;
}
.disabled\:tw-cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:tw-bg-gray-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.disabled\:tw-opacity-50:disabled {
  opacity: 0.5;
}
@media not all and (min-width: 1024px) {

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

  .max-lg\:tw-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media not all and (min-width: 768px) {

  .max-md\:tw-mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .max-md\:tw--ml-8 {
    margin-left: -2rem;
  }

  .max-md\:tw-ml-0 {
    margin-left: 0px;
  }

  .max-md\:tw-ml-2\.5 {
    margin-left: 0.625rem;
  }

  .max-md\:tw-mr-2 {
    margin-right: 0.5rem;
  }

  .max-md\:tw-mr-2\.5 {
    margin-right: 0.625rem;
  }

  .max-md\:tw-mt-0 {
    margin-top: 0px;
  }

  .max-md\:tw-mt-10 {
    margin-top: 2.5rem;
  }

  .max-md\:tw-mt-5 {
    margin-top: 1.25rem;
  }

  .max-md\:tw-mt-7 {
    margin-top: 1.75rem;
  }

  .max-md\:tw-mt-8 {
    margin-top: 2rem;
  }

  .max-md\:tw-mt-\[-15px\] {
    margin-top: -15px;
  }

  .max-md\:tw-mt-\[100px\] {
    margin-top: 100px;
  }

  .max-md\:tw-block {
    display: block;
  }

  .max-md\:tw-flex {
    display: flex;
  }

  .max-md\:tw-hidden {
    display: none;
  }

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

  .max-md\:tw-w-\[90\%\] {
    width: 90%;
  }

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

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

  .max-md\:tw-flex-col {
    flex-direction: column;
  }

  .max-md\:tw-flex-col-reverse {
    flex-direction: column-reverse;
  }

  .max-md\:tw-flex-wrap {
    flex-wrap: wrap;
  }

  .max-md\:tw-items-center {
    align-items: center;
  }

  .max-md\:tw-justify-center {
    justify-content: center;
  }

  .max-md\:tw-justify-between {
    justify-content: space-between;
  }

  .max-md\:tw-gap-0 {
    gap: 0px;
  }

  .max-md\:tw-gap-20 {
    gap: 5rem;
  }

  .max-md\:tw-px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .max-md\:tw-px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .max-md\:tw-py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .max-md\:tw-pl-5 {
    padding-left: 1.25rem;
  }

  .max-md\:tw-pr-5 {
    padding-right: 1.25rem;
  }
}
@media not all and (min-width: 640px) {

  .max-sm\:tw-w-\[90vw\] {
    width: 90vw;
  }
}
@media (min-width: 640px) {

  .sm\:tw-mr-2 {
    margin-right: 0.5rem;
  }

  .sm\:tw-mr-4 {
    margin-right: 1rem;
  }

  .sm\:tw-mt-2 {
    margin-top: 0.5rem;
  }

  .sm\:tw-inline-block {
    display: inline-block;
  }

  .sm\:tw-flex {
    display: flex;
  }

  .sm\:tw-grid {
    display: grid;
  }

  .sm\:tw-h-\[379px\] {
    height: 379px;
  }

  .sm\:tw-w-\[250px\] {
    width: 250px;
  }

  .sm\:tw-w-\[366px\] {
    width: 366px;
  }

  .sm\:tw-w-\[calc\(50\%-16px\)\] {
    width: calc(50% - 16px);
  }

  .sm\:tw-w-auto {
    width: auto;
  }

  .sm\:tw-max-w-xl {
    max-width: 36rem;
  }

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

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

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

  .sm\:tw-flex-row {
    flex-direction: row;
  }

  .sm\:tw-flex-col {
    flex-direction: column;
  }

  .sm\:tw-flex-wrap {
    flex-wrap: wrap;
  }

  .sm\:tw-flex-nowrap {
    flex-wrap: nowrap;
  }

  .sm\:tw-items-center {
    align-items: center;
  }

  .sm\:tw-justify-between {
    justify-content: space-between;
  }

  .sm\:tw-gap-2 {
    gap: 0.5rem;
  }

  .sm\:tw-gap-4 {
    gap: 1rem;
  }

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

  .sm\:tw-p-4 {
    padding: 1rem;
  }

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

  .sm\:tw-px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:tw-py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:tw-py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:tw-text-center {
    text-align: center;
  }

  .sm\:tw-text-16 {
    font-size: 16px;
  }
}
@media (min-width: 768px) {

  .md\:tw-left-1\/2 {
    left: 50%;
  }

  .md\:tw-left-1\/3 {
    left: 33.333333%;
  }

  .md\:tw-left-1\/4 {
    left: 25%;
  }

  .md\:tw-top-14 {
    top: 3.5rem;
  }

  .md\:tw-top-\[11rem\] {
    top: 11rem;
  }

  .md\:tw-z-\[1700\] {
    z-index: 1700;
  }

  .md\:tw-col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:tw-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:tw-mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:tw-mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:tw-mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .md\:tw-mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:tw-mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:tw-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:tw-mb-0 {
    margin-bottom: 0px;
  }

  .md\:tw-mb-1 {
    margin-bottom: 0.25rem;
  }

  .md\:tw-mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .md\:tw-mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:tw-mb-11 {
    margin-bottom: 2.75rem;
  }

  .md\:tw-mb-16 {
    margin-bottom: 4rem;
  }

  .md\:tw-mb-28 {
    margin-bottom: 7rem;
  }

  .md\:tw-mb-3 {
    margin-bottom: 0.75rem;
  }

  .md\:tw-mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:tw-mb-7 {
    margin-bottom: 1.75rem;
  }

  .md\:tw-mb-8 {
    margin-bottom: 2rem;
  }

  .md\:tw-ml-0 {
    margin-left: 0px;
  }

  .md\:tw-ml-12 {
    margin-left: 3rem;
  }

  .md\:tw-ml-14 {
    margin-left: 3.5rem;
  }

  .md\:tw-ml-16 {
    margin-left: 4rem;
  }

  .md\:tw-ml-2 {
    margin-left: 0.5rem;
  }

  .md\:tw-ml-24 {
    margin-left: 6rem;
  }

  .md\:tw-ml-3 {
    margin-left: 0.75rem;
  }

  .md\:tw-ml-32 {
    margin-left: 8rem;
  }

  .md\:tw-ml-40 {
    margin-left: 10rem;
  }

  .md\:tw-ml-60 {
    margin-left: 15rem;
  }

  .md\:tw-ml-64 {
    margin-left: 16rem;
  }

  .md\:tw-ml-72 {
    margin-left: 18rem;
  }

  .md\:tw-ml-\[35px\] {
    margin-left: 35px;
  }

  .md\:tw-mr-0 {
    margin-right: 0px;
  }

  .md\:tw-mr-10 {
    margin-right: 2.5rem;
  }

  .md\:tw-mr-14 {
    margin-right: 3.5rem;
  }

  .md\:tw-mr-2 {
    margin-right: 0.5rem;
  }

  .md\:tw-mr-28 {
    margin-right: 7rem;
  }

  .md\:tw-mr-32 {
    margin-right: 8rem;
  }

  .md\:tw-mt-0 {
    margin-top: 0px;
  }

  .md\:tw-mt-12 {
    margin-top: 3rem;
  }

  .md\:tw-mt-16 {
    margin-top: 4rem;
  }

  .md\:tw-mt-2 {
    margin-top: 0.5rem;
  }

  .md\:tw-mt-20 {
    margin-top: 5rem;
  }

  .md\:tw-mt-24 {
    margin-top: 6rem;
  }

  .md\:tw-mt-3 {
    margin-top: 0.75rem;
  }

  .md\:tw-mt-36 {
    margin-top: 9rem;
  }

  .md\:tw-mt-4 {
    margin-top: 1rem;
  }

  .md\:tw-mt-40 {
    margin-top: 10rem;
  }

  .md\:tw-mt-5 {
    margin-top: 1.25rem;
  }

  .md\:tw-mt-6 {
    margin-top: 1.5rem;
  }

  .md\:tw-mt-7 {
    margin-top: 1.75rem;
  }

  .md\:tw-mt-8 {
    margin-top: 2rem;
  }

  .md\:tw-mt-\[310px\] {
    margin-top: 310px;
  }

  .md\:tw-box-border {
    box-sizing: border-box;
  }

  .md\:tw-block {
    display: block;
  }

  .md\:tw-inline-block {
    display: inline-block;
  }

  .md\:tw-flex {
    display: flex;
  }

  .md\:tw-grid {
    display: grid;
  }

  .md\:tw-hidden {
    display: none;
  }

  .md\:tw-h-4\/5 {
    height: 80%;
  }

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

  .md\:tw-h-\[134px\] {
    height: 134px;
  }

  .md\:tw-h-\[25px\] {
    height: 25px;
  }

  .md\:tw-h-\[320px\] {
    height: 320px;
  }

  .md\:tw-h-\[37vh\] {
    height: 37vh;
  }

  .md\:tw-h-\[43vh\] {
    height: 43vh;
  }

  .md\:tw-h-\[44x\] {
    height: 44x;
  }

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

  .md\:tw-h-\[500px\] {
    height: 500px;
  }

  .md\:tw-h-\[565px\] {
    height: 565px;
  }

  .md\:tw-h-\[580px\] {
    height: 580px;
  }

  .md\:tw-h-\[620px\] {
    height: 620px;
  }

  .md\:tw-h-\[635px\] {
    height: 635px;
  }

  .md\:tw-h-\[642px\] {
    height: 642px;
  }

  .md\:tw-h-\[655px\] {
    height: 655px;
  }

  .md\:tw-h-\[662px\] {
    height: 662px;
  }

  .md\:tw-h-\[665px\] {
    height: 665px;
  }

  .md\:tw-h-\[680px\] {
    height: 680px;
  }

  .md\:tw-h-\[705px\] {
    height: 705px;
  }

  .md\:tw-h-\[70vh\] {
    height: 70vh;
  }

  .md\:tw-h-\[735px\] {
    height: 735px;
  }

  .md\:tw-h-\[77vh\] {
    height: 77vh;
  }

  .md\:tw-h-\[78vh\] {
    height: 78vh;
  }

  .md\:tw-h-\[793px\] {
    height: 793px;
  }

  .md\:tw-h-\[79vh\] {
    height: 79vh;
  }

  .md\:tw-h-\[7\] {
    height: 7;
  }

  .md\:tw-h-\[80vh\] {
    height: 80vh;
  }

  .md\:tw-h-\[825px\] {
    height: 825px;
  }

  .md\:tw-h-\[850px\] {
    height: 850px;
  }

  .md\:tw-h-\[860px\] {
    height: 860px;
  }

  .md\:tw-h-\[calc\(90vh-185px\)\] {
    height: calc(90vh - 185px);
  }

  .md\:tw-h-full {
    height: 100%;
  }

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

  .md\:tw-w-1\/5 {
    width: 20%;
  }

  .md\:tw-w-10\/12 {
    width: 83.333333%;
  }

  .md\:tw-w-11 {
    width: 2.75rem;
  }

  .md\:tw-w-11\/12 {
    width: 91.666667%;
  }

  .md\:tw-w-2\/12 {
    width: 16.666667%;
  }

  .md\:tw-w-3\/6 {
    width: 50%;
  }

  .md\:tw-w-32 {
    width: 8rem;
  }

  .md\:tw-w-36 {
    width: 9rem;
  }

  .md\:tw-w-4\/5 {
    width: 80%;
  }

  .md\:tw-w-40 {
    width: 10rem;
  }

  .md\:tw-w-44 {
    width: 11rem;
  }

  .md\:tw-w-5\/12 {
    width: 41.666667%;
  }

  .md\:tw-w-5\/6 {
    width: 83.333333%;
  }

  .md\:tw-w-52 {
    width: 13rem;
  }

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

  .md\:tw-w-60 {
    width: 15rem;
  }

  .md\:tw-w-64 {
    width: 16rem;
  }

  .md\:tw-w-7\/12 {
    width: 58.333333%;
  }

  .md\:tw-w-8\/12 {
    width: 66.666667%;
  }

  .md\:tw-w-80 {
    width: 20rem;
  }

  .md\:tw-w-9\/12 {
    width: 75%;
  }

  .md\:tw-w-96 {
    width: 24rem;
  }

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

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

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

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

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

  .md\:tw-w-\[28\%\] {
    width: 28%;
  }

  .md\:tw-w-\[30\%\] {
    width: 30%;
  }

  .md\:tw-w-\[31\%\] {
    width: 31%;
  }

  .md\:tw-w-\[33\%\] {
    width: 33%;
  }

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

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

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

  .md\:tw-w-\[44\%\] {
    width: 44%;
  }

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

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

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

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

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

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

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

  .md\:tw-w-\[calc\(33\.33\%-16px\)\] {
    width: calc(33.33% - 16px);
  }

  .md\:tw-w-\[unset\] {
    width: unset;
  }

  .md\:tw-w-auto {
    width: auto;
  }

  .md\:tw-w-full {
    width: 100%;
  }

  .md\:tw-min-w-\[350px\] {
    min-width: 350px;
  }

  .md\:tw-max-w-2xl {
    max-width: 42rem;
  }

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

  .md\:tw-translate-y-\[-680px\] {
    --tw-translate-y: -680px;
    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));
  }

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

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

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

  .md\:tw-flex-row {
    flex-direction: row;
  }

  .md\:tw-flex-col {
    flex-direction: column;
  }

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

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

  .md\:tw-items-center {
    align-items: center;
  }

  .md\:tw-justify-start {
    justify-content: flex-start;
  }

  .md\:tw-justify-end {
    justify-content: flex-end;
  }

  .md\:tw-justify-center {
    justify-content: center;
  }

  .md\:tw-justify-between {
    justify-content: space-between;
  }

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

  .md\:tw-gap-11 {
    gap: 2.75rem;
  }

  .md\:tw-gap-12 {
    gap: 3rem;
  }

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

  .md\:tw-gap-3 {
    gap: 0.75rem;
  }

  .md\:tw-gap-36 {
    gap: 9rem;
  }

  .md\:tw-gap-4 {
    gap: 1rem;
  }

  .md\:tw-gap-44 {
    gap: 11rem;
  }

  .md\:tw-gap-5 {
    gap: 1.25rem;
  }

  .md\:tw-gap-6 {
    gap: 1.5rem;
  }

  .md\:tw-gap-8 {
    gap: 2rem;
  }

  .md\:tw-overflow-scroll {
    overflow: scroll;
  }

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

  .md\:tw-rounded-md {
    border-radius: 0.375rem;
  }

  .md\:tw-border-\[1px\] {
    border-width: 1px;
  }

  .md\:tw-border-solid {
    border-style: solid;
  }

  .md\:tw-border-\[\#D0D5DD\] {
    --tw-border-opacity: 1;
    border-color: rgb(208 213 221 / var(--tw-border-opacity, 1));
  }

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

  .md\:tw-p-4 {
    padding: 1rem;
  }

  .md\:tw-p-6 {
    padding: 1.5rem;
  }

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

  .md\:tw-px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

  .md\:tw-px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:tw-px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:tw-px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:tw-px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:tw-px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .md\:tw-px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:tw-px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .md\:tw-px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:tw-px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:tw-px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:tw-px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:tw-px-\[19vw\] {
    padding-left: 19vw;
    padding-right: 19vw;
  }

  .md\:tw-py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:tw-py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:tw-py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:tw-py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:tw-pb-0 {
    padding-bottom: 0px;
  }

  .md\:tw-pb-4 {
    padding-bottom: 1rem;
  }

  .md\:tw-pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:tw-pb-8 {
    padding-bottom: 2rem;
  }

  .md\:tw-pl-24 {
    padding-left: 6rem;
  }

  .md\:tw-pl-28 {
    padding-left: 7rem;
  }

  .md\:tw-pl-3 {
    padding-left: 0.75rem;
  }

  .md\:tw-pl-4 {
    padding-left: 1rem;
  }

  .md\:tw-pl-40 {
    padding-left: 10rem;
  }

  .md\:tw-pl-52 {
    padding-left: 13rem;
  }

  .md\:tw-pl-8 {
    padding-left: 2rem;
  }

  .md\:tw-pr-10 {
    padding-right: 2.5rem;
  }

  .md\:tw-pr-24 {
    padding-right: 6rem;
  }

  .md\:tw-pr-3\.5 {
    padding-right: 0.875rem;
  }

  .md\:tw-pr-4 {
    padding-right: 1rem;
  }

  .md\:tw-pr-5 {
    padding-right: 1.25rem;
  }

  .md\:tw-pt-0 {
    padding-top: 0px;
  }

  .md\:tw-pt-2 {
    padding-top: 0.5rem;
  }

  .md\:tw-pt-4 {
    padding-top: 1rem;
  }

  .md\:tw-pt-44 {
    padding-top: 11rem;
  }

  .md\:tw-pt-6 {
    padding-top: 1.5rem;
  }

  .md\:tw-pt-60 {
    padding-top: 15rem;
  }

  .md\:tw-pt-8 {
    padding-top: 2rem;
  }

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

  .md\:tw-pt-\[16px\] {
    padding-top: 16px;
  }

  .md\:tw-text-center {
    text-align: center;
  }

  .md\:tw-text-14 {
    font-size: 14px;
  }

  .md\:tw-text-18 {
    font-size: 18px;
  }

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

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

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

  .md\:tw-text-\[30px\] {
    font-size: 30px;
  }

  .md\:tw-text-\[45px\] {
    font-size: 45px;
  }

  .md\:tw-font-\[500\] {
    font-weight: 500;
  }
}
@media (min-width: 1024px) {

  .lg\:tw-top-0 {
    top: 0px;
  }

  .lg\:tw-top-\[12rem\] {
    top: 12rem;
  }

  .lg\:tw-z-\[1700\] {
    z-index: 1700;
  }

  .lg\:tw-col-span-1 {
    grid-column: span 1 / span 1;
  }

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

  .lg\:tw-col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:tw-m-auto {
    margin: auto;
  }

  .lg\:tw-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:tw-mb-0 {
    margin-bottom: 0px;
  }

  .lg\:tw-ml-6 {
    margin-left: 1.5rem;
  }

  .lg\:tw-mr-20 {
    margin-right: 5rem;
  }

  .lg\:tw-mt-0 {
    margin-top: 0px;
  }

  .lg\:tw-mt-2 {
    margin-top: 0.5rem;
  }

  .lg\:tw-mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:tw-mt-72 {
    margin-top: 18rem;
  }

  .lg\:tw-mt-\[3rem\] {
    margin-top: 3rem;
  }

  .lg\:tw-mt-\[44px\] {
    margin-top: 44px;
  }

  .lg\:tw-block {
    display: block;
  }

  .lg\:tw-flex {
    display: flex;
  }

  .lg\:tw-grid {
    display: grid;
  }

  .lg\:tw-hidden {
    display: none;
  }

  .lg\:tw-aspect-\[1\.3\] {
    aspect-ratio: 1.3;
  }

  .lg\:tw-h-52 {
    height: 13rem;
  }

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

  .lg\:tw-h-\[25px\] {
    height: 25px;
  }

  .lg\:tw-h-\[3px\] {
    height: 3px;
  }

  .lg\:tw-w-10 {
    width: 2.5rem;
  }

  .lg\:tw-w-10\/12 {
    width: 83.333333%;
  }

  .lg\:tw-w-2\/5 {
    width: 40%;
  }

  .lg\:tw-w-28 {
    width: 7rem;
  }

  .lg\:tw-w-3\/12 {
    width: 25%;
  }

  .lg\:tw-w-3\/4 {
    width: 75%;
  }

  .lg\:tw-w-4\/12 {
    width: 33.333333%;
  }

  .lg\:tw-w-4\/5 {
    width: 80%;
  }

  .lg\:tw-w-5\/12 {
    width: 41.666667%;
  }

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

  .lg\:tw-w-7\/12 {
    width: 58.333333%;
  }

  .lg\:tw-w-9\/12 {
    width: 75%;
  }

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

  .lg\:tw-w-\[220px\] {
    width: 220px;
  }

  .lg\:tw-w-\[50\%\] {
    width: 50%;
  }

  .lg\:tw-w-\[584px\] {
    width: 584px;
  }

  .lg\:tw-w-\[680px\] {
    width: 680px;
  }

  .lg\:tw-w-\[90px\] {
    width: 90px;
  }

  .lg\:tw-w-\[calc\(25\%-16px\)\] {
    width: calc(25% - 16px);
  }

  .lg\:tw-w-full {
    width: 100%;
  }

  .lg\:tw-w-max {
    width: -moz-max-content;
    width: max-content;
  }

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

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

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

  .lg\:tw-flex-row {
    flex-direction: row;
  }

  .lg\:tw-justify-end {
    justify-content: flex-end;
  }

  .lg\:tw-justify-between {
    justify-content: space-between;
  }

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

  .lg\:tw-gap-20 {
    gap: 5rem;
  }

  .lg\:tw-gap-32 {
    gap: 8rem;
  }

  .lg\:tw-gap-5 {
    gap: 1.25rem;
  }

  .lg\:tw-border-none {
    border-style: none;
  }

  .lg\:tw-bg-neutral-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(212 212 212 / var(--tw-bg-opacity, 1));
  }

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

  .lg\:tw-px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:tw-px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:tw-px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:tw-px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .lg\:tw-pl-64 {
    padding-left: 16rem;
  }

  .lg\:tw-font-medium {
    font-weight: 500;
  }

  .lg\:tw-leading-10 {
    line-height: 2.5rem;
  }
}
@media (min-width: 1280px) {

  .xl\:tw-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}*, ::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.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: DM Sans, sans-serif; /* 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::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.tw-fixed {
  position: fixed;
}
.tw-absolute {
  position: absolute;
}
.tw-relative {
  position: relative;
}
.tw-sticky {
  position: sticky;
}
.tw-inset-0 {
  inset: 0px;
}
.tw-inset-1 {
  inset: 0.25rem;
}
.tw--top-28 {
  top: -7rem;
}
.tw-bottom-0 {
  bottom: 0px;
}
.tw-bottom-1 {
  bottom: 0.25rem;
}
.tw-bottom-2 {
  bottom: 0.5rem;
}
.tw-bottom-4 {
  bottom: 1rem;
}
.tw-bottom-5 {
  bottom: 1.25rem;
}
.tw-bottom-full {
  bottom: 100%;
}
.tw-left-0 {
  left: 0px;
}
.tw-left-1\/2 {
  left: 50%;
}
.tw-left-1\/3 {
  left: 33.333333%;
}
.tw-left-\[60px\] {
  left: 60px;
}
.tw-left-\[80px\] {
  left: 80px;
}
.tw-left-\[83\%\] {
  left: 83%;
}
.tw-left-\[90\%\] {
  left: 90%;
}
.tw-right-0 {
  right: 0px;
}
.tw-right-10 {
  right: 2.5rem;
}
.tw-right-3 {
  right: 0.75rem;
}
.tw-top-0 {
  top: 0px;
}
.tw-top-1\/2 {
  top: 50%;
}
.tw-top-16 {
  top: 4rem;
}
.tw-top-2 {
  top: 0.5rem;
}
.tw-top-20 {
  top: 5rem;
}
.tw-top-24 {
  top: 6rem;
}
.tw-top-3 {
  top: 0.75rem;
}
.tw-top-5 {
  top: 1.25rem;
}
.tw-top-96 {
  top: 24rem;
}
.tw-top-\[13rem\] {
  top: 13rem;
}
.tw-top-\[20px\] {
  top: 20px;
}
.tw-top-\[3rem\] {
  top: 3rem;
}
.tw-top-\[95px\] {
  top: 95px;
}
.tw-z-10 {
  z-index: 10;
}
.tw-z-20 {
  z-index: 20;
}
.tw-z-50 {
  z-index: 50;
}
.tw-z-\[1000\] {
  z-index: 1000;
}
.tw-z-\[1500\] {
  z-index: 1500;
}
.tw-col-span-1 {
  grid-column: span 1 / span 1;
}
.tw-col-span-2 {
  grid-column: span 2 / span 2;
}
.tw-col-span-3 {
  grid-column: span 3 / span 3;
}
.tw-col-span-4 {
  grid-column: span 4 / span 4;
}
.tw-col-span-5 {
  grid-column: span 5 / span 5;
}
.tw-col-span-6 {
  grid-column: span 6 / span 6;
}
.tw-col-span-8 {
  grid-column: span 8 / span 8;
}
.tw-col-start-1 {
  grid-column-start: 1;
}
.tw-col-start-2 {
  grid-column-start: 2;
}
.tw-float-right {
  float: right;
}
.tw-m-0 {
  margin: 0px;
}
.tw-m-0\.5 {
  margin: 0.125rem;
}
.tw-m-1 {
  margin: 0.25rem;
}
.tw-m-2 {
  margin: 0.5rem;
}
.tw-m-3 {
  margin: 0.75rem;
}
.tw-m-4 {
  margin: 1rem;
}
.tw-m-8 {
  margin: 2rem;
}
.tw-m-auto {
  margin: auto;
}
.tw-mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.tw-mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}
.tw-mx-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}
.tw-mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}
.tw-mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.tw-mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}
.tw-mx-28 {
  margin-left: 7rem;
  margin-right: 7rem;
}
.tw-mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.tw-mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.tw-mx-40 {
  margin-left: 10rem;
  margin-right: 10rem;
}
.tw-mx-44 {
  margin-left: 11rem;
  margin-right: 11rem;
}
.tw-mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.tw-mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.tw-mx-60 {
  margin-left: 15rem;
  margin-right: 15rem;
}
.tw-mx-64 {
  margin-left: 16rem;
  margin-right: 16rem;
}
.tw-mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}
.tw-mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.tw-mx-\[35px\] {
  margin-left: 35px;
  margin-right: 35px;
}
.tw-mx-\[4rem\] {
  margin-left: 4rem;
  margin-right: 4rem;
}
.tw-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.tw-my-0\.5 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}
.tw-my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.tw-my-1\.5 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
.tw-my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.tw-my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.tw-my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.tw-my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.tw-my-3\.5 {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}
.tw-my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.tw-my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.tw-my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.tw-my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.tw-my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.tw-my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.-tw-mb-2 {
  margin-bottom: -0.5rem;
}
.-tw-mb-6 {
  margin-bottom: -1.5rem;
}
.-tw-mb-80 {
  margin-bottom: -20rem;
}
.-tw-ml-1 {
  margin-left: -0.25rem;
}
.-tw-ml-12 {
  margin-left: -3rem;
}
.-tw-ml-14 {
  margin-left: -3.5rem;
}
.-tw-ml-16 {
  margin-left: -4rem;
}
.-tw-ml-2 {
  margin-left: -0.5rem;
}
.-tw-ml-3\.5 {
  margin-left: -0.875rem;
}
.-tw-mr-2 {
  margin-right: -0.5rem;
}
.-tw-mr-2\.5 {
  margin-right: -0.625rem;
}
.-tw-mr-7 {
  margin-right: -1.75rem;
}
.-tw-mt-1 {
  margin-top: -0.25rem;
}
.-tw-mt-12 {
  margin-top: -3rem;
}
.-tw-mt-2 {
  margin-top: -0.5rem;
}
.-tw-mt-3 {
  margin-top: -0.75rem;
}
.-tw-mt-4 {
  margin-top: -1rem;
}
.-tw-mt-5 {
  margin-top: -1.25rem;
}
.-tw-mt-6 {
  margin-top: -1.5rem;
}
.-tw-mt-7 {
  margin-top: -1.75rem;
}
.-tw-mt-8 {
  margin-top: -2rem;
}
.tw--mb-3 {
  margin-bottom: -0.75rem;
}
.tw--mb-4 {
  margin-bottom: -1rem;
}
.tw--ml-1 {
  margin-left: -0.25rem;
}
.tw--ml-2 {
  margin-left: -0.5rem;
}
.tw--mr-2 {
  margin-right: -0.5rem;
}
.tw--mt-2 {
  margin-top: -0.5rem;
}
.tw--mt-5 {
  margin-top: -1.25rem;
}
.tw-mb-0 {
  margin-bottom: 0px;
}
.tw-mb-1 {
  margin-bottom: 0.25rem;
}
.tw-mb-1\.5 {
  margin-bottom: 0.375rem;
}
.tw-mb-10 {
  margin-bottom: 2.5rem;
}
.tw-mb-11 {
  margin-bottom: 2.75rem;
}
.tw-mb-12 {
  margin-bottom: 3rem;
}
.tw-mb-14 {
  margin-bottom: 3.5rem;
}
.tw-mb-16 {
  margin-bottom: 4rem;
}
.tw-mb-2 {
  margin-bottom: 0.5rem;
}
.tw-mb-2\.5 {
  margin-bottom: 0.625rem;
}
.tw-mb-20 {
  margin-bottom: 5rem;
}
.tw-mb-24 {
  margin-bottom: 6rem;
}
.tw-mb-28 {
  margin-bottom: 7rem;
}
.tw-mb-3 {
  margin-bottom: 0.75rem;
}
.tw-mb-3\.5 {
  margin-bottom: 0.875rem;
}
.tw-mb-4 {
  margin-bottom: 1rem;
}
.tw-mb-40 {
  margin-bottom: 10rem;
}
.tw-mb-5 {
  margin-bottom: 1.25rem;
}
.tw-mb-6 {
  margin-bottom: 1.5rem;
}
.tw-mb-7 {
  margin-bottom: 1.75rem;
}
.tw-mb-8 {
  margin-bottom: 2rem;
}
.tw-mb-9 {
  margin-bottom: 2.25rem;
}
.tw-mb-\[10px\] {
  margin-bottom: 10px;
}
.tw-mb-\[20px\] {
  margin-bottom: 20px;
}
.tw-mb-\[21px\] {
  margin-bottom: 21px;
}
.tw-mb-\[25px\] {
  margin-bottom: 25px;
}
.tw-mb-\[2rem\] {
  margin-bottom: 2rem;
}
.tw-mb-\[3rem\] {
  margin-bottom: 3rem;
}
.tw-mb-\[50px\] {
  margin-bottom: 50px;
}
.tw-mb-\[60px\] {
  margin-bottom: 60px;
}
.tw-ml-0\.5 {
  margin-left: 0.125rem;
}
.tw-ml-1 {
  margin-left: 0.25rem;
}
.tw-ml-1\.5 {
  margin-left: 0.375rem;
}
.tw-ml-10 {
  margin-left: 2.5rem;
}
.tw-ml-11 {
  margin-left: 2.75rem;
}
.tw-ml-12 {
  margin-left: 3rem;
}
.tw-ml-14 {
  margin-left: 3.5rem;
}
.tw-ml-16 {
  margin-left: 4rem;
}
.tw-ml-2 {
  margin-left: 0.5rem;
}
.tw-ml-2\.5 {
  margin-left: 0.625rem;
}
.tw-ml-20 {
  margin-left: 5rem;
}
.tw-ml-3 {
  margin-left: 0.75rem;
}
.tw-ml-36 {
  margin-left: 9rem;
}
.tw-ml-4 {
  margin-left: 1rem;
}
.tw-ml-40 {
  margin-left: 10rem;
}
.tw-ml-48 {
  margin-left: 12rem;
}
.tw-ml-5 {
  margin-left: 1.25rem;
}
.tw-ml-52 {
  margin-left: 13rem;
}
.tw-ml-56 {
  margin-left: 14rem;
}
.tw-ml-6 {
  margin-left: 1.5rem;
}
.tw-ml-7 {
  margin-left: 1.75rem;
}
.tw-ml-72 {
  margin-left: 18rem;
}
.tw-ml-8 {
  margin-left: 2rem;
}
.tw-ml-\[1\.5\%\] {
  margin-left: 1.5%;
}
.tw-ml-\[10px\] {
  margin-left: 10px;
}
.tw-ml-\[10rem\] {
  margin-left: 10rem;
}
.tw-ml-\[2\.5rem\] {
  margin-left: 2.5rem;
}
.tw-ml-\[20px\] {
  margin-left: 20px;
}
.tw-ml-\[26px\] {
  margin-left: 26px;
}
.tw-ml-\[30px\] {
  margin-left: 30px;
}
.tw-ml-\[4rem\] {
  margin-left: 4rem;
}
.tw-ml-\[5rem\] {
  margin-left: 5rem;
}
.tw-ml-\[8px\] {
  margin-left: 8px;
}
.tw-ml-\[rem\] {
  margin-left: rem;
}
.tw-ml-auto {
  margin-left: auto;
}
.tw-mr-0 {
  margin-right: 0px;
}
.tw-mr-0\.5 {
  margin-right: 0.125rem;
}
.tw-mr-1 {
  margin-right: 0.25rem;
}
.tw-mr-1\.5 {
  margin-right: 0.375rem;
}
.tw-mr-10 {
  margin-right: 2.5rem;
}
.tw-mr-12 {
  margin-right: 3rem;
}
.tw-mr-14 {
  margin-right: 3.5rem;
}
.tw-mr-16 {
  margin-right: 4rem;
}
.tw-mr-2 {
  margin-right: 0.5rem;
}
.tw-mr-20 {
  margin-right: 5rem;
}
.tw-mr-3 {
  margin-right: 0.75rem;
}
.tw-mr-3\.5 {
  margin-right: 0.875rem;
}
.tw-mr-36 {
  margin-right: 9rem;
}
.tw-mr-4 {
  margin-right: 1rem;
}
.tw-mr-40 {
  margin-right: 10rem;
}
.tw-mr-5 {
  margin-right: 1.25rem;
}
.tw-mr-52 {
  margin-right: 13rem;
}
.tw-mr-6 {
  margin-right: 1.5rem;
}
.tw-mr-7 {
  margin-right: 1.75rem;
}
.tw-mr-8 {
  margin-right: 2rem;
}
.tw-mr-9 {
  margin-right: 2.25rem;
}
.tw-mr-\[17rem\] {
  margin-right: 17rem;
}
.tw-mr-\[6rem\] {
  margin-right: 6rem;
}
.tw-ms-32 {
  margin-inline-start: 8rem;
}
.tw-mt-0 {
  margin-top: 0px;
}
.tw-mt-0\.5 {
  margin-top: 0.125rem;
}
.tw-mt-1 {
  margin-top: 0.25rem;
}
.tw-mt-1\.5 {
  margin-top: 0.375rem;
}
.tw-mt-10 {
  margin-top: 2.5rem;
}
.tw-mt-11 {
  margin-top: 2.75rem;
}
.tw-mt-12 {
  margin-top: 3rem;
}
.tw-mt-14 {
  margin-top: 3.5rem;
}
.tw-mt-16 {
  margin-top: 4rem;
}
.tw-mt-2 {
  margin-top: 0.5rem;
}
.tw-mt-2\.5 {
  margin-top: 0.625rem;
}
.tw-mt-20 {
  margin-top: 5rem;
}
.tw-mt-24 {
  margin-top: 6rem;
}
.tw-mt-28 {
  margin-top: 7rem;
}
.tw-mt-3 {
  margin-top: 0.75rem;
}
.tw-mt-3\.5 {
  margin-top: 0.875rem;
}
.tw-mt-36 {
  margin-top: 9rem;
}
.tw-mt-4 {
  margin-top: 1rem;
}
.tw-mt-40 {
  margin-top: 10rem;
}
.tw-mt-5 {
  margin-top: 1.25rem;
}
.tw-mt-6 {
  margin-top: 1.5rem;
}
.tw-mt-7 {
  margin-top: 1.75rem;
}
.tw-mt-8 {
  margin-top: 2rem;
}
.tw-mt-80 {
  margin-top: 20rem;
}
.tw-mt-9 {
  margin-top: 2.25rem;
}
.tw-mt-\[1\.8px\] {
  margin-top: 1.8px;
}
.tw-mt-\[10px\] {
  margin-top: 10px;
}
.tw-mt-\[13rem\] {
  margin-top: 13rem;
}
.tw-mt-\[15px\] {
  margin-top: 15px;
}
.tw-mt-\[2rem\] {
  margin-top: 2rem;
}
.tw-mt-\[340px\] {
  margin-top: 340px;
}
.tw-mt-\[34px\] {
  margin-top: 34px;
}
.tw-mt-\[35px\] {
  margin-top: 35px;
}
.tw-mt-\[40px\] {
  margin-top: 40px;
}
.tw-mt-\[50px\] {
  margin-top: 50px;
}
.tw-mt-\[60px\] {
  margin-top: 60px;
}
.tw-mt-\[6rem\] {
  margin-top: 6rem;
}
.tw-mt-\[7\.5rem\] {
  margin-top: 7.5rem;
}
.tw-mt-\[74px\] {
  margin-top: 74px;
}
.tw-box-border {
  box-sizing: border-box;
}
.tw-line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.tw-block {
  display: block;
}
.tw-flex {
  display: flex;
}
.tw-inline-flex {
  display: inline-flex;
}
.tw-grid {
  display: grid;
}
.tw-hidden {
  display: none;
}
.tw-aspect-\[1\.08\] {
  aspect-ratio: 1.08;
}
.tw-aspect-\[1\.11\] {
  aspect-ratio: 1.11;
}
.tw-aspect-\[1\.16\] {
  aspect-ratio: 1.16;
}
.tw-aspect-\[1\.43\] {
  aspect-ratio: 1.43;
}
.tw-aspect-\[10\] {
  aspect-ratio: 10;
}
.tw-aspect-\[2\.17\] {
  aspect-ratio: 2.17;
}
.tw-aspect-\[3\.45\] {
  aspect-ratio: 3.45;
}
.tw-aspect-\[4\.17\] {
  aspect-ratio: 4.17;
}
.tw-aspect-\[4\.19\] {
  aspect-ratio: 4.19;
}
.tw-aspect-\[4\.35\] {
  aspect-ratio: 4.35;
}
.tw-aspect-\[5\.26\] {
  aspect-ratio: 5.26;
}
.tw-aspect-square {
  aspect-ratio: 1 / 1;
}
.tw-h-0 {
  height: 0px;
}
.tw-h-1 {
  height: 0.25rem;
}
.tw-h-10 {
  height: 2.5rem;
}
.tw-h-12 {
  height: 3rem;
}
.tw-h-16 {
  height: 4rem;
}
.tw-h-2 {
  height: 0.5rem;
}
.tw-h-2\/3 {
  height: 66.666667%;
}
.tw-h-20 {
  height: 5rem;
}
.tw-h-24 {
  height: 6rem;
}
.tw-h-28 {
  height: 7rem;
}
.tw-h-32 {
  height: 8rem;
}
.tw-h-36 {
  height: 9rem;
}
.tw-h-4 {
  height: 1rem;
}
.tw-h-4\/5 {
  height: 80%;
}
.tw-h-40 {
  height: 10rem;
}
.tw-h-44 {
  height: 11rem;
}
.tw-h-48 {
  height: 12rem;
}
.tw-h-5 {
  height: 1.25rem;
}
.tw-h-5\/6 {
  height: 83.333333%;
}
.tw-h-6 {
  height: 1.5rem;
}
.tw-h-64 {
  height: 16rem;
}
.tw-h-7 {
  height: 1.75rem;
}
.tw-h-72 {
  height: 18rem;
}
.tw-h-8 {
  height: 2rem;
}
.tw-h-80 {
  height: 20rem;
}
.tw-h-\[\"1000px\"\] {
  height: "1000px";
}
.tw-h-\[100\%\] {
  height: 100%;
}
.tw-h-\[110px\] {
  height: 110px;
}
.tw-h-\[120px\] {
  height: 120px;
}
.tw-h-\[134px\] {
  height: 134px;
}
.tw-h-\[140px\] {
  height: 140px;
}
.tw-h-\[160px\] {
  height: 160px;
}
.tw-h-\[166px\] {
  height: 166px;
}
.tw-h-\[16px\] {
  height: 16px;
}
.tw-h-\[170px\] {
  height: 170px;
}
.tw-h-\[195px\] {
  height: 195px;
}
.tw-h-\[1px\] {
  height: 1px;
}
.tw-h-\[200px\] {
  height: 200px;
}
.tw-h-\[20px\] {
  height: 20px;
}
.tw-h-\[20vh\] {
  height: 20vh;
}
.tw-h-\[24px\] {
  height: 24px;
}
.tw-h-\[25\%\] {
  height: 25%;
}
.tw-h-\[271px\] {
  height: 271px;
}
.tw-h-\[286px\] {
  height: 286px;
}
.tw-h-\[28px\] {
  height: 28px;
}
.tw-h-\[28vh\] {
  height: 28vh;
}
.tw-h-\[2rem\] {
  height: 2rem;
}
.tw-h-\[30vh\] {
  height: 30vh;
}
.tw-h-\[310px\] {
  height: 310px;
}
.tw-h-\[320px\] {
  height: 320px;
}
.tw-h-\[330px\] {
  height: 330px;
}
.tw-h-\[339px\] {
  height: 339px;
}
.tw-h-\[34px\] {
  height: 34px;
}
.tw-h-\[350px\] {
  height: 350px;
}
.tw-h-\[370px\] {
  height: 370px;
}
.tw-h-\[380px\] {
  height: 380px;
}
.tw-h-\[385px\] {
  height: 385px;
}
.tw-h-\[38px\] {
  height: 38px;
}
.tw-h-\[39vh\] {
  height: 39vh;
}
.tw-h-\[3rem\] {
  height: 3rem;
}
.tw-h-\[4\.3vh\] {
  height: 4.3vh;
}
.tw-h-\[400px\] {
  height: 400px;
}
.tw-h-\[40px\] {
  height: 40px;
}
.tw-h-\[40vh\] {
  height: 40vh;
}
.tw-h-\[43\.05px\] {
  height: 43.05px;
}
.tw-h-\[44px\] {
  height: 44px;
}
.tw-h-\[47vh\] {
  height: 47vh;
}
.tw-h-\[48px\] {
  height: 48px;
}
.tw-h-\[5\.5vh\] {
  height: 5.5vh;
}
.tw-h-\[500px\] {
  height: 500px;
}
.tw-h-\[50px\] {
  height: 50px;
}
.tw-h-\[50vh\] {
  height: 50vh;
}
.tw-h-\[520px\] {
  height: 520px;
}
.tw-h-\[548px\] {
  height: 548px;
}
.tw-h-\[54px\] {
  height: 54px;
}
.tw-h-\[550px\] {
  height: 550px;
}
.tw-h-\[55px\] {
  height: 55px;
}
.tw-h-\[58vh\] {
  height: 58vh;
}
.tw-h-\[590px\] {
  height: 590px;
}
.tw-h-\[5rem\] {
  height: 5rem;
}
.tw-h-\[5vh\] {
  height: 5vh;
}
.tw-h-\[6\.2vh\] {
  height: 6.2vh;
}
.tw-h-\[600px\] {
  height: 600px;
}
.tw-h-\[60px\] {
  height: 60px;
}
.tw-h-\[60vh\] {
  height: 60vh;
}
.tw-h-\[635px\] {
  height: 635px;
}
.tw-h-\[640px\] {
  height: 640px;
}
.tw-h-\[64px\] {
  height: 64px;
}
.tw-h-\[68px\] {
  height: 68px;
}
.tw-h-\[68vh\] {
  height: 68vh;
}
.tw-h-\[691px\] {
  height: 691px;
}
.tw-h-\[69vh\] {
  height: 69vh;
}
.tw-h-\[6vh\] {
  height: 6vh;
}
.tw-h-\[700px\] {
  height: 700px;
}
.tw-h-\[70vh\] {
  height: 70vh;
}
.tw-h-\[72px\] {
  height: 72px;
}
.tw-h-\[735px\] {
  height: 735px;
}
.tw-h-\[73vh\] {
  height: 73vh;
}
.tw-h-\[75vh\] {
  height: 75vh;
}
.tw-h-\[78px\] {
  height: 78px;
}
.tw-h-\[7vh\] {
  height: 7vh;
}
.tw-h-\[80px\] {
  height: 80px;
}
.tw-h-\[80vh\] {
  height: 80vh;
}
.tw-h-\[825px\] {
  height: 825px;
}
.tw-h-\[84vh\] {
  height: 84vh;
}
.tw-h-\[85px\] {
  height: 85px;
}
.tw-h-\[87vh\] {
  height: 87vh;
}
.tw-h-\[88vh\] {
  height: 88vh;
}
.tw-h-\[90\%\] {
  height: 90%;
}
.tw-h-\[90vh\] {
  height: 90vh;
}
.tw-h-\[92px\] {
  height: 92px;
}
.tw-h-\[9px\] {
  height: 9px;
}
.tw-h-\[calc\(100vh-120px\)\] {
  height: calc(100vh - 120px);
}
.tw-h-\[calc\(100vh-145px\)\] {
  height: calc(100vh - 145px);
}
.tw-h-\[calc\(100vh-170px\)\] {
  height: calc(100vh - 170px);
}
.tw-h-\[calc\(100vh-297px\)\] {
  height: calc(100vh - 297px);
}
.tw-h-\[calc\(20vh\)\] {
  height: calc(20vh);
}
.tw-h-\[fit-content\] {
  height: -moz-fit-content;
  height: fit-content;
}
.tw-h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.tw-h-full {
  height: 100%;
}
.tw-h-max {
  height: -moz-max-content;
  height: max-content;
}
.tw-h-px {
  height: 1px;
}
.tw-h-screen {
  height: 100vh;
}
.tw-max-h-32 {
  max-height: 8rem;
}
.tw-max-h-40 {
  max-height: 10rem;
}
.tw-max-h-72 {
  max-height: 18rem;
}
.tw-max-h-\[100px\] {
  max-height: 100px;
}
.tw-max-h-\[300px\] {
  max-height: 300px;
}
.tw-max-h-\[40vh\] {
  max-height: 40vh;
}
.tw-max-h-\[60vh\] {
  max-height: 60vh;
}
.tw-max-h-\[68vh\] {
  max-height: 68vh;
}
.tw-max-h-\[75vh\] {
  max-height: 75vh;
}
.tw-max-h-\[80vh\] {
  max-height: 80vh;
}
.tw-max-h-full {
  max-height: 100%;
}
.tw-min-h-\[83px\] {
  min-height: 83px;
}
.tw-w-1\/12 {
  width: 8.333333%;
}
.tw-w-1\/2 {
  width: 50%;
}
.tw-w-1\/3 {
  width: 33.333333%;
}
.tw-w-1\/4 {
  width: 25%;
}
.tw-w-1\/5 {
  width: 20%;
}
.tw-w-1\/6 {
  width: 16.666667%;
}
.tw-w-10 {
  width: 2.5rem;
}
.tw-w-10\/12 {
  width: 83.333333%;
}
.tw-w-11 {
  width: 2.75rem;
}
.tw-w-11\/12 {
  width: 91.666667%;
}
.tw-w-12 {
  width: 3rem;
}
.tw-w-16 {
  width: 4rem;
}
.tw-w-2\/3 {
  width: 66.666667%;
}
.tw-w-2\/4 {
  width: 50%;
}
.tw-w-2\/5 {
  width: 40%;
}
.tw-w-2\/6 {
  width: 33.333333%;
}
.tw-w-24 {
  width: 6rem;
}
.tw-w-28 {
  width: 7rem;
}
.tw-w-3\.5 {
  width: 0.875rem;
}
.tw-w-3\/12 {
  width: 25%;
}
.tw-w-3\/4 {
  width: 75%;
}
.tw-w-3\/5 {
  width: 60%;
}
.tw-w-32 {
  width: 8rem;
}
.tw-w-4 {
  width: 1rem;
}
.tw-w-4\/12 {
  width: 33.333333%;
}
.tw-w-4\/5 {
  width: 80%;
}
.tw-w-40 {
  width: 10rem;
}
.tw-w-48 {
  width: 12rem;
}
.tw-w-5 {
  width: 1.25rem;
}
.tw-w-5\/12 {
  width: 41.666667%;
}
.tw-w-5\/6 {
  width: 83.333333%;
}
.tw-w-500 {
  width: 500px;
}
.tw-w-56 {
  width: 14rem;
}
.tw-w-6 {
  width: 1.5rem;
}
.tw-w-6\/12 {
  width: 50%;
}
.tw-w-60 {
  width: 15rem;
}
.tw-w-64 {
  width: 16rem;
}
.tw-w-7\/12 {
  width: 58.333333%;
}
.tw-w-72 {
  width: 18rem;
}
.tw-w-8 {
  width: 2rem;
}
.tw-w-8\/12 {
  width: 66.666667%;
}
.tw-w-80 {
  width: 20rem;
}
.tw-w-9\/12 {
  width: 75%;
}
.tw-w-96 {
  width: 24rem;
}
.tw-w-\[100\%\] {
  width: 100%;
}
.tw-w-\[100px\] {
  width: 100px;
}
.tw-w-\[1037px\] {
  width: 1037px;
}
.tw-w-\[1050px\] {
  width: 1050px;
}
.tw-w-\[106px\] {
  width: 106px;
}
.tw-w-\[107px\] {
  width: 107px;
}
.tw-w-\[1209px\] {
  width: 1209px;
}
.tw-w-\[130px\] {
  width: 130px;
}
.tw-w-\[140px\] {
  width: 140px;
}
.tw-w-\[150px\] {
  width: 150px;
}
.tw-w-\[153px\] {
  width: 153px;
}
.tw-w-\[165px\] {
  width: 165px;
}
.tw-w-\[167px\] {
  width: 167px;
}
.tw-w-\[170px\] {
  width: 170px;
}
.tw-w-\[185px\] {
  width: 185px;
}
.tw-w-\[187px\] {
  width: 187px;
}
.tw-w-\[194px\] {
  width: 194px;
}
.tw-w-\[20\%\] {
  width: 20%;
}
.tw-w-\[200px\] {
  width: 200px;
}
.tw-w-\[203px\] {
  width: 203px;
}
.tw-w-\[20px\] {
  width: 20px;
}
.tw-w-\[22rem\] {
  width: 22rem;
}
.tw-w-\[23rem\] {
  width: 23rem;
}
.tw-w-\[240px\] {
  width: 240px;
}
.tw-w-\[24px\] {
  width: 24px;
}
.tw-w-\[25\%\] {
  width: 25%;
}
.tw-w-\[250px\] {
  width: 250px;
}
.tw-w-\[25vw\] {
  width: 25vw;
}
.tw-w-\[26rem\] {
  width: 26rem;
}
.tw-w-\[28\%\] {
  width: 28%;
}
.tw-w-\[288px\] {
  width: 288px;
}
.tw-w-\[28px\] {
  width: 28px;
}
.tw-w-\[29\%\] {
  width: 29%;
}
.tw-w-\[290px\] {
  width: 290px;
}
.tw-w-\[30\%\] {
  width: 30%;
}
.tw-w-\[300px\] {
  width: 300px;
}
.tw-w-\[301px\] {
  width: 301px;
}
.tw-w-\[303px\] {
  width: 303px;
}
.tw-w-\[310px\] {
  width: 310px;
}
.tw-w-\[316px\] {
  width: 316px;
}
.tw-w-\[322px\] {
  width: 322px;
}
.tw-w-\[326px\] {
  width: 326px;
}
.tw-w-\[340px\] {
  width: 340px;
}
.tw-w-\[345px\] {
  width: 345px;
}
.tw-w-\[352px\] {
  width: 352px;
}
.tw-w-\[360px\] {
  width: 360px;
}
.tw-w-\[364px\] {
  width: 364px;
}
.tw-w-\[37\%\] {
  width: 37%;
}
.tw-w-\[373px\] {
  width: 373px;
}
.tw-w-\[390px\] {
  width: 390px;
}
.tw-w-\[40\%\] {
  width: 40%;
}
.tw-w-\[400px\] {
  width: 400px;
}
.tw-w-\[40px\] {
  width: 40px;
}
.tw-w-\[40rem\] {
  width: 40rem;
}
.tw-w-\[411px\] {
  width: 411px;
}
.tw-w-\[414px\] {
  width: 414px;
}
.tw-w-\[415px\] {
  width: 415px;
}
.tw-w-\[43\%\] {
  width: 43%;
}
.tw-w-\[43\.05px\] {
  width: 43.05px;
}
.tw-w-\[45\%\] {
  width: 45%;
}
.tw-w-\[460px\] {
  width: 460px;
}
.tw-w-\[463px\] {
  width: 463px;
}
.tw-w-\[47\%\] {
  width: 47%;
}
.tw-w-\[47px\] {
  width: 47px;
}
.tw-w-\[488px\] {
  width: 488px;
}
.tw-w-\[50\%\] {
  width: 50%;
}
.tw-w-\[50px\] {
  width: 50px;
}
.tw-w-\[520px\] {
  width: 520px;
}
.tw-w-\[57\%\] {
  width: 57%;
}
.tw-w-\[595px\] {
  width: 595px;
}
.tw-w-\[60\%\] {
  width: 60%;
}
.tw-w-\[600px\] {
  width: 600px;
}
.tw-w-\[610px\] {
  width: 610px;
}
.tw-w-\[61px\] {
  width: 61px;
}
.tw-w-\[63\%\] {
  width: 63%;
}
.tw-w-\[65\%\] {
  width: 65%;
}
.tw-w-\[69px\] {
  width: 69px;
}
.tw-w-\[71\%\] {
  width: 71%;
}
.tw-w-\[72\%\] {
  width: 72%;
}
.tw-w-\[720px\] {
  width: 720px;
}
.tw-w-\[72\] {
  width: 72;
}
.tw-w-\[73px\] {
  width: 73px;
}
.tw-w-\[747px\] {
  width: 747px;
}
.tw-w-\[752px\] {
  width: 752px;
}
.tw-w-\[794px\] {
  width: 794px;
}
.tw-w-\[80\%\] {
  width: 80%;
}
.tw-w-\[80px\] {
  width: 80px;
}
.tw-w-\[817px\] {
  width: 817px;
}
.tw-w-\[81px\] {
  width: 81px;
}
.tw-w-\[82\%\] {
  width: 82%;
}
.tw-w-\[85\%\] {
  width: 85%;
}
.tw-w-\[89\%\] {
  width: 89%;
}
.tw-w-\[90\%\] {
  width: 90%;
}
.tw-w-\[90px\] {
  width: 90px;
}
.tw-w-\[94\%\] {
  width: 94%;
}
.tw-w-\[95\%\] {
  width: 95%;
}
.tw-w-\[96px\] {
  width: 96px;
}
.tw-w-\[98\%\] {
  width: 98%;
}
.tw-w-\[auto\] {
  width: auto;
}
.tw-w-\[calc\(100\%\/2-16px\)\] {
  width: calc(100% / 2 - 16px);
}
.tw-w-auto {
  width: auto;
}
.tw-w-full {
  width: 100%;
}
.tw-w-max {
  width: -moz-max-content;
  width: max-content;
}
.tw-w-screen {
  width: 100vw;
}
.tw-min-w-0 {
  min-width: 0px;
}
.tw-min-w-\[100\%\] {
  min-width: 100%;
}
.tw-min-w-\[100px\] {
  min-width: 100px;
}
.tw-min-w-\[150px\] {
  min-width: 150px;
}
.tw-min-w-\[20\%\] {
  min-width: 20%;
}
.tw-min-w-\[200px\] {
  min-width: 200px;
}
.tw-min-w-\[250px\] {
  min-width: 250px;
}
.tw-min-w-\[300px\] {
  min-width: 300px;
}
.tw-min-w-\[500px\] {
  min-width: 500px;
}
.tw-min-w-\[574px\] {
  min-width: 574px;
}
.tw-min-w-\[600px\] {
  min-width: 600px;
}
.tw-min-w-\[800px\] {
  min-width: 800px;
}
.tw-min-w-full {
  min-width: 100%;
}
.tw-max-w-80 {
  max-width: 20rem;
}
.tw-max-w-\[1030px\] {
  max-width: 1030px;
}
.tw-max-w-\[1070px\] {
  max-width: 1070px;
}
.tw-max-w-\[150px\] {
  max-width: 150px;
}
.tw-max-w-\[170px\] {
  max-width: 170px;
}
.tw-max-w-\[200px\] {
  max-width: 200px;
}
.tw-max-w-\[280px\] {
  max-width: 280px;
}
.tw-max-w-\[300px\] {
  max-width: 300px;
}
.tw-max-w-\[377px\] {
  max-width: 377px;
}
.tw-max-w-\[500px\] {
  max-width: 500px;
}
.tw-max-w-\[60vw\] {
  max-width: 60vw;
}
.tw-max-w-full {
  max-width: 100%;
}
.tw-max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}
.tw-max-w-screen-xl {
  max-width: 1280px;
}
.tw-max-w-sm {
  max-width: 24rem;
}
.tw-flex-1 {
  flex: 1 1 0%;
}
.tw-flex-auto {
  flex: 1 1 auto;
}
.tw-shrink-0 {
  flex-shrink: 0;
}
.tw-flex-grow {
  flex-grow: 1;
}
.tw-grow {
  flex-grow: 1;
}
.tw--translate-x-1 {
  --tw-translate-x: -0.25rem;
  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));
}
.tw--translate-x-1\/2 {
  --tw-translate-x: -50%;
  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));
}
.tw--translate-x-8 {
  --tw-translate-x: -2rem;
  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));
}
.tw--translate-y-1\/2 {
  --tw-translate-y: -50%;
  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));
}
.tw-translate-y-\[-300px\] {
  --tw-translate-y: -300px;
  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));
}
.tw--rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-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));
}
.tw-cursor-default {
  cursor: default;
}
.tw-cursor-not-allowed {
  cursor: not-allowed;
}
.tw-cursor-pointer {
  cursor: pointer;
}
.tw-resize-none {
  resize: none;
}
.tw-grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.tw-grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.tw-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.tw-grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.tw-grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.tw-grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.tw-grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.tw-grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.tw-grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.tw-grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.tw-flex-row {
  flex-direction: row;
}
.tw-flex-row-reverse {
  flex-direction: row-reverse;
}
.tw-flex-col {
  flex-direction: column;
}
.tw-flex-col-reverse {
  flex-direction: column-reverse;
}
.tw-flex-wrap {
  flex-wrap: wrap;
}
.tw-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.tw-place-content-center {
  place-content: center;
}
.tw-place-items-center {
  place-items: center;
}
.tw-content-start {
  align-content: flex-start;
}
.tw-items-start {
  align-items: flex-start;
}
.tw-items-end {
  align-items: flex-end;
}
.tw-items-center {
  align-items: center;
}
.tw-items-baseline {
  align-items: baseline;
}
.tw-justify-start {
  justify-content: flex-start;
}
.tw-justify-end {
  justify-content: flex-end;
}
.tw-justify-center {
  justify-content: center;
}
.tw-justify-between {
  justify-content: space-between;
}
.tw-justify-around {
  justify-content: space-around;
}
.tw-justify-items-end {
  justify-items: end;
}
.tw-gap-0 {
  gap: 0px;
}
.tw-gap-0\.5 {
  gap: 0.125rem;
}
.tw-gap-1 {
  gap: 0.25rem;
}
.tw-gap-1\.5 {
  gap: 0.375rem;
}
.tw-gap-10 {
  gap: 2.5rem;
}
.tw-gap-12 {
  gap: 3rem;
}
.tw-gap-14 {
  gap: 3.5rem;
}
.tw-gap-16 {
  gap: 4rem;
}
.tw-gap-2 {
  gap: 0.5rem;
}
.tw-gap-2\.5 {
  gap: 0.625rem;
}
.tw-gap-20 {
  gap: 5rem;
}
.tw-gap-28 {
  gap: 7rem;
}
.tw-gap-3 {
  gap: 0.75rem;
}
.tw-gap-3\.5 {
  gap: 0.875rem;
}
.tw-gap-32 {
  gap: 8rem;
}
.tw-gap-4 {
  gap: 1rem;
}
.tw-gap-5 {
  gap: 1.25rem;
}
.tw-gap-52 {
  gap: 13rem;
}
.tw-gap-6 {
  gap: 1.5rem;
}
.tw-gap-7 {
  gap: 1.75rem;
}
.tw-gap-8 {
  gap: 2rem;
}
.tw-gap-\[15px\] {
  gap: 15px;
}
.tw-gap-\[25px\] {
  gap: 25px;
}
.tw-gap-\[270px\] {
  gap: 270px;
}
.tw-gap-\[30\%\] {
  gap: 30%;
}
.tw-gap-\[5rem\] {
  gap: 5rem;
}
.tw-gap-\[70px\] {
  gap: 70px;
}
.tw-gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.tw-gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.tw-gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.tw-gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.tw-gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.tw-gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.tw-gap-x-\[4px\] {
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.tw-gap-y-1 {
  row-gap: 0.25rem;
}
.tw-gap-y-16 {
  row-gap: 4rem;
}
.tw-gap-y-4 {
  row-gap: 1rem;
}
.tw-gap-y-5 {
  row-gap: 1.25rem;
}
.tw-space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.tw-space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.tw-space-x-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(18rem * var(--tw-space-x-reverse));
  margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
}
.tw-space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.tw-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));
}
.tw-divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.tw-divide-\[\"\#D0D5DD\"\] > :not([hidden]) ~ :not([hidden]) {
  border-color: "#D0D5DD";
}
.tw-divide-\[\#D0D5DD\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-divide-opacity, 1));
}
.tw-place-self-end {
  place-self: end;
}
.tw-place-self-center {
  place-self: center;
}
.tw-self-start {
  align-self: flex-start;
}
.tw-self-end {
  align-self: flex-end;
}
.tw-self-center {
  align-self: center;
}
.tw-self-stretch {
  align-self: stretch;
}
.tw-overflow-auto {
  overflow: auto;
}
.tw-overflow-hidden {
  overflow: hidden;
}
.tw-overflow-scroll {
  overflow: scroll;
}
.tw-overflow-x-auto {
  overflow-x: auto;
}
.tw-overflow-y-auto {
  overflow-y: auto;
}
.tw-overflow-y-scroll {
  overflow-y: scroll;
}
.tw-scroll-smooth {
  scroll-behavior: smooth;
}
.tw-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tw-text-ellipsis {
  text-overflow: ellipsis;
}
.tw-whitespace-normal {
  white-space: normal;
}
.tw-whitespace-nowrap {
  white-space: nowrap;
}
.tw-text-wrap {
  text-wrap: wrap;
}
.tw-text-nowrap {
  text-wrap: nowrap;
}
.tw-text-balance {
  text-wrap: balance;
}
.tw-text-pretty {
  text-wrap: pretty;
}
.tw-break-normal {
  overflow-wrap: normal;
  word-break: normal;
}
.tw-break-words {
  overflow-wrap: break-word;
}
.tw-break-keep {
  word-break: keep-all;
}
.tw-rounded {
  border-radius: 0.25rem;
}
.tw-rounded-2xl {
  border-radius: 1rem;
}
.tw-rounded-3xl {
  border-radius: 1.5rem;
}
.tw-rounded-\[4px\] {
  border-radius: 4px;
}
.tw-rounded-\[8px\] {
  border-radius: 8px;
}
.tw-rounded-full {
  border-radius: 9999px;
}
.tw-rounded-lg {
  border-radius: 0.5rem;
}
.tw-rounded-md {
  border-radius: 0.375rem;
}
.tw-rounded-sm {
  border-radius: 0.125rem;
}
.tw-rounded-xl {
  border-radius: 0.75rem;
}
.tw-rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.tw-rounded-l-xl {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.tw-rounded-bl-\[8px\] {
  border-bottom-left-radius: 8px;
}
.tw-rounded-br-\[8px\] {
  border-bottom-right-radius: 8px;
}
.tw-rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}
.tw-rounded-tl-\[4px\] {
  border-top-left-radius: 4px;
}
.tw-rounded-tl-\[8px\] {
  border-top-left-radius: 8px;
}
.tw-rounded-tr-\[8px\] {
  border-top-right-radius: 8px;
}
.tw-border {
  border-width: 1px;
}
.tw-border-0 {
  border-width: 0px;
}
.tw-border-1 {
  border-width: 1px;
}
.tw-border-2 {
  border-width: 2px;
}
.tw-border-\[0\.5px\] {
  border-width: 0.5px;
}
.tw-border-\[2\.5px\] {
  border-width: 2.5px;
}
.tw-border-b {
  border-bottom-width: 1px;
}
.tw-border-b-1 {
  border-bottom-width: 1px;
}
.tw-border-b-2 {
  border-bottom-width: 2px;
}
.tw-border-b-4 {
  border-bottom-width: 4px;
}
.tw-border-l {
  border-left-width: 1px;
}
.tw-border-r {
  border-right-width: 1px;
}
.tw-border-r-1 {
  border-right-width: 1px;
}
.tw-border-r-2 {
  border-right-width: 2px;
}
.tw-border-t {
  border-top-width: 1px;
}
.tw-border-t-1 {
  border-top-width: 1px;
}
.tw-border-t-2 {
  border-top-width: 2px;
}
.tw-border-solid {
  border-style: solid;
}
.tw-border-none {
  border-style: none;
}
.tw-border-\[\#008EEF\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 142 239 / var(--tw-border-opacity, 1));
}
.tw-border-\[\#095AD3\] {
  --tw-border-opacity: 1;
  border-color: rgb(9 90 211 / var(--tw-border-opacity, 1));
}
.tw-border-\[\#095ad3\] {
  --tw-border-opacity: 1;
  border-color: rgb(9 90 211 / var(--tw-border-opacity, 1));
}
.tw-border-\[\#D0D5DD\] {
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity, 1));
}
.tw-border-\[\#D0D5D\] {
  border-color: #D0D5D;
}
.tw-border-\[\#D0DCE4\] {
  --tw-border-opacity: 1;
  border-color: rgb(208 220 228 / var(--tw-border-opacity, 1));
}
.tw-border-\[\#EAECF0\] {
  --tw-border-opacity: 1;
  border-color: rgb(234 236 240 / var(--tw-border-opacity, 1));
}
.tw-border-\[\#FFEAAC\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 234 172 / var(--tw-border-opacity, 1));
}
.tw-border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.tw-border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}
.tw-border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.tw-border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.tw-border-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.tw-border-inherit {
  border-color: inherit;
}
.tw-border-transparent {
  border-color: transparent;
}
.tw-border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.tw-border-b-\[\#0C5CD3\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(12 92 211 / var(--tw-border-opacity, 1));
}
.tw-border-l-iconBorders {
  --tw-border-opacity: 1;
  border-left-color: rgb(234 236 240 / var(--tw-border-opacity, 1));
}
.tw-bg-\[\#095AD314\] {
  background-color: #095AD314;
}
.tw-bg-\[\#095AD3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(9 90 211 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#095ad3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(9 90 211 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#101828\] {
  --tw-bg-opacity: 1;
  background-color: rgb(16 24 40 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#667085\] {
  --tw-bg-opacity: 1;
  background-color: rgb(102 112 133 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#D0DCE4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(208 220 228 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#E6EFFB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(230 239 251 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#EAECF0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 236 240 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#ECFDF3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 243 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#F2F4F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#F9FAFB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#FEF3F2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 242 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#FFFBFA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 250 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#FFFFFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.tw-bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}
.tw-bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.tw-bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.tw-bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}
.tw-bg-emerald-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}
.tw-bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.tw-bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.tw-bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.tw-bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.tw-bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.tw-bg-inherit {
  background-color: inherit;
}
.tw-bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.tw-bg-sky-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}
.tw-bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
.tw-bg-transparent {
  background-color: transparent;
}
.tw-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.tw-bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}
.tw-fill-red-500 {
  fill: #ef4444;
}
.tw-object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.tw-object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.tw-p-0 {
  padding: 0px;
}
.tw-p-0\.5 {
  padding: 0.125rem;
}
.tw-p-1 {
  padding: 0.25rem;
}
.tw-p-1\.5 {
  padding: 0.375rem;
}
.tw-p-10 {
  padding: 2.5rem;
}
.tw-p-12 {
  padding: 3rem;
}
.tw-p-2 {
  padding: 0.5rem;
}
.tw-p-3 {
  padding: 0.75rem;
}
.tw-p-3\.5 {
  padding: 0.875rem;
}
.tw-p-4 {
  padding: 1rem;
}
.tw-p-5 {
  padding: 1.25rem;
}
.tw-p-6 {
  padding: 1.5rem;
}
.tw-p-7 {
  padding: 1.75rem;
}
.tw-p-8 {
  padding: 2rem;
}
.tw-p-\[1px\] {
  padding: 1px;
}
.tw-p-\[7px\] {
  padding: 7px;
}
.tw-p-\[8px\] {
  padding: 8px;
}
.tw-px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.tw-px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.tw-px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.tw-px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.tw-px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.tw-px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.tw-px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.tw-px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.tw-px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.tw-px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.tw-px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.tw-px-36 {
  padding-left: 9rem;
  padding-right: 9rem;
}
.tw-px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.tw-px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.tw-px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.tw-px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.tw-px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.tw-px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.tw-px-\[180px\] {
  padding-left: 180px;
  padding-right: 180px;
}
.tw-px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}
.tw-px-\[22px\] {
  padding-left: 22px;
  padding-right: 22px;
}
.tw-px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}
.tw-px-\[320px\] {
  padding-left: 320px;
  padding-right: 320px;
}
.tw-py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.tw-py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.tw-py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.tw-py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.tw-py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.tw-py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}
.tw-py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.tw-py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.tw-py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.tw-py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.tw-py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.tw-py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.tw-py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.tw-py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.tw-py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}
.tw-py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.tw-py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.tw-py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.tw-py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.tw-py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.tw-py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.tw-py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.tw-py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.tw-py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.tw-py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}
.tw-pb-0 {
  padding-bottom: 0px;
}
.tw-pb-1 {
  padding-bottom: 0.25rem;
}
.tw-pb-10 {
  padding-bottom: 2.5rem;
}
.tw-pb-12 {
  padding-bottom: 3rem;
}
.tw-pb-16 {
  padding-bottom: 4rem;
}
.tw-pb-2 {
  padding-bottom: 0.5rem;
}
.tw-pb-2\.5 {
  padding-bottom: 0.625rem;
}
.tw-pb-20 {
  padding-bottom: 5rem;
}
.tw-pb-24 {
  padding-bottom: 6rem;
}
.tw-pb-28 {
  padding-bottom: 7rem;
}
.tw-pb-3 {
  padding-bottom: 0.75rem;
}
.tw-pb-4 {
  padding-bottom: 1rem;
}
.tw-pb-5 {
  padding-bottom: 1.25rem;
}
.tw-pb-6 {
  padding-bottom: 1.5rem;
}
.tw-pb-8 {
  padding-bottom: 2rem;
}
.tw-pb-9 {
  padding-bottom: 2.25rem;
}
.tw-pb-\[20px\] {
  padding-bottom: 20px;
}
.tw-pb-\[3px\] {
  padding-bottom: 3px;
}
.tw-pb-\[3rem\] {
  padding-bottom: 3rem;
}
.tw-pl-1 {
  padding-left: 0.25rem;
}
.tw-pl-10 {
  padding-left: 2.5rem;
}
.tw-pl-12 {
  padding-left: 3rem;
}
.tw-pl-14 {
  padding-left: 3.5rem;
}
.tw-pl-16 {
  padding-left: 4rem;
}
.tw-pl-2 {
  padding-left: 0.5rem;
}
.tw-pl-2\.5 {
  padding-left: 0.625rem;
}
.tw-pl-20 {
  padding-left: 5rem;
}
.tw-pl-24 {
  padding-left: 6rem;
}
.tw-pl-28 {
  padding-left: 7rem;
}
.tw-pl-3 {
  padding-left: 0.75rem;
}
.tw-pl-32 {
  padding-left: 8rem;
}
.tw-pl-4 {
  padding-left: 1rem;
}
.tw-pl-5 {
  padding-left: 1.25rem;
}
.tw-pl-6 {
  padding-left: 1.5rem;
}
.tw-pl-64 {
  padding-left: 16rem;
}
.tw-pl-7 {
  padding-left: 1.75rem;
}
.tw-pl-8 {
  padding-left: 2rem;
}
.tw-pl-\[7px\] {
  padding-left: 7px;
}
.tw-pr-10 {
  padding-right: 2.5rem;
}
.tw-pr-14 {
  padding-right: 3.5rem;
}
.tw-pr-16 {
  padding-right: 4rem;
}
.tw-pr-2 {
  padding-right: 0.5rem;
}
.tw-pr-2\.5 {
  padding-right: 0.625rem;
}
.tw-pr-20 {
  padding-right: 5rem;
}
.tw-pr-3 {
  padding-right: 0.75rem;
}
.tw-pr-3\.5 {
  padding-right: 0.875rem;
}
.tw-pr-4 {
  padding-right: 1rem;
}
.tw-pr-5 {
  padding-right: 1.25rem;
}
.tw-pr-6 {
  padding-right: 1.5rem;
}
.tw-pr-8 {
  padding-right: 2rem;
}
.tw-pr-9 {
  padding-right: 2.25rem;
}
.tw-pt-0 {
  padding-top: 0px;
}
.tw-pt-0\.5 {
  padding-top: 0.125rem;
}
.tw-pt-1 {
  padding-top: 0.25rem;
}
.tw-pt-1\.5 {
  padding-top: 0.375rem;
}
.tw-pt-10 {
  padding-top: 2.5rem;
}
.tw-pt-11 {
  padding-top: 2.75rem;
}
.tw-pt-12 {
  padding-top: 3rem;
}
.tw-pt-14 {
  padding-top: 3.5rem;
}
.tw-pt-16 {
  padding-top: 4rem;
}
.tw-pt-2 {
  padding-top: 0.5rem;
}
.tw-pt-2\.5 {
  padding-top: 0.625rem;
}
.tw-pt-20 {
  padding-top: 5rem;
}
.tw-pt-28 {
  padding-top: 7rem;
}
.tw-pt-3 {
  padding-top: 0.75rem;
}
.tw-pt-3\.5 {
  padding-top: 0.875rem;
}
.tw-pt-4 {
  padding-top: 1rem;
}
.tw-pt-44 {
  padding-top: 11rem;
}
.tw-pt-5 {
  padding-top: 1.25rem;
}
.tw-pt-6 {
  padding-top: 1.5rem;
}
.tw-pt-7 {
  padding-top: 1.75rem;
}
.tw-pt-8 {
  padding-top: 2rem;
}
.tw-pt-9 {
  padding-top: 2.25rem;
}
.tw-pt-\[10px\] {
  padding-top: 10px;
}
.tw-pt-\[20px\] {
  padding-top: 20px;
}
.tw-pt-\[6px\] {
  padding-top: 6px;
}
.tw-text-left {
  text-align: left;
}
.tw-text-center {
  text-align: center;
}
.tw-text-right {
  text-align: right;
}
.tw-text-justify {
  text-align: justify;
}
.tw-text-end {
  text-align: end;
}
.tw-align-middle {
  vertical-align: middle;
}
.tw-font-\[\#475467\] {
  font-family: #475467;
}
.tw-font-\[\'DM_Sans\'\] {
  font-family: 'DM Sans';
}
.tw-font-\[\'IBM_Plex_Sans\'\] {
  font-family: 'IBM Plex Sans';
}
.tw-font-sans {
  font-family: DM Sans, sans-serif;
}
.tw-text-12 {
  font-size: 12px;
}
.tw-text-14 {
  font-size: 14px;
}
.tw-text-16 {
  font-size: 16px;
}
.tw-text-18 {
  font-size: 18px;
}
.tw-text-24 {
  font-size: 24px;
}
.tw-text-\[10px\] {
  font-size: 10px;
}
.tw-text-\[12px\] {
  font-size: 12px;
}
.tw-text-\[14px\] {
  font-size: 14px;
}
.tw-text-\[15px\] {
  font-size: 15px;
}
.tw-text-\[16px\] {
  font-size: 16px;
}
.tw-text-\[18px\] {
  font-size: 18px;
}
.tw-text-\[20px\] {
  font-size: 20px;
}
.tw-text-\[22px\] {
  font-size: 22px;
}
.tw-text-\[24px\] {
  font-size: 24px;
}
.tw-text-\[26px\] {
  font-size: 26px;
}
.tw-text-\[30px\] {
  font-size: 30px;
}
.tw-text-\[32px\] {
  font-size: 32px;
}
.tw-text-\[40px\] {
  font-size: 40px;
}
.tw-text-\[44px\] {
  font-size: 44px;
}
.tw-font-\[400\] {
  font-weight: 400;
}
.tw-font-\[500\] {
  font-weight: 500;
}
.tw-font-\[700\] {
  font-weight: 700;
}
.tw-font-bold {
  font-weight: 700;
}
.tw-font-extrabold {
  font-weight: 800;
}
.tw-font-light {
  font-weight: 300;
}
.tw-font-medium {
  font-weight: 500;
}
.tw-font-normal {
  font-weight: 400;
}
.tw-font-semibold {
  font-weight: 600;
}
.tw-uppercase {
  text-transform: uppercase;
}
.tw-lowercase {
  text-transform: lowercase;
}
.tw-capitalize {
  text-transform: capitalize;
}
.tw-normal-case {
  text-transform: none;
}
.tw-italic {
  font-style: italic;
}
.tw-leading-10 {
  line-height: 2.5rem;
}
.tw-leading-4 {
  line-height: 1rem;
}
.tw-leading-5 {
  line-height: 1.25rem;
}
.tw-leading-6 {
  line-height: 1.5rem;
}
.tw-leading-7 {
  line-height: 1.75rem;
}
.tw-leading-8 {
  line-height: 2rem;
}
.tw-leading-9 {
  line-height: 2.25rem;
}
.tw-leading-\[150\%\] {
  line-height: 150%;
}
.tw-leading-\[18px\] {
  line-height: 18px;
}
.tw-leading-\[20px\] {
  line-height: 20px;
}
.tw-leading-\[24px\] {
  line-height: 24px;
}
.tw-leading-\[30px\] {
  line-height: 30px;
}
.tw-leading-\[38px\] {
  line-height: 38px;
}
.tw-leading-normal {
  line-height: 1.5;
}
.tw-leading-tight {
  line-height: 1.25;
}
.tw-tracking-normal {
  letter-spacing: 0em;
}
.tw-tracking-tighter {
  letter-spacing: -0.05em;
}
.tw-text-\[\#008EEF\] {
  --tw-text-opacity: 1;
  color: rgb(0 142 239 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#028849\] {
  --tw-text-opacity: 1;
  color: rgb(2 136 73 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#095AD3\] {
  --tw-text-opacity: 1;
  color: rgb(9 90 211 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#095ad3\] {
  --tw-text-opacity: 1;
  color: rgb(9 90 211 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#0C5CD3\] {
  --tw-text-opacity: 1;
  color: rgb(12 92 211 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#101828\] {
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#1D2939\] {
  --tw-text-opacity: 1;
  color: rgb(29 41 57 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#344054\] {
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#475467\] {
  --tw-text-opacity: 1;
  color: rgb(71 84 103 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#667085\] {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#98A2B3\] {
  --tw-text-opacity: 1;
  color: rgb(152 162 179 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#9b9999\] {
  --tw-text-opacity: 1;
  color: rgb(155 153 153 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#BFBFBF\] {
  --tw-text-opacity: 1;
  color: rgb(191 191 191 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#D9D9D9\] {
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#EA0707\] {
  --tw-text-opacity: 1;
  color: rgb(234 7 7 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#F04438\] {
  --tw-text-opacity: 1;
  color: rgb(240 68 56 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#F79009\] {
  --tw-text-opacity: 1;
  color: rgb(247 144 9 / var(--tw-text-opacity, 1));
}
.tw-text-\[\'\#475467\'\] {
  color: '#475467';
}
.tw-text-\[400\] {
  color: 400;
}
.tw-text-\[500\] {
  color: 500;
}
.tw-text-\[700\] {
  color: 700;
}
.tw-text-\[900\] {
  color: 900;
}
.tw-text-\[red\] {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}
.tw-text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.tw-text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.tw-text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.tw-text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.tw-text-enumPrimaryMain {
  --tw-text-opacity: 1;
  color: rgb(9 90 211 / var(--tw-text-opacity, 1));
}
.tw-text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.tw-text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.tw-text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.tw-text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.tw-text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.tw-text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.tw-text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.tw-text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.tw-text-pink-700 {
  --tw-text-opacity: 1;
  color: rgb(190 24 93 / var(--tw-text-opacity, 1));
}
.tw-text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.tw-text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.tw-text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.tw-text-sky-900 {
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity, 1));
}
.tw-text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.tw-text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.tw-text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.tw-text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}
.tw-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tw-decoration-\[from-font\] {
  text-decoration-color: from-font;
}
.tw-opacity-100 {
  opacity: 1;
}
.tw-opacity-30 {
  opacity: 0.3;
}
.tw-mix-blend-multiply {
  mix-blend-mode: multiply;
}
.tw-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);
}
.tw-shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tw-shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tw-outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tw-outline {
  outline-style: solid;
}
.tw-outline-2 {
  outline-width: 2px;
}
.tw-outline-blue-500 {
  outline-color: #3b82f6;
}
.tw-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;
}
.tw-transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.tw-transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.tw-duration-200 {
  transition-duration: 200ms;
}
.tw-duration-300 {
  transition-duration: 300ms;
}
.tw-ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.align-logo {
  padding-left: 1.25rem;
  padding-top: 1rem;
}

@media (min-width: 768px) {

  .align-logo {
    padding-left: 2rem;
  }
}

@media (min-width: 1024px) {

  .align-logo {
    padding-left: 2rem;
  }
}
.applyFlexBetween {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}
@media (min-width: 1024px) {

  .applyFlexBetween {
    width: 91.666667%;
  }
}
.applyJustFlex {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.applyFlexCenter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.applyFlexCenterWithHeight {
  display: flex;
  height: 83.333333%;
  align-items: center;
  justify-content: center;
}

.step {
  display: flex;
  width: auto;
  align-items: center;
  justify-content: flex-start;
}

.navBottom {
  display: flex;
  height: 7rem;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1024px) {

  .navBottom {
    width: 91.666667%;
    justify-content: flex-end;
  }
}

.stepContent {
  flex-direction: column-reverse;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

@media (min-width: 1024px) {

  .stepContent {
    width: 80%;
    flex-direction: column;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    padding-top: 2.5rem;
  }
}
.apply-applicant-interview-details {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
}
@media (min-width: 768px) {

  .apply-applicant-interview-details {
    flex-direction: row;
    padding: 2rem;
  }
}
@media (min-width: 1024px) {

  .apply-applicant-interview-details {
    flex-direction: row;
    padding: 2rem;
  }
}
.hover\:tw-scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}
.hover\:tw-cursor-pointer:hover {
  cursor: pointer;
}
.hover\:tw-border:hover {
  border-width: 1px;
}
.hover\:tw-border-blue-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.hover\:tw-border-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.hover\:tw-bg-\[\#095ad3\]\/10:hover {
  background-color: rgb(9 90 211 / 0.1);
}
.hover\:tw-bg-\[\#095ad3\]\/90:hover {
  background-color: rgb(9 90 211 / 0.9);
}
.hover\:tw-bg-\[\#F9FAFB\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.hover\:tw-bg-blue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.hover\:tw-bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.hover\:tw-bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.hover\:tw-bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:tw-bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.hover\:tw-bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.hover\:tw-bg-transparent:hover {
  background-color: transparent;
}
.hover\:tw-bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:tw-text-\[\#095AD3\]:hover {
  --tw-text-opacity: 1;
  color: rgb(9 90 211 / var(--tw-text-opacity, 1));
}
.hover\:tw-text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.hover\:tw-text-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.hover\:tw-text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.hover\:tw-text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.hover\:tw-text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.hover\:tw-text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:tw-outline-none:hover {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.hover\:tw-ease-in:hover {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.focus\:tw-outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:tw-outline-gray-400:focus {
  outline-color: #9ca3af;
}
.disabled\:tw-cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:tw-bg-gray-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.disabled\:tw-opacity-50:disabled {
  opacity: 0.5;
}
@media not all and (min-width: 1024px) {

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

  .max-lg\:tw-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media not all and (min-width: 768px) {

  .max-md\:tw-mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .max-md\:tw--ml-8 {
    margin-left: -2rem;
  }

  .max-md\:tw-ml-0 {
    margin-left: 0px;
  }

  .max-md\:tw-ml-2\.5 {
    margin-left: 0.625rem;
  }

  .max-md\:tw-mr-2 {
    margin-right: 0.5rem;
  }

  .max-md\:tw-mr-2\.5 {
    margin-right: 0.625rem;
  }

  .max-md\:tw-mt-0 {
    margin-top: 0px;
  }

  .max-md\:tw-mt-10 {
    margin-top: 2.5rem;
  }

  .max-md\:tw-mt-5 {
    margin-top: 1.25rem;
  }

  .max-md\:tw-mt-7 {
    margin-top: 1.75rem;
  }

  .max-md\:tw-mt-8 {
    margin-top: 2rem;
  }

  .max-md\:tw-mt-\[-15px\] {
    margin-top: -15px;
  }

  .max-md\:tw-mt-\[100px\] {
    margin-top: 100px;
  }

  .max-md\:tw-block {
    display: block;
  }

  .max-md\:tw-flex {
    display: flex;
  }

  .max-md\:tw-hidden {
    display: none;
  }

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

  .max-md\:tw-w-\[90\%\] {
    width: 90%;
  }

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

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

  .max-md\:tw-flex-col {
    flex-direction: column;
  }

  .max-md\:tw-flex-col-reverse {
    flex-direction: column-reverse;
  }

  .max-md\:tw-flex-wrap {
    flex-wrap: wrap;
  }

  .max-md\:tw-items-center {
    align-items: center;
  }

  .max-md\:tw-justify-center {
    justify-content: center;
  }

  .max-md\:tw-justify-between {
    justify-content: space-between;
  }

  .max-md\:tw-gap-0 {
    gap: 0px;
  }

  .max-md\:tw-gap-20 {
    gap: 5rem;
  }

  .max-md\:tw-px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .max-md\:tw-px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .max-md\:tw-py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .max-md\:tw-pl-5 {
    padding-left: 1.25rem;
  }

  .max-md\:tw-pr-5 {
    padding-right: 1.25rem;
  }
}
@media not all and (min-width: 640px) {

  .max-sm\:tw-w-\[90vw\] {
    width: 90vw;
  }
}
@media (min-width: 640px) {

  .sm\:tw-mr-2 {
    margin-right: 0.5rem;
  }

  .sm\:tw-mr-4 {
    margin-right: 1rem;
  }

  .sm\:tw-mt-2 {
    margin-top: 0.5rem;
  }

  .sm\:tw-inline-block {
    display: inline-block;
  }

  .sm\:tw-flex {
    display: flex;
  }

  .sm\:tw-grid {
    display: grid;
  }

  .sm\:tw-h-\[379px\] {
    height: 379px;
  }

  .sm\:tw-w-\[250px\] {
    width: 250px;
  }

  .sm\:tw-w-\[366px\] {
    width: 366px;
  }

  .sm\:tw-w-\[calc\(50\%-16px\)\] {
    width: calc(50% - 16px);
  }

  .sm\:tw-w-auto {
    width: auto;
  }

  .sm\:tw-max-w-xl {
    max-width: 36rem;
  }

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

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

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

  .sm\:tw-flex-row {
    flex-direction: row;
  }

  .sm\:tw-flex-col {
    flex-direction: column;
  }

  .sm\:tw-flex-wrap {
    flex-wrap: wrap;
  }

  .sm\:tw-flex-nowrap {
    flex-wrap: nowrap;
  }

  .sm\:tw-items-center {
    align-items: center;
  }

  .sm\:tw-justify-between {
    justify-content: space-between;
  }

  .sm\:tw-gap-2 {
    gap: 0.5rem;
  }

  .sm\:tw-gap-4 {
    gap: 1rem;
  }

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

  .sm\:tw-p-4 {
    padding: 1rem;
  }

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

  .sm\:tw-px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:tw-py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:tw-py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:tw-text-center {
    text-align: center;
  }

  .sm\:tw-text-16 {
    font-size: 16px;
  }
}
@media (min-width: 768px) {

  .md\:tw-left-1\/2 {
    left: 50%;
  }

  .md\:tw-left-1\/3 {
    left: 33.333333%;
  }

  .md\:tw-left-1\/4 {
    left: 25%;
  }

  .md\:tw-top-14 {
    top: 3.5rem;
  }

  .md\:tw-top-\[11rem\] {
    top: 11rem;
  }

  .md\:tw-z-\[1700\] {
    z-index: 1700;
  }

  .md\:tw-col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:tw-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:tw-mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:tw-mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:tw-mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .md\:tw-mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:tw-mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:tw-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:tw-mb-0 {
    margin-bottom: 0px;
  }

  .md\:tw-mb-1 {
    margin-bottom: 0.25rem;
  }

  .md\:tw-mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .md\:tw-mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:tw-mb-11 {
    margin-bottom: 2.75rem;
  }

  .md\:tw-mb-16 {
    margin-bottom: 4rem;
  }

  .md\:tw-mb-28 {
    margin-bottom: 7rem;
  }

  .md\:tw-mb-3 {
    margin-bottom: 0.75rem;
  }

  .md\:tw-mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:tw-mb-7 {
    margin-bottom: 1.75rem;
  }

  .md\:tw-mb-8 {
    margin-bottom: 2rem;
  }

  .md\:tw-ml-0 {
    margin-left: 0px;
  }

  .md\:tw-ml-12 {
    margin-left: 3rem;
  }

  .md\:tw-ml-14 {
    margin-left: 3.5rem;
  }

  .md\:tw-ml-16 {
    margin-left: 4rem;
  }

  .md\:tw-ml-2 {
    margin-left: 0.5rem;
  }

  .md\:tw-ml-24 {
    margin-left: 6rem;
  }

  .md\:tw-ml-3 {
    margin-left: 0.75rem;
  }

  .md\:tw-ml-32 {
    margin-left: 8rem;
  }

  .md\:tw-ml-40 {
    margin-left: 10rem;
  }

  .md\:tw-ml-60 {
    margin-left: 15rem;
  }

  .md\:tw-ml-64 {
    margin-left: 16rem;
  }

  .md\:tw-ml-72 {
    margin-left: 18rem;
  }

  .md\:tw-ml-\[35px\] {
    margin-left: 35px;
  }

  .md\:tw-mr-0 {
    margin-right: 0px;
  }

  .md\:tw-mr-10 {
    margin-right: 2.5rem;
  }

  .md\:tw-mr-14 {
    margin-right: 3.5rem;
  }

  .md\:tw-mr-2 {
    margin-right: 0.5rem;
  }

  .md\:tw-mr-28 {
    margin-right: 7rem;
  }

  .md\:tw-mr-32 {
    margin-right: 8rem;
  }

  .md\:tw-mt-0 {
    margin-top: 0px;
  }

  .md\:tw-mt-12 {
    margin-top: 3rem;
  }

  .md\:tw-mt-16 {
    margin-top: 4rem;
  }

  .md\:tw-mt-2 {
    margin-top: 0.5rem;
  }

  .md\:tw-mt-20 {
    margin-top: 5rem;
  }

  .md\:tw-mt-24 {
    margin-top: 6rem;
  }

  .md\:tw-mt-3 {
    margin-top: 0.75rem;
  }

  .md\:tw-mt-36 {
    margin-top: 9rem;
  }

  .md\:tw-mt-4 {
    margin-top: 1rem;
  }

  .md\:tw-mt-40 {
    margin-top: 10rem;
  }

  .md\:tw-mt-5 {
    margin-top: 1.25rem;
  }

  .md\:tw-mt-6 {
    margin-top: 1.5rem;
  }

  .md\:tw-mt-7 {
    margin-top: 1.75rem;
  }

  .md\:tw-mt-8 {
    margin-top: 2rem;
  }

  .md\:tw-mt-\[310px\] {
    margin-top: 310px;
  }

  .md\:tw-box-border {
    box-sizing: border-box;
  }

  .md\:tw-block {
    display: block;
  }

  .md\:tw-inline-block {
    display: inline-block;
  }

  .md\:tw-flex {
    display: flex;
  }

  .md\:tw-grid {
    display: grid;
  }

  .md\:tw-hidden {
    display: none;
  }

  .md\:tw-h-4\/5 {
    height: 80%;
  }

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

  .md\:tw-h-\[134px\] {
    height: 134px;
  }

  .md\:tw-h-\[25px\] {
    height: 25px;
  }

  .md\:tw-h-\[320px\] {
    height: 320px;
  }

  .md\:tw-h-\[37vh\] {
    height: 37vh;
  }

  .md\:tw-h-\[43vh\] {
    height: 43vh;
  }

  .md\:tw-h-\[44x\] {
    height: 44x;
  }

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

  .md\:tw-h-\[500px\] {
    height: 500px;
  }

  .md\:tw-h-\[565px\] {
    height: 565px;
  }

  .md\:tw-h-\[580px\] {
    height: 580px;
  }

  .md\:tw-h-\[620px\] {
    height: 620px;
  }

  .md\:tw-h-\[635px\] {
    height: 635px;
  }

  .md\:tw-h-\[642px\] {
    height: 642px;
  }

  .md\:tw-h-\[655px\] {
    height: 655px;
  }

  .md\:tw-h-\[662px\] {
    height: 662px;
  }

  .md\:tw-h-\[665px\] {
    height: 665px;
  }

  .md\:tw-h-\[680px\] {
    height: 680px;
  }

  .md\:tw-h-\[705px\] {
    height: 705px;
  }

  .md\:tw-h-\[70vh\] {
    height: 70vh;
  }

  .md\:tw-h-\[735px\] {
    height: 735px;
  }

  .md\:tw-h-\[77vh\] {
    height: 77vh;
  }

  .md\:tw-h-\[78vh\] {
    height: 78vh;
  }

  .md\:tw-h-\[793px\] {
    height: 793px;
  }

  .md\:tw-h-\[79vh\] {
    height: 79vh;
  }

  .md\:tw-h-\[7\] {
    height: 7;
  }

  .md\:tw-h-\[80vh\] {
    height: 80vh;
  }

  .md\:tw-h-\[825px\] {
    height: 825px;
  }

  .md\:tw-h-\[850px\] {
    height: 850px;
  }

  .md\:tw-h-\[860px\] {
    height: 860px;
  }

  .md\:tw-h-\[calc\(90vh-185px\)\] {
    height: calc(90vh - 185px);
  }

  .md\:tw-h-full {
    height: 100%;
  }

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

  .md\:tw-w-1\/5 {
    width: 20%;
  }

  .md\:tw-w-10\/12 {
    width: 83.333333%;
  }

  .md\:tw-w-11 {
    width: 2.75rem;
  }

  .md\:tw-w-11\/12 {
    width: 91.666667%;
  }

  .md\:tw-w-2\/12 {
    width: 16.666667%;
  }

  .md\:tw-w-3\/6 {
    width: 50%;
  }

  .md\:tw-w-32 {
    width: 8rem;
  }

  .md\:tw-w-36 {
    width: 9rem;
  }

  .md\:tw-w-4\/5 {
    width: 80%;
  }

  .md\:tw-w-40 {
    width: 10rem;
  }

  .md\:tw-w-44 {
    width: 11rem;
  }

  .md\:tw-w-5\/12 {
    width: 41.666667%;
  }

  .md\:tw-w-5\/6 {
    width: 83.333333%;
  }

  .md\:tw-w-52 {
    width: 13rem;
  }

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

  .md\:tw-w-60 {
    width: 15rem;
  }

  .md\:tw-w-64 {
    width: 16rem;
  }

  .md\:tw-w-7\/12 {
    width: 58.333333%;
  }

  .md\:tw-w-8\/12 {
    width: 66.666667%;
  }

  .md\:tw-w-80 {
    width: 20rem;
  }

  .md\:tw-w-9\/12 {
    width: 75%;
  }

  .md\:tw-w-96 {
    width: 24rem;
  }

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

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

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

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

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

  .md\:tw-w-\[28\%\] {
    width: 28%;
  }

  .md\:tw-w-\[30\%\] {
    width: 30%;
  }

  .md\:tw-w-\[31\%\] {
    width: 31%;
  }

  .md\:tw-w-\[33\%\] {
    width: 33%;
  }

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

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

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

  .md\:tw-w-\[44\%\] {
    width: 44%;
  }

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

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

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

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

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

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

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

  .md\:tw-w-\[calc\(33\.33\%-16px\)\] {
    width: calc(33.33% - 16px);
  }

  .md\:tw-w-\[unset\] {
    width: unset;
  }

  .md\:tw-w-auto {
    width: auto;
  }

  .md\:tw-w-full {
    width: 100%;
  }

  .md\:tw-min-w-\[350px\] {
    min-width: 350px;
  }

  .md\:tw-max-w-2xl {
    max-width: 42rem;
  }

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

  .md\:tw-translate-y-\[-680px\] {
    --tw-translate-y: -680px;
    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));
  }

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

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

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

  .md\:tw-flex-row {
    flex-direction: row;
  }

  .md\:tw-flex-col {
    flex-direction: column;
  }

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

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

  .md\:tw-items-center {
    align-items: center;
  }

  .md\:tw-justify-start {
    justify-content: flex-start;
  }

  .md\:tw-justify-end {
    justify-content: flex-end;
  }

  .md\:tw-justify-center {
    justify-content: center;
  }

  .md\:tw-justify-between {
    justify-content: space-between;
  }

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

  .md\:tw-gap-11 {
    gap: 2.75rem;
  }

  .md\:tw-gap-12 {
    gap: 3rem;
  }

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

  .md\:tw-gap-3 {
    gap: 0.75rem;
  }

  .md\:tw-gap-36 {
    gap: 9rem;
  }

  .md\:tw-gap-4 {
    gap: 1rem;
  }

  .md\:tw-gap-44 {
    gap: 11rem;
  }

  .md\:tw-gap-5 {
    gap: 1.25rem;
  }

  .md\:tw-gap-6 {
    gap: 1.5rem;
  }

  .md\:tw-gap-8 {
    gap: 2rem;
  }

  .md\:tw-overflow-scroll {
    overflow: scroll;
  }

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

  .md\:tw-rounded-md {
    border-radius: 0.375rem;
  }

  .md\:tw-border-\[1px\] {
    border-width: 1px;
  }

  .md\:tw-border-solid {
    border-style: solid;
  }

  .md\:tw-border-\[\#D0D5DD\] {
    --tw-border-opacity: 1;
    border-color: rgb(208 213 221 / var(--tw-border-opacity, 1));
  }

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

  .md\:tw-p-4 {
    padding: 1rem;
  }

  .md\:tw-p-6 {
    padding: 1.5rem;
  }

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

  .md\:tw-px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

  .md\:tw-px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:tw-px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:tw-px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:tw-px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:tw-px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .md\:tw-px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:tw-px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .md\:tw-px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:tw-px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:tw-px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:tw-px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:tw-px-\[19vw\] {
    padding-left: 19vw;
    padding-right: 19vw;
  }

  .md\:tw-py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:tw-py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:tw-py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:tw-py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:tw-pb-0 {
    padding-bottom: 0px;
  }

  .md\:tw-pb-4 {
    padding-bottom: 1rem;
  }

  .md\:tw-pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:tw-pb-8 {
    padding-bottom: 2rem;
  }

  .md\:tw-pl-24 {
    padding-left: 6rem;
  }

  .md\:tw-pl-28 {
    padding-left: 7rem;
  }

  .md\:tw-pl-3 {
    padding-left: 0.75rem;
  }

  .md\:tw-pl-4 {
    padding-left: 1rem;
  }

  .md\:tw-pl-40 {
    padding-left: 10rem;
  }

  .md\:tw-pl-52 {
    padding-left: 13rem;
  }

  .md\:tw-pl-8 {
    padding-left: 2rem;
  }

  .md\:tw-pr-10 {
    padding-right: 2.5rem;
  }

  .md\:tw-pr-24 {
    padding-right: 6rem;
  }

  .md\:tw-pr-3\.5 {
    padding-right: 0.875rem;
  }

  .md\:tw-pr-4 {
    padding-right: 1rem;
  }

  .md\:tw-pr-5 {
    padding-right: 1.25rem;
  }

  .md\:tw-pt-0 {
    padding-top: 0px;
  }

  .md\:tw-pt-2 {
    padding-top: 0.5rem;
  }

  .md\:tw-pt-4 {
    padding-top: 1rem;
  }

  .md\:tw-pt-44 {
    padding-top: 11rem;
  }

  .md\:tw-pt-6 {
    padding-top: 1.5rem;
  }

  .md\:tw-pt-60 {
    padding-top: 15rem;
  }

  .md\:tw-pt-8 {
    padding-top: 2rem;
  }

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

  .md\:tw-pt-\[16px\] {
    padding-top: 16px;
  }

  .md\:tw-text-center {
    text-align: center;
  }

  .md\:tw-text-14 {
    font-size: 14px;
  }

  .md\:tw-text-18 {
    font-size: 18px;
  }

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

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

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

  .md\:tw-text-\[30px\] {
    font-size: 30px;
  }

  .md\:tw-text-\[45px\] {
    font-size: 45px;
  }

  .md\:tw-font-\[500\] {
    font-weight: 500;
  }
}
@media (min-width: 1024px) {

  .lg\:tw-top-0 {
    top: 0px;
  }

  .lg\:tw-top-\[12rem\] {
    top: 12rem;
  }

  .lg\:tw-z-\[1700\] {
    z-index: 1700;
  }

  .lg\:tw-col-span-1 {
    grid-column: span 1 / span 1;
  }

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

  .lg\:tw-col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:tw-m-auto {
    margin: auto;
  }

  .lg\:tw-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:tw-mb-0 {
    margin-bottom: 0px;
  }

  .lg\:tw-ml-6 {
    margin-left: 1.5rem;
  }

  .lg\:tw-mr-20 {
    margin-right: 5rem;
  }

  .lg\:tw-mt-0 {
    margin-top: 0px;
  }

  .lg\:tw-mt-2 {
    margin-top: 0.5rem;
  }

  .lg\:tw-mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:tw-mt-72 {
    margin-top: 18rem;
  }

  .lg\:tw-mt-\[3rem\] {
    margin-top: 3rem;
  }

  .lg\:tw-mt-\[44px\] {
    margin-top: 44px;
  }

  .lg\:tw-block {
    display: block;
  }

  .lg\:tw-flex {
    display: flex;
  }

  .lg\:tw-grid {
    display: grid;
  }

  .lg\:tw-hidden {
    display: none;
  }

  .lg\:tw-aspect-\[1\.3\] {
    aspect-ratio: 1.3;
  }

  .lg\:tw-h-52 {
    height: 13rem;
  }

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

  .lg\:tw-h-\[25px\] {
    height: 25px;
  }

  .lg\:tw-h-\[3px\] {
    height: 3px;
  }

  .lg\:tw-w-10 {
    width: 2.5rem;
  }

  .lg\:tw-w-10\/12 {
    width: 83.333333%;
  }

  .lg\:tw-w-2\/5 {
    width: 40%;
  }

  .lg\:tw-w-28 {
    width: 7rem;
  }

  .lg\:tw-w-3\/12 {
    width: 25%;
  }

  .lg\:tw-w-3\/4 {
    width: 75%;
  }

  .lg\:tw-w-4\/12 {
    width: 33.333333%;
  }

  .lg\:tw-w-4\/5 {
    width: 80%;
  }

  .lg\:tw-w-5\/12 {
    width: 41.666667%;
  }

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

  .lg\:tw-w-7\/12 {
    width: 58.333333%;
  }

  .lg\:tw-w-9\/12 {
    width: 75%;
  }

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

  .lg\:tw-w-\[220px\] {
    width: 220px;
  }

  .lg\:tw-w-\[50\%\] {
    width: 50%;
  }

  .lg\:tw-w-\[584px\] {
    width: 584px;
  }

  .lg\:tw-w-\[680px\] {
    width: 680px;
  }

  .lg\:tw-w-\[90px\] {
    width: 90px;
  }

  .lg\:tw-w-\[calc\(25\%-16px\)\] {
    width: calc(25% - 16px);
  }

  .lg\:tw-w-full {
    width: 100%;
  }

  .lg\:tw-w-max {
    width: -moz-max-content;
    width: max-content;
  }

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

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

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

  .lg\:tw-flex-row {
    flex-direction: row;
  }

  .lg\:tw-justify-end {
    justify-content: flex-end;
  }

  .lg\:tw-justify-between {
    justify-content: space-between;
  }

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

  .lg\:tw-gap-20 {
    gap: 5rem;
  }

  .lg\:tw-gap-32 {
    gap: 8rem;
  }

  .lg\:tw-gap-5 {
    gap: 1.25rem;
  }

  .lg\:tw-border-none {
    border-style: none;
  }

  .lg\:tw-bg-neutral-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(212 212 212 / var(--tw-bg-opacity, 1));
  }

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

  .lg\:tw-px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:tw-px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:tw-px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:tw-px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .lg\:tw-pl-64 {
    padding-left: 16rem;
  }

  .lg\:tw-font-medium {
    font-weight: 500;
  }

  .lg\:tw-leading-10 {
    line-height: 2.5rem;
  }
}
@media (min-width: 1280px) {

  .xl\:tw-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.borderStyle {
  max-width: 35.5rem;
  height: auto;
  background: #FFFFFF;
  border: 1px solid #D0D5DD;
  box-sizing: border-box;
  border-radius: 6px;
}
@media only screen and (max-width: 768px) {
  .borderStyle {
    width: calc(100vw - 40px);
  }
}

.topText {
  color: #101828;
  font-size: 20px;
  font-family: DM Sans, sans-serif;
  font-weight: 700;
  line-height: 30px;
}

.animateSlider {
  position: relative;
  display: inline-block;
}

.animateSlider::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #FFFFFF;
  transition: width 0.3s ease;
}

.animateSlider:hover::after {
  width: 100%;
}

.spanText {
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  color: #475467;
}

.profile_side_nav {
  border: 2px solid #EAECF0;
  border-radius: 8px;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}
.profile_side_nav .MuiDrawer-paper {
  position: inherit;
  border-right: none;
  background-color: transparent;
  padding: 0;
}

.tourTitle {
  color: #FFF;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.cdorhc {
  display: none !important;
}

.jxpqBQ {
  margin-right: 0;
}

.ghknmB {
  justify-content: space-between !important;
}

.bBofGr {
  color: #fff !important;
}

.tourDesc {
  color: #FFF;
  font-family: DM Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
}

.add__link .css-18kvnsg-MuiButtonBase-root-MuiButton-root {
  padding: 0 !important;
}

.mui__input input[type=number]::-webkit-inner-spin-button,
.mui__input input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.mui__input .css-1tq8nf4-MuiFormControl-root-MuiTextField-root input {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 60px;
  /* identical to box height, or 125% */
  text-align: center;
  letter-spacing: -0.02em;
  color: #D0D5DD;
}

.sidebar {
  height: 93vh;
  position: fixed;
  transition: transform 0.3s ease;
  transform: translateX(0);
  overflow-y: auto;
}

.main-content {
  flex: 1;
  overflow-y: auto;
}

.header {
  background: #FFFFFF !important;
  box-shadow: 0 0.5px 0 #D0D5DD !important;
}
@media screen and (max-width: 788px) {
  .header {
    box-shadow: 5px 0 #D0D5DD !important;
  }
}

.snackSuccess {
  background-color: #12B76A !important;
}

.snackFailed {
  background-color: #F04438 !important;
}

.showText .theme--light.v-input input, .showText .theme--light.v-input textarea {
  color: red !important;
}

.quiz__editor .ql-editor p, .quiz__editor .ql-editor ol, .quiz__editor .ql-editor ul, .quiz__editor .ql-editor pre, .quiz__editor .ql-editor blockquote, .quiz__editor .ql-editor h1, .quiz__editor .ql-editor h2, .quiz__editor .ql-editor h3, .quiz__editor .ql-editor h4, .quiz__editor .ql-editor h5, .quiz__editor .ql-editor h6 {
  font-family: DM Sans;
  font-size: 16px;
}
.quiz__editor .ql-editor {
  min-height: 85px !important;
  max-height: 300px;
  word-break: break-word;
  overflow-wrap: break-word;
}
.quiz__editor .ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  border-top: none;
  border-right: 1px solid #D0D5DD !important;
  border-bottom: 1px solid #D0D5DD !important;
  border-left: 1px solid #D0D5DD !important;
}
.quiz__editor .ql-snow.ql-toolbar button, .quiz__editor .ql-snow .ql-toolbar button {
  padding: 3px 10px 3px 10px !important;
}
.quiz__editor .ql-snow.ql-toolbar {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
  text-align: center !important;
  font-family: DM Sans;
  border-right: 1px solid #D0D5DD !important;
  border-top: 1px solid #D0D5DD !important;
  border-bottom: none;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield !important;
}

.text input::-moz-placeholder {
  font-family: DM Sans, serif;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 18px !important;
  line-height: 23px !important;
  padding: 20px !important;
  color: #001343 !important;
}

.text input::placeholder {
  font-family: DM Sans, serif;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 18px !important;
  line-height: 23px !important;
  padding: 20px !important;
  color: #001343 !important;
}

.css-1x7jfmm-MuiPaper-root-MuiPopover-paper-MuiMenu-paper {
  border: 1px solid #EAECF0 !important;
  box-shadow: #101828 !important;
  border-radius: 8px !important;
}

.country-selector.lg .country-selector__label[data-v-46e105de] {
  display: none !important;
}

.MuiCardContent-root:last-child {
  padding-bottom: 0 !important;
}

.MuiCardContent-root {
  font-family: "DM Sans";
  padding-top: 0 !important;
  font-size: 16px !important;
  font-weight: 400;
  color: #475467;
}

.country-selector.lg.has-value .country-selector__input[data-v-46e105de] {
  padding-top: 0 !important;
}

.input-tel__input[data-v-e59be3b4]::-moz-placeholder {
  display: none !important;
}

.input-tel__input[data-v-e59be3b4]::placeholder {
  display: none !important;
}

.country-selector.lg .country-selector__country-flag {
  top: 19px !important;
}

.input-tel.lg .input-tel__label {
  display: none;
}

.input-tel.has-value .input-tel__input {
  padding-top: 0 !important;
}

.step-title {
  font-family: IBM Plex Serif, serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 31px;
  display: flex;
  align-items: center;
  letter-spacing: -0.02em;
  color: #001343;
}

.onHover {
  transition: 1s ease;
}

.css-172kgz0-MuiPaper-root {
  border-radius: 10px !important;
}

:root {
  --enumRedWarning: "#FF2E2E";
  --enumDarkBlue: "#001343";
  --enumGrey1: "#1E323F";
  --enumGrey2: "#475661";
  --enumGrey3: "#9CABB5";
  --enumGrey4: "#F7F9FC";
  --enumWhite: "#FFFFFF";
  --enumPurple3: "#8F47F4";
  --enumBlue: "#008EEF";
  --enumBlueOnHover: "#45B4FF";
  --enumDarkblue2: "#142E70";
  --enumBlue5: "#F7FCFF";
  --enumGrey5: "#4F4F4F";
}

html,
body {
  background-color: white;
  overflow-x: hidden;
  max-width: 100vw;
  scroll-behavior: smooth;
}

small {
  font-family: DM Sans, serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: var(--enumGrey1);
  margin-bottom: 5px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: DM Sans, serif;
}

p, span, div, a {
  font-family: DM Sans, serif;
}

button {
  font-family: DM Sans, serif !important;
}

Button {
  font-family: DM Sans, serif !important;
}

th {
  font-family: DM Sans, serif !important;
}

.button-text-depressed {
  font-family: DM Sans, serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: white;
  letter-spacing: 0;
}

.button-text-outlined {
  font-family: DM Sans, serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: var(--enumBlue);
  flex: none;
  order: 1;
  flex-grow: 0;
  margin: 0 10px;
  letter-spacing: 0;
}

.err {
  color: red !important;
}

.MuiDialogActions-root {
  display: block !important;
  justify-content: inherit !important;
}

.analysis label {
  color: #475467;
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.comment {
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100vh - 290px);
  padding-right: 10px;
}

.scale__label {
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100vh - 710px);
  padding-right: 10px;
}

.btn2 {
  border-radius: 4px;
  border: 1px solid #095AD3;
  background: #095AD3;
  flex-shrink: 0;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

.emptyDrop {
  width: 436px;
  color: #EAECF0;
  text-align: center;
  font-family: IBM Plex Sans;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: -0.96px;
}

.type_bottom {
  border-bottom: 1px solid var(--gray-200, #EAECF0);
}._creationTitle_1vyru_1 {
  color: #98A2B3;
  font-family: IBM Plex Sans;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: -0.96px;
}

._collaborators_1vyru_11 {
  color: #095AD3;
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

._subHeader_1vyru_20 {
  color: #98A2B3;
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

._date_1vyru_29 {
  color: #475467;
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

._userName_1vyru_38 {
  color: var(--gray-900-header, #101828);
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

._email_1vyru_47 {
  color: var(--gray-600-body-text, #475467);
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

._level_1vyru_56:hover {
  background: #f5f7fa;
  transition: all 0.1s ease-in-out;
}

._level_1vyru_56 {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #475467;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
._level_1vyru_56 p {
  text-align: center;
  width: 100%;
}

._dropdown_1vyru_77 {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  padding: 10px;
  border-radius: 5px;
}._title_17bd0_1 {
  color: #1D2939;
  font-family: IBM Plex Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

._btn_text_17bd0_10 {
  color: #095AD3;
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

._question_header_17bd0_19 {
  display: flex;
  padding: 3px 5px;
  border-radius: 4px;
  border: 1px solid #D0D5DD;
  background: #F9FAFB;
}
._question_header_17bd0_19 h4 {
  color: #475467;
  text-align: center;
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
._question_header_17bd0_19 span {
  color: #101828;
  text-align: center;
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
._question_header_17bd0_19 small {
  width: 30px;
  height: 20px;
  display: flex;
  padding: 3px 4px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #D0D5DD;
  background: #FFF;
}

._modal_17bd0_56 ._MuiPaper-root-MuiDialog-paper_17bd0_56 {
  background-color: #fff;
  border-radius: 14px !important;
}._modalTitle_djgos_1 {
  color: #475467;
  font-family: IBM Plex Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 133.333% */
}

._req_djgos_11 {
  color: #667085;
  font-family: DM Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

._label_djgos_20 {
  color: #344054;
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
}

._max_djgos_30 {
  color: #344054;
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

._btn_djgos_40 {
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

._tag_djgos_49 {
  color: #101828;
  font-family: DM Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 150% */
}

._all_djgos_59 {
  color: #101828;
  font-family: DM Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

._name_djgos_68 {
  color: var(--gray-900-header, var(--grey-900-header, #101828));
  text-align: center;
  /* Display sm/Medium */
  font-family: IBM Plex Sans;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  /* 126.667% */
}

._addedBy_djgos_80 {
  width: 274px;
  color: var(--gray-600-body-text, var(--Texts, #475467));
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

._created_djgos_91 {
  color: #475467;
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

._q_status_djgos_100 {
  color: #475467;
  font-family: DM Sans;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  line-height: 18px;
}

._member_djgos_109 {
  color: #475467;
  font-family: DM Sans;
  font-size: 8px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  border-radius: 20px;
  border: 1px solid #FFF;
  background: #F9FAFB;
  width: -moz-fit-content;
  width: fit-content;
  height: 29px;
  padding: 4px 8px;
}

._duration_djgos_124 {
  color: #475467;
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
}

._desc_djgos_134 {
  color: #101828;
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 187.5% */
}

._card_text_djgos_144 {
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

._list_title_djgos_152 {
  color: #101828;
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
}

._res_djgos_162 {
  box-sizing: border-box;
  border: 1px solid #C9C9D4;
  border-radius: 8px;
  position: relative;
  background-color: #FFF;
  cursor: pointer;
}

._bt_text_djgos_171 {
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

._body_djgos_179 {
  box-sizing: border-box;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
}

._status_djgos_185 {
  color: #028849;
  font-family: DM Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  border-radius: 16px;
  background: #ECFDF3;
  padding: 2px 8px;
  width: -moz-fit-content;
  width: fit-content;
  mix-blend-mode: multiply;
}

._p_status_djgos_199 {
  color: #F79009;
  font-family: DM Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  border-radius: 16px;
  background: #FFFCF5;
  padding: 2px 8px;
  width: -moz-fit-content;
  width: fit-content;
  mix-blend-mode: multiply;
}

._r_status_djgos_213 {
  border-radius: 16px;
  background: #FFF5F5;
  mix-blend-mode: multiply;
  padding: 2px 8px;
  color: #FF2E2E;
  text-align: center;
  font-family: DM Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

._l_status_djgos_227 {
  border-radius: 16px;
  background: #ECECED;
  mix-blend-mode: multiply;
  padding: 2px 8px;
  color: #060606;
  text-align: center;
  font-family: DM Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 150% */
}

._member_title_djgos_242 {
  color: #101828;
  font-family: DM Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

._role_djgos_251 {
  color: #095AD3;
  text-align: center;
  font-family: DM Sans;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 18px;
  /* 150% */
}

._sub_djgos_262 {
  color: rgba(16, 24, 40, 0.64);
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 100% */
}

._field_djgos_272 {
  border-radius: 4px;
  border: 1px solid #D0D5DD;
  background: #FFF;
  padding: 8px 12px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

._chip_djgos_280 {
  border-radius: 6px;
  border: 1px solid #D0D5DD;
  background: #FFF;
  padding: 4px;
  color: #667085;
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

._input_djgos_294:focus {
  outline: none;
}

._contentTag_djgos_298 {
  color: #101828;
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 128.571% */
}

._profile_djgos_308 {
  color: #475467;
  font-family: DM Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

._numberStyle_djgos_317 {
  border-radius: 6px;
  border: 1px solid #D0D5DD;
  padding: 3px 4px;
  background: #FFF;
  height: 24px;
}
._numberStyle_djgos_317 span {
  width: 28px;
  border-radius: 3px;
  background: #F2F4F7;
  padding: 0 12px;
}

._behaviour_djgos_331 {
  padding: 3px 10px;
  gap: 4px;
  color: #F79009;
  width: -moz-fit-content;
  width: fit-content;
  height: 26px;
  background: var(--Warning-25, #FFFCF5);
  mix-blend-mode: multiply;
  border-radius: 16px;
}

._aptitude_djgos_342 {
  padding: 3px 10px;
  gap: 4px;
  color: #039855;
  width: -moz-fit-content;
  width: fit-content;
  height: 26px;
  background: #ECFDF3;
  mix-blend-mode: multiply;
  border: 3px;
  border-radius: 16px;
}

._skillBased_djgos_354 {
  padding: 3px 10px;
  gap: 4px;
  color: #095AD3;
  width: -moz-fit-content;
  width: fit-content;
  height: 26px;
  background: var(--Warning-25, #EEF3FC);
  mix-blend-mode: multiply;
  border: 1px;
  border-radius: 16px;
}

._formTitle_djgos_366 {
  color: #101828;
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

._listTitle_djgos_375 {
  color: #101828;
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

._date_djgos_384 {
  color: #475467;
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

._ques_djgos_393 {
  color: #101828;
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

._menuTitle_djgos_402 {
  color: #475467;
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  width: 140px;
  padding: 8px 12px;
}

._menuTitle_djgos_402:hover {
  border-radius: 4px;
  background: #E6EFFB;
  color: #095AD3;
}

._advanced_djgos_419 {
  padding: 3px 10px;
  gap: 4px;
  color: #F79009;
  width: -moz-fit-content;
  width: fit-content;
  height: 26px;
  background: #FFFCF5;
  border-radius: 16px;
  font-family: DM Sans;
}

._intermediate_djgos_430 {
  padding: 3px 10px;
  gap: 4px;
  color: #EA0707;
  width: -moz-fit-content;
  width: fit-content;
  height: 26px;
  background: #FFFBFA;
  border-radius: 16px;
  font-family: DM Sans;
}

._BackArrowHead_djgos_441 {
  display: flex;
  justify-content: space-between;
  width: 250px;
}

._PreviousArrowHead_djgos_447 {
  display: flex;
  justify-content: space-between;
  width: 125px;
}

._NextArrowHead_djgos_453 {
  display: flex;
  justify-content: space-between;
  width: 105px;
}

._NextAndPrevious_djgos_459 {
  display: flex;
  justify-content: space-between;
  width: 260px;
}

._FirstContainer_djgos_465 {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  /* border: solid 2px black; */
}

._PersonalBio_djgos_472 {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  margin-left: 30px;
  margin-top: 15px;
}

._PersonalBio2_djgos_480 {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  margin-top: 15px;
}

._formName_djgos_487 {
  color: var(--gray-900-header, var(--grey-900-header, #101828));
  font-family: "DM Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
  margin-left: 20px;
  margin-bottom: 15px;
}

._categoryBody_djgos_498 {
  display: flex;
  align-items: center;
  gap: 8px;
}

._board_djgos_504 {
  border-top: solid 2px #EAECF0;
  margin-left: 190px;
  width: 1200px;
  height: 50px;
  margin-bottom: 25px;
}

._info_djgos_512 {
  /* margin-top: 20px; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

._previous_djgos_520 {
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  width: 120px;
}

._next_djgos_529 {
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

._namer_djgos_537 {
  font-family: IBM Plex Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
}

._email_djgos_545 {
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

._assessment_djgos_553 {
  color: #101828;
  text-align: center;
  font-family: DM Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 133.333% */
}

._assessmentContainer_djgos_564 {
  width: 250px;
  height: 400px;
  margin-top: 10px;
  overflow-y: auto;
}

._assessmentContainer_djgos_564::-webkit-scrollbar {
  width: 6px;
}

._assessmentContainer_djgos_564::-webkit-scrollbar-track {
  background: white;
}

._assessmentContainer_djgos_564::-webkit-scrollbar-thumb {
  background: #EAECF0;
  border-radius: 8px;
}

._leftpaneHeader_djgos_584 {
  height: 45px;
  border: solid 1px #F9FAFB;
  /* margin-bottom: 10px; */
  border-radius: 4px;
  background: #F9FAFB;
}

._assessmentCount_djgos_592 {
  /* display: flex;
  justify-content: space-between;
  width: 150px;
  padding-top: 10px;
  padding-left: 10px; */
  display: flex;
  width: 258px;
  padding: 12px;
  align-items: center;
  gap: 8px;
}

._count_djgos_605 {
  display: flex;
  width: 30px;
  height: 15px;
  padding: 0px 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  border: 1px solid var(--gray-300-borders, #D0D5DD);
  background: var(--Gray-100, #F2F4F7);
}

/* .AssessmentListBody {
    max-height: 400px;
    overflow-y: auto;
    width: 300px;
    margin-left: 0px;
} */
._container_djgos_624 {
  width: 700px;
  /* Set the width */
  height: 600px;
  /* Set the height */
  overflow-y: auto;
}

._container_djgos_624::-webkit-scrollbar {
  width: 6px;
  /* Width of the scrollbar */
}

._container_djgos_624::-webkit-scrollbar-track {
  background: white;
  /* Color of the track */
}

._container_djgos_624::-webkit-scrollbar-thumb {
  background: #EAECF0;
  /* Color of the scrollbar handle */
  border-radius: 8px;
  /* Rounded corners */
}

/* .customscrollbar { */
/* width: 250px; */
/* Set the width */
/* height: 600px;  */
/* Set the height */
/* overflow-y: auto;  */
/* border: 1px solid #ccc;  */
/* } */
/* For WebKit browsers like Chrome and Safari */
/* .customscrollbar::-webkit-scrollbar { */
/* width: 6px; */
/* Width of the scrollbar */
/* } */
/* .customscrollbar::-webkit-scrollbar-track { */
/* background:white; */
/* Color of the track */
/* } */
/* .customscrollbar::-webkit-scrollbar-thumb { */
/* background:#EAECF0;  */
/* Color of the scrollbar handle */
/* border-radius: 8px; */
/* Rounded corners */
/* } */
._assessmentName_djgos_672 {
  font-size: 14px;
  font-weight: 500;
  padding-left: 8px;
  font-family: DM Sans;
  /* color:#475467; */
}

._submittedOn_djgos_680 {
  font-size: 12px;
  margin-top: 2px;
  padding-left: 8px;
}

._assessmentObject_djgos_686 {
  margin-bottom: 10px;
  cursor: pointer;
  /* margin-right: 15px; */
  /* width: 215px; */
}

._AssessmentQuestionsBody_djgos_693 {
  margin-bottom: 25px;
  margin-left: 20px;
}

._question_djgos_698 {
  margin-left: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 25px;
  padding-bottom: 15px;
  margin-right: 18px;
}

._parag_djgos_707 {
  padding: 20px 12px;
  border-radius: 4px;
  border: 1px solid #D0D5DD;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

._questionWriteUp_djgos_715 {
  color: var(--gray-900-header, var(--grey-900-header, #101828));
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 175% */
  width: 553px;
}

._questionText_djgos_726 {
  display: -webkit-box;
  width: 195px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--Texts, #475467);
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-left: 10px;
  /* 128.571% */
}

._activeQuestionText_djgos_743 {
  color: var(--Enum-Primary-Main-500, #095AD3);
  /* Base Text/Regular */
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: -webkit-box;
  width: 195px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 150% */
}

._questionHeaderBody_djgos_760 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

._SummaryQuestionText_djgos_766 {
  display: flex;
  width: 478.778px;
  height: 84.703px;
  transform: rotate(0.015deg);
  flex-direction: column;
  justify-content: center;
  color: var(--gray-600-body-text, var(--Texts, #475467));
  /* Base Text/Regular */
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

._clickedAssessmentObject_djgos_783 {
  color: #095AD3;
  margin-top: 20px;
  margin-bottom: 20px;
  border-left: solid 2px #095AD3;
  cursor: pointer;
}

._optionContainer_djgos_791 {
  width: 550px;
  border-radius: 4px;
  margin-top: 10px;
  margin-right: 20px;
  border: 1px solid #ccc;
}

._optionContainer2_djgos_799 {
  display: flex;
  width: 394px;
  padding: 10px 14px;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid var(--Gray-300, #D0D5DD);
  background: var(--Base-White, #FFF);
  margin-bottom: 8px;
  /* Shadow/xs */
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

._optionContainer2Body_djgos_813 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

._option_djgos_791 {
  display: flex;
  margin-left: 10px;
  padding-top: 10px;
}

._optionValue_djgos_826 {
  color: var(--gray-600-body-text, var(--Texts, #475467));
  /* Base Text/Regular */
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  flex: 1 0 0;
  margin-left: 5px;
}

._pointBoard_djgos_839 {
  display: flex;
  gap: 20px;
  margin-top: 10px;
  font-size: 16px;
}

._point_djgos_839 {
  color: #475467;
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  margin-top: 8px;
}

._mark_djgos_857 {
  color: #475467;
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

._scoreBoard_djgos_866 {
  width: 297px;
  height: 380px;
  border-radius: 10px;
  border: solid 2px #ccc;
  margin-left: 16px;
}

._scoreBoardHeader_djgos_874 {
  width: 295px;
  height: 60px;
  border-top-left-radius: 8px;
  border-top-right-radius: 10px;
  /* border: solid 2px #095AD3; */
  background: #095AD3;
  color: white;
  font-size: 20px;
  text-align: center;
  padding-top: 15px;
}

._questionAdministeredContainer_djgos_887 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
}

._assessmentScoredContainer_djgos_896 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
}

._durationUsedContainer_djgos_905 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
}

._questionAdministered_djgos_887 {
  color: var(--gray-600-body-text, var(--Texts, #475467));
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

._questionAdministeredScore_djgos_923 {
  color: var(--Enum-Primary-Main-500, #095AD3);
  font-family: IBM Plex Serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 60% */
}

._assessmentScored_djgos_896 {
  color: var(--gray-600-body-text, var(--Texts, #475467));
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

._assessmentScoredScores_djgos_942 {
  color: var(--Enum-Primary-Main-500, #095AD3);
  font-family: IBM Plex Serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 60% */
}

._durationUsed_djgos_905 {
  color: var(--gray-600-body-text, var(--Texts, #475467));
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

._durationTime_djgos_961 {
  color: var(--Enum-Primary-Main-500, #095AD3);
  font-family: IBM Plex Serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 60% */
}

._switch_djgos_971 {
  display: flex;
  justify-content: space-between;
  width: 180px;
  margin-top: 10px;
}

._summaryBoard_djgos_978 {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin-left: 200px;
}

._createdBy_djgos_985 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

._category_djgos_498 {
  display: flex;
  padding: 3px 10px;
  align-items: center;
  gap: 4px;
  border-radius: 16px;
  background: var(--Success-50, #ECFDF3);
  mix-blend-mode: multiply;
  color: var(--Success-600, #039855);
  text-align: center;
  /* Text sm/Regular */
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

._resource_djgos_1011 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

._date_djgos_384 {
  display: flex;
  color: var(--gray-600-body-text, var(--Texts, #475467));
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

._unActive_djgos_1028 {
  color: var(--gray-600-body-text, var(--Texts, #475467));
  cursor: pointer;
  /* Base Text/Regular */
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

._span_djgos_1040 {
  color: var(--gray-600-body-text, var(--Texts, #475467));
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

._dateAndTime_djgos_1049 {
  display: flex;
  justify-content: space-between;
  width: 1095px;
  margin-top: 35px;
}

._holder_djgos_1056 {
  display: flex;
  align-items: center;
  gap: 4px;
}

._time_djgos_1062 {
  display: flex;
  color: var(--gray-600-body-text, var(--Texts, #475467));
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
}

._timeAndDate_djgos_1073 {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin-top: 15px;
}

._detailsBody_djgos_1080 {
  width: 500px;
  /* height: 350px;
  border: solid 2px #F2F4F7;
  border-radius: 8px;
  display: flex; */
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid var(--Gray-100, #F2F4F7);
}

._detailsHeader_djgos_1094 {
  color: var(--gray-600-body-text, var(--Texts, #475467));
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
}

._firstContainer_djgos_1104 {
  display: flex;
  justify-content: space-between;
  width: 150px;
  margin-left: 15px;
  margin-top: 15px;
}

._secondContainer_djgos_1112 {
  display: flex;
  justify-content: space-between;
  width: 400px;
  margin-left: 15px;
  margin-top: 30px;
}

._iconAndAmount_djgos_1120 {
  display: flex;
  align-items: center;
  gap: 4px;
}

._rating_djgos_1126 {
  color: var(--gray-600-body-text, var(--Texts, #475467));
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

._thirdContainer_djgos_1136 {
  display: flex;
  justify-content: space-between;
  width: 395px;
  margin-left: 15px;
  margin-top: 30px;
}

._fourthContainer_djgos_1144 {
  display: flex;
  justify-content: space-between;
  width: 150px;
  margin-top: 30px;
  margin-left: 15px;
}

._HeadPoint_djgos_1152 {
  color: var(--gray-600-body-text, var(--Texts, #475467));
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
}

._test_djgos_1162 {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 24px;
  align-self: stretch;
  flex-wrap: wrap;
}

._box_djgos_1171 {
  display: flex;
  padding: 9px 16px 9px 10px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 6px;
  border: 1px solid var(--Gray-50, #F9FAFB);
  background: #FFF;
}

._innerBox_djgos_1182 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

._thirdContainerIconAndAmount_djgos_1189 {
  display: flex;
  justify-content: space-between;
  width: 175px;
  margin-top: 5px;
}

._active_djgos_743 {
  border-bottom: solid 2px #095AD3;
  padding-bottom: 5px;
  padding-left: 7px;
  padding-right: 7px;
  color: var(--Enum-Primary-Main-500, #095AD3);
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  cursor: pointer;
}

._notActive_djgos_1210 {
  padding-bottom: 5px;
  padding-left: 7px;
  padding-right: 7px;
  font-family: DM Sans;
  font-size: 16px;
  cursor: pointer;
}

._viewSummaryBtn_djgos_1219 {
  border: #D0D5DD;
  background: #D0D5DD;
  height: 40px;
  width: 120px;
  color: white;
  margin-left: 400px;
  border-radius: 4px;
}

/* .viewSummaryBtn:hover{
    border:#D0D5DD;
    background:#095AD3;
    height: 40px;
    width: 120px;
    color:white;
    margin-left:300px;
    border-radius: 4px;
} */
._questionListBody_djgos_1238 {
  width: 237px;
  height: 440px;
}

._activeQuestionNum_djgos_1243 {
  width: 115px;
  color: #095AD3;
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 125% */
}

._questionBody_djgos_1254 {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

._activeQuestionBody_djgos_1262 {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  border-left: 2px solid #095AD3;
  padding-left: 8px;
}

._questionListContainer_djgos_1272 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: auto;
  height: 450px;
  overflow-y: auto;
  overflow-x: hidden;
}

._questionListContainer_djgos_1272::-webkit-scrollbar {
  width: 6px;
  /* Width of the scrollbar */
}

._questionListContainer_djgos_1272::-webkit-scrollbar-track {
  background: white;
  /* Color of the track */
}

._questionListContainer_djgos_1272::-webkit-scrollbar-thumb {
  background: #EAECF0;
  /* Color of the scrollbar handle */
  border-radius: 8px;
  /* Rounded corners */
}

._questionNum_djgos_1300 {
  color: var(--Texts, #475467);
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-left: 10px;
  /* 125% */
}

._searchbar_djgos_1311 {
  margin-top: 0;
  margin-bottom: 20px;
}

._SummaryQuestionBody_djgos_1316 {
  width: 450px;
  height: 500px;
  /* border: solid 2px black; */
}

._totalQuestions_djgos_1322 {
  color: var(--Texts, #475467);
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 125% */
}

._totalQuestionBody_djgos_1332 {
  display: flex;
  padding: 10px 10px 10px 0;
  gap: 10px;
}

._questionNo_djgos_1338 {
  color: var(--gray-900-header, var(--grey-900-header, #101828));
  /* Text sm/Medium */
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
  display: flex;
  width: 106.52px;
  height: 21px;
  transform: rotate(0.015deg);
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
}

._questionsummary_djgos_1356 {
  width: 420px;
  height: 494px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid var(--Gray-100, #F2F4F7);
}

._columnLayout_djgos_1364 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  margin-left: 15px;
  margin-top: 25px;
}

._summaryInfo_djgos_1373 {
  color: var(--gray-600-body-text, var(--Texts, #475467));
  /* Base Text/Regular */
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  width: 330.782px;
  transform: rotate(0.015deg);
}

._summaryHead_djgos_1386 {
  transform: rotate(0.015deg);
  color: var(--gray-600-body-text, var(--Texts, #475467));
  /* Base Text/Medium */
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
  margin-left: 15px;
  margin-top: 10px;
}

._answer_djgos_1400 {
  display: flex;
  align-items: flex-start;
  gap: 4px;
}

._button_djgos_1406:disabled {
  cursor: not-allowed;
}

._category2_djgos_1410 {
  /* Text sm/Regular */
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

._categoryBody2_djgos_1420 {
  display: flex;
  padding: 3px 10px;
  align-items: center;
  gap: 4px;
  border-radius: 16px;
  background: var(--Warning-25, #FFFCF5);
  mix-blend-mode: multiply;
}

._titleNameContainer_djgos_1430 {
  display: flex;
  width: 291px;
  flex-direction: column;
  align-items: flex-start;
}

._title_djgos_1430 {
  color: var(--gray-900-header, var(--grey-900-header, #101828));
  text-align: center;
  /* Text lg/Bold */
  font-family: DM Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 155.556% */
}

._AssessmentSummaryGraphBody_djgos_1449 {
  display: flex;
  padding: 0 0 0.117px 4.828px;
  justify-content: flex-end;
  align-items: center;
  border-radius: 9.357px;
  background: #FFF;
  width: 600px;
}

._chart_djgos_1459 {
  width: 500px;
  height: 500px;
}

._profilePic_djgos_1464 {
  width: 100px;
  height: 100px;
  border-radius: 200px;
}

._backContainer_djgos_1470 {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
}

._backArrow_djgos_1477 {
  color: var(--Enum-Primary-Main-500, #095AD3);
  /* Base Text/Regular */
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

._QuestionbankNameContainer_djgos_1488 {
  display: flex;
  align-items: flex-end;
  gap: 230px;
  margin-top: 30px;
}

._innerQuestionbankContainer_djgos_1495 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

._innerQuestionbankContainerEmpty_djgos_1501 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
}

._questionBankName_djgos_1508 {
  display: flex;
  width: 302px;
  height: 22px;
  flex-direction: column;
  justify-content: center;
  color: var(--gray-900-header, var(--grey-900-header, #101828));
  text-align: center;
  /* Text xl/Bold */
  font-family: DM Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 150% */
}

._guide_djgos_1525 {
  color: var(--gray-600-body-text, var(--Texts, #475467));
  /* Text sm/Regular */
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

._editAnalysisButton_djgos_1536 {
  display: flex;
  padding: 8px 14px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid var(--Enum-Primary-Main-500, #095AD3);
  background: var(--Enum-Primary-Main-500, #095AD3);
  /* Shadow/xs */
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  color: var(--White, #FFF);
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
}

._analysisColumnLayout_djgos_1556 {
  display: flex;
  width: 806px;
  flex-direction: column;
  align-items: flex-start;
  gap: 33px;
}

._detailsRowLayout_djgos_1564 {
  display: flex;
  align-items: center;
  gap: 44px;
  margin-top: 35px;
}

._detailsInfo_djgos_1571 {
  color: var(--Texts, #475467);
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

._colorContainer_djgos_1581 {
  color: var(--Texts, #475467);
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

._row_djgos_1591 {
  display: flex;
  width: 806px;
  padding: 10px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-bottom: 0.5px solid var(--Strokes, #C9C9D4);
}

._analysisPercent_djgos_1601 {
  width: 147px;
  flex-shrink: 0;
  color: var(--Icons, #667085);
  font-family: DM Sans;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

._percentageAndProgressBar_djgos_1612 {
  display: flex;
  width: 785px;
  align-items: center;
  gap: 23px;
}

._evaluationContainer_djgos_1619 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

._grade_djgos_1626 {
  color: var(--Texts, #475467);
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

._evaluation_djgos_1619 {
  width: 595px;
  color: var(--Texts, #475467);
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

._analysisPercentRange_djgos_1645 {
  width: 93px;
  height: 18px;
  color: var(--gray-900-header, var(--grey-900-header, #101828));
  font-family: DM Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

._progressContainer_djgos_1656 {
  width: 407px;
  height: 14px;
  flex-shrink: 0;
  border-radius: 16px;
  background: #F0F4F4;
}

._progressBar_djgos_1664 {
  width: 0px;
  height: 14px;
  flex-shrink: 0;
  border-radius: 16px 0 0 16px;
  background: #08B6B6;
}

._emptyAnalysisColumnLayout_djgos_1672 {
  margin-top: 50px;
  display: inline-flex;
  height: 709px;
  width: 870px;
  padding: 128px 200px 348px 201px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid var(--gray-300-borders, #D0D5DD);
  background: #FFF;
}

._setUp_djgos_1686 {
  display: flex;
  align-items: center;
  gap: 8px;
}

._setUp_djgos_1686 div {
  color: var(--Enum-Primary-Main-500, #095AD3);
  /* Base Text/Regular */
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

._emptyStateContainer_djgos_1703 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
}

._emptyStateWriteUp_djgos_1710 {
  color: var(--gray-700-labels-text, #344054);
  /* Base Text/Regular */
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

._assessmentName2_djgos_1721 {
  color: var(--gray-900-header, var(--grey-900-header, #101828));
  font-family: "DM Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 140% */
}

._assessmentSummary_djgos_1731 {
  color: var(--gray-900-header, var(--grey-900-header, #101828));
  /* Text lg/Medium */
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 15px;
  margin-top: 25px;
  /* 155.556% */
}

._holder2_djgos_1744 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

._holder1_djgos_1751 {
  display: flex;
  padding: 24px 27px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  background: #FFF;
}

._reportBox_djgos_1762 {
  display: flex;
  width: 922px;
  padding: 40px 32px;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 8px;
  border: 1px solid var(--gray-300-borders, #D0D5DD);
}

._reportBoxCont_djgos_1772 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

._reportBoxText_djgos_1779 {
  color: var(--gray-600-body-text, #475467);
  /* Text sm/Medium */
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}

._reportBoxValue_djgos_1789 {
  color: #000;
  font-family: "IBM Plex Serif";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 50% */
}._subTitle_1jug8_1 {
    color: #101828;
    text-align: center;
    font-family: DM Sans, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px; /* 125% */
}
._filterOptionCount_1jug8_10 {
    border-radius: 4px;
    border: solid 1px#D0D5DD;
    background: #FFFFFF;
    height: 28px;
    width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}
._filterOptionCountInner_1jug8_20 {
    border-radius: 3px;
    background: #dfe1e2;
    height: 20px;
    width:20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
._variableBody_1jug8_29{
    width: 256px;
    height: 216px;
    overflow-y: scroll;
    overflow-x: hidden;
}
._variableBody_1jug8_29::-webkit-scrollbar {
    width: 6px;
}

._variableBody_1jug8_29::-webkit-scrollbar-track {
    background: white;
}

._variableBody_1jug8_29::-webkit-scrollbar-thumb {
    background: #EAECF0;
    border-radius: 8px;
}
._status_1jug8_47{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #475467;
    margin-bottom: 15px;
    margin-right: 1rem;
}

._sub_1jug8_1 {
    color: #101828;
    font-family: DM Sans, serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

._dialogTitle_1jug8_66 {
    color: #101828;
    font-family: DM Sans, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 155.556% */
}

._subtle_1jug8_75 {
    color: #344054;
    font-family: DM Sans sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px
}

._labelText_1jug8_84 {
    color: #344054;
    font-family: DM Sans sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

._infoType_1jug8_93 {
    color: #475467;
    /* Base Text/Regular */
    font-family: DM Sans sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

/* ::-webkit-scrollbar {
    display: none;
} */

._scrollableContainer_1jug8_107::-webkit-scrollbar {
    display: none;
}

._scrollableContainer_1jug8_107 {
    overflow-y: scroll;
    height: 350px;
}
._sessionText_1jug8_115{
    color: #101828;
    font-family: DM Sans;
    font-size: 18px;
    font-weight: 700;
    line-height: 23.53px;
}

._sessionDesc_1jug8_123 {
    color: #475467;
    font-family: DM Sans, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
._createdBy2_1jug8_131 {
    color: #344054;
    font-family: DM Sans;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}
._createdBy_1jug8_131 {
    font-family: DM Sans, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
}

._datetime_1jug8_146 {
    color: #344054;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 140.066% */
}
._datetime2_1jug8_154{
    color: #475467;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.609px; /* 140.066% */
}

._avatarGroupContainer_1jug8_163 {
    position: absolute;
    bottom: 0;
    left: 0;
    /*width: 100%;*/
    padding: 8px;
    background-color: white;
}

._cancelled_1jug8_172 {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 3px 10px;
    gap: 4px;
    color: #EA0707;
    background: #FEF3F2;
    mix-blend-mode: multiply;
    border-radius: 16px;
    font-family: DM Sans, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}

._past_1jug8_189 {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 3px 10px;
    gap: 4px;
    color: #475467;
    background: #F2F4F7;
    mix-blend-mode: multiply;
    border-radius: 16px;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}
._upcoming_1jug8_204{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 3px 10px;
    gap: 4px;
    color: #028849;
    background: #ECFDF3;
    mix-blend-mode: multiply;
    border-radius: 16px;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}

._sessionDetails_1jug8_220 {
    color: #101828;
    font-family: DM Sans, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

._sessionTag_1jug8_229 {
    color: #475467;
    font-family: DM Sans, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

._additionalInfo_1jug8_238 {
    color: #475467;
    font-family: DM Sans, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

._noOfRegistrant_1jug8_247 {
    border-radius: 6px;
    border: 1px solid #D0D5DD;
    background: #FFF;
    display: flex;
    padding: 4px;
    justify-content: center;
    align-items: center;
    gap: 3px;
    color: #344054;
    text-align: center;
    font-family: DM Sans, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

._notYet_1jug8_265 {
    border-radius: 16px;
    background: #E6EFFB;
    mix-blend-mode: multiply;
    display: flex;
    padding: 5px 12px;
    align-items: center;
    color: #095AD3;
    font-family: DM Sans, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

._filterTitle_1jug8_280 {
    color: #475467;
    font-family: DM Sans, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

._empText_1jug8_289 {
    color: #475467;
    font-size: 14px;
    font-family: DM Sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
._created_1jug8_131{
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 700;
    line-height: 19.61px;
    color:#101828

}

._viewMoreVerticalIcon_1jug8_306 {
    width: 20px;
    height: 20px;
    top: 11px;
    left: 345px;
    padding: 3px 0 3px 0;
    gap: 0;
    border-radius: 2px 0 0 0;
    opacity: 0;
}

._modalOverlay_1gc2z_3 {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-family: sans-serif;
  z-index: 50;
}

._modalContent_1gc2z_16 {
  background-color: white;
  border-radius: 0.75rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  width: 100%;
  max-width: 48rem;
  transform: translateY(0);
  transition: all 0.3s;
}

._modalHeader_1gc2z_26 {
  padding: 1.5rem;
  border-bottom: 1px solid #e5e7eb;
}

._headerContent_1gc2z_31 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

._logoContainer_1gc2z_37 {

}

._header_1gc2z_31 {
    display: flex;
    gap: 20px;

}

._title_1gc2z_47 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0;
  text-align: center;
  color: #101828;
  margin: 0;
}

._instituteLogo_1gc2z_58 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

._instituteName_1gc2z_65 {
  color: #475467;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

._headerRight_1gc2z_72 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

._categoryTag_1gc2z_78 {
  background-color: #ECFDF3;
  color: #039855;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
}

._aptitudeTag_1gc2z_87 {
  background-color: #ECFDF3;
  color: #039855;
}

._behaviouralTag_1gc2z_92 {
  background-color: #EEF3FC;
  color: #095AD3;
}

._closeButton_1gc2z_98 {
  color: #9ca3af;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.25rem;
}

._closeButton_1gc2z_98:hover {
  color: #4b5563;
}

._tabSection_1gc2z_110 {
  padding: 1.5rem;
}

._tabGroup_1gc2z_114 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border: 1px solid #D0D5DD;
  background: #F9FAFB;
  border-radius: 4px;
  padding: 12px 20px;

}

._tabButtons_1gc2z_126 {
  display: flex;
  justify-content: space-between;
}

._tab_1gc2z_110 {
  display: flex;
  align-items: center;
  gap: 4px;
  /*background-color: #F9FAFB;*/
  padding: 4px 8px;
  /*border-radius: 20px;*/
  /*border: 1px solid #D0D5DD;*/
  height: 29px;
  color: #4B5563;
  margin-right: 12px;
  cursor: pointer;
}

._tab_1gc2z_110:hover {
  background-color: #f3f4f6;
}

._tabActive_1gc2z_149 {
  background-color: #FFFFFF;
}

._tabLabel_1gc2z_153 {
  color: #4B5563;
  font-size: 12px;
}

._tabValueParent_1gc2z_158 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 21px;
  background: #FFFFFF;
  border-radius: 6px;
  margin-left: 4px;
  border: 1px solid #D0D5DD;
  padding: 3px 4px;
}

._tabValue_1gc2z_158 {
  height: 15px;
  width: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #344054;
  background: #F2F4F7;
  font-size: 12px;
}

._userInfo_1gc2z_183 {
  display: flex;
  align-items: center;
  color: #4b5563;
}

._userName_1gc2z_189 {
  font-weight: 400;
  color: #475467;
  margin-left: 0.5rem;
}

._selectionOptions_1gc2z_195 {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 600px;
  margin: 0 auto;
  align-items: center;
}

._optionCard_1gc2z_205 {
  display: flex;
  align-items: flex-start;
  padding: 1rem;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s;
  width: 100%;
  background: #FFFFFF;
}

._optionCard_1gc2z_205:hover {
  border-color: #3b82f6;
  background-color: #eff6ff;
}

._radioInput_1gc2z_221 {
  margin-top: 0.25rem;
  height: 1.25rem;
  width: 1.25rem;
  color: #2563eb;
  border-color: #e5e7eb;
}

._optionContent_1gc2z_229 {
  margin-left: 1rem;
}

._optionTitle_1gc2z_233 {
  font-size: 1.125rem;
  font-weight: 500;
  color: #101828;
  margin: 0;
}

._optionDescription_1gc2z_240 {
  color: #475467;
  font-weight: 400;
  margin: 0.25rem 0 0 0;
}

/* Moved to sharedModal.module.css */

._autoSelectionBlock_1gc2z_258 {
  margin-top: 1rem;
  padding: 1.5rem;
  background: #F9FAFB;
  border: 1px solid #EAECF0;
  border-radius: 8px;
  display: flex;
  gap: 1.5rem;
  width: 100%;
}

._levelSelectBox_1gc2z_269 {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

._levelLabel_1gc2z_276 {
  font-weight: 500;
  color: #344054;
  font-size: 0.875rem;
}

._inputWrapper_1gc2z_282 {
  position: relative;
}

._numberInput_1gc2z_286 {
  width: 100%;
  padding: 0.625rem;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  font-size: 0.875rem;
  color: #101828;
  background: #FFFFFF;
}

._numberInput_1gc2z_286:focus {
  outline: none;
  border-color: #095AD3;
  box-shadow: 0 0 0 4px rgba(9, 90, 211, 0.1);
}

._maxCount_1gc2z_302 {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.75rem;
  color: #667085;
}

@media (max-width: 640px) {
  ._autoSelectionBlock_1gc2z_258 {
    flex-direction: column;
    gap: 1rem;
  }
}
._screenContainer_mzht0_1 {
  font-family: 'Inter', sans-serif;
  background-color: #F9FAFB;
  color: #101828;
  max-width: 900px;
  margin: 2rem auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border: 1px solid #EAECF0;
}
._screenPadding_mzht0_12 {
  padding: 1.5rem 2rem;
}
._header_mzht0_15 {
  display: flex;
  gap: 20px;

}

._headerContent_mzht0_21 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
._logoContainer_mzht0_26 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
._logoTitle_mzht0_31 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
._headerTitle_mzht0_36 {
  font-size: 1.25rem;
  font-weight: 600;
}
._title_mzht0_40 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0;
  color: #101828;
  margin: 0;
}
._instituteLogo_mzht0_49 {
  display: flex;
  align-items: center;
  gap: 8px;
}
._instituteName_mzht0_54 {
  color: #475467;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
._headerRight_mzht0_60 {
  display: flex;
  align-items: center;
  gap: 16px;
}
._userInfo_mzht0_65 {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #4b5563;
  padding: 4px 8px;
  border: 1px solid #D0D5DD;
  /*border-radius: 20px;*/
  background: #F9FAFB;
  height: 29px;
}
._userWrapper_mzht0_76 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 8px;
  background: #F9FAFB;
  height: 29px;
  margin-left: 12px;
}
._userName_mzht0_85 {
  font-weight: 400;
  color: #475467;
  font-size: 12px;
}
._selectedCount_mzht0_90, ._userProfile_mzht0_90 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: #344054;
  border: 1px solid #D0D5DD;
  padding: 0.5rem 1rem;
  border-radius: 8px;
}
._selectedCountValue_mzht0_101 {
  font-weight: 600;
  background-color: #F2F4F7;
  padding: 2px 8px;
  border-radius: 4px;
}
._selectedCount_mzht0_90 {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid #D0D5DD;
  color: #4B5563;
  font-size: 12px;
}
._searchSection_mzht0_117 {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 24px;
}
._searchInputWrapper_mzht0_122 {
  position: relative;
  width: 271px;
}
._searchInputWrapper_mzht0_122 svg {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #667085;
  z-index: 1;
}
._searchInput_mzht0_122 {
  width: 271px !important;
  height: 40px !important;
  padding: 8px 12px 8px 36px !important;
  gap: 8px;
  border-radius: 4px !important;
  border: 1px solid #D0D5DD !important;
  font-size: 16px;
  color: #101828;
  background: #FFFFFF;
}
._searchInput_mzht0_122 input {
  padding: 0 !important;
}
._searchInput_mzht0_122:focus-within {
  outline: none;
  border-color: #2E90FA !important;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
._levelFilters_mzht0_153 {
  display: flex;
  gap: 0.5rem;
}
._levelFilterBtn_mzht0_157 {
  padding: 0.6rem 1rem;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  background-color: #FFFFFF;
  font-weight: 500;
  cursor: pointer;
  font-size: 0.9rem;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
._levelFilterBtn_mzht0_157:hover {
  background-color: #F9FAFB;
}
._questionList_mzht0_170 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
._questionCard_mzht0_175 {
  background-color: #FFFFFF;
  border: 1px solid #EAECF0;
  border-radius: 12px;
  padding: 1.25rem;
  transition: box-shadow 0.2s;
}
._questionCard_mzht0_175:hover {
  box-shadow: 0 4px 15px rgba(0,0,0,0.07);
}
._cardHeader_mzht0_185 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}
._cardContent_mzht0_191 {
  flex-grow: 1;
}
._cardLevelBadge_mzht0_194 {
  background-color: #F0F9FF;
  color: #026AA2;
  padding: 2px 8px;
  border-radius: 16px;
  font-size: 0.8rem;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 0.5rem;
}
._cardQuestion_mzht0_204 {
  font-size: 1rem;
  color: #1D2939;
  font-weight: 500;
  margin-bottom: 1rem;
}
._cardActions_mzht0_210 {
  display: flex;
  align-items: center;
}
._cardCheckbox_mzht0_214 {
  width: 18px;
  height: 18px;
  border-radius: 6px;
  border: 1px solid #D0D5DD;
  accent-color: #1570EF;
  cursor: pointer;
}
._cardArrow_mzht0_222 {
  color: #667085;
  cursor: pointer;
  margin-left: auto;
}
._cardFooter_mzht0_227 {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  color: #475467;
}
/* Moved to sharedModal.module.css */





@media (max-width: 768px) {
  ._screenContainer_mzht0_1 {
    margin: 1rem;
  }
  ._screenPadding_mzht0_12 {
    padding: 1rem 1.5rem;
  }
  ._header_mzht0_15, ._filtersBar_mzht0_246, ._footerActions_mzht0_246 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  ._filtersBar_mzht0_246 {
    flex-direction: column;
    gap: 1rem;
    align-items: stretch;
  }
  ._selectionInfo_mzht0_255 {
    width: 100%;
    justify-content: space-between;
  }
  ._searchSection_mzht0_117 {
    flex-direction: column;
    align-items: stretch;
  }
}
@media (max-width: 480px) {
  ._headerTitle_mzht0_36 {
    font-size: 1rem;
  }
  ._logoTitle_mzht0_31 span {
    display: none;
  }
  ._tabs_mzht0_271 {
    flex-direction: column;
    align-items: stretch;
  }
  ._tab_mzht0_271 {
    text-align: center;
    border-right: none;
    border-bottom: 1px solid #D0D5DD;
  }
  ._tab_mzht0_271:last-child {
    border-bottom: none;
  }
  ._levelFilters_mzht0_153 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  ._levelFilters_mzht0_153 ._levelFilterBtn_mzht0_157:last-child {
    grid-column: 1 / -1;
  }
  ._footerActions_mzht0_246 {
    flex-direction: column-reverse;
  }
  ._btn_mzht0_293 {
    width: 100%;
    text-align: center;
  }
}
._modalContainer_9gvyl_1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

._modalContent_9gvyl_7 {
  background-color: white;
  border-radius: 12px;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  outline: none;
}

._modalHeader_9gvyl_19 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 32px;
  border-bottom: 1px solid #E5E7EB;
}

._modalTitle_9gvyl_27 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
  text-align: center;
  color: #101828;
}

._closeButton_9gvyl_37 {
  padding: 6px;
  border-radius: 50%;
  transition: background-color 0.2s;
}

._closeButton_9gvyl_37:hover {
  background-color: #F3F4F6;
}

._modalBody_9gvyl_47 {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  overflow-y: auto;
}

._searchContainer_9gvyl_55 {
  position: relative;
  width: 253px;
  height: 40px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  margin-right: 0;
}

._searchIcon_9gvyl_66 {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #9CA3AF;
  pointer-events: none;
}

._searchInput_9gvyl_75 {
  width: 100%;
  height: 100%;
  padding: 8px 12px 8px 36px;
  border: 1px solid #D0D5DD;
  border-radius: 4px;
  box-shadow: 0px 1px 2px 0px #1018280D;
  transition: all 0.2s;
  font-size: 16px;
}

._searchInput_9gvyl_75:focus {
  outline: none;
  border-color: #3B82F6;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.3);
}

._cardsGrid_9gvyl_92 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
  gap: 24px;
  margin-top: 8px;
}

._noResults_9gvyl_99 {
  grid-column: 1 / -1;
  padding: 32px 0;
  text-align: center;
  color: #6B7280;
}

._card_9gvyl_92 {
  background-color: white;
  border-radius: 8px;
  padding: 20px;
  border: 2px solid #E5E7EB;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 253px;
  radius: 8px;
  border: 1px solid #D0D5DD
}

._card_9gvyl_92:hover {
  border-color: #93C5FD;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

._cardSelected_9gvyl_126 {
  border-color: #3B82F6;
}

._cardHeader_9gvyl_130 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
}

._cardContent_9gvyl_137 {
  display: grid;
  background: #F6FEF9;
  height: 136px;
  padding: 12px;
  gap: 12px;
  radius: 8px;
}
._cardContent2_9gvyl_145{
  background: #EEF3FC;
  display: grid;
  height: 136px;
  padding: 12px;
  gap: 12px;
  radius: 8px;
}
._cardBody_9gvyl_153 {
    display: grid;
    gap: 4px;

}

._logo_9gvyl_159 {
  width: 48px;
  height: 48px;
  background-color: #FFFFFF;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 20px;
  border: 1px solid #F6FEF9;
  padding: 12px;
}

._categoryTag_9gvyl_174 {
  padding: 2px 24px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  border-radius: 16px;
  height: 26px;
  width: 77px;
}

._categoryDot_9gvyl_185 {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 6px;
}

._aptitudeTag_9gvyl_192 {
  background-color: #ECFDF3;
  color: #039855;
}

._aptitudeDot_9gvyl_197 {
  background-color: #10B981;
}

._behaviouralTag_9gvyl_201 {
  background-color: #E6EFFB;
  color: #095AD3;
}

._behaviouralDot_9gvyl_206 {
  background-color: #F59E0B;
}

._cardTitle_9gvyl_210 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #101828;
}

._cardInstitute_9gvyl_219 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #475467;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

._cardFooter_9gvyl_231 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

._authorText_9gvyl_238 {
  color: #4B5563;
}

._authorName_9gvyl_242 {
  font-weight: 500;
}
._statusTag_9gvyl_245 {
  color: #475467;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0;
  padding: 2px 10px;
  border-radius: 6px;
  display: flex;
}




._levelsGrid_9gvyl_261 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  font-size: 12px;
  color: #6B7280;
}

._levelBox_9gvyl_269 {
  display: flex;
  background-color: #F9FAFB;
  padding: 4px 8px;
  border-radius: 20px;
  gap: 4px;
  height: 29px;
  border: 1px solid #D0D5DD;

}

._levelLabel_9gvyl_280 {
  color: #4B5563;
}

._levelValue_9gvyl_284 {
  height: 15px;
  width: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D0D5DD;
  border-radius: 3px;
  font-weight: 600;
  color: #344054;
  background: #F2F4F7;
}

._levelValueParent_9gvyl_297 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 21px;
  background: #FFFFFF;
  border-radius: 6px;
  margin-left: 4px;
  border: 1px solid #D0D5DD;
  padding: 3px 4px;
}

._modalFooter_9gvyl_310 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  padding: 20px 32px;
  border-top: 1px solid #E5E7EB;
  background-color: #F9FAFB;
}

._cancelButton_9gvyl_320 {
  padding: 10px 24px;
  border: 1px solid #D1D5DB;
  border-radius: 8px;
  color: #4B5563;
  font-weight: 500;
  transition: background-color 0.2s;
}

._cancelButton_9gvyl_320:hover {
  background-color: #F3F4F6;
}

._continueButton_9gvyl_333 {
  padding: 10px 24px;
  background-color: #2563EB;
  color: white;
  font-weight: 500;
  border-radius: 8px;
  transition: background-color 0.2s;
}

._continueButton_9gvyl_333:hover {
  background-color: #1D4ED8;
}

._continueButton_9gvyl_333:disabled {
  background-color: #93C5FD;
  cursor: not-allowed;
}/* skeletonShimmer.css */
@keyframes shimmer {
    0% { background-position: -1000px 0; }
    100% { background-position: 1000px 0; }
}

.skeleton {
    background-color: #e2e8f0;
    border-radius: 4px;
}

.shimmer {
    animation: shimmer 2s infinite linear;
    background-image: linear-gradient(
            to right,
            #e2e8f0 0%,
            #f1f5f9 20%,
            #e2e8f0 40%,
            #e2e8f0 100%
    );
    background-size: 1000px 100%;
}

/* Card layout styles */
.skeleton-card {
    background-color: white;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 253px;
    min-width: 450px;
    max-width: 100%;
    margin-bottom:20px ;
}

.skeleton-card-content {
    display: grid;
    background: #f8fafc;
    height: 136px;
    padding: 12px;
    gap: 12px;
    border-radius: 8px;
}

.skeleton-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 48px;
}

.skeleton-card-body {
    display: grid;
    gap: 4px;
}

.skeleton-card-footer {
    display: flex;
    flex-direction: column;
}

.skeleton-levels-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.skeleton-level-box {
    display: flex;
    flex-direction: column;
    padding: 4px 8px;
}

/* Utility classes */
.w-10 { width: 2.5rem; }
.h-10 { height: 2.5rem; }
.w-20 { width: 5rem; }
.h-6 { height: 1.5rem; }
.w-3\/4 { width: 75%; }
.w-1\/2 { width: 50%; }
.w-1\/4 { width: 25%; }
.h-4 { height: 1rem; }
.w-16 { width: 4rem; }
.w-6 { width: 1.5rem; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.ml-auto { margin-left: auto; }
.rounded { border-radius: 4px; }
.rounded-full { border-radius: 9999px; }._tabs__card_14m5e_1{
    background: #FFFFFF;
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    overflow: auto;
    /*padding-left: 5px;*/
    /*max-height: 500px;*/
    /*padding-right: 5px;*/
    /*overflow-x: scroll;*/
}
._administratorName_14m5e_11{
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;

}
._interview_title_14m5e_19 {
    color:  #101828;
    font-family: IBM Plex Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 160% */
}
._desc_14m5e_27{
    color: #344054;

    /* Text sm/Medium */
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
}
._total_points_14m5e_37{
    color: #475467;

    /* Base Text/Semibold */
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
}
._question_number_14m5e_47{
    color: #101828;

    /* Text sm/Medium */
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
}
._question_title_14m5e_57{
    font-family: 'DM Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #475467;
}
._schedule_message_14m5e_65 {
    color: #475467;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
._mode_14m5e_73{
    color: #101828;
    font-family: DM Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}
._virtual_14m5e_81{
    color: #101828;
    font-family: DM Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
}
._preview_title_14m5e_89{
    color: #101828;
    text-align: center;

    /* Display md/Semibold */
    font-family: IBM Plex Sans;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px; /* 122.222% */
    letter-spacing: -0.72px;
}
._interview_details_title_14m5e_101{
    color: #1D2939;

    /* Text xl/Regular */
    font-family: DM Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
}
._interview_link_14m5e_111{
    color: #095AD3;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 187.5% */
    text-decoration-line: underline;
}
._reminder_14m5e_120{
    color: #101828;
    font-family: DM Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 155.556% */
}
._interview_time_14m5e_128{
    color: #095AD3;
    text-align: right;

    /* Display xs/Bold */
    font-family: IBM Plex Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
}
._dialogTitle_14m5e_139{
    color: #475467;
    font-family: IBM Plex Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}
._type_14m5e_147{
    border-radius: 16px;
    background: #ECFDF3;
    mix-blend-mode: multiply;
    color: #028849;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 3px 10px;
}
._typ_14m5e_147{
    color: #98A2B3;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
._descrp_14m5e_167{
    color:  #475467;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
._point_14m5e_175 {
    color: #475467;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    cursor: pointer;
}
._scheduleInterview_14m5e_184{

}
/* .reminder{
    position: relative;
    left: 30%;
} */
._progress_14m5e_191{
    color: #475467;
    font-family: IBM Plex Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}
._badge_14m5e_199{
    border-radius: 16px;
    background: #ECFDF3;
    mix-blend-mode: multiply;
    padding: 5px 10px;
    gap: 4px;
    width: 167px;
    color: #095AD3;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
._scroll_14m5e_213{
    overflow-y: auto !important;
    overflow-x: hidden;
    max-height: 55vh;
    padding: 1%;
}
._scroll_14m5e_213::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
._scroll_14m5e_213::-webkit-scrollbar-thumb {
    background: #dad7d7;
    border-radius: 3px;
}
._scroll_14m5e_213::-webkit-scrollbar-track {
    background: #f4f4f4;
    border-radius: 3px;
}

._names_14m5e_232{
    flex: 1 0 0;
    color:  #475467;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;

}
._time_14m5e_242{
    color: #475467;
    font-family: DM Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

._texts_14m5e_251{
    color: #475467;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    flex: 1 0 0;
}
._holdText_14m5e_260{
    display: flex;
    padding: 10px 14px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 0px 8px 8px 8px;
    background: #F2F4F7;
    width: 260px;
    margin-left: 77px;
}

._clickButton_14m5e_272{
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: #095AD3;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    width: 50px;
    height: 45px;

}
._homecontainer_14m5e_285{
    gap: 16px;
    justify-content: center;
    margin-top: 100px;
    /*width: 265px;*/
}
._Question_14m5e_291{
    height: 24px;
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #101828;
}
._questionText_14m5e_301{
    width: 670px;
    height: 56px;
    font-family: DM Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #475467;
    margin-top: 10px;
    overflow-x: hidden;
}
._linear__text_14m5e_314 {
    color: #667085;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
._radioInput_14m5e_322 {
    width: 670px;
    height:44px;
    padding: 10px 14px 10px 14px;
    border-radius: 4px;
    border: 1px;
    gap: 8px;
    border:1px solid #D0D5DD;
    box-shadow: 0px 1px 2px 0px #1018280D;
    margin-top: 20px;
}
._assessment_14m5e_333{

    font-family: IBM Plex Sans;
    font-size: 48px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #101828;
}
._asessmentholder_14m5e_343{
    display: flex;
    justify-content: space-between;
}
._name_14m5e_232{

    font-family: DM Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #101828;
    margin-right: 10px;
}
._created_14m5e_358{
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #98A2B3;
    margin-left: 610px;
    margin-top: 20px;

}
._datecreated_14m5e_370{
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #475467;
}
._Aptitude_14m5e_379{
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #028849;
}
._category_14m5e_388{
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #98A2B3;
    margin-left: 50px;
    margin-top: 20px;
}
._bold_14m5e_399{
    display: flex;
    justify-content: center;
}
._instuctor_14m5e_403{
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #475467;
    margin-left: 400px;
    margin-top: -20px;

}
._iconsName_14m5e_415{
    display: flex;
    /*justify-content: space-between;*/
    /*width: 200px;*/
    /*margin-left: 140px;*/
    /*margin-top: 20px;*/
}
._iconsStyles_14m5e_422{
    justify-content: space-between;
    display: flex;
    gap:10px;
}
._destop_14m5e_427{
    width: 21px;
    height: 19.5px;
    top: 2.25px;
    left: 1.5px;
    color: #095AD3;
}
._pee_14m5e_434{
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #095AD3;
    display: flex;
    justify-content: center;
}
._tablet_14m5e_445 {
    width: 18px;
    height: 24px;
    color: #667085;
}
._tablettext_14m5e_450{
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    color: #475467;
    display: flex;
    justify-content: center;
}
._mobile_14m5e_460{
    width: 13.99px;
    height: 22px;
    left: 5.01px;

}
._role_host_14m5e_466{
    font-family: DM Sans;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    color:#11BE67
}
._role_others_14m5e_474{
    font-family: DM Sans;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    color: #F79009;
}
._mobiletext_14m5e_482{
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-left: -6px;
}
._destopText_14m5e_489{
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}
._landscape_14m5e_496{
    width: 22px;
    height: 14px;
    top: 5px;
    right: 10px;
    color: #667085;
}
._editbutton_14m5e_503{
    padding:6px 14px 6px 14px;
    font-size: 16px;
    cursor: pointer;
    background-color:  #095AD3;
    color: #fff;
    border: 1px;
    margin-left: 1050px;
    height: 36px;
    width: 58px;
    box-shadow: 0px 1px 2px 0px #1018280D;
    border-radius: 4px;
}
._empty_14m5e_516{
    width: 240px;
    height: 36px;
    padding: 6px 8px 6px 8px;
    border-radius: 4px;
    color: #D0D5DD;
    /*gap: 16px;*/
    border: 0.5px solid #D0D5DD;
    margin-left: 12px;
}
._preview_14m5e_89 {
    border-radius: 4px;
    border: 1px solid #095AD3;
    /*gap: 8px;*/
    box-shadow: 0px 1px 2px 0px #1018280D;
    height: 40px;
    width:100px;
    padding: 6px;
}


._firstdiv_14m5e_537{
    width: 450px;
    height: 510px;
    margin-top: 50px;
    border:1px solid #EAECF0;
    background: #EAECF0;
    border-radius: 20px;

}
._secondiv_14m5e_546{
    width: 400px;
    height: 450px;
    border:1px solid #EAECF0;
    margin-left: 25px;
    margin-top: 30px;
    background-color: #FFFFFF;
    overflow-x: hidden;
    overflow-y: auto;
}

._Questionn_14m5e_557{
    width: 300px;
    /*styleName: Base Text/Regular;*/
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: left;
    margin-left: 20px;
    margin-top: 40px;
    color: #101828;

}
._radio_14m5e_322 {
    border-radius: 4px;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    margin-top: 8px;
    margin-left: 10px;
    padding: 8px; /* Added padding */
    min-height: 35px; /* Changed to min-height */
    height: auto; /* Allow height to grow */
    overflow-wrap: break-word; /* Wrap long words */
    word-break: break-word; /* Break words if needed */
    display: flex;
    align-items: flex-start; /* Align items to top */
}

._radio_14m5e_322 label {
    display: flex;
    align-items: flex-start;
    width: 100%; /* Take full width */
}
._radio_14m5e_322 label span {
    flex: 1; /* Take remaining space */
    word-break: break-word; /* Wrap text */
    white-space: normal; /* Allow wrapping */
}

._mapped_14m5e_596{
    margin-top: 30px;
}
._questionTexs_14m5e_599{
    width: 250px;
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: left;
    color: #475467;
    margin-top: 10px;
    margin-left: 20px;
}
._iconsStyle_14m5e_422{
    display: flex;
    margin-left: 50px;
    margin-top: 20px;
    justify-items: center;
    gap: 15px;
}
._fdiv_14m5e_617{
    width: 330px;
    height: 580px;
    /* margin-top: 50px;*/
    /* margin-left: 500px; */
    border: 1px solid #EAECF0;
    background: #EAECF0;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;

}
._sediv_14m5e_630{
    width: 300px;
    height: 460px;
    border:1px solid #EAECF0;
    margin-left: 15px;
    margin-top: 55px;
    background-color: #FFFFFF;
    overflow-x: hidden;
    overflow-y: scroll;
    /*overflow-x: hidden;*/
    /*overflow-clip-margin: border-box;*/
}
._ellipe_14m5e_642{
    display: flex;
    justify-content: center;
}

._imagellipe_14m5e_647{
    margin-left: 15px;
}
._prev_scroll_14m5e_650 {
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 490px);
    margin-right: 3px;
}

._prev_scroll_14m5e_650::-webkit-scrollbar {
    background: transparent !important;
    width: 8px;
    height: 8px;
}

._prev_scroll_14m5e_650::-webkit-scrollbar-thumb {
    background: #EAECF0 !important;
    max-height: 20px !important;
    border-radius: 32px;
}
._radios_14m5e_668{
    width: 250px;
    height: 35px;
    border-radius: 4px;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 2px 0px #1018280D;
    margin-top: 8px;
    margin-left: 20px;
}
._firstdivHolder_14m5e_677{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
._divFirst_14m5e_683{
    width: 530px;
    height:354px;
    margin-top: 100px;
    border: 1px solid #EAECF0;
    border-radius: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #EAECF0;
    padding-right: 50px;
}

._divSecond_14m5e_696{
    width: 400px;
    height: 320px;
    border:1px solid #EAECF0;
    background-color: #FFFFFF;
    overflow-x: hidden;
}
._questio_14m5e_47{
    width: 300px;
    /*styleName: Base Text/Regular;*/
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: left;
    margin-left: 20px;
    margin-top: 40px;
    color: #101828;
}
._quesText_14m5e_715{
    width: 380px;
    height: 66px;
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    color: #475467;
    margin-top: 10px;
    margin-left: 20px;
}
._houseradio_14m5e_726{
    width: 332px;
    /*height: 25px;*/
    border-radius: 4px;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 2px 0px #1018280D;
    margin-top: 5px;
    margin-left: 20px;
}

._containerbody_14m5e_736{
    width: 400px;
    height: 301px;
    border-radius: 12px;
    border: 1px solid rgba(16, 24, 40, 0.08);
    background:  #FFF;
    box-shadow: 0px 8px 8px -4px rgba(16, 24, 40, 0.03), 0px 20px 24px -4px rgba(16, 24, 40, 0.08);
}

._notificationbell_14m5e_745{
    flex-shrink: 0;
    margin-top: 20px;
    display:flex;
    justify-content: space-between;
}
._makeCall_14m5e_751{
    align-self: stretch;
    color: #101828;

    /* Text lg/Semibold */
    font-family: DM Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 155.556% */
    width: 352px;
    height: 28px;
    margin-top: 20px;
   margin-left: 20px;
}

._applyStrict_14m5e_767{
    color: #475467;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    margin-left: 20px;
}
._strictholder_14m5e_776{
    display: flex;
    flex-direction:row;
    margin-top: 10px;
    gap: 150px;
}
._criteriaset_14m5e_782{
    color: #475467;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    width: 353px;
    margin-left: 20px;
    height: 40px;
    margin-top: 5px;
}

._buttonsave_14m5e_795{
    border-radius: 4px;
    border: 1px solid  #095AD3;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    height: 40px;
    display: flex;
    width: 168px;
    padding: 8px 14px;
    justify-content: center;
    align-items: center;

}
/*.backgroundHolder{*/
/*    background: #FFf;*/
/*    display: flex;*/

/*}*/

._DesktopText_14m5e_813{
    display: flex;
    justify-content: center;
    align-items: center;
    width:30px;
}

._selectedOption_14m5e_820{
    width: 300px;
    height: 130px;
    border: none;
}
._nametagg_14m5e_825{
    color: #101828;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /*margin-left: 400px;*/
    /*margin-top: -30px;*/
}
._bbuton_14m5e_835{
    display: flex;
    padding: 6px 14px;
    justify-content: center;
    align-items: center;
}
/*.pubuton{*/
/*    display: flex;*/
/*    padding: 6px 14px;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/
._ava_14m5e_847{
    /*margin-right: 20px;*/
    /*margin-top: -30px;*/
    /*margin-left: 30px;*/
}

._adminScc_14m5e_853{
    /*height: 100px !important;*/
    /*overflow-y: auto;*/
    /*overflow-x: hidden;*/
}
._adminScc_14m5e_853::-webkit-scrollbar {
    background: transparent !important;
    width: 8px;
    height: 8px;
}

._adminScc_14m5e_853::-webkit-scrollbar-thumb {
    background: #D0DCE4 !important;
    max-height: 20px !important;
    border-radius: 32px;
}
._emptydiv_14m5e_869{
    display: inline-flex;
    /*height: 1039px;*/
    /*width: 300px;*/
    padding: 36px 20px 20px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 44px;
    flex-shrink: 0;
    margin-top: 0px;
    border: 1px solid #D0D5DD;
    border-right: 1px solid #D0D5DD;
}
._ptag_14m5e_882{
    color: #095AD3;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
}
._nams_14m5e_890{
    color: #475467;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    /*margin-left: 50px;*/

}
._bback_14m5e_900{
    margin-left: 10px;
}

._photo_14m5e_904{
    margin-top: 10px;
    margin-left: 10px;
    /*height: 700px;*/
    overflow-x: hidden;
    border-radius: 16px 16px 0px 0px;

}

._photo_14m5e_904::-webkit-scrollbar {
    width: 6px;
}

._photo_14m5e_904::-webkit-scrollbar-track {
    background: white;
}

._photo_14m5e_904::-webkit-scrollbar-thumb {
    background: #EAECF0;
    border-radius:8px;
}
._session_14m5e_925{
    color: #475467;
    font-family: "IBM Plex Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: -0.72px;
}
._createdOn_14m5e_934{
    color: #475467;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
._july_14m5e_942{
    color: #1D2939;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 20px;
}

/*.calender{*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    flex-direction: row;*/
/*    width: 420px;*/
/*}*/
._last_14m5e_957{
    color: #475467;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
._wat_14m5e_965{
    color: #1D2939;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 20px;
}
._descripton_14m5e_973{
    color: #1D2939;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /*margin-top: 40px;*/
}
._writtenText_14m5e_982{
    color: #475467;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /*width: 660px;*/
    /*height: 85px;*/
    /*margin-top: 20px;*/
}
._link_14m5e_993{
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    color: #095AD3
}
._schedu_14m5e_65{
    color: #101828;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
._schduleoption_14m5e_1009{
    color: #101828;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    cursor: pointer;
}
._host_14m5e_1018{
    color: #1D2939;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
._schOne_14m5e_1026{
    color: #475467;
    text-align: center;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 112.5% */
    width: 100px;
}
._dDate_14m5e_1036{
    color: #1D2939;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
/*.dDatee{*/
/*    color: #1D2939;*/
/*    font-family: "DM Sans";*/
/*    font-size: 18px;*/
/*    font-style: normal;*/
/*    font-weight: 500;*/
/*    line-height: 28px;*/
/*    margin-bottom: 10px;*/
/*}*/
._dateAndTime_14m5e_1053{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 460px;
    margin-top: 30px;
}
._dateTime_14m5e_1060{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 590px;
}

._decem_14m5e_1067{
    color: #344054;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}



._previewAs_14m5e_1078{
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-left: 15px;
    /*margin-top: 30px;*/
}

._imageAvat_14m5e_1088{
    margin-left: 20px;
    border-radius: 200px;
    /*background: url(<path-to-image>), lightgray 50% / cover no-repeat;*/
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}
._avataName_14m5e_1096{
    margin-left: 60px;
    margin-top: -40px;
    color: #101828;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
._avataNames_14m5e_1106{
    margin-left: 60px;
    margin-top: -30px;
    color: #101828;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */

}
._avatarole_14m5e_1117{
    /*margin-top: 0px;*/
    /*margin-left: 60px;*/
    color: #475467;
    font-family: "DM Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
._administartorview_14m5e_1127{
    color: #095AD3;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 60px;
    flex-shrink: 0;
    margin-top: 3px;
    cursor: pointer;
    margin-left: 50px;
}
._administartorviewTwo_14m5e_1140{
    color: #095AD3;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 60px;
    flex-shrink: 0;
    margin-top: 3px;
    /*margin-left:60px;*/
    cursor: pointer;
}
._viewMore_14m5e_1153{
    color: #095AD3;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 80px;
    flex-shrink: 0;
    margin-top: 3px;
    /*margin-left:60px;*/
    cursor: pointer;
}
._mobieview_14m5e_1166{
    font-family: "DM Sans";
    border-radius: 16px 16px 0px 0px;
    background-image: url('https://res.cloudinary.com/dwyiuc4ov/image/upload/v1729515608/mobileview_gprg7f.jpg');
    height: 160px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    background-size: contain;
    width: 280px;
    margin-left: 6px;
    margin-top: 10px;

}
._intro_14m5e_1179{
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-left: 8px;
    color: #475467;
    margin-top: 20px;
}
._course_14m5e_1189{
    font-family: "DM Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-left: 8px;
    color:#475467;
}
._courses_14m5e_1198{
    font-family: "DM Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: -1px;
    color:#475467;
    /*margin-left: 8px;*/
}
._EEG_14m5e_1208{
    font-family: "DM Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    color: #1D2939;
}
._cription_14m5e_1216{
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-left: 8px;
    margin-top: 30px;
}
._letters_14m5e_1225{
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-left: 8px;
    color: #475467;
    width: 330px;
    /*height: 96px;*/
    /*margin-top: 10px;*/

}
._siddiv_14m5e_1238{
    width: 300px;
    height: 460px;
    border:1px solid #EAECF0;
    margin-left: 15px;
    margin-top: 55px;
    background-color: #FFFFFF;

}
._semicolon_14m5e_1247{
    width: 30px;
    margin-left: 15px;


}
._hamburger_14m5e_1253{
    width: 20px;
    margin-top: 5px;
    margin-right: 20px;
    height: 20px;
   color: #FFFFFF;
    cursor: pointer;
}

._bodymodal_14m5e_1262{
    border:0.5px solid #D0D5DD;
    padding: 24px 8px 20px 8px;
    border-radius: 4px;
}
._eDetails_14m5e_1267{
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    color: #475467;
    margin-top: 20px;
    margin-left: 10px;
    cursor: pointer;
    width: 200px;
}

._basicInfo_14m5e_1280{
    font-family: "DM Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    color: #475467;
    margin-left: 10px;
    margin-top: 2px;
    cursor: pointer;

}
._selectedTab_14m5e_1292{
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    color: #095AD3;
}
._selectedSecondTab_14m5e_1300{
    color: #095AD3;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-right: 10px;
}
._lineDive_14m5e_1308{
    width: 1700px;
    margin-top: -40px;
    box-shadow: 0px 1px 0px 0px #00000040;
    /*border-right: 1px solid var(--gray-300-borders, #D0D5DD);*/
    padding: 36px 20px 20px 20px;

}



._type_1fqri_1:hover {
  background: #f5f7fa;
  padding: 5px;
  transition: all 0.1s ease-in-out;
}

._type_1fqri_1 {
  cursor: pointer;
  display: flex;
  gap: 10px;
  align-items: center;
  color: #475467;
  font-family: "DM Sans";
  line-height: 24px;
  background: #fff;
}
._type_1fqri_1 h5 {
  color: #101828;
  font-size: 16px;
  font-weight: 500;
}
._type_1fqri_1 h6 {
  color: #475467;
  font-size: 14px;
  font-weight: 400;
  font-family: "DM Sans";
  font-style: normal;
  line-height: 24px;
}

._typeIcon_1fqri_31 {
  border-radius: 4px;
  border: 1px solid var(--gray-300-borders, #d0d5dd);
  padding: 10px;
}

._left_pane_1fqri_37 {
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100vh - 360px);
}._rightPane_1j8y8_1{
    font-family: DM Sans, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #475467;
    margin-left: 0.7rem;
    margin-top: 2rem;
    margin-bottom: 2rem;

}
._leftPane_1j8y8_13{

    font-family: DM Sans, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #101828;
    /*margin-top: 1.5rem;*/
}
._timeItem_mnauv_1 {
  position: relative;
  display: flex;
  align-items: center;
}

._clock_mnauv_7 {
  right: 7px;
  top: 15px;
  height: 80%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -45px;
  cursor: pointer;
  z-index: 12;
}._container_1gmph_1 {
  margin: 20px 20px;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #d0d5dd;
  width: 90%;
  height: calc(100vh - 410px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
  overflow-x: hidden;
}

._container_1gmph_1::-webkit-scrollbar {
  background: transparent !important;
  width: 8px;
  height: 8px;
}

._container_1gmph_1::-webkit-scrollbar-thumb {
  background: #d0dce4 !important;
  max-height: 20px !important;
  border-radius: 32px;
}

._reIcon_1gmph_27 {
  display: none;
}

._rearrangeIcon_1gmph_31:hover ._reIcon_1gmph_27 {
  display: inline-block !important;
}

._isMobile_1gmph_35 {
  margin: 20px 20px;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #d0d5dd;
  width: 40%;
  height: calc(100vh - 410px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
  overflow-x: hidden;
}

._isMobile_1gmph_35::-webkit-scrollbar {
  background: transparent !important;
  width: 8px;
  height: 8px;
}

._isMobile_1gmph_35::-webkit-scrollbar-thumb {
  background: #d0dce4 !important;
  max-height: 20px !important;
  border-radius: 32px;
}

._characters_1gmph_61 {
  color: var(--gray-600-body-text, #475467);
  /* Base Text/Regular */
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

._linear_1gmph_71 {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  border: 1px solid #f2f4f7;
  background: #fcfcfd;
  padding: 8px 15px;
  margin-bottom: 7px;
}

._linear__text_1gmph_81 {
  color: #667085;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

._file_1gmph_90 {
  border-radius: 16px;
  border: 1px solid #d0d5dd;
  background: #fff;
  display: flex;
  padding: 8px 14px 9px 15px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

._upload_1gmph_101 {
  border-radius: 8px;
  background: #e6effb;
  width: 202px;
  height: 193px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: auto;
}

._upload__text_1gmph_113 {
  color: #095ad3;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

._size_1gmph_122 {
  color: #475467;
  font-family: "DM Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

._picture_1gmph_131 {
  border-radius: 16px;
  border: 1px solid #d0d5dd;
  background: #fff;
  min-height: 160px;
  min-width: 160px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

._upload__image_1gmph_143 {
  border-radius: 8px;
  background: #e6effb;
  display: flex;
  width: 100%;
  height: 80%;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

._pic__title_1gmph_154 {
  color: #475467;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}._basicSettings_sm3uk_1 h4 {
  border-bottom: solid 1px lightgray;
  font-size: 16px;
}

._setting_sm3uk_6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #475467;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

._resp_sm3uk_18 {
  color: #475467;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

._ref_sm3uk_27 {
  color: #101828;
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

._refName_sm3uk_36 {
  color: #095AD3;
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}._complexityLevel_ifl2b_1 {
  padding-top: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
._complexityLevel_ifl2b_1 h4 {
  font-size: 16px;
  height: -moz-max-content;
  height: max-content;
  position: absolute;
  left: 10px;
  top: 17px;
}

._levels_ifl2b_16 {
  text-align: right;
}

._level_ifl2b_16:hover {
  background: #f5f7fa;
  transition: all 0.1s ease-in-out;
}

._level_ifl2b_16 {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #475467;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
._level_ifl2b_16 p {
  text-align: center;
  width: 100%;
}

._controller_ifl2b_41 {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #1d2939;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
._controller_ifl2b_41 p {
  text-align: right;
  width: 100%;
}

._dropdown_ifl2b_56 {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  padding: 10px;
  border-radius: 5px;
}._pointValue_w97ai_1 {
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
._pointValue_w97ai_1 h4 {
  border-bottom: solid 1px lightgray;
  font-size: 16px;
  padding-bottom: 10px;
}

._value_w97ai_13 {
  color: var(--gray-600-body-text, var(--Texts, #475467));
  /* Base Text/Regular */
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}._tableBody_nb10d_1 {
  display: flex;
  flex-direction: column;
  gap: 19px;
  min-height: 59.3vh;
  box-sizing: border-box;
  overflow-y: scroll;
}

._skeleton_nb10d_10 {
  margin: 0.867%;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-around;
}

._dashboardBody_nb10d_18::-webkit-scrollbar {
  width: 6px;
}

._dashboardBody_nb10d_18::-webkit-scrollbar-track {
  background: white;
}

._dashboardBody_nb10d_18::-webkit-scrollbar-thumb {
  background: #EAECF0;
  border-radius: 8px;
}

._title_nb10d_31 {
  color: #1D2939;
  font-family: IBM Plex Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 133.333% */
}

._subtitle_nb10d_40 {
  color: #475467;
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

._label_font_nb10d_49 {
  color: #344054;
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

._btn_text_nb10d_58 {
  color: var(--gray-700-labels-text, #344054);
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}._preview_1x5ca_1 {
  border-radius: 24px 24px 0 0;
  width: 57%;
  border: 1px solid var(--gray-300-borders, #d0d5dd);
  background: #fff;
}

._prev_1x5ca_1 {
  height: calc(100vh - 258px);
}

._skeleton_1x5ca_12 {
  margin: 0.867%;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-around;
}._card_1ytcs_1 {
    background: #FFFFFF;
    border: 1px solid #D0D5DD;
    overflow-x: hidden;
    width: 100%;
}
._card-domain_1ytcs_7{
     background: #FFFFFF;
    overflow-x: hidden; 
}
._all_1ytcs_11{
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color:#101828;
}
._tableHeader_1ytcs_18 {
    border: none;
    border-bottom: 1px solid #EAECF0;
    background:  #F9FAFB;
    padding: 6px 24px 6px 16px;

}
._companyName_1ytcs_25{
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color:#475467;

}
._allRelatedCells_1ytcs_33{
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: -10px;
}
._ready_1ytcs_40{
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color:#095AD3;
    background-color: #E6EFFB;
    border-radius:16px;
    display: inline-flex;
    width:-moz-fit-content;
    width:fit-content;
    padding: 3px 10px;
}
._interviewed_1ytcs_52{
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
     color:#027A48;
    background-color:#ECFDF3;
    border-radius:16px;
    display: inline-flex;
    width:-moz-fit-content;
    width:fit-content;
    padding: 3px 10px;
}
._Pending_1ytcs_64{
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    background-color: #FFFCF5;
    color: #F79009;
    border-radius:16px;
    display: inline-flex;
    width:-moz-fit-content;
    width:fit-content;
    padding: 3px 10px;
}
._iconAndStatus_1ytcs_76{
    display: flex;
    /*flex-direction: row;*/
    gap: 4px;
}

._hoverSide_1ytcs_82:hover{
    color: #095AD3;
}
._card_title_1ytcs_85{
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
}

._label__title_1ytcs_93{
    color: #101828;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
}
._required__title_1ytcs_100 {
    color: #101828;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

._required__title_1ytcs_100:after {
    content:" *";
    color: red;
    font-size: 15px;
}

._required_1ytcs_100{
    color: #EA0707
}
._section_title_1ytcs_117{
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    color: #98A2B3
}
._time_select_1ytcs_125 {
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 20%;
    height: 40px;
    margin-left: 20px;
}


._rowName_1ytcs_134{
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    color:#101828;
}
._rowApplication_1ytcs_141{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    display: flex;
   align-items: center;
    gap: 3px;

}
._iconn_1ytcs_151{
        border: 0.5px solid #D0D5DD;
        width: 20px;
        height: 20px;
        padding: 10px 12px 10px 11px;
        border-radius: 4px;
    /*margin-top: -10px;*/
    }

._rowEmail_1ytcs_160{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    color:#475467
}
._table_title_1ytcs_167{
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}
._creator_1ytcs_175{
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color:#101828
}
._creator_email_1ytcs_183{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color:#475467
}
._modified_1ytcs_191{
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color:#475467

}

._draft_1ytcs_202{
    color:#475467;
    background-color: #F2F4F7;
    padding: 3px 10px 3px 10px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    width: -moz-fit-content;
    width: fit-content;
}
._active_1ytcs_213{
    color:#028849;
    background:#ECFDF3;
    width: -moz-fit-content;
    width: fit-content;
    padding: 3px 10px 3px 10px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;

}
._withdrawn_1ytcs_226{
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    background:rgb(254, 243, 242);
    padding: 3px 10px 3px 10px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    align-items: center;
    color: #EA0707;
}
._inactive_1ytcs_238{
    color:#EA0707;
    background-color: #FEF3F2;
    width: -moz-fit-content;
    width: fit-content;
    padding: 3px 10px 3px 10px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
}
._avatar__text_1ytcs_250{
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    color:#475467
}
._cycleTitle_1ytcs_259{
    font-family: IBM Plex Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0em;
    color: #667085;
}
._select_1ytcs_267{
    font-family: DM Sans;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
}

.content{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #475661;
}
.log{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #101828;
}
.subLog{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #475467;
}
.btnText{
    color: #344054;
}._products_gpbg8_1{
    font-family: DM Sans, serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    color:#475467
}

._ats_gpbg8_12{
    font-family: DM Sans, serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    color: #475467;
}


._active_gpbg8_24 {
    background-color: #e6f0ff;
    border-radius: 8px;
}

._inactive_gpbg8_29 {
    background-color: transparent;
    border-radius: 8px;
}

._activeText_gpbg8_34 {
    color: #095AD3;
    font-family: DM Sans, serif;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
}

._inactiveText_gpbg8_44 {
    color: #475467;
    font-family: DM Sans, serif;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
}
._activeSubText_gpbg8_53 {
    color: #004aad;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
}

._inactiveSubText_gpbg8_64 {
    color: #667085;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
}


._contentHeading_19obq_1{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    color: #101828;
}
._contentInfo_19obq_8{
    /* //styleName: Base Text/Regular; */
    font-family: 'DM Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #475467;
}
._automatic_19obq_17{
    /* //styleName: Base Text/Regular; */
    font-family: 'DM Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}
._subHeading_19obq_25{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /*color: rgba(16, 24, 40, 0.64);*/
    /* color: #475467; */
    color: #101828;
    padding-bottom: 8px;
}
._email-info_19obq_35{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #667085;
}
._lab_19obq_42{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #344054;
}
._emailText_19obq_50{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    color: #101828;
}
._applicationBtn_19obq_56{
    position: sticky;
    bottom: -35rem;
}

._previewText_19obq_61{
    color: #475467;
    font-size: 18px;
    font-family: DM Sans;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
/*a{*/
/*    font-family: 'DM Sans';*/
/*    font-style: normal;*/
/*    font-weight: 500;*/
/*    font-size: 16px;*/
/*    line-height: 28px;*/
/*    text-decoration-line: underline;*/
/*    color: #095AD3;*/
/*}*/

._card_19obq_79{
    border: 2px solid #D0DCE4;
    box-sizing: border-box;
    border-radius: 8px;
    font-family: DM Sans !important;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #001343;
    min-width: 157px;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}
._min_19obq_95{
    color: #475467;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

._card_19obq_79:hover{
    background: #F7FCFF;
    border: 2px solid #095AD3;
    border-radius: 8px;
}
._selectedCard_19obq_109{
    background: #F7FCFF;
    color: #095AD3;
    border: 2px solid #095AD3;
    box-sizing: border-box;
    border-radius: 8px;
    font-family: DM Sans !important;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    min-width: 157px;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}
._cancel_19obq_126{
    font-family: 'DM Sans';
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #064096;
}
._tip_19obq_135{
    font-family: 'DM Sans';
    font-style: normal;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
}
label{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #101828;

}
._skillSelect_19obq_151{
    padding: 4px 10px;
    gap: 8px;
    background: #FFFFFF;
    border: 1px solid #D0D5DD;
    border-radius: 16px;
    font-family: DM Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #344054;
}
._selectedSkill_19obq_165{
    padding: 4px 10px;
    background: #FFFFFF;
    border: 1px solid #095AD3;
    border-radius: 16px;
    font-family: DM Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #095AD3;
}
._btn_19obq_178{
    color: #FFF;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

._scrollBar_19obq_187 {
    max-height: 800px;
    overflow-y: auto;
}

._scrollBar_19obq_187::-webkit-scrollbar {
    background: transparent !important;
    width: 5px;
    height: 8px;
}

._scrollBar_19obq_187::-webkit-scrollbar-thumb {
    background: #c4c4c4 !important;
    max-height: 20px !important;
    border-radius: 6px;
}
._pic_19obq_203{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    /*line-height: 18px;*/
    color: #667085;
}
._up_19obq_211{
    color: #095AD3;
    font-family: 'DM Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
}
._close_19obq_219{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: rgba(16, 24, 40, 0.8);
}
._modal_title_19obq_226{
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #475467;
}
._chipContainer_19obq_235{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    /*max-width: 1900px;*/
    overflow: hidden;
}
._progDesc_19obq_242{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #475467;
}
._tags_19obq_250{
    padding: 3px 9px;
    gap: 8px;
    color: #344054;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /*width: 170px;*/
    /*height: 24px;*/
    background: #FFFFFF;
    border: 1px solid #D0D5DD;
    border-radius: 16px;
}
._programTabs__card_19obq_265{
    background: #FFFFFF;
    border: 1px solid #D0D5DD;
    border-radius: 4px;
    padding-left: 5px;
    padding-right: 5px;

}
._programTab__card_19obq_273{
    background: #FFFFFF;
    border: 1px solid #D0D5DD;
    border-radius: 4px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;

    overflow-y: auto;
    /*height: 20rem;*/
}
._program_html_19obq_284{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
._applicationCycle_19obq_291{
    color: #475467;
    font-family: DM Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
._learnMore_19obq_299{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #095AD3;
}
._createdStep_19obq_308{
    /*width: 445px;*/
    padding: 19px 17px 19px 17px;
    /*height: 62px;*/
    border-radius: 4px;
    border: 1px solid #D0D5DD;
    background: #F9FAFB;
}
._stepName_19obq_316{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /*right: 20px;*/
    /*color: #101828;*/
}
._formBame_19obq_325{
    color: #98A2B3;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;

    /*padding-right: 60px;*/
}


._selectActive_19obq_337{
    color: #095AD3;
    /*background-color: #8EB3EB;*/
}
/*.table-container {*/
/*    width: 100%;*/
/*}*/
._tableContainer_19obq_344 {
    width: 100%;
    /*display: flex;*/
    /*justify-content: center;*/
}

._customTable_19obq_350 {
    border-collapse: collapse;
    width: 100%;
    /*max-width: 600px;*/
}

._customTable_19obq_350 th,
._customTable_19obq_350 td {
    padding: 12px;
    margin: 24px;
    text-align: left;
}

._customTable_19obq_350 th {
    height: 44px;
    background: #F9FAFB;
    border-bottom: 1px solid #EAECF0;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #475467;
}

/*.custom-table tbody tr:nth-child(even) {*/
/*    background-color: #f9f9f9;*/
/*}*/

._customTable_19obq_350 tbody tr:hover {
    background-color: #e6e6e6;
}

._stepItem_19obq_383{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #101828;
}
._formItem_19obq_391{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 3px 10px;
    gap: 4px;
    color: #F79009;
    width: 66px;
    height: 26px;
    background: #FFFCF5;
    mix-blend-mode: multiply;
    border-radius: 16px;
}
._assessmentItem_19obq_404{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 3px 10px;
    gap: 4px;
    color: #475467;
    width: 112px;
    height: 26px;
    background: #F2F4F7;
    mix-blend-mode: multiply;
    border-radius: 16px;
}
._interviewItem_19obq_417{
    display: flex;
    flex-direction: row;
    align-items: center;
    /*padding: 1px 5px;*/
    gap: 4px;
    color: #028849;
    width: 95px;
    height: 26px;
    background: #ECFDF3;
    /*mix-blend-mode: multiply;*/
    border-radius: 16px;
}
._paymentItem_19obq_430{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 3px 10px;
    gap: 4px;
    width: 89px;
    color: #EA0707;
    height: 26px;
    background: #FEF3F2;
    mix-blend-mode: multiply;
    border-radius: 16px;
}
._programText_19obq_443 p {
    color: #667085;
    font-size: 16px;
    font-family: DM Sans;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
._programText_19obq_443 ul li{
    color: #667085;
    font-size: 16px;
    font-family: DM Sans;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    list-style-type: disc;
}
._programText_19obq_443 ol li{
    color: #667085;
    font-size: 16px;
    font-family: DM Sans;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    list-style-type: decimal;
}
._empText_19obq_469{
    color: #475467;
    font-size: 14px;
    font-family: DM Sans;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
._body2_19obq_477{
    height: calc(90vh - (170px)) !important;
}
._drag_19obq_480{
    color: #475661;
    font-family: DM Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 16.8px */
    letter-spacing: 0.12px;
}
._applicantText_19obq_489{
    color:  #344054;
    font-family: DM Sans;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
._timeline_19obq_496 li{
    list-style: none;
}
._filter_pill_19obq_499{
    border-radius: 16px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    border: 2px solid #095AD3;
    background: #FFF;
    width: -moz-max-content;
    width: max-content;
    padding: 2px 10px;

    /* Shadow/xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
._durationText_19obq_513{
    color: #F79009;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
._criteria_link_19obq_521{
    color:  #095AD3;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-decoration-line: underline;
}
._pagination_19obq_530{
    /* //styleName: Base Text/Regular; */
    font-family: DM Sans;
    /* font-size: 16px; */
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #475467;
}


._active__header__nav_1986p_1{
    font-size: 16px;
    font-family: DM Sans;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #095AD3;
}
._not__active__header__nav_1986p_9{
    /*color: red*/
    font-size: 16px;
    font-family: DM Sans;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #475467
}
._main_1xx92_1 {
  border: solid 1px red;
  margin-top: 100px;
}._body1_1kbjn_1 {
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  background: #FFF;
  height: 140px;
}

._body2_1kbjn_8 {
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  background: #FFF;
  height: calc(90vh - 160px) !important;
}

._atsDashCard_1kbjn_15 {
  width: 100%;
  height: auto;
  padding: 16px;
  border-radius: 12px;
  gap: 24px;
  box-sizing: border-box;
  transition: transform 0.3s ease-in-out;
}
._atsDashCard_1kbjn_15:hover {
  transform: scale(1.05);
}

._atsIcon_1kbjn_28 {
  font-size: 1.5rem;
}

._atsCardInnerCard_1kbjn_32 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: start;
  padding: 8px;
}

._num_1kbjn_40 {
  font-size: 1.25rem;
  font-weight: bold;
}

@media (max-width: 1024px) {
  ._atsDashCard_1kbjn_15 {
    max-width: 20rem;
  }
  ._atsCardInnerCard_1kbjn_32 {
    padding: 6px;
  }
  ._num_1kbjn_40 {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  ._atsDashCard_1kbjn_15 {
    max-width: 100%;
    margin-bottom: 1rem;
  }
  ._atsIcon_1kbjn_28 {
    font-size: 1.25rem;
  }
  ._num_1kbjn_40 {
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  ._atsDashCard_1kbjn_15 {
    padding: 12px;
    gap: 10px;
  }
  ._atsIcon_1kbjn_28 {
    font-size: 1rem;
  }
  ._num_1kbjn_40 {
    font-size: 0.8rem;
  }
}
._atsIcon_1kbjn_28 {
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 8px;
  background-color: #ffffff;
}

._topText_1kbjn_88 {
  color: #101828;
  font-size: 20px;
  font-family: DM Sans;
  font-weight: 700;
  line-height: 30px;
}

._spanText_1kbjn_96 {
  color: #475467;
  font-size: 16px;
  font-family: DM Sans;
  line-height: 20px;
}

._btnText_1kbjn_103 {
  font-size: 16px;
  font-family: DM Sans;
  line-height: 24px;
}

._btn_1kbjn_103 {
  gap: 2px;
  color: #095AD3;
}

._metric_1kbjn_114 {
  border-radius: 12px;
  border: 1px solid #EAECF0;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.06), 0 1px 3px 0 rgba(16, 24, 40, 0.1);
}

._view_1kbjn_121 {
  font-size: 14px;
  font-family: DM Sans;
  font-weight: 700;
  line-height: 20px;
}

._num_1kbjn_40 {
  color: #101828;
  font-size: 36px;
  font-family: IBM Plex Sans;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.72px;
}

._cardTitle_1kbjn_137 {
  color: #101828;
  font-size: 16px;
  font-family: DM Sans;
  font-weight: 700;
  line-height: 24px;
}

._atsCardTitle_1kbjn_145 {
  color: #101828;
  font-size: 14px;
  font-family: DM Sans;
  font-weight: 500;
  line-height: 24px;
}

._atsCardInnerCard_1kbjn_32 {
  border: 0.5px solid #FFFFFF !important;
  border-radius: 8px;
  height: 88px;
}

._initialBoard_1kbjn_159 {
  width: 40px;
  height: 40px;
  border-radius: 200px;
  background: rgb(242, 244, 247);
}

._employeeName_1kbjn_166 {
  /* //styleName: Text sm/Medium; */
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  height: 15px;
}

._deactivate_1kbjn_177 {
  height: 26px;
  width: 111px;
  padding-top: 3px;
  border-radius: 16px;
  gap: 4px;
  background: rgb(254, 243, 242);
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  /* margin-left: -30px; */
  /* text-align: center; */
  color: rgb(234, 7, 7);
}

._activate_1kbjn_194 {
  height: 26px;
  width: 73px;
  padding-top: 3px;
  border-radius: 16px;
  gap: 4px;
  background: rgb(236, 253, 243);
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  /* text-align: center; */
  color: rgb(2, 136, 73);
}

._pending_1kbjn_210 {
  height: 26px;
  width: 84px;
  padding-top: 3px;
  border-radius: 16px;
  gap: 4px;
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  /* text-align: center; */
  background: rgb(242, 244, 247);
  color: rgb(71, 84, 103);
}

._hiring_1kbjn_226 {
  height: 22px;
  width: 105px;
  padding-top: 3px;
  border-radius: 16px;
  gap: 4px;
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  background: rgb(250, 250, 255);
  color: rgb(105, 56, 239);
}

._recruiter_1kbjn_242 {
  height: 25px;
  width: 67px;
  padding-top: 3px;
  border-radius: 16px;
  gap: 4px;
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  background: rgb(248, 222, 240);
  color: rgb(207, 9, 211);
}

._admin_1kbjn_258 {
  height: 22px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px 3px;
  border-radius: 16px;
  gap: 4px;
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  background: rgb(255, 252, 245);
  color: rgb(247, 144, 9);
}

._sortAndSearchBox_1kbjn_274 {
  display: flex;
  flex-direction: row;
  gap: 20px;
  position: relative;
}

._sortDropdownBody_1kbjn_281 {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: solid 1px rgb(234, 236, 240);
  box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.25);
  z-index: 100;
  border-radius: 8px;
}

._sortHeaderBox_1kbjn_292 {
  display: flex;
  flex-direction: row;
  gap: 200px;
  padding: 8px 16px;
  border-bottom: solid 2px rgba(0, 0, 0, 0.15);
}

._sortHeaderText_1kbjn_300 {
  font-size: 16px;
  margin: auto;
}

._RadioGroup_1kbjn_305 {
  margin-left: 10px;
}

._sortButtonText_1kbjn_309 {
  border-top: solid 2px rgba(0, 0, 0, 0.05);
}

._emptyStateBody_1kbjn_313 {
  display: flex;
  flex-direction: column;
  height: 400px;
  justify-content: center;
  position: absolute;
  width: 80%;
  align-items: center;
}

._trashAndEditIconsCont_1kbjn_323 {
  display: flex;
  flex-direction: row;
  gap: 12px;
}

._tableHeaderCont1_1kbjn_329 {
  border: none;
  border-bottom: 1px solid var(--gray-200, #EAECF0);
  background: var(--gray-50, #F9FAFB);
  padding: 6px 24px 6px 16px;
}

._tableHeaderCont2_1kbjn_336 {
  border: none;
  border-bottom: 1px solid var(--gray-200, #EAECF0);
  background: var(--gray-50, #F9FAFB);
  padding: 6px 24px 6px 16px;
}

._tableHeader2_1kbjn_343 {
  border: none;
  border-bottom: 1px solid var(--gray-200, #EAECF0);
  background: var(--gray-50, #F9FAFB);
  padding: 6px 24px 6px 16px;
}

._tableHeaderCont3_1kbjn_350 {
  border: none;
  border-bottom: 1px solid var(--gray-200, #EAECF0);
  background: var(--gray-50, #F9FAFB);
  padding: 6px 24px 6px 16px;
}

._tableHeaderCont4_1kbjn_357 {
  border: none;
  border-bottom: 1px solid var(--gray-200, #EAECF0);
  background: var(--gray-50, #F9FAFB);
  padding: 6px 24px 6px 16px;
}

._tableHeaderCont_1kbjn_329 {
  border: none;
  border-bottom: 1px solid var(--gray-200, #EAECF0);
  background: var(--gray-50, #F9FAFB);
  padding: 6px 24px 6px 16px;
}

._tableHeader_1kbjn_329 {
  border: none;
  border-bottom: 1px solid var(--gray-200, #EAECF0);
  background: var(--gray-50, #F9FAFB);
  padding: 6px 24px 6px 16px;
}

._formNameBody_1kbjn_378 {
  width: 544px;
  height: 72px;
  border: none;
}

._NameBody_1kbjn_384 {
  width: 344px;
  height: 72px;
  border: none;
}

._checkboxNameBox_1kbjn_390 {
  display: flex;
  item-align: start;
}

._creatorFormNameBox_1kbjn_395 {
  width: 421px;
}

._creatorFormNameCont_1kbjn_399 {
  width: 340px;
}

._inDraft_1kbjn_403 {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 3px 10px;
  border-radius: 16px;
  gap: 4px;
  background: rgb(230, 239, 251);
  color: rgb(90, 144, 226);
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
}

._archived_1kbjn_418 {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 3px 10px;
  border-radius: 16px;
  gap: 4px;
  background: rgb(254, 243, 242);
  color: rgb(234, 7, 7);
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
}

._open_1kbjn_433 {
  width: -moz-fit-content;
  width: fit-content;
  height: 26px;
  padding: 3px 10px;
  border-radius: 16px;
  gap: 4px;
  background: rgb(230, 239, 251);
  color: rgb(9, 90, 211);
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
}

._closed_1kbjn_448 {
  width: -moz-fit-content;
  width: fit-content;
  height: 26px;
  padding: 3px 10px;
  border-radius: 16px;
  gap: 4px;
  background: rgb(255, 252, 245);
  color: rgb(247, 144, 9);
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
}

._administered_1kbjn_463 {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 16px;
  gap: 4px;
  background: rgb(236, 253, 243);
  color: rgb(2, 136, 73);
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  padding: 3px 10px;
}

._iconAndStatusBox_1kbjn_478 {
  display: flex;
  flex-direction: row;
  gap: 4px;
  justify-content: center;
  margin: auto;
  /* align-items: center; */
}

._formName_1kbjn_378 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  width: 421px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

._Name_1kbjn_384 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  width: 274px;
  height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

._creator_1kbjn_395 {
  width: 214px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

._dateCreated_1kbjn_515 {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

._updated_1kbjn_524 {
  width: 173px;
}

._dateCreatedKebabBox_1kbjn_528 {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

._codeSandBoxStyle_1kbjn_534 {
  stroke-width: 0.5px;
  font-size: 34px;
  width: 131px;
  height: 131px;
}

._filterModalBody_1kbjn_541 {
  width: 256px;
}

._variableBody_1kbjn_545 {
  width: 256px;
  height: 216px;
  overflow-y: scroll;
  overflow-x: hidden;
}

._variableBody_1kbjn_545::-webkit-scrollbar {
  width: 6px;
}

._variableBody_1kbjn_545::-webkit-scrollbar-track {
  background: white;
}

._variableBody_1kbjn_545::-webkit-scrollbar-thumb {
  background: #EAECF0;
  border-radius: 8px;
}

._filterTextAndIcon_1kbjn_565 {
  display: flex;
  gap: 120px;
  padding-left: 18px;
  margin-bottom: 8px;
}

._filterText_1kbjn_565 {
  width: 81px;
  height: 28px;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}

._headerAndChevron_1kbjn_580 {
  display: flex;
  gap: 85px;
  padding-left: 18px;
  margin-top: 10px;
}

._FilterHeaderText_1kbjn_587 {
  width: 71px;
  height: 28px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

._filterVariableBody_1kbjn_595 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: 32px;
  margin-top: 15px;
}

._filterVariableBodyInner_1kbjn_603 {
  display: flex;
  gap: 10px;
}

._checkBox_1kbjn_608 {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: solid 1px #98A2B3;
}

._checkBoxLabel_1kbjn_615 {
  width: 71px;
  height: 28px;
  font-weight: 400;
  font-size: 16px;
}

._filterVariableBody2_1kbjn_622 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: 32px;
  margin-top: 15px;
}

._filterApplyBody_1kbjn_630 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #095AD3;
  font-weight: 500;
  font-size: 16px;
  margin-left: 200px;
}

._filterOptionCount_1kbjn_639 {
  border-radius: 4px;
  border: solid 1px #D0D5DD;
  padding: 4px;
  gap: 3px;
  background: #FFFFFF;
  height: 28px;
  width: 28px;
}

._filterOptionCountInner_1kbjn_649 {
  border-radius: 3px;
  padding: 0 6px;
  gap: 3px;
  background: #F2F4F7;
  height: 20px;
  width: 20px;
}

._filterVariableBodyOuter_1kbjn_658 {
  display: flex;
  gap: 45px;
}._active_step_tb8zb_1{
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}
._active_label_tb8zb_9{
    font-family: DM Sans;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
}
._not_active_step_tb8zb_17{
    /*font-family: DM Sans;*/
    /*font-size: 14px;*/
    /*font-weight: 500;*/
    /*line-height: 20px;*/
    /*letter-spacing: 0em;*/
    /*text-align: left;*/


    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;


}
._not_active_label_tb8zb_34{
    font-family: DM Sans;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;

}


._title_1y8iz_3 {
    color:  #101828;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 150% */
}

._sub_title_1y8iz_11 {
    color: #475467;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}
._info_1y8iz_18 {
    color: #475467;
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
}

._page__title_1vtmn_2{
    color:  #101828;
    text-align: center;

    /* Display xs/Semibold */
    font-family: IBM Plex Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
}
._page__sub_1vtmn_13{
    color: #475467;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
._assessment__title_1vtmn_21{
    color: #101828;
    font-family: DM Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 150% */
}
._basic__title_1vtmn_29{
    color:  #101828;
    font-family: DM Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

._basic__skill__title_1vtmn_38{
    color:  #101828;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
._setting_title_1vtmn_46{
    color: #101828;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
._assessment__sub_1vtmn_54{
    color: #475467;

    /* Base Text/Regular */
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
._label__title_1vtmn_64{
    color: #344054;

    /* Text sm/Medium */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
}
._selectedPerson_1vtmn_74{
    border-radius: 6px;
    background: #F9FAFB;
}
._unSelectedPerson_1vtmn_78:hover{
    border-radius: 6px;
    background: #F9FAFB !important;
}
._content_1vtmn_82{
    color: #101828;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 187.5% */
}
._administered_1vtmn_90{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 3px 10px;
    gap: 4px;
    color:  #028849  !important;
    width: -moz-fit-content;
    width: fit-content;
    height: 26px;
    background: #ECFDF3 !important;
    mix-blend-mode: multiply;
    border-radius: 16px;
}

._archived_1vtmn_104{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 3px 10px;
    gap: 4px;
    color: #EA0707 !important;
    width: -moz-fit-content;
    width: fit-content;
    height: 26px;
    background: #FEF3F2 !important;
    mix-blend-mode: multiply;
    border-radius: 16px;
}

._in-draft_1vtmn_118{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 3px 10px;
    gap: 4px;
    color: #C9C9D4 !important;
    width: -moz-fit-content;
    width: fit-content;
    height: 26px;
    background: #E6EFFB !important;
    mix-blend-mode: multiply;
    border-radius: 16px;
}
._coding_1vtmn_131{
    font-family: IBM Plex Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}
._dateCreated_1vtmn_137{
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
._createdBy_1vtmn_143{
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
._behave_1vtmn_149 {
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color:#F79009
}
._statu_1vtmn_156{
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
._assesment_1vtmn_162{
    font-family: DM Sans;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;

}
._manage_1vtmn_169{
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;

}
._selectHolder_1vtmn_176{
    width: 640px;
    height: 196px;
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #D0D5DD;
    margin-top: 20px;
}
._contentHeading_19obq_1{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    color: #101828;
}
._contentInfo_19obq_8{
    /* //styleName: Base Text/Regular; */
    font-family: 'DM Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #475467;
}
._automatic_19obq_17{
    /* //styleName: Base Text/Regular; */
    font-family: 'DM Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}
._subHeading_19obq_25{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /*color: rgba(16, 24, 40, 0.64);*/
    /* color: #475467; */
    color: #101828;
    padding-bottom: 8px;
}
._email-info_19obq_35{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #667085;
}
._lab_19obq_42{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #344054;
}
._emailText_19obq_50{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    color: #101828;
}
._applicationBtn_19obq_56{
    position: sticky;
    bottom: -35rem;
}

._previewText_19obq_61{
    color: #475467;
    font-size: 18px;
    font-family: DM Sans;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
/*a{*/
/*    font-family: 'DM Sans';*/
/*    font-style: normal;*/
/*    font-weight: 500;*/
/*    font-size: 16px;*/
/*    line-height: 28px;*/
/*    text-decoration-line: underline;*/
/*    color: #095AD3;*/
/*}*/

._card_19obq_79{
    border: 2px solid #D0DCE4;
    box-sizing: border-box;
    border-radius: 8px;
    font-family: DM Sans !important;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #001343;
    min-width: 157px;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}
._min_19obq_95{
    color: #475467;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

._card_19obq_79:hover{
    background: #F7FCFF;
    border: 2px solid #095AD3;
    border-radius: 8px;
}
._selectedCard_19obq_109{
    background: #F7FCFF;
    color: #095AD3;
    border: 2px solid #095AD3;
    box-sizing: border-box;
    border-radius: 8px;
    font-family: DM Sans !important;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    min-width: 157px;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}
._cancel_19obq_126{
    font-family: 'DM Sans';
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #064096;
}
._tip_19obq_135{
    font-family: 'DM Sans';
    font-style: normal;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
}
label{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #101828;

}
._skillSelect_19obq_151{
    padding: 4px 10px;
    gap: 8px;
    background: #FFFFFF;
    border: 1px solid #D0D5DD;
    border-radius: 16px;
    font-family: DM Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #344054;
}
._selectedSkill_19obq_165{
    padding: 4px 10px;
    background: #FFFFFF;
    border: 1px solid #095AD3;
    border-radius: 16px;
    font-family: DM Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #095AD3;
}
._btn_19obq_178{
    color: #FFF;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

._scrollBar_19obq_187 {
    max-height: 800px;
    overflow-y: auto;
}

._scrollBar_19obq_187::-webkit-scrollbar {
    background: transparent !important;
    width: 5px;
    height: 8px;
}

._scrollBar_19obq_187::-webkit-scrollbar-thumb {
    background: #c4c4c4 !important;
    max-height: 20px !important;
    border-radius: 6px;
}
._pic_19obq_203{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    /*line-height: 18px;*/
    color: #667085;
}
._up_19obq_211{
    color: #095AD3;
    font-family: 'DM Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
}
._close_19obq_219{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: rgba(16, 24, 40, 0.8);
}
._modal_title_19obq_226{
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #475467;
}
._chipContainer_19obq_235{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    /*max-width: 1900px;*/
    overflow: hidden;
}
._progDesc_19obq_242{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #475467;
}
._tags_19obq_250{
    padding: 3px 9px;
    gap: 8px;
    color: #344054;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /*width: 170px;*/
    /*height: 24px;*/
    background: #FFFFFF;
    border: 1px solid #D0D5DD;
    border-radius: 16px;
}
._programTabs__card_19obq_265{
    background: #FFFFFF;
    border: 1px solid #D0D5DD;
    border-radius: 4px;
    padding-left: 5px;
    padding-right: 5px;

}
._programTab__card_19obq_273{
    background: #FFFFFF;
    border: 1px solid #D0D5DD;
    border-radius: 4px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;

    overflow-y: auto;
    /*height: 20rem;*/
}
._program_html_19obq_284{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
._applicationCycle_19obq_291{
    color: #475467;
    font-family: DM Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
._learnMore_19obq_299{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #095AD3;
}
._createdStep_19obq_308{
    /*width: 445px;*/
    padding: 19px 17px 19px 17px;
    /*height: 62px;*/
    border-radius: 4px;
    border: 1px solid #D0D5DD;
    background: #F9FAFB;
}
._stepName_19obq_316{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /*right: 20px;*/
    /*color: #101828;*/
}
._formBame_19obq_325{
    color: #98A2B3;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;

    /*padding-right: 60px;*/
}


._selectActive_19obq_337{
    color: #095AD3;
    /*background-color: #8EB3EB;*/
}
/*.table-container {*/
/*    width: 100%;*/
/*}*/
._tableContainer_19obq_344 {
    width: 100%;
    /*display: flex;*/
    /*justify-content: center;*/
}

._customTable_19obq_350 {
    border-collapse: collapse;
    width: 100%;
    /*max-width: 600px;*/
}

._customTable_19obq_350 th,
._customTable_19obq_350 td {
    padding: 12px;
    margin: 24px;
    text-align: left;
}

._customTable_19obq_350 th {
    height: 44px;
    background: #F9FAFB;
    border-bottom: 1px solid #EAECF0;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #475467;
}

/*.custom-table tbody tr:nth-child(even) {*/
/*    background-color: #f9f9f9;*/
/*}*/

._customTable_19obq_350 tbody tr:hover {
    background-color: #e6e6e6;
}

._stepItem_19obq_383{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #101828;
}
._formItem_19obq_391{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 3px 10px;
    gap: 4px;
    color: #F79009;
    width: 66px;
    height: 26px;
    background: #FFFCF5;
    mix-blend-mode: multiply;
    border-radius: 16px;
}
._assessmentItem_19obq_404{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 3px 10px;
    gap: 4px;
    color: #475467;
    width: 112px;
    height: 26px;
    background: #F2F4F7;
    mix-blend-mode: multiply;
    border-radius: 16px;
}
._interviewItem_19obq_417{
    display: flex;
    flex-direction: row;
    align-items: center;
    /*padding: 1px 5px;*/
    gap: 4px;
    color: #028849;
    width: 95px;
    height: 26px;
    background: #ECFDF3;
    /*mix-blend-mode: multiply;*/
    border-radius: 16px;
}
._paymentItem_19obq_430{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 3px 10px;
    gap: 4px;
    width: 89px;
    color: #EA0707;
    height: 26px;
    background: #FEF3F2;
    mix-blend-mode: multiply;
    border-radius: 16px;
}
._programText_19obq_443 p {
    color: #667085;
    font-size: 16px;
    font-family: DM Sans;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
._programText_19obq_443 ul li{
    color: #667085;
    font-size: 16px;
    font-family: DM Sans;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    list-style-type: disc;
}
._programText_19obq_443 ol li{
    color: #667085;
    font-size: 16px;
    font-family: DM Sans;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    list-style-type: decimal;
}
._empText_19obq_469{
    color: #475467;
    font-size: 14px;
    font-family: DM Sans;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
._body2_19obq_477{
    height: calc(90vh - (170px)) !important;
}
._drag_19obq_480{
    color: #475661;
    font-family: DM Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 16.8px */
    letter-spacing: 0.12px;
}
._applicantText_19obq_489{
    color:  #344054;
    font-family: DM Sans;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
._timeline_19obq_496 li{
    list-style: none;
}
._filter_pill_19obq_499{
    border-radius: 16px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    border: 2px solid #095AD3;
    background: #FFF;
    width: -moz-max-content;
    width: max-content;
    padding: 2px 10px;

    /* Shadow/xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
._durationText_19obq_513{
    color: #F79009;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
._criteria_link_19obq_521{
    color:  #095AD3;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-decoration-line: underline;
}
._pagination_19obq_530{
    /* //styleName: Base Text/Regular; */
    font-family: DM Sans;
    /* font-size: 16px; */
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #475467;
}


._mainText_7jpd4_1 {
  color: var(--gray-900-header, #101828);
  /* Text xl/Semibold */
  font-family: DM Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 150% */
}

._selectedItems_7jpd4_11 {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.23);
  background: #fff;
  padding: 5px 12px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
}
._selectedItems_7jpd4_11 input:focus {
  outline: none;
}

._dropdown_7jpd4_27 {
  top: 50px;
  width: 100%;
  background: #fff;
  overflow-y: auto;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow-y: scroll;
  max-height: 40vh;
  margin-top: 15px;
  border-radius: 8px;
  border: 1px solid var(--gray-200, #eaecf0);
  background: var(--base-white, #fff);
  /* Shadow/lg */
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  padding: 2%;
}

._dropdown_item_7jpd4_47 {
  font-size: 16px;
  padding: 8px 12px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
._dropdown_item_7jpd4_47 svg {
  color: transparent;
}
._dropdown_item_7jpd4_47:hover {
  border-radius: 4px;
  background: #e6effb;
}
._dropdown_item_7jpd4_47:hover svg {
  color: #2f73da !important;
}

._selectedItem_7jpd4_11 {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  border: solid 1px lightgray;
  border-radius: 5px;
  padding: 2px 5px;
  justify-content: space-between;
  gap: 5px;
}
._selectedItem_7jpd4_11 svg {
  cursor: pointer;
}._card_kxfa1_1{
    background: #FFFFFF;
    border: 1px solid #D0D5DD;
    overflow-y: auto;
}
._card_title_kxfa1_6{
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
}
._tag1_kxfa1_13{
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #98A2B3;
}
._label_kxfa1_20{
    font-family: DM Sans;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #101828
}._tableHeader_kbgi7_1{
  color:  #475467;
  font-size: 14px;
  font-family: DM Sans;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* background-color: mediumaquamarine; */
}
._atsTableHeader_kbgi7_10{
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  /*text-align: left;*/

}

._itemFlag_kbgi7_20 {
  padding: 2px 8px;
  font-size: 12px;
  display: inline-block;
  border-radius: 16px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  line-height: 18px;
  margin-top: 4px;
}

._addedFromMarketplace_kbgi7_31 {
  color:#475467;
  background-color: #F2F4F7;
}

._addedToMarketplace_kbgi7_36 {
  color: #028849;
  background-color: #ECFDF3;
}




._itemName_kbgi7_44{
  color: #101828;
  font-size: 16px;
  font-family: DM Sans;
  font-style: normal;
  font-weight: bolder;
  line-height: 24px;
}
._appName_kbgi7_52{
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  /*text-align: left;*/

}
._intSta_kbgi7_61{
  border-radius :16px;
  padding :2px 8px 2px 8px;
  background-color: #ECFDF3;
  blend :Multiply;
  width: -moz-max-content;
  width: max-content;
}
._updatedAts_kbgi7_68{
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
}
._appEmail_kbgi7_75{
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;

}
._extraItem_kbgi7_84{
  color: #101828;
  /* Base Text/Regular */
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
._formItem_kbgi7_93{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 3px 10px;
  gap: 4px;
  color: #F79009 !important;
  width: -moz-fit-content;
  width: fit-content;
  height: 26px;
  background: #FFFCF5 !important;
  mix-blend-mode: multiply;
  border-radius: 16px;
}
._assessmentItem_kbgi7_106{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 3px 10px;
  gap: 4px;
  color: #475467 !important;
  width: -moz-fit-content;
  width: fit-content;
  height: 26px;
  background: #F2F4F7 !important;
  mix-blend-mode: multiply;
  border-radius: 16px;
}
._interviewItem_kbgi7_119{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 3px 10px;
  gap: 4px;
  color: #028849 !important;
  width: -moz-fit-content;
  width: fit-content;
  height: 26px;
  background: #ECFDF3 !important;
  border-radius: 16px;
}
._paymentItem_kbgi7_131{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 3px 10px;
  gap: 4px;
  width: -moz-fit-content;
  width: fit-content;
  color: #EA0707 !important;
  height: 26px;
  background: #FEF3F2 !important;
  mix-blend-mode: multiply;
  border-radius: 16px;
}
._reorderItem_kbgi7_144{
  display: flex;
  width: 345px;
  padding: 16px 10px;
  margin: 20px 0;
  align-items: center;
  background:  #F9FAFB;
  /*background: #699acc;*/
}
._modified_kbgi7_153{
  color: #101828;
  font-size: 16px;
  font-family: DM Sans;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* background-color: magenta; */
}
._modifiedBy_kbgi7_162{
  color: #475467;
  font-size: 14px;
  font-family: DM Sans;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
._modalTitle_kbgi7_170{
  color: #101828;
  font-size: 18px;
  font-family: DM Sans;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
._duration_kbgi7_178{
  color: #095AD3;
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration-line: underline;
}

._draft_kbgi7_188{
  color:#475467;
  background-color: #F2F4F7;
  border-radius:16px;
  width:-moz-fit-content;
  width:fit-content;
  display:flex;
  justify-content:center;
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 3px 10px;
}
._archived_kbgi7_201 {
   width: -moz-fit-content;
   width: fit-content;
   height: 26px;
   padding: 3px 10px;
   border-radius: 16px;
   gap: 4px;
   background: rgba(254, 243, 242, 1);
   color: rgba(234, 7, 7, 1);
   font-family: DM Sans;
   font-size: 14px;
   font-weight: 400;
   line-height: 20px;
   letter-spacing: 0;

 }
._iconAndStatus_kbgi7_216 {
  display: flex;
  flex-direction: row;
  gap: 4px;
  /*justify-content: center;*/
  /* align-items: center; */
}
._ready_kbgi7_223{
  color:  #028849;
  background-color: #ECFDF3;
  border-radius:16px;
  display: inline-flex;
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 3px 10px;
}
._category_kbgi7_234{
  color: #F79009;
  background-color: #FFFCF5;
  width:70px ;
  border-radius: 16px;
  display: flex;
  justify-content: center;
}
._menuItem_kbgi7_242{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 150px;
}
._setting_title_kbgi7_248{
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;

}
._setting_sub_kbgi7_257{
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;

}
._second_title_kbgi7_266{
  font-family: DM Sans;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
}
/* .hoverRow:hover {
  background-color: #f0f0f0; /* Change background on hover */
  /* cursor: pointer;  */
/* }
.itemWithHover .iconHidden {
  visibility: hidden;
}
.itemWithHover:hover .iconHidden {
  visibility: visible;
} */

._hoverRow_kbgi7_273 {
  transition: background-color 0.3s ease;
  /* Add other hover effects here if needed */
}

._hoverRow_kbgi7_273:hover {
  background-color: #f0f0f0; /* or any color you prefer */
}
._contentHeading_kbgi7_292 {
  font-weight: 600;
  font-size: 24px;
  color: #344054;
  font-family: 'IBM plex Sans', sans-serif;
}
._contentInfo_kbgi7_298 {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #475467;
}
._automatic_kbgi7_304 {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
}
._subHeading_kbgi7_309 {
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #101828;

}
._title_qvhc3_1{
    font-family: IBM Plex Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0em;
    color:#667085
}
._name_qvhc3_9{
    font-family: IBM Plex Sans;
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0em;
    color: #19191a

}
._active_qvhc3_18{
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    color:#028849;
    background:#ECFDF3;
    padding: 3px 10px 3px 10px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    align-items: center
}
._offerText_qvhc3_30{
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    margin-left: 16px;
    margin-top: 5px;
}
._scheduled_qvhc3_40{
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    color:#F79009 ;
    background:#FFFCF5;
    padding: 3px 10px 3px 10px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    align-items: center
}
._makeOffers_qvhc3_52{
    width: 115px;
    height: 40px;
    /*top: 219px;*/
    /*left: 1007px;*/
    gap: 10px;
    border: 2px solid #095AD3;
    border-radius: 4px;
    color: #095AD3;

}
._draft_qvhc3_63{
    color:#475467;
    background: #F2F4F7;
    padding: 3px 10px 3px 10px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
}
._inactive_qvhc3_75{
    color:#EA0707;
    background-color: #FEF3F2;
    padding: 3px 10px 3px 10px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
}

._applicant_qvhc3_88{
/*//styleName: Text sm/Regular;*/
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;

}
._created_qvhc3_98{
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    color:#475467;
}
._created_qvhc3_98 ul li{
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    color:#475467;
    list-style-type: disc;
}
._created_qvhc3_98 ol li{
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    color:#475467;
    list-style-type: decimal;
}
._tag_qvhc3_124{
    padding: 2px 9px 2px 9px;
    border-radius: 16px;
    border: 1px solid #98A2B3;
    gap: 3px;
}
._summary_qvhc3_130{
    font-family: DM Sans;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
    color: #101828
}
._panel_top_qvhc3_138{
    font-family: 'DM Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    color: #475467;
}
._panel_sub_qvhc3_146{
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    color: #475467;
}
._tagHeader_qvhc3_154{
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    color: #101828;
}
._btn_qvhc3_162{
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
}
._set_qvhc3_169{
    border-radius: 8px;
    border: 1px solid #D0D5DD;
}

p a {
    text-decoration: underline !important;
    color: #095AD3 !important;
    font-style: italic;
}._questionGridBody_1djw4_1 {
  height: calc(100vh - 305px);
  overflow-x: hidden;
  overflow-y: scroll;
}

._questionGridBody_1djw4_1::-webkit-scrollbar {
  width: 6px;
}

._questionGridBody_1djw4_1::-webkit-scrollbar-track {
  background: white;
}

._questionGridBody_1djw4_1::-webkit-scrollbar-thumb {
  background: #EAECF0;
  border-radius: 8px;
}

._questionGridBodyExplore_1djw4_20 {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  width: 70%;
  overflow: auto;
}

._questionGridBodyExplore_1djw4_20::-webkit-scrollbar {
  width: 6px;
}

._questionGridBodyExplore_1djw4_20::-webkit-scrollbar-track {
  background: white;
}

._questionGridBodyExplore_1djw4_20::-webkit-scrollbar-thumb {
  background: #EAECF0;
  border-radius: 8px;
}

._jobCard_1djw4_41 {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid var(--gray-300-borders, #D0D5DD);
  background: #FFF;
  cursor: pointer;
  width: 372px;
  height: 249px;
}

._skeleton_1djw4_51 {
  display: flex;
  flex-direction: row;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 40px;
}

._questionGridBodyExplore_1djw4_20::-webkit-scrollbar {
  width: 6px;
}

._questionGridBodyExplore_1djw4_20::-webkit-scrollbar-track {
  background: white;
}

._questionGridBodyExplore_1djw4_20::-webkit-scrollbar-thumb {
  background: #EAECF0;
  border-radius: 8px;
}

._add_1djw4_72 {
  color: #095AD3;
  font-weight: 500;
  font-size: 14px;
}

._questionBankName_1djw4_78 {
  font-weight: 600;
  font-size: 24px;
  width: 298px;
  height: 32px;
  line-height: 32px;
  color: #667085;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

._questionBankQuestionsBody_1djw4_90 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

._aptitude_1djw4_97 {
  width: 81px;
  height: 30px;
  background: #ECFDF3;
  border-radius: 16px;
  color: #027A48;
  display: flex;
  padding: 5px 12px;
  justify-content: center;
  align-items: center;
}

._nameCategoryBody_1djw4_109 {
  display: flex;
  flex-direction: row;
}

._creatorDateBody_1djw4_114 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  height: 24px;
}

._searchNameBodyCont_1djw4_121 {
  display: flex;
  gap: 430px;
}

._backBtn_1djw4_126 {
  width: 1050px;
  height: 40px;
  margin-top: 15px;
  color: #095AD3;
}

._exploreBackButton_1djw4_133 {
  color: #095AD3;
}

._numberStyle_1djw4_137 {
  border-radius: 6px;
  border: 1px solid #D0D5DD;
  padding: 3px 4px;
  background: #FFF;
}
._numberStyle_1djw4_137 span {
  width: 26px;
  border-radius: 3px;
  background: #F2F4F7;
  padding: 0 12px;
}

._intermediate_1djw4_150 {
  width: 97px;
  height: 22px;
  background: #ECFDF3;
  border-radius: 16px;
  color: #027A48;
  display: flex;
  padding: 5px 12px;
  justify-content: center;
  align-items: center;
}

._basic_1djw4_162 {
  width: 49px;
  height: 22px;
  background: #FFFCF5;
  border-radius: 16px;
  color: #F79009;
  display: flex;
  padding: 5px 12px;
  justify-content: center;
  align-items: center;
}

._advanced_1djw4_174 {
  width: 76px;
  height: 22px;
  background: #FEF3F2;
  border-radius: 16px;
  color: #EA0707;
  display: flex;
  padding: 5px 12px;
  justify-content: center;
  align-items: center;
}

._addButton_1djw4_186 {
  cursor: pointer;
  font-size: 18px;
}

._addButton_1djw4_186:hover {
  color: #095AD3;
  font-weight: 500;
}

._tableCell_1djw4_196 {
  border: none;
}

._tableCellDiv_1djw4_200 {
  font-size: 12px;
  font-weight: 400;
}

._headerTableRow_1djw4_205 {
  position: sticky;
  top: 0;
  background-color: #EAECF0;
}

._bodyTableRow_1djw4_211 {
  cursor: pointer;
}

._paper_1djw4_215 {
  width: 1050px;
  overflow-x: hidden;
  margin: auto;
}

._editModalHeaderBody_1djw4_221 {
  display: flex;
  justify-content: space-between;
  width: 400px;
}

._editModalTitle_1djw4_227 {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  font-size: 24px;
}

._iconStyle_1djw4_234 {
  margin-top: -5px;
}

._filterVariableBodyOuter_1djw4_238 {
  display: flex;
  flex-direction: row;
  gap: 40px;
}

._questionDetailsModalIcon_1djw4_244 {
  font-size: 16px;
  font-weight: 700;
  color: #475467;
}

._questionOptionsBody_1djw4_250 {
  border: solid 1.5px #D0D5DD;
  border-radius: 8px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-top: 10px;
}

._questionTextStyle_1djw4_258 {
  width: 365px;
  word-wrap: break-word;
  margin-top: 6px;
  font-size: 14px;
  font-weight: 700;
}

._questionDetailsOption_1djw4_266 {
  width: 447px;
  height: 44px;
  border: solid 1.6px #D0D5DD;
  border-radius: 4px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
  font-family: Dm Sans;
  color: #475467;
}

._questionDetailsFooter_1djw4_278 {
  display: flex;
  gap: 16px;
  font-size: 15px;
  font-weight: 700;
  font-family: DM Sans;
  margin-top: 15px;
}

._dialogContentStyles_1djw4_287 {
  display: flex;
  justify-content: space-between;
  width: 480px;
  margin-bottom: 15px;
}

._score_1djw4_294 {
  display: flex;
  width: 200px;
}

._exposure_1djw4_299 {
  width: 200px;
}

._complexityBody_1djw4_303 {
  border: none;
  display: flex;
  align-content: center;
  justify-content: center;
}

._exposureBody_1djw4_310 {
  border: none;
  display: flex;
  align-content: center;
  justify-content: center;
}

._pointValueBody_1djw4_317 {
  border: none;
  display: flex;
  align-content: center;
  justify-content: center;
}

._exploreHeader_1djw4_324 {
  align-items: center;
  display: flex;
  margin-top: 15px;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}

._headerText_1djw4_333 {
  color: #101828;
  font-weight: 500;
  font-size: 30px;
  width: 380px;
  height: 78px;
  line-height: 38px;
  padding-left: 30px;
  text-indent: -60px;
}

._exploreHeader2_1djw4_344 {
  display: flex;
  flex-direction: row;
  position: relative;
  left: 83px;
  width: 100vh;
}

._exploreHeaderText_1djw4_352 {
  font-weight: 600;
  font-size: 24px;
  font-family: "IBM Plex Sans";
  height: 52px;
}

._questionBankEmpty_1djw4_359 {
  height: calc(100vh - 300px);
  display: flex;
  justify-content: center;
  padding-top: 60px;
}

._emptyStateBody_1djw4_366 {
  width: 296px;
  height: 191px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

._codeSandBoxStyle_1djw4_374 {
  stroke-width: 0.5px;
  font-size: 34px;
  width: 131px;
  height: 131px;
}

._archive_1djw4_381 {
  white-space: nowrap;
}

._emptyStateText_1djw4_385 {
  display: flex;
  flex-direction: row;
  gap: 2px;
  color: #095AD3;
  cursor: pointer;
}

._skeleton_1djw4_51 {
  display: flex;
  flex-direction: row;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 40px;
}

._exploreBody_1djw4_401 {
  height: calc(85vh - 100px);
  overflow-x: hidden;
  overflow-y: scroll;
  left: 80px;
  margin: auto;
}

._exploreBody_1djw4_401::-webkit-scrollbar {
  width: 6px;
}

._exploreBody_1djw4_401::-webkit-scrollbar-track {
  background: white;
}

._exploreBody_1djw4_401::-webkit-scrollbar-thumb {
  background: #EAECF0;
  border-radius: 8px;
}

._exploreBody2_1djw4_422 {
  height: calc(85vh - 100px);
  overflow-x: hidden;
  overflow-y: scroll;
  margin: auto;
}

._exploreBody2_1djw4_422::-webkit-scrollbar {
  width: 6px;
}

._exploreBody2_1djw4_422::-webkit-scrollbar-track {
  background: white;
}

._exploreBody2_1djw4_422::-webkit-scrollbar-thumb {
  background: #EAECF0;
  border-radius: 8px;
}.tabs__card{
    background: #FFFFFF;
    border: 1px solid #D0D5DD;
    border-radius: 4px;
    overflow-y: auto;
    padding-left: 5px;
    /*max-height: 500px;*/
    padding-right: 5px;
    /*overflow-x: scroll;*/
}
.tab__card{
    background: #FFFFFF;
    border: 1px solid #D0D5DD;
    border-radius: 4px;
    overflow-y: hidden;
    padding-left: 5px;
    padding-right: 5px;
    height: calc(90vh - (540px)) !important;

}
.eduaction__card{
    background: #FFFFFF;
    border: 1px solid #D0D5DD;
    border-radius: 4px;
    padding-left: 5px;
    padding-right: 5px;
}
.talent__settings{
    background: #FFFFFF;
    border: 1px solid #D0D5DD;
    border-radius: 4px;
    overflow-y: auto;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 15px;
    height: calc(90vh - (300px)) !important;
}
.overlay__card{
    background: #FCFCFD;
    border-radius: 8px;
}
.text__area{
    background: #FFFFFF;
    /* Gray/300 */

    border: 1px solid #D0D5DD;
    /* Shadow/xs */
    resize: none;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    width: 100%;
}
.empty__text{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #344054;

}
/*.sub__tab {*/
/*    position: absolute;*/
/*    !*bottom: -80%;*!*/
/*}*/
.education__text{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-transform: capitalize !important;
    /*color: #475467;*/
}
.about__text{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #344054;

}
.background {
    height: 15vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 10px !important;
    position: relative;
}
.avatar {
    position: relative;
}
.avatar__pen {
    position: absolute;
    z-index: 9;
    right: 0;
    top: 60%;
    /*margin: 20px;*/
}

.profile__name {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    color: #101828;
}
.active__drawer__tab{
    background: #E6EFFB;
    border-radius: 6px;
    padding: 10px 15px 10px;

}
.not__active__drawer__tab{

    padding: 10px 15px 10px;
    /*width: 23vw*/
}
.profile__title {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #101828;
}
.company__title {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #475467
}
.profile__location{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #475467;

}
.text__max{
    font-family: 'DM Sans';
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;

    color: #344054;
}
.side__view{
    position: fixed;
    height: inherit;

}
.side__button{
    right: 7%;
    z-index: 9;
    position: relative;
}
.not__active{
    /*color: red*/
    font-size: 16px;
    font-family: DM Sans;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #475467
}
.not__active div{
    padding: 5px 5px 3px;
}
.active_nav_link{
    font-size: 16px;
    font-family: DM Sans;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #095AD3;
}
.active_nav_link div{
    background: #E6EFFB;
    border-radius: 6px;
    padding: 4px 5px 3px;
}
.dialog__top{
    background: #FFFFFF;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    border-radius: 16px 16px 0 0;
}
.dialog__title{
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #475467;
}
.info__field__title{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #344054;
}
.info__field__sub{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #475467;
}
.main__content {
    min-height: calc(100vh - 44px);
}
.about__content{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #475467;
}
.link__card {
    background: #FFFFFF;
    border: 1px solid #D0D5DD;
    border-radius: 16px;
}
@media only screen and (max-width: 600px) {
    /* .avatar {
        position: absolute;
        z-index: 9;
        top: 23%;
    } */
    .profile__name{
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 15px;
        line-height: 20px;

        color: #101828;
    }
    .profile__location{
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 18px;
    }
    .company__title{
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;

        color: #475467
    }
    .about__text{
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        color: #344054;
    }

}
.other__links__head {
    color:  #101828;
    font-size: 20px;
    font-family: IBM Plex Sans;
    line-height: 20px;
}
._edetailsHeader_tyev4_1{
    color: #101828;
    font-family: DM Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 150% */
}
._basic_tyev4_9{
    color: #98A2B3;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}
._label_tyev4_17{
    color:  #101828;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
}
._btn_back_tyev4_25{
    color: #475467;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}
._scheduleTop_tyev4_33{
    color: #101828;
    font-family: DM Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px; /* 250% */
}
._drp_item_tyev4_41{
    color:  #475467;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
}
._label2_tyev4_49{
    color: #344054;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
}
._val_tyev4_57{
    color:  #475467;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
._btn_text_tyev4_65{
    font-family: DM Sans;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #FFF;
}
._topHeader_tyev4_72{
    font-family: DM Sans;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    color:#101828

}
._required__title_tyev4_81 {
    color: #101828;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

._required__title_tyev4_81:after {
    content:" *";
    color: red;
    font-size: 15px;
}
._setting_title_tyev4_94{
    color: #101828;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
._personal_12ktv_1 {
  color: #344054;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}
._update_12ktv_7 {
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #475467;
}
._mainBody_12ktv_14 {
  width: 100%;
  overflow-x: hidden;
  border-radius: 12px;
  background: linear-gradient(0deg, #ffffff, #ffffff),
    linear-gradient(0deg, #eaecf0, #eaecf0);
  border: 1px solid #eaecf0;
  /* margin-left: 9rem; */
  box-shadow: 0 1px 2px 0 hsla(220, 43%, 11%, 0.051);
}

._mainBodyCert_12ktv_25 {
  width: 100%;
  overflow-x: hidden;
  border-radius: 12px;
  background: linear-gradient(0deg, #ffffff, #ffffff),
    linear-gradient(0deg, #eaecf0, #eaecf0);
  border: 1px solid #eaecf0;
  /* margin-left: 9rem; */
  box-shadow: 0 1px 2px 0 hsla(220, 43%, 11%, 0.051);
  height: 27rem;
}

._schoolPicture_12ktv_37 {
  width: 45px;
  height: 42px;
  padding: 7px 8.14px 6px 9px;
  /*gap: 0px;*/
  border-radius: 4px 0 0 0;
  border: 1px solid #d0d5dd;
  /*opacity: 0px;*/
}
._university_12ktv_46 {
  /* //styleName: Base Text/Bold; */
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #475467;
}
._body_12ktv_55 {
  width: 100%;
  overflow-x: hidden;
  border-radius: 12px;
  background: linear-gradient(0deg, #ffffff, #ffffff),
    linear-gradient(0deg, #eaecf0, #eaecf0);
  border: 1px solid #eaecf0;
  box-shadow: 0 1px 2px 0 hsla(220, 43%, 11%, 0.051);
  /* margin-left: 9rem; */
  /*color: #e5e4e4;*/
}

._profile_12ktv_67 {
  width: 100%;
  overflow-x: hidden;
  border-radius: 12px;
  background: linear-gradient(0deg, #ffffff, #ffffff),
    linear-gradient(0deg, #eaecf0, #eaecf0);
  border: 1px solid #eaecf0;
  box-shadow: 0 1px 2px 0 hsla(220, 43%, 11%, 0.051);
  height: 27rem;
  margin-left: 9rem;
  /*color: #e5e4e4;*/
}
._profile1_12ktv_79 {
  /* min-width: 200px; */
  width: 100%;
  overflow-x: hidden;
  border-radius: 12px;
  background: linear-gradient(0deg, #ffffff, #ffffff),
    linear-gradient(0deg, #eaecf0, #eaecf0);
  border: 1px solid #eaecf0;
  box-shadow: 0 1px 2px 0 hsla(220, 43%, 11%, 0.051);
  height: 27rem;
  /* margin-left: 9rem; */
  /*color: #e5e4e4;*/
}
._type_12ktv_92 {
  /* //styleName: Base Text/Medium; */
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #475467;
}

/*.mainBody::-webkit-scrollbar {*/
/*    width: 6px;*/
/*}*/

/*.mainBody::-webkit-scrollbar-track {*/
/*    background: white;*/
/*}*/

/*.mainBody::-webkit-scrollbar-thumb {*/
/*    background: #EAECF0;*/
/*    border-radius:8px;*/

/*}*/

._firstName_12ktv_116 {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  color: #344054;
}
._interest_12ktv_123 {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  color: #095ad3;
}

._character_12ktv_131 {
  font-family: DM Sans, sans-serif;
  color: #667085;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  display: flex;
  justify-content: end;
  /* text-align: right; */
}
._copy_12ktv_142 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  color: #475467;
  cursor: pointer;
}
._required__title_12ktv_150 {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  color: #344054;
}

._required__title_12ktv_150:after {
  content: " *";
  color: red;
  font-size: 15px;
}

._required__natinality_12ktv_164 {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  color: #344054;
}

._required__natinality_12ktv_164:after {
  /* content: ""; */
  color: red;
  font-size: 15px;
}

._required_12ktv_150 {
  color: #ea0707;
}
._modal_2sggx_1 {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1100;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
._modal_content_2sggx_13 {
  width: 39%;
  background: #ffffff;
  border-radius: 8px;
}
@media screen and (max-width: 928px) {
  ._modal_content_2sggx_13 {
    width: 85%;
    font-size: 12px;
  }
}._flexRowBetween_1bpfk_1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

._flexColBetween_1bpfk_7 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

._scrollBar_1bpfk_13::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
._scrollBar_1bpfk_13::-webkit-scrollbar-track {
  background: #f4f4f4;
  border-radius: 3px;
}
._scrollBar_1bpfk_13::-webkit-scrollbar-thumb {
  background: #dad7d7;
  border-radius: 3px;
}

._addEmployee_1bpfk_26 {
  height: 100%;
  border: solid 1px red;
}
._addEmployee_header_1bpfk_30 {
  display: flex;
  justify-content: space-between;
  padding: 4%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
._addEmployee_header_x_1bpfk_36 {
  cursor: pointer;
}
._addEmployee_header_left_1bpfk_39 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
._addEmployee_header_left_title_1bpfk_44 {
  font-weight: 500;
  font-size: 24px;
  line-height: 20px;
  text-align: center;
  color: #101828;
}
@media screen and (max-width: 928px) {
  ._addEmployee_header_left_title_1bpfk_44 {
    font-size: 18px;
  }
}
._addEmployee_header_left_desc_1bpfk_56 {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: rgba(16, 24, 40, 0.64);
}
@media screen and (max-width: 928px) {
  ._addEmployee_header_left_desc_1bpfk_56 {
    font-size: 12px;
  }
}
._addEmployee_emails_header_1bpfk_67 {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #344054;
}
._addEmployee_emails_body_1bpfk_73 {
  overflow-y: scroll;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-height: 15vh;
  background: #ffffff;
  padding: 8px 12px;
  border: 1px solid #d0d5dd;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 4px;
}
._addEmployee_emails_body_1bpfk_73 span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 4px 2px 9px;
  gap: 3px;
  background: #ffffff;
  border: 1px solid #d0d5dd;
  border-radius: 6px;
}
._addEmployee_emails_body_x_1bpfk_96 {
  height: 12px;
  width: 12px;
  cursor: pointer;
}
._addEmployee_emails_body_1bpfk_73 input {
  border-radius: 3px;
  width: 100%;
}
._addEmployee_emails_body_1bpfk_73 input:focus {
  outline: none;
}
._addEmployee_footer_1bpfk_108 {
  display: flex;
  justify-content: flex-end;
  padding: 4%;
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.25);
}
._addEmployee_footer_1bpfk_108 span {
  color: #095ad3;
  display: flex;
  cursor: pointers;
  align-items: center;
  gap: 10px;
}
._addEmployee_footer_1bpfk_108 span p {
  color: #095ad3;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
._addEmployee_role_1bpfk_127 {
  padding: 4%;
  position: relative;
  box-sizing: border-box;
}
._addEmployee_role_1bpfk_127 p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #667085;
}
._addEmployee_role_header_1bpfk_138 {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #344054;
}
._addEmployee_role_body_1bpfk_144 {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-between;
  background: #ffffff;
  padding: 8px 12px;
  border: 1px solid #d0d5dd;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 4px;
}
._addEmployee_role_body_1bpfk_144 p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #667085;
}
._addEmployee_role_dropdown_1bpfk_162 {
  padding: 2%;
  position: absolute;
  border: 1px solid #d0d5dd;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 4px;
  background: #ffffff;
  right: 27px;
  margin-top: 1%;
  z-index: 1;
}
._addEmployee_role_dropdown_1bpfk_162 p {
  cursor: pointer;
  background: #ffffff;
  padding: 8px 12px;
  border: 1px solid #d0d5dd;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 4px;
}

._RolesHeaderBox_1bpfk_182 {
  display: flex;
  border-bottom: solid 2px rgba(0, 0, 0, 0.15);
}

._roleHeaderText_1bpfk_187 {
  position: relative;
  left: 30px;
  font-size: 16px;
}

._roleButton_1bpfk_193 {
  border-top: solid 2px rgba(0, 0, 0, 0.05);
}

._addEmployeeButton_1bpfk_197 {
  border-top: solid 2px rgba(0, 0, 0, 0.05);
  margin-top: 30px;
}._body1_18xwy_1{
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    background: #FFF;
    height: 140px;
}
._body2_18xwy_7{
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    background: #FFF;
    height: calc(90vh - (160px)) !important;

}
._coverPic_18xwy_14{
    width: 98%;
    height: 10rem;
    margin-bottom: 1rem;
    /*position: relative;*/
    background-size: cover;
    display: flex;
    /*margin-left: 20px;*/
    background-repeat: no-repeat;
    margin-top: 2rem;
}
._email_18xwy_25{
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #475467;
}
._name_18xwy_33{
    font-family: Inter;
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
    text-align: left;
    color: #101828;

}
._container_18xwy_42{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 80px);
}

._containerPerson_18xwy_51{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    /* overflow-y: auto;
    overflow-x: hidden; */
    height: calc(100vh - 80px);
}
._container_18xwy_42::-webkit-scrollbar {
    display: none;
}
._dot_18xwy_62{
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
    color: #344054;
}
._field_18xwy_68{
    width: 400px;
    height: 40px;
    padding: 8px 12px 8px 12px;
    gap: 8px;
    border-radius: 5px;
    border: 2px solid #D0D5DD;
    /*opacity: 0];*/

}
._inside_18xwy_78{
    width: 100%;

}
._personalInfo_18xwy_82{
    font-family: DM Sans;
    margin-top: 1rem;
    margin-left: 3rem;
    font-size: 19px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #344054;

}
._box_18xwy_93{
    border-radius: 6px;
    border: 1px solid #D0D5DD;
    background: #FFF;
    width: 50%;
    height: 60vh;
    padding: 16px 25px;
    /*display: grid;*/
    gap: 15px;
    pointer-events: none;
    place-items: center;
    margin-left: 2%;
    margin-top: 10px;
}
._pending_18xwy_107{
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    color:#FFFCF5;
    background:#FFFCF5;
    padding: 3px 10px 3px 10px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    align-items: center
}
._offer_18xwy_119{
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: rgba(16, 24, 40, 1);

}
._TEXT_18xwy_128{
    font-family: DM Sans;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    color: rgba(16, 24, 40, 1);
    margin-bottom: 5px;


}
._offerText_18xwy_139{
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;

}
._makeOffers_18xwy_146{
    width: 165px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 2px solid #095AD3;
    border-radius: 4px;
    color: #095AD3;

}
._createOffer_18xwy_158{
    width: 330px;
    height: 40px;
    margin-top: 30px;
    background-color: rgba(8, 82, 192, 1);
    border-radius: 4px;
    color: white;
    display: flex;
    justify-self: center;
    justify-content: center;
    align-items: center;
}
._send_18xwy_170{
    width: 165px;
    height: 40px;
    gap: 10px;
    background-color: rgba(8, 82, 192, 1);
    border-radius: 4px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
._iconText_18xwy_181{
    font-family: DM Sans;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;


}
._sendText_18xwy_190{
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: white;
    

}
._withdrawn_18xwy_200{
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    background:rgb(254, 243, 242);
    padding: 3px 10px 3px 10px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    align-items: center;
    color: red;
}
._Admission_18xwy_212{
    font-family: DM Sans;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    color: rgba(16, 24, 40, 1);
    display: flex;


}
._confirmationText_18xwy_223{
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: rgba(71, 84, 103, 1);
    display: flex;
}

._topText_18xwy_233{
    color: #101828;
    font-size: 20px;
    font-family: DM Sans;
    font-weight: 700;
    line-height: 30px;
}
._spanText_18xwy_240{
    color: #475467;
    font-size: 14px;
    font-family: DM Sans;
    line-height: 20px;
}
._app_18xwy_246{
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    color: #095AD3;
}
._details_18xwy_253{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #667085;
}

._btnText_18xwy_262{
    font-size: 16px;
    font-family: DM Sans;
    line-height: 24px;
}
._metric_18xwy_267{
    border-radius: 12px;
    border: 1px solid #EAECF0;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.10);
}
._view_18xwy_273{
    font-size: 14px;
    font-family: DM Sans;
    font-weight: 700;
    line-height: 20px;
}
._num_18xwy_279{
    color: #101828;
    font-size: 36px;
    font-family: IBM Plex Sans;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.72px;
}
._cardTitle_18xwy_287{
    color: #101828;
    font-size: 16px;
    font-family: DM Sans;
    font-weight: 700;
    line-height: 24px;
}
._initialBoard_18xwy_294{
    width: 40px;
    height: 40px;
    border-radius: 200px;
    background:  rgba(242, 244, 247, 1);

}
._active_18xwy_301 {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    color:#028849;
    background:#ECFDF3;
    padding: 3px 10px 3px 10px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    align-items: center
}

._tableHeader_18xwy_314{
    color:  #475467;
    font-size: 14px;
    font-family: DM Sans;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

._rowTittle_18xwy_323{
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0;
    color:#101828;
}
._text_18xwy_330{
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;


}
._dot_18xwy_62 {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-top: 9px;
    background-color: #708090;

}
._itemCreatorName_18xwy_347{
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;

}
._itemTitle_18xwy_356{
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;

}

._rowQue_18xwy_366{
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color:#475467;
}
._status_18xwy_373{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    display: flex;
    align-items: center;
    gap: 3px;
}
._open_18xwy_382 {
    width: -moz-fit-content;
    width: fit-content;
    height: 26px;
    border-radius: 16px;
    gap: 4px;
    background: rgba(236, 253, 243, 1);
    color: rgba(2, 136, 73, 1);
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    padding: 3px 10px;

}
._applicant_name_18xwy_397 {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;

}
._assessmentTitle_18xwy_405{
    color : #475467;
    font-family: DM Sans;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;

}

._noApplicant_18xwy_415{
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: rgba(71, 84, 103, 1);

}
._closed_18xwy_424 {
    width: -moz-fit-content;
    width: fit-content;
    height: 26px;
    padding: 3px 10px;
    border-radius: 16px;
    gap: 4px;
    background: rgba(254, 243, 242, 1);
    color: rgba(234, 7, 7, 1);
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;

}
._statusText_18xwy_439{
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;

}
._iconAndStatusBox_18xwy_447 {
    display: flex;
    flex-direction: row;
    gap: 4px;
    justify-content: center;
    margin: auto;
    /* align-items: center; */
}
._avatar__text_18xwy_455{
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    color:#475467

}
._rowEmail_18xwy_465{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    color:#475467
}
._rowName_18xwy_472{
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    color:#101828;
}
._applicant_18xwy_397{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    color: #475467;
}
._date_18xwy_486{
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    color:#475467;
}
._month_18xwy_494{
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    color:#475467;
}
._draft_18xwy_502{
    color:#475467;
    height: 26px;
    width: -moz-fit-content;
    width: fit-content;
    background: #F2F4F7;
    padding: 3px 10px 3px 10px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
}
._activee_18xwy_515{
    color:#ECFDF3;
    background: #FEF3F2;
    height: 26px;
    padding: 3px 10px 3px 10px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;

}
._inactive_18xwy_528{
    color:#EA0707;
    background: #FEF3F2;
    height: 26px;
    padding: 3px 10px 3px 10px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
}
._exploreHeader_c8bnj_1 {
  color: var(--Gray-900, #101828);
  /* Display xs/Semibold */
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  /* 133.333% */
  align-self: stretch;
}

._exploreSubHeader_c8bnj_13 {
  color: var(--gray-600-body-text, var(--Texts, #475467));
  /* Base Text/Regular */
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  align-self: stretch;
}

._activeExploreSubHeader_c8bnj_25 {
  color: var(--Enum-Primary-Main-500, #095ad3);
  /* Base Text/Regular */
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  align-self: stretch;
}

._exploreHeaderTab_c8bnj_37 {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  margin-top: 10px;
}

._activeTab_c8bnj_45 {
  color: #095ad3;
}

._tabBox_c8bnj_49 {
  display: flex;
  padding: 1px 4px 11px 4px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

._activeTabBox_c8bnj_58 {
  display: flex;
  padding: 1px 4px 11px 4px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  border-bottom: solid 2px #095ad3;
}

._tabSearchCont_c8bnj_68 {
  gap: 20px;
  justify-content: space-between;
  margin-right: 1rem;
}

._filterContainer_c8bnj_74 {
  width: 287px;
  height: calc(90vh - 150px) !important;
  overflow-y: auto;
  overflow-x: hidden;
  flex-shrink: 0;
  border: 1px solid var(--gray-300-borders, #d0d5dd);
  background: var(--White, #fff);
  margin-top: 0;
}

._mobileFilterContainer_c8bnj_85 {
  height: calc(90vh - 400px) !important;
  width: 287px;
  overflow-y: auto;
  overflow-x: hidden;
  flex-shrink: 0;
  border: 1px solid var(--gray-300-borders, #d0d5dd);
  background: var(--White, #fff);
  margin-top: 0;
}

._filterContainer_c8bnj_74::-webkit-scrollbar {
  background: #f6f7f8 !important;
  opacity: 20% !important;
  width: 6px;
  height: 8px;
}

._filterContainer_c8bnj_74::-webkit-scrollbar-thumb {
  background: #c7d8f1 !important;
  max-height: 20px !important;
  width: 6px;
  border-radius: 32px;
  opacity: 20% !important;
}

._filterOptions_c8bnj_111 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

._filterHeader_c8bnj_118 {
  color: var(--Gray-800, #1d2939);
  /* Base Text/Medium */
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  width: 245px;
  margin-left: 16px;
  margin-top: 16px;
  margin-bottom: 20px;
  /* 150% */
}

._filterOption_c8bnj_111 {
  color: var(--gray-900-header, #101828);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: 209px;
  flex-shrink: 0;
}

._filterOption2_c8bnj_144 {
  color: var(--gray-900-header, #101828);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: 120px;
}

._filterBox_c8bnj_154 {
  display: flex;
  width: 243px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 16px;
}

._filterOptionCount_c8bnj_162 {
  border-radius: 4px;
  border: solid 1px #D0D5DD;
  padding: 4px;
  gap: 3px;
  background: #ffffff;
}

._filterOptionCountInner_c8bnj_170 {
  border-radius: 3px;
  padding: 0 6px;
  gap: 3px;
  background: #f2f4f7;
  height: 20px;
}

._ApplyButton_c8bnj_178 {
  display: flex;
  width: 245px;
  padding: 8px 14px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid var(--Enum-Primary-Main-500, #095ad3);
  background: var(--White, #fff);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  color: var(--Enum-Primary-Main-500, #095ad3);
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin: auto;
  top: 544px;
}

._clearButton_c8bnj_200 {
  color: var(--Enum-Primary-Main-500, #095ad3);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  width: 77px;
  margin-left: 100px;
  margin-top: 10px;
  /* 150% */
}

._viewBox_c8bnj_213 {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}

._scrollExplore_c8bnj_220 {
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 6px;
}

._scrollExplore_c8bnj_220::-webkit-scrollbar {
  background: transparent !important;
  width: 8px;
  height: 8px;
}

._scrollExplore2_c8bnj_232 {
  height: calc(90vh - 60px);
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 6px;
  padding-bottom: 2%;
}

._scrollExplore2_c8bnj_232::-webkit-scrollbar {
  background: transparent !important;
  width: 8px;
  height: 8px;
}

._latest_c8bnj_246 {
  color: var(--gray-900-header, #101828);
  /* Display xs/Medium */
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 20px;
  margin-top: 10px;
  /* 133.333% */
}

._jobCard_c8bnj_259 {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid var(--gray-300-borders, #d0d5dd);
  background: #fff;
  cursor: pointer;
  height: 249px;
}

._jobCardViews_c8bnj_268 {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  border: 1px solid var(--gray-300-borders, #d0d5dd);
  background: #fff;
  width: 350px;
  cursor: pointer;
}

._jobCardViews_c8bnj_268:hover {
  background: #f9fafb;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transform: scale(1.02);
}

._activeJobCardViews_c8bnj_287 {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  border: 1px solid rgb(9, 90, 211);
  background: #fff;
  width: 350px;
  cursor: pointer;
}

._logo2_c8bnj_300 {
  display: flex;
  margin-left: 10px;
  gap: 16px;
}

._logo_c8bnj_300 {
  display: flex;
  align-items: center;
  gap: 16px;
}

._companyLogo_c8bnj_312 {
  display: flex;
  width: 47px;
  height: 44px;
  justify-content: center;
  align-items: center;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
  border: 0.5px solid var(--gray-300-borders, #d0d5dd);
  background: #fff;
}

._companyLogo1_c8bnj_324 {
  display: flex;
  width: 47px;
  height: 44px;
  justify-content: center;
  align-items: center;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
  border: 0.5px solid var(--gray-300-borders, #d0d5dd);
  background: #f3f4f7;
  color: rgb(9, 90, 211);
  font-family: "DM Sans", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
}

._trainingName_c8bnj_341 {
  width: 336px;
  height: 24px;
  flex-shrink: 0;
  color: var(--gray-900-header, #101828);
  /* Base Text/Medium */
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-overflow: ellipsis;
}

._locationModeCont_c8bnj_355 {
  width: 180px;
  height: 20px;
  display: flex;
  justify-content: space-between;
}

._companyLogo2_c8bnj_362 {
  display: flex;
  width: 45px;
  height: 44px;
  padding: 10px 12px 10px 11px;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  border: 0.5px solid var(--gray-300-borders, #d0d5dd);
  background: #fff;
}

._RoleCompany_c8bnj_374 {
  display: flex;
  width: 277px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

._roleCont_c8bnj_382 {
  display: flex;
  width: 277px;
  justify-content: space-between;
  align-items: center;
}

._role_c8bnj_382 {
  width: 188px;
  flex-shrink: 0;
  color: var(--gray-900-header, #101828);
  /* Base Text/Medium */
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
}

._companyName_c8bnj_402 {
  color: var(--gray-600-body-text, var(--Texts, #475467));
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 16.8px */
  letter-spacing: 0.12px;
  transform: rotate(-0.429deg);
}

._descriptionCont_c8bnj_414 {
  display: flex;
  width: 340px;
  padding: 10px 0;
  flex-direction: column;
  align-items: flex-start;
}

._jobDescription_c8bnj_422 {
  color: #475661;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  overflow: hidden;
  height: 47px;
  width: 100%;
}

._jobInfo2_c8bnj_434 {
  display: flex;
  width: 100%;
  max-width: 340px;
  padding: 10px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-left: -10px;
}
@media (max-width: 868px) {
  ._jobInfo2_c8bnj_434 {
    max-width: 100%;
  }
}

._jobInfo4_c8bnj_450 {
  display: flex;
  width: 340px;
  padding: 10px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: -15px;
  margin-left: -10px;
}

._jobInfo3_c8bnj_461 {
  display: flex;
  width: 100%;
  padding: 10px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-left: -10px;
}
@media (max-width: 868px) {
  ._jobInfo3_c8bnj_461 {
    max-width: 100%;
  }
}

._duration_c8bnj_476 {
  color: #475661;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.12px;
}

._locationCont_c8bnj_486 {
  display: flex;
  transform: rotate(-0.429deg);
  align-items: center;
  gap: 8px;
  bottom: -0.466px;
  color: #475661;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
._locationCont_c8bnj_486 small {
  font-size: 12px;
}

._applyButton_c8bnj_503 {
  display: flex;
  width: 100%;
  max-width: 340px;
  padding: 8px 14px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid var(--Enum-Primary-Main-500, #095ad3);
  background: var(--White, #fff);
  /* Shadow/xs */
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  color: var(--Enum-Primary-Main-500, #095ad3);
  /* Base Text/Medium */
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
}

._applyButton_c8bnj_503:hover {
  background: #095ad3;
  color: var(--White, #fff);
  border: 1px solid var(--White, #fff);
}

._leftSideBar_c8bnj_532 {
  width: 408px;
  gap: 33px;
}

._backContainer_c8bnj_537 {
  display: flex;
  gap: 10px;
}

._closedFeedback_c8bnj_542 {
  padding: 5px 12px;
  border-radius: 16px;
  background: #fef3f2;
  width: -moz-fit-content;
  width: fit-content;
}
._closedFeedback_c8bnj_542 span {
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  color: #ea0707;
}

._back_c8bnj_537 {
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  color: rgb(9, 90, 211);
}

._cardContainer_c8bnj_567 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: calc(100vh - 140px) !important;
  width: 380px;
  overflow-y: scroll;
}

._cardContainer_c8bnj_567::-webkit-scrollbar {
  width: 6px;
}

._cardContainer_c8bnj_567::-webkit-scrollbar-track {
  background: white;
}

._cardContainer_c8bnj_567::-webkit-scrollbar-thumb {
  background: #eaecf0;
  border-radius: 8px;
}

._rightSideBar_c8bnj_589 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-right: 6px;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (max-width: 868px) {
  ._rightSideBar_c8bnj_589 {
    padding-right: 0;
    height: unset;
  }
}

._rightSideBar_c8bnj_589::-webkit-scrollbar {
  background: transparent !important;
  width: 8px;
  height: 8px;
}

._trainingBody_c8bnj_610 {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

._firstContainer_c8bnj_616 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

._firstInner_c8bnj_622 {
  gap: 21px;
  display: flex;
  flex-direction: column;
}

._jobDetails_c8bnj_628 {
  width: 370px;
  gap: 12px;
  flex-direction: column;
}

._heading_c8bnj_634 {
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0;
  text-align: left;
  color: var(--gray-900-header, #101828);
}

._mode_c8bnj_644 {
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: rgb(71, 86, 97);
}

._JobInfo_c8bnj_651 {
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
}

._applicant_c8bnj_660 {
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

._levelContainer_c8bnj_667 {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: DM Sans, sans-serif;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
}

._viewApplyButton_c8bnj_679 {
  height: 40px;
  padding: 8px 14px;
  border-radius: 4px;
  border: solid 1px rgb(9, 90, 211);
  gap: 8px;
  text-transform: none !important;
  background: rgb(9, 90, 211);
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: rgb(255, 255, 255);
}

._viewSaveButton_c8bnj_694 {
  width: 160px;
  height: 40px;
  padding: 8px 14px;
  border-radius: 4px;
  border: solid 1px rgb(9, 90, 211);
  gap: 8px;
  background: white;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: rgb(9, 90, 211);
}

._ResponsiblitiesCont_c8bnj_709 {
  width: 606px;
  gap: 12px;
}

._responsibility_c8bnj_714 {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
}

._jobInfo_c8bnj_434 ul li {
  list-style-type: disc;
  width: 100%;
}

._jobInfo_c8bnj_434 ol li {
  list-style-type: decimal;
}

._responsiblityText_c8bnj_730 {
  width: 650px;
  height: 28px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  margin-left: -14px;
}

._activeTrainingCardViews_c8bnj_740 {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  border: 1px solid rgb(9, 90, 211);
  background: #fff;
  width: 350px;
  cursor: pointer;
}

._trainingCardViews_c8bnj_753 {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  border: 1px solid var(--gray-300-borders, #d0d5dd);
  background: #fff;
  width: 350px;
  cursor: pointer;
}

._trainingCardViews_c8bnj_753:hover {
  background: #f9fafb;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transform: scale(1.02);
}

._iconBox_c8bnj_772 {
  display: flex;
  padding: 10px 20px 10px 10px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

._traningIconBox_c8bnj_780 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

._value_c8bnj_786 {
  height: 20px;
}

._iconContainer_c8bnj_790 {
  display: flex;
  flex-direction: row;
  gap: 25px;
}

._subheading_c8bnj_796 {
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  width: 577px;
  height: 24px;
  margin-top: 10px;
}

._activeTab_c8bnj_45 {
  display: flex;
  justify-content: center;
  color: blue;
  font-size: 16px;
}

._inactiveTab_c8bnj_815 {
  display: flex;
  justify-content: center;
  font-size: 16px;
}

._activeTabBox_c8bnj_58 {
  border-bottom: solid 2px blue;
  padding-bottom: 32px;
  width: 80px;
}

._inactiveTabBox_c8bnj_827 {
  padding-bottom: 32px;
  width: 80px;
  padding-left: 0;
}

._top_c8bnj_833 {
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #101828;
}

._btn_c8bnj_841 {
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

._txt_c8bnj_848 {
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #475467;
}

._subtext_c8bnj_856 {
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #475467;
}._hire_1b5th_1 {
  font-family: DM Sans;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #101828;
}

._cardBox_1b5th_12 {
  width: 372px;
  height: 232px;
  padding: 12px 8px;
  border-radius: 8px;
  border: solid 1px #D0D5DD;
}

._icon_1b5th_20 {
  border: 0.5px solid #D0D5DD;
  width: 47px;
  height: 44px;
  padding: 10px 12px 10px 11px;
  border-radius: 4px;
}

._exploreBackButton_1b5th_28 {
  position: relative;
  left: 160px;
  margin-bottom: 20px;
  color: #095AD3;
}

._exploreHeader_1b5th_35 {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}

._truncateText_1b5th_43 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 215px;
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #101828;
}

._jobCard_1b5th_55 {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid var(--gray-300-borders, #D0D5DD);
  background: #FFF;
  cursor: pointer;
  width: 372px;
  height: 249px;
}

._skeleton_1b5th_65 {
  display: flex;
  flex-direction: row;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 40px;
}

._titleView_1b5th_73 {
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #101828;
}

._bySemi_1b5th_81 {
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0.01em;
}

._skil_1b5th_89 {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  gap: 5px;
}

._ready_1b5th_97 {
  color: #028849;
  background-color: #ECFDF3;
  border-radius: 16px;
  display: inline-flex;
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 3px 10px;
  width: -moz-fit-content;
  width: fit-content;
  height: 26px;
}

._archived_1b5th_111 {
  width: -moz-fit-content;
  width: fit-content;
  height: 26px;
  padding: 3px 10px;
  border-radius: 16px;
  gap: 4px;
  background: rgb(254, 243, 242);
  color: rgb(234, 7, 7);
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
}

._draft_1b5th_126 {
  width: -moz-fit-content;
  width: fit-content;
  color: #475467;
  background-color: #F2F4F7;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 3px 10px;
  gap: 4px;
}

._Description_1b5th_141 {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #475467;
}

._viewMessages_1b5th_149 {
  color: #475467;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  height: 49px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

._viewAll_1b5th_162 {
  color: #095AD3;
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

._create_1b5th_171 {
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #475467;
}

._message_1b5th_179 {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  height: 72px;
  color: #475467;
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
}

._min_1b5th_191 {
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 3px;
}

._ques_1b5th_199 {
  color: #475467;
  background-color: #F2F4F7;
  border-Radius: 16px;
  justify-content: center;
  display: inline-flex;
  padding: 3px 10px;
}

._aptitude_1b5th_208 {
  color: #028849;
  background-color: #ECFDF3;
  border-Radius: 16px;
  justify-content: center;
  display: inline-flex;
  padding: 3px 10px;
}

._behavioural_1b5th_217 {
  color: #F79009;
  background-color: #FFFCF5;
  border-Radius: 16px;
  justify-content: center;
  display: inline-flex;
  padding: 3px 10px;
}

._skilled_1b5th_226 {
  color: #EA0707;
  background-color: #FEF3F2;
  border-Radius: 16px;
  justify-content: center;
  display: inline-flex;
  padding: 3px 10px;
}

._cardHolder_1b5th_235::-webkit-scrollbar {
  width: 6px;
}

._cardHolder_1b5th_235::-webkit-scrollbar-track {
  background: white;
}

._cardHolder_1b5th_235::-webkit-scrollbar-thumb {
  background: #EAECF0;
  border-radius: 8px;
}

._outerContainer_1b5th_248 {
  width: 502px;
  height: 232px;
  padding: 12px 7px 16px 12px;
  border-radius: 8px;
  border: solid 1px #D0D5DD;
}

._archived_1b5th_111 {
  height: 26px;
  background: rgb(254, 243, 242);
  color: rgb(234, 7, 7);
  border-radius: 16px;
  display: inline-flex;
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 3px 10px;
}

._usage_1b5th_269 {
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #475467;
  padding-right: 8px;
}

._descrip_1b5th_278 {
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 500;
  color: #101828;
  line-height: 5em;
}

._spanText_1b5th_286 {
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #475467;
  margin-top: -20px;
}

._temCond_1b5th_295 {
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 5em;
  color: #101828;
}

._hiSector_1b5th_303 {
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #475467;
  margin-top: -2px;
}

._createdDate_1b5th_312 {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #475467;
}

._dear_1b5th_320 {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

._mainCon_1b5th_327 {
  height: calc(100vh - 323px);
  overflow-x: hidden;
  overflow-y: scroll;
}

._textt_1b5th_333 {
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #344054;
}

._name_1b5th_341 {
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #344054;
}

._companyLogo_1b5th_349 {
  display: flex;
  width: 47px;
  height: 44px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 0.5px solid var(--gray-300-borders, #D0D5DD);
  background: #FFF;
}._back_16btt_1{
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    color:#095AD3;

}
._title_16btt_10{
   font-family: IBM Plex Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0em;
    color: #667085
}
._tableHeader_16btt_18 {
    border: none;
    border-bottom: 1px solid #EAECF0;
    background:  #F9FAFB;
    padding: 6px 24px 6px 16px;

}
._subHead_16btt_25{
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    color: #475467
}
._descrp_16btt_33{
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    color:#101828
}
._clue_16btt_41{
    font-family: DM Sans;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    color:#101828

}
._tagHeader_16btt_50{
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    color: #101828;
}
._cell_16btt_58{
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    color: #101828;
}
._poolName_16btt_66{
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    color:#101828
}
._createdBy_16btt_74{
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
}
._applicantNo_16btt_81{
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color:#475467
}
._top_16btt_90{
    font-family: DM Sans;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color:#101828
}
._add_16btt_99{
    font-family: DM Sans;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    color: #475467
}
._base_16btt_107{
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    color: #667085
}
._pool_16btt_66{
    border: 1px solid #D0D5DD;
    background-color: #F9FAFB;
    border-radius: 4px;
}
._name_16btt_120{
    font-family: DM Sans;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    color: #101828
}
._filter_16btt_128{
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #095AD3
}
._modal-label_yph8v_1{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}
._modal-text_yph8v_8{
    width: 429px;
    height: 24px;
}
._copyWrite_yph8v_12{
    color:#101828;
    font-weight:500;
    font-size:18px;
    font-family:"DM Sans";
    line-height:28px
}
._select-app-item-text_yph8v_19{
    color:#101828;
    font-style: normal;
    font-weight:700;
    font-size:16px;
    line-height:24px;
    font-family:"DM Sans"
}
._application-pro-text_yph8v_27{
    color:#344054;
    font-style: normal;
    font-weight:500;
    font-size:14px;
    font-family:"DM Sans";
    line-height: 20px;
    padding-bottom: 5px;
}
._back_ijfc5_1{
    color: #095AD3;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-top: 5px;
    line-height: 20px;
}
._label_ijfc5_10{
    color: #475467;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    word-break: break-all;

}
._header_ijfc5_20{

    font-family: DM Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    /*margin-bottom: 3rem;*/
    color: #101828;

}
._template_ijfc5_31{
    width: 48%;
    height: 70%;
    top: 188px;
    left: 834px;
    gap: 16px;
    box-shadow: 15px 15px 15px  grey ;

    /*opacity: 0px;*/

}

._smallHeader_ijfc5_43{
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    /*margin-bottom: 3rem;*/
    color: #475467;

}
._offerTitle_ijfc5_53{
    font-family: IBM Plex Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
    color:  #101828;


}
._name_ijfc5_63{
    color: #101828;
    text-align: center;
    font-family: IBM Plex Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}
._action_ijfc5_72{
    border-radius: 16px;
    background: #ECFDF3;
    color: #027A48;
    width: -moz-fit-content;
    width: fit-content;
    padding: 3px 7px;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
._button_text_ijfc5_84{
    color: #095AD3;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
._widraw_ijfc5_92{
    color: #101828;
    font-family: DM Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}
._tab_ijfc5_100{
    color: #667085;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
._active_ijfc5_108{
    color: #095AD3;
}
._not__active_ijfc5_111{
    color: #475467;
}
._step_name_ijfc5_114{
    /*color: #475467;*/
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
._body_height_ijfc5_122{
    max-width: 80%;
    /*gap: 12px;*/

    /*height: 50vh;*/
    /*overflow: auto;*/
    padding-right: 2%;

}
._step_label_ijfc5_131{
    /*color: #475467;*/
    font-family: DM Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
._req_ijfc5_139{
    color: #D92D20;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
._chip_ijfc5_147{
    border-radius: 16px;
    border: 1px solid #EAECF0;
    background:  #F9FAFB;
    mix-blend-mode: multiply;
    padding: 2px 8px;
}
._card_ijfc5_154 {
    border-radius: 16px;
    border: 1px solid #D0D5DD;
    background: #FFF;
    width: 900px; 
    max-width: 100%; 
    padding: 16px 25px;
    gap: 24px;
    pointer-events: none;
    margin: 0 auto;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    ._card_ijfc5_154 {
        padding: 12px 16px;
        gap: 16px;
        max-width: 90%; 
    }
}

@media screen and (max-width: 480px) {
    ._card_ijfc5_154 {
        padding: 8px 12px;
        gap: 12px; 
        max-width: 95%; 
    }
}


._question_ijfc5_184{
    color: #1D2939;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
._score_card_ijfc5_192{
    width: auto;
    max-height: 264px;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    background: #FFF;
}
._score_title_ijfc5_199{
    background-color: #095AD3;
    border-radius: 8px 8px 0px 0px;
    color: #FFF;
    font-family: DM Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
._title_ijfc5_209{
    color:  #101828;
    text-align: center;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 175% */
}
._scorepoint_ijfc5_218{
    color: #095AD3;
    font-family: IBM Plex Serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.8px;
}
._base_ijfc5_227{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-radius: 0px 0px 16px 16px;
    background: #fff;
    border-top: solid 1px lightgray;
    padding: 1%;
}
._dialog_title_ijfc5_236{
    color: #101828;
    font-family: DM Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}
._approve_text_ijfc5_244{
    color: #FFF;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
._modal_title_ijfc5_252{
    color:  #475467;
    text-align: center;
    font-family: IBM Plex Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
._content_ijfc5_261{
    color: #475467;
    font-family: DM Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
._textarea_ijfc5_269{
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
._info_ijfc5_275{
    color: #667085;
    font-family: DM Sans;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
}
._chat_name_ijfc5_283{
    color: #101828;
    font-family: DM Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
._chat_status_ijfc5_291{
    border-radius: 16px;
    background:  #FFFAEB;
    color:  #F79009;
    font-family: DM Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
._chat_body_ijfc5_301{
    border-radius: 0px 8px 8px 8px;
    background: #F2F4F7;
    width: 329px;
}
._chat_sub_ijfc5_306{
    border-radius: 8px 0px 8px 8px;
    background: #095AD3;
    width: 329px;
}
._icon_btn_ijfc5_311{
    border-radius: 8px;
    background:  #095AD3;
}
._score_ijfc5_192{
    color: #475467;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
._max__text_ijfc5_323{
    color: #344054;
    font-family: DM Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
._status_ijfc5_331{
    border-radius: 16px;
    background: #ECFDF3;
    mix-blend-mode: multiply;
    display: inline-flex;
    padding: 5px 12px;
    align-items: center;
    gap: 4px;
    color: #027A48;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

._scroll_ijfc5_347{
    overflow-y: auto !important;
    overflow-x: hidden;
    height: 58vh;
}
._scroll_ijfc5_347::-webkit-scrollbar {
    width: 3px;
    background-color: rgba(9, 90, 211, 0.2);
    height: 5px;
}
._scroll_ijfc5_347::-webkit-scrollbar-thumb {
    background: #c4c4c4 !important;
    max-height: 10px !important;
    border-radius: 6px;
}
._message__title_1wl13_1{
    color: #FFF;
    /* Text xs/Medium */
    font-family: DM Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 150% */
}
._message__body_1wl13_10{
    color: #667085;

    /* Text xs/Regular */
    font-family: DM Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
}
._body__card_1wl13_20 {
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
._talent__download__card_1wl13_24{
    border-radius: 8px;
    border: 1px solid #8EB3EB;
    background: #E6EFFB;
    width: -moz-max-content;
    width: max-content;
    padding: 8px 14px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
._download__card_1wl13_32{
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    background: #F9FAFB;
    width: -moz-max-content;
    width: max-content;
    padding: 8px 14px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
._date__card_1wl13_40{
    border-radius: 8px;
    border: 1px dashed #D0D5DD;
    background: #F2F4F7;
    color: #667085;
    /* Text xs/Regular */
    font-family: DM Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
}
._subHeading_1wl13_52{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #475467;
}
._withdraw__application_1wl13_60{
    color:  #475467;

    /* Text lg/Medium */
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    padding: 6px 44px 6px 5px;
    font-weight: 500;
    line-height: 28px; /* 155.556% */
}
._withdraw__application_1wl13_60:hover{
    color:  #475467;

    /* Text lg/Medium */
    font-family: DM Sans;
    padding: 6px 44px 6px 5px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 155.556% */
    background:  #E6EFFB;
    border-radius: 4px;
    cursor: pointer;
}
._calendar__text_1wl13_85{
    color:  #101828;
    font-family: DM Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
}
._admitted__header_1wl13_93{
    color:  #FFFFFF;
    text-align: center;
    font-family: DM Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 150% */
}
._admission__title_1wl13_102{
    color: #101828;

    /* Text xl/Regular */
    font-family: DM Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
}
._scroll_1wl13_112{
    overflow-y: scroll !important;
    overflow-x: hidden;
    max-height: 58.5vh;
    scrollbar-width: thin !important;

}
._scroll__preview_1wl13_119{
    overflow-y: scroll !important;
    overflow-x: hidden;
    max-height: 51.5vh;
    scrollbar-width: thin !important;
}

@media (max-width: 1177px){
    ._scroll_1wl13_112{
        max-height: 55vh;
    }
    ._scroll__preview_1wl13_119{
        max-height: 47.7vh;
    }
}
._scroll__preview_1wl13_119::-webkit-scrollbar, ._scroll_1wl13_112::-webkit-scrollbar {
    /*background: transparent !important;*/
    width: 5px;
    background-color: white;
    height: 15px;

}

._scroll__preview_1wl13_119::-webkit-scrollbar-thumb, ._scroll_1wl13_112::-webkit-scrollbar-thumb {
    background: white!important;
    max-height: 10px !important;
    border-radius: 6px;
    border-top: 100px solid #c4c4c4  /*or any height and color you want*/;
}
._letter__title_1wl13_148 {
    color: #667085;
    /* Text sm/Regular */
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px;
}
._heading_1wl13_158{
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: rgba(29, 41, 57, 1);
    margin-bottom: 10px;
}

._applicant__name_1wl13_168{
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: rgba(71, 84, 103, 1);
}
._company__name_1wl13_176{
    color: rgba(71, 84, 103, 1);
    font-family: DM Sans;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;

}
._salutation_1wl13_185{
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: rgba(71, 84, 103, 1);
}
._select__template_header_1wl13_193{
    color: #1D2939;

    /* Text xl/Semibold */
    font-family: DM Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 150% */
}
._flexRowBetween_os204_1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

._flexColBetween_os204_7 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

._scrollBar_os204_13::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
._scrollBar_os204_13::-webkit-scrollbar-track {
  background: #f4f4f4;
  border-radius: 3px;
}
._scrollBar_os204_13::-webkit-scrollbar-thumb {
  background: #dad7d7;
  border-radius: 3px;
}

._interviewForm_os204_26 {
  max-width: 70%;
  gap: 12px;
  max-height: 50vh;
  overflow: auto;
  padding-right: 2%;
}

._scheduleInterview_os204_34 {
  top: 320px;
  right: 162px;
  padding: 30px 0;
}

._headBox_os204_40 {
  border-radius: 8px;
  border: 1px solid var(--gray-300-borders, #D0D5DD);
  background: #FFF;
  padding: 12px 16px;
}

._body_os204_47 {
  border-radius: 8px 8px 0px 0px;
  border: 1px solid var(--gray-300-borders, #D0D5DD);
  background: #FFF;
  margin-top: 24px;
}

._comment_os204_54 {
  color: var(--gray-600-body-text, var(--Texts, #475467));
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}

._typ_os204_63 {
  color: var(--gray-400, #98A2B3);
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

._slide_os204_72 {
  pointer-events: none;
}

._inp_os204_76 {
  pointer-events: none;
}

._type_os204_80 {
  border-radius: 16px;
  background: #ECFDF3;
  mix-blend-mode: multiply;
  color: var(--success-500, #028849);
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 3px 10px;
}

._name_os204_93 {
  color: #101828;
  font-family: IBM Plex Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

._desc_os204_102 {
  color: #475467;
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
._desc_os204_102 p {
  padding: 0;
  margin: 0;
}

._bottom_os204_115 {
  border-bottom: solid 1px lightgray;
}

._point_os204_119 {
  color: var(--gray-600-body-text, var(--Texts, #475467));
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

._questionsList_os204_128 {
  gap: 10px;
}

._badge_os204_132 {
  border-radius: 16px;
  background: #ECFDF3;
  mix-blend-mode: multiply;
  padding: 5px 12px;
  gap: 4px;
  color: var(--enum-primary-main-500, #095AD3);
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

._card_os204_146 {
  border-radius: 8px;
  border: 1px solid var(--gray-300-borders, #D0D5DD);
  background: #FFF;
  padding: 12px 16px;
}

._reminder_os204_153 {
  color: var(--gray-900-header, var(--grey-900-header, #101828));
  font-family: DM Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
}

._reminder_det_os204_162 {
  color: var(--gray-900-header, var(--grey-900-header, #101828));
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

._container_os204_171 {
  border-radius: 8px;
  border: 1px solid var(--gray-300-borders, #D0D5DD);
  background: #FFF;
  overflow: auto;
}

._side_Panel_os204_178 {
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  background: #FFF;
  padding: 12px 16px;
  overflow: auto;
}

._topRec_os204_186 {
  color: #101828;
  font-family: DM Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

._int_os204_26 {
  color: #475467;
  text-align: center;
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

._name_os204_93 {
  color: var(--Texts, #475467);
  text-align: center;
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}

._name_tag_os204_215 {
  color: var(--gray-900-header, var(--grey-900-header, #101828));
  font-family: IBM Plex Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 177.778% */
}

._status_os204_224 {
  border-radius: 16px;
  background: #ECFDF3;
  mix-blend-mode: multiply;
  color: #027A48;
  padding: 5px 10px;
  gap: 4px;
  width: 211px;
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

._ass_summary_os204_239 {
  color: #000;
  font-family: IBM Plex Serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
}
._ass_summary_os204_239 p {
  padding: 0;
  margin: 0;
}

._scroll_os204_13::-webkit-scrollbar {
  width: 6px;
  height: 5px;
}
._scroll_os204_13::-webkit-scrollbar-track {
  background: #f4f4f4;
  border-radius: 3px;
}
._scroll_os204_13::-webkit-scrollbar-thumb {
  background: #dad7d7;
  border-radius: 3px;
}._setting_title_11j7l_1 {
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #101828;
}

._setting_sub_11j7l_11 {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  color: #475467;
}

._label__title_11j7l_20 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 142.857% */
  color: #101828;
}

._min_title_11j7l_29 {
  color: #101828;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}

._card_11j7l_37 {
  background: #FFFFFF;
  border: 1px solid #D0D5DD;
  /*border-radius: 16px;*/
  overflow-y: auto;
  /*padding-left: 5px;*/
  /*max-height: 500px;*/
  /*padding-right: 5px;*/
  /*overflow-x: scroll;*/
}

._pageTitle_11j7l_48 {
  font-family: "IBM Plex Sans";
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
}

._pageSub_11j7l_57 {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
}._required__title_1mlao_1 {
  color: #101828;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

._required__title_1mlao_1:after {
  content: " *";
  color: red;
  font-size: 15px;
}

._required_1mlao_1 {
  color: #EA0707;
}._see_more_title_1ntsp_1{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #095AD3;
    text-transform: capitalize;
}._messageBody_xs1e2_1 {
  overflow-y: scroll;
  overflow-x: hidden;
}

._previewBody_xs1e2_6 {
  height: calc(90vh - 130px) !important;
  flex-shrink: 0;
  overflow-y: scroll;
}

._previewBody_xs1e2_6::-webkit-scrollbar {
  width: 10px;
}

._previewBody_xs1e2_6::-webkit-scrollbar-track {
  background: white;
}

._previewBody_xs1e2_6::-webkit-scrollbar-thumb {
  background: #EAECF0;
  border-radius: 8px;
}

._messageBody_xs1e2_1::-webkit-scrollbar {
  width: 10px;
}

._messageBody_xs1e2_1::-webkit-scrollbar-track {
  background: white;
}

._messageBody_xs1e2_1::-webkit-scrollbar-thumb {
  background: #EAECF0;
  border-radius: 8px;
}

._created_xs1e2_38 {
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  color: #475467;
  margin-bottom: 1rem;
}

._created_xs1e2_38 ul li {
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  color: #475467;
  list-style-type: disc;
}

._created_xs1e2_38 ol li {
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  color: #475467;
  list-style-type: decimal;
}._scroll_style_1ihiq_1::-webkit-scrollbar {
  width: 0;
}

._scroll_style_1ihiq_1::-webkit-scrollbar-track {
  background: transparent;
}

._scroll_style_1ihiq_1::-webkit-scrollbar-thumb {
  background: rgba(194, 191, 191, 0.466);
}._scroll_style_179y9_1::-webkit-scrollbar {
  width: 0;
}

._scroll_style_179y9_1::-webkit-scrollbar-track {
  background: transparent;
}

._scroll_style_179y9_1::-webkit-scrollbar-thumb {
  background: transparent;
}._scroll_style_1rf6j_1::-webkit-scrollbar {
  width: 6px;
}

._scroll_style_1rf6j_1::-webkit-scrollbar-track {
  background: white;
}

._scroll_style_1rf6j_1::-webkit-scrollbar-thumb {
  background: #eaecf0;
  border-radius: 8px;
}

._sidebar_1rf6j_14 {
  width: 300px;
  height: calc(100vh - 110px);
  display: flex;
  flex-direction: column;
  gap: 3px;
}

._slide_in_1rf6j_22 {
  animation: _slideIn_1rf6j_1 0.1s ease-in forwards;
}

._slide_out_1rf6j_26 {
  animation: _slideOut_1rf6j_1 0.3s ease-out forwards;
}

@keyframes _slideIn_1rf6j_1 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes _slideOut_1rf6j_1 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}._event_card_16xcr_1 {
    box-sizing: border-box;
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    position: relative;
    margin-bottom: 20px;
    background-color: white;
    margin-left: 25px;
    cursor: pointer;
}

/* .event_card {
  box-sizing: border-box;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  position: relative;
  margin-bottom: 20px;
  background-color: white;
  margin-left: 25px;
  cursor: pointer;
} */

._skeleton_loading_image_16xcr_23 {
  height: 180px; /* Height of the image placeholder */
  background-color: #f0f0f0; /* Light gray background */
  border-radius: 8px 8px 0px 0px;
}

._skeleton_loading_avatar_16xcr_29 {
  width: 27px; /* Width of the avatar placeholder */
  height: 27px; /* Height of the avatar placeholder */
  background-color: #f0f0f0; /* Light gray background */
}

._skeleton-_loading_text_16xcr_35 {
  width: 100%; /* Full width placeholder */
  height: 16px; /* Height of each line */
  background-color: #f0f0f0; /* Light gray background */
  margin-bottom: 8px; /* Spacing between lines */
}._bodyHolder_n4ea3_1 {
    width: 520px;
    height: 625px;
    padding: 8px 12px;
    border-radius: 10px;
    border: 2px solid #D0D5DD;
    transition: all 0.3s ease-in-out;
    background-color: #FFFFFF;
}

._trainingManagement_n4ea3_11 {
    font-family: DM Sans;
    font-size: 32px;
    font-weight: 400;
    line-height: 61px;
    color: #475467;
    text-align: center;
}

._disableBodyHolder_n4ea3_20 {
    width: 520px;
    height: 625px;
    padding: 8px 12px;
    border-radius: 10px;
    border: 2px solid #D0D5DD;
    transition: all 0.3s ease-in-out;
    background-color: #FFFFFF;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    ._bodyHolder_n4ea3_1,
    ._disableBodyHolder_n4ea3_20 {
        width: 90%;
        height: auto;
        padding: 16px;
    }

    ._trainingManagement_n4ea3_11 {
        font-size: 24px;
        line-height: 40px;
    }
}

@media (max-width: 480px) {
    ._bodyHolder_n4ea3_1,
    ._disableBodyHolder_n4ea3_20 {
        width: 100%;
        padding: 12px;
    }

    ._trainingManagement_n4ea3_11 {
        font-size: 20px;
        line-height: 32px;
    }
}
._EnumHeader_w5s7j_1{
    font-family: IBM Plex Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color:#101828;
    justify-content: center;
    display: flex;
}
._details_w5s7j_10{
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #475467;
}
._imageBody_w5s7j_17 {
    width: 550px;
    height: 625px;
    padding: 8px 12px 8px 12px;
    border-radius: 10px;
    border: 2px solid #D0D5DD;
    transition: all 0.3s ease-in-out;
    background-color: #FFFFFF;
}
._ats_w5s7j_26{
    font-family: DM Sans;
    font-size: 32px;
    font-weight: 400;
    line-height: 61px;
    color: #475467;
    text-align: center;
}
._disableBodyHolder_w5s7j_34{
    width: 520px;
    height: 625px;
    padding: 8px 12px 8px 12px;
    border-radius: 10px;
    border: 2px solid #D0D5DD;
    transition: all 0.3s ease-in-out;
    background-color: #FFFFFF;
}

._active_w5s7j_44 {
    opacity: 1;
    margin: 0 20px;
    flex: 1;
    transition: opacity 0.5s ease-in-out, border 0.5s ease-in-out;
    background-color: #FFFFFF;
}
._inactive_w5s7j_51 {
    opacity: 0.5;
    transition: opacity 0.5s ease-in-out, border 0.5s ease-in-out;
    margin: 0 5px;
    transform: scale(0.9);
    background-color: #FFFFFF;
    order: 0;
}
._imageBody_w5s7j_17, ._trainingBody_w5s7j_59 {
    max-width: 510px;
}

@media (max-width: 768px) {
    ._active_w5s7j_44 {
        transform: scale(1);
    }

    ._inactive_w5s7j_51 {
        transform: scale(0.8);
    }
    ._imageBody_w5s7j_17,
    ._disableBodyHolder_w5s7j_34 {
        width: 90%;
        height: auto;
        padding: 16px;
    }

    ._ats_w5s7j_26 {
        font-size: 24px;
        line-height: 40px;
    }
}

@media (max-width: 480px) {
    ._imageBody_w5s7j_17,
    ._disableBodyHolder_w5s7j_34 {
        width: 100%;
        padding: 12px;
    }

    ._ats_w5s7j_26 {
        font-size: 20px;
        line-height: 32px;
    }
}
._bodyHolder_1604o_1 {
    width: 520px;
    height: 625px;
    padding: 8px 12px;
    border-radius: 10px;
    border: 2px solid #D0D5DD;
    transition: all 0.3s ease-in-out;
    background-color: #FFFFFF;


}

._disableBodyHolder_1604o_13 {
    width: 520px;
    height: 625px;
    padding: 8px 12px;
    border-radius: 10px;
    border: 2px solid #D0D5DD;
    transition: all 0.3s ease-in-out;
    background-color: #FFFFFF;
}

._enumAssessment_1604o_23 {
    font-family: DM Sans;
    font-size: 32px;
    font-weight: 400;
    line-height: 61px;
    color: #475467;
    text-align: center;
}

@media (max-width: 768px) {
    ._bodyHolder_1604o_1,
    ._disableBodyHolder_1604o_13 {
        width: 90%;
        height: auto;
        padding: 16px;
    }

    ._enumAssessment_1604o_23 {
        font-size: 24px;
        line-height: 40px;
    }
}

@media (max-width: 480px) {
    ._bodyHolder_1604o_1,
    ._disableBodyHolder_1604o_13 {
        width: 100%;
        padding: 12px;
    }

    ._enumAssessment_1604o_23 {
        font-size: 20px;
        line-height: 32px;
    }
}
._bodyHolder_duhvo_1 {
    width: 510px;
    height: 520px;
    padding: 8px 12px;
    border-radius: 10px;
    border: 2px solid #095AD3;
    transition: all 0.3s ease-in-out;
    background-color: #FFFFFF;
}

._contentHub_duhvo_11 {
    font-family: DM Sans;
    font-size: 32px;
    font-weight: 400;
    line-height: 61px;
    color: #475467;
    text-align: center;
}

._disableBodyHolder_duhvo_20 {
    width: 520px;
    height: 520px;
    padding: 8px 12px;
    border-radius: 10px;
    border: 2px solid #D0D5DD;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
    ._bodyHolder_duhvo_1,
    ._disableBodyHolder_duhvo_20 {
        width: 90%;
        height: auto;
        padding: 16px;
    }

    ._contentHub_duhvo_11 {
        font-size: 24px;
        line-height: 40px;
    }
}

@media (max-width: 480px) {
    ._bodyHolder_duhvo_1,
    ._disableBodyHolder_duhvo_20 {
        width: 100%;
        padding: 12px;
    }

    ._contentHub_duhvo_11 {
        font-size: 20px;
        line-height: 32px;
    }
}
/**
 * Swiper 11.2.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 23, 2025
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
._EnumHeader_1r527_1 {
    font-family: IBM Plex Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #101828;
    justify-content: center;
    display: flex;
}

._details_1r527_11 {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #475467;
}

/*.active {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    opacity: 1;*/
/*    height: 600px;*/
/*    transform: scale(1.2);*/
/*    z-index: 1; !* Ensure it's on top of inactive items *!*/
/*    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, z-index 0.5s ease-in-out;*/
/*    font-weight: bold;*/
/*    !*margin:1px 0 1px 35px;*!*/
/*    margin: auto;*/
/*    padding-left: 43px;*/
/*    padding-right: 10px;*/
/*}*/
._inactive_1r527_34 {
    transform: scale(0.8);
    opacity: 1;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    background-image: none !important;
    z-index: 1;
}

._swiper_container_1r527_42 {
    width: 100%;
    height: 100%;
}

._swiper-slide_1r527_47 {
    background: transparent !important;
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin: 0 30px;*/
}

._bgRemove_1r527_55 > div:nth-child(2),
._bgRemove_1r527_55 > div:nth-child(3) {
    background-image: none;
    position: static;
}

._swiperContainerWrapper_1r527_61 {
    width: 100%;
    overflow: hidden;
}

._chevronButton_1r527_66 {
   cursor: pointer;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 8px 24px 0 rgba(149, 157, 165, 0.3);
    /*margin-bottom: 100px;*/
    display: flex;
    justify-content: center;
    align-items: center;

}

._activeChevron_1r527_80 {
    color: blue; /* Active color for the chevron icons */
}

._nav_1r527_84 {
    display: flex;
    position: fixed;
    transform: translateX(-50%);
    z-index: 1000;
}

._nav_1r527_84 button {
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    ._nav_1r527_84 button {
        width: 40px;
        height: 40px;
    }

    ._active_1r527_19 {
        transform: scale(1);
        margin: 0 10px;
    }
    ._swiper-slide_1r527_47 {
        margin: 0 5px;
    }

    ._inactive_1r527_34 {
        transform: scale(0.8);
        margin: 0 2px;
    }

    ._trainingBody_1r527_120 {
        padding: 8px;
    }

    ._EnumHeader_1r527_1 {
        font-size: 20px;
        line-height: 28px;
    }

    ._details_1r527_11 {
        font-size: 14px;
        line-height: 20px;
    }

    ._bodyHolder_1r527_134,
    ._disableBodyHolder_1r527_135 {
        width: 90%;
        height: auto;
        padding: 12px;
    }

    ._contentHub_1r527_141,
    ._trainingManagement_1r527_142,
    ._enumAssessment_1r527_143 {
        font-size: 24px;
        line-height: 36px;
    }
}

@media (max-width: 480px) {
    ._nav_1r527_84 button {
        width: 30px;
        height: 30px;
    }

    ._active_1r527_19 {
        margin: 0 5px;
    }

    ._inactive_1r527_34 {
        margin: 0 1px;
    }
        ._swiper-slide_1r527_47 {
            margin: 0 3px;
        }

    ._bodyHolder_1r527_134,
    ._disableBodyHolder_1r527_135 {
        width: 100%;
        padding: 10px;
    }

    ._contentHub_1r527_141,
    ._trainingManagement_1r527_142,
    ._enumAssessment_1r527_143 {
        font-size: 20px;
        line-height: 32px;
    }

    ._EnumHeader_1r527_1 {
        font-size: 18px;
        line-height: 26px;
    }

    ._details_1r527_11 {
        font-size: 12px;
        line-height: 18px;
    }
}
._congratulationName_16f85_1{
    font-family: DM Sans, sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: -0.023em;
    color: #344054;
}
._YouHaveJustOnboarded_16f85_9{
    font-family: DM Sans, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 36px;
    letter-spacing: -0.023em;
    text-align: center;
    color:#344054;
}
._addOrganisation_16f85_18{
    font-family: DM Sans, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 36px;
    letter-spacing: -0.023em;
    color: #344054;
}._cardTitle_gr90i_1 {
  color: #101828;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}

._date_gr90i_9 {
  color: #1D2939;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

._deadline_gr90i_18 {
  color: #475467;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

._buttons_gr90i_27 {
  color: #095AD3;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
}

._application_gr90i_37 {
  color: #101828;
  font-family: DM Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

._infoText_gr90i_45 {
  color: #1D2939;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

._progressText_gr90i_54 {
  color: #101828;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

._seeMore_gr90i_63 {
  color: #095AD3;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

._reserved_gr90i_72 {
  width: 164px;
  padding: 2px 8px;
  border-radius: 16px;
  background: #ECFDF3;
  mix-blend-mode: multiply;
  color: #028849;
  font-family: DM Sans, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

._companyLogo1_gr90i_86 {
  display: flex;
  height: 198px;
  justify-content: center;
  align-items: center;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
  border: 0.5px solid var(--gray-300-borders, #d0d5dd);
  background: #f3f4f7;
  color: rgb(9, 90, 211);
  font-family: "DM Sans", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 900;
}

._question_gr90i_102 {
  border-radius: 22px;
  border: 1px solid #B3CCF1;
  background: #FFF;
  padding: 4px 12px;
  color: #095AD3;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

._dateCompleted_gr90i_115 {
  color: #475467;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

._filter_gr90i_124 {
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #095AD3;
}

._scrollbar_gr90i_132 {
  overflow-y: auto !important;
  overflow-x: hidden;
}
@media (max-width: 868px) {
  ._scrollbar_gr90i_132 {
    overflow-y: hidden !important;
  }
}

._scrollbar_gr90i_132::-webkit-scrollbar {
  width: 3px;
  background-color: rgba(9, 90, 211, 0.2);
  height: 5px;
}

._scrollbar_gr90i_132::-webkit-scrollbar-thumb {
  background: #c4c4c4 !important;
  max-height: 10px !important;
  border-radius: 6px;
}._Participant_myy6s_1{
    color: #101828;
    font-family: DM Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;

}
._emptydivline_myy6s_10{
    width:auto;
    border-top: 1px ridge rgba(0, 0, 0, 0.25);

}
._role_host_myy6s_15{
    font-family: DM Sans;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    color:#11BE67
}
._role_others_myy6s_23{
    font-family: DM Sans;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    color: #F79009;
}
._searchbar_myy6s_31 {
   margin-top: 18px;
    /*margin-right: 20px;*/
}
._adm_myy6s_35{
    font-weight: 700;
    color: #667085;
    font-size: 16px;
    line-height: 24px;
    font-family: DM Sans;
    margin-top: 22px;
    cursor: pointer;
    gap: 20px;
}
._att_myy6s_45{
    font-weight: 700;
    color: #667085;
    font-size: 16px;
    line-height: 24px;
    font-family: DM Sans;
    margin-top: 22px;
    margin-right: 20px;
    cursor: pointer;
}
._activeTab_myy6s_55{
    color: #095AD3;
}
._allAdmin_myy6s_58{
    styleName: Text lg/Semibold;
    font-family: DM Sans;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 15px;
    /*color: #667085;*/
}
._num_myy6s_69{
    font-family: DM Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #101828;
    margin-top: 15px;
    margin-left: 5px;
}
._imageAvat_myy6s_80{
    border-radius: 200px;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}
._avataName_myy6s_86{
    margin-left: 45px;
    margin-top: -40px;
    color: var(--gray-900-header, var(--grey-900-header, #101828));
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
._avatarole_myy6s_96{
    margin-top: 0px;
    margin-left: 45px;
    color: var(--gray-600-body-text, var(--Texts, #475467));
    font-family: "DM Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
._avataNames_myy6s_106{
    margin-left: 60px;
    margin-top: -30px;
    color: var(--gray-900-header, var(--grey-900-header, #101828));
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */

}._back_button_1owcf_1{
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
   
}
._page_title_1owcf_10{
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;

}
._interest_ldhwr_1{
    font-family: DM Sans;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #101828;
}
._subLabel_ldhwr_8{
    font-family: DM Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #475467
}

/*.cardWrapper {*/
/*    !*position: relative;*!*/
/*    border-radius: 12px;*/
/*    height: 200px;*/
/*    padding: 16px;*/
/*}*/


._cornerBorders_ldhwr_24::before,
._cornerBorders_ldhwr_24::after {
    content: '';
    position: absolute;
    border: 2px solid transparent; /* Initially transparent */
}

._cornerBorders_ldhwr_24::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px; /* Apply border radius for smoother corners */
    border-color: inherit;
}

._cardWrapper_ldhwr_16 {
    width: 95%;
    height: auto;
    padding: 16px;
    border-radius: 12px;
    gap: 24px;
    box-sizing: border-box;
    transition: transform 0.3s ease-in-out;

    &:hover {
        transform: scale(1.03);
    }
}

._topHeading_ldhwr_54{
    font-family: DM Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
._clear_ldhwr_60{
    font-family: DM Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #095AD3;
}
._tag_ldhwr_67{
    font-family: DM Sans;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #344054;
}
._pill_ldhwr_74{
    border: 2px solid #095AD3;
    border-radius: 16px;
    padding: 3px 8px 3px 8px;
    background-color: #095AD3;
    color: #FFF;
}
._not_selected_ldhwr_81{
    background: #FFFFFF;
    border: 1px solid #D0D5DD;
    border-radius: 12px;
}
._pill_selected_ldhwr_86{
    color: #095AD3;
    background-color: #E6EFFB;
    border-radius: 16px;
    padding: 2px 8px 2px 8px;
}
._btn_text_ldhwr_92{
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}
._nb_ldhwr_98{
    font-family: IBM Plex Sans;
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
    color: #101828;
}
._quest_ldhwr_105{
    font-family: DM Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #101828;
}
._dash_card_ldhwr_112{
    border-radius: 12px;
    padding: 16px;
    height: 200px;
    /*width: 330px;*/
}
._inner_card_ldhwr_118{
    border-radius: 8px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    height: 88px;
}
._card_title_ldhwr_124{
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #FFF;
}
._card_count_ldhwr_131{
    font-family: IBM Plex Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #FFF;
}
._row_header_ldhwr_138{
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color:#475467
}
._draft_ldhwr_145{
    color:#475467;
    background-color: #F2F4F7;
    padding: 3px 10px 3px 10px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
}
._close_ldhwr_157{
    color:#EA0707;
    background-color: #FEF3F2;
    padding: 3px 10px 3px 10px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
}
._active_ldhwr_169{
    color:#028849;
    background-color:#ECFDF3;
    padding: 3px 10px 3px 10px;
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    align-items: center
}
._box_ldhwr_181{
    border-left: 3px solid #028849;
}
._agenda_ldhwr_184{
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color:#475467
}
._agenda_details_ldhwr_191{
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color:#475467
}
._scroll_ldhwr_198{
    overflow-y: auto !important;
    overflow-x: hidden;
    height: 60vh;
}
._scroll_ldhwr_198::-webkit-scrollbar {
    width: 3px;
    background-color: rgba(9, 90, 211, 0.2);
    height: 5px;
}
._scroll_ldhwr_198::-webkit-scrollbar-thumb {
    background: #c4c4c4 !important;
    max-height: 10px !important;
    border-radius: 6px;
}
._dashboardContainer_eznen_1 {
    display: flex;
}

._mainContent_eznen_5 {
    flex: 3;
    display: flex;
    flex-direction: column;

}

._headerContainer_eznen_12 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}


._searchField_eznen_20 {
    width: 241px;
    height: 44px;
    border-radius: 4px;
}

._courseCard_eznen_26 {
    width: 366px;
    height: 379px;
    border-radius: 4px;
    border: 1px solid #D0D5DD;
    background: rgba(255, 255, 255, 1);
    text-align: left;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

._courseCard_eznen_26:hover {
    box-shadow: 0px 4px 5px 0px rgba(16, 24, 40, 0.25);
    background: rgba(242, 244, 247, 1);
    cursor: pointer;
}

._comingSoons_eznen_46{
    color: #095AD3;
    font-size: 24px;
    font-weight: 500;
    margin-top: 12px;
    font-family: "DM Sans";
    background-color: #e6effb;
    border-radius: 16px;
    height: 42px;
    width: 169px;
    display: flex;
    align-items: center;
    justify-content: center;
}

._learnerHeader_eznen_61{
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    color: #101828;
    font-size: 24px;
    margin: 0;
    padding: 0;
    display: inline;
}

._newOnes_eznen_71{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #D0D5DD;
    color: #475467;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
._siteName_eznen_83 {
    color: #475467;
    font-family: DM Sans, serif;
    font-weight: 500;
    text-transform: none;
}

._courseName_eznen_90 {
    font-weight: 500;
    font-family: DM Sans, serif;
    color: #101828;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: none
}

._courseImage_eznen_101 {
    width: 100%;
    height: 170px;
    border-radius: 4px;
    background-color: #D0D5DD;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    font-weight: bold;
    color: #475467;
}

._courseDescription_eznen_114 {
    padding-top: 8px;
    color: #666;
    text-transform: none;
    font-weight: 400;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}


._courseDuration_eznen_128{
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    margin-top: 8px;
}
._status_eznen_135 {
    padding: 4px 8px;
    border-radius: 12px;
    text-align: center;
    display: inline-block;
    font-family: DM Sans, serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
}

._statusCompleted_eznen_148 {
    background-color: #ECFDF3; /* Light green */
    color: #028849; /* Green */
}

._statusInactive_eznen_153 {
    background-color: #FDEDED; /* Light red */
    color: #D32F2F; /* Red */
}

._statusActive_eznen_158 {
    background-color: #E6EFFB; /* Light blue */
    color: #095AD3; /* Blue */
}

._statusIncoming_eznen_163 {
    background-color: #E6EFFB; /* Light blue */
    color: #095AD3; /* Blue */
}



._cardBox_eznen_170 {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin-top: 20px;
    padding-bottom: 20px;
    /* width: calc(95vw - 280px); */
    height: calc(95vh - 320px);
    overflow-y: auto;
    overflow-x: hidden;
    flex-grow: 1;
}

._cardBox_eznen_170::-webkit-scrollbar {
    width: 6px;
    /* Width of the scrollbar */
}

._cardBox_eznen_170::-webkit-scrollbar-track {
    background: white;
    /* Color of the track */
}

._cardBox_eznen_170::-webkit-scrollbar-thumb {
    background: #EAECF0;
    /* Color of the scrollbar handle */
    border-radius: 8px;
    /* Rounded corners */
}
._topText_17xjz_1 {
  font-family: IBM Plex Sans;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0;
  color: #101828;
}

._spanText_17xjz_10 {
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  color: #475467;
}

._filterDropDownBody_17xjz_19 {
  position: absolute;
  top: 20%;
  left: 70%;
  width: 357px;
  background: white;
  border: solid 1px rgb(234, 236, 240);
  box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.25);
  z-index: 100;
  border-radius: 8px;
}

._filterHeader_17xjz_31 {
  display: flex;
  flex-direction: row;
  gap: 220px;
  padding: 8px 16px;
  border-bottom: solid 2px rgba(0, 0, 0, 0.15);
}

._filterHeaderText_17xjz_39 {
  font-family: DM Sans;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0;
  text-align: center;
}

._filterCheckBoxFrame_17xjz_48 {
  width: 340px;
  height: 300px;
  gap: 4px;
  justify-content: center;
  margin-left: 15px;
  overflow-x: hidden;
  overflow-y: scroll;
}

._filterCheckBoxFrame_17xjz_48::-webkit-scrollbar {
  width: 6px;
}

._filterCheckBoxFrame_17xjz_48::-webkit-scrollbar-track {
  background: white;
}

._filterCheckBoxFrame_17xjz_48::-webkit-scrollbar-thumb {
  background: #EAECF0;
  border-radius: 8px;
}

._filterStatusBox_17xjz_71 {
  width: 330px;
  height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

._filterSecondHeaderText_17xjz_79 {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
}

._filterFooter_17xjz_88 {
  flex-direction: row;
  display: flex;
  justify-content: flex-end;
  gap: 230px;
  padding: 8px 16px;
  border-top: solid 2px rgba(0, 0, 0, 0.15);
}

._programContainer_17xjz_97 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
}

._programContainer_17xjz_97 > div > h4 {
  font-weight: 600;
}

._programContainer_17xjz_97 > div > p {
  font-weight: 400;
  margin-bottom: 10px;
}

._modalContainer_17xjz_113 {
  padding: 40px;
  width: 100%;
}

._closeIcon_17xjz_118 {
  font-family: sans-serif;
  position: absolute;
  cursor: pointer;
  padding: 30px 40px;
  top: 0;
  right: 0;
}

._buttons_17xjz_127 {
  margin-top: 20px;
  display: flex;
  justify-content: right;
  align-items: center;
}

._cancelBtn_17xjz_134, ._addProgramBtn_17xjz_134 {
  border-radius: 4px;
  margin: 5px;
}

._addProgramBtn_17xjz_134 {
  padding: 10px 60px;
  background-color: #0D9B48;
  color: #fff;
}

._cancelBtn_17xjz_134 {
  padding: 10px 60px;
  border: 1px solid #0D9B48;
}
._imageContainer_ox35d_2 {
  position: relative;
  max-width: 100%;
}

._imageBackGround_ox35d_7 {
  width: 100%;
}

._buttonContainer_ox35d_11 {
  position: absolute;
  top: 20px;
  left: 20px;
}

._tab_ox35d_17 {
  font-family: DM Sans, sans-serif;
}

._previewdefaultImage_ox35d_21 {
  width: 100%;
  height: 240px;
  background: #E6EFFB;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 60px;
  color: #095AD3;
}

._superSportBlitz_ox35d_33 {
  font-family: IBM Plex Sans, serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
  text-align: center;
  color: #101828;
}

._companyName_ox35d_42 {
  font-family: DM Sans, serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #101828;
}

._status_ox35d_51 {
  font-family: DM Sans, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  border-radius: 16px;
  background-color: #E6EFFB;
  color: #095AD3;
  padding: 4px 8px;
}

._buttonAndImageContainer_ox35d_62 {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 97%;
  padding: 10px;
}

._additionalImage_ox35d_70 {
  width: 32px;
  height: 32px;
  background-color: #FFFFFF;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  cursor: pointer;
}

._completed_ox35d_82 {
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #028849;
  background-color: #ECFDF3;
  width: 93px;
  height: 26px;
  padding: 3px 10px 3px 10px;
  border-radius: 16px;
}

._descriptions_ox35d_96 {
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #101828;
}

._assigned_ox35d_104 {
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #101828;
  margin-top: 10px;
}

._emptyStateContainer_ox35d_113 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 400px;
  justify-content: center;
}

._cardBox_ox35d_121 {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 20px;
  padding-bottom: 20px;
  overflow-y: auto;
  overflow-x: hidden;
  flex-grow: 1;
  width: 80%;
}

._courseCard_ox35d_133 {
  width: 345px;
  height: 390px;
  border-radius: 8px;
  padding: 12px;
  border: 1px solid #D0D5DD;
  gap: 16px;
  margin-bottom: 20px;
  position: relative;
  background-color: white;
  cursor: pointer;
  outline: none;
  text-align: left;
  display: block;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

._images_ox35d_151 {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

._contentItemTitle_ox35d_157 {
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #101828;
  margin-top: 10px;
  width: 320px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

._contentItemCompanyName_ox35d_171 {
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #475467;
  width: 210px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

._contentItemRating_ox35d_185 {
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: #475467;
}

._contentItemLearner_ox35d_193 {
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #475467;
}

._viewCohortButton_ox35d_201 {
  width: 320px;
  height: 40px;
  padding: 8px 14px 8px 14px;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid #095AD3;
  background-color: #095AD3;
  color: #FFFFFF;
}

._navigationButton_ox35d_212 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

._chevronButton_ox35d_224 {
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 8px 24px 0 rgba(149, 157, 165, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}

._container_ox35d_236 {
  position: relative;
}

._swiperContainer_ox35d_240 {
  position: relative;
}

._buttonContainer_ox35d_11 {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 4rem;
  z-index: 10;
}

._details_ox35d_254 {
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #101828;
}

._courseCardContent_ox35d_262 {
  transition: opacity 0.3s ease-in-out;
}

._courseCard_ox35d_133:hover ._courseCardContent_ox35d_262 {
  opacity: 0.9;
  z-index: 5;
}

._courseCard_ox35d_133:hover {
  background-color: #F2F4F7;
  box-shadow: 0 4px 5px 0 rgba(16, 24, 40, 0.25);
  z-index: 10;
}

._kebabButton_ox35d_277 {
  z-index: 20;
  box-shadow: 0 8px 24px 0 rgba(149, 157, 165, 0.3);
  cursor: pointer;
}

._emptyStateIcon_ox35d_283 {
  width: 104px;
  height: 104px;
  padding: 32px;
  border-radius: 200px;
  background-color: #F9FAFB;
}

._youAre_ox35d_291 {
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: #101828;
}

._appearHere_ox35d_300 {
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #475467;
}

._addButton_ox35d_309 {
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  color: #095AD3;
}

._dropDown_ox35d_318 {
  position: absolute;
  top: 48px;
  left: 0;
  height: 150px;
  padding: 16px 24px;
  gap: 8px;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  opacity: 1;
  z-index: 10;
  display: flex;
  flex-direction: column;
}

._dropdownItem_ox35d_334 {
  cursor: pointer;
  margin-top: -10px;
  font-family: "DM Sans", sans-serif;
  width: 100px;
  padding: 10px;
}

._dropdownItem_ox35d_334:hover {
  background: #E6EFFB;
}

._containerBody_ox35d_346 {
  width: 325px;
  height: 252px;
  padding: 24px 7px 24px 7px;
  border-radius: 12px;
  background-color: #F9FAFB;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
  border: 1px;
}

._performance_ox35d_356 {
  font-family: DM Sans, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #101828;
  margin-left: 5px;
}

._effort_ox35d_365 {
  font-family: DM Sans, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #475467;
  margin-left: 5px;
  margin-top: 12px;
}

._aggregates_ox35d_375 {
  font-family: Inter, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 10px;
  color: #667085;
  margin-left: 5px;
}

._group_ox35d_385 {
  font-family: DM Sans, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #475467;
  margin-bottom: 12px;
}

._Assessments_ox35d_395 {
  font-family: DM Sans, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #475467;
}

._number_ox35d_404 {
  font-family: DM Sans, serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  color: #095AD3;
  background: #E6EFFB;
  width: 21px;
  height: 21px;
  border-radius: 10px;
}

._myFirstAssessment_ox35d_417 {
  font-family: DM Sans, serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #101828;
}

._dateAttempted_ox35d_428 {
  font-family: DM Sans, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #475467;
}

._dateAndTime_ox35d_439 {
  font-family: DM Sans, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #000000;
  flex-direction: column;
}

._itemLable_ox35d_451 {
  font-family: DM Sans, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #667085;
}

._itemValue_ox35d_462 {
  font-family: DM Sans, serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #344054;
  border: 1px solid #EAECF0;
  background-color: #F9FAFB;
  border-radius: 16px;
  /*width: 21px;*/
  height: 20px;
  padding: 0 4px 0 4px;
}

._statusItem_ox35d_479 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

._statusLabel_ox35d_485 {
  font-family: DM Sans, serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #667085;
}

._statusValue_ox35d_496 {
  font-weight: 500;
  font-family: DM Sans, serif;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #344054;
  border: 1px solid #EAECF0;
  background-color: #F9FAFB;
  border-radius: 16px;
  width: 21px;
  height: 21px;
  padding: 0 4px 0 4px;
}

._dotIcon_ox35d_513 {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

._dot_ox35d_513 {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: gray;
}

._back_ox35d_526 {
  color: #095AD3;
  font-family: DM Sans, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-top: 5px;
  line-height: 20px;
}

._label_ox35d_536 {
  color: #475467;
  font-family: DM Sans, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  word-break: break-all;
}

._header_ox35d_546 {
  font-family: DM Sans, serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  /*margin-bottom: 3rem;*/
  color: #101828;
}

._template_ox35d_556 {
  width: 48%;
  height: 70%;
  top: 188px;
  left: 834px;
  gap: 16px;
  box-shadow: 15px 15px 15px grey;
  /*opacity: 0px;*/
}

._smallHeader_ox35d_566 {
  font-family: DM Sans, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  /*margin-bottom: 3rem;*/
  color: #475467;
}

._offerTitle_ox35d_576 {
  font-family: IBM Plex Sans, serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
  color: #101828;
}

._name_ox35d_585 {
  color: #101828;
  text-align: center;
  font-family: IBM Plex Sans, serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

._action_ox35d_595 {
  border-radius: 16px;
  background: #ECFDF3;
  color: #027A48;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 7px;
  font-family: DM Sans, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

._button_text_ox35d_608 {
  color: #095AD3;
  font-family: DM Sans, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

._widraw_ox35d_617 {
  color: #101828;
  font-family: DM Sans, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

._tab_ox35d_17 {
  color: #667085;
  font-family: DM Sans, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

._active_ox35d_635 {
  color: #095AD3;
}

._not__active_ox35d_639 {
  color: #475467;
}

._step_name_ox35d_643 {
  /*color: #475467;*/
  font-family: DM Sans, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

._body_height_ox35d_652 {
  max-width: 80%;
  /*gap: 12px;*/
  /*height: 50vh;*/
  /*overflow: auto;*/
  padding-right: 2%;
}

._step_label_ox35d_660 {
  /*color: #475467;*/
  font-family: DM Sans, serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

._req_ox35d_669 {
  color: #D92D20;
  font-family: DM Sans, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

._chip_ox35d_678 {
  border-radius: 16px;
  border: 1px solid #EAECF0;
  background: #F9FAFB;
  mix-blend-mode: multiply;
  padding: 2px 8px;
}

._card_ox35d_121 {
  border-radius: 16px;
  border: 1px solid #D0D5DD;
  background: #FFF;
  width: 100%;
  max-width: 650px;
  padding: 16px 25px;
  gap: 24px;
  pointer-events: none;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  ._card_ox35d_121 {
    padding: 12px 16px;
    gap: 16px;
    max-width: 90%;
  }
}
@media screen and (max-width: 480px) {
  ._card_ox35d_121 {
    padding: 8px 12px;
    gap: 12px;
    max-width: 95%;
  }
}
._question_ox35d_712 {
  color: #1D2939;
  font-family: DM Sans, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

._score_card_ox35d_721 {
  width: auto;
  max-height: 264px;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  background: #FFF;
}

._score_title_ox35d_729 {
  background-color: #095AD3;
  border-radius: 8px 8px 0px 0px;
  color: #FFF;
  font-family: DM Sans, serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

._title_ox35d_740 {
  color: #101828;
  text-align: center;
  font-family: DM Sans, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 175% */
}

._scorepoint_ox35d_750 {
  color: #095AD3;
  font-family: IBM Plex Serif, serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.8px;
}

._base_ox35d_760 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-radius: 0px 0px 16px 16px;
  background: #fff;
  border-top: solid 1px lightgray;
  padding: 1%;
}

._dialog_title_ox35d_770 {
  color: #101828;
  font-family: DM Sans, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

._approve_text_ox35d_779 {
  color: #FFF;
  font-family: DM Sans, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

._modal_title_ox35d_788 {
  color: #475467;
  text-align: center;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

._content_ox35d_157 {
  color: #475467;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

._textarea_ox35d_807 {
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

._info_ox35d_814 {
  color: #667085;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
}

._chat_name_ox35d_823 {
  color: #101828;
  font-family: DM Sans, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

._chat_status_ox35d_832 {
  border-radius: 16px;
  background: #FFFAEB;
  color: #F79009;
  font-family: DM Sans, serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

._chat_body_ox35d_843 {
  border-radius: 0px 8px 8px 8px;
  background: #F2F4F7;
  width: 329px;
}

._chat_sub_ox35d_849 {
  border-radius: 8px 0px 8px 8px;
  background: #095AD3;
  width: 329px;
}

._icon_btn_ox35d_855 {
  border-radius: 8px;
  background: #095AD3;
}

._score_ox35d_721 {
  color: #475467;
  font-family: DM Sans, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

._max__text_ox35d_869 {
  color: #344054;
  font-family: DM Sans, serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

._status_ox35d_51 {
  border-radius: 16px;
  background: #ECFDF3;
  mix-blend-mode: multiply;
  display: inline-flex;
  padding: 5px 12px;
  align-items: center;
  gap: 4px;
  color: #027A48;
  font-family: DM Sans, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

._scroll_ox35d_894 {
  overflow-y: auto !important;
  overflow-x: hidden;
  height: calc(100vh - 320px);
}

._scroll_ox35d_894::-webkit-scrollbar {
  width: 3px;
  background-color: rgba(9, 90, 211, 0.2);
  height: 5px;
}

._scroll_ox35d_894::-webkit-scrollbar-thumb {
  background: #c4c4c4 !important;
  max-height: 10px !important;
  border-radius: 6px;
}

._answerType_ox35d_912 {
  font-family: DM Sans, serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #101828;
}

._questionText_ox35d_923 {
  font-family: DM Sans, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #475467;
}

._optionText_ox35d_934 {
  font-family: DM Sans, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #475467;
}

._notCorrect_ox35d_945 {
  font-family: DM Sans, serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #EA0707;
  display: flex;
  justify-content: flex-end;
  margin-top: -18px;
}

._correct_ox35d_959 {
  font-family: DM Sans, serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #028849;
  display: flex;
  justify-content: flex-end;
  margin-top: -18px;
}

._circleContainer_ox35d_973 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

._circle_ox35d_973 {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 5px solid lightgray;
  display: flex;
  align-items: center;
  justify-content: center;
}

._circleInner_ox35d_991 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: conic-gradient(blue 60%, lightgray 0);
  position: absolute;
  top: 0;
  left: 0;
}

._circleText_ox35d_1001 {
  position: absolute;
  font-size: 20px;
  font-weight: bold;
  color: black;
}

/* Radio button styling */
._customRadio_ox35d_1009 {
  -moz-appearance: none;
       appearance: none; /* Remove default styling */
  -webkit-appearance: none; /* Remove default styling for Safari */
  width: 16px;
  height: 16px;
  border: 1.67px solid #D0D5DD;
  border-radius: 50%;
  outline: none;
  display: inline-block;
  position: relative;
  top: 2px;
  transition: background-color 0.3s, border-color 0.3s;
}

/* Checked state */
._customRadio_ox35d_1009:checked {
  background-color: #E6EFFB;
  border-color: #095AD3;
}

/* Add a custom dot in the center */
._customRadio_ox35d_1009:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background-color: #095AD3;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

._checkbox_ox35d_1042 {
  -moz-appearance: none;
       appearance: none; /* Remove default styling */
  -webkit-appearance: none; /* Remove default styling for Safari */
  width: 16px;
  height: 16px;
  border: 1.67px solid #D0D5DD;
  border-radius: 4px;
  outline: none;
  display: inline-block;
  position: relative;
  top: 2px;
  transition: background-color 0.3s, border-color 0.3s;
}

._checkbox_ox35d_1042:checked {
  background-color: #E6EFFB;
  border-color: #095AD3;
}

._checkbox_ox35d_1042:checked::before {
  content: "✔";
  position: absolute;
  top: 50%;
  align-items: center;
  left: 30%;
  color: #095AD3;
  width: 6px;
  transform: translate(-50%, -50%);
}

@media (max-width: 640px) {
  ._imageContainer_ox35d_2 {
    height: auto;
  }
  ._imageBackGround_ox35d_7 {
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  ._buttonAndImageContainer_ox35d_62 {
    flex-direction: column;
    align-items: flex-start;
    padding: 0.5rem;
  }
  ._myFirstAssessment_ox35d_417 {
    font-size: 1.2rem;
    text-align: center;
  }
  ._dateAttempted_ox35d_428 {
    font-size: 0.9rem;
  }
  ._dateAndTime_ox35d_439 {
    font-size: 0.9rem;
    margin-top: 0.2rem;
  }
}._imageContainer_1ihdk_1 {
    position: relative;
    max-width: 100%;
}


._imageBackGround_1ihdk_7 {
    width: 100%;
}

._buttonContainer_1ihdk_11 {
    position: absolute;
    top: 20px;
    left: 20px;
}

._tab_1ihdk_17 {
    font-family: DM Sans, sans-serif;

}

._previewdefaultImage_1ihdk_22 {
    width: 100%;
    height: 240px;
    background: #E6EFFB;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    color: #095AD3;
}

._superSportBlitz_1ihdk_34 {
    font-family: IBM Plex Sans, serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 38px;
    text-align: center;
    color: #101828;
}

._companyName_1ihdk_43 {
    font-family: DM Sans, serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: #101828;
}

._status_1ihdk_52 {
    font-family: DM Sans, serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    border-radius: 16px;
    background-color: #E6EFFB;
    color: #095AD3;
    padding: 4px 8px;
}


._buttonAndImageContainer_1ihdk_64 {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 97%;
    padding: 10px;
}

._additionalImage_1ihdk_72 {
    width: 32px;
    height: 32px;
    background-color: #FFFFFF;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    cursor: pointer;
}

._completed_1ihdk_84 {
    font-family: DM Sans, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #028849;
    background-color: #ECFDF3;
    width: 93px;
    height: 26px;
    padding: 3px 10px 3px 10px;
    border-radius: 16px;
}

._descriptions_1ihdk_98 {
    font-family: DM Sans, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: #101828;
}

._assigned_1ihdk_106 {
    font-family: DM Sans, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: #101828;
    margin-top: 10px;
}

._emptyStateContainer_1ihdk_115 {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 400px;
    justify-content: center;
}

._cardBox_1ihdk_123 {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin-top: 20px;
    padding-bottom: 20px;
    overflow-y: auto;
    overflow-x: hidden;
    flex-grow: 1;
    width: 80%;
}

._courseCard_1ihdk_135 {
    width: 345px;
    height: 390px;
    border-radius: 8px;
    padding: 12px;
    border: 1px solid #D0D5DD;
    gap: 16px;
    margin-bottom: 20px;
    position: relative;
    background-color: white;
    cursor: pointer;
    outline: none;
    text-align: left;
    display: block;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

._images_1ihdk_153 {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
}

._contentItemTitle_1ihdk_159 {
    font-family: DM Sans, sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #101828;
    margin-top: 10px;
    width: 320px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;


}

._contentItemCompanyName_1ihdk_175 {
    font-family: DM Sans, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #475467;
    width: 210px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;

}

._contentItemRating_1ihdk_190 {
    font-family: DM Sans, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #475467;
}

._contentItemLearner_1ihdk_198 {
    font-family: DM Sans, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #475467
}

._viewCohortButton_1ihdk_206 {
    width: 320px;
    height: 40px;
    padding: 8px 14px 8px 14px;
    gap: 8px;
    border-radius: 4px;
    border: 1px solid #095AD3;
    background-color: #095AD3;
    color: #FFFFFF;
}

._navigationButton_1ihdk_217 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}

._chevronButton_1ihdk_229 {
    cursor: pointer;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 8px 24px 0 rgba(149, 157, 165, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
}

._container_1ihdk_241 {
    position: relative;
}

._swiperContainer_1ihdk_245 {
    position: relative;
}

._buttonContainer_1ihdk_11 {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 4rem;
    z-index: 10;
}

._details_1ihdk_259 {
    font-family: DM Sans, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: #101828;
}

._courseCardContent_1ihdk_267 {
    transition: opacity 0.3s ease-in-out;
}

._courseCard_1ihdk_135:hover ._courseCardContent_1ihdk_267 {
    opacity: 0.9;
    z-index: 5;
}

._courseCard_1ihdk_135:hover {
    background-color: #F2F4F7;
    box-shadow: 0 4px 5px 0 rgba(16, 24, 40, 0.25);
    z-index: 10;
}

._kebabButton_1ihdk_282 {
    z-index: 20;
    box-shadow: 0 8px 24px 0 rgba(149, 157, 165, 0.3);
    cursor: pointer;
}

._emptyStateIcon_1ihdk_288 {
    width: 104px;
    height: 104px;
    padding: 32px;
    border-radius: 200px;
    background-color: #F9FAFB;
}

._youAre_1ihdk_296 {
    font-family: DM Sans, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: #101828;
}

._appearHere_1ihdk_305 {
    font-family: DM Sans, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #475467;
}

._addButton_1ihdk_314 {
    font-family: DM Sans, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    color: #095AD3;

}

._dropDown_1ihdk_324 {
    position: absolute;
    top: 48px;
    left: 0;
    height: 150px;
    padding: 16px 24px;
    gap: 8px;
    border-radius: 8px;
    background: #FFFFFF;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    opacity: 1;
    z-index: 10;
    display: flex;
    flex-direction: column;
}

._dropdownItem_1ihdk_340 {
    cursor: pointer;
    margin-top: -10px;
    font-family: 'DM Sans', sans-serif;
    width: 100px;
    padding: 10px;
}

._dropdownItem_1ihdk_340:hover {
    background: #E6EFFB;
}

._containerBody_1ihdk_352 {
    width: 325px;
    height: 252px;
    padding: 24px 7px 24px 7px;
    border-radius: 12px;
    background-color: #F9FAFB;
    box-shadow: 0 1px 2px 0 #1018280D;
    border: 1px;
}

._performance_1ihdk_362 {
    font-family: DM Sans, serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #101828;
    margin-left: 5px;
}

._effort_1ihdk_371 {
    font-family: DM Sans, serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #475467;
    margin-left: 5px;
    margin-top: 12px;
}

._aggregates_1ihdk_381 {
    font-family: Inter, serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 10px;
    color: #667085;
    margin-left: 5px;
}

._group_1ihdk_391 {
    font-family: DM Sans, serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #475467;
    margin-bottom: 12px;
}

._Assessments_1ihdk_401 {
    font-family: DM Sans, serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #475467;
}

._number_1ihdk_410 {
    font-family: DM Sans, serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    color: #095AD3;
    background: #E6EFFB;
    width: 21px;
    height: 21px;
    border-radius: 10px;

}
._fixedImage_1ihdk_423 {
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    width: 32px;
    height: 32px;
    border: 0.3px solid #d1d5db;
    border-radius: 2px;
    align-items: center;
    overflow: hidden;
    /*box-sizing: border-box;*/
    display: flex;
    justify-content: center;
}


._tabsContainer_kmh9a_1 {
    display: flex;
    flex-direction: column;
    width: 100%;
}
._tab_kmh9a_1 {
    cursor: pointer;
    padding:0 0 10px 10px;
    color: #5f6368;
    font-family: DM Sans, serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
}
._tabContent_kmh9a_18 {
    padding: 16px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}
._details_kmh9a_24{
    font-family: DM Sans, serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    color:#101828;
    margin-top: 10px;
}
._title_z176t_1 {
  font-family: DM Sans, serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #101828;
}

._fixedImage_z176t_12 {
  border-radius: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

._dateOpened_z176t_17 {
  font-family: Nunito Sans, serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

._time_z176t_27 {
  font-family: Nunito Sans, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #4B5565;
}

._creator_z176t_38 {
  font-family: DM Sans, serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #475467;
}

._noOfAttempt_z176t_49 {
  font-family: DM Sans, serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #475467;
}

._headCells_z176t_60 {
  font-family: DM Sans, serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #475467;
  border: none !important;
  border-bottom: 1px solid #EAECF0;
  background: #F9FAFB;
  padding: 12px 24px 12px 16px;
  height: 44px;
}

._recent_z176t_76 {
  font-family: DM Sans, serif;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #101828;
}

._tableScroll_z176t_86 {
  overflow: hidden;
  overflow-y: scroll;
}

._assessmentName_z176t_91 {
  font-family: DM Sans, serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #101828;
}

._assessmentTitle_z176t_102 {
  font-family: DM Sans, serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #475467;
}

._assessmentNoOfAttempt_z176t_113 {
  font-family: DM Sans, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #101828;
}

._assessmentPoint_z176t_124 {
  font-family: DM Sans, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #475467;
}

._assessmentDateOpened_z176t_135 {
  font-family: Nunito Sans, serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #101828;
}

._assessmentTime_z176t_146 {
  font-family: Nunito Sans, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #4B5565;
}

._assessmentStatus_z176t_157 {
  padding: 4px 8px;
  border-radius: 12px;
  text-align: center;
  display: inline-block;
  font-family: DM Sans, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

._statusCompleted_z176t_170 {
  background-color: #ECFDF3;
  color: #028849;
}

._statusPending_z176t_175 {
  background-color: #E6EFFB;
  color: #095AD3;
}

._score_z176t_180 {
  font-family: DM Sans, serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #475467;
}

._averageScore_z176t_191 {
  font-family: DM Sans, serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #475467;
}

._assessmentFilter_z176t_202 {
  font-family: DM Sans, serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  margin-top: 6px;
  cursor: pointer;
}
._emptyStateIcon_1e0j5_2 {
    width: 104px;
    height: 104px;
    padding: 32px;
    border-radius: 200px;
    background-color: #F9FAFB;
}

._youAre_1e0j5_10 {
    font-family: DM Sans, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: #101828;
}

._appearHere_1e0j5_19 {
    font-family: DM Sans, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #475467;
}

._addButton_1e0j5_28 {
    font-family: DM Sans, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    color: #095AD3;
}._changePasswordtext_s8nmt_1{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    color: #344054;
}
._text_s8nmt_8{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;

}
._holder_s8nmt_15{
    width: 300px;
}
._card_s8nmt_18{
    width: 830px;
    border-radius: 12px;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF),
    linear-gradient(0deg, #EAECF0, #EAECF0);
    border: 1px solid #EAECF0;
    box-shadow: 0 1px 2px 0 #1018280D;
    /*padding: 0 10px 10px 10px;*/
    flex-direction: column;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 767px) {
    ._card_s8nmt_18 {
        width: 100%;
        border: none;
        box-shadow: none;
    }
    ._twoInputHolder_s8nmt_36{
        flex-flow: wrap !important;
    }
}
._currentpassword_s8nmt_40{
    border-radius: 4px;
    border: 1px solid #D0D5DD;
}
._currentpasswordtext_s8nmt_44{
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    color: #344054;
}
._twoInputHolder_s8nmt_36{
    flex-direction: row;
    display: flex;
    gap:20px;
    margin-top: 25px;
}
._newPassword_s8nmt_57{
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    color: #344054;
}
._Discardchanges_s8nmt_64{
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    color: #667085;
}

._Updatepassword_s8nmt_73{
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #FFFFFF;
}
._ButtonUpdate_s8nmt_79{
    padding: 10px 16px 10px 16px;
    border-radius: 4px;
}
._righttext_13j93_1{
    /*width: 700px;*/
    padding-top: 8px;
}
._card_13j93_5{
    width: 100%;
    border-radius: 12px;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF),
    linear-gradient(0deg, #EAECF0, #EAECF0);
    border: 1px solid #EAECF0;
    box-shadow: 0 1px 2px 0 #1018280D;
    /*padding: 0 10px 10px 10px;*/
    /*flex-direction: column;*/
    /*display: flex;*/
    /*justify-content: space-between;*/
}
@media (max-width: 767px) {
    ._card_13j93_5 {
        border: none;
        box-shadow: none;
    }
}
._holder_13j93_23{
    width: 300px;
}
._account_13j93_26{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    color: #344054;
}
._subText_13j93_33{

    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
}
._deactivate_13j93_40{
    font-family: 'DM Sans';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    color: #101828;
}
._supportText_13j93_48{
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    color: #475467;

}
._body_bu3l3_1{
   
}@font-face{font-family:"revicons";fallback:fallback;src:url("/assets/revicons-f7b9c306.woff") format('woff'),url("/assets/revicons-4ca02b8a.ttf") format('ttf'),url("/assets/revicons-9e4d4c68.eot") format('ttf')}.react-multi-carousel-list{display:flex;align-items:center;overflow:hidden;position:relative}.react-multi-carousel-track{list-style:none;padding:0;margin:0;display:flex;flex-direction:row;position:relative;transform-style:preserve-3d;backface-visibility:hidden;will-change:transform,transition}.react-multiple-carousel__arrow{position:absolute;outline:0;transition:all .5s;border-radius:35px;z-index:1000;border:0;background:rgba(0,0,0,0.5);min-width:43px;min-height:43px;opacity:1;cursor:pointer}.react-multiple-carousel__arrow:hover{background:rgba(0,0,0,0.8)}.react-multiple-carousel__arrow::before{font-size:20px;color:#fff;display:block;font-family:revicons;text-align:center;z-index:2;position:relative}.react-multiple-carousel__arrow:disabled{cursor:default;background:rgba(0,0,0,0.5)}.react-multiple-carousel__arrow--left{left:calc(4% + 1px)}.react-multiple-carousel__arrow--left::before{content:"\e824"}.react-multiple-carousel__arrow--right{right:calc(4% + 1px)}.react-multiple-carousel__arrow--right::before{content:"\e825"}.react-multi-carousel-dot-list{position:absolute;bottom:0;display:flex;left:0;right:0;justify-content:center;margin:auto;padding:0;margin:0;list-style:none;text-align:center}.react-multi-carousel-dot button{display:inline-block;width:12px;height:12px;border-radius:50%;opacity:1;padding:5px 5px 5px 5px;box-shadow:none;transition:background .5s;border-width:2px;border-style:solid;border-color:grey;padding:0;margin:0;margin-right:6px;outline:0;cursor:pointer}.react-multi-carousel-dot button:hover:active{background:#080808}.react-multi-carousel-dot--active button{background:#080808}.react-multi-carousel-item{transform-style:preserve-3d;backface-visibility:hidden}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.react-multi-carousel-item{flex-shrink:0 !important}.react-multi-carousel-track{overflow:visible !important}}[dir='rtl'].react-multi-carousel-list{direction:rtl}.rtl.react-multiple-carousel__arrow--right{right:auto;left:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--right::before{content:"\e824"}.rtl.react-multiple-carousel__arrow--left{left:auto;right:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--left::before{content:"\e825"}._navLinks_176jg_1 {
    font-family: DM Sans, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
}

._heroSection_176jg_9 {
    /*width: 1512px;*/
    height: 692px;
    top: 94px;
    gap: 0;
    background-color: #424547;
}

._heroSection_176jg_9 h1 {
    width: 627px;
    height: 425px;
    top: 133px;
    left: 779px;
}

._heroSectionLeft_176jg_24 {
    width: 532px;
    height: 180px;
    top: 219px;
    left: 105px;
}

._heroSectionLeftText_176jg_31 {
    position: absolute;
    top: 125px;
    font-family: IBM Plex Sans, sans-serif;
    font-size: 72px;
    font-weight: 700;
    line-height: 90px;
    letter-spacing: -0.02em;
    text-align: left;
    width: 532px;
    height: 180px;
    left: 105px;
    color: white;
}

._vectorImage_176jg_46 {
    position: absolute;
    width: 58px;
    height: 66px;
    top: 100px;
    left: 584px;
}

._heroSectionLeftValueText_176jg_54 {
    position: absolute;
    width: 510px;
    height: 42px;
    top: 322px;
    left: 101px;
    font-family: DM Sans, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: white;
}

._callToAction_176jg_68 {
    width: 175px;
    height: 40px;
    padding: 8px 14px 8px 14px;
    border-radius: 4px;
    border: 1px solid #095AD3;
    color: #095AD3;
    background-color: #FFFFFF;
    text-align: center;
}

._watchDemoVideo_176jg_79 {
    font-family: DM Sans, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: right;
    color: #FFFFFF;
    text-decoration: underline;
    margin: auto;
    padding-left: 20px
}

._cta_176jg_91 {
    display: flex;
    position: absolute;
    width: 342px;
    height: 40px;
    top: 403px;
    left: 102px;
}

._trustedBy_176jg_100 {
    height: 100px;
    padding: 37px 383px 38px 382px;
    background-color: #F9F9F9;
    display: flex;
    justify-content: space-between;
}

._trustedByText_176jg_108 {
    width: 79px;
    height: 21px;
    font-family: DM Sans, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
}

._mainSection_176jg_118 {
    position: relative;
    height: 2365px;
}

._createManageApplication_176jg_123 {
    position: absolute;
    height: 403px;
    top: 109px;
    left: 50%;
    margin-left: -25%;
}

._applicationProcesses_176jg_131 {
    position: absolute;
    height: 457px;
    top: 612px;
    left: 50%;
    margin-left: -25%;
}

._continuousApplicationCall_176jg_139 {
    position: absolute;
    height: 449px;
    top: 1146px;
    left: 50%;
    margin-left: -25%;
}

._automateShortlisting_176jg_147 {
    position: absolute;
    height: 414px;
    top: 1714px;
    left: 50%;
    margin-left: -25%;
}

._discoverSection_176jg_155 {
    height: 645px;
    top: 3181px;
    background-color: #E6EFFB;
}

._discoverSectionText_176jg_161 {
    position: absolute;
    width: 506px;
    height: 85px;
    top: 3243px;
    left: 101px;
}

._discoverSection_176jg_155 h1 {
    font-family: DM Sans, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: -0.05em;
    text-align: left;
}

._faqSection_176jg_178 {
    position: absolute;
    height: 975px;
    top: 3920px;
    padding: 89px 399px 816px 399px;
    background-color: #FFFFFF;
}

._footerSection_176jg_186 {
    position: absolute;
    height: 200px;
    top: 4895px;
    padding: 80px 399px 80px 399px;
    background-color: #F9F9F9;
}

._footer_176jg_186 {
    background-color: white;
    display: flex;
    justify-content: space-between;
    padding: 100px
}

._footerHeadings_176jg_201 {
    font-family: DM Sans sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #475467;
    padding: 12px 0;
}

._footerLinks_176jg_211 {
    font-family: DM Sans, sans-serif;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    padding-top: 12px;
    position: relative;
  }
._footerLinks_176jg_211::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #667085;
    transition: width 0.5s ease;
}
._footerLinks_176jg_211:hover::after {
    width: 100%;
}


/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  -o-tab-size: 4;
     tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}
